Sunday, July 21, 2013

What is AJAX ?


AJAX is based on internet standards, Ajax is made up of the following technologies:

  • XHTML and CSS for presenting information.
  • Document Object Model (DOM) for dynamically interacting with and displaying the information presented.
  • XMLHttpRequest object to manipulate data asynchronously with the Web server.
  • XML, HTML, and XSLT for data interchange and manipulation.
  • JavaScript for binding data requests and information display.
Source: IBM



No comments:

Post a Comment