Our Sponsors
Category
Tags
Animation ASP.Net Auto Complete Calendar Carousel Checkbox Color Picker counter Crop Image CSS Draggable drop down Effects Facebook File Upload form Image Input box Javascript jQuery jQuery UI Lightbox List Mashup menu MooTools music MySQL Password PHP Prototype Rating Scriptaculous Scroll Scrollbar Select Box Share Slider Table Tabs Text Textarea Timeline Tooltip Twitter
Category Archives: PHP
Apple.com style search suggestion using jQuery
Create a fancy apple.com-style search suggestion using jQuery/CSS/PHP. This example makes use of several techniques: MySQL (for the database), HTML/CSS for styling, PHP for retrieving the data and jQuery for the AJAX request. Resource: Sample | Tutorial
Create Fancy Quotes With jQuery, AJAX & CSS
Create a fancy quote rating system that will display a number of famous quotes and will enable our site visitors to rate their favorites. Interestingly, this plugin makes use of other scripts which will be a good learning for you … Continue reading
Dynamic Drag’n Drop With jQuery And PHP
Learn to create a dynamic drag and drop functionality using jQuery & PHP. Resource: Demo | Tutorial
Dynamically create charts using MooTools, PHP & Google Analytics
Create dynamic graphic charts for your data from Google Analytics using PHP & MooTools. Resource: Sample | Tutorial
Sleek apple style content slider using jQuery & PHP
Create a sleek apple style content slider using jQuery, PHP & mopSlider. This script is handy in situations where you have lot many priority items & everything needs to be displayed above the fold. Resource: Sample | Tutorial
Amazing image manipulation using Javascript & PHP
Phototype script is a client/server-side script which allows you to create amazing image manipulation techniques like photoshop from your browser. This script makes use of Prototype & PHP/GD Resource: Sample | Tutorial
Image cropper using PHP
Kroppr allows you to manipulate images with features such as Rotate, Resize, Crop, Save it to your hard drive. This script would be useful in sections where users are allowed to upload their profile pics, avatar etc.. Resource: Sample | … Continue reading
Using ajax to validate forms – jQuery & PHP
Use ajax to validate the fields in forms before the user selects submit thereby reducing the frustration for the user to recheck fields & also enhances the usability of the form. This tutorial uses jQuery & PHP to validate forms … Continue reading
Reddit-style Voting – PHP, MySQL & jQuery
Create a Reddit-style voting system using PHP, MySQL & jQuery. This tutorial helps in understanding the basics of using jQuery, MySQL, PHP together & building a voting system. Resource: Demo | Tutorial
IP address to geographic details – PHP & MaxMind
Snippet to convert an IP address into geographical details which can be put to various uses such as plotting visitors to your website on a Google map. This snippet uses PHP & GeoIP API from MaxMind. Resource: Sample | Tutorial