Slashdot Mirror


WthRemix Winners Announced

joeclark1159 writes "The contest to redesign the World Wide Web Consortium's homepage to look like something vaguely superior to 1982-era lpt output has announced its winners, judged on criteria including standards compliance, accessibility, graceful degradation, and aesthetics. The grand-prize winner, Radu Darvas, is arguably head and shoulders above the competition."

14 of 112 comments (clear)

  1. rats by mrpuffypants · · Score: 3, Funny

    I guess my submissions of http://www.microsoft.com didn't win after all... :(

  2. Call me a perfectionist... by loquacious+d · · Score: 5, Funny

    ...but that winning design still needs some massaging. At least that's what the Machead type-designer in me says. The text spacing is pretty off to my eyes, in both Safari and Chimera (nee Camino) 0.6.

    In any case, razor blades flying from my LCD at high speeds would probably be better than the W3C site as it stands. It always annoyed me that their CSS2 page was just about the ugliest one on the intarweb. "Look, kiddies! With CSS, your pages can cause bleeding eyes! Semantically!"

  3. Great... by juuri · · Score: 4, Interesting

    ... so now we can gave the w3 homepage be a bastion of obfuscation as well.

    When will web designers (hi slashdot!) learn that tons of varied visible information on one screen is NOT a good way to design an interface.

    --
    --- I do not moderate.
    1. Re:Great... by Anonymous Coward · · Score: 3, Interesting

      ...tons of varied visible information on one screen is NOT a good way to design an interface.

      I don't know. I think that being able to find information quickly, through a clear and logically layed out site, is the thing the W3C is after here. Personally, I would not like to go on a clicking marathon to find the content im after. If I can load one page quickly, and find a link to what I'm looking for immediately, I would be quite happy with that.

      I am also guessing (hoping too) that many others think that way aswell.

  4. okay well by Anonymous Coward · · Score: 5, Funny

    now can someone stop the w3c from their xml trip? by http 6.0, every bit will be xml encoded.

    <octet hexvalue="2d">
    <bit order="7">0</bit>
    <bit order="6">0</bit>
    <bit order="5">1</bit>
    <bit order="4">0</bit>
    <bit order="3">1</bit>
    <bit order="2">1</bit>
    <bit order="1">0</bit>
    <bit order="0">1</bit>
    </octet>

  5. From the contest FAQ. by Rhinobird · · Score: 5, Insightful

    What is the relationship of this contest with the W3C?

    This contest is not affiliated with the W3C, entries will not be submitted to them. Enter this contest if you are inspired by the challenge and/or excited about the prizes.


    --
    If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
  6. Good looking, compliant and accessible - Top notch by Isofarro · · Score: 4, Interesting

    The winning entry is an excellent example that it is possible to create good looking, highly functional, structured websites that are also fully accessible. Congrats to Radu Darvas.

    Don't know about you guys, but I'm grabbing a copy of his markup and stylesheets - its packed with a number of excellent tips on creating accessible designs. Apart from one or two miniscule gripes that are not worth mentioning - this is a fantastic example of modern web design.

    Also, I do like one of the honourable mentions - very clean looking and easy on the eye.

  7. Look ma, no tables! by Rhinobird · · Score: 3, Insightful

    Say, those pages looked alright, I bet Slashdot could do a redesign and get rid of thier tables too.

    --
    If Mr. Edison had thought smarter he wouldn't sweat as much. --Nikola Tesla
  8. Slashdot Ubiquity by cheerkiller · · Score: 3, Interesting

    I think it's interesting that so many sites are copying the basic format of slashdot.org. This is only the most recent example. For others visit xwin.org and osnews.com. Innovation is dead.

  9. What no alternate stylesheets? by Chilliwilli · · Score: 5, Interesting

    Where are the alternate stylesheets? Larger text options for hard of vision? Higher contrast?
    Also none of the entries make use of site navigation links?
    Load up wired.com in a new version of Mozilla.. that's how new standards compliant web technology should be done.

    --
    Cure cancer.. and stuff! www.team45.info
  10. Accessible design with fixed font sizes? by rmonday · · Score: 5, Interesting
    I don't see what's so accessible about a design that uses fixed text sizes. Seems to be an attempt to do page layout, rather than page markup.

    To be properly accessible, it should (amongst other things...) be possible to easily change the displayed font size to suit your preference.

    With the default MSIE settings it can't be done when the stylesheet specifies fixed pixel font sizes. I realise that most of the size specifications in css are broken in some way in some browser, but just assuming that everybody uses the exact same screen DPI and has the exact same eyesight isn't the answer.

    From that point of view, the winning design is a big step backwards from the existing site (and no less cluttered and confusing).

  11. Re:Does spelling count? by glenstar · · Score: 3, Funny

    The design was submitted by a slashdot reader.

  12. It's dummy text by Andy_R · · Score: 4, Informative

    It's the printing/design industry's standard piece of dummy text, used by designers like me when making mockups.

    It dates from about 1500, and is a garbled version of Section 1.10.32 of "de Finibus Bonorum et Malorum", written by Cicero in 45 BC.

    www.lipsum.com has more info, translations, the ungarbled version and so on.

    --
    A pizza of radius z and thickness a has a volume of pi z z a
  13. Free at last (almost) by buddha42 · · Score: 3, Insightful
    Regardless of the nitpickign we could all do, whats important to realize is that the day has finnaly arrived when you can have a standards compliant and cross-user-agent accessible site, and look good!.

    Whats important now is to keep moving forward! Don't let your self, friends, family, clients, company, etc put up any new sites that don't at least try to validate. They don't have to be perfect, just at least try and put some effort into it.

    For those of us who learned HTML in the 2.0 & 3.x days, it takes a little bit of relearning in terms of how you approach markup, but it really is worth it.

    Go run your homepage through validator.w3.org. Fix 5 things. Make it a goal one weekend to make your site validate with less than 5 errors. It really is remarkably easy, we're talking about markup and stylesheets here people.