Slashdot Mirror


Web Designers Ignoring Standards and Support IE Only

An anonymous reader says "According to this story on news.com, it is becoming harder for users of Microsoft-free systems and browsers to view the web. This seems to be a new call to arms from the standards groups, and it is something we should be thinking about. Without help from web designers, using browsers like Mozilla and Opera will effectively cut off our ability to view web sites 'correctly.'" My pet peeve is when sites hype and announce new-and-improved sites, and then they come out and they are simply a gigantic flash application.

9 of 1,160 comments (clear)

  1. And in other news... by SSJ2+Labsuit · · Score: 2, Funny

    The Pope is Catholic

    There's a war in Afghanistan

    CmdrTaco's grammar and spelling leave something to be desired

    Your cat only loves you because you feed it

    That girl would go out with you, if you'd only ask

    Nobody expects the Spanish Inquisition

    Let's meet our next contestant, Sybil Fawlty. Special subject: The Bleeding Obvious.

  2. Re:Gnome or KDE? by Liet · · Score: 2, Funny

    You are not even capable of aligning your bold tags properly...

  3. JAMIE! He's talking to you! by FortKnox · · Score: 2, Funny

    Don't think of it as having to change your design for 5% of the people. Think of it a designing to gain 5% more customers.

    Now tell this to jamie to fix the page-widening-bugs that plague slashdot. And change 5% to the real number of IE users (I'd really like to see real stats on who uses what browser to view /.).

    --
    Good quote, too many chars. Seriously, the slashdot 120 char limit sucks!
  4. Irony by gdr · · Score: 2, Funny

    This page on news.com wouldn't validate on w3c's validator (it doesn't even have a DOCTYPE declaration). Oh, the irony.

  5. Re:AOL by PhxBlue · · Score: 3, Funny

    I'm no corporation, but you've just given me 34 million good reasons to reject any non-IE browser from viewing my personal webpage.

    --
    !#@%*)anks for hanging up the phone, dear.
  6. A little irony by maiden_taiwan · · Score: 4, Funny
    True story.

    At a world-famous corporation (that shall remain nameless here), the chief technology officer mandated IE as the official company browser. Compatibility with all other browsers was to be ignored for cost reasons, for all intranet sites.

    The CTO announced the mandate on an intranet web page.

    The page, when rendered in IE, crashed.

    Of course it displayed perfectly in Netscape.

  7. Re:Complain to webdesigners by vanyel · · Score: 5, Funny

    As long as a large enough percentage of users are using IE, complaining won't help much. You can help educate them with a variation of the following stuck in your <head></head> section:

    <script language="JavaScript">
    <!-- Hide the script from old browsers that don't recognize scripts

    var browser_name = navigator.appName;
    var browser_version = parseFloat(navigator.appVersion);

    if (browser_name == "Microsoft Internet Explorer") {
    document.write("<font face=\"Futura, Kudos, Helvetica, Arial\">");
    document.write("<center>\n");
    document.write("My condolences! ");
    document.write("You appear to be running Internet Explorer.<br>\n");
    document.write("I highly recommend checking out ");
    document.write("<a href=\"http://www.opera.com\">Opera</a>\n");
    document.write("as an alternative...\n");
    document.write("</center>\n");
    document.write("</font>\n");
    document.write("<p>\n");
    } // -->
    </script>

  8. What about Netscape 4.x by jjv411 · · Score: 2, Funny

    Speaking of standards and supporting multiple browsers... I do some web development on the side. One of the companies I work for doesn't care if we screw over Netscape 4.x users. This makes development real easy (using XHTML, HTML 4.0, CSS, etc). The other companies I work for want me to still support Netscape 4.x. I HATE SUPPORTING NETSCAPE 4.x. Are there any opinions on how long old browsers should be supported? Is it safe to say that anyone using any half-way decent OS can get some flavor of Mozilla or Netscape 6.x? The only OS that I know is screwed is Solaris 2.5 or less. Anything else?

  9. Re:...yes... by ealar+dlanvuli · · Score: 2, Funny

    Then they should use CSS for popup navigation on the left sidebar...

    oh wait, IE dosen't support CSS well enough to do that, nevermind..

    --
    I live in a giant bucket.