Ajax Wiki: Difference between revisions
Jump to navigation
Jump to search
(Inactive) |
(rather than a dead-end page, point out related wiki.) |
||
Line 12: | Line 12: | ||
==Description== | ==Description== | ||
'''AJAX''' is a set of methods for developing interactive applications on the web using XMLHttpRequest and Javascript to provide data to the user without reloading a web page. This idea has been brewing for quite some time but only recently have these ideas been brought together and are starting to be formalized. | '''AJAX''' is a set of methods for developing interactive applications on the web using XMLHttpRequest and Javascript to provide data to the user without reloading a web page. This idea has been brewing for quite some time but only recently have these ideas been brought together and are starting to be formalized. | ||
Offline as of 2007-01-27 (but still linked to as "wiki" from [http://kessin.com/ the root of the site], so perhaps it's unintentional/temporary?). | |||
Some related wiki: [[Ajax Patterns]], [http://en.wikibooks.org/wiki/Programming:JavaScript Wikibooks:JavaScript]. |
Revision as of 01:37, 28 January 2007
Description
AJAX is a set of methods for developing interactive applications on the web using XMLHttpRequest and Javascript to provide data to the user without reloading a web page. This idea has been brewing for quite some time but only recently have these ideas been brought together and are starting to be formalized.
Offline as of 2007-01-27 (but still linked to as "wiki" from the root of the site, so perhaps it's unintentional/temporary?). Some related wiki: Ajax Patterns, Wikibooks:JavaScript.