Andrew Pollack's Blog

Technology, Family, Entertainment, Politics, and Random Noise

The de-buzzification of AJAX

By Andrew Pollack on 05/10/2005 at 11:11 PM EDT

Everyone's talking about AJAX now. The level of attention this is getting is more indicative of the herd mentality of JavaScript UI programmers than it is of anything particularly amazing about the technology. Apparently, everyone has spent so much time and effort stealing JavaScript from their favorite websites (the preferred method for getting a new technique) that not enough people have been really considering what they're doing in the context of the language.

The heart of AJAX turns out to be an object called "XMLHttpRequest" -- its built into Firefox and Safari, and its an Active-X in IE. You can get all the details here but the long and short of it, is that it lets you make an html request in the background from the browser, and process those results as an event on the web page. That means based on a menu selection, text entry, or whatever, you can hit the server for data, and change things on the page -- without a page reload or refresh.

I've seen this done in the past, but always with a java applet that gets downloaded and runs in the background. Thomas Gumz makes good use of this in the Domino Administrator Client for the web browser (a great application, btw) and of course iNotes and Google are high profile uses of this technique. And that's exactly my point -- its a technique, making use of a poorly (perhaps on purpose) documented feature of the web browser. Its not a new language. Its not a new standard. Its not new at all.

Don't get me wrong, I think its great stuff. Its just not revolutionary.


  • text bubble icon

    Security Review

    How secure is your Domino environment? A security review doesn't have to be expensive to be helpful. If you're interested in finding out more, Contact Me.
  • There are  - loading -  comments....

    My own thoughts on this are...By Lance Spellman on05/24/2005 at 01:11 PM EDT
    Comment Loading


    Other Recent Stories...

    1. 03/18/2010File this under "Damn, I should have known that" -- CSS and Relative PathsI was whining about a feature being missing in Designer 8.5.x yesterday in a closed forum for "Design Partners" when I learned something I wished I'd known a long time ago. I'm writing this to share it with you, so you can be saved the work I've been doing. The feature I wanted (and still want) is for file resources that use the new editors (e.g. CSS, HTML, JAVASCRIPT) to allow "" values or at least some form of tokenization to allow you to include things like "@webdbname" and profile document values in ...... 
    2. 03/16/2010The CKEditor - with Domino -- will be better than rolling your own!If you don't know the CKEditor, you soon will. Maureen (and others) have recently gone public with the announcement that starting in near term release of 8.5.x, that fantastic rich text editor will be shipped built in with the Domino server and will be integrated for easy use for XPages. One thing that's hard to do at present with the CKEditor when you integrate with Domino, is handle the built in browsing/uploading/embedding for file attachments, images, flash, and so on. There are plug-ins for ftp and ...... 
    3. 02/14/2010Great weekend sleddingI'm from "away" -- a term which in Maine speak means that I wasn't born here, and while I've been here for nearly 20 years I am very easily spotted as a non-native to pretty much anyone with long time family roots in the area. Being from away, there are things I just hadn't had a chance to do that most Mainer's take for granted. This weekend, I got the chance to scratch a few of those off the list. These included going 'upta camp', being significantly north of Bangor, and spending a fair bit of time on a ...... 
    4. 02/10/2010Is anyone really considering a move to a hosted Exchange system? 
    5. 02/06/2010When does an application stop belonging to its owner? 
    6. 01/29/2010Lotusphere 2010 - Session Survey Results 
    7. 01/27/2010Is UPS just plain broken? * Updated 
    8. 01/25/2010My presentations posted here from Lotusphere 2010 
    9. 01/24/2010Me - in bobblehead form 
    10. 01/23/2010Announcing the C.U.L.T. Shirt 2010 Winner 
    Click here for more articles.....


    pen icon Comment Entry
    Subject
    Your Name
    Homepage
    *Your Email
    * Your email address is required, but not displayed.
     
    Your thoughts....
     
    Remember Me  

    Please wait while your document is saved.