Slashdot Mirror


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."

2 of 316 comments (clear)

  1. Where are the facts? by shoolz · · Score: 4, Informative

    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.

  2. Re:More like 0.2 than 2.0 by Bogtha · · Score: 4, Informative

    no two Web browsers are ever quite the same; you're just dealing with differences between browsers rather than differences between OSes.

    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.

    You lose all the accessibility mechanisms that OS GUI frameworks have.

    No you don't. Ajax etc is built on top of an HTML foundation, which includes accessibility mechanisms.

    Everyone loves GMail, but navigating around it without a mouse is a real pain. No hotkeys, and an unpredictable tab order.

    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'.

    Proper control of the layout of your UI.

    Accessibility mechanisms and control over layout are mutually incompatible. Accessible interfaces require that the user has control over the layout, not the developer.

    A whole lot of performance.

    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