What is AJAX?
Asynchronous JavaScript And XML, or its acronym Ajax, is a Web development technique for creating interactive web applications. The intent is to shift a great deal of interaction to the Web surfer’s computer, exchanging data with the server behind the scenes, so that the entire Web page does not have to be reloaded each time the user makes a change. This is meant to increase the Web page’s interactivity, speed, and usability.
- Defining Ajax
- Why So Popular?
- Downsides of Ajax?
- Core Techniques and Technologies
- Lifecycle of an Ajax Application
- Want to Learn More?
AJAX links!
- http://ajaxblog.com
- http://ajaxian.com
- http://www.daniel-zeiss.de/AJAXComparison/Results.htm
- http://www.ajaxpro.info
- http://www.ajaxcf.com/blog/index.cfm
- http://ajax-pages.sourceforge.net
- http://www.openajax.net
- http://www.ajaxgear.com
- http://www.ajaxgoals.com
- http://groups-beta.google.com/group/ajax-world
- http://ajaxmatters.com
- http://htmatters.net
- http://developer.mozilla.org/en/docs/AJAX
- http://ajaxpatterns.org/






