Tag: Ajax
Web Development With Ajax
by White Shaarks on Jun.09, 2009, under Latest Web Technologies
AJAX is really faster in its application as it does not need connection to server every time you ask for the information. AJAX uses those scripts which are normally supported by all major browsers. If you are planning to develop a new website, you can try AJAX. White Shaarks provides you to get basic start up guidelines. Website script holds large importance as far as popularity and usage convenience are concerned. As an innovative web language AJAX may not be very popular as it has come quite recently as compared with other web languages which have been. Basic Advantages for Ajax are:
Faster Updation
Faster Connection
Faster Response
Some of the normal life cycle this consists of following stages:
When a key is pressed it’s called an event which is a query or click in common words. On such events browser sends the information request to the server which in turn responds to give back required information as bites. Generally the process of requesting information and giving callbacks are free to server to increase convenience and speed. The webpage is visited by internet users simply by clicking the targeted link or searching an URL. Thereafter the page gets initialized and loaded. In order to handle the user input callbacks are present in the system which acts after this. Some AJAX applications are short term and terminated once the request is completed.
AJAX is based on 4 web standards which are well defined and supported by all major browsers.
1. JavaScript
2. XML
3. HTML
4. CSS

