It's amazing what fundamental technical innovations can lay around waiting to flower at the right time. Like seeds in Death Valley sprouting after a rainstorm, the sturdy little XMLHttpRequest object in Web browsers is taking the world by storm. Here's a page from Fiftyfoureleven.com with a large list of links of people and projects based on XMLHttpRequest -
XMLHttpRequest & Ajax Based Applications.
This is great stuff. I wonder what it was that finally made this explode onto the Web developer scene. It's been around at least five years in InternetExplorer - but I suppose it was languishing until the rest of the community got around to implementing it. I'd love to see a timeline of it's deployment in other browsers and it's adoption.
I wonder what all this attention to 'no refresh' web apps will do for mod-pubsub. I wonder if mod-pubsub is even still breathing, since they ought to be all over this and figure out how to use XMLHttpRequest to parse a streaming response and then kick messages into their javascript client-side router.
(later) Ah, I see now the connection between Ajax and KnowNow.
1 comment:
I made a tool for easily leaving notes for yourself, serves as a very simple example of an AJAX application.
http://www.bemmu.com/mynote/
Post a Comment