AJAX Explained

by Shabbir on April 10, 2009

in Programming

AJAX means  Asynchronous JavaScript And XML.It is a method to create web applications in more faster way.In this without loading the page Javascript communicates with the webserver.It uses asynchronous data transfer so that webpages can request information in small bits.AJAX is supported by all the servers.As AJAX directly communicates with the server so one need not have to wait get information from database from server like Javascript.

In AJAX when we send request to the server  there are two methods used:-
1. open()

2. send()

In open() method there are three arguments or parameters
1. It tells which method we are using to send request.
2. It specifies the URL of the server-side script.
3. It tells that the request to be handled asynchronously.

In send() method we send the request to the server.

AJAX is not a any  new programming language, but it is a new way to use existing standards like JavaScript, XML, HTML, CSS. With AJAX we can create faster and user friendly applications.It is basically based on JavaScript and HTTP requests.It is a technology which is not dependent on web server software or on any platform.

Sharing is Caring...

Other Related Posts:

  1. ASP at a glance
  2. Working with ASP

{ 1 comment… read it below or add one }

Unni April 19, 2010 at 2:20 pm

Sir,
i am intrested in Making Google/Orkut Apps what knowladge must i have and where should i must register Can you guide me??
Reguards
Unni,:-)

Reply

Leave a Comment

Spam protection by WP Captcha-Free

Previous post:

Next post:

    About the Author

  • author photo

    My Name is Shabbir Bhimani and I am developer by profession in the field of applications, web and database. Currently doing full time online marketing and like to share my experiences on how you can make money online @ CodeItWell.com. Read more ...


    See how you can get in touch with me.