jQuery Parallax Slider
This tutorial will show us how to create a jQuery slider with a parallax animation effect. We have already seen jQuery slider, carousel, and ...
Guides across PHP, MySQL, JavaScript, Laravel, React, and backend tools.
This tutorial will show us how to create a jQuery slider with a parallax animation effect. We have already seen jQuery slider, carousel, and ...
Avatar is used to represent a person by using an icon which will generally have a profile photo image. It is catchy to use images instead of ...
This tutorial will show us how to create a responsive table with automatic column hiding. I used only HTML and CSS to hide columns responsiv ...
Responsive Datatables allows automatic column hiding based on the size of the viewport. The responsiveness can be added by specifying class= ...
Importing SQL script via programming will be useful when we need to create database structure dynamically. For example, if we provide APP or ...
A modal window will provide a much better user experience than a new page. This tutorial will load dynamic content for a jQuery modal via an ...
DataTables provides callback functions to manipulate header and footer HTML data and add value to the presentation. Using these callback fun ...
Creating a calendar interface is accessible in PHP. Many date functions are available in core PHP; I have used them to create a calendar UI ...
In HTML, we can add a title attribute for an element. The text specified in this attribute is shown as a tooltip on the mouse over the event ...
Tags are a way to group and organize content. For example, WordPress provides tags as an inbuilt taxonomy to group the content. This tutoria ...