JavaScript/Ajax

Study Net > JavaScript/Ajax > JavaScript/Ajax > A New Approach to Web Applications

A New Approach to Web Applications

Ajaxという言葉が始めて使われた記事。

A New Approach to Web Applications(英語)で、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

A New Approach to Web Applications(日本語訳)も参考にしてみてください。