The post has been moved here.
Edit: The author has moved to http://techtracer.com
All further posts will be published at the new location.
The post has been moved here.
Edit: The author has moved to http://techtracer.com
All further posts will be published at the new location.
December 26, 2006 at 12:25 am
Great story. I think it is also important to acknowledge the increased internet connection speed across many website users. back in Dial-up world, AJAX would not work at all. Now just about everyone has DSL, making AJAX more of a practical reality.
December 26, 2006 at 11:40 am
[...] In The birth of AJAX – an amazing story nitinpai tries to trace down the story of the Ajax evolution. Believe it or not, Microsoft seems to be one of Ajax drivers (by accident?). [...]
December 26, 2006 at 11:44 am
I am in doubt that xmlhttp is an invention from microsoft…
December 26, 2006 at 4:34 pm
[...] I stumbled into a few articles that I think are immensely helpful for many of us. A blog on The birth of AJAX – an amazing story. I attribute the success of AJAX to Microsoft and Google. Microsoft, because it invented the XMLHTTP object and without Google standing forth on this aspect, you wouldnt have been able to see any of the above mentioned miracles imparted to the web today. [...]
December 26, 2006 at 9:36 pm
Ahhh, AJAX! I think a fitting sub heading may be “How code crunchers repossessed the web!”
When I see all this use of AJAX it leaves me in mind of a “look see” workshop meeting I attended in 2003 hosted by a Macromedia partner in London, the idea was to check out Flash and ColdFusion and it’s data integration. I must add I was there not as a coder but as head of communications for my then employer, a major financial organisation.
One comment made by an obvious coder (Jeans, converse trainers and a hoody) went down at the time as a geek arguing the case in support of what must have been a huge knowledge investment for him, almost convincing himself that Flash was an irrelevance and best used for banner ads. I got caught up slightly in counting code lines so didn’t really think that what he’d called JS external loader and DHTML would really be that great an option compared to Flash. Sure they both abandoned the refresh model but with JS taking in many instances 50-60 times more code for the same task plus the extra diligence needed in the HTML I saw it more as the low gas high IQ approach of a geek who didn’t want to shell out on the Flash IDE.
Was I wrong, should I have taken his number? Where does Flash stand now on what it called rich internet applications? Am I now right in looking to OpenLaszlo as a catch all dev platform?
Yours,
More Confused Than Ever,
South Wales.
December 27, 2006 at 1:07 am
I like the story. Easy read. Nice blog.
December 27, 2006 at 3:28 am
[...] The Birth of AJAX – An Amazing Story. [...]
December 27, 2006 at 5:18 am
good one
December 27, 2006 at 1:33 pm
Calling Ajax a technology just doesn’t feel right. “Ajax” gained acceptance as a label for the use of certain, pre-existing, technologies in the way and for the purposes they were implemented. Ajax is the term people embraced to describe what they were already doing.
It’s also worth noting that using XMLHTTP via JavaScript in a web page is a poorman’s XMLRPC. There are other ways to do the same thing – e.g. clever use of IFRAMEs – but XmlHttpRequest/Msxml.XMLHTTP takes some of the work out of it.
Ajax doesn’t give us anything new, apart from a term to describe a process.
So Ajax isn’t a technology, but it is technology.
December 27, 2006 at 4:04 pm
“Great story. I think it is also important to acknowledge the increased internet connection speed across many website users. back in Dial-up world, AJAX would not work at all. Now just about everyone has DSL, making AJAX more of a practical reality.”
Um, no, just the opposite. You see the idea behind AJAX is minimalism. It is sending and retrieving very small amounts of data and updating only the necessary components of a website.
December 27, 2006 at 7:11 pm
“History was being created and for good and people were pleased to see more of it daily and amazinlgy vendors were luring them right on this very oppurtunity they got. But this altogether bought in a different sort of cold war between the web designers who didnt use more of scripts as it hampered the website’s success.
This is NOT meant as a flame, but to see such an important article written with complete disregard for spelling and grammar makes me sad and disappointed. The article is unreadable! You should be ashamed of yourself.
December 28, 2006 at 3:41 am
Thanks Captain Internet for your important suggestion. I had written this draft and had checked for typos but not for grammatical mistakes. Now I realise that an important article will affect readers. So the next time, Ill take care about checking for them as well.
December 28, 2006 at 5:48 am
[...] Nitin Pai (not THE Nitin Pai, another one) has an extremely interesting article which examines the story behind the evolution of AJAX as a popular programming methodology. [...]
December 28, 2006 at 5:49 am
Great post, mate!
January 1, 2007 at 1:21 am
More ref: Ajax artilces, tutorials, forums, blogs, sites, frameworks, books.
url: http://www.ajaxtoday.com
Thanks.
January 4, 2007 at 5:17 pm
I had the impression that Google Maps was the first major web application to feature an Ajax interface
January 7, 2007 at 12:42 pm
Since AJAX has been around since 1999 and most never used it I’m wondering what other technologies or technology mash-ups exist that nobody uses … but should!