Recent Changes - Search:

CIS 700

Ajax

Ruby

Rails

Second Life

Navigation


Penn PmWiki

pmwiki.org


edit SideBar

Ajax

Asyncronous Javascript And XML (AJAX, or Ajax) is a set of techniques used in HTML documents so that a portion of the page can be updated by a Javascript program without browsing to a new URL. Ajax data transfer representations (between Javascript and web server) include plain text, XML, and JSON. Ajax techniques include hidden frames, submission throttling, page pre-load, calling a SOAP web service, and many others. Technologies which may be involved in Ajax include CSS, HTML, HTTP, Javascript, JSON, REST (which really is just HTTP), SOAP, TCP, Web Services, and XML.

With Ajax, parts of a web page refresh themselves as needed, while other parts stay the same. A well-known application of Ajax is Google Maps, in which the Google server sends an XML document to the visitor's web browser. Javascript in the browser does all the formatting, and the visitor can pan and zoom without reloading the entire page.

Ajax slides (Powerpoint):

Various general information (such as MVC) about web applications, possibly relevant to Ajax but not only to Ajax, has been moved from here to a new web applications page.

Ajax GET, POST, SOAP, and GET caching handouts: (from W July 11, minus handwritten comments)

Javascript links have been moved to the Javascript page.

Links:



This page last modified on August 01, 2007, at 03:47 PM

Edit - History - Print - Recent Changes - Search
Page last modified on August 01, 2007, at 03:47 PM