You are here: Home >> AJAX

AJAX

Getting introduced to AJAX

by marketraisecorp on May 28, 2009

AJAX = Asynchronous JavaScript and XML
AJAX uses the following web standards:
• JavaScript
• XML
• HTML
• CSS
AJAX applications are browser- and platform-independent.
Asynchronous JavaScript + XML is not a new technology or a new programming language It is a term coined in 2005 by Jesse James Garrett, which describes a "new" approach to using a number of existing technologies together, including: HTML or XHTML, Cascading Style Sheets, JavaScript, The Document Object Model, XML, XSLT, and the XMLHttpRequest object. It is a new technique for creating better, faster, and more interactive web applications.

When these technologies are combined in the AJAX model, web applications are able to make quick, incremental updates to the user interface without reloading the entire browser page. This makes the application faster and more responsive to user actions.
With AJAX, a JavaScript can communicate directly with the...Read More >>



Find answers for AJAX

Did this solve your question? If not, then read following articles, answers and questions or ask a new question.

<<Previous 1 2 3 4 5 6 7 Next>>

Recommended Reading

Ajax Tutorial - Loads of Information Available Online

by soloscript09

It’s often a difficult scenario on the part of an I.T aspirant to get into a thorough analysis of the particular subject matter but since the advent of internet as a valuable source of information, there have been the emergence of tutorials that are available online related to Ajax. The first and foremosttutorial defines Ajax that stands for Asynchronous JavaScript and XML. It is the use of the nonstandard XMLHttpRequest object to communicate with server-side scripts. It can send as well as receive information in a variety of formats, including XML, HTML, and even text files. The...

Read More >>

My Questions & Articles

Find latest questions, answers and articles.

Questions I Ask

Questions I Follow

Articles I Share

Do you like it? Share with friends!

Don't forget to follow us!

If you like our tutorials and answers, please give us a +1!