AJAX
What is AJAX
AJAX (Asynchronous
JavaScript and XML) is a term coined by James Garrett in his Feb 18th, 2005 column
"Ajax: a New Approach to Web Applications"∞. Simply it means having an interactive web form without having to refresh the webpage. The requests are handled by
XMLHttpRequests and posted back to the already open form.
Two of the most visible uses of this are
Google's gmail∞, and
Google Maps∞.
One of the easier ways to get started with AJAX is
RubyOnRails. You can also use the
prototype∞ library directly for PHP, or the even more complete (and based on prototype)
script.aculo∞.
Ajax Projects/apis
Ajax Documnets/articles
Javascript Tutorials
Sample Ajax Apps
http://www.mp3act.net/∞ - MP3 Player/Streamer
Back
HomePage
MysticServer
RubyOnRails
Category
CategorySite5
There are no comments on this page. [Add comment]