Pages

Jan 6, 2006

Ajax Demystified

We keep hearing about ajax but what is it...?
Ajax is not a technology in itself, its a collection of technologies to create interactive web applications using a combination of (as per wikipedia)

* XHTML (or HTML) and CSS for marking up and styling information. (XML is commonly used, although any format will work, including preformatted HTML, plain text, JSON and even EBML).
* The Document Object Model manipulated through JavaScript to dynamically display and interact with the information presented
* The XMLHttpRequest object to exchange data asynchronously with the web server. In some Ajax frameworks and in some situations, an IFrame object is used instead of the XMLHttpRequest object to exchange data with the web server.

So when someone recently asked me if i had programmed in ajax i said no. But it doesnt seem that difficult after all. Lemme get back to college i think i am gonna make something in ajax:)


Tags: Ajax

1 comment:

  1. Anonymous3:53 PM

    check flazx.com from ajax in action ebook

    ReplyDelete

Note: Only a member of this blog may post a comment.