In this tutorial, we will learn how to create a poll script for rating using PHP. In a previous tutorial, we have seen PHP star rating using ...
September 15th, 2017
This tutorial will show us how to create a jQuery slider with a parallax animation effect. We have already seen jQuery slider, carousel, and ...
August 29th, 2017
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 ...
July 17th, 2017
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 ...
June 30th, 2017
Responsive Datatables allows automatic column hiding based on the size of the viewport. The responsiveness can be added by specifying class= ...
June 27th, 2017
Importing SQL script via programming will be useful when we need to create database structure dynamically. For example, if we provide APP or ...
June 12th, 2017
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 ...
May 21st, 2017
DataTables provides callback functions to manipulate header and footer HTML data and add value to the presentation. Using these callback fun ...
May 12th, 2017
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 ...
May 1st, 2017
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 ...
April 27th, 2017