<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>

How to set sort order in query by using Elastica_Query_Bool() class?

9 years ago

Set sort order by using Elastica_Query_Bool() In a symfony2 project I implemented elastic search by using FOSElisticaBundle and used Elastica\Query\Bool()…

How to handle date format in symfony2 with doctrine?

9 years ago

Validation is a very common task in web applications. Data entered in forms needs to be validated and it needs…

Bootstrap 4 is coming

9 years ago

Bootstrap is very famous HTML, CSS, JS framework that is widely used to build responsive and non-responsive web sites. It…

How to install elasticsearch on windows?

9 years ago

Elacticsearch installation on windows. Elasticsearch is developed in Java and is released as open source under the terms of the…

How to get user ip address in symfony2 controller?

9 years ago

Get user ip address in symfony2 controller In symfony2 controller we can get user ip address by request service. Following…

How to add custom class in contact form 7’s form tag?

9 years ago

Contact form 7 is very famous form plugin for wordpress. It allows us to manage and customize multiple forms with…

How to add custom error message for form fields in symfony 2?

9 years ago

Add custom error message for form fields in symfony2 Symfony is a set of reusable PHP components and PHP framework…

How to get response in ajax complete function?

9 years ago

Jquery ajax api is very useful api to send ajax call on server. In some scenarios we might need to…

How to reset drupal admin password with sql-query?

10 years ago

Rest Drupal Admin Password To reset drupal admin password when you lost it and email notification could not work mostly…

How to execute jquery change function on page load?

10 years ago

In following code change function will trigger on page load because of change() it at end of function. This change()…