February 2005
February 28, 2005
February 27, 2005
Guide to Using XMLHttpRequest (with Baby Steps)
“The purpose of this article is to demonstrate through a series of baby steps just how easy it is to use the XMLHttpRequest object.”
XMLHttpRequest Introduction
“XMLHttpRequest is a native JavaScript object allowing further HTTP requests to be made from a page which has already loaded. It allows Microrequests to be made in response to user events in a web page, rather than requiring a complete page reload, making it possible to implement some notion of a rich client user interface, similar to desktop applications.”
February 24, 2005
Ajax: A New Approach to Web Applications
“Google Suggest and Google Maps are two examples of a new approach to web applications that we at Adaptive Path have been calling Ajax. The name is shorthand for Asynchronous JavaScript + XML, and it represents a fundamental shift in what´s possible on the Web.”