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

Date Addition and Subtraction in PHP

13 years ago

While development, you might need to add or subtract date from other date. It's very easy via PHP date and…

How to set up Custom Taxonomy and Custom Posts in WordPress? (part-1)

13 years ago

Wordpress make it easy to categorize your website content by the use of Custom Post Type UI Plugin. You create…

Git commands

13 years ago

I like Git a lot. It is very much powerful then SVN. You can't commit or merge if there are…

How to remove button text in IE7?

13 years ago

Negative text-indent isn't working in IE7 to remove button text but you can apply text-transform: capitalize with text-indent property. Following…

How to change textbox value on blur() and focus() events in jquery?

13 years ago

Let following text field. By following statement you can set its default value. Use focus() event to change value when…

How to configure multi store in OpenCart?

13 years ago

Many of you might use opencart for online store development. Opencart can also be used for multi store with single…

“El is null” alert message in magento 1.5.1

13 years ago

When I tried to insert widget on cms page then there was error message el is null. This is because…

Images are not appearing in magento cms editor

13 years ago

I worked on a magento project on which cms images were not appearing in editor and also on front end.…

MS Access driver is not in odbc drives list in 64 bit Windows 7

13 years ago

MS Access Driver in ODBC Drivers List Open your system's control panel; then find and click on Administrative Tools There…

How to remove index.php from CI URL?

13 years ago

Open application/config/config.php file. Find following statement in this file. $config['index_page'] = 'index.php'; And remove index.php from above statement, this will…