<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 add or subtract from given date in python?

6 years ago

Dates are usually used in every project, like to save data in db, generating reports etc. Sometime we also need…

How to enable Custom Fields in new version of WordPress?

6 years ago

WordPress has released its new version in December 2018. WordPress has updated “Screen Options” in their new version. “Screen Options”…

How to create custom shortcode in WordPress?

6 years ago

Shortcode in WordPress. In WordPress we can create custom shortcodes and we can show its output anywhere on the site.…

Clear cache from routes, views, config in Laravel 5 Application.

6 years ago

Clear cache from Laravel 5 application I was creating application in Laravel 5. I setup routes and made some changes…

How to add join with additional condition using Laravel’s Database Query Builder?

6 years ago

Laravel’s Database Query Builder Laravel’s database query builder provides interface to create and running database queries to perform database operations…

How to load data in datatables from ajax?

6 years ago

Load data in Datatables from Ajax I was working on a project in which I had to show results in…

How to replace string from a table column in MySQL?

6 years ago

Update Part of String in Table Column In a table column which have string value, you might need to update…

How to specify connection in migrations Laravel 5?

7 years ago

Laravel 5 Migrations Migrations are like version control for your database, which allow us to modify database schema and stay…

How to use checkmark or tick instead of bullet in unordered list?

7 years ago

Use checkmark or tick instead of bullet I had a list where I wanted to sow tick/checkmark (✓) instead of…

How to paginate query builder results in Laravel 5?

7 years ago

Paginate Query Builder Results in Laravel Most of times while building admin panels; we need to show listings with pagination.…