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: MySQL
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
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