Web 3.0
SpunOne writes "Apparently Jeffrey Zeldman is as sick of Web 2.0 as many of us have become. In his latest article, titled "Web 3.0," he really sticks it to the Web 2.0 fan boys, and dispels a lot of the hype generated by our young new friends. It's easy to grow apathetic when a new idea gains so much traction so quickly, but his points are clear and accurate, and deserve consideration."
The summary suggests that he really "he really sticks it to the Web 2.0 fan boys". But really, the article seems like nothing but a pissy rant. He doesn't put forward the issues and talk about them methodically.
As far as I can tell, the only salient point made is that wire-framing a site with AJAX is difficult.
The portability problems with Ajax aren't that big. It's like porting from one UNIX to another - they all support basically the same interface, but all have some shortcomings.
No you don't. Ajax etc is built on top of an HTML foundation, which includes accessibility mechanisms.
I hate the way GMail is always held up as an example. The code behind GMail is terrible. If the tab order is screwed up, then it's because the Google developers screwed up, not because Ajax was used. And if you want hotkeys, click 'Settings' and change the thing that says 'Keyboard shortcuts off' to 'Keyboard shortcuts on'.
Accessibility mechanisms and control over layout are mutually incompatible. Accessible interfaces require that the user has control over the layout, not the developer.
Things like Ajax usually speed up web applications. And if you are comparing web applications to desktop applications (your whole comment seems to be about desktop vs web rather than 1.0 vs 2.0), then web applications can still be faster - I can search my webmail faster than I can search my normal email.
Bogtha Bogtha Bogtha