ajax

javascript is coming back to the web. the new keyword is ajax - asynchronous javascript and xml. it’s essentially about creating web apps that use javascript to load data from the web server into the page currently displayed instead of loading an entire new page, which enables a much nicer user experince. examples are google suggest, google maps and tada lists.

Tags:

Leave a Reply