AJAX FRAMEWORK Asynchronous JavaScript and XML
AJAX is not a new programmng Language.
AJAX tells new way  to use the existing standards.
Ajax Features Platform Independent.
Can update parts of a web page, without reloading the whole page.
Can able to create fast and dynamic web pages.
Reduced loading time and server traffic.

Ajax

  • 1.
    AJAX FRAMEWORK AsynchronousJavaScript and XML
  • 2.
    AJAX is nota new programmng Language.
  • 3.
    AJAX tells newway to use the existing standards.
  • 4.
  • 5.
    Can update partsof a web page, without reloading the whole page.
  • 6.
    Can able tocreate fast and dynamic web pages.
  • 7.
    Reduced loading timeand server traffic.
  • 8.
    STANDARDS AJAX isa combinaton of standards they are: XMLHttpRequest object to exchange data asynchronously with a server
  • 9.
    JavaScript/DOM todisplay/interact with the information
  • 10.
    CSS tostyle the data
  • 11.
    XML is often used as the format for transferring data
  • 12.
  • 13.
    FRAMEWORK We needa framework in order to develop a site in a easier way.
  • 14.
    Fully integrated librariesin a framework so easy to use.
  • 15.
    The goal ofa framework is to provide the Ajax engine and associated server and client-side functions.
  • 16.
    Types of FrameworksIndirect Ajax frameworks Based on compiler technology, where, instead of writing direct Ajax and Javascript, a high-level language is used instead, along with a compiler that turns the high-level language into JS. Direct Ajax frameworks These frameworks require HTML, CSS and Ajax expertise: a developer is expected to author pages directly in HTML, and framework APIs deal directly with HTML elements.
  • 17.