|
Introduction to AJAX
Foreword:
This tutorial provides an introduction to AJAX; initially by explaining the different associated concepts and then presenting how to practically use AJAX in simple applications.
Basic Requirements:
You should have some basic knowledge about HTML/XTML and Javascript before you start with AJAX .
What is AJAX – Asynchronous JavaScript And XML? AJAX is simply about JavaScript on the client (web browser) communicating with the server using XML. It is based on JavaScript and HTTP requests.
By using AJAX,better,faster and easier to use web applications can be created.
AJAX is not a new programming language it just introduces a new method of using the existing language standards.
|