For a better user experience - AJAX
At local.ch we make quite some use of techniques today best known under the name of AJAX. The main motivation to do so was that web applications built with the default options of HTML are plain and don't really enjoy using. I guess the best example is the drop down selection for large lists of items.. (aka the Country Selection). Different approaches to extend the feature set or improve user experience on HTML web application (Java-applet, Active-X, Flash, DHTML, XForms, Web Forms 2.0, ...) has come up since the invention of HTML forms - and now finally one of them (more precise: a combination of them) has the magic mix to make the cut.
Reasons (top of my head):
Update: Photos of the event on Flickr
Technorati Tags: ajax localch conference
Reasons (top of my head):
- build on existing and well-known technologies (Javascript)
- easy to copy & paste
- easy to add into an existing site
- reduce complete reloads of the web page. e.g. for paging and refining the result set or look-up large lists
- reduce user typos by recommend possible valid values in input fields e.g. the where and when search fields
- and of course the map
Update: Photos of the event on Flickr
Technorati Tags: ajax localch conference

Hi Cedric,
Like you said, it is a combination of those technologies that takes the user experience to the next level. One particular combination is XForms + Ajax. Or I should say: XForms on top of Ajax. The benefit for the user is a better experience, and for the developer the benefit is to be able to deliver this better user experience without having to write JavaScript, using standard and declarative XForms.
Erik wrote a paper that he presented last month at XTech in Amsterdam: XForms: an Alternative to Ajax?
And PresentationServer is an open source (LGPL) implementation of XForms on top of Ajax. There is quick peek see the XForms screencast.
Alex
Posted by
Alessandro Vernet |
June 14, 2006 1:08 AM
@Alex - thx for the links - interesting approach.
I personally favor Web Forms 2.0 - but unfortunately it didn't yet got enough momentum from the user agent developers (Opera being an exception).
Posted by
Cedric |
June 16, 2006 6:49 PM
Hi Cedric,
Is there any particular benefit you see with "Web Forms 2.0"?
Alex
Posted by
Alessandro Vernet |
June 21, 2006 3:06 AM
Post a Comment