Hello Everyone,
I'm sure many of us have read about and maybe experienced Google's latest projects. In particular Gmail (gmail.google.com) and Google Suggest Beta (http://www.google.com/webhp?complete=1&hl=en).
A lot of the reviews, dev articles and blogs out there seem to point out that google has raised the bar on web user interfaces. One of the reasons that have allowed them to do so is through the use of XMLHTTP, in particular, the ability to make http calls to the web server without refreshing an entire page.
There are a few areas in OpenACS that I would love to see XMLHTTP used. For instance,
- in the who's online feature on top of the website can be refreshed using XMLHTTP without refershing the entire page.
- Form validation that fetches the validation error messages only as opposed to the entire form.
Are there plans to utilize XMLHTTP in OpenACS ?
Where else in OpenACS can we make use of XMLHTTP to imporve user interface and usability in general ?
Is it worth considering the use of XMLHTTP with OpenACS, in the first place ?
What are the pros and cons ?
Thanks and a Happy New Year to all.
Hamilton Chua