General Info
Asynchronous JavaScript and XML, is a web development method used on the client-side to create interactive web applications. With AJAX, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. Despite the name, the use of XML is not needed, and the requests need not be asynchronous.
Helpful URL's
| Category | Description | URL |
|---|---|---|
| Tutorial | 20 AJAX Effects You Should Know | http://net.tutsplus.com/tutorials/javascript-ajax/20-excellent-ajax-effects-you-... |
| Tutorial | 20 Ajax Tools & Tutorials | http://ecommercedeveloper.com/articles/3665-20-ajax-tools-and-tutorials/ |
