Ajax
How to work with Ajax (overview)
Wed, 12/26/2007 - 21:09 — sgroverAsynchronous JavaScript and XML (aka Ajax) is a great technique for refreshing your web page without forcing a full reload of the page. It allows developers to ask for only pertinent parts of the page, resulting in a much more responsive web site. But working with Ajax can be challenging for those just getting started.
