COP 3813 Intro to Internet Computing

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

description

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. - PowerPoint PPT Presentation

Transcript of COP 3813 Intro to Internet Computing

Page 1: COP 3813 Intro to Internet Computing

COP 3813COP 3813Intro to Internet Intro to Internet

ComputingComputing

Prof. Roy LevowProf. Roy Levow

AJAXAJAX(ref: http://www.adaptivepath.com/publications/essays/archives/000385.php)(ref: http://www.adaptivepath.com/publications/essays/archives/000385.php)

Page 2: COP 3813 Intro to Internet Computing

AJAXAJAX

AAsynchronoussynchronous J JavaScriptavaScript A Andnd XXMLML

Supports dynamic web pagesSupports dynamic web pages Computational load on clientComputational load on client Example: Google MapsExample: Google Maps

Page 3: COP 3813 Intro to Internet Computing

AJAX TechnologiesAJAX Technologies

standards-based presentationstandards-based presentation using using XHTML and CSS; XHTML and CSS;

dynamic display and interaction using the dynamic display and interaction using the Document Object Model; Document Object Model;

data interchange and manipulation using data interchange and manipulation using XML and XSLT; XML and XSLT;

asynchronous data retrieval using asynchronous data retrieval using XMLHttpRequest; XMLHttpRequest;

JavaScript binding everything togetherJavaScript binding everything together

Page 4: COP 3813 Intro to Internet Computing
Page 5: COP 3813 Intro to Internet Computing
Page 6: COP 3813 Intro to Internet Computing