Ajax Introduction

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

Ajax Architecture

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 :

  1. 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.
  2. Document Object Model(DOM):  Depict the structure of web page and can be accessed by using Javascript.
  3. Cascading Style Sheets (CSS): Take part as visual element of  Web page, CSS was being used by AJAX to modify the User Interface  
  4. 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

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Blog at WordPress.com. | Theme: Pool by Borja Fernandez.
Entries and comments feeds.

Follow

Get every new post delivered to your Inbox.