Thursday, 15 September 2005

Oh dear: false positives ahoy!

So the good people behind Mailinator (the disposable email address folks) decided to put up a Google Maps thingy that shows where spam has come from recently. Unfortunately, it only served to illustrate the false positive problem...

Tags: , , .

What is Ajax?

Ajax is an emerging way to design applications that run inside a web browser. Its key advantage over conventional web applications is that Ajax applications are much more responsive and interactive.

It's an acronym for Asynchronous JavaScript and XML. What that means is that the underlying data are exchanged between the browser and web server in XML and the display intelligence runs in a JavaScript program (AKA ECMAScript: i.e. the scripting language, not Java applets). The program is downloaded when the browser first connects to the web server.

A relevant example of a good Ajax application is Scalix Web Access (SWA): David Ferris of Ferris Research just called it "The Best Email Web Client." This alternative to Outlook is extremely fast, compared with the current Outlook Web Access and provides a comprehensive list of functionality, including email, calendar, scheduling, tasks, contacts, delegation, and public folders. Another example is Google's GMail, although the Gmail paradigm is a little too page-based for Ajax purists.

To contrast a conventional web application with an Ajax application:

Conventional:
  • Display intelligence runs in the web server, which generates HTML pages to be displayed in the browser
Ajax:
  • Display intelligence runs in the browser, which exchanges the underlying data in XML
  • Page-based user interface paradigm, unlike most desktop applications; each change requires a complete new page to be transferred and displayed
  • User interface design can be much more familiar -- similar to desktop applications; changes can simply modify an existing object on the page and usually do not require a server transaction
  • Mouse interactions are limited to clicks, which take considerable time to transfer to the server and be acted upon
  • Interactions can be far richer, including dragging
  • Users must wait for each interaction to complete
  • Data transfers can be scheduled in the background, meaning that users don't need to wait; data can be pre-fetched in anticipation
  • Must be online to use
  • Could work offline

There's much more that can be said about Ajax. If this short post has whetted your appetite, ask me more.


Tags: , .

Monday, 12 September 2005

Stupidest. Spammer. Ever.

Good grief, look what just plopped into my inbox...

We have been trying to contact you over the past week!

Your blind date approval is {needed|on wait|pending}.

{Upon|After the} validation you will find out {which|what} friend {set you up on|arranged} this date.


{Visit|Follow|Cl1ck} the link below to {accept|validate|approve} your date:


Tags: .

Saturday, 10 September 2005

A great loss

Rest in peace, Lewis Platt: gentleman, moral businessman, and friend of HP OpenMail.

Tags: , , , , .

Wednesday, 31 August 2005

Remembering the New Orleans flood of '95

I was in New Orleans for the ill-fated EMA'95 show. On account of the heavy rain and flooding, the conference was abandoned. The local government declared a state of emergency. At the time, we thought we were lucky to be alive. I believe a few people died as a result of being sucked into open drain holes in the street. But it was nothing like the tragedy of Katrina. Our hearts go out to the poor people in the area.

More discussion at today's IT Blogwatch.

Tags: , , .