posted on Friday, February 02, 2007 12:01 PM by Jonathan Hodgson

Adam Bosworth on Why AJAX failed (then succeeded)

Adam Bosworth, ex-Microsoft, now Google employee talks about why AJAX failed but is now all the rage.

I do agree with his point of simple web applications - for me Amazon is still one of the 'easiest' sites to use without lots of AJAX/Flex/etc., in it's case the ease of use and content are king.

For instance, Bosworth said a cardinal rule of his is KISS, or, in his words, "Keep It Simple and Stupid." Gestures like tooling, icons, right-click and drag-drop are too obscure, he said.
Moreover, most Web applications are designed for large numbers of customers with small amounts of customer support, and most Web applications are not used for hours a day, he said.

I've been using the Microsoft AJAX libraries (formerly codename Atlas) (including the Futures CTP and Control Toolkit).

After the pain of keeping up with all the CTP, RC1 changes to tags and web.config - it is delivering on improved user experience for our projects with little effort by leveraging the UpdatePanel.

Documentation is a welcome compared to other AJAX frameworks and JSON webservice calls are well supported to.

Comments