Differences between revisions 7 and 8
Revision 7 as of 2006-04-07 10:25:31
Size: 1097
Editor: 152
Comment:
Revision 8 as of 2006-12-27 17:39:13
Size: 1200
Editor: 128
Comment:
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
 * [http://www.ibm.com/developerworks/kr/library/wa-ajaxintro1.html Ajax 마스터하기] -- IBM site

AsynchronousJavaScriptXml

XmlHttpRequest를 이용하는 새로운 형태의 WebProgramming방법. UserInterfaceJavaScript가 맡는다.

AJAX는 다음의 기술들을 이용하는것.

  • standards-based presentation using [XHTML] and [CSS].
  • dynamic display and [Interaction] using the [DOM].
  • data interchange and manipulation using [XML] and [XSLT].
  • asynchronous data retrieval using XmlHttpRequest.

  • JavaScript binding everything together.

관련포스트 및 정보

관련 라이브러리

AJAX (last edited 2011-08-16 14:40:09 by 211)

web biohackers.net