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

Symfony commands to create new backend module.

12 years ago

By following symfony commands we can create module in backend. We need to run following commands in command prompt or…

How to enable Remember me functionality in magento?

12 years ago

By default "Remember me" functionality is not enabled in magento. You can enable it form admin, very easily and quickly.…

Contact us form not sending email: magento

12 years ago

I was working on a magento site and setup contact form but that wasn’t sending email, just posted on contact…

How to get add to cart URL in Magento?

12 years ago

For add to cart button there is a function setLocation called on click in which URL, product id and quantity…

How to copy folder content to another folder using PUTTY?

12 years ago

Huge sized folders can very easily be copied to other folders by using putty copy command. It takes very less…

SEO friendly URLs in wordpress.

12 years ago

Wordpress have dynamic page URLs by default those are not good for search engine optimization. Wordpress can generate SEO friendly…

How to register custom menus in wordpress?

12 years ago

You can register multiple custom menus in wordpress for your theme. These menus can be shown on different locations. There…

How to display users Gravatar image?

12 years ago

Many users have images on Gravatar. If you want to dispaly user's Gravatar image then you just need email address…

Rounded corners in IE browsers:

12 years ago

JQuery UI has many features one of them is rounded corners that uses CSS3's border-radius property. Unfortunately it is not…

Add CSS attributes to Symfony form label

12 years ago

You can add custom CSS attributes like class or id to Symfony form labels as following. Passing null as the…