ajax: a new approach to web applications: Adaptive Path sticks a name on the current crop of XMLHttpRequest-enabled apps.
An Ajax application eliminates the start-stop-start-stop nature of interaction on the Web by introducing an intermediary — an Ajax engine — between the user and the server. It seems like adding a layer to the application would make it less responsive, but the opposite is true.
I actually starting using this about four or five years ago (using Microsoft’s COM component in IE). I was really bad at it, though. Done wrong, this really kills usability — I was essentially letting a user browse an entire Web site without loading a new page, which is fine…until they try to hit the back button.
I've purchased a shrink-wrapped copy of Turbo Tax every year for the last five years or so. I was going to do it again this year, but Joe told me to try their Web-based version (same link as above). I've known about Turbo Tax for the Web, but I've always…
I'm curious what effect Ajax will have on usability. With this technique, the unspoken nature of Web apps is changing, and apps using Ajax will likely do things that users don't expect. When I first starting using client-side HTTP requests back in 1999 (long before the snazzy name), I did…
Guide to Using XMLHttpRequest (with Baby Steps) from WebPasties: A well-written, simple tutorial for making XMLHTTP-enabled forms, which is the latest craze.
I think AJAX brings an advance solution to usabilty and site enhancements. The technology is going up there to the point where the users could simplify and appreciate their experience online. Probably the main point AJAX should highly anticipate at this stage is its compatibility and accessibility concerns.