Difference between revisions of "AJAX"

From Organic Design wiki
m
Line 9: Line 9:
 
*[[w:Ajax (programming)|Wikipedia:Ajax]]
 
*[[w:Ajax (programming)|Wikipedia:Ajax]]
 
*[http://www.w3schools.com/ajax/default.asp W3C Ajax tutorial]
 
*[http://www.w3schools.com/ajax/default.asp W3C Ajax tutorial]
*[[05 October 2007]] ''- news item about OrganicDesign changing to MediaWiki native ajax functionality''
+
*[[5 October 2007]] ''- news item about OrganicDesign changing to MediaWiki native ajax functionality''
 
*[[Talk:{{PAGENAME}}]] ''- original conversation about mootools independence''
 
*[[Talk:{{PAGENAME}}]] ''- original conversation about mootools independence''
 
[[Category:glossary]]
 
[[Category:glossary]]

Revision as of 10:45, 5 October 2007

Ajax is Asyncronous Javascript And XML. The main concept is the XmlHttpRequest (XHR) object which is a standard way of making HTTP requests from within the JavaScript runtime environment.

Popular Ajax Frameworks

See also