Database Fetching with AJAX and PHP
The main feature of a dynamic page is content fetching without refreshing the page. This is made easy by AJAX technology. An HTTP request is generated and sent to the server. After processing this request an answer is sent back to the browser. All of these happen without refreshing or leaving the page....
jFlow Slider with WordPress
Hundreds of jQuery plug-in we use for sliding images in web pages. One of them is jFlow. Distinction for this plug-in is while other plug-in’s let you slide only images, jFlow offers other contents like iframe, flash etc. I use this plug-in for one of my project recently. It is easy to integrate with...
MooTools Rating Plug-In
MooTools Rating Plug-In Have you ever wondered how the rating stares work? In advanced JavaScript this has been never so easier. This kind of form elements generally found in blog for getting feedback of their usability. Some days before it was like some boring radio buttons or checkboxes. There is...
Create Menu With Checkbox
Checkbox Menu Many of e-commerce websites use checkbox menu with bulk processing feature. Checked options show their corresponding data along with the event. When the trigger is pulled then the event is called. Here is the reference for this task, AJAX from the jQuery docs. Now the syntax will look a...