Ajax Introduction
August 22, 2009 at 9:18 am | Posted in Ajax | Leave a comment

Ajax Architecture
Ajax Definition
Ajax (Asyncronous Java Script XML) was the extended version of Javascript with using XML as media to communicate with web server, this approaching make Ajax become lighter when being processed, in another word, Ajax only update the web page partially, so intercation between user and Web Server can running “asynchronously”.
Ajax Architecture
Ajax Framework consist of couple of layers there are :
- Javascript : The Programming language that generally already being supported by general browser to give interaction for user and processed on the client side, Javascript basically from C , the original name of Javascript was LiveScript from Netscape.
- Document Object Model(DOM): Depict the structure of web page and can be accessed by using Javascript.
- Cascading Style Sheets (CSS): Take part as visual element of Web page, CSS was being used by AJAX to modify the User Interface
- XMLHttpRequest : Was the client-script for make HTTP request, Ajax Application using XMLHttpRequest to make asynchronous communication between Client and Server !
Advertisement
Leave a Comment »
RSS feed for comments on this post. TrackBack URI
Leave a Reply
Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.