AJAX Essential Training: Lynda Online Library

An introduction to AJAX from Lynda.com.

Previewing Links with AJAX
Using AJAX to create a tool-tip like preview of the link's contents.
Previewing Links with AJAX: Reusing the Code
Using the code from the previous lesson in a similar application by adding three lines of code.
Creating Dynamic Forms
Using AJAX in conjunction with an XML file to dynamicly fill in a form field for states.
Creating Dynamic Forms: Reusing the Code
Altering the previous assignment to be more generic and using that new code to create a form that changes the background color of the page.
Creating Dynamic Maps
Using AJAX to create a dynamic seating chart from a series of absolutely positioned divs and an XML file.