Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/mislz28/public_html/wp-content/themes/css-faq-v2/timeweather/timeweather.php on line 19
  • Uncategorized
13 February 2008

What is AJAX

AJAX is a short form of Asynchronous JavaScript and XML; it can also be called as remote scripting, JavaScript RPC or XMLHTTP Request. Ajax is a technique of interconnected web development and is specifically used for the development of web applications. The main function of AJAX is to raise the speed, usability, functionality and the interactivity of web pages. By using AJAX we can increase the interactive ness and responsiveness of our web pages by means of exchanging the little data by server. When we click on any event in the form which has AJAX implemented then that particular web page do not reloaded every time when we perform any action.

AJAX is usable on various different architectures of computer, operating systems as well as web browsers as it is derived from an open standards for example JavaScript and DOM. The implementation of appropriate libraries and frameworks are freely available.
The functions of AJAX are normally called in the scripting language JavaScript. The request of XML Http object is retrieved by the scripting languages that run in modern browsers. There is, on the other hand, no constraint to the asynchronous content be format in XML.

img

AJAX allows the java script to correspond with the script of server side, without a noticeable round trip to server. That is your web page won’t be reload by the search result, they will immediately come out when they are ready. Therefore your website do not require to go on or after script to script.

Tags:

Esta entrada fue publicada en13 February 2008a las14:27 y esta registrada en Uncategorized. Puedes seguir cualquier comentario a esta entrada a través delRSS 2.0feed. Puedes dejar un comentario, o rastrear desde tu sitio web

One comment

1. 
CSSnewbie

Oh, cool info! thank you!

4 March 2008 at 23:48

Dejar un comentario

Name (*)
Mail (will not be published) (*)
URI
Comentario