Differences between revisions 4 and 17 (spanning 13 versions)
Revision 4 as of 2006-02-01 20:19:16
Size: 967
Editor: 127
Comment:
Revision 17 as of 2011-08-16 14:40:09
Size: 1405
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
XmlHttpRequest를 이용하는 새로운 형태의 WebProgramming방법. UserInterface는 JavaScript가 맡는다. [[XMLHTTPRequest]]를 이용하는 새로운 형태의 WebProgramming방법. UserInterface는 JavaScript가 맡는다.
Line 6: Line 6:
 * 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.
 * 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]].
Line 11: Line 11:
 * [http://www.jonathanboutelle.com/mt/archives/2006/01/ajax_design_pat.html AJAX Design Pattern: Read/Write Div]
Line 14: Line 13:
 * [http://nohmad.subport.net/wiki/CodingLog/2005-03#3aec1f887376b38dd26b21cfeb6defa2 웹 어플리케이션의 새로운 트렌드 AJAX]
 * [http://www.adaptivepath.com/publications/essays/archives/000385.php Ajax: A New Approach to Web Applications]
 * [[http://nohmad.subport.net/wiki/CodingLog/2005-03#3aec1f887376b38dd26b21cfeb6defa2|웹 어플리케이션의 새로운 트렌드 AJAX]]
 * [[http://www.adaptivepath.com/publications/essays/archives/000385.php|Ajax: A New Approach to Web Applications]]
Line 17: Line 16:
 * [[http://www.jonathanboutelle.com/mt/archives/2006/01/ajax_design_pat.html|AJAX Design Pattern: Read/Write Div]]
 * [[http://www-128.ibm.com/developerworks/java/library/wa-ajaxintro1.html|Mastering Ajax]] by IbmDeveloperWorks
 * [[http://www.ibm.com/developerworks/kr/library/wa-ajaxintro1.html|Ajax 마스터하기]] -- IBM site
 * [[http://www.noboxmedia.com/?p=49|Top 100 AJAX form scripts for 2007]]
 * http://www.ajaxload.info/ indicator
Line 19: Line 23:
 * [Nevow]의 livepage
 * [SAJAX]
 * [[Nevow]]의 livepage
 * [[SAJAX]]
 * [[Prototype]]
 * [[Scriptaculous]]

관련 책
 * BulletproofAjax

AsynchronousJavaScriptXml

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

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

관련포스트 및 정보

관련 라이브러리

관련 책

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

web biohackers.net