For Programmers: Free Programming Magazines  


Home > Archive > Extreme Programming > July 2006 > Feature Article in Better Software Magazine









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Feature Article in Better Software Magazine
loulou384

2006-07-06, 6:58 pm

The Many Layers of Ajax
by Justin Gehtland

The term "Ajax" was born on February 18, 2005, in a white paper called
"Ajax: A New Approach to Web Applications" by Jesse James Garrett of
Adaptive Path. At the time, Ajax meant Asynchronous JavaScript and XML,
but it isn't really an acronym anymore. Today Ajax code doesn't
require XML, and it needn't be asynchronous. Instead, Ajax means
writing highly interactive Web applications that deliver a richer user
experience than traditional versions. It means taking advantage of
JavaScript and an object called XMLHttpRequest (XHR) to send requests
to the server and bypass the traditional link-or-submit ways of
interacting with a Web server. And it means getting results from those
requests and using them to update parts of the page. So don't worry
about the official definition of Ajax. It is really a combination of
old technologies like DHTML, JavaScript, and CSS, with the magic fairy
dust of XHR sprinkled on top.

To see more:
http://www.stickyminds.com/BetterSo...ne.asp?fn=cifea

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com