Feature Article in Better Software Magazine

L

loulou384

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/BetterSoftware/magazine.asp?fn=cifea
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top