Slashdot Mirror


The Best of Web 2.0

Fennie writes "Designtechnica has published their 2006 Best of Web 2.0 list. Some of the sites include Flickr.com, Vimeo.com and Writeboard.com. From the piece: 'The next generation of the web is here! With new kinds of desktop-like applications being released left and right, how will you know where to go and what to use? That's why we're here: To show you the best of Web 2.0 sites that you can get the most out of. No matter the task, video, audio, or photos, we have a site that works great for what you want to do and uses all the great features of Web 2.0 technology.'"

10 of 228 comments (clear)

  1. People use these? by AuMatar · · Score: 3, Interesting

    Total number of these webpages I've ever used.... 1, Google Maps.
    Total number of these webpages that even remotely serve a need.... 2, Google Maps and maybe Google Local.

    And for directions, google is easily beaten by Rand-Mcnally. Only the satelite maps feature gives it a good use.

    So whats all the hype for? If I take a photo, I don't want it indexed to the world- I send it to the 2-3 people who might give a shit. Same with video. Back when I used IM (before all my friends stopped using it) I used Trillian to the same effect as they use Meebo, with awesome side features (chat logs). I sure as hell don't want my bookmarks searchable to the world.

    Looks more like a set of pop favorites for the under 20 crowd than it does actually useful sites.

    --
    I still have more fans than freaks. WTF is wrong with you people?
  2. This is the best? by SJasperson · · Score: 3, Interesting

    I've been forced to use Writeboard as part of our corporate Basecamp installation. It's got to be the least-functional wiki implementation out there, with very few formatting choices, almost no documentation, and slow response time. Oh, but wait, it comes from a sexy Web 2.0 company, so it must be good. There are better wikis (almost all of them), better AJAXified word processors (Writely), better collaborative tools that let you choose between wiki markup and WYSIWYG (JotSpot), so how did this dog get on the list? Perhaps the writers hang out at the same trendy coffeehouses chortling over their Web 2.0 antics...

    --
    Sigs? Sigs? We don't need no steenkin' sigs.
  3. sheesh by Anonymous Coward · · Score: 1, Interesting

    Is there anything more entertaining than watching Slashdotters talk trash about Ajax? Yeah, we know, you were doing all this back in 1986.

  4. Mod article -1 Marketing by MrNougat · · Score: 2, Interesting

    So what "version" was the web when Java applets became popular? What about frames? What about annoying midi background music? What about inline images?

    It's fairly obvious that "Web 2.0" and "blogosphere" and the like are marketing terms. The real questions are: What marketers are coming up with these things, and who's paying them to do it? I'm thinking it's The Carlyle Group, or the Bilderbergers, or the Knights Templar.

    --
    Web 2.0 == Giant Blogspam Circle Jerk
  5. Web 2.0 is history by wrmrxxx · · Score: 2, Interesting

    Web 3.0 is what the cool kids are doing now: http://www.alistapart.com/articles/web3point0

  6. Wake me up when Client/SOA hits by Baldrson · · Score: 4, Interesting
    Harry Fuecks has an insightful article on the two kinds of AJAX "HTML++" and "Client/SOA":
    HTML++

    AJAX is used to enhance existing HTML forms / user interaction but the fundamental paradigm is still the same as "normal" web applications. Some key smells of this style;

    1. Page reloads still happen frequently
    2. It's possible (if you make the effort) to degrade gracefully to non-supporting browsers / browsers with JS turned off.
    3. Session state still resides on the server.

    In practice this is what everyone's doing right now, with varying degrees of success.

    ...

    Client / SOA...

    Some of the key smells with Client / SOA;

    1. Page reloads are rare, if at all. The application tends to run in a single browser window.
    2. It's practically impossible to degrade gracefully, without maintaining seperate code bases.
    3. Session state is largely handled by the client.
    4. Javascript and the browser are acting as a runtime in the same sense as the Java or .NET runtime.
    5. It's going to require specialist developers
    I don't think Web 2.0 is going to get really interesting until Client/SOA hits.
  7. 30 Boxes by The+Ape+With+No+Name · · Score: 3, Interesting
    --
    Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
    1. Re:30 Boxes by aywwts4 · · Score: 2, Interesting

      I wanted to give you mod points, but I will respond to you instead. (since its an either or proposition, and this stuff interests me.) 30 Boxes really is great, My girlfriend can keep me organized by updating her calender and having it reflect on my own, then using the RSS reader to put it on my google/ig page and its perfect. It needs a lot of work, but its fairly robust already, and advancing quickly. Its nothing revolutionary, just good execution.

      There were some of these "2.0" applications I hadn't tried, specifically White board, and Meebo, My first impression of Meebo was... Lackluster at best, its a single editable page, with roughly five formatting codes, and no project management, no spell check, works like giving everyone their own password protected Wiki page. Only reason its "web 2.0" is the theme, rounded edges and shadows and whatnot. A good program would be able to make trees of documents, have many pages, give completion ratings, assign pages to users, mark pages needing further work, revision, fact checking, editing, or any tag you wish, and be able to have users highlight individual tags, (say if your job is to edit, any page needing editing would show up bright red) Link to documents within documents, built in commenting, visible on text on mouse over. Just tons of stuff, This product shouldn't be even considered 1.0 its nowhere near a full product. Secondly, Meebo.com Looks really good, feels very good, very responsive, Much better than any of the "2 go" IM projects out there, great interface, feels like your using a real program. Now I just hope this runs on my Nintendo DS when it gets a browser!

      --
      Web Developers: Celebrate to our roots! Animated Gifs and Tiled Backgrounds, dont let our history die!
  8. Verdict from the W3C by iamlucky13 · · Score: 4, Interesting

    Ok, validation isn't everything, and passing the validator is not 100% confirmation that your page is valid, but just for kicks (and to see if the best of web 2.0 passes the basics of web 1.0), let's pass their list through the W3C's HTML Validator and see what we get (links go to the validator results

    Photos
    Flickr.com - HTML 4.01 Transitional - 15 errors.
    No need to use end tags if you don't use a start tag. Meta Keywords...does anyone still pay attention to those?

    Video
    vimeo.com - HTML 4.01 Transitional - 41 errors.
    Use your alt attributes and remember that td's should be nested inside tr's.

    Social Bookmarking
    Del.icio.us - XHTML 1.0 Strict - 21 errors.
    Actually a decent attempt. They went with a strict declaration and didn't use tables for layout.

    Digg - XHTML 1.0 Transitional - 3 errors
    Really close. Fix those links and and get rid of that "disabled" attribute. Where'd they find that one?

    Newreaders/RSS
    www.bloglines.com - XHTML 1.0 Transitional - 137 errors.
    Yikes. Yes I think the colspan attribute is cool, too, but not that cool. Give it a rest.

    Start Pages
    www.netvibes.com - XHTML 1.0 Strict - 13 errors
    They were doing so well with the strict declaration...but then that rotten cellpadding attribute snuck in...and width...and border.

    Collaboration/Word Processors
    www.writeboard.com - XHTML 1.0 Transitional - 12 errors
    Not bad. Time to advance to Strict, I think.

    Maps/Directions
    Google Maps - XHTML 1.0 Strict - 101 errors
    Google! How could you?!? Of all the sites to use deprecated elements under a Strict declaration! I feel betrayed.

    Local Directories
    Google Local - Not Found The requested URL /local/ was not found on this server

    Chat/IM
    Meebo - DOCTYPE DECLARATION was not recognized or missing - 2 errors
    Come on. That's sooo 1990's. Actually, it gave me a declaration, so perhaps its malformed or they don't give one to robots.

    Buzzword Sites - What? Like I could let a name like Design Technica off that easy.
    Design Technica - This Page is not valid (no Doctype found)! - 38 errors
    Ouch! Same story. I see one in the source, but the validator doesn't accept it. Tables

    Hmmm...everybody tried xhtml except designtechnica and meebo. Targeting mobile browsers, I guess? Nobody passed. There were a few non-table-based layouts, but that was offset by a lot of use of deprecated elements. It looks like web 2.0 is about as ready as IE 7.
  9. solution too often in search of a problem by Anonymous Coward · · Score: 1, Interesting

    this web 2/0 stuff is far too often a solution in searhc of a problem.

    yes, there are applications for this stuff, but a few applications here and there isn't enough. this solution has to try and solve every problem.

    hence, the people in the know are pretty well unimpressed.

    btw, i want to learn ajax so i can stop building multi-dimensional arrays to support my linked select boxes. in that case, this solution looks *really* nice. but a linked select isn't used that often.

    then ya have to worry about public sites b/c so many people have js turned off.

    some cool stuff, but not earth shattering.