• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Is it true that AJAX existed before the acronymn?

 
Ranch Hand
Posts: 133
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I was informed recently by a coworker that AJAX has been around for years and that recently it took off? Any truth to that?
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. The name "Ajax" itself is barely a year old, but the XMLHttpRequest technology has been around for something like 4 years.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Been around since IE 5.0

Eric
 
Ranch Hand
Posts: 167
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The cross-browser support is a very important accelerator for any technology on the way to success. Internet explorer was the first browser who introduced it (since IE5.0 like it already mentioned). Currently, most used browsers support it. The turning-point was Google Map. Guys shown that cool application might be made without Flash (ActiveX, Applets, Java WebStart and so on). Actually, many company already provided products using XMLHTTP (like ActiveWidget), but in case of Google Map the audience was huge.

XUL is very promised technology, but cross-browser support issue is an obstacle for it.

For references:
See history of AJAX at http://en.wikipedia.org/wiki/Ajax_%28programming%29
See history of XMLHTTP at http://en.wikipedia.org/wiki/XMLHTTP
ActiveWidget - http://www.activewidgets.com/grid/
[ April 05, 2006: Message edited by: Sergey Smirnov ]
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ajax has been sold in stores for decades already
reply
    Bookmark Topic Watch Topic
  • New Topic