1 / 7

Ajax for Dynamic Web Development

Ajax for Dynamic Web Development. Gregory McChesney. What Is Ajax. Ajax stands for Asynchronous JavaScript and XML Method of communicating between web server and client Requires JavaScript XML HTML CSS. Applications. Create “desktop” like applications No refresh required Used by

ayasha
Download Presentation

Ajax for Dynamic Web Development

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. Ajax for Dynamic Web Development Gregory McChesney

  2. What Is Ajax • Ajax stands for Asynchronous JavaScript and XML • Method of communicating between web server and client • Requires • JavaScript • XML • HTML • CSS

  3. Applications • Create “desktop” like applications • No refresh required • Used by • Google Maps • ESPN • Microsoft Outlook Web Access • Google Suggest

  4. Ajax Benefits • Robust Web Applications • Reduced Server Load • Reduced Bandwidth Usage • Ajax has some built in security • Can be used without user interaction

  5. Ajax Problems/Issues • Ajax depends on the browser to make requests • Change in security model • Can be used without user interaction

  6. Code Sample’s • HTML Script • JavaScript • Server Side • No Ajax

  7. Demo’s • Name Suggestion • Name Suggestion (No Ajax) • Google Suggest • ESPN

More Related