Thursday, December 9, 2004

xmlhttprequest: add interactivity to your static web pages

I've been following the development of implementations & uses for XMLHTTPRequest, which is apparently a javascript function that has been around for awhile but is only now getting attention (partly because MSIE does not support it natively except as an ActiveX thing).

Basically, from what I've been able to see and read about, this gives web designers/developers a way of adding implicit interaction between web content and an application, without the user explicitly clicking a "submit" button or the resulting transfer to a new URL, reload of page. So, you could use it to do interactive filtering of search results, display of calendars or other dynamic navigation changes, interactive validation of form data. In one sense, these are all things you can do today if you load your page with javascript or do enough magic on the server side. However it opens up the possibility of a web page feeling more like an interactive application than the old model of fetch page, read page, input data to page, hit submit and wait for something to happen.

Here are some related links, found mostly by a semi-intelligent perusal of google results:

e.p.c. posted this at 11:49 GMT on 9-Dec-2004 .

Slightly acerbic and eccentric dog walker who masquerades as a web developer and occasional CTO.

Spent five years running the technology side of the circus known as www.ibm.com.

More about me here.

Archives