1 / 7

Ajax for Dynamic Web Development

AJAX, or Asynchronous JavaScript and XML, is a critical technology for modern web development, enabling seamless communication between web servers and clients. It allows developers to create "desktop-like" applications that do not require page refreshes, offering a smoother user experience. Widely used by platforms like Google Maps and ESPN, AJAX reduces server load and bandwidth usage, incorporating built-in security features. However, it does face challenges, including dependencies on browsers and security model changes. Explore its benefits, problems, and practical code samples to elevate your web applications.

ayasha
Télécharger la présentation

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