<ul id="menu-secondary-menu-1" class="amp-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-308 "><a href="https://www.websourceblog.com/expertise/" class="dropdown-toggle" data-toggle="dropdown">Expertise – Full Stack Developer</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-178 "><a href="https://www.websourceblog.com/contact-us/" class="dropdown-toggle" data-toggle="dropdown">Contact Us</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-privacy-policy menu-item-1580 "><a href="https://www.websourceblog.com/privacy-policy/" class="dropdown-toggle" data-toggle="dropdown">Privacy Policy</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children menu-item-1606 link-menu"><a href="#"on="tap:AMP.setState({ offcanvas_menu: false })" role="button " tabindex="0" class="dropdown-toggle" data-toggle="dropdown">Hosting Services</a> <input type="checkbox" id="drop-3"><label for="drop-3" class="toggle"></label><ul class="sub-menu"> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1607 "><a href="https://www.websourceblog.com/dreamhost-best-hosting-provider/">DreamHost: A Complete Web Hosting Solution</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-1614 "><a href="https://www.websourceblog.com/digitalocean-a-gateway-to-cloud-simplicity/">DigitalOcean: A Gateway to Cloud Simplicity</a></li> </ul> </li> </ul>

array_reverse in PHP

11 years ago

array_reverse is one of array functions in php. It takes an input array and returns a new array with the…

Show html field type file via generator.yml in symfony 1.2 propel.

11 years ago

I worked on a project in which I created a module in admin which has image field that will be…

How to install ruby on rails with sqlite3 on windows 7?

11 years ago

I have started working on ruby on rails and need to install it on windows 7. I searched on google…

jQuery addClass and removeClass.

11 years ago

addClass() and removeClass() are very useful methods from jquery. addClass() method used to add one or more css class in…

Jquery ajax validation using remote rule.

11 years ago

The remote rule can be used to validate through ajax call. Field value will be passed through data and the…

Change form target attribute value via jquery.

11 years ago

In a project I required to change form target attribute value via jquery against input value. I got input via…

How to remove “delta-search.com” from FireFox?

11 years ago

Before removing delta-search.com from browser for browser startup homepage or new tab url, first you need to delete it from…

Custom queries in wordpress

12 years ago

We can create custom queries to show post for wordpress based websites or blogs. Custom query parameters can pass to…

Anonymous functions in JavaScript

12 years ago

The functions that are dynamically declared at runtime are called anonymous functions. They are not given name in same way…

CSS property word-wrap

12 years ago

Word-wrap is very useful css property. It is use to break long text in new line by giving break-word with…