Gmail without AJAX, part 1
April 11th, 2005I noticed today that Gmail is now offering an alternative, non-AJAX interface, selectable by choosing “basic HTML” below the message listing. This is actually a great opportunity to experiment and see whether AJAX (or any other kind of heavy DHTML-style interaction) actually makes a enough of a difference to justify the extra implementation work.
I’ll do all my Gmail browsing using old-style HTML forms until next week and observe how much I miss the extra features, then will report back here.
(First note: Gmail does not allow you to change account settings using the non-AJAX interface.)
April 12th, 2005 at 10:25:34
Do you currently use keyboard shortcuts with the AJAX interface? Does the non-AJAX UI allow you to use the keyboard shortcuts? I know some people live and die by that feature alone.
April 12th, 2005 at 02:25:09
The “basic HTML” does not allow for keyboard shortcuts. But it does allow for Opera 7, whereas the full feature-set requires Opera 8, which is still in beta.
May 6th, 2005 at 08:18:26
If you haven’t you should read Mark Birbeck in the same vein..
XForms Patterns: Dynamic URLs and Google Maps
XForms Patterns: Incremental and ‘Google Suggest’
After RSS readers, Google Suggest and now Google Maps, maybe next week Mark will give us Gmail…
January 2nd, 2006 at 01:49:45
[...] One way to justify the cost of development (i.e. compare user experience with and without support) [...]