Ajax: A New Approach to Web Applications
Ajaxという言葉の生みの親であるJesse James Garrett氏が2005年2月18日に書いた記事。
Ajaxという技術は、Jesse James Garrett氏が記事にAjaxという言葉を使う前からありましたが、その技術のことをAjaxと呼んだのは、この記事が最初です。よって、Ajaxの学習では、必ず出てくる記事なのでここで紹介します。
記事URL:Ajax: A New Approach to Web Applications
Jesse James Garrett氏は、この記事の中でAjaxを次のように定義しています。
- standards-based presentation using XHTML and CSS;
- dynamic display and interaction using the Document Object Model;
- data interchange and manipulation using XML and XSLT;
- asynchronous data retrieval using XMLHttpRequest;
- and JavaScript binding everything together.