The field of web development is one that is continually changing to accommodate emerging technologies, user expectations, and market trends. The future of web development clearly contains fascinating potential as…
Keeping up with the most recent tools and technology is essential in the quickly growing field of web development. No of your level of experience as a developer, having the…
Let's discuss about WordPress advanced developments of navigation. I want to change every ul, li tags into div tags of header menu. The header.wp_nav_menu() is always returns ul , li…
The Web Storage API is a set of mechanisms that enable browsers to store key-value pairs. It is designed to be much more intuitive than using cookies. The key-value pairs…
There is no clear winner between SASS and SCSS when it comes to CSS Pre-processors. When it comes to programmatically leverage CSS capabilities, both SASS and SCSS frameworks provide outstanding…
When you're working with jQuery select2 you might be seen it's clear option not working event use the allowClear parameter. This post will explain about the issue and how to…
Easy and tested methods to detect mobile devices using jQuery or JavaScript. Pure JavaScript has method to detect mobile device type called navigator.userAgent.
JavaScript Method
window.navigator.userAgent
Execute the following code to detect the…
After long time I tried to log into my Skype account. I couldn't login. So I reset my password and logged successfully. The wondering thing is my all contacts are…
What is the smart and easy method to export datatable all data or selected rows or selected columns as excel, csv, pdf, print or copy? This post is explaining how…
How to show multiple markers in google map using google map API? This tutorial will explain how to create Responsive Google Map with multiple markers with live demo. You can…