AJAX was introduced by Jesse James Garrett of Adaptive Path in 2005. He describes how to develop different web with traditional methods. He published an article entitled "Ajax: A New Approach to Web Applications". In his article, Garrett believes that web application can close the gap between web and desktop applications.
Traditional web development work synchronously, between applications and servers, each time doing a link or doing a "submit" on the form. Way, the browser sends the data to the server, the server responds and the page will be refreshed.
Web applications that work with the AJAX work asynchronously, which means sending and receiving data from the user to the server without the need to load the entire page, but only to replace the web part to change. Use AJAX start popular when used by Google in 2005.
AJAX is not a new programming language, but it is a new technique using existing standards. With AJAX we can become better, faster and add elements of user-friendly and interactive in our web application. AJAX is based on JavaScript and HTTP requests.
AJAX is based on open standards such as:
* JavaScript
* XML
* HTML / XHTML
* CSS
By using JavaScript AJAX can send and receive data between the web servers and web browsers. AJAX techniques will be held alternately exchange data and their re-load the entire page.
That with, to learn AJAX, must understand the concept of the above standards. AJAX support in most popular browsers that AJAX applications are cross-platform applications and cross-browser.
Through AJAX, JavaScript can be communicated directly with servers using XMLHttpRequest JavaScript object. This JavaScript object can trade data to a web server without having to reload (refresh) a web page.
AJAX uses asynchronouse transfer data (in HTTP requests) between the browser and web server, which allows web pages to request small bits or all information from the server. AJAX technique makes Internet applications into smaller, faster and more user-friendly.
AJAX is a web application better. Web applications add advantages over desktop applications:
* Can reach a broad user
* Easy to install
* Easy to develop
* Easily maintained
As we know, Internet applications are not always hard and user friendly as desktop applications. With AJAX Internet applications smaller, faster and easy to use.
Traditional web development work synchronously, between applications and servers, each time doing a link or doing a "submit" on the form. Way, the browser sends the data to the server, the server responds and the page will be refreshed.
Web applications that work with the AJAX work asynchronously, which means sending and receiving data from the user to the server without the need to load the entire page, but only to replace the web part to change. Use AJAX start popular when used by Google in 2005.
AJAX is not a new programming language, but it is a new technique using existing standards. With AJAX we can become better, faster and add elements of user-friendly and interactive in our web application. AJAX is based on JavaScript and HTTP requests.
AJAX is based on open standards such as:
* JavaScript
* XML
* HTML / XHTML
* CSS
By using JavaScript AJAX can send and receive data between the web servers and web browsers. AJAX techniques will be held alternately exchange data and their re-load the entire page.
That with, to learn AJAX, must understand the concept of the above standards. AJAX support in most popular browsers that AJAX applications are cross-platform applications and cross-browser.
Through AJAX, JavaScript can be communicated directly with servers using XMLHttpRequest JavaScript object. This JavaScript object can trade data to a web server without having to reload (refresh) a web page.
AJAX uses asynchronouse transfer data (in HTTP requests) between the browser and web server, which allows web pages to request small bits or all information from the server. AJAX technique makes Internet applications into smaller, faster and more user-friendly.
AJAX is a web application better. Web applications add advantages over desktop applications:
* Can reach a broad user
* Easy to install
* Easy to develop
* Easily maintained
As we know, Internet applications are not always hard and user friendly as desktop applications. With AJAX Internet applications smaller, faster and easy to use.
0 Komentar untuk "AJAX"