Here you will find the best of best Ajax Tutorials like,ajax dynamiclist,ajax lightbox,mootools,jquery,ajax with ruby on rails,ajax with asp.net.
AJAX Client-Server Communication Tutorials
Download Source code:Click Here

In this tutorial I will be showing you how to create a style switcher using jQuery and PHP. The end result
will be an unobtrusive & entirely degradable dynamic style switcher which will be quick and easy to implement.
First, we need to create our basic HTML file and save it as index.php: continue
Build an AJAX-Powered Shopping Cart
NETTUTS shows us how to build an AJAX-powered shopping cart using PHP, jQuery and some plug-ins.
AJAX Username Availability Checker Using MooTools 1.2
When allowing a user to register a username, you can use AJAX with MooTools to let them check the availability of the username being submitted.
continue
Posted by (3) Comment

When it comes to creating the navigation part of your Website, the first thing you might think of is an unordered list that you style as tabs. Lately, such navbars are everywhere, as many people believe they’ll make their site more Web 2.0-compatible. Personally, I just think they’re semantically better and accessible.