1 / 6

COP 3813 Intro to Internet Computing

COP 3813 Intro to Internet Computing. Prof. Roy Levow AJAX (ref: http://www.adaptivepath.com/publications/essays/archives/000385.php). AJAX. A synchronous J avaScript A nd X ML Supports dynamic web pages Computational load on client Example: Google Maps. AJAX Technologies.

Download Presentation

COP 3813 Intro to Internet Computing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COP 3813Intro to Internet Computing Prof. Roy Levow AJAX (ref: http://www.adaptivepath.com/publications/essays/archives/000385.php)

  2. AJAX • Asynchronous JavaScript And XML • Supports dynamic web pages • Computational load on client • Example: Google Maps

  3. AJAX Technologies • standards-based presentation using XHTML and CSS; • dynamic display and interaction using the Document Object Model; • data interchange and manipulation using XML and XSLT; • asynchronous data retrieval using XMLHttpRequest; • JavaScript binding everything together

More Related