AJAX Tutorial

Welcome to AJAX Tutorial

AJAX is acronym for Asynchronous JavaScript and XML. It is usually a combination of several technologies such as HTML, JavaScript, The DOM and the XMLHttpRequest object. AJAX enable web developers to create interactive web applications. AJAX enables you to make web based user interfaces more responsive and rich by letting you update specific part of the page without refreshing the entire page.
This AJAX tutorial will help you to create interactive web applications using AJAX.

Audience

This tutorial is designed for web developers who wants to learn creating interactive web applications using AJAX.

Prerequisites

Before starting with this tutorial you must familiar with HTML, JavaScript, DOM and XMLHttpRequest object.