From HoverCloud

AJAX

I'm keeping a list of AJAX (http://en.wikipedia.org/wiki/AJAX) web sites and resources I collect while studying this web interface programming technique. It's really just a collection of techniques I've already heard of, but people are using them in a new and interesting way which I find inspiring. The new web applications that are coming out are totally going to change the way development on the web works and I'd like to be a part of it.

Books About AJAX

First step, learning what it all means together. Books are a good way to study that.

  • Foundations of AJAX (http://www.apress.com/book/bookDisplay.html?bID=10042), chapter 5 is available for preview, and I liked what I read there about making your javascripts more object oriented and cleaner, easier to maintain. I have a feeling the entire book is going to be worthwhile. The authors seemed right on about the best tools to use to create javascripts.
  • Pragmatic AJAX (http://www.pragmaticprogrammer.com/titles/ajax/?ajaxian), I like the sound of what this book is going to cover better than the above, seems more fully practical.
  • Ajax in Action (http://www.manning.com/books/crane)

Tutorials About AJAX

AJAX Web Sites

AJAX Libraries

  • Free AJAX Tutorials and Libraries (http://www.freeprogrammingresources.com/ajax-tutorial-libraries.html) (great list of many sites)
  • xajax (http://xajax.sourceforge.net/) (develop asynchronous Ajax applications with PHP)
  • Dojo (http://dojotoolkit.org/)

Tips on Using AJAX

  • Saving Session State (http://codinginparadise.org/weblog/2005/08/ajax-tutorial-saving-session-across.html)
  • Degradable AJAX (http://particletree.com/features/the-hows-and-whys-of-degradable-ajax/)

Javascript Articles

Miscellaneous Links

Here are some things I couldn't fit into a category above: