Tag 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

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