Getting Started with Ajax

Getting Started with Ajax


Posted in : Ajax Posted on : October 12, 2010 at 5:05 PM Comments : [ 0 ]

Getting Started with Ajax - Quick Getting started tutorial on Ajax technology.

Getting Started with Ajax

In this Getting Started with Ajax tutorial, you will learn how to use Ajax to develop highly interactive web applications. We will explain you the basics of Ajax programming and then explain you basic how to develop basic Ajax examples. After learning this Getting Started tutorial you will be able to use it in developing Rich Internet Applications.

Why Ajax is important?

In traditional web application development user sends the request on server and waits for the response. Server generates the complete page and then send it to the browser. Browser then displays the content to user. In case of Ajax complete page refresh is not required to change a part of the web page. Ajax sends the asynchronous request to the server for retrieving small piece of data and waits for the server response. After receiving the response from the server JavaScript part of the Ajax display the data on the web page.

To begin with, we will show you an example of Ajax program that displays the current date and time on the web page with complete page reload. Click the following button to send the Ajax request on the server to retrieve the current date and time of the server.

Try this Demo on-line.

Go to Topic «PreviousHomeNext»

Your Comment:


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

 
Tutorial Topics