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.

1,160 comments

  1. IE has the most uesrs by The+Turd+Report · · Score: 1, Insightful

    And people design sites inorder to get the most users. That means having to code for IE. It sucks. But, all you can do is just not visit that site.

    1. Re:IE has the most uesrs by Frothy+Walrus · · Score: 1

      And people design sites inorder to get the most users. That means having to code for IE.

      Why not code for all browsers instead? Why immediately cut off part of your audience when you don't have to?

    2. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      Who is gonna code for all the hundereds of little browsers that come with RedHat? There are not even as many people USING RedHat as the number of nonfunctional and nonstandard browsers that come with it. The "standard" is that which is, well, standard, and that would be IE. Used to be Netscape but Microsoft is a better browser.

    3. Re:IE has the most uesrs by sandman935 · · Score: 2, Interesting

      Because it's a pain in the ass.

      It's much simpler to write to W3C recommended spec. If it validates, stop there and be confident in knowing that IE will display it properly.

      --

      Defecation occurs.
    4. Re:IE has the most uesrs by Profane+Motherfucker · · Score: 2, Flamebait

      Oh for fuck's sake, you can't argue that. Why should we have java? Why not code in ANSI C all the time? Why write programs for MacOS or Windows? Why not code straight commandline apps that eschew the GUIs -- which only fuck shit up by making shit platform fucking dependent?

      Hell, why have USB? Why not just make PS/2? Why have IDE? Why not have SCSI? Why do we have to use HTML when clearly, XML is a better format?

      It's a poor fucking argument. The real reason is that HTML is a shitty fucking file format that cares more about presentation than internal format. If people want to use IE -- so be it. They want more flexibility. For fucks sake: apply this bullshit fucking argument to printing: oh, woe! Why do people use CMYK? Why not use letterpress! It's a long established standard. Damn that proprietary postscript bullshit! Fucking assholes excluding black and white users.

    5. Re:IE has the most uesrs by The+Turd+Report · · Score: 1

      I think coding for ALL browsers would be rather hard. For whatever reason, web-designers have come to the conclusion that their sites have to have all the latest bells and whistles. They want to be sure that people get all the bells and whistles, so they code for the browser that most of the people use: IE.

    6. Re:IE has the most uesrs by John+Hasler · · Score: 4, Informative

      "I think coding for ALL browsers would be rather hard."

      It's easy. Write standards-compliant pages, validate, and you're done.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    7. Re:IE has the most uesrs by Alan+Partridge · · Score: 3, Interesting

      you don't have to code for "hundreds of little browsers" just ONE - W3C standards. It's easier to go for W3C anyway, as you don't have to worry about browser detection and it doesn't stop you using Java craplets, php, Flash or whatever other MM stuff you want. Browser detection is the fucking pits - exclusion from sites for no reason other than sheer laziness. The true horror is using IE on the Mac - a very standards compliant browser that virtually every detection script THINKS is IE WIn, and then the site doesn't fucking work - even more pathetic than not letting you in at all.

      --
      That was classic intercourse!
    8. Re:IE has the most uesrs by The+Turd+Report · · Score: 1

      Depending on what you want the site to do, it may not be that easy. I am sure that a site that is just getting out information would be easy, but a site that 'needs' to have all the bells and whistles, would be rather hard.

    9. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      You're so right.

      Only content driven sites will adhere to well known
      and published standards. Amazon and ebay still make
      it too easy for non-MS browsers to visit their sites
      and I think you should make it your personal mission
      in life to correct this oversight.

      Moron.

    10. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      Actually it isn't that easy...since many browsers STILL don't support fully the standards you write to.

      I could write a fully CSS site, no tables etc. I could validate that site...and ta da! It won't work on a number of browsers.

      So I find myself sticking to the standards as much as I can...and developing with Netscape 4, IE 5 and Opera - viewing the site in each one for usability.

      However, those who simply design the site to ONLY make sense in one browser over another...well, they'll get theirs when the users go away.

      K.

    11. Re:IE has the most uesrs by arrogance · · Score: 3, Insightful

      I totally disagree with the Coward and his attitude (that's nice, calling someone a moron because you don't agree with him). Many clients say "I want these features and I don't give a #@$% about Netscape 4.08 since it's gonna cost me more to have you develop it. I'm happy to satisfy 9?% of my possible audience."

      Others say "I want it to do everything (DHTML, CSS, ActiveX, Flash, integrated Authorization and Authentication, SSL etc.) with every browser" until we tell them the price of the development, and the potential bugginess....

      It's easy enough to say "make it standards compliant", but the different browsers implement standards differently Take CSS, for example, and how about printing? Why do you think there are so many pages devoted to cross browser functionality? BECAUSE IT'S HARD AND TAKES TIME. TIME MEANS IT COSTS THE CLIENT.

      Not every client has the $ resources of an Amazon or an Ebay. Do you work for real live clients?

    12. Re:IE has the most uesrs by Anarchos · · Score: 1

      Haha that is hilarious. Mod the parent +1 funny, because that is one of the most naive posts I've ever seen.

      In case you haven't done any webpage design, writing standards-compliate pages MEANS NOTHING. Do you have any idea how few browsers support these "standards"? W3C isn't even an official standards organization, they merely issue "recommendations" that each browser may voluntarily implement. So you think that coding to "standards" will guarantee that your site works in all browsers? That's complete bullshit.

      Do you think that Lynx supports CSS 1, DOM 2, or XHTML 1? IE 5 has pretty good standards support, UNLESS it's on a Mac, which requires extensive CSS modifications. What about the .1% that still use Netscape/IE 3, which existed prior to HTML 4?

      The fact of the matter is that producing high-quality, bug-free web sites is just as easy as producing high-quality, bug-free software. That is to say, you can never fix all the bugs! Coding to standards will _help_, but don't be so stupid as to believe that standards are some magical potion that ensures compatibility across ALL browsers.

      --

      "A good conspiracy is an unprovable one." -Conspiracy Theory
    13. Re:IE has the most uesrs by thefleau · · Score: 1

      Coding to standards will _help_, but don't be so stupid as to believe that standards are some magical potion that ensures compatibility across ALL browsers.

      This is for sure sadly, but at least you'll have compatibility across all Mozillas... Hmm only 0.4% market share? are you sure? Oh well.
      Here a Mozilla only CSS demo

      Ciao Colin

    14. Re:IE has the most uesrs by Moonshadow · · Score: 2
      Coding for all web browsers is a mofo, especially when you throw Netscape 4.x into the mix. However, in professional applications, it has to be and is done. For personal sites, and for internal tools with a controlled audience, browser-specific stuff is fine. However, when it comes to anything that you're being paid for, having it not be cross-browser compatible is not an option. It IS harder to write cross-browser code, but once you learn the tricks of the trade, it takes only 5-10% longer to make a site cross-browser compatible.

      The problem is in all these AOLers and Front Page users who write all these "fancy" pages full of MS-specific javascript and styles. That's when stuff breaks. However, realize that these same people aren't even aware that there are different browsers. To them, they have "their internet" (IE), and that's that. They don't even realize that there are alternatives out there - they just have "the internet" and if it works on "the internet" it's good to go.

    15. Re:IE has the most uesrs by gomiam · · Score: 1
      Yes [s]he can :-)

      And you should take into account that the point isn't writing something so that every browser is used fully, but writing something all browsers can show. Note that it probably would force you to use plain text almost exclusively :-)

      And... by Jove, you made honour (if appliable) to your nick. Pity it drowns almost completely your arguing.

    16. Re:IE has the most uesrs by Enzondio · · Score: 3, Insightful

      Thank you for the voice of reason.

      Many times Slashdotters forget that it is not the web designer who generally decides what he codes for.

      Almost invariably my clients don't care if the content doesn't display on anything but IE (granted, I do most internal web applications, but still). And I'm not going to waste my time (and it can take a lot of time) to make sure all the fancy stuff that the client DEMANDS is going to work in all browsers unless they are paying me to do that.

      And one final note, I don't understand why in the post Flash is specically complained about. Honestly for robust web applications these days Flash is looking more and more sweet BECAUSE of browser incompatibilities. Flash in Netscape works just like Flash in IE or Opera or whatever (except for a few minor Javascript-Flash communication differences which are easily resolved.)

    17. Re:IE has the most uesrs by FleshWound · · Score: 3, Insightful
      BECAUSE IT'S HARD AND TAKES TIME. TIME MEANS IT COSTS THE CLIENT.
      You know what else costs the client? Lost business from all the users that can't access the client's web site.

      I have no qualms about taking my business elsewhere when a company tells me that they don't want my business by coding a site that doesn't work in my browser.
    18. Re:IE has the most uesrs by visualight · · Score: 1

      Question:

      Is that "stuttering" scroll thing a bug or a feature? You it doesn't scroll, it steps down. Just curious if you did that on purpose.

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    19. Re:IE has the most uesrs by jakobk · · Score: 1

      Not really. IE has a screwed up box model, doesn't interpret the [] selector, and doesn't allow for fixed backgrounds of elements |= body. See Eric Meyer's CSS/Edge pages

    20. Re:IE has the most uesrs by arrogance · · Score: 1

      If it's a relatively small business, then the economics are in favour of ignoring the 5%.

      E.g.: let's assume $50,000 dev cost for IE only, $100,000 for multi-browser, $200,000 for all browsers. If the intended revenues are going to be 100k per year, which are they going to pick? A 5% loss will only cost them $5,000. What if the revenues are going to be $10,000,000? Then 5% is $500,000. So a smart business operator will do the math.

      In other words, it depends on the business requirements. Absolutes rarely work out that way in the real world.

      It's not just which browser people use. It's the features they turn off. If someone turns off active scripting, cookies, graphics etc because of paranoia (call it security concerns if you don't like the bias there), they're not going to get the same user experience. Again, the client drives the needs of a project, and sometimes they don't want to be persuaded to accept a relatively un-bells-and-whistles site, which is much easier to cross-browserize.

    21. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      Actually IE5 on the Mac requires extensive modifications because it's BETTER than IE5 for Windows. It's even better than IE6 for Windows in some regards. I'm really surprised it ever left Redmond in that condition.

    22. Re:IE has the most uesrs by cloudmaster · · Score: 2

      Your pages are designed incorrectly. Most "compatibility" problems are caused by laziness and/or an inability to come up with more than one way to present information. Yes, I've done a lot of web development. No, I've never come across a problem that can't be solved with standards-compliant code and made to work on multiple browser acceptably.

      If people would stop designing for print and start deigning for the web - where no one knows what renderer will be rendering the pages - these issues would go away. If a design relies entirely on minute text/image alignment to communicate information, the design is flawed.

    23. Re:IE has the most uesrs by King+of+the+World · · Score: 1

      Oh you're lying and you know it. Coding to standards doesn't mean it will work in browsers. You fucking know it, but you're pushing a political agenda.

    24. Re:IE has the most uesrs by King+of+the+World · · Score: 1

      IE has screwed the box model because IE5 adds rather than subtracts widths. Using nested DIVs you can work around the fixed background problem.

    25. Re:IE has the most uesrs by reverius · · Score: 2, Insightful

      Agreed. The way people lay out most web pages now, they'd be better off using Adobe Acrobat or something meant for page layout. A webpage is supposed to look different on any platform, at any resolution/color depth, on any display, GUI or CLI. From the beginning, everyone has used different browsers that rendered pages differently. The only reason it's a problem now is that people expect pages to look the same.

      A well-designed page that renders correctly (but differently) on all platforms/browsers and presents the information well should be the goal for a web page.

      If you're trying to make it look like a page in a print magazine, use Acrobat.

      Just my $0.02.

    26. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      You sir are obviously not a web developer.

      IE dosen't render anything above a basic hoby homepage if it's coded in pure W3C standard.

    27. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      This is the kind of thing I hear from a lot of web designers.

      Them: "We don't support Netscape."
      Me: "Why not?"
      Them: "Because it isn't perfect."
      Me: "And IE is?"
      Them: "Yes."
      Me: "What about the things it doesn't do correctly?"
      Them: "Oh.. well, we're willing to overlook those faults."
      Me: "But not Navigator's faults? Or Mozilla's faults, which are fewer (as far as I can tell)?"
      Them: "No."
      Me: "Why not?"
      Them: "Not enough people use Netscape."
      Me: "But you say we're always complaining."
      Them: "Yeah."
      Me: "Funny, ain't it. There must be enough of us to generate constant complaints."
      Them: "Whatever."
      Me: "Are you saying you're lazy?"
      Them: "No."
      Me: "But you don't want your pages visible by 15% of web users?"
      Them: "15% isn't much."
      Me: "15% increase in profits is very good."
      Them: "Eh. Whatever."
      Me: "So you *are* saying you're lazy."
      Them: "Yeah. Shut up already."

      ---

      I was bored, so I played with wget:
      "Best viewed (|with|in|on)"
      Internet Explorer 750350
      Netscape Navigator 237645
      Mozilla 578
      Opera 1231
      Lynx 499
      "Any Browser" 58910
      "Eyes" 1550

      If I'm still bored later I'll add "Designed for" and "Optimized for" ;)

      EMail me if you want the source of the script.
      orangesquid @
      yahoo.com.

    28. Re:IE has the most uesrs by dbaron · · Score: 1
      It's easy. Write standards-compliant pages, validate, and you're done.

      It seems like you're suggesting that validation assures standards-compliance. (If not, then I apologize, but I've heard the same in other places, so I may as well respond.) Validation does not ensure standards-compliance.

      HTML Validation only ensures that you've met certain constraints of syntax and containment, but it doesn't ensure that you're following the standard. If you're using one of the Transitional doctype declarations, it doesn't ensure that you're avoiding deprecated features. More importantly, it doesn't show if you're depending on a bug in the browsers you're testing in. For example, a browser that doesn't implement section 14.3 of the HTML 4.0 spec correctly (pretty much any browser other than Mozilla, right now) might load stylesheets that the HTML spec says shouldn't be loaded. Thus you'll have valid markup, and your browser will load your stylesheets, but any standards-compliant browser will treat some of your stylesheets as alternate stylesheets and not load them. (This happens if you specify different title attributes on the LINK element linking to the stylesheets, since it makes some of the stylesheets alternate stylesheets.) Similar traps can happen in other ways and allow you to write perfectly valid markup that means something other than what you think it does and what you intended it to do.

      CSS validation has similar problems. (It also has the problem that the validators themselves have rather significant bugs, since there aren't any mature implementations of CSS parsers using which one can build validators like the SGML parsers on which HTML validators are based.) For example, MSIE for Windows treats the height property on block-level elements incorrectly: it treats it as min-height and allows the height of the block to be larger if the contents overflow. This is incorrect, so there are pages that are displayed nicely on MSIE for Windows but have lots of overlapping text on any CSS-compliant browser. Likewise, you could be writing pages that work fine at your default font size or window width but display very badly at others.

      In other words, validation tools for HTML and CSS are nowhere near smart enough to be a substitute for really knowing what you're doing. (Does anyone rely on lint to verify that their C programs are bug-free?)

    29. Re:IE has the most uesrs by ruwi · · Score: 1
      Let's try first to get the basics right.

      I see sites without HTML tags HEAD tags even without BODY tags, and IE still accepts them as valid HTML. You can say this is user friendly, but a lot of web designers do not realise that this can break even between versions of IE. Are they just working to earn a quick buck or are they so stupid they don't know how HTML looks like.

    30. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      "IE 5 has pretty good standards support, UNLESS it's on a Mac, which requires extensive CSS modifications."

      Au contraire. IE5 for Mac has 99% support for CSS1 and has been the undisputed leader for a long time. Only Mozilla has surpassed IE5 for Mac. IE5.5 for WIN-DOS is up to a whopping 90%, according to http://www.webreview.com/style/css1/leaderboard.sh tml (although no WIN-DOS versions of IE render PNG:s with alpha transparency, which is a good indicator of its poor standards compliance in general).

    31. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      That's an over-simplification. Writing good cross-browser pages is non-trivial.

    32. Re:IE has the most uesrs by debiangruven · · Score: 2, Interesting

      Bullshit... the problem is that most of the monkeys out there use some wysiwyg web page design program that throws in more code than you need. A perfect example of this is GoLive, Frontpage, etc. People just need to take the time to learn HTML ( should not take more than an hour if you are competent ) and use a complient editor, ( not a drop and drag look at me I am a web designer ) People just need to pull their head out of their ass and take the time to learn how to do something instead of relying on a program to do it for you!

      --
      Stay negative.
    33. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      Yeah, but that doesn't guarantee that the page will be rendered by your user's browser correctly...

      so why fucking bother?

    34. Re:IE has the most uesrs by davidfrey · · Score: 1

      Whether it's simple or not is irrelevant. A web site should be designed to cater to your target audience. If you can determine a fair share of your users are operating mozilla or other non IE browsers you should do your best to code for them.

    35. Re:IE has the most uesrs by Zeinfeld · · Score: 4, Insightful
      see sites without HTML tags HEAD tags even without BODY tags, and IE still accepts them as valid HTML

      No, the browser obeys the HTML spec and makes a best attempt at rendering the content.

      This behaviour was specified by Tim B-L before Hakon, Ragget and the rest of us got on the case. Dave Ragget's Arena browser had a smiley face that frowned when you had bad HTML.

      The lax processing model was specified to make writing scripts as easy as possible. Basically Tim thought that systems that refuse to show you anything on a page because a footnote was missing a close element were broken. I think he was right there.

      The other thing that got messed up completely was the content negotiation mechanism which the folk at NCSA could never understand. First they had Mosaic sending 2Kb of accept headers ending with Accept: */* because they would go to the rescap file and look for viewers. Then after we told the this was not a good idea they cut out the headers completely. The idea of a happy medium never occured to them.

      Netscape's current problems are a direct consequence of their own behavior when they began the company. Netscape went out of their way to kill any working content negotiation mechanism. They calculated that as the dominant browser it would be better for Netscape if they controlled the standard. So instead of identifying the HTML version number the browser could accept they promoted scripts that checked for the string Mozilla in the user agent field.

      The news.com article actually misses the main point I presume Hakon wants to make, when Web Designers only write for IE they are only writing for people surfing from computer browsers. You lose the audience of PDA users, voice browser users, disabled users etc.

      Unfortunately Javascript and flash tend to be used aggressively on sites which would often be better without. I particularly loath the Javascript designers arrogance in allowing the content to override my UI choices. If I say I want the browser to go back to the previous page I want it to go back boyyo. The only reason to deprive the user of those bittons is to pander to advertisiers, which of course Netscape did.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    36. Re:IE has the most uesrs by Isofarro · · Score: 2
      Do you think that Lynx supports CSS 1, DOM 2
      And where exactly does it say that all user agents have to support CSS and DOM? Which part of the word "optional" are you having a problem with?

      If you are relying on a browser supporting CSS and DOM, then you are in for a very rough time.
    37. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      you and microsoft and those who code for ie (gag) dont get it, Its suposed to be platform independent. If i built a new phone that could only talk to other new phone's of mine and then packaged said free phone in every new house that was sold where would we end up? Me a rich mother monopolizing shitty marketing- driven technology

    38. Re:IE has the most uesrs by Anarchos · · Score: 2

      My whole argument is that these are industry standards but are not supported by many browsers. Therefore, the parent's claim that coding to standards magically gives you support on all browsers is incorrect.

      --

      "A good conspiracy is an unprovable one." -Conspiracy Theory
    39. Re:IE has the most uesrs by Isofarro · · Score: 2

      There's no specification forcing browsers to implement CSS and DOM, so this "industry standard" you refer to is meaningless. CSS is an optional item that should _never_ be relied on to display content. It is an enhancement of a proper well formed HTML document.

      The only thing you should ever rely on is that the user agent can render HTML and nothing else.

      The idea that CSS and DOM is an industry standard that all browsers must follow is ludicrous and misinformed. It is merely a nice to have, not an absolute requirement.

      So by adhering to a recommended HTML specification does give the author a higher degree of confidence that today's browsers and tommorrow's browsers will support this document.

      Heck, Lynx is a standards compliant browser. CSS is not mandatory. Javascript is not mandatory. DOM is not mandatory. Lynx is a Web browser.

    40. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      hello? you know how cell phones work? the essence of platform dependent. cdma, tdma, analog, et al. you silly mofo.

    41. Re:IE has the most uesrs by Krazy_in_Normal · · Score: 1

      I resent the implication. As a Web Content Engineer, I make it my Holy Mission in life to write IE-only code (ie, it only works on IE...not NN).

      ~Danny, who bothers people on the Internet 24/7/365.

    42. Re:IE has the most uesrs by Anonymous Coward · · Score: 0

      Bah, I can't write code.

      ~Robert, impersonating others since 1865

  2. Pet Peeves.... by phunhippy · · Score: 0

    Hey.. sometimes the gigantic flash apps are really cool and sometimes not... it can go both ways.. flash is fun..

    1. Re:Pet Peeves.... by jandrese · · Score: 5, Insightful

      ...flash is fun...

      Until you hit your back button to see a previous page and get dumped clear out of the site. Flash sites are the worst at "Is that a control or a decoration?" syndrome. Sometimes I find myself aimlessly clicking to try to find the non-intuitive custom controls on some flash page, and worse you can't even expect the cursor to change when you hover over a link like you can on a web page.
      Flash should not be used for your main page. It should be used for interactive demonstrations, small movie clips, or other highly interactive content. It should not be used for simple data retrieval (I don't want to fire up flash to find out what the stupid VCR codes for my remote control are), or your main website as it breaks the web UI model. It should also be used sparingly as some people will not be able to use it (blind people in particular).

      Just my $0.02

      --

      I read the internet for the articles.
    2. Re:Pet Peeves.... by Corby911 · · Score: 1
      --
      Monday is a horrible way to spend 1/7 of your life.
    3. Re:Pet Peeves.... by Midnight+Thunder · · Score: 4, Informative

      Apart from the problem of not being able to being able to bookmark a page on the site ( since it is all flash ) and waiting ages for the site to load, web designers literaly shoot themselves in the foot when it comes to indexing. There was an article that I read recently that indicated that more people will make use of a search engine before surfing to the site of interest, so if your site is flash only your site is not going to get indexed, so nobody will know that there is stuff of interest, unless someone explicity says so.

      --
      Jumpstart the tartan drive.
    4. Re:Pet Peeves.... by AVee · · Score: 1

      Since when doesn't opera come with flash? It's even the other way around, flash comes with opera ;-)

    5. Re:Pet Peeves.... by AVee · · Score: 2

      Oops, here's the link.

    6. Re:Pet Peeves.... by ReVMD · · Score: 2, Insightful

      Your Flash peeve will be redundant, as the latest version of flash (MX) now supports the back button and will work with content inside the flash file, it's only a matter of time before most web sites are upgraded.

    7. Re:Pet Peeves.... by Corby911 · · Score: 1

      Aw, crud - knew I'd mess up one of those...

      --
      Monday is a horrible way to spend 1/7 of your life.
    8. Re:Pet Peeves.... by silicon_synapse · · Score: 1

      Your Flash peeve will be redundant, as the latest version . . .

      How will it be redundant if you're implying he won't have to repeat it?

    9. Re:Pet Peeves.... by pmz · · Score: 2

      Flash peeves will never be redundant, since Flash is simply an awful tool for developing websites. As the original poster said, Flash is best used for value-added things like demonstrations, interactive tidbits, etc. Whenever I see an all-Flash website, I groan as it takes longer to load, sucks my machine's resources, doesn't always work, sometimes crashes my browser, is often counter-intuitive, and is tacky, in general. The result: I try to avoid Flash-based websites as much as possible, and I certainly never bookmark them (they aren't worth my time).

    10. Re:Pet Peeves.... by jandrese · · Score: 2

      Flash MX has alternate display support (for the blind?) Does it have some sort of mechanism to dopeslap people who make their buttons look exactly like their background? Will it still take forever to load for people on dialup? Heck, will it still force you to effectively download the entire (or at least the majority) of the site when you first visit, instead of loading sections (pages) on demand like HTML? Will developers understand the importance of this when they're previewing their site from the local machine? Heck, I'm on broadband and I still have to wait forever for many flash animations (particuarly those that include lots of useless annoying background music or talking heads).

      Flash isn't bad, but it's not the same kind of tool HTML is. Flash should complement HTML, not replace it.

      --

      I read the internet for the articles.
    11. Re:Pet Peeves.... by visualight · · Score: 1

      I always do this. Even if know that what I'm looking for is on a particular site, I'll still go to Google first to find specific page I'm looking for.

      Next I always open the "cached" page so I can quickly scroll down and just look for colors instead of reading all the text.

      --
      Samsung took back my unlocked bootloader because Google wants me to rent movies. They're both evil.
    12. Re:Pet Peeves.... by ReVMD · · Score: 1

      Sites were never meant to be completely flash ever, just look at macromedia's own site. The problem is that every man and his dog thinks they can build a web site that conforms to user interface principles.

      Things are improving, clients and agencies alike are finding the short comings of pure flash, as is macromedia making changes to flash that makes it friendlier with human interaction.

    13. Re:Pet Peeves.... by Sir+Joltalot · · Score: 1

      I pretty much agree with your opinion about Flash. Just today I needed to look at monitors on the Iiyama site (I dunno if they do anything in the states, I'm living in the UK at the moment) and it was this big flash app that was *really* annoying. Since I wanted to look at a few different monitors, it was necessary to go from page about a monitor, back to the index listing all their monitors, to click on a different one. But - lo and behold - if you click the back button you're right back that the main Iiyama "choose your location" page.

      However, this kind of annoyance doesn't mean that Flash is bad in general. You can do some neat things with it (as you seem to agree since you say it should be used for small things, demos, etc.) I'd just like to make the distinction then, between the technology (in this case Flash) and how it's used. Used well, it can be almost seamless with standard (html, css, etc.) web content, which is when, IMO, it works best. If an entire site is Flash, that's when I find it works badly.

      html (which can be dynamically generated) has worked for the web for a long time, and is particularly suited to the platform, so it seems to me that sites that use almost exclusively flash will miss out (at least partially) on one of the fundamental things that make a web site a web site. So far I've yet to see a really functional, informative and easy-to-navigate site done mostly in Flash.

      Finally, one thing that's really annoying is the sound bug, where if you don't have a SB Live! or something that can take multiple inputs, your browser will hang when you come to a Flash page if you're using another sound-producing app (like Winamp or XMMS). I've seen this with Windows/IE as well as Linux/Mozilla, so I don't think it has to do with Linux. There may be more/easier ways to get around it in Windows though...

      --
      "Caffeine is not an option. Caffeine is a way of life."
    14. Re:Pet Peeves.... by Corby911 · · Score: 1

      I said that it didn't come with the browser, not that it doesn't work.

      --
      Monday is a horrible way to spend 1/7 of your life.
    15. Re:Pet Peeves.... by Anonymous Coward · · Score: 0

      Flash should not be used for your main page. It should be used for interactive demonstrations, small movie clips, or other highly interactive content.

      Amen. Flash animations should also be user-stoppable (as animated GIFs are) or limited to 2 or 3 repetitions.

  3. Of course by Fucky+the+troll · · Score: 1, Interesting

    As a web designer, it's in my job description to make sure the site is designed for "the majority of our audience". This means IE. I could go ahead and design everthing so that it's compatible with Mozilla, Opera, or any browser that begins with the letter K, but as I'm constantly trying to hit a tight deadline, it's easier to just go for the majority. As long as I *know* the site looks like it's supposed to in IE, I'm happy with it.

    And so are the people that pay my salary.

    --






    Roadkill is yummy.
    1. Re:Of course by {X-Frog} · · Score: 0
      so you are a bad web deisgner, sorry to tell you that. A good web designer SHOULD and NEED to be w3c compatible. Most supposed-pro-good-webdesigner that will write here to tell that they write for the largest audience and cuz making IE and others borwsers compatible webpages is too hard... are all beginners and wrong, and most of them never looked at HTML 4.01 standards, CSS2 standards, XML standards, etc.. on w3c.org!!!

      it's really easy to do a webpage which is compliant to html 4.01 and all other things which make dhtml.
      www.w3c.org
      http://validator.w3.org/
      http://jigsaw.w3.org/css-validator/

      Look at it, and try to validate it.
      If you can't make it, you're not a good webmaster!

    2. Re:Of course by Fucky+the+troll · · Score: 0

      Good Web designers generally use the correct grammar and know how to spell.

      --






      Roadkill is yummy.
    3. Re:Of course by 91degrees · · Score: 1

      Judging by a lot of the websites out there, there are no good web designers.

    4. Re:Of course by Fucky+the+troll · · Score: 0

      Good point.

      Although Asianprice123 can be forgiven the errors. I hope to make a site like that one day.

      --






      Roadkill is yummy.
    5. Re:Of course by hoop33 · · Score: 1

      Why do we put so much stock in "stick to the standards and it will come out OK on all platforms"? The fact is that, when you work for a big corporation, and you're doing real e-commerce, and the web application must dynamically respond to user input, Netscape is worthless. It's object model has more holes than swiss cheese. Sure, if you're just throwing stuff on the screen, you should be viewable in all browsers. The web isn't just for view anymore, though--it's for real applications, and the standards fall short (as do EVERYONE'S implementation of those standards).

    6. Re:Of course by Anonymous Coward · · Score: 0

      So will the people that pay you be happy when all the AOL users can not see your site?
      AOL is moving to Geko. Never thought I would see the day when AOL did something good for the web.

    7. Re:Of course by mark_lybarger · · Score: 2

      what "features" does M$ IE provide that you must use that aren't able to be written for w3c standards?

      from my experience, web devels (myself included) are too lazy to code correctly. we're using IE for testing, and when it looks good, we ship it out. if we were using a w3c browser (mozilla) for testing, we wouldn't have to worry. it would *er rather should* look ok in IE. if it doesn't, it's IE's problem.

    8. Re:Of course by FamedLamer · · Score: 0

      And I counter:

      Create your IE-only site and I'll look at, and possibly click on, your competitors banner ads.

      I can't believe that someone with the title of "Web Designer" could be so blatantly lazy as to not design for all browsers, especially considering how easy it is to do.

    9. Re:Of course by jmccay · · Score: 2

      Well, you will not be hitting the most users when AOL switches it main browser to Mozzilla source (probably with the release of 1.1 if all the bug fixes get in there).

      --
      At the next eco-hypocrisy-meeting, count the private jets used to get to the meeting. Should be interesting to see that
    10. Re:Of course by arkanes · · Score: 2

      If you're doing real e-commerce, and you're relying on client side functionality for ANYTHING, please tell me who you are so I avoid your totally insecure web site. You don't trust the client. Ever. Especially not when you're trying to twist HTTP into doing something it was never intended for, like "real" applications.

    11. Re:Of course by nick-less · · Score: 1


      IE, I'm happy with it.

      And so are the people that pay my salary.


      Good for you.

      When I do a site, I design it to work in any browser. If my customer asks me to ignore the standards (for whatever reason) I just do it (after that I usually remove any references to me from the code) - thats it.
      On the other hand I'm so sick of all that shitty sites, crappy code and all other bs I see in the web every day. I just don't want to think about it anymore...

      give me another beer

    12. Re:Of course by Anonymous Coward · · Score: 0
      When doing shopping carts, it can be handy for the customer if they can simply hit a "calculate" button and see their updated totals automatically calculated, and change their orders accordingly... without having to hit submit and wait for the Internet lag-time.

      It's called User-friendly :) Lest we forget, e-commerce sites must be as user-friendly as possible to be as successful as possible (ie. sell the most stuff)... IE supports some style-sheets that Netscape does not... not to mention when you have embedded forms with complex graphic layouts... Netscape blows like a porn queen!

    13. Re:Of course by mediadiva · · Score: 1

      it would *er rather should* look ok in IE. if it doesn't, it's IE's problem. Not true. The average user thinks if it's broken then the people who created the website suck.. and probably won't trust there service. So if it doesn't work in IE, it's the companies problem, not IE's. (though technically it may be.. we all know this is not a perfect world)

    14. Re:Of course by Anonymous Coward · · Score: 0

      Dream on... more Penguin rhetoric that is more vapour than solid.

      Wishful thinking may make you feel good but it doesn't make it a reality. The same thinking places Linux on 10% of all PC's next year and 50% by 2005. It's pathetic... it's sad... it's not going to happen.

    15. Re:Of course by Anonymous Coward · · Score: 0

      You mean the customers?

    16. Re:Of course by Anonymous Coward · · Score: 0

      Netscape is worthless

      Translation: "My skills are substandard".

    17. Re:Of course by Snover · · Score: 1

      Some web designer you are --
      You're just a web deformer.
      Anyone that doesn't comply to standards is just as bad, sometimes even worse, than anyone that uses a WYSIWYG editor (even those can be W3C compliant at times). Or maybe you're using Frontpage, in which case, what the HELL are you complaining about deadlines for?!! (Maybe if you spent less time using bad editors and learned some HTML you wouldn't have to spend so much time fixing bad code.)

      As a REAL (standards-conforming) web-designer, people like you make me sick. Mod this down for being flamebait, or whatever, but I really can't stand this kind of shit, especially from someone that claims to be a web-designer.

      --

      [insert witty comment here]
    18. Re:Of course by Fucky+the+troll · · Score: 0

      Only 5% of our customer base are retarded enough to use AOL.

      --






      Roadkill is yummy.
    19. Re:Of course by Fucky+the+troll · · Score: 0

      what the fuck are you talking about??? If you're going to design a site, you should probably make it viewable in 800x600. Making the user scroll to the right to read your crappy journal is practically the same as a page-widening troll post.

      Then again, Judging by the crappy gawth poetry on there it's pretty safe to assume you know your regular readers personally. "oooh go look at my inter-web site!"

      I use notepad. YHBT motherfucker.

      --






      Roadkill is yummy.
    20. Re:Of course by Isofarro · · Score: 2
      As a web designer, it's in my job description to make sure the site is designed for "the majority of our audience". This means IE
      But not Pocket IE? What arrogance to think that websites will only be viewed on desktops and laptops.
    21. Re:Of course by Fucky+the+troll · · Score: 0

      Oh I'm sorry, I can't have explained properly. When I said "the majority of our audience", I actually meant "the majority of our audience". I shall make my posts are easier to understand next time.

      --






      Roadkill is yummy.
    22. Re:Of course by Isofarro · · Score: 2
      The average user thinks if it's broken then the people who created the website suck.. and probably won't trust there service
      Now if only _that_ was the business justification behind AOL's decision to adopt Mozilla as their browser.
      • Netscape purchase price: $4.2 billion
      • AOL user online purchases in 2001: $100 billion
      • Watching IE-only websites go down the tubes: priceless
      Creating an inaccessible website may be cool, ... for everything else there's a W3C validator

      (With due respect to Mastercard, naturally)
    23. Re:Of course by Fucky+the+troll · · Score: 0

      So AOL moving away from an IE based browser has nothing to do with the fact that MS charge a shitload for it, or that AOL / Time Warner actually OWN NETSCAPE AND CAN USE THE BROWSER FOR FREE?

      Eat a shit and choke.

      --






      Roadkill is yummy.
  4. Sad, very sad.... by stevenbee · · Score: 2, Insightful
    The irony is, that I'm running IE6 and it's identified as follows:

    You are using: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

    But I guess that MSFT has succeeded in polluting the standards to the point where
    IE can totally ignore IEEE compliance.

    Not a troll, just a lament

    :-(

    --
    Don't read this!
    1. Re:Sad, very sad.... by Anonymous Coward · · Score: 0
      Back around Netscape 2.0, it was Netscape ignoring and polluting the standards (blink).

      Why do you think IE identifies itself as Mozilla? Because poor web designers once required for netscape.

      The shoe's on the other foot now.

    2. Re:Sad, very sad.... by Anonymous Coward · · Score: 2, Informative

      That pretty much goes for all browsers, and it's not really MS's fault.
      From http://www.xs4all.nl/~ppk/js/detect.html:

      "When Netscape 1 was the latest and greatest browser, it used Mozilla as its name and identification. Since back then it was the only browser supporting cookies and other exciting novelties like , many web developers wrote browser detects searching for Mozilla in the browser string to send Netscape 1 users to advanced pages and users of other browsers (Mosaic, Lynx) to simpler pages.

      When Explorer and the later browsers hit the market, they supported cookies and other advanced Netscape 1 code, too. Therefore they also started their identification string by Mozilla to end up on the right side of these browser detects. This has remained a habit until today, even though it's not necessary any more.

      Once again, we see that the use of browser detects forces browsers to identify themselves differently (wrongly, if you like).

      The other browser vendors generally put the real name of their browser in their string, MSIE or Opera or whatever. They also added compatible directly after the Mozilla version number, to indicate that they weren't really Mozilla but only Mozilla-compatible. This, also, has become a habit.

      On the other hand, until Netscape 6 Netscape has never added Netscape to this string. Therefore there is no certain way to detect a Netscape 4 or lower. If it's no other browser and if there's no compatible in the string, we have to assume it's a Netscape 1 to 4."

    3. Re:Sad, very sad.... by Anonymous Coward · · Score: 0

      Stop your winnnnnnying

      EI is the most standard complient

    4. Re:Sad, very sad.... by greed · · Score: 1
      The irony is, that I'm running IE6 and it's identified as follows:

      You are using: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

      I truly despise browser makers that do that. I set up a trap on my webserver to catch Netscape 4 users, because some of my style sheets cause pages to be completely illegible in NS4. Of course, it caught IE 6 too, which handled the page more-or-less OK. (IE has a LOT of work to do with CSS2, Mozilla is OK, Opera has different bugs from Mozilla (and I like Mozilla's failings better). But Netscape 4 is just WRONG with style-sheets.)

      It's ironic, but due to NS4's very serious CSS flaws, sites can look better in Netscape 3 than they do in 4--NS 3 ignores the things it doesn't understand, NS 4 doesn't understand it either, but it tries and gets it just... so... very... wrong.

    5. Re:Sad, very sad.... by General+Wesc · · Score: 2

      You can make Netscape 4 ignore your style sheets by using @import, which NS4 doesn't support.

      Also, IE will ignore any styles following this:
      voice-family: "\"}\"";
      voice-family:inherit;

    6. Re:Sad, very sad.... by Viqsi · · Score: 1

      I always preferred using CSS2 selectors myself, such as, instead of "a.foo", do "* a.foo". Works just as well, and you can see the rules side by side for quicker debugging.

      But this is kind of diverging from the topic a bit anyways. :)

      --

      --
      viqsi - See "vixen"
      If we do not change our direction we are likely to end up where we are headed.
  5. That Really Bites by Anonymous Coward · · Score: 0

    That really sucks. Guess I'll have to switch back to Windows. Ho hum...

  6. flash... by B00yah · · Score: 1, Interesting

    I personally enjoy using flash, and feel that it could easily replace html, if the world could all be broadband. However, that not being the case, I feel that major sites should stop using designs that are fitted towards the broadband user only, and instead make it accessible to everyone.

    1. Re:flash... by krog · · Score: 1, Insightful

      Flash is the bane of search engines. If the web all moved to Flash, we could kiss the harvesting of useful information from the web goodbye.

      Also consider that 98% of the time, Flash is the wrong solution and only gets in the users' way.

    2. Re:flash... by ceejayoz · · Score: 5, Insightful

      Almost every site I've seen done in Flash could have been done in plain old HTML just as well. If a page has "Skip Intro" it has been badly designed, and whole-site Flash animations are almost always horrendous.

    3. Re:flash... by srmalloy · · Score: 2, Insightful
      Almost every site I've seen done in Flash could have been done in plain old HTML just as well. If a page has "Skip Intro" it has been badly designed, and whole-site Flash animations are almost always horrendous.
      Even if it's in HTML, a website that has an 'intro page' is badly designed. If I go to 'http://www.companyname.com', I don't need an intro page that consists of some useless graphical chrome and an 'ENTER' link; I want to see your content, not your graphics department's latest tour de farce. What I want probably isn't on your root content page, anyway, so when I find it I'm going to bookmark that page so that next time I'll skip your home page and its useless graphic completely and go right to where I want to be -- so why go to the effort of putting it up in the first place?
    4. Re:flash... by Anonymous Coward · · Score: 0

      macromedia has released a search engine sdk:

      http://www.macromedia.com/software/flash/downloa d/ search_engine/index.html

      so you cna be sure that the search engines are working on integrating this.

    5. Re:flash... by Anonymous Coward · · Score: 0

      Useless 'intro' pages exist because the web authors view a lot of pr0n sites, and model their company site off what they're familiar with. This is painfully obvious when the intro pages have another link like:

      If you do not wish to consume our goods and/or services, you must EXIT.

      (PS: flash must die.)

    6. Re:flash... by Anonymous Coward · · Score: 0

      Mmmmh... i would agree that "it could easily replace html", but disagree with the need for broadband to use it. You can do some extremely light code with Flash.
      IMHO, the problem with Flash is you need someone with a programming background to code it, not your average graphic designer with hardly any coding experience who's gonna stuff it with 10 fonts and 100 images. And let's not forget that 95%-of-the-time-needless intro :)

    7. Re:flash... by Anonymous Coward · · Score: 0

      Not only does it appear they have an SDK (which i was unaware of - see prior message), but a well-coded Flash site can pull its content from an XML source, and _that_, IMHO, is what smart search engines will be targeting in the future.

      But in all honesty, the phrase "well-coded Flash site" applies to a minute portion of them. Real coders shy away from Flash, deeming it a "graphic" tool, therefore unfit for a programmer. Too bad, Flash has become a very interesting option for coders, arguably the best tool to unite left and right brain. It's just being misused (or mis-positioned from a marketing standpoint?) at this point.

    8. Re:flash... by Anonymous Coward · · Score: 0

      Yeah, and every television program you've seen could probably be done in radio with just a few compromises.

      And every radio program could probably be done in plain written text, with just a few compromises.

      And everything written down could probably be boiled down into one of those little invented "universal" languages, with just a few compromises.

      Flash isn't the problem. People making ugly things is the problem, but these exist in every medium (battling seizure robots, radio ads with police sirens in them, USA Today, etc.)

      Get off your dumb high horse about how all you need is words in a window.

    9. Re:flash... by arkane1234 · · Score: 1

      Yeah, and every television program you've seen could probably be done in radio with just a few compromises.

      And every radio program could probably be done in plain written text, with just a few compromises.

      And everything written down could probably be boiled down into one of those little invented "universal" languages, with just a few compromises.


      Considering the circumstances, imagine a radio only being able to be purchased (or listened to) by a people who were given the right through microsoft, and it used a coded frequency in order to make it standards-noncompliant. Everyone who was running a normal radio would try to listen to the stations that were "optimized for microsoft radio" but instead only heard static or garbled noise.

      This is the scenario in this situation. I am so tired of people comparing flash to the "next generation" of .

      Flash is only a way to produce graphical/Audio content into a nice package. It's not meant to be standards-compliant, and it's definately not meant to be watched/listened to by every audience. (espe cially considering how much prodding had to be done in order to get a Linux port of it)

      My opinion is this, if it cannot be viewed by a browser, it should not be there for primary content delivery. Flash 'N' Dash is great, but when it gets in the way of the actual content delivery there is an issue.

      Goes for Java, Javascript, VRML, or anything else that someone decided would be a cool idea to pop into a plugin and design it only for 1 or 2 operating systems.

      --
      -- This space for lease, low setup fee, inquire within!
    10. Re:flash... by MonkeyPaw · · Score: 1

      I don't think I've watched a "intro" page in 3 years,.

      Why bother?

      --
      My studio - www.graylands.ca
  7. film at 11 by Anonymous Coward · · Score: 0

    When he co-founded Netscape Communications in 1994, Jim Clark introduced a Web browser that promised computer users a way around the Microsoft juggernaut.

    Now online photo print shop Shutterfly, another Clark-founded venture, has a succinct warning for visitors who come to the site using the latest versions of Netscape: Beware. Versions 6 and higher of the browser are "unsupported," meaning people who use them cannot take advantage of several site features and may run into glitches not found with Microsoft's Internet Explorer, according to a browser error message being published on the site as of last Wednesday.

    Shutterfly's browser preference page is more than ironic; it reflects an ongoing bias among some Web sites to write and test their pages for the browser most people use--Internet Explorer. The trend lives on despite the support Web standards receive from several new browsers, including Netscape's latest, its open-source cousin Mozilla and others such as Opera and iCab.

    Non-agnostic Web sites "are saying, 'We're only interested in people if they use this browser,'" said Janet Daly, a representative for standards group the World Wide Web Consortium (W3C). "That's a mistake on their part. The browser is a basic utility for people, and it's about having access to information regardless of who made that information or what authoring tool they used."

    The call for Web authors to comply with standards comes as a new wave of competitors seeks to dislodge Microsoft from its perch as the No. 1 browser maker. IE is used by more than 85 percent of all Web surfers by many counts, and may go even higher. One recent study showed it with 95 percent share.

    AOL Time Warner, which purchased Netscape in 1999 for some $4.2 billion, is throwing more support behind the company's products after years of neglect. For the first time, the company is testing Netscape as the default browser in its CompuServe and America Online service software, having used IE for years as part of a complex cross-marketing agreement. AOL Time Warner has also filed a civil suit on behalf of Netscape that alleges Microsoft engaged in illegal practices.

    Mozilla, meanwhile, recently released its first public version, Mozilla 1.0, capping four years of development. Other IE alternatives from companies such as Opera Software are also winning fans and giving Web surfers more choice than ever before.

    Waiting on Web authors
    While competition appears to be piling up, would-be IE rivals must overcome industry inertia that runs deep within the fabric of how Web pages are put together. Not least, they rely on the cooperation of skeptical Web authors who see little reward in supporting technology that is used by just a small fraction of their customers.

    Shutterfly is hardly alone among mainstream Web sites discriminating against browsers. Safeway.com, for example, warns visitors that "the Safeway.com site works best with the Internet Explorer Web browser. Other browsers, such as Netscape, may not function properly."

    Critics call these browser warning pages reminiscent of the bad old days of the Web, when sites routinely sported the tag "best viewed in Navigator" or "best viewed in IE."

    Microsoft in November revived those memories and earned widespread wrath when it locked out competing browsers from its MSNBC news site. The incident provoked accusations that Microsoft was taking advantage of its near-total dominance of the browser market to further marginalize competitors.

    Microsoft declined to comment for this story.

    The state of affairs with browser-site compatibility highlights a lingering gap between reality and the lofty goals of Web standards. Even as standards advocates acknowledge that the browsers are largely in compliance with W3C recommendations, plenty of sites remain, practically speaking, Internet Explorer-only zones.

    Now that browsers are mostly standards-compliant, the roles of accused and accuser largely have been reversed.

    A few years ago, it was Web developers who organized and ranted against the browser makers, specifically Microsoft and Netscape, demanding standards-compliant software. Now, the browser makers and even the Web's premier standards organization are attributing many of the glitches to Web authors who write non-compliant code or tailor their code to work with market-leading browsers, specifically IE.

    This phenomenon traps smaller browsers in a vicious circle: Because they have a limited following, Web authors don't write or test for them. When, as a result, Web sites don't work with the browser--or explicitly rule it out--surfers have a repeated incentive to give up and use Internet Explorer.

    Beyond the basics
    The person browsing with the latest Opera, Mozilla or Netscape browser will be able to access just about any site on the Web. But non-IE users are likely to start running into trouble once they start delving into a site's complex features and functionality.

    And those complex features tend to be crucial when it comes to executing transactions on e-commerce sites.

    "The Web is a chaotic place, and you will find no browser that can view all sites," said Hakon Lie, chief technology officer for Oslo, Norway-based Opera. "All browsers have this problem to some extent."

    Some browsers have it more than others. Opera, for example, runs into trouble on several mainstream Web sites, including Salon.com and Apple Computer's Mac.com, that render perfectly in IE or Netscape.

    Netscape has been taking an aggressive approach to the problem, monitoring sites where its "Gecko" rendering engine is running into trouble and prevailing on site administrators to fix the problem.

    A joint Netscape-Mozilla team, formed two years ago, examined the 1,700 Web sites with the highest traffic to see how well they worked when viewed by Gecko. When the evangelism effort launched, only 60 percent of these pages worked properly, but Netscape claims to have boosted that number to 98 percent.

    "Our evangelism efforts have garnished quite a bit of momentum in their outreach to Web developers," a Netscape representative said in an e-mail interview. But the "team continues to work with both corporate and individual sites to ensure Gecko compliance."

    Opera's Lie estimated that he ran into trouble surfing with Opera on about one in 30 sites.

    He also claimed that IE has seen its share of sites that it can't view properly. But because of IE's ubiquity, those glitches are likely to be fixed in a matter of days or hours, while problems with Opera or Mozilla languish on bug fix to-do lists.

    The situation is reflected in the policies at Shutterfly, which makes no bones about its market-oriented approach to browser support.

    "From the beginning, the situation has been that we listen to our customers and deliver what they ask for," said Whitney Brown, a representative for Shutterfly. "We have had very few requests for Opera--most of our users are on a PC using IE, and the next largest group is on a PC using Netscape. We have a pretty mainstream user base, which has moved away from the early adopters who may be aware of other browsers out there."

    The site's browser preference page, which launched Wednesday during a visit using Netscape 6.2, notes that the company supports older versions of Netscape, including Netscape Navigator 4.7. Brown on Tuesday said the site's browser warning is out of date and that the site supports newer versions of Netscape--although it still does not support Opera and other less popular browsers.

    Other troubles
    Standards proponents point to several stumbling blocks beyond Web authors, including nonstandard extras included as part of IE and widespread use of nonstandard automated authoring tools from companies such as Adobe Systems.

    Even though all the major browsers are considered to be up to snuff on standards compliance, some Web authors still find it easier to code directly to IE--and test only with IE--rather than to open standards.

    In many cases, that means using nonstandard extras that Microsoft offers.

    Mozilla.org, the open-source group that Netscape formed in 1998 to develop its browser, called those proprietary extras the legacy of Microsoft's maneuvers to become the leader in the browser market.

    "The market power of IE, gained through illegal use of Microsoft's monopoly, means that Web developers find it convenient to use IE's proprietary extensions," said Mitchell Baker, who carries the whimsical title of chief lizard wrangler at Mozilla.org. "We do encourage Web developers to look to Web standards and to move away from proprietary extensions."

    Opera took a similar tack, laying blame at the feet of both Microsoft and Web developers.

    "I'm not going to put all the blame on Microsoft, though they do deserve some," Lie said. "The focus should really be on authors. They really need to test their pages. And maybe some of them have to adjust their ambitions slightly. If you try to do the very advanced, flashy stuff, you typically will get a page that will not operate with all browsers."

    Now that so many of the Web's pages are coded by automated authoring tools, rather than by hand, much of the onus of standards-compliance has fallen to the vendors of authoring tools: Macromedia, Adobe and Microsoft.

    The push to make authoring tools produce standards-compliant code runs up against the formidable obstacle that many Web surfers are using outdated, non-compliant browsers. If the authoring tool codes strictly to standards, it will lock out those legacy browsers.

    Blame it on the browsers
    And while Web authors may be more defensive than they used to be, some Web sites are still claiming that buggy browsers--even new ones--are preventing them from welcoming all comers.

    "What we want to do is write once and have it work with everything," said Russ Sanon, senior manager for quality-assurance engineering at Shutterfly. "But it falls onto the lap of the individual browser manufacturer. There's nothing that we do that's proprietary. Everything that we write should work with W3C-complaint specs."

    Some warn that while coding to IE may pay off in the short term, it could cost sites if the long-predicted shift to non-PC Web browsers transpires.

    New W3C recommendations, particularly the HTML successor XHTML, are written to help Web authors accommodate the limited rendering capabilities of cell phones or PDAs (personal digital assistants). In many cases, this involves creating relatively automated ways of serving slimmed-down pages to small devices while showing full-featured pages in desktop browsers.

    "If things are not built according to standards, you run the risk of having to do that content engineering all over again if you move to other devices," said W3C's Daly. "If you use a black-box proprietary format that doesn't port over to a handheld, then what? That's a strong business case for standards compliance."

    But others continue to sound a more community-minded alarm, calling the persistent gap between standards and practice a threat to the Web's open character.

    "What we're seeing with Web sites that are viewable only with IE is the privatization of the Web," said Mozilla's Baker. "And that's a dangerous setting. We're moving toward a world where all the capabilities of the Internet are reprocessed through a single filter, with Microsoft's business plan behind it."

  8. ...yes... by jonathan_atkinson · · Score: 4, Informative

    This is, er, total rubbish. While a lot of smaller web designers may be MS focused, most large sites will try very hard to make their sites work across platforms. Just check out most of the discussion on alistapart, which primarily deals with new web technologies, and how to implement them in a cross-platform manner. While a lot of the 'amature' web may be strewn with proprietary tags, a lot of the larger sites really do care about users who use different browsers; from Netscape 4 to WebTV.

    --jon

    --
    Cleanstick.org: Dumb weblog about nothing
    1. Re:...yes... by Bouncings · · Score: 2
      While a lot of smaller web designers may be MS focused, most large sites will try very hard to make their sites work across platforms.
      My response to this: Subaru.com. You stand corrected.
      --
      -- Ken Kinder ken@_nospam_kenkinder.com http://kenkinder.com/
    2. Re:...yes... by Jobe_br · · Score: 2

      Absolutely agreed. Also - calling the folks involved in the HTML development "web designers" is absolutely incorrect. In all but the absolute smallest web boutiques, the designer is the creative talent that develops the look, feel and flow of the site. Colors, shapes, copy location, copy size, etc.

      Folks in charge of HTML are the developers or "production monkeys." Typically, good designers have a decent bit of knowledge when it comes to what is and isn't possible in HTML, but are not involved after they hand off the Photoshop, Illustrator, Freehand or Fireworks files to the developers to slice 'n dice into images & html using their tools. Those tools being Fireworks and Imageready, primarily.

      As a developer, I'll typically do production work in Dreamweaver 4 or Dreamweaver MX after slicing and dicing in Imageready (we have an Adobe workflow). As a rule, DW produces very compatible HTML unless you coerce it not to. DW MX (and to some extent DW4) is aware of Mozilla's DOM and writes JavaScript that is cross-browser compatible. Typically, when producing sites in DW4/MX, I only ever have problems with NS4, Mozilla and *most* versions of IE on both the Mac and the PC render the pages acceptably, possibly needing a bit of tweaking here and there. NS4, on the other hand, is (as it always has been) a pain in the a** to code for.

      DW MX can even create its HTML to be XHTML compatible now, which is a nice feature (but one I haven't really used so far). People using Frontpage will necessarily produce MS-centric web pages and companies that rely on Frontpage for web production are not what I would call professionals. I don't mean to offend, but the line needs to be drawn somewhere. Frontpage is fine for personal stuff if you have that bent, but if you're promoting yourself as a professional web developer to a client, you should be using industry leading tools such as Dreamweaver or Adobe GoLive! (though most developers worth their HTML-salt will prefer DW over Golive! without exception).

      Now, on a related note - as a developer, I can tell the Slashdot community that I have fielded a fair number of requests from clients to "ignore" browser-compatibility testing and to "simply" ensure that the site looks fine on IE, that's all they care about. Most of the time I can convince the clients to allow us to produce the best possible site out there, but the fact of the matter is, it costs money to do cross-browser, cross-platform testing. I typically test sites on IE5,5.5,6 for PC, IE5,5.1.x,5.2.x on Mac, NS4 on PC/Mac/*nix, Mozilla on whatever system I happen to be on (I've yet to find a rendering fault that is platform specific) and NS6.2.x,7 on Mac/PC. Ignoring the amount of maintenance that goes into keeping systems around that allow me to test all those browsers (even through the use of VMware) and the sheer time of loading key elements of the site on all those browsers, the time spent fixing rendering errors for NS4 alone is not inconsequential. Any HTML changes to fix one browser then need to be previewed on all others to determine if any regression has occurred ... in many respects, this testing is equivalent to software QA/QC. I've even written an article comparing the two, since I have a software engineering background (checkout interactive8.webprojkt.com - it should be in the archives).

      This post ended up being a lot longer than I intended ... my apologies.

      Cheers.

    3. Re:...yes... by jonathan_ingram · · Score: 2
      The Odeon UK cinema chain is hardly a small, amateur operation, but their website is completely unusable in anything except IE 4 or greater (as well as being one of the worst designed sites that I have every had to use). The web masters were notified about the problem, and shown the three line change they would need to make in order to get the site to work in other browsers, but they just don't care.

      This is only one example out of many.

    4. Re:...yes... by Anonymous Coward · · Score: 0
      a lot of the larger sites really do care about users who use different browsers;

      He he he.

      The US DOJ is busy prosecuting MS for anti-trust violations. Guess what browser the FCC (under the Dept. of Commerce) requires people to use when they want to do business with them? As in, when you want to renew a radio license, you MUST be using a Microsoft browser. Period.

    5. Re:...yes... by 1010011010 · · Score: 2


      Home Depot's website is picky about its clients.

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    6. Re:...yes... by ceejayoz · · Score: 2

      Subaru's site works just fine on my Mozilla install. I haven't found a site Mozilla 1.0 hasn't been able to display properly... Nutscrape problems, yes, but Mozilla seems to display almost all IE-specific pages just fine.

    7. Re:...yes... by jonathan_atkinson · · Score: 1
      My response to this: Subaru.com [subaru.com]. You stand corrected.
      You can't generalize based on one single site. Hell, even msn.com looks nearly perfect in Mozilla 1.0, so you can't base your view of the whole corporate web because of maybe 20-25 really bad sites.

      --jon
      --
      Cleanstick.org: Dumb weblog about nothing
    8. Re:...yes... by ycv · · Score: 1

      You might imagine, but this is not the case.
      Today I went to the website of an important computer dealer in France and it never answered to mozilla. With Konqueror I was able to see some pages but not to buy anything and with opera identified as IE5.0 everything was ok.
      And this is one of the most important dealer in Paris.

    9. Re:...yes... by Anonymous Coward · · Score: 0

      Many banks require that MSIE is used and refuse to show up under any other browsers unless you trick them into thinking you're using MSIE.

    10. Re:...yes... by matth · · Score: 1

      ???? site seems to work fine for me in netscape.

    11. Re:...yes... by VoiceOfRaisin · · Score: 1

      question for you. if mozilla displays these sites fine, why would you call them "IE specific sites"?
      sounds like they are standards compliant to me.

    12. Re:...yes... by Anonymous Coward · · Score: 0

      Let's say you're a geek who wants to scope out satellite TV. You're also the type who doesn't trust Javascript, since it's always being used to take you for a ride somehow. So, you keep it disabled in your browser of choice.

      So, you try to go to directv.com. What happens?

      Now, realize this: it's been like that for months.

    13. Re:...yes... by Anonymous Coward · · Score: 0

      a lot of the larger sites really do care about users who use different browsers; from Netscape 4 to WebTV

      Actually, your statement is rubbish. Perhaps a few consumer goods sites might care... maybe. But most compatibility happens by accident, not design; many marginally designed sites will work on multiple platforms, at least to some degree.

      However I work for a Big Company (tm) and I develop our site (along with many others). I have been told, on many occasions "alternate browsers account for less than 2% of our visitors, don't worry about them". Period. Yes, our site works in Netscape/Mozilla because I care that it does... but my bosses could give a s***. Stop kidding yourself.

    14. Re:...yes... by wilhelm · · Score: 1

      I have been told, on many occasions "alternate browsers account for less than 2% of our visitors, don't worry about them".

      Well, as a user of an "alternate browser", I thank you for actually giving a shit. :)

      Here's a thought: the Foo Corporation has some fancy-schmancy site that they have designed for only IE, and it really won't work at all in anything else (proprietary tags or whatever). So when the PHBs notice that the "alternate browser" share is dropping to 0%, they care even less, and code even more for IE, and it becomes sort of a self-fulfilling feedback loop. That would be pretty hard to break out of. Just a random thought, dunno what can be done about it.

    15. Re:...yes... by Bouncings · · Score: 2

      Ok, we're talking about designers, so let's touch on the supposedly most well-known design firm there is: RazorFish. Another site that requires Flash. I'm very sure that Flash is not on the w3c standards list.

      --
      -- Ken Kinder ken@_nospam_kenkinder.com http://kenkinder.com/
    16. Re:...yes... by mosch · · Score: 1
      ummm.. it looks fine in mozilla 1.0.0, and validator only shows 4 errors...

      you stand retarded.

    17. Re:...yes... by jawtheshark · · Score: 1

      Yup...one of my favourites: Flash 4 is required to view Subaru.com
      Mozilla 1.0 on Mac OS X. I could probably download the plugin, but I don't want to...

      --
      Ahhh...the great dumpster continuum. Many a free computer will be found there. -- sowth (748135)
    18. Re:...yes... by Frank+of+Earth · · Score: 1

      "While a lot of smaller web designers may be MS focused, most large sites will try very hard to make their sites work across platforms."

      In my experience, this is not true. Agencies that produce web sites will not code for every browser version, especially something like WebTV or NS 4.0x. A company will say that 90% of it's traffic is from IE and they will build their site accordingly.

      99% of the time, there is no time for testing in every browser version anyways. If the site works well in most flavors of IE, it's basically good to go.

      That's just my experience of probably about 25-30 site launches.

    19. Re:...yes... by Anonymous Coward · · Score: 0

      works alright in konquerer

    20. Re:...yes... by e40 · · Score: 2

      Total rubish, eh? Try this link in Mozilla 1.0.

    21. Re:...yes... by Anonymous Coward · · Score: 0

      True, http://www.subaru.com crashes Mozilla on Linux. (Have you filed a bug report? I didn't see yours but I didn't search exhaustively.) This probably has something to do with their obscenely long and promethean detection sript. Had the site designers coded to standards and left the choice of OS and browser to the discretion of users, this would be a non-issue. In fact, sites that actually crash Mozilla are exceedingly rare. Most of the frustration for users comes from failed browser sniffers, and if you can find the page they serve to MSIE and load it, it will usually work just fine.

      As for the original poster's point, I think it is generally true. Most larger sites do work across platforms. If you want to dispute that claim, you need to find examples of portals or sites with major traffic that only work with MSIE.

    22. Re:...yes... by ceejayoz · · Score: 2

      I'm referring to things that have IE specific stuff (like ActiveX plugins) but still degrade gracefully. For example, MSNBC.com is perfectly usable in Mozilla, but there are some extra functions (like popup navigation on the left sidebar) for IE.

    23. Re:...yes... by Viqsi · · Score: 1

      That doesn't really say anything; I know of several web design firms that, while they habitually do very nice standards-compliant code, will do their own personal site in all the Latest And Greatest Glitz And Glamour, just to show that they are capable of doing it if need be.

      Of course, whether or not Razorfish qualifies as one of these is beyond me; as I don't have Flash going, I can't look at their portfolio. :)

      --

      --
      viqsi - See "vixen"
      If we do not change our direction we are likely to end up where we are headed.
    24. Re:...yes... by WhiteKnight07 · · Score: 1

      eh?

      Renders fine in Mozilla 1.0....

      --


      We're going to make information free Mr. Anderson, whether you like it, or not.
    25. 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.
    26. Re:...yes... by Bouncings · · Score: 2

      The WHOLE SITE is flash, pure flash. Which is, by every meaning of the word, not a standard. It is, infact, an anti-standard. Flash is the direct opposite of acceptable.

      --
      -- Ken Kinder ken@_nospam_kenkinder.com http://kenkinder.com/
    27. Re:...yes... by Bouncings · · Score: 2

      It didn't crash for me, as this isn't a Mozilla bug. The site requires flash, which I am certainly not willing to install.

      --
      -- Ken Kinder ken@_nospam_kenkinder.com http://kenkinder.com/
    28. Re:...yes... by jonathan_ingram · · Score: 1

      The title page, yes.
      Now click on 'click here to enter the Odeon website', and sit back.

      It fails utterly on Mozilla. It *almost* works in Konq 3, but not quite (the list boxes are wrong).

    29. Re:...yes... by Anonymous Coward · · Score: 0

      You stand corrected like the idiot you are.

      Here is a clue, so you don't need to buy one:

      "Most" does not mean "all". So showing a site produced by a large corporation that uses IE crap does not, IN ANY WAY, refute the original author's contention.

      Go back to playing with blocks, now, boy...

    30. Re:...yes... by Anonymous Coward · · Score: 0

      Every version of Netscape 6 has DOM/CSS bugs with 'display' that make doing popup navigation difficult, so I wouldn't chuckle too hard.

    31. Re:...yes... by Anonymous Coward · · Score: 0

      Netscape 6 deserves to rot in (insert bad word here). I was refering to browsers that didn't suck, such as Moz 1.1a and NS7.

    32. Re:...yes... by arkane1234 · · Score: 1

      I know when I worked at American Express and was testing a site launch, I would use vmware for IE and netscape 4 on Linux.

      There was once that the site refused to work under IE but worked fine under Netscape! LOL...

      I loved the faces at that time =)

      --
      -- This space for lease, low setup fee, inquire within!
    33. Re:...yes... by Reziac · · Score: 2

      According to my customers, WebTV renders pages just about like Netscape 2.0x. So there's your Netscape backward-compatibility target.

      (I have lots of browsers installed, but I use NS3.04 by *preference*, with images and js off. It actually works better on more sites than does NS4.x)

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    34. Re:...yes... by Isofarro · · Score: 2
      there is no time for testing in every browser version anyways.
      Quality isn't an accepted requirement then?

      Shoddy workmanship, that's what _I_ call it.
  9. No problem by AirLace · · Score: 5, Insightful

    I see this as an advantage. Ever noticed how the "Flash" sites are the very ones which tend to be filled to the brim with adverts and little else, or otherwise "arty" sites by self-important 'blogging nuts who think their combination of morphing pastel colours needs to be seen by the whole world? Sorry, but that's not what the Web is to me -- I use it for information, and that's why I use Mozilla.

    1. Re:No problem by Anonymous Coward · · Score: 0

      I agree. I use Mozilla at home and I never downloaded the Flash plug-in. So I'm Flash-free and I can skip all those ads and intros (they all suck).

      I have IE standing by if I really really need to see the Flash site, though. But Mozilla really rocks.

    2. Re:No problem by karm13 · · Score: 1
      i use mozilla, too, but i'm glad it has the swf plugin.

      you really can't blame the webdesigners for the adverts. can you imagine a designer who sais "can't we have an extra column of ads on the left? they would go exeptionally well with the banner on the top..."?
      i know designers and believe me they hate banners as much as you do privately and even more profesionally. they percept banners as an intrusion into their territory. they can't influence the colours and fonts used, and the overall "weight", so it brakes their design.

      there are only as many banners as the customer wants to have. and a good web developer will tell the customer if a requested feature would lock some potential visitors out. that includes wether swfs should be used or not, what version if so, and so on.
      the use of swfs should be justified. in the simplest of all cases, that means some functionality that is required can't be done in html properly. youre options with lynx are very limited. if it's "only information" then plain html can do that, and plain html should be used.
      however, if e.g. real time communicaion between two visitors is wished you would have to call a cgi every few seconds or so that returns, say, a chat window content after every request (that's how most webchats work). i don't consider that very elegant.
      using a swf, you could keep a socket connection open an push new submissions as they come via a java server using an xml stream. so you could trade in about 4% (non-macromedia-statistic, but i can't remember where, sorry) or so web users for a greatly reduced server load and a wider range of possibilities.
      if done _properly_ (note the emphasis), you can (and should) seperate functionality, appearance and content of a website. the content could be in a database and used by both a swf version and a html version of the site. easy updates of both content and appearance, plus it saves money, too.
      you mustn't forget that companies value their corporate identity very high. in html you're stuck with the fonts that are installed on the client (unknown to you). layouting is difficult. you have to test on all kinds of browsers, systems and versions constantly. javascript behaves differently from platform to platform. that makes development slow (read: expensive for the customer).
      that's why swfs often are used for some tasks that would clearly be html if only the browsers were consistent.

      you really shouldn't blame the tool for what people use it for. as i said, i agree information should be acessible by anybody. but when layout becomes an issue, or some interactivity is required, swfs can solve a lot of problems.

      a last word about the "arty" sites. if they are done well, they can make another artists day. you are not required to look at them (and i assume you don't).

      and to finally answer your question: no, i did not notice that sites using swfs have more adverts than plain html sites.

      --

      --
      making up good sigs is a hard thing to do.
    3. Re:No problem by Anonymous Coward · · Score: 0

      I use it for information, and that's why I use Mozilla.

      Thats very catchy, perhaps you could suggest it to Mozilla's marketing department?

    4. Re:No problem by Anonymous Coward · · Score: 0

      Unfortunatley, most in the general population are basically at the mental level of enjoying/collecting shiny objects. So Flash will do well for the forseeable future...

    5. Re:No problem by Anonymous Coward · · Score: 0

      perhaps you could suggest it to Mozilla's marketing department?

      no, they wouldn't accept it because it's better suited for a lynx slogan.

    6. Re:No problem by Isofarro · · Score: 2
      so it brakes their design.
      Ahh. Sounds like a case of "broken-by-design". If a design breaks because of the introduction of a rectangular resource, then it was broken to begin with.
      if e.g. real time communicaion between two visitors is wished you would have to call a cgi every few seconds or so
      Or you could do what intelligent people do and stop reinventing the wheel, then use the multitude of instant messaging systems already available. Then they wouldn't be stuck on your site all the time if they wanted to talk to each other - that would definitely be an end user benefit.
      javascript behaves differently from platform to platform. that makes development slow (read: expensive for the customer).
      But javascript behaves consistently on the same platform, and thus documented as such. This documentation is available to you, and as a result, the javascript libraries you build will contain these reusable menus.

      If you believe that javascript development is slowed, then your techniques are up the creek along with your business model, and you are effectively charging the client for your incompetance and lack of skills, rather than your demonstration of existing skills.

      Why you lot (webdesigners) consistently insist on reinventing the wheel at each turn, and yet still only deliver triangular wheels (because its an improvement of one bump over the square wheel) -- this is beyond me, and seems to be about pure greed rather than doing a good quality job and being proud of it.
    7. Re:No problem by karm13 · · Score: 1
      If a design breaks because of the introduction of a rectangular resource, then it was broken to begin with.

      a banner is made to draw your attention. of course it brakes your design. did you ever think that a certain banner looked good on a certain cite?

      Or you could do what intelligent people do and stop reinventing the wheel, then use the multitude of instant messaging systems already available. Then they wouldn't be stuck on your site all the time if they wanted to talk to each other - that would definitely be an end user benefit.

      hmmm... so do you suggest to use the AIM they have or the MSN stuff that came preinstalled on their machines, or make them download jabber and follow the simple instructions you provided? and how would you convince the customer (the one paying you for your work) that it's a good thing the users wouldn't be stuck on your site?
      you could use jabber out of an swf, you know...

      javascript behaves consistently on the same platform

      as i said, developing and testing for different platforms is expensive. and platform here means possible os/browser combinations.
      just yesterday (coincidently, i'm not making this up) a friend asked me some simple javascript questions. i warned him that his solution would only work in ie and he said he knew but wouldn't mind. that was not a commercial project, however.

      don't get me wrong, javascript is nice as long as you stick to one platform. but if you go beyond win/ie it is soon getting painful.

      actionscript (flashs build in scripting language) is ECMA, too, but behaves the same on every platform that has the swf plugin, be it win, mac, linux or your mobile phone. and i'd bet there are more swf runtimes around then there are for javascript(s).

      unfortionatly, there is so much prejudice and irrational hate about swfs out there in the open source community that not many tools for creating swfs are being developed. the standart is open. in runs on everything (almost). it has great advantages and it won't just go away.

      --

      --
      making up good sigs is a hard thing to do.
  10. I sit next to our web developer by Lxy · · Score: 5, Interesting

    And I always hear him say stuff like "Well, *I* run IE, so I assume most everyone does". For awhile I had just assumed that Microsoft was sleeping with W3C, until I met a few web programmers. As I see it, there are really two types of prgrammers. Those who learned HTML in the beginning, and those who learned Frontpage so they could be 133t and have their own website. Since the latter outweighs the former, there you see the problem.

    In their defense, from the user's point of view, the easiest tools out there are made by Microsoft. Click, click, click, oh look! I have a website. Sure, it's 8 MB in size without graphics, but it's all mine! Sadly only the geeks care about standards anymore.

    --

    There is no reasonable defense against an idiot with an agenda
    :wq
    1. Re:I sit next to our web developer by Sezzler · · Score: 0, Troll

      Who uses FP anyway ? I *have* to use it and the # times it's mangled my code (right in front of my eyes) as I'm saving has left me raging.

      Notepad's your best bet.

    2. Re:I sit next to our web developer by Fweeky · · Score: 2
      I really mean that. Virtually no tools out there produce W3C compliant code? Why?

      Simple, your site will be able to displayed less-well on more browsers if you follow what the W3C wants.

      So? Who cares if IE3/4 users get the lynx-look? Ok, NN4 is perhaps a little less easy to forget about (luckily for me, it's less than 1% of my userbase), but a gracefully degraded site is still perfectly fine without CSS.

      And let's of course not forget that you can use transitional HTML and get a site to display pretty much identically to if you'd used tag soup and STILL be standards compliant.

      You're claim that "only geeks care about standards" is an utter joke. Slashdot is a forum dedicated to geeks. Get that? Dedicated to geeks. And yet, does even ONE of their pages conform to the full XHTML 1.0 spec? Or even the HTML 4.01 spec? NO.

      Yup, but we all know SlashDot is hardly representative of the cream of the crop in terms of, um, anything.

      That's because everyone knows the W3C is a joke.

      That's funny. I hang around places with thousands of web developers. I think you'd find your opinion quite rare among them.

    3. Re:I sit next to our web developer by Anonymous Coward · · Score: 0
      "For awhile I had just assumed that Microsoft was sleeping with W3C, until I met a few web programmers. As I see it, there are really two types of prgrammers. Those who learned HTML in the beginning, and those who learned Frontpage so they could be 133t and have their own website."

      At my last place of employment, if the resume mentioned FrontPage it got it's own special place in the trash can. I'm dead serious.

      Dreamweaver/Homesite designers were spared and often called in for interviews/hired.

    4. Re:I sit next to our web developer by mshiltonj · · Score: 2

      Sadly only the geeks care about standards anymore.

      Which is why geeks will RULE THE WORLD. Bwaaa-haa-haaa!

    5. Re:I sit next to our web developer by dun0s · · Score: 1

      While your post is quite blatent flame bait i find myself nodding along. I claim to be a web developer however usually end up doing the job of graphics artist (which i stink at), designer (which i also stink at), developer (no comment) at the same time. I find it increasingly hard to marry my geeky side (wanting to be standards complient) with my lazy side (wishing I could go down the pub). It is *very* difficult to produce a standards complient site without either locking out NS4 or providing client detection and alternate html/style sheets based on the numerous platforms and browsers available.

      Most standards complient (I usually mean XHTML 1.0 Transitional or Strict) sites will, with minimal tweeking, work very well in IE5+, NS6+, Mozilla, and Opera - however NS4 just makes me want to give up and become a marketing droid at points. I often end up hacking around a site that started out being totally standards complient to work around $browsers $bug.

      While i can't agree that W3C is a joke I do feel that they are often hitting their heads against a brick wall when it comes to getting users to upgrade to a fairly standards compliant browser.

      Also, I found that it isn't just MS that drops in propriatory things, have a look at:

      -moz-opacity : 0.5;

      as a style attribute ;)

      --dan

    6. Re:I sit next to our web developer by pileated · · Score: 1

      In my experience it is not just the web designers who are at fault. I've emailed 2 very large companies about problems with their web sites. In both cases they said they were sorry but that was just the way it was, i.e. it was my problem not theirs. Web designers will continue to develop IE-centric pages and ignore non-IE untl their bosses tell them not to. I'm not seeing that happen.

    7. Re:I sit next to our web developer by 1010011010 · · Score: 2


      You never test in commonly-used browsers? For shame!

      --
      Napster-to-go says "Fill and refill your compatible MP3 player", which is a lie. It's not MP3. It's WMA with DRM.
    8. Re:I sit next to our web developer by SuperJames_74 · · Score: 1
      Unfortunately, you are correct. Only the real geeks care about serious browser compliance.

      When I joined my present employer, all my teammates were creating webpages via point-and-click in M$ Fr0ntP@ge (the worst program ever written, but I digress...). All it took was one big client using an iMac to bring folks around to my method of hand-coding HTML, and abandoning their WYSIWYG altogether.

      Now, we code for compliance against NN4.x, NN6.x, IE5.x, IE6.x on Windoze, and IE5.x, NN4.x, NN6.x on MacOS 9.x, and IE5.x, NN6.x on MacOS X. (Incidentally, even though we don't do QA on Mozilla, the pages seem to work just fine.)

      After doing a few sites like that, we now have documentation and re-usable library files to expedite compliant development, and promote uniformity.

      In order to be a web professional, you must abandon your WYSIWYG and begin coding everything by hand, using raw HTML and JavaScript.

      --

      @sshatrack

    9. Re:I sit next to our web developer by Lxy · · Score: 3, Insightful

      Notepad's your best bet

      Correction, TEXT EDITORS are your best friend. If you're developing on Windows, I prefer CuteHTML. It's everything good about Notepad with a complete HTML 4.0 reference in its help file as well as syntax highlighting and basic syntax checking. It also includes code snippets for Javascript and whatnot, but the beauty is that it's ALL HTML. No WYSIWYG whatsoever.

      I think there's similar products out there for linux, but I haven't seen anything that I really like.

      --

      There is no reasonable defense against an idiot with an agenda
      :wq
    10. Re:I sit next to our web developer by kent_eh · · Score: 1

      Frontpage doesn't produce W3C compliant code

      Of course it doesn't. It creates IE specific code.

      Hmmm both are microsoft products, coincidence?
      nah.

      --

      ---
      "I can't complain, but sometimes still do..." Joe Walsh
    11. Re:I sit next to our web developer by Isofarro · · Score: 2, Informative
      I can produce a site that will display perfectly against every browser ever created, but I can't do that *and* have a reasonable site layout.
      You can't, I can. You first need to unlearn the crap you've amassed so far. Most likely you have layout and presentation in your HTML, and that's why you always fail.

      Authoring for the World Wide Web 101

      Take just the content of one of your pages, and create a simple HTML document that correctly describes the structure of your content. Encapsulate that content within a div, and give it an id.

      Now underneath, create another div for your navigation. Your navigation will tend to be a list of links.

      Now create another div before the content div and stick your logo graphics in there.

      Now you are done with the HTML and you have a page that displays in all html compliant browsers.

      Now, and _only_ now can you insert your presentation, like this: Reference a CSS file in your document header. Now create a stylesheet that encapsulates the placement of your div's, style your fonts, colour with your crayons.

      Simple when you approach the problem from the right direction.
    12. Re:I sit next to our web developer by tempest303 · · Score: 3, Informative


      The bottom line is though that standards put out by the W3C are USELESS.


      And who would YOU propose invent the standards? The "market"? You know who THAT means... we DON'T want the web becoming the sad state that word processing has become: you buy Word, or you can't play nicely with 90% of the rest of American business.

    13. Re:I sit next to our web developer by Isofarro · · Score: 1
      Now, we code for compliance against NN4.x, NN6.x, IE5.x, IE6.x on Windoze, and IE5.x, NN4.x, NN6.x on MacOS 9.x, and IE5.x, NN6.x on MacOS X. (Incidentally, even though we don't do QA on Mozilla, the pages seem to work just fine.)
      They should look fine when you realise that Netscape 6.x is based on the Mozilla code base.
    14. Re:I sit next to our web developer by A_Non_Moose · · Score: 2

      I think you've nailed the problem right there, but I'd like to add a few other thoughts as a former "Webmonkey".

      The majority of WYSIWYG HTML editors do not generate HTML, the defacate it. Frontpage is infamous for it.
      Some of the others (dreamweaver, homesite, adobe something or other) do the same to a lesser degree.
      (I mean, really, does *every* word need its own font tag?)

      The most aggrivating thing about IE (Mac/PC) was that the browser *allows* programming mistakes to be made and attempts/gets a good guess about what you meant (Missing tags and such).
      But when you view it in other browsers (generated or hand edited) that *don't allow FSCKups/bad HTML* the browser won't generate it, or puts it and odd location.

      Any developer (programs, web et al) should *not*, IMO, allow such poor practices to continue much less perpetuate in thier own code.

      Most aggrivating to a lot of "normal" people was IE/Microsofts mucking about with fonts (remember that?) whereby a page rendered in (IE or other browsers, I forget which) would make the author look like an illiterate moron.

      You are correct about the two types of site creators. Perhaps that is why IR and wireless mice are being invented:
      1) mouse ball + muzzle loader = seige upon the redmond campus
      2) the IE team found garroted by the wired mice in a back alley somewhere. Oddly enough, the mice were Intellimice.

      Why is it when this stuff comes up I keep thinking of the saying:
      "The chains of addiction are never heavy until its bond is too strong to break".

      Explains a lot.

      --
      Have you read the moderator guidelines? Well, have you, PUNK? (and I want a Karma: Gnarly option)
    15. Re:I sit next to our web developer by |<amikaze · · Score: 2

      EditPlus is also a great editor for HTML and C/C++

    16. Re:I sit next to our web developer by nolife · · Score: 1

      I agree with the use of text editors. When in Windows I use Notetab. It is a drop in replacement for MS Notepad. It includes many addins and macros for dealing with any type of text file, including decent HTML support. It is great for viewing and editing multiple files at once. The 'light' version is free.

      A good free HTML editor is 1st page 2000.

      Of course my two sub teen kids mainly use MS Frontpage when they are in Windows. When they have problems getting it to do a specific task, I use one of the two above to fix it.

      --
      Bad boys rape our young girls but Violet gives willingly.
    17. Re:I sit next to our web developer by Frank+of+Earth · · Score: 1

      "Correction, TEXT EDITORS are your best friend."

      Unless you are developing in .NET, in which you'll most definately need VS.NET Which is just like notepad, but a few thousand dollars more expensive ;-) Intellisense is pretty cool though *ducking*

    18. Re:I sit next to our web developer by pherthyl · · Score: 1

      actually I find that dreamweaver is much easier to use. And it actually generates very clean, readable, and compact HTML.

      I've always liked their "Clean up MS Word HTML" function which will take an MS Word HTML file and clean out all the shit, reducing it to 1/4 of its size with no visible changes.

    19. Re:I sit next to our web developer by Anonymous Coward · · Score: 0

      > In order to be a web professional, you must abandon your WYSIWYG and begin coding everything by hand, using raw HTML and JavaScript.

      No, you *must* abandon shitty WSYIWIG tools like FrontPage. Use a different tool (like Mozilla Composer), don't blame all tools in a class because one is trash.

    20. Re:I sit next to our web developer by 93+Escort+Wagon · · Score: 1

      In my department we have a bunch of users who don't know HTML, and don't particularly want to learn - they are all using FrontPage 2000. Thing is, while it defaults to writing IIS/IE-only code, you can easily change its options so it writes code that'll work on both browsers. I've educated our desktop guys to make these changes whenever they do a FrontPage install.

      Please understand that having people use FP wasn't my choice - it was imposed "from above". But FP-generated Web pages doesn't necessarilly have to mean "won't work with Mozilla/Netscape".

      --
      #DeleteChrome
    21. Re:I sit next to our web developer by jakobk · · Score: 1

      WTF. You don't need the divs. You can assign CSS attributes to all elements.

    22. Re:I sit next to our web developer by Viqsi · · Score: 1

      That's why those browsers are called "outdated". There are more than a few browsers for that kind of niche market, and tearing your hair out over getting designs working in them is so not worth it as to be pitiable.

      Now don't get me wrong; backwards compatibility is a Good Thing. But *forwards* compatibility is a lot more productive and a lot less work. There comes a point whereupon you have to tell people "your browser is massively outdated, so I'm sorry but you can't see the design."

      And besides, those older browsers still get to see the content, even if they miss the design. If the only thing whatsoever to your site Is the design, then I question the value of your site in the first place.

      --

      --
      viqsi - See "vixen"
      If we do not change our direction we are likely to end up where we are headed.
    23. Re:I sit next to our web developer by Anonymous Coward · · Score: 0

      wait! did you just say "good about Notepad"..

      I have one question for you..

      have you ever *USED* notepad, there is nothing good about it

      I'd rather use emacs (I'm a vi guy..)

    24. Re:I sit next to our web developer by Anonymous Coward · · Score: 0

      The W3C is a joke

      Thank God for the recession. Still, it hasn't gone on long enough if people like this are still employed, and not flipping burgers like they were before they became "web-developers", or whatever.

    25. Re:I sit next to our web developer by Anonymous Coward · · Score: 0

      Virtually no tools out there produce W3C compliant code?

      I find that vi does. And Emacs. Oh, you're a "web-developer" aren't you? I see. Might be time to go and get that degree ...

    26. Re:I sit next to our web developer by Anonymous Coward · · Score: 0

      Yeah, but using divs divides your content in a more logical manner and makes the html easier to work with (in my very limited experience).

    27. Re:I sit next to our web developer by Anonymous Coward · · Score: 0

      Sadly only the geeks care about standards anymore.

      I beg to differ. My father probably doesn't care about "standards", but I know for a fact that he's pissed at web pages that don't work right. He uses Netscape and MacOS 9, simply because it was easier for him to learn. He is the extreme opposite of a geek.

      That said, the web designers at my company work very hard to create not so much standards compliant web sites, but sites that really do look OK on the majority of browsers. In house, we make sure everything works find on various versions of Netscape and IE, on MacOS 7.5.3 onward, and Windows95 and onward. We don't test for Opera etc., but so far it seems that if it's designed to work with the above systems, it will work with Opera/Mozilla etc.

      And now this is what REALLY pisses off our web design team. Sometimes they will go to great lengths of trouble to make sure things work, and send off the HTML to a web application developer. The developer chops up the perfectly fine HTML and re-writes parts of it for various reasons, and these re-writes are usually only tested on IE5.5/Win2K. By the time the designer notices there's been a terrible problem, the project is too late in development to fix, and goes out the door that way. So at least in our case, it's not the web designers but the "geek" programmers that don't seem to care.

    28. Re:I sit next to our web developer by Isofarro · · Score: 2
      WTF. You don't need the divs. You can assign CSS attributes to all elements.
      You are welcomed to explain how you are going to float all the content to the right, allowing the navigation to fill up the space on the left without putting the content and navigation in its own containers and without overkilling on ids and classes.
    29. Re:I sit next to our web developer by Isofarro · · Score: 2
      Except that no matter you do, no matter how phrase that, it will look like absolute crap on older browsers.
      Looks fine in Lynx and Links. Perhaps its your dislike of text that's the problem? Browser support of CSS is not mandatory, browsers can elect whether to use it or not. Netscape 4 insists on doing it badly, that's their choice.

      Have you actually _considered_ why people use older browsers. It doesn't take a genius to figure out that its not because they want cutting edge over-crufted websites. They want information. If your information cannot be presented without enforcing a brand, Netscape 4 makes an excellent website filter.

      With a free choice, Netscape 4 is chosen by people who want the content without the bloat. By authoring in the style above, you are giving them exactly what they want.

      People who tend to use Netscape 4 out of choice also have the intelligence to customise it for their specific requirements -- user defined style sheet -- why prevent that by forcing a typically "presentation-only" unreadable font?
      You know that the site will look like crap on NS4
      No, given good content and clean markup, the website is completely usable in Netscape 4. Leave the presentation to the browser-user -- they know better than you and me what fonts and what layout suits them.

    30. Re:I sit next to our web developer by Saint+Stephen · · Score: 1
      You want (NITROLITE). Download this and this.

      Syntax highlighting for HTML/XML/C/Java/C#/makefiles whatever, multi-file support, command line commands, and it's a 100k copy & run executable. It's tight!

    31. Re:I sit next to our web developer by fizbin · · Score: 2

      Composer is fine for a rough draft, but then you still need to go through and clean it up at the raw HTML level. (It has a habit of leaving little "br" tags all over the place, and the automatic nbsp when your fingers do the habitual two spaces after a period is also annoying)

  11. Maybe if the designers learned to program... by st0rmshad0w · · Score: 2

    ...instead of just using Frontpage for everything, we wouldn't necessarily have this problem.

    Oh, and what's the point really, of a Standards Body, if they can't to an extent enforce the standards? Just a thought.

    1. Re:Maybe if the designers learned to program... by queh · · Score: 1

      Because people have a mutual interest to follow their standards? Wait under these "IE only" pages using strange quirks become unusable in the next version of IE. Not everything has to be done by enforcing laws.

    2. Re:Maybe if the designers learned to program... by Quila · · Score: 2

      Maybe if the designers learned to program ... instead of just using Frontpage for everything, we wouldn't necessarily have this problem.

      Web designers do not use Frontpage.

      However, home-brewed amateur sites ("Oooh, quilting circle will love this site.") and sites made by worker bees ("Jones, make a department web site.") may be done with FP.

    3. Re:Maybe if the designers learned to program... by pcardno · · Score: 1

      And why exactly should they learn to program?

      If, as many Slashdot readers regularly bang on about, the Web is an open environment that everyone can take part it, why is there such eliteism in terms of "Oh, this isn't programmed quite right - therefore they suck".

      Well of course they do, at programming anyway, most of these people aren't programmers, they're just interested in getting some information available for other people.

      I imagine that a lot of the people commenting on here's perfect web would be just an open HTML tag then a close HTML tag. Perfect code, does exactly what it was asked to - shame it's no damned use!

      Paul.

      --
      --- Band: Joey Ultra
    4. Re:Maybe if the designers learned to program... by arrogance · · Score: 1
      "And why exactly should they learn to program?"
      Because designers all to often use programs that generate 100 gifs to present one page (high bandwidth), and NEVER use include files (whether it's ASP or PHP) to simplify headers, footers, nav bars, client-side script, etc. These code generators also fill up the page with font and tags when CSS is better and easier to maintain. Also, the directory structure is usually unusable so when a programmer has to go in to add some functionality to the page, all the links have to be changed.

      If you're a designer: PLEASE PLEASE PLEASE build the pages so we can REUSE them, instead of making copies of copies, so that you have to change 300 pages to edit the privacy policy link at the bottom of the page....

      MAYBE YOU SHOULD LET A PROGRAMMER CREATE THE BASICS OF THE PAGE, and then have a designer come in and pretty it up. Code maintenance is a much bigger cost than creating it in the first place, and a good, hand coded page utilizing CSS, attached script files, and includes is SO much easier. The processing hit (of using server side code) is negligible (well, OK, maybe with IIS it takes 4 times as long to process a page just by calling it .ASP instead of .HTM, but you can ASP2HTM lots of pages to save on that) especially with the processing power of today's servers.

    5. Re:Maybe if the designers learned to program... by st0rmshad0w · · Score: 1

      Because they are designing something on a computer, to be used and displayed by a computer, thru various browsers/programs. Computers operate via code. Code is what people use to operate a computer, usually with an intermediary application or program of some kind. If the web designer doen't want to learn how the code that governs his/her creative work operates then let them go back to pencil and paper and then have someone who knows how to program translate their creation into something a machine will understand.

      And as far as: "If, as many Slashdot readers regularly bang on about, the Web is an open environment that everyone can take part it, why is there such eliteism in terms of "Oh, this isn't programmed quite right - therefore they suck"." ...thats why there are graduate level programs in Digital Design at art schools now. The web is an open environment, if all you want to do is put information out, you don't need alot of design skills, just basic HTML programming knowledge. If you want to get fancy or complex, then you do, just like everything else.

    6. Re:Maybe if the designers learned to program... by dubiousmike · · Score: 1

      From my experience, most companies are using Dreamweaver to create corporate websites, or at least to keep it up.

      Frankly, those who insist that text based editing is the way to go are either working on sites that aren't very "fashionable" or are insane enough to be able to keep nested tables, layers, ect all strait in their head (which I personally think is too much work when "mastering" a visually rich website. I understand there are many websites that aren't on the edge of design and thus text based editing is completely feasible, but in the corporate world, the big wigs want something that is the standard for content creation, which much to most of your chagrins, is a WYSIWYG and is Dreamweaver. Why is this? Becuase it is quicker to layout a page using Office style commands and shortcuts in something like Dreamweaver than a text editor. Any day. Don't get me wrong, I hate Frontpage and still have to clean up lots of code from folks sending me content drafts having used Frontpage.

      Dreamweaver, BTW, is set at default to create code that is compliant for both Netscape and IE. You can target specific versions of browsers and can use a command to "clean up" Frontpage code.

      Frontpage is stupid to use as it inserts all kinds of crappy code that shows differently in different browsers.

      Now one major issue is that at the last three companies I worked at, web logs would show that IE makes up for 95% of all viewers. Netscape is about 4.9%. Though I test on Netscape and IE on both Windows and Mac, is it really economically feasible to test on other browsers other than the two that make up for 99.9% of all visitors to most corporate websites?

      IMHO, I think no.

      I know that this post runs the risk of being unpopular, but I thought I would share the view of one who is a jack-of-all-trades-marketing/web guy.

    7. Re:Maybe if the designers learned to program... by TulioSerpio · · Score: 1

      may be XML and css help!

      --

      I'm from Argentina: Tango, Asado, Mate, Gaucho, Maradona, YPF

    8. Re:Maybe if the designers learned to program... by Isofarro · · Score: 2
      those who insist that text based editing is the way to go are either working on sites that aren't very "fashionable" or are insane enough to be able to keep nested tables, layers, ect all strait in their head
      Or working with the proper tools already in place, like a templating system and a content management system, and a document management system, and a version control system.

      Web authoring is more than just fiddling with Photoshop and Dreamweaver. Its a manufacturing process, and as such everything is broken down into components, as such, I hardly touch a complete html page any more, its all dynamic and managed by tools.
      the last three companies I worked at, web logs would show that IE makes up for 95% of all viewers. Netscape is about 4.9%. Though I test on Netscape and IE on both Windows and Mac, is it really economically feasible to test on other browsers other than the two that make up for 99.9% of all visitors to most corporate websites?
      *sarcasm*Well if you created the markup so that it only works in IE, then made those changes site wide, what you would find is that less and less non-IE browsers would use your site, thus completely vindicating your choice not to support non-IE browsers. */sarcasm*

      They're just numbers that are pretty meaningless in trend analysis.

      Its not economically feasible to test in every possible browser combination, but it is economically feasible to markup correctly to an available standard (or more precisely a documented recommendation), test in a variety of browsers, and let the browser manufacturers fix the problems they've created. With a bit of thought and common sense its easy enough to create fully accessible sites (except for web designers, who still think the wheel hasn't been invented yet)
  12. Sorry... by Anonymous Coward · · Score: 1, Flamebait
    1. Re:Sorry... by AVee · · Score: 1

      So, here we are trying to tell people they should be standard compliant and the next thing we do is slashdot validator.w3.org...

    2. Re:Sorry... by DrVxD · · Score: 1

      And that's a surprise?

      --
      Not everything that can be measured matters; Not everything that matters can be measured.
    3. Re:Sorry... by Anonymous Coward · · Score: 0
      "<LINK REL="shortcut icon" HREF="/favicon.ico" TYPE="image/x-icon">"

      Isn't that IE-only? Seems a bit hypocritical to swan on about how everything is IE-based, then actually go out of your way to add the frills for IE users... no browsers out there have implemented any web standards either fully or correctly. The fact that we are still stuck coding HTML 3.2, or writing tons of code to circumvent it is stupid. Although I don't do it, I can see why people have just coded for the largest userbase. It isn't Microsoft's fault, but the result of frustration amongst people who want more than 3.2

    4. Re:Sorry... by dun0s · · Score: 1

      Thats fantastic. I also looked at the source just before posting an earlier comment. HA HA.

      On a serious note... do we really have to use HTML 3.2 in order to be almost totally cross browser complient and even then resort to small hacks to make it look nice? It makes me wonder if Macromedia were on to a good thing with Flash that, as long as you have a plugin, looks pretty much the same on everyones screen? Granted I could easily live without Flash ;)

      --dan

    5. Re:Sorry... by SpamJunkie · · Score: 1

      No, the favicon works in Mozilla too, and probably others.

    6. Re:Sorry... by liquidsin · · Score: 2

      Good idea. If you're sick of letting a company like microsoft dictate to you how the web should look, let a company like macromedia do it instead. No thanks. I'd rather have an objective third party like W3C dictate the standards, and then have developers actually follow them.

      --
      do not read this line twice.
    7. Re:Sorry... by dun0s · · Score: 1

      As would I, however as a lazy bastard I also like the concept that a website written in flash looks exactily the same in any browser with the flash plugin. However, I neither use flash or want to - it was just an example.

      As a lazy developer I am quite happy to be totally standards complient - however I also have to take into account that users still need to see the sites I make and, currently, the two are still divergent goals without putting in alot of work and using client detection and other goodies.

      What I really want to see is everyone using the standards compliant browser of their choice where the browser really does stick to the standard. Alot are coming close and some are very very very close (abet still putting their own propriatory stuff in) however we now need to convince the user base to drop things like NS4 which just do my head in on a daily basis.

      --dan

    8. Re:Sorry... by MindStalker · · Score: 1

      No, it works in mozilla too. Its also just a relational link, definatly not breaking standards, and no browser is required to support them either. So please find another example.

    9. Re:Sorry... by OolonColluphid · · Score: 1

      Good luck. The University where I work still insists that we use NS4. Newer versions of Netscape, Mozilla, IE, etc. are all "unsupported." In fact, recently the IT people got my department in trouble for upgrading to NS6 because we needed it to do our work. They discovered the upgrades during an update (from Win 95) to Windows XP.

  13. Indifference by WildsideTX · · Score: 1

    I especially hate it when web designers don't even consider other browsers. I brought a small page error to the attention of a friend of mine that I saw on Mozilla. It would have been a simple fix to make it work for all browsers, including IE, and I tested to be sure that it would still work in IE, Netscape, Opera, and Mozilla. But when I brought all of this to my friend's attention, they just said that nobody uses Mozilla and blew me off.

    1. Re:Indifference by Anonymous Coward · · Score: 0

      Do you think your friends would blow me off?

    2. Re:Indifference by Mark+Pitman · · Score: 1

      Same thing happened to me on a certain PDA oriented website. The forums used to display blank under Mozilla. Not sure if they still do. I sent an email to the editor and his response was that their statistics said that almost no one used Mozilla or even Netscape 4.x, so there was no incentive to fix it.

    3. Re:Indifference by Anonymous Coward · · Score: 0

      Why sure! Oh wait, didn't you say blow me UP?

    4. Re:Indifference by Anonymous Coward · · Score: 0

      ... and your friend would be correct.

      Majority defines the NORM, defines the STANDARD.

      As in society, the standard for the majority (or at least it should - with all the god-damn bleeding heart, granola-crunching liberals running around it's hard to tell these days) defines the norm. Neo-hippie wannabe ways don't (shouldn't) force the will of the minority onto the will of the majority.

  14. What's wrong with standards? by OneStepFromElysium · · Score: 1

    If one uses standardized HTML, it displays well in IE, Mozilla, and even (mostly) in Netscape 4. I guess most web developers are too lazy to bother to standardize their code, even though the W3C helps you.

    1. Re:What's wrong with standards? by Anonymous Coward · · Score: 0

      HTML is typically not the problem. The problem is that each browser has its own implementation and different level of support for JavaScript, CSS, etc.

    2. Re:What's wrong with standards? by RadioheadKid · · Score: 2

      That's great that you can validate your page, but there is no motivation to do so. Heck, even /. doesn't validate, but does anyone really care? It shows up fine in IE, Mozilla, Konqueor, Opera, etc...why should they waste time making sure they are compliant? It's good in theory, but there is no real motivation to do so...hence the problem.

      --
      "Karma can only be portioned out by the cosmos." -Homer Simpson
    3. Re:What's wrong with standards? by Isofarro · · Score: 2
      That's great that you can validate your page, but there is no motivation to do so.
      You are being paid to do a job, the least you could do is to do it properly. That should be motivation enough.
  15. Re:Standards according to who? by News+For+Turds · · Score: 0, Offtopic

    You make a very good point. Unfortunately it will be modded down because it is somewhat pro-microsoft. :(

    --
    -- You are such a fucking fag
  16. Complain to webdesigners by brejc8 · · Score: 5, Insightful

    When I find that a website doesnt work with Linux or my browser then I send them an email.
    Often they just ignore them but for examle the inquirer just this morning corrected their site after I emailed to the webmaster on friday with the bug.

    1. Re:Complain to webdesigners by PenguinLord · · Score: 1

      Absolutely, complaining is your best (and only recourse). The designers may choose to ignore you, but many don't.

    2. Re:Complain to webdesigners by fymidos · · Score: 1

      Maybe an option in the next mozilla version "Complain about this page" might help.

      --
      Washington bullets will simply be known as the "Bulle
    3. Re:Complain to webdesigners by Jobe_br · · Score: 3, Interesting

      I absolutely agree. I've launched a fair number of sites in the few years that I've been in charge of production for WebProjkt and on the occasions that I've received an email, either directly from an end-user or indirectly from the client, the highest priority has been given to getting that problem or issue resolved as quickly as possible.

      The main area our sites are somewhat lacking is that they are not very Lynx friendly ... but, then again, on some sites, I redirect Lynx browsers to a page indicating that our sites are in fact difficult to browse using that browser, so I hope I give the impression that WebProjkt is aware of the console browser crowd, but that we simply don't have the necessary resources to make sure everything looks right for that ...

    4. Re:Complain to webdesigners by AVee · · Score: 2

      You've had more luck then I usually have. I've found that a lot of sites block browsers with javascript or serverside scripts and are not willing to change the check. When using Konquerer or Opera i keep getting kick of websites until is chose to identify as MSIE. Even when you mail the webmaster that the site works perfectly and all he has to do is change the browser check i keep getting replies that say that they only target MSIE users and they will not change the site.
      I just keep being suprised by sites that work perfectly well in non MSIE browsers and still block everything thats not MSIE. I really can't understand the ignorance of some webdevelopers...

    5. Re:Complain to webdesigners by mrmag00 · · Score: 1

      if they want to block out their potential customers and keep ignoring you, let them. just go elsewhere. is it really your loss?

    6. Re:Complain to webdesigners by brejc8 · · Score: 2

      Ive had replies like:
      We dont want to allow non standard browsers as the 1% of the poeple using them will send us bug reports about some pages not working.
      Its easyer to tell them to go away.

    7. Re:Complain to webdesigners by aWalrus · · Score: 1
      I do the same, but haven't had luck so far. I have emailed 3 webmasters already even providing the fix for their sites' display problems and haven't gotten so much as an answer, don't even mention the fix.

      One was Pitchfork Magazine, whose front page looks garbled in Mozilla due to css path specification (ie is less strict in enforcing correct file paths). Interestingly, their inner pages have the correct path to the file, so they look ok in mozilla AND explorer. I pointed out that all they had to do was add a slash in the css file specification and it would look ok, and haven't heard back from them, or seen it get fixed. I think many sites don't have active webmasters. They were probably commisioned and get maintenance just when they need them.

      --

      --
      Overcaffeinated. Angry geeks.
    8. Re:Complain to webdesigners by rawg · · Score: 1

      I put somewhere in my browser string "MSIE is crap". Works great. Even on bank sites.

      --
      The above is not worth reading.
    9. Re:Complain to webdesigners by 5.11Climber · · Score: 0

      I agree. I use Mozilla 1.0 on a W2K box and have had good luck when I email a good description of the problem to the webmaster. One site that seems to be very responsive is www.washingtonpost.com. They don't respond other than to fix the problem.

      --
      Arf!
    10. Re:Complain to webdesigners by Anonymous Coward · · Score: 0

      one company whom i WONT bank with is suntrust even though they're closest, and on my campus too. I've mailed them, no response, now i just drive further...MOZ users, click on the link to see their stoopid error

    11. Re:Complain to webdesigners by Anonymous Coward · · Score: 0

      Complaining helps because I've complained to plenty of sites that actually work in non-IE browsers and explained to the webmasters that I could get around their problems if they would change just a few things.

      For example www.movietickets.com and www.ofoto.com both worked fine in Mozilla but were geared toward IE. Lying about which browser I was using to movietickets made the browser work and a slight Javascript change made ofoto work.

      I recommend supplying the fix for these sites and see what happens. The fixes weren't overnight, but they did get fixed.

    12. Re:Complain to webdesigners by Stuart+Gibson · · Score: 2, Interesting

      OK, so people agree that the way to get people to listen is to complain, but whenever we do, we get the "No-one uses the browser you're using, please go away".

      Now, a concentrated effort, whereby each week a particular site was targetted as being alternative browser unfriendly and everyone from /. emails them to complain...

      Suddenly, they have several thousand people complaining and management start questioning what their web dev team is doing blocking all these customers.

      Anyone else feel like helping co-ordinate this effort?

      Goblin

      --
      It's all fun and games until a 200' robot dinosaur shows up and trashes Neo-Tokyo... Again
    13. Re:Complain to webdesigners by anball · · Score: 1

      Being a web designer myself, I must thank you for doing this. I hope that anyone that ever views a site I've created and finds a bug, reports it just as you have. It's not easy trying to support at least 3 different systems and at least 2 browsers in designing a web site.

      --


      "No manual entry for woman."
    14. 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>

    15. Re:Complain to webdesigners by stephanruby · · Score: 1

      If you need to check out your site with multiple browsers; anybrowser.com has a free site viewer you can use.

    16. Re:Complain to webdesigners by ealar+dlanvuli · · Score: 1

      I've never had a bank that was mine that didn't support mozilla, if I did I would go talk to a real live person the next day and ask why I couldn't use the website that I'm loaning them money/paying them intrest to use. I can bet it would be fixed by the end of the month (or I would close my account, with website incompatability as the reason, and be sure to let the bank manager know that I asked for this one simple thing, and he's loosing my account because they didn't meet my expicit [acceptable] needs).

      It's a fairly simple relationship when it's your bank, you give them money, they make it easy for you to give them more money. If they go out of thier way to make it hard, you give your money to someone else.

      Try usbank (formerly firstar) if your in the US, thier site works fine in all the browsers I use.

      --
      I live in a giant bucket.
    17. Re:Complain to webdesigners by Oliver+Defacszio · · Score: 1
      If I saw that anywhere, it would be the last time I visited that particular site. I do not need your sanctimoneous nudges to make any decisions, much less one that is supposed to be fueled by the "best tool for the job" axiom.

      That being said, it is absolutely no surprise that you have been moderated up.

      --

      -
      Inventor of the term 'pardon my French'.
    18. Re:Complain to webdesigners by Anonymous Coward · · Score: 0

      > I put somewhere in my browser string
      > "MSIE is crap"
      >
      Cute but irrelevant. In fact, after their log stats program is dne, you *still* show up as using MSIE and thus you add to the problem. Noone is going to read your "statement" except a real User-Agent *other* than MSIE, preferably on an OS other tha Windows!

    19. Re:Complain to webdesigners by Adam+Wiggins · · Score: 3, Insightful

      Agreed. The article mentions that e-commerce sites, due to whiz-bang view cart/checkout features, are often the least likely to work. These tend to be very receptive to your complaints, if you email them and say, "Hi, I'd like to buy your product, but I can't - you don't support my browser!"

      I did this for an online recordstore once, and the webmaster wrote back to apologize, and request that I use IE in the meantime. I wrote him back to explain that MS doesn't make IE for my platform, and he replied to that rather shocked, "What platform is that?!" I gave him a quick Linux spiel.

      What do you know - a few months later their site is redesigned, works fine with Konqueror, and no "You must be using IE" warnings to be found!

    20. Re:Complain to webdesigners by mlong · · Score: 1
      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 section:

      Why is this rated informative? Nothing will make me leave a site faster than some egotistical webmaster who is going to dictate to me what browsers I can and can't use. Being ignorant and not supporting a browser is one thing, but openly blocking a browser is another. Some people choose to use IE over the alternatives because they like it.

      --
      //m
    21. Re:Complain to webdesigners by Reziac · · Score: 2

      A couple weeks ago I had a long argument on the phone with a webmaster of a commercial site which has a lot of compatibility issues. Unfortunately his responses all boiled down to "but we do it THIS way" without any really valid reasons for why they do stuff however. More like, Dreamweaver4 does it that way, and he doesn't know any other method.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    22. Re:Complain to webdesigners by CProgrammer98 · · Score: 2

      Score 3 informative?

      Surely Score 3 Funny...

      I can't beleive anyone would seriously use that code.

      What's with the browser_version var anyway? it isn't used. and all those \n's ? Totally unnecessary, it's just wasted bandwith!

      --
      And the people shall be oppressed, every one by another, and every one by his neighbour Isaiah 3:5
    23. Re:Complain to webdesigners by vanyel · · Score: 2

      This script does not dictate anything, nor does it block any browsers. It simply suggests that there are alternatives to people who might not otherwise be aware, and the message can be tailored to suit your taste...

    24. Re:Complain to webdesigners by rawg · · Score: 1

      Your loging stats program will have to be really lame to get that wrong. I use this string to trick lame javascript into thinking I'm using MSIE. See, they only look for MSIE. Loging stats should check the whole string. Webalizer has no problem figuring it out.

      --
      The above is not worth reading.
  17. self correcting? by davejenkins · · Score: 1

    Reasons to stop worrying and love the bomb:

    1. 'additional features' will not really amount to that much, and websites will back off of using them (witness the standardization and stipping-down of websites in general compared to two years ago)

    2. M$ might just pull something heinous in it's usage licenses, which will become much worse that what the market is currently tollerating

    3a. Linux may make some headway on the desktop (hey-- 10% by the next year?)

    3b. Apache will not be able to keep up with the features, which will cause managers to question #1 above

    4. Lynx will return with a vengeance!

  18. I for one... by sirgoran · · Score: 2, Interesting

    Speaking only for myself, As a Web Developer, I code first for NS/Mozilla products first and IE last. My only complaint about NS is the lack of standards support in the 4x versions. However, as folks around the internet upgrade my job becomes better and better. The latest versions of Mozilla are very easy to build sites for, while M$ still gives me and some of my co-workers headaches.

    Goran

    --
    Carpe Scrotum - The only way to deal with your competition.
    1. Re:I for one... by Anonymous Coward · · Score: 0

      Then you're a fool cutting his nose off to spite his face.

      The MAJORITY rules NOT the minority. Who cares if the very few losers using a toy operating system (Linux) and an outdated browser (NN/Mozilla) can't see a page? That's your fault for deliberately setting yourself apart from the mainstream.

      Don't go to the sites... ooohh.... that will scare them. So their web-traffic is 0.0001% lower than it could be. That'll show 'em.

  19. Harder and harder? by saintlupus · · Score: 5, Interesting

    According to this story on news.com, it is becoming harder for users of Microsoft-free systems and browsers to view the web.

    That's odd... I've been using Mozilla as my sole browser for a few months now, and I haven't had any problems at all. That's compared to a year and a half ago, when M18(?) was completely stymied by a lot of sites.

    Seems to me that things are getting better, not worse. Then again, stories about things improving don't get the ad impressions.

    --saint

    1. Re:Harder and harder? by irix · · Score: 3, Informative
      Seems to me that things are getting better, not worse.

      I was about to post the same thing. I have been running an up-to-date version of Mozilla/Galeon for quite a while, and things seem to be much better now that Mozilla has matured. The also plugins seem to be much better now - I usually find that Java Applets and Flash work just fine too.

      I very rarely find a website that I can't view correctly. That being said, we still need to keep up the web standards pressure to make sure this trend continues.

      --

      Do you even know anything about perl? -- AC Replying to Tom Christiansen post.
    2. Re:Harder and harder? by johnlcallaway · · Score: 2

      I have only had one problem. The Capital One site works, but if you try to login with Mozilla 1.0, you get a 'non-compatible browser' page that they created. Now, our company does the same thing, but only if your encryption is below 128 bit.

      I fired off a friendly email to them suggesting that maybe they should update the HTTP_USER_AGENT they check, and their response was basically a friendly 'nuts to you, we will fix it later if we feel like it' message.

      Oh well...I tried....

      --
      I rarely read replies, it's my opinion and if you thought about your opinion a little more, I'm OK with that.
    3. Re:Harder and harder? by Chelloveck · · Score: 2

      I was really annoyed the other day. I was trying to do some moderately tricky but perfectly legal CSS stuff. I wanted to have a bitmap as a background for a link. I didn't want to pre-render the text onto the button in a paint program, but have the browser render it in the user's default font. So I thought I'd just give the <a> tag an id property, and specify its background-image and min-width (or even just width) in a style sheet. As far as I can tell, this should be the right way to do it.

      The result? IE6 rendered it perfectly. Mozilla 1.0 (on Win2k) rendered the image, but completely ignored the width. WTF? I thought Mozilla was supposed to be the completely compliant browser? I had to go back to the old technique of placing the link within a table cell to get it the right width.

      I really hate to say it, but in at least this one case my CSS presentation would have "looked better in IE" because IE actually implemented the standards correctly, and Mozilla blew it. I hate it when Microsoft is right!

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
    4. Re:Harder and harder? by Anonymous Coward · · Score: 0

      No - Mozilla implemented the standard correctly - width and height are not defined for inline level content, only block-level content (like DIV). While I don't agree with this restriction (though I'm sure there's a reason), I can't fault Mozilla's implementation.

    5. Re:Harder and harder? by Ilgaz · · Score: 1

      Here with Opera 6.04 ,I saw that page and dropped my jaw...

      _
      You are using Netscape 4.0 through 4.07 or Netscape 6.0, which we cannot support for online account transactions due to security reasons.
      You are using a browser that is incompatible with our Online Account Services system. We recommend you use Netscape versions 4.08 through 4.7 or Internet Explorer versions 5.0 or higher.
      Your browser does not support 128-bit encryption.
      _

      SECURITY reasons... Besides... just a ":-)" comment to those suxors but... I wonder one thing? What makes you do business with them? No alternatives?

      PS: Opera was the FIRST browser supporting TLS 1.0, YEARS ago. You can complain about ANYTHING on Opera but...No.. Geez not security!

    6. Re:Harder and harder? by NotesSauceBoss · · Score: 1

      Too true. It really sucks, but the IE DOM and CSS support are substantially better than competing browsers. Mozilla addresses some of this, but there's still a lot left to be desired.

    7. Re:Harder and harder? by unapersson · · Score: 1

      "I was really annoyed the other day. I was trying to do some moderately tricky but perfectly legal CSS stuff. I wanted to have a bitmap as a background for a link. I didn't want to pre-render the text onto the button in a paint program, but have the browser render it in the user's default font. So I thought I'd just give the tag an id property, and specify its background-image and min-width (or even just width) in a style sheet. As far as I can tell, this should be the right way to do it. "

      That's the problem, you don't know your CSS as well as you think you do. If you did you know that width and height should be ignored when used with inline elements.

    8. Re:Harder and harder? by SocialWorm · · Score: 2

      The Capital One people are jerks as far as their website goes. They won't change it until it has a negative financial impact on them, so I encourage people to close accounts with them with an explicit note that their website accesibility in less-popular browsers is an issue that they should correct.

      Blocking Moz had some rational, albeit not a very impressive one, when it didn't respect "don't remember passwords on this page" requests. Now that it does, blocking it is just ignorant.

      --
      My Blog: http://nic.dreamhost.com/
    9. Re:Harder and harder? by bmabray · · Score: 1
      I really hate to say it, but in at least this one case my CSS presentation would have "looked better in IE" because IE actually implemented the standards correctly, and Mozilla blew it. I hate it when Microsoft is right!
      Actually, IE blew it. Width and min-width cannot be applied to non-replaced inline elements. Take a look at the spec, then go visit the validator.
      --
      human://billy.j.mabray/
      "Every good system has a backup." -- Dale Hanchey
    10. Re:Harder and harder? by Chelloveck · · Score: 2
      Actually, IE blew it. Width and min-width cannot be applied to non-replaced inline elements. Take a look at the spec [w3.org], then go visit the validator [w3.org].

      Huh. Mea culpa. Serves me right for reading a CSS tutorial instead of the actual spec. The tutorial didn't mention this.

      Now if I could only figure out what the W3 means by "inline, non-replaced elements" as opposed to "inline, replaced elements"...

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
    11. Re:Harder and harder? by Anonymous Coward · · Score: 0

      Note that Netscape really shoveled out another pile of crap with 6.0. Many sites tested it and blocked it because it was so damn buggy.*

      Expecting the world to jump just because Mozilla 1.0 got released a month ago is ridiculous. Because of the shittyness of 6.0, many sites will continue to block the browser until they go through another design/test cycle with Netscape 7. Since hardly anyone uses the browser, it's no big loss.

      * Not that I agree with this philosophy, but I can understand that if your site crashes someone's browser, the end user might blame the site rather than the software. Therefore sites block buggy browsers to preserve their own reputation.

    12. Re:Harder and harder? by Raul+Acevedo · · Score: 2
      I know exactly what you mean... their web site is the ONLY reason I ever use Netscape Navigator still. I also sent them an email, and got a smiliar response. Hopefully if enough of us keep bugging them, they might eventually change. I also like to keep visiting their site with Galeon, just so they see it in their web logs. I'm sure it won't make any difference, but hey, it's another way to try. :)

      Unfortunately I'm stuck with them for now, my credit card balances are going to take some time to whittle away...

      --
      In a real emergency, we would have all fled in terror, and you would not have been notified.
    13. Re:Harder and harder? by Anonymous Coward · · Score: 0

      I apologize for you not knowing how to write standards compliant code. We will correct this bug in the near future.

      Send out the OSS death squad!

    14. Re:Harder and harder? by morgajel · · Score: 2

      I think taco mentioned this before, but I live in the same area, so I've felt his pain...
      www.capitalone.com

      --
      Looking for Book Reviews? Check out Literary Escapism.
    15. Re:Harder and harder? by dbaron · · Score: 1
      Now if I could only figure out what the W3 means by "inline, non-replaced elements" as opposed to "inline, replaced elements"...

      CSS2 defines a replaced element as an element whose content is ignored, but instead replaced by something else with intrinsic dimensions. In other words, things like IMG and OBJECT are replaced elements. Most HTML elements, such as P, BLOCKQUOTE, STRONG, and BODY are non-replaced elements. It defines an inline element to be an element that is formatted within a line. This is the default presentation of elements like A, EM, STRONG, DFN, etc., whereas elements like P, UL, LI, DIV, BODY, and BLOCKQUOTE are block-level elements by default. (This can be changed with the CSS display property.)

      Thus elements such as A, SPAN, EM, etc., are non-replaced inline elements by default (unless a stylesheet changes the display property). The IMG element is a replaced inline element by default. (Specifying display: block makes it a replaced block-level element, which can be useful, although it doesn't work well on some older browsers.)

    16. Re:Harder and harder? by roamer1 · · Score: 1

      I use Mozilla almost exclusively (on various flavors of Windows and Linux and on Mac OS X) and aside from online banking sites, have no or only minor (misaligned text, etc.) problems with most web sites. Even a Java- and JavaScript-heavy company tool that was designed for *ONLY* Netscape 4 for Windows (it doesn't work with Netscape 4 on Linux or Mac OS 9/X, or WITH IE!) works fine with recent Mozilla builds combined with JRE 1.4.0_01!

      The worst offenders by far when it comes to supporting non-IE browsers are online banking sites -- one I know of won't work AT ALL with Mozilla (it returns a "use IE or NS 4" message and allows no other access); another works OK, but a lot of services don't work because of JavaScript problems. The other banks I deal with have sites that are less reliant on JavaScript and other cruft and work fine. I've managed to get around the two problem sites with Quicken and one of the Yodlee-based aggregator sites, but still...

      -SC

    17. Re:Harder and harder? by Anonymous Coward · · Score: 0

      I would have to agree, up until recently our office was using IE, however one user viewing a somewhat naughty site somehow managed to allow that site to obtain our email adresses, which then promptly began to spam us. We have good reason to suspect IE was responsible.

      Hence, bye-bye IE, hello mozilla.

    18. Re:Harder and harder? by ealar+dlanvuli · · Score: 1

      Some? I have yet to see CSS that breaks 1.1a that dosen't break IE.

      I have seen alot of CSS that breaks IE that dosen't break mozilla.

      Revise your argument, or show me CSS that breaks moz1.1 that dosen't break IE.

      --
      I live in a giant bucket.
    19. Re:Harder and harder? by ensignyu · · Score: 1

      Did you notice in the Page Info that Mozilla renders in "Quirks mode"? My guess is that Mozilla is breaking (some) standards to render broken pages.

    20. Re:Harder and harder? by Bnonn · · Score: 1
      • I was about to post the same thing. I have been running an up-to-date version of Mozilla/Galeon for quite a while, and things seem to be much better now that Mozilla has matured.
      Does it not seem more likely then that things are better because, as Mozilla matured, compatibility was added so that IE-specific stuff would render more or less correctly? I use Opera, and I too very rarely come across a site that doesn't work, but I'd be surprised if it was because designers were following standards more frequently. Until Opera 6, I had trouble with a lot of sites that work fine now. Just a thought.
  20. Heres a thought... by geesus · · Score: 1

    If you can tell what browser the user is using at runtime, via GET headers, why not send them code specific for that browser? sure, you might have to re-write the code a few times for each major browser (IE, mozilla and its wannabe's, opera, lynx\links) but that way, everybody is happy

    --
    Gnome wasnt built in a day.
    1. Re:Heres a thought... by PetriWessman · · Score: 1

      The "cost = X * $$$$" (X = number of different browsers) formula only applies if you want to support broken browsers (especially Netscape 4.x).

      For modern browsers, if you follow the w3c standards you almost automatically get sites that display on X browsers (including future ones), at little or no extra cost.

      The thing is, you need to know (X)HTML, CSS, and other stuff fairly well in order to do this. Most so-called "web designers" don't, they just know how to use Frontpage/Dreamweaver/whatever - apologies here to the designers who actually know their stuff.

      Another barrier is the "graphic designer" mentality, the need to specify on a pixel-level exactly how a page should look. That's usually a bad idea and fails totally for users with mobile devices and/or non-standard browsers, but that does not stop some people from trying to use the web as a print medium. It's not.

    2. Re:Heres a thought... by avi33 · · Score: 1

      uh, because there used to be 12 people running this website (3.5 MM hits/month) and now there are 2 of us. We hardly have time to do things ONCE.
      So, here are the few hard and fast rules:
      I STILL do all my testing on NN 4.7, because it sucks like electrolux, and craps the bed over the slightest infraction. If it works there, it works everywhere.
      Mozilla, IE, Opera...works for you, sorry if I make you download a flash plug-in. It's better than me having to implement 16 different permutations of DHTML.
      K-whatever...sorry, you people are on your own. The annoying thing is, our site USED to work fine in K-meleon and Konqueror, and at some point in the last year, they just stopped working. I know OUR core site code didn't change.
      oh yeah, and it works in lynx :)

    3. Re:Heres a thought... by JimDabell · · Score: 2

      If you can tell what browser the user is using at runtime, via GET headers, why not send them code specific for that browser?

      Because you can't tell what browser the user is using. The user-agent string is supplied by the user-agent, which can send whatever it likes. For instance, opera and konqueror can send ie user-agent strings to get into sites designed by morons. I believe opera defaults to identifying itself as ie.

    4. Re:Heres a thought... by Anonymous Coward · · Score: 0

      Because:

      1). That means that any web caches are useless.
      2). It would only work properly if you code for all known browsers!

      Doesn't .Net do this?

      I like the idea in some ways (.Net wise), and I can see its benefits in low dev. costs, but I think it goes against the principles of the web in that pages should be viewable using just about anything.

      You just have to accept that some browsers will like nicer that others!

      I myself code so that things look & work 100% in recent browsers releases, and work and look acceptable on older versions (NS4).

    5. Re:Heres a thought... by Anonymous Coward · · Score: 0

      Spoken as someone who has never had to meet a deadline. It might sound like a nice idea at the time (if you HAVE the time) but maintenance on a single code-stream gets more complex with time... maintaining multiple code-streams is a total bitch in a real-world environment.

    6. Re:Heres a thought... by Isofarro · · Score: 2
      The original poster suggested creating and maintining three codesbases for each site.
      And there you have it, a web designer incapable of thinking in the real world. Unable to spot the obvious inefficiency.

      Ever heard of templates? This has been done since the year dot. Quit re-inventing the wheel and start looking at every day solutions to every day problems.

      Surely you can comprehend to useful collaboration of templates and databased content. Avoids the duplication immediately.
  21. The sad truth. by swagr · · Score: 4, Insightful

    The boss tells the web designer what to do. (I wan't Flash, dynamic animated menus, this, that, etc.)
    The boss uses IE.
    The boss doesn't care if some small percent isn't using IE.

    --

    -... --- .-. . -.. ..--..
    1. Re:The sad truth. by Uttles · · Score: 2

      I see your point, but at the same time, I'm sure the percentage not using IE is not "small". I don't know the exact numbers, but even if it were as low as 10%, that's still a lot of people, a lot of which will be pissed off that your site doesn't work when they see it.

      --

      ~ now you know
    2. Re:The sad truth. by Sloppy · · Score: 2

      So, in other words, this "boss" guy is the web designer, and he just has an assistant draw and type for him.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    3. Re:The sad truth. by Anonymous Coward · · Score: 0

      Forgot a couple...

      The marketing dept hires an ad firm to set the corporate "standards" - ad firm specs like the web is a sheet of paper.

      The boss won't hire a specialist to code the UI because "his kid can do it."

    4. Re:The sad truth. by jiminim · · Score: 1

      The boss tells the web designer what to do.
      The boss is color blind.
      The boss tells the web designer that his colors suck.
      The boss uses Netscape 4.78 on Solaris.
      The boss doesn't care if some small percent isn't using Netscape.

    5. Re:The sad truth. by dumbArtMajor · · Score: 1

      The boss is paid to get results, quick, for clients. In this area he is a supposed "expert."

      The web designer, on the other hand, is paid to make sure his boss knows that people use alternative browsers, and make sure the company codes for those browsers as well. He is paid to fight for the correct way of building sites, against what he knows to be faulty judgement by his boss. In this area, he is a supposed "expert."

      It all comes down to doing one's job correctly. If the designers are not doing the job they are supposedly trained to do, they should seek alternate forms of employment.

    6. Re:The sad truth. by DrXym · · Score: 3, Insightful
      Well then your boss is a fucking idiot. Imagine running a real store where you turn away 10% of your potential business, simply because they're black or chinese. It's just stupid business, especially where those customers could make the difference between bankruptcy and success. At the very least you're turning away more profit which is just as dumb. Businesses stupid enough to turn away customers who have taken the time to visit their site deserves to fail and a lot probably do.

      The same for business who stupidly as to lock themselves into a single vendor for their intranet. It might mean short-term relief from writing a system that works with any reasonable endowed browser but let's see how smart it the next time Microsoft clobbers them for licence fees.

      Long live Darwin.

    7. Re:The sad truth. by jaredchandler · · Score: 0, Troll

      To expound on this: Web Designers aren't running around in a vacuum creating websites, they're doing it at the behest of some higher (usually corporate) power. Rather than rag on why the designers aren't building standards compliant sites, maybe we should ask why more organizations aren't setting standards compliance as the defacto rule for their web presence. As for flash, it's just like the force: it can be used for good or for evil. I like to think that designers (myself included) prefer things which display consistently and precisely. Flash seems to do this pretty well. Not to mention the "wow" factor (read: $$$$) you can get from a client for a really slick piece of .SWF. Web Design in the business world is often delegated to the PR department. Why should we be surprised to see it being used as a PR tool in the majority of cases?

    8. Re:The sad truth. by swagr · · Score: 1

      "You can please all of the people some of the time, or some of the people all of the time..."

      d.e.m.o.g.r.a.p.h.i.c.

      --

      -... --- .-. . -.. ..--..
    9. Re:The sad truth. by lightcycler · · Score: 1

      As a webdesigner, my pages work perfectly on Galeon an Mozilla. If someone wants compliance with MSIE browsers, they can pay extra for it.

      Q: "Why don't you just use IE normally, like everyone else"

      A: "(a) it sucks, and (b) it doesn't run on my computer"

      hmmmm

    10. Re:The sad truth. by utunga · · Score: 1


      Not true at all.

      The *client* tells the web designer(s) what to do.

      And in my experience it is that it is the (under experienced) developers that want to do neato animated everything, not the client.

      ---

      Also. Its true... Non technically savvy clients are usually *very* susceptible to complaints of 'this doesn't work in my browser!'.. and will pass this along to the developers (if they havent cut and run).

      So complaining to the client is definitely the way to go. Developers (like me) would often rather drop support for all browsers out of simple laziness, or, if you like, desire to cut costs.

      Complaining to the client will help the developers stay honest (and professional).

    11. Re:The sad truth. by Anonymous+Cowtard · · Score: 1

      Well then your boss is a fucking idiot. Imagine running a real store where you turn away 10% of your potential business, simply because they're black or chinese.

      Sure... if it's 10% changing to accept them is probably a wise investment. However, in the browser arena, taking the time to fix it to gain an extra 0.01% really isn't economically worthwhile.

    12. Re:The sad truth. by Mtgman · · Score: 1

      Why do people do this to me? Get your analogies right!

      Your "Imagine a store" analogy is way off base. Let me correct it for you.

      Imagine a store with shelves that are a deep fuscia. Now maybe 1% of people in the world wear sunshades that are fuscia-tinted and when they walk into the store they get banged around and can't tell what is where, can't read labels, etc. 99% of people don't have a problem with it, and in fact the shelf color doesn't bother them at all, they just gloss right over it and go about their shopping. There is a shade of shelf coloring that will work with pretty much every type of sunshades currently known to man. This may change when other sunshades come out, but if you invest money in the more expensive, but non-fuscia, color of shelving, your store will be navigable by that additional 1% of people.

      Now do you re-build your entire store and all your displays to be sure those people who CHOOSE to wear fuscia-colored sunshades can use it? Or do you tell them to bugger off?

      Many people who don't use Microsoft are in that situation by CHOICE. A Microsoft-based PC and IE is almost always a choice when building a home PC or at worst the public Library for minimal cost.

      Now say 10% of that 1% are non-Microsoft users by some factor outside their control, maybe they're using someone else's network or PC. Now you're looking at a more expensive infrastructure(coders who know w3c standards vs the average Front Page "coder") just to open your market to 0.1% more people.

      This is far different than racial discrimination. A black person and a white person can use the same cash register. A Microsoft user and a non-Microsoft user CAN NOT use the same web interface without careful work on the part of the site designer/coder.

      My pet peeve has done it to me again. Supid waste of time to correct other people's analogies, but DAMN I hate sloppy analogies.

      Steven

      --
      -- I have marked myself unwilling to moderate-- I don't have other accounts to artificially inflate the karma of
    13. Re:The sad truth. by ealar+dlanvuli · · Score: 1

      You gain at minimum 3%, I'm sure that there is at least 2% that lies about thier UAGENT, let's see what the next months google statistics are before we start claiming it a lost cause though. Mozilla is finally (after 2 years of nothing) a competitor to IE.

      --
      I live in a giant bucket.
    14. Re:The sad truth. by Anonymous Coward · · Score: 0

      The only comprehensive estimates I've seen on browser usage give IE (all versions) about 75-80% of the market. The rest use Netscape or something else. So you could be picking up as much as 20% more customers by having a site that works across all browsers/platforms. And the funny thing is, if you do it right from the start, it's not even that hard to do. Even Microsoft adheres to most of the standards, and you only have to do little workarounds for the parts where they didn't. Netscape 4.x is probably the worst browser to deal with, but even that can be handled with some forethought.

    15. Re:The sad truth. by ealar+dlanvuli · · Score: 1

      No, it's like a store that kicks the 1% out that wears fusia glasses, because they "might not be compatable with thier shelves", instead of allowing them to shop with a warning that they might have troubles (remember thier troubles can't disrupt other users or merchandise).

      It dosen't take carefull work, it requires not using hacks to get stuff done.

      --
      I live in a giant bucket.
    16. Re:The sad truth. by Anonymous Coward · · Score: 0

      Now maybe 1% of people in the world wear sunshades that are fuscia-tinted

      By the few surveys I've seen that actually attempt to get accurate results, all versions of IE combined make up about 80% (give or take about 5%) of the market. The rest are a combination of NS, Mozilla, Opera, and a few other miscellaneous browsers. The problem with getting stats is that a lot of non-IE browsers still identify themselves as IE. This skews most results. Not to mention the fact that it's hard to find a group of sites that attract a representative cross-section of web-users. Many surveys use a lot of Windows-related sites that simply don't draw non-Windows users.

      A Microsoft user and a non-Microsoft user CAN NOT use the same web interface without careful work on the part of the site designer/coder.

      It is not very hard to design a cross-platform/browser website if you know html and css pretty well. Since web-designer/coders are paid to do this, they should be writing code that works in all the browsers. This is not a terribly hrad thing to do.

    17. Re:The sad truth. by tunah · · Score: 2

      Long live Darwin.

      No. Early death, many offspring and high rate of mutation Darwin.

      --
      Free Java games for your phone: Tontie, Sokoban
    18. Re:The sad truth. by Anonymous Coward · · Score: 0

      I would believe a valid estimate of 90% of the english speaking world using IE, not that much more though.

      To be 100% honest, all the competition has sucked since 2000 until late 2001, thats a long time to loose marketshare in "internet time".

  22. Personaly... by autopr0n · · Score: 4, Insightful

    I usually design web pages using w3c documentation, but Microsoft's MSDN documentation is a lot easier to sift through for a some of dynamic things. I'll usually design using IE and then tweak it until it looks good in IE and Moz. (even when using 'cross platform' code, it still never works right in both, in my experience)

    Netscape 4 users can go fuck themselves, though. Seriously.

    --
    autopr0n is like, down and stuff.
    1. Re:Personaly... by Ilgaz · · Score: 1

      Congratilations on being brave enough to comment on Netscape 4.x people.

      Won't go into details much as you know the problem already but, the biggest enemy of Netscape 6.x/7.x is the Netscape 4.x itself! As an Opera 6.04 user, it even effects me!

      Oh,not to forget the geeks ,-)

    2. Re:Personaly... by igottheloot · · Score: 1

      "Netscape 4 users can go fuck themselves, though. Seriously."

      ex-fucking-actly.

    3. Re:Personaly... by DrVxD · · Score: 1

      > I usually design web pages using w3c documentation
      Do you validate your HTML?

      --
      Not everything that can be measured matters; Not everything that matters can be measured.
    4. Re:Personaly... by Baki · · Score: 2

      You're right on NS4, since sticking to the standard (and thus using it and not avoiding normal things that are in it) means your site won't run well with NS4.

      I design according to HTML4, which means it works with Opera, NS6/Mozilla and IE5/6. Not with NS4.

    5. Re:Personaly... by loconet · · Score: 1

      "Netscape 4 users can go fuck themselves, though. Seriously."

      BUAHAHHAHAAHAHAH .... i totally agree!

      --
      [alk]
    6. Re:Personaly... by Anonymous Coward · · Score: 0

      Netscape 4 users can go fuck themselves, though. Seriously.

      Fuck yeah, someone had to say it. Big ups.

    7. Re:Personaly... by Anonymous Coward · · Score: 0

      Just thinking about Netscape 4 makes me laugh.

    8. Re:Personaly... by Anonymous Coward · · Score: 0

      Thanks, I'm fucking myself right now!

    9. Re:Personaly... by Anonymous Coward · · Score: 0

      Yeah, my company standardized on NS Communicator years ago when it was new. It got the job done and made things nice for our IT team who didn't have to worry so much about the new Outlook virus of the week. But now it's just painful to use, and even more painful to design for. I hate not being able to use CSS1 and 2 the way they should be used. I started asking a couple months ago if there were any plans to make the move to NS6.x or Moz, but haven't heard much yet other than that they are testing them. They didn't like them much a while back (around 0.97 i think was the last time they tested), but with the 1.0 release, I hear that they are giving it another shot. Hopefully we can ditch NS4 real soon and quit contributing to the problem.

    10. Re:Personaly... by Anonymous Coward · · Score: 0

      Just thinking about Netscape 4 makes me cry.

    11. Re:Personaly... by VZ · · Score: 2, Insightful

      > Netscape 4 users can go fuck themselves, though.

      Thanks for your gentle advice, how thoughtful of you. The arrogance of the Web designers never ceases to amaze me -- especially combined to the fact that everyone seems to find it perfectly normal unlike, say, the programmers saying that the latest version of their program will require a Pentium ++N with at least 1Tb of RAM. I really wonder why is it so and how is the above different from saying "all non-IE users can ..."?

      And what do you think of lynx users, BTW?

    12. Re:Personaly... by Anonymous Coward · · Score: 0

      lynx users are great! so are w3m users and links users. so are mozilla, opera, and ie users. so are netscape 3 users. all these browsers handle xhtml+css just fine.

      but netscape 4 is broken. period. valid xhtml and valid css don't work with it. there was never a time in the existence of netscape 4 that it's support of standards was remotely acceptable. so yeah, netscape 4 users can go fuck themselves.

    13. Re:Personaly... by Anonymous Coward · · Score: 0

      I think we're mostly all agreed that NS4 from a designers perspective is a pile of cr*p!

      I'm not knowing people who want to use it though - if you are using it, you have your reasons. But you must be fairly used to sites looking, erm, ugly?

      When designing, I think the best you can do is build so that sites will at least render in NS4. Missing closing /table tags is unforgivable. But I myself have given up trying to get sites to look nice on NS4 - you just can't do it (unless you have far far too much free time!).

      It is worth testing with NS4 though - if you build standards compliant sites, then even if they're ugly on NS4, if they still work and the ECMAScript doesn't break, then it shoudl work on anything!

      [Can people just agree to think and then I think we're done on this branch of the thread.]

    14. Re:Personaly... by Anonymous Coward · · Score: 0

      IE3 users you can go fuck yourselves.

      There, happy?

      The difference should be obvious, by the way.

    15. Re:Personaly... by Anonymous Coward · · Score: 0, Flamebait

      Netscape 4 users CAN go fuck themselves. Frankly, as a web developer, I CANNOT continue to build pages for Navigator 4 users. While I realize that it's a common browser platform, the only thing that I can do to stay current (meaning using CSS at all) is to stop supporting NS4. Everyone is saying that it's the authoring programs (which I don't use) or it's the Web Developer's responsibility (it isn't)... the fact of it is that it's the browser manufacturers' responsiblity to support the damn standards.

      We've been going through this since 1994, people. Not one browser (no, not even your precious Mozilla) is 100% standards compliant. Not ONE. And I, the developer that has to "cover" for their mistakes, am being blamed for not making my pages "good enough" for your crappy browser? What is that?

      It IS like error handling. I saw that comment a few posts back. But Netscape is an error. IE is an error. And Opera sucks. Sorry. I said it. I bloody hate developing for Opera. It's ALMOST easy but then the simplest things don't work. Although it IS second best if you develop for IE.

      I only pray that Mozilla becomes 100% standards compliant (with abosolutely NO "extended" html) and storms the market so that my job is made as easy as possible. It's difficult enough to write SQL to XML to HTML conversions without having to remember 90,000 browser "distinctions" (aka: browser "fuck ups").

      Sorry for the troll, I just get so upset at these "well it's the developers problem that I use the shittiest browser known to man" posts. At any rate, that's my $0.02.

    16. Re:Personaly... by remande · · Score: 2
      Netscape 4 users can go fuck themselves, though. Seriously.

      So, I guess you can't really browse the net with a mere Unix box, right? Last time I checked, most Unix machines and distros have NS4 as the default browser.

      --

      --The basis of all love is respect

    17. Re:Personaly... by Frobozz0 · · Score: 0, Flamebait

      Depends on your web site and your audience, but Netscape 4 and Lynx can go F themselves. My "arrogance" is based on numbers, experience, and knowledge of the industry over many years. Yours is likely based on conjecture and personal preference-- which you are certainly entitled to. If I am building a text-based web site for research then Lynx is important. NS 4 is hardly ever important because it renders so incredibly quirky. I can code to make it look right, but it's such a pain in the arse when even Netscape doesn't sell it anymore. Upgrade or perish, vegabond! :-)

      --
      "Politicians find new names for institutions which under old names have become odious to the people."
    18. Re:Personaly... by Anonymous Coward · · Score: 0

      are you saying the majority of *nix users don't know how to use anything but the default apps?

    19. Re:Personaly... by bilbobuggins · · Score: 2

      NO. this is NOT arrogance on the part of programmers. it's a lament from having to be up at 2 in the morning re-coding seperate versions of all your pages because some small market segment MIGHT be using a horrendously out of date browser.
      if anything it's arrogance on the part of the USERS who are too set in their ways to switch something that makes things better looking, can do more useful stuff and is (gasp) COMPLETELY FREE.
      give me ONE good reason to use NS4 over Mozilla 1.0. just ONE.

    20. Re:Personaly... by utunga · · Score: 1

      > Netscape 4 users can go fuck themselves, though. Seriously.

      I agree. Netscape users should be forced to upgrade to Mozilla 1.0 immediately.

      As a web developer I *hate* Netscape 4 and the sooner it dies the better.

      Mozilla and IE support *standards*. Netscrape doesn't.

      Ideally I would like to design to support
      all *standards compliant* browsers. OK, I'll
      throw in a low-end failover for the rest of you.

      That means :

      Mozilla 1.0 - OK
      IE 4,5,6 - OK
      Netscape 3 - OK
      Netscrape 4,5 - please, please, please upgrade
      Anything else - Realistically, you better support the standard because I haven't got time to code special cases for you.

    21. Re:Personaly... by mlas · · Score: 5, Informative

      Two links of relevance:

      First, note this list of CSS bugs. Note that a number of valid markups CRASH NS4. That's why NS4 is a thorn in the side of standards compliance... otherwise valid code can flat-out cause the browser to tank. Not good. Just as a little knowledge is a dangerous thing, a little CSS compliance is a train wreck. In response to one of the above posts, I'd much rather code for Lynx than NS4. And I do code for IE, opera, Netscape 6, Mozilla...

      But there are workarounds, some painful, some quite painless. Go here for an FAQ on dealing with NS4.

      --
      "Luck is the residue of design" --Branch Rickey
    22. Re:Personaly... by extrasolar · · Score: 2

      "Netscape 4 users can go fuck themselves, though. Seriously."

      I'll agree with this -- but only figuratively. :)

      Not because I am lazy but when you try to develop web sites that are cross platform, going with the standards (old standards, at that) is the best (or only) option. Browsers that break the standards can screw themselves.

    23. Re:Personaly... by Anonymous Coward · · Score: 0

      I have to agree, MS documentation is superior to the W3C stuff by a long way. However, I'll still do my best to make a site work in any Mozilla based browser, just means knowing some of the render and dhtml/js bugs in each one.

      And yes, NS4 sucks big time.

    24. Re:Personaly... by boy_afraid · · Score: 0

      Finally, someone has spoken up. I say AMEN! HALLELUIAH! AMEN BROTHER! RIGHT ON, RIGHT ON!

      I consider myself a hardcore web coder because I learned using NOTEPAD, remember that as your editor? I still code these days using ColdFusion Studio. I don't use a bullshit WYSIWYG Frontpage/Dreamweaver editor (btw, Dreamweaver MX in code editor mode kicks ass).

      I have developed application sites that HAD to work of multiple browsers and versions. It was a nightmare. These nightmares using happened around Netscape. For years I was a Netscape worshipper and a IE basher. Then I saw the light, and it BURNED! I was pulling my hair, kicking chairs, and cursing like, well, being Mormon and never cursing I think I had a good reason because of Netscape. If you want to get me mad make me code for Netscape.

      We had to make things work for both browsers or just don't use it. Sometimes we had a great idea and it worked perfectly in IE, but NS didn't support it. Today I have turned myself around. I bash NS and praise IE. Netscape users can go F*CK themselves dry with a brillo brush.

      I am finally happy to be at a company that standardize on IE 5.5, which 6.x will be on the corporate horizon soon. Things work fine, great features. Anger level is lowering.

      P.S. Try to find The Simpson's influences here.

    25. Re:Personaly... by Isofarro · · Score: 2
      . it's a lament from having to be up at 2 in the morning re-coding seperate versions of all your pages because some small market segment MIGHT be using a horrendously out of date browser.
      If you are up at 2 in the morning of a going live date re-authoring pages for a browser that's been around for five years, then it points to your severe lack of skills and competance as a web developer. Netscape 4 didn't appear yesterday.

      Did it occur to you any time before that Netscape 4 is not Internet Explorer? Or was it a case of not doing a competant job during the development cycle, and passing it off as a problem to the testing cycle.

      You didn't cater for Netscape 4 from the start of the project, that's your problem. Don't blame your management fuckups on Netscape 4, your lack of resource and risk management is what's caused you to be working up till 2 in the morning. You had all the time in the world before hand to do the job right, but you neglected to do so.

    26. Re:Personaly... by Isofarro · · Score: 2

      Ironically enough, if more websites could use standard compliant markup and the @import url to bring in their CSS layout suggestions rather than cluttering the HTML with cruft layout in tables, then Netscape 4 with a user-defined stylesheet would be an ideal tool to browse the web.

      Its this unrealistic insistence of websites controlling the environment that creates the mess in Netscape 4. Give Netscape 4 the barebones clean and sleek HTML, and I'll have a completely useful browser.

    27. Re:Personaly... by TKinias · · Score: 1

      I'll usually design using IE and then tweak it until it looks good in IE and Moz. (even when using 'cross platform' code, it still never works right in both, in my experience)

      In those cases it's generally IE's problem -- there's a huge chunk of CSS2 that even IE6 ignores or botches, but that Gecko gets right.

      Netscape 4 users can go fuck themselves, though. Seriously.

      As a Web developer, I've said the same thing on more than one occasion -- but then had to support NS4 anyway because a couple of the directors (i.e., boss's bosses) still use it.

      Regarding NS4, the biggest problem for me is when I need to browse from UNIX boxes where I have only non-root access, and NS4 is often the only choice. What I'm leaning toward now is putting all the CSS in files exploiting the `media="all"' bug so NS4 ignores them. Then the NS4 users get a plain-vanilla grey-background text page which may be ugly as sin but still works. That's what's important.

      FWIW, your site seems to work fine with NS4.75 for SGI IRIX ;)

      --
      In principio creauit Linus Linucem.
  23. make them feel stupid by bigpat · · Score: 2

    I have put together a few well used sites and have forgotten to check something new on IE and I feel stupid when somone tells me that it don't work on the browser they are using... Nothing works like shame.

    Unfortunately, Microsoft and Macromedia have used the embrace and extend model successfully and if you want to add something fancier to a web site you are starting down the path towards platform dependency.

    Any news on standards based vector animation?

    1. Re:make them feel stupid by Anonymous Coward · · Score: 0

      Any news on standards based vector animation?

      SVG Format does have some animation features.

  24. The problem is: by eyegor · · Score: 1

    #1 Microsoft is the dominant browser
    #2 Most web "developers" are right-brained types that don't have a clue about how to acomodate multiple browsers.
    #3 Many of the aforementioned people are too lazy to even TRY supporting non-IE browsers.

    It would be an interesting exercise to build a IE-content detection function into Mozilla and emulate the "fee-churs" of IE (except for the security holes).

    --

    Don't anthropomorphize computers, they don't like it.
  25. NS by AlgUSF · · Score: 1

    I personally use Netscape, and if a site is designed for IE, and isn't compatible with NS, I just go somewhere else. Microsoft thinks that their trash^H^H^H^H^H software IS the standard. Don't you just love monopolies?

    --


    I want my rights back. I was actually using them when our government stole them after 9/11.
    1. Re:NS by Anonymous Coward · · Score: 0

      I really hope you mean Netscape 6.2. Anything before that was incredibly bad, especially the 4.x's.

    2. Re:NS by Anonymous Coward · · Score: 0

      The wonderful thing about standards is that there are so many to choose from...

      Whether your little wannabe-hippie brain likes it or not, Microsoft's software IS the standard. Majority determines which standards survive and which fall by the wayside. It's happened before, it's happening now and it will happen in the future.

      The problem here is NOT the majority - it's the squeaky wheel minority that insist on putting themselves apart from the majority.

      The problem in today's world is that the minority are not being told to shut the hell up and forced to comply with the rules of the majority. Every bloody group has it's own agenda and insists on the majority changing to accomodate them. Sorry, but society requires norms and accepted standards decided by the majority and it's about time that everyone else was given the attention they deserve... ZERO.

  26. Something's missing... by Masem · · Score: 5, Insightful
    They've covered 3 of 4 (or 4 of 5) participants in web standards: the browser makers, the web designers, the end users, and possibly the web standards setters. However, they're missing the biggest reason why a chunk of web pages are incompatiable: poor web page authoring programs.

    Even if you ignore Frontpage's effects, a lot of the more recent authoring programs don't put out the cleanest code. Not necessarily as bad as tag soup of the past, but still putting out code that works with no problem in IE, but not good in Netscape/etc. And unfortunately, if you consider the cycle of web advancements, they are typically late to the game (that is, they won't add support for a standard until a browser with majority support includes it). So we're only now seeing these WYSIWYG editors including support for XHTML and CSS level 2 stylesheets, despite all the major browsers supporting these (to a good extent).

    Of course, there are some that say "the best HTML editor is Notepad" (or vi, or EMACS, or...), and those are the people that I expect to have no problem with any browser on their sites. Unfortunately, that group is the minority, the majority seem to want to ignore HTML and just get it right in the WYSIWYG. And right now, that approach can easily lead you to the IE-only site.

    --
    "Pinky, you've left the lens cap of your mind on again." - P&TB
    "I can see my house from here!" - ST:
    1. Re:Something's missing... by toupsie · · Score: 5, Informative
      "the best HTML editor is Notepad"

      Close. The best HTML editor, ever, is BareBone's BBEdit. It Doesn't Suck(TM)

      Its also one of the best Text Editors ever made, if not the best ever made.

      --
      Strange women lying in ponds distributing swords is no basis for a system of government.
    2. Re:Something's missing... by Atlantix · · Score: 1

      Did ya read the article? They DO mention web authoring programs so I think they covered all the bases.

      --Atlantix2000

    3. Re:Something's missing... by Anonymous Coward · · Score: 0

      I agree with you that BBEdit is the most useful HTML/Text editor and I use it exclusively on my iBook. However, I still do alot of work on my PC and I was wondering if anyone knows of an editor with the same functionality as BBEdit for a windows platform?

    4. Re:Something's missing... by Beautyon · · Score: 2

      Even if you ignore Frontpage's effects, a lot of the more recent authoring programs don't put out the cleanest code. Not necessarily as bad as tag soup of the past, but still putting out code that works with no problem in IE, but not good in Netscape/etc.

      Anyone that really wants to solve this problem needs to take some time and write an extension for Macromedia Dreamweaver that prevents it from creating non compliant HTML.

      Dreamweaver is used by around one million people, who would gladly boast that their code is 100% W3C compliant; after all, it makes them look competent.

      In this way, pages would by default be viewable on any browser.

      Its pointless trying to get WYSIWYG people to run two browsers and test against them both. This needs to be solved at the code creation stage, and thankfully, since Dreamweaver allows you to greatly change the way it works, this can be done.

      All it takes is one person to step up to the plate, create this extension, and post it at the macromedia extensions page

      --
      ATH0 Bitcoin: 1DnwFLXczVZV8kLJbMYoheUrpqHesjxrSi
    5. Re:Something's missing... by Anonymous Coward · · Score: 0

      That's exactly what it is. I work as an in-house webmaster and chief web designer. I browbeat people with _Designing Web Usability_ (we're a government-regulated non-profit, NOT an advertising firm -- people who come to our pages want information, not entertainment!) The people I wind up fighting with are the Java database people -- who really should know better -- and the marketing types, who like animation and flashy things, and who have FrontPage (or worse, Dreamweaver) and a little learning.

      Our current publication system allows people to publish HTML pages. Our mandate to support Netscape 4.x is going away; when it does, no HTML will be published that isn't HTML 4.01 Strict compliant. There will be screaming, but it will *end* all of the compatibility and usability problems on our website, as well as returning design work to the hands of the web professionals and not the PHBs who feel like playing webmaster.

    6. Re:Something's missing... by Anonymous Coward · · Score: 0

      Textpad maybe? www.textpad.com never used BBEdit, but textpad is good!

    7. Re:Something's missing... by Misch · · Score: 2

      which version of W3C are you using? Unfortunatley, by default, Dreamweaver doesn't add the DOCTYPE header to your HTML by default, so that's a strike against WC3 complinace... but other than that, the only things I did w/ dreamweaver taht didn't meet the HTML 4.01 spec was 1. Not defining alt tags for my images (I should do this, even if it's just a blank for spacers, and it used "absmiddle" for an image alignment instead of "middle" (absmiddle is not HTML 4.01-Transitional compliant.)

      Other than that though, I haven't had any problem with Dreamweaver code.

      --

      --You will rephrase your request for me to go to hell. Goto statements are not acceptable programming constructs
    8. Re:Something's missing... by Cynikal · · Score: 1

      is it really the best ever made, if not the best ever made?

      i don tknow, i resent people who say that, those who have hours to spend on a few pages, but in a working environment where time versus productivity is essential, how can you justify using a text editor when your productivity would be a fraction of whats possible with a wysiwyg...

      just like working for a software company, SURE the software would be faster and smaller and better if all coded in asm, but how many large scale programmers code in that only?

    9. Re:Something's missing... by toupsie · · Score: 2
      but in a working environment where time versus productivity is essential, how can you justify using a text editor when your productivity would be a fraction of whats possible with a wysiwyg

      Wysiwyg is the slowest way to develop a web site. Hitting the raw HTML code (meaing you know HTML well) is a much faster way of development. If you use macros, you can insert commonly used code pieces over and over again. Also WYSIWYG isn't. You end up having to test out your web pages on a few different browsers.

      --
      Strange women lying in ponds distributing swords is no basis for a system of government.
    10. Re:Something's missing... by mwigmani · · Score: 1

      I work exclusively with Edit Plus and I love it, however, I don't have a Mac and I've never used BBEdit so I don't know how it compares.

    11. Re:Something's missing... by Phroggy · · Score: 2, Informative

      Damn straight. BBEdit is simply amazing. Not just for HTML; it's pretty sweet for most programming languages too. It's handy to be able to double-click a command I've just typed, select a menu option and have it show me that command in the Perl documentation. On Mac OS X it can tell me whether the code compiles cleanly or if there are any errors, and show me where the errors are. Cut and paste some code into a function and need to indent it farther in? No problem, just a couple of keystrokes to shift it over. Too many features to begin to describe, really.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    12. Re:Something's missing... by extrasolar · · Score: 2

      "It's handy to be able to double-click a command I've just typed, select a menu option and have it show me that command in the Perl documentation."

      Heh...thats C-h TAB in emacs. I don't think it does perl docs, but it does scheme, glibc, elisp, and some other lanuages with texinfo documentation.

      "On Mac OS X it can tell me whether the code compiles cleanly or if there are any errors, and show me where the errors are. Cut and paste some code into a function and need to indent it farther in? No problem, just a couple of keystrokes to shift it over. Too many features to begin to describe, really."

      Check. Check. Check. Emacs rulez. :)

    13. Re:Something's missing... by Anonymous Coward · · Score: 0

      Almost all WYSIWYG editors suck horribly, the rest just suck badly. In the end, a good editor and a good knowledge of html, css, , and a well-designed site plan will win out. The stuff that WYSIWYG editors crank out almost never works across browsers/platforms, especially if it's anything more than a very simple html layout.

    14. Re:Something's missing... by Panoramix · · Score: 1

      The best HTML editor, ever, is BareBone's BBEdit

      Close. The best HTML/SGML/XML editor, ever, is Emacs (with psgml).

      It is also the best text/code/email editor ever made.

      Yes, this sounds like a troll, I know. Sorry. about that. In all seriousness, I honestly believe what I just wrote --Emacs is the one application I can't live without).

    15. Re:Something's missing... by CousinDave · · Score: 1

      Once they build in CVS and SCP support, it will be the best text editor. I only hope they port it to other Un*ces than OS X.

      I couldn't agree more with Masem. Shame on Macromedia and Adobe (and of course "The Innovator" MS) for cluttering good servers with so much garbage HTML.

      D

      --
      It's too late to lose the weight you used to need to throw around.
    16. Re:Something's missing... by fliplap · · Score: 1

      Bah on Emacs, vi i say vi! (well ok, vim, with vi coming a close second)

    17. Re:Something's missing... by javacowboy · · Score: 2

      "the best HTML editor is Notepad"

      The best HTML editor, or text editor for that matter is Vim, but I digress. I don't want to start a vi vs. emacs flame war.

      When my boss asked me to create some HTML templates for our web application. He got me to install Dreamweaver. In less than an hour, I gave up and used Vim to edit the HTML directly. Editing the HTML by hand is the only way I can do webpages. I need to have total control over my HTML in order to make even a half-decent web page.

      I don't understand why people insist on using WYSIWYG editors. They infuriate me. They're especially bad for tables, where dragging and dropping the margins never seems to work. When I get to the raw HTML, my table margins, sizes, etc, do EXACTLY what I want them to do.

      --
      This space left intentionally blank.
    18. Re:Something's missing... by toupsie · · Score: 2
      Once they build in CVS and SCP support, it will be the best text editor. I only hope they port it to other Un*ces than OS X.

      Good call! I agree. #1 would be SCP then #2 would be CVS support. I am sure the guys at BareBones will add this soon.

      --
      Strange women lying in ponds distributing swords is no basis for a system of government.
    19. Re:Something's missing... by rossz · · Score: 2

      hehe, just yesterday my wife asked me what web authoring program I used. I said, "vi". She said, "vee what?"

      Of course, most of my web pages look like shit, but I don't really care.

      --
      -- Will program for bandwidth
    20. Re:Something's missing... by Requiem · · Score: 1

      You fucking dare defile vim?

    21. Re:Something's missing... by Anonymous Coward · · Score: 0

      I have heard great things about BBEdit.

      Never tried it, but I'm pretty convinced it must be.

      Myself--I've been mesmorized by Jedit.

      It's wonderful. I've never used it to write anything in Java; the J is for the fact that it is written in Java. It's a little slower than other editors I've used, but far more powerful, and the miniscule slowdown and extra memory consumption are more than worth it. The fact that it's open source is just icing on the cake.

      I love Jedit!

      Thanks to all those who work on the project! Amazing!

    22. Re:Something's missing... by stephenbooth · · Score: 1

      I started out using Notepad for HTML editing, and vi on *nix, then moved on to using Programmers File Editor. That was fine whilst my personal site was small, a dozen pages or so with maybe half that number of graphics, and all on one server.

      Now my personal site is something like 3,000 objects spread over 8 servers. Manual management just doesn't cut it. I use Macromedia Dreamweaver for the convenience and site management tools.

      According to my web counter IE accounts for about 70% of my hits with about half the remainder being Netscape and a significant showing by Konqueror. I haven't had any complaints about the HTML (plenty about the content tho') so far. Feel free to drop by and tell me what's wrong.

      Stephen

      --
      "Don't write down to your readers, the only people less intelligent than you can't read" - Sign on Newspaper Office Wall
    23. Re:Something's missing... by dbitter1 · · Score: 1
      I beg to differ on the text editor part...

      Textpad is what our firm uses... syntax highlighting, line numbers, multiple documents w/selection tabs, block select, the list goes on and on...

      And no, I have no financial interest in them...

      --
      For us carnivores, "Sucking the marrow out of life" isn't a transcendentalist philosophy but a practical instruction.
  27. Going overboard to keep other browsers OUT by mitchkeller · · Score: 1, Informative

    A while back I wrote to my credit card provider about their worthless website, which I can only use in Netscrape 4.7?. Even with the Mozilla UserAgent string changed to something more "standard," they won't let me past the homepage. They claim that my browser doesn't support proper encryption or something. Additionally, their damn menus don't work in Mozilla or Opera. Below is the oh so friendly and helpful email they sent back. It sounds so canned that I can't help but assume that they get a lot of these complaints. Why on earth don't they change their ways if they get so many complaints? There are fewer security problems with Mozilla than IE. I really should take my business elsewhere, but the interest rate is keeping me with them for now.

    Thank you for contacting Capital One regarding your inability to access your account information with the browser version of your choice.

    We regret any inconvenience you may have experienced from not being able to access our website with your preferred browser versions. However, currently the secured portions of our website cannot be accessed by these browser versions because of their inability to consistently encrypt and decode the information that is displayed on the secured pages.

    Though we hope to be able to soon offer access to users of the browser versions you mentioned in your message, we are currently unable to provide a timeframe when our web site will be accessible through these browsers. In the meantime, though, you can access your account using Netscape Version 4.76 or Internet Explorer 5.5 or greater.

    If we can be of assistance to you, please reply to this message or contact our Online Account Service Department at 1-800-___-____. Our associates are available 24 hours every day.

    We look forward to assisting you.

    Sincerely,

    ___________
    eCorrespondence
    Capital One Services

    --

    "You will only be remembered for two things: the problems you solve or the ones you create." Mike Murdock

    1. Re:Going overboard to keep other browsers OUT by MrEfficient · · Score: 2
      What email address did you use to contact them? I have one of their credit cards and was going to complain, but I couldn't find an email address on their site. I'm seriously considering switching credit cards if they won't fix it. I don't buy their excuse about encryption.

      Strangely, Konqueror works fine with their website if you tell Konq to identify itself as IE on windows. Their was nothing I could do to mozilla to get it to work.

      --
      Check out AbiWord.
    2. Re:Going overboard to keep other browsers OUT by aonaran · · Score: 1

      Good, I'm not the only one, my Bank (CIBC) shut me out about a month or two ago claiming that the site has not been fully tested with NS 6.2 +

      I'd been using Mozilla for a year to access it prior to that and never had a problem. Now I'm faced with a choice, install NS 4.7x on my machine just for the bank, go to someone else's house or an ATM to pay my bills, or switch banks. ...I'm leaning toward the last option (they've screwed with my credit in the past... this just might be the last straw)

    3. Re:Going overboard to keep other browsers OUT by mitchkeller · · Score: 1

      When in doubt, go with the old standby of webmaster@capitalone.com. That's where I sent to, and that's where the great response came from.

      --

      "You will only be remembered for two things: the problems you solve or the ones you create." Mike Murdock

    4. Re:Going overboard to keep other browsers OUT by Anonymous Coward · · Score: 0

      Geez, would it really kill you to go from 4.7 to 4.76? Oh wait.. "That's not the point" is it?

    5. Re:Going overboard to keep other browsers OUT by karmawarrior · · Score: 1
      I'm planning to cancel myself, I just have to wait for a few orders I'm waiting for to go through and then it's bye-bye Crapital One.

      http://bugzilla.mozilla.org/show_bug.cgi?id=89853 is the Bugzilla note on this. I recommend "vote"ing for it, as it will add numbers to the Mozilla's teams pleas to Capital One et al to stop this kind of practice.

      FWIW, I did propose an Ask Slashdot immediately after Mozilla 1.0 was along the lines of "Which bank should I switch to given Capital One doesn't support Mozilla", which would have been a great thing to send a link of to their support people. I suspect the editors were a little worried about all the complaints of how Mozilla was coming up in every news article though. I may propose such a thing again.

      --
      KMSMA (WWBD?)
  28. assimilation by electrick · · Score: 1

    Netscape becomes more and more like IE every time a new version is realeased. However, I mainly use mozzila and I am finding more and more sites just don't show up (I just get a white page). It's disturbing, but 'tis the way of the MS empire.

    --
    "You sir, have just crossed my happy line..."
    1. Re:assimilation by Anonymous Coward · · Score: 0

      TABLES!!!!
      I really hate web designers who don't know how to close out the table tag or close out any other tag for that matter.

      RWARRR!

    2. Re:assimilation by Anonymous Coward · · Score: 0

      Haven't tried Moz, because my box is sooo outdated (old glibc), but I have the same white-screen-of-death problem with NS 4.7. Some sites, if you turn off JavaScript and hit refresh, they will display correctly. Others, turn off CSS and they will display correctly.

      It really pisses me off when a website's JS fucks my browser so bad that I can't view any page, or click any link until I turn off JS. about.com does that EVERY TIME. And if I make the mistake of closing the browser with JS enabled after that, I'll have to kill -9 it. So when I actually need JS again (for some site that uses it in a good way), I have to close the browser, re-open it, turn JS back on, ...

  29. Flash on the web by keller999 · · Score: 1

    At least with Flash, you know that any old browser than can install it will be able to view the "improved" site. From what I understand, it's pretty universal. --

    1. Re:Flash on the web by Ctrl-Z · · Score: 1


      Not just any old browser will be capable of displaying Flash. Have you tried browsing with lynx/links/w3m/any other text browser?

      Flash is not universal...

      --
      www.timcoleman.com is a total waste of your time. Never go there.
    2. Re:Flash on the web by Anonymous Coward · · Score: 0

      Honestly, if you're using lynx/links/w3m/any other text browser in this day and age for your daily Internet surfing (I don't care if 99% of your time is spent within a text shell, command line, or whatever), then you're no better than the massive legions users who still use Netscape 4.x, or the massive legions of developers who develop only for IE 6.0.

    3. Re:Flash on the web by Anonymous Coward · · Score: 0

      Erm no.

      Its important to catter for text based browsers because this means that technologies such as WAP phones etc will be able to function.

      No to mention help people with disabilities accessing information!

  30. This is exactly why... by Havokmon · · Score: 5, Interesting
    I used IEradicator to remove IE from the company presidents desktop, and replaced IE with Opera.

    "Wow. Now I see what you mean about web sites not being compliant." She told me. "Our site looks ok, why don't others?"
    "They don't properly test them, or think some flair is really necessary that's only supported in IE 5.X. They forget Web Browsing is like window shopping in a Ferrari. You move on to the next one REAL quick."

    Though I have to say Opera's pop-up management sucks compared to Mozilla's. Since I've installed Mozilla for her, I havn't heard a peep. Before it was "Some links just don't work anymore" - which was due to Opera not opening REQUESTED Javascript URLs.

    BTW, I just didn't think it was a 'grand' idea to replace the presidents browser, but IE kept storing/retrieving some virus in it's cache (maybe from Eudora's preview?), and the calls from the president about viruses on her PC were getting annoying. Not to mention the reboot required to delete the IE Cache file that's ALWAYS open due to the wonderful Win98 integration! ;)

    (*sigh* No, once the file is detected by NAV as having a virus, you can't do anything with it.. But it's open so it can't be quarrantined... get it? :P)

    --
    "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
    1. Re:This is exactly why... by Mr_Silver · · Score: 2
      "Wow. Now I see what you mean about web sites not being compliant." She told me. "Our site looks ok, why don't others?" "They don't properly test them, or think some flair is really necessary that's only supported in IE 5.X. They forget Web Browsing is like window shopping in a Ferrari. You move on to the next one REAL quick."

      Sounds like your company president, when shown something, is fairly clueful.

      The biggest problem comes about when people who see broken sites in a non-IE browser assume that its the browser that is at fault rather than the site.

      When AOL move browsers, I'm wondering how many people will phone the support line and complain that their web-browser is broken because "the web site worked just fine on the old one".

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    2. Re:This is exactly why... by yason · · Score: 1
      When AOL move browsers, I'm wondering how many people will phone the support line and complain that their web-browser is broken because "the web site worked just fine on the old one".

      Joe Sixpack will just consider such as the traditional "one company blaming another and vice versa" -situation. Similar to getting your car fixed, then it fails again and the repair shop and the spareparts shop fight each other. Joe Sixpack just wants the pages to work, he doesn't give a rat's ass about standards.

      Unless you educate him.

      Any chance of such enlightening taking place in the near future? I certainly hope so since that's all I can do. Goes for having people accept/reject Microsoft's plans for its evil empire in general, too.

    3. Re:This is exactly why... by Frank+of+Earth · · Score: 1

      "I used IEradicator [98lite.net] to remove IE from the company presidents desktop, and replaced IE with Opera."

      You're pretty brave. The last thing you want to do is install a non compliant program on the president's puter. I actually had Opera crash more on me than IE.

      I would love to see the IT folks when they come over to fix his computer next time and he has no IE to run updates and Opera comes up as the default web browser. Unless you *are* the IT dept ;-)

    4. Re:This is exactly why... by Havokmon · · Score: 2
      You're pretty brave. The last thing you want to do is install a non compliant program on the president's puter. I actually had Opera crash more on me than IE.

      Really? I've had basically ZERO issues on Windows, and random crashes on Linux with Opera. Most of the Opera issues I've run into are 'site display' related. I don't know what you mean by "non-compliant", are you following an MS-approved list? Like the Hardware guide? In any case, IE was being a major nuisance (because of the virus/cache issue), and it definately had to go.

      Though I CAN see Opera not being on one of those lists. I installed 'Compatibility Pack 2' on my XP test machine, and sure enough, it broke Opera and Litestep, both MS replacement apps! :P

      I would love to see the IT folks when they come over to fix his computer next time and he has no IE to run updates and Opera comes up as the default web browser. Unless you *are* the IT dept ;-)

      There, you hit the nail on the head! Yep, I AM the IT department, and the president is 3 offices over from me ;). (Oh, and the Deer outside my window - ok, I'm done rubbing it in.)

      In any case, The IEradicator doesn't REALLY remove IE completely, you can still open a folder in explorer, and type in an URL to browse with IE. I've had more problems with Windows Update after removing VBScript than I've had with IEradicator.

      You think that's bad, I'm beta-testing OpenOffice too! (but not on the President's machine yet!)

      You have to admit, though, it's weird when the president asks you about the "squashed cat" on her monitor.
      Long pause..."Oh that's Irfanview. You'll be able to view some of those pictures you couldn't before, and it's free."

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
    5. Re:This is exactly why... by Frank+of+Earth · · Score: 1

      Really? I've had basically ZERO issues on Windows, and random crashes on Linux with Opera. Most of the Opera issues I've run into are 'site display' related. I don't know what you mean by "non-compliant", are you following an MS-approved list? Like the Hardware guide? In any case, IE was being a major nuisance (because of the virus/cache issue), and it definately had to go.

      I just had Opera keep crashing on me and no matter what I did, I just couldnt get Shockwave installed. Maybe it was this norwegian crack I used to make it "free" [doh].

      I meant compliant as in corporate standards. Normally, removing IE and putting Opera isn't on the approved actions list. This probably only applies to bigger companies though...

      Oh, and the Deer [havokmon.com]outside my window - ok, I'm done rubbing it in.)

      I don't have deer, just some ground hogs. Check out this beauty though! 19 inches

      Just be careful.. soon he/she will start installing their own software and the next thing you know, you'll be trying to figure why WinSpeed 2002 doesn't play nice with Super Contact List 98 muha!

    6. Re:This is exactly why... by Havokmon · · Score: 1
      I don't have deer, just some ground hogs. Check out this beauty though! 19 inches [fperkins.com]

      Jesus Frank. Do I want to click that link? I hardly know ya.

      Oh. It's not a 19in Ground Hog.

      Yeah Well... Damn. You suck. :P

      Some of us have so much work we need two computers!

      I meant compliant as in corporate standards. Normally, removing IE and putting Opera isn't on the approved actions list. This probably only applies to bigger companies though...

      Ahhh yes. I don't work well with large companies. They seem to have a problem with me deciding what technical direction the company should take :P (In fact, I consult for a former boss from that world, and he still does the same "I'll ask your opinion, then ignore it" shit. Ah well, we're all familiar with the technical prowess of the executive accountant ;) )

      Just be careful.. soon he/she will start installing their own software and the next thing you know, you'll be trying to figure why WinSpeed 2002 doesn't play nice with Super Contact List 98 muha!

      I don't have to worry about that. These guys PERSONALLY report any and all Norton Virus Notifications. I have them wrapped around my little finger! :P (Now I wish I would have saved that picture of the girl 'bowing' in my doorway ;)

      --
      "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
    7. Re:This is exactly why... by Anonymous Coward · · Score: 0

      Sounds like you need to ditch the browser AND get some good antivirus protection for the enterprise mail. Antivir (h-bedv) has done a good job for me and mine.

  31. Complete Agreement by Brightest+Light · · Score: 0, Flamebait

    I gotta say, i agree with some of the other posters here. There really is no standard for html anymore. W3C has been irrevalant for quite some time now, and , well, most people use IE to browse the internet. Now, if you run a business website, your objective is to whore to the highest common denominator (in this case; ie users). So, you gotta give the majority what they want. In this case, that being pages that look nice in Internet Explorer I mean, you can try and be noble and W3C compliant, but if your site looks like crap in most people's browsers, they won't do business with you. Its as simple as that. And while flash may be a pain in the ass to most *nix users, well....it looks just fine to The Average Computer User(tm)

  32. Re:Standards according to who? by Mr+Windows · · Score: 5, Insightful
    Who set these mythical "standards"?
    The w3c, of course. What makes you say that they are "arbitrary"? I suppose you could say that "HTML is arbitrary", which to some extent it is, but it's not very hard to produce standard-compliant HTML (and also to verify it). It's all very well to talk about de facto standards, but you should remember that all the world isn't a Windows PC, and that's going to become increasingly true over time.
  33. Flash by LT4Ryan · · Score: 0, Flamebait

    Flash is a crutch used by the design impaired to essentially dress up a turd. Swish makes it even easier for Joe-Bob-Billy-Webmaster to "dress up" their sites.

    Flash is the bane of web design.

  34. Adopt the standards. Gain customers by Neil+Watson · · Score: 5, Insightful
    I was in a meeting lately when following web standards was debated. These was some resistance as it was going to take some people longer to design their web pages. My boss hit the nail on the head:

    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.

  35. Even worse... by toupsie · · Score: 2
    Not only are these web sites supporting IE only, they are supporting IE for Windows only. As a Mac OS X user, I have encountered many web sites, using IE for Mac, only to be told that my browser will not work with their site, because I didn't make the "smart choice" of using Windows.

    So not only is this a problem with web designers targeting IE, but IE on Windows.

    --
    Strange women lying in ponds distributing swords is no basis for a system of government.
    1. Re:Even worse... by Anonymous Coward · · Score: 0

      I worked as a Tester on a web development team in my last internship. They were only supporting IE. And when it was suggested that the site should be tested using Netscape and Opera, the reactions from some of the developers were:

      "What is Opera?"

  36. Other Browsers Don't Support Standards!!! by smack.addict · · Score: 0, Troll

    Yeah, ignore the fact that, for the longest time, IE was the only browser even close to compliant with Web standards. Even today, OmniWeb sucks with JavaScript, Opera is a buggy piece of shit, and Netscape/Mozilla barfs on complex CSS positioning.

    1. Re:Other Browsers Don't Support Standards!!! by oldstrat · · Score: 3, Insightful

      There is no excuse for a browser to operate on pages that contain broken open and close tags.
      Internet Explorer ignores/substitutes for missing close tags in tables.
      Netscape 4.X incarnations at least do not.
      Unfortunately users tend to blame Netscape for not ignoring a glaring error, and compliment Explorer for allowing them to view what may be error laden information.
      There are standards that go deeper than simply being W3C compliant. Explorer fails at adhearing to these core programming standards.

    2. Re:Other Browsers Don't Support Standards!!! by Anonymous Coward · · Score: 0

      You call yourself smack.addict? You should call yourself shitforbrains.

      Why do you LIE? You sit there and just spew out these lies.

    3. Re:Other Browsers Don't Support Standards!!! by @madeus · · Score: 2

      Yes *damn* Microsoft for writing a browser that lets you view improperly formatted pages!

      Oh wait there *is* an excuse for rendering badly formatted pages - it makes life easier for the majority of people (~90%+ of web users) when one person fucks up (i.e. the HTML monkey).

      So actually there is a reason and it's an excellent one that makes sense.

      Maybe you would prefer a browser to utterly refuse to render any pages with invalid HTML As only a tiny minority of pages are fully valid HTML I don't think it would get many users, but if you wanted to it would be pretty trivial to set up a proxy via a Perl script to validate all pages and give you an error of they were improprely formattted, though I don't think it would do much to enhance your browsing experience.

      For the record, at this time, Internet Explorer for Macintosh is the *most* compliant browser according to the W3C. Saying that fails to adheare to 'core programming standards' by having additional support for auto-correcting user error is illogical.

      Rendering *some* useful content is a lot more useful than not rendering it at all.

      Don't blame Microsoft for correcting errors, blame the user who put the error there in the first place!

    4. Re:Other Browsers Don't Support Standards!!! by chad_r · · Score: 1

      Internet Explorer ignores/substitutes for missing close tags in tables.

      Well, a page that's completely blank because of a missing closing table tag may be compliant but is hardly useful or desirable. Not that you should leave your tags unclosed, but CGIs have been known to abort before completing the page, or, ironically, Netscape 4 sometimes leaves out half a page if javascript is externally loaded and the timing of the two files works out a certain way. I'd like to see at least something in such cases, without having to read the raw source for the page. But the W3C spec does specify the closing table tag is required, so browser writers are left with the moral dilemma of favoring usefulness versus standardization.

      By the way, Mozilla 1.0 seems perfectly willing to close an open table tag. And that's fine by me.

    5. Re:Other Browsers Don't Support Standards!!! by jesser · · Score: 2

      IE and Mozilla render tables incrementally -- they can show you part of a table before the entire table is loaded. That is a good thing because it effectively makes pages load more quickly. It would look strange if IE/Moz were to toss an already-displayed table because it reached the end of the document before seeing a tag closing the table. That would be kind of like displaying 90% of a porn image, one row of pixels at a time, and then suddenly replacing it with the text "This image cannot be displayed because it contains errors" rather than leaving it 90% displayed. (Mozilla currently does that, by the way.)

      IE has lots of hacks that are only there to "help" webmasters who make coding mistakes and typos. Accepting tables without closing tags is not one of them.

      --
      The shareholder is always right.
    6. Re:Other Browsers Don't Support Standards!!! by smack.addict · · Score: 2

      What the fuck is this doing getting modded down as a troll? There is nothing "troll" about this post. IE has better support for W3C standards. Maybe these fuckhead moderators should check their facts.

    7. Re:Other Browsers Don't Support Standards!!! by smack.addict · · Score: 2

      Which part of it is a lie? Go read any browser comparison. Or, better yet, try viewing any page that is actually standards compliant using XHTML, CSS2, and JavaScript. They look good only on IE (though Mozilla has recently made some huge advances).

    8. Re:Other Browsers Don't Support Standards!!! by smack.addict · · Score: 2
      There is no excuse for a browser to operate on pages that contain broken open and close tags.

      Assuming you are correct (I will not debate that since several other posters have done that well enough), your point is a complete non-sequitur.

      My point was about support for W3C standards. Supporting broken open/close tags has nothing to do with compliance with those standards since those standards say nothing about what a browser is to do with such tags. The standards simply define what correct is and what the browser should do with correct things. And to that end, the other browsers cannot get things to behave the way they are supposed to when things are correct. Your concern about what IE does when things are wrong is just plain silly.

    9. Re:Other Browsers Don't Support Standards!!! by oldstrat · · Score: 2

      W3C does specify which tags REQUIRE close, and which have an optional close.
      I suggest you check the standards before you claim to know them.

    10. Re:Other Browsers Don't Support Standards!!! by smack.addict · · Score: 2
      I did not claim otherwise. What I said is that the W3C does not specify what a browser is supposed to DO when it encounters non-compliant HTML.

      I suggest you go back to elementary school for remedial reading comprehension classes.

    11. Re:Other Browsers Don't Support Standards!!! by oldstrat · · Score: 2

      I could dig back into the OLD OLD rfc's etc and make a point that would in the end be pointless, I won't.

      What this discussion has done is re-enforced an assertation that given the opportunity things tend to sink to the level of the lowest common denominator.

      Tables have been a persistant problem for rendering by user-agents (browsers).
      The intelligent thing to do, standard, or no standard, is to be sure that your code (pages) are as complete as possible so that they survive transition to new methods (DTD, XML).
      An automated XML transcriber that would convert clunky old HTML into data that could be reused in XML and SGML is likely to fail on incomplete BASIC tags.

      The proper thing a browser _should_ do is to do it's best to display the information AND report an error to the viewer so that the viewer is aware that the presented display may be inaccurate allowing an informed decision about what has been presented.

      subnote: HTML standards say that a browser should IGNORE invalid tags.

  37. Please don't! by af_robot · · Score: 1

    Do you know what flash-page is looks like on Pentium 233?!

    1. Re:Please don't! by Anonymous Coward · · Score: 0
      Do you know what flash-page is looks like on Pentium 233?!

      Do you know what it looks like on an SGI? "Unable to locate plugin for MIME type x-application/flash" repeated in little popup windows as many times as there is flash content.

      God forbid we have net-wide standards and not proprietary crap.

  38. Please stop. by autopr0n · · Score: 5, Insightful

    Stop supporting netscape 4. Netscape four is a bane on the internet. It is black death.

    The sooner users get a browser that dosn't suck, the better.

    --
    autopr0n is like, down and stuff.
    1. Re:Please stop. by _bug_ · · Score: 1

      Netscape 4 is used by a lot of people who don't have the $$$ or the care to upgrade their machine. Have you seen Mozilla boot on even an 800Mhz P3? It takes forever. And on older P2 and celery based systems (or Cyrix-based for those bargin-basement shoppers) the page rendering is even slow.

      Netscape 4, despite is crashing more often than not, at least functions on a P2 in a fast manner.

      And if anyone actually took the time to investigate the matter (as I have) you would see that it's relatively easy to support Netscape 4 on top of a XHTML 1.1 / CSS-2 based web site. You just need to have some basic knowledge of NS4 CSS bugs.

      And if you used HTML the way it was intendened such as heading tags (H1,H2,..) instead of FONT or SPAN tags, you could easily make a page render in NS4 in a clean manner. Might not keep the visual formatting you see in Mozilla, but at least the information is presented in a clean and easy-to-digest manner.

      Using XHTML for simple markup and CSS for visual formatting, it's very easy to design a standards-compliant web page that renders fine in Netscape 4, without the fancy visual formatting you might see in Mozilla.

    2. Re:Please stop. by yog · · Score: 2

      There are still a lot of organizations using old Netscape 4.x browsers. For example my wife's employer, a non-profit refugee agency, runs Netscape 4.7x browsers on Windows 95 machines (plus a few Win98 boxes). They neither know nor care about the standards wars; they simply use what they're used to and they don't want to spend a lot of time retraining their staff, converting bookmarks, etc. Not that these are hard things to do necessarily, but it's simply not on their agenda; they're too busy doing their jobs and staying afloat. I suspect a lot of non-technical organizations think pretty much the same way.

      Most sites behave correctly with NS 4.7x browsers, though a few will indeed specify IE 5.x. As for those sites which simply won't work with anything but IE, we either complain vociferously or boycott, or both.

      For what it's worth, I have found NS 4.7x on Linux to be the reference browser when all others fail to render a site correctly. If Microsoft came out with IE for Linux, I'd gladly download it and use it for a reference browser, but my main tool remains Opera, the queen of browsers. ;-)
      -Terry

      --
      it's = "it is"; its = possessive. E.g., it's flapping its wings.
    3. Re:Please stop. by Anonymous Coward · · Score: 0
      I usually have a 2 version rule. Don't worry about browsers older than 2 versions.

      Now that Nav7 is on the way, I can drop nav4 support. IE 6 is out, so I can drop IE 4 support.

      I already droped "support" for nav4 on the mozilla start page. I didn't fix the green text as it meant breaking the standards. It still displays, and is functional, but it sure isn't pretty.

    4. Re:Please stop. by Mark+J+Tilford · · Score: 1

      Gee... I'm using Galeon (which I believe is mozilla based) on a P200 without problem.

      --
      -----------
      100% pure freak
    5. Re:Please stop. by Anonymous Coward · · Score: 0

      You should do some basic troubleshooting on that 800Mhz P3, Moz is quick on mine.

    6. Re:Please stop. by bofkentucky · · Score: 1

      PIII 866/512MB of CAS2 PC133 on WinXP, loads just as quick as IE with the preloader turned on.

      --
      09f911029d74e35bd84156c5635688c0
    7. Re:Please stop. by _bug_ · · Score: 1

      Now try it with 128MB of RAM. And yes the quicklaunch feature makes it load faster at the cost of extra boot time. The quicklaunch just keeps the DLLs loaded in memory. That's where that 512MB of RAM comes in handy. Take it away and the DLLs are put into swap if you don't use Mozilla often (as would be the case with a dial-up user). Suddenly it loses its usefulness and Mozilla lags on start.

      I'm not trying to knock Mozilla here, it's all I use for my browsing. However I'm trying to put its use into the framework of an "average" user. /. doesn't attract "average" users.

    8. Re:Please stop. by Anonymous Coward · · Score: 0

      I'm running Mozilla on an 800mhz Celeron with 128 megs of RAM. It starts in 3 seconds with quick launch and 10.5 seconds with it turned off. For the slower machine just use K-Meleon or Galeon. I'm sure they could run reasonably fast on an old p2. At least you get standards compliance and a smart rendering engine, rather than Netscape 4's POS.

    9. Re:Please stop. by bofkentucky · · Score: 1

      True, I build my machines for performance, but I was trying to put Moz at an equal footing with IE, since Windows keeps its html render in memory. The K6-II 300 with 256MB of ram (WinME) is bogged while the preloader is turned on, but I don't mind long boots. One thing I do is to create a "games only" user with everything turned off by default, and I switch to it when I want to frag something

      --
      09f911029d74e35bd84156c5635688c0
    10. Re:Please stop. by naasking · · Score: 1

      Have you seen Mozilla boot on even an 800Mhz P3? It takes forever.

      I use Mozilla on a 233Mhz 604e PowerPC processor. It loads and runs faster than Netscape 4.x. And this is on a platform with less support than Windows. I also use it on Windows (both slow and fast) machines and it's fine. I don't know what you're griping about.

    11. Re:Please stop. by BrookHarty · · Score: 2

      Oh yes, nobody talks about about the corporate area.

      I currently have to use netscape 4.7 for iplanet(netscape) products, preside products, nortel, lucent, ericcson. Have to use IE for e-room and intranet sites that our IT department builds (hr, finance, payroll, etc.)

      The one left I cant really even fake partially is e-room, that company is like a virus, they invade and make all the project manangers use it, then your stuck with crappy IE.

      But Im a mozilla user, I have to create custom filters in proxomitron filter out java applets that check which version of browser im running. My work order system runs flawlessly under mozilla, but the webmaster put 2 java apps to make sure im running IE! The whole company wants IE, but my production servers need Netscape 4.7.

      Then there is cold fusion and java applets guis, ARGH... Why cant everything be plain text with input/drop down/check mark boxes? I'm trying to get work done on slow links across the country with servers thousands of miles away from me, and I have to wait for a damn java gui to pop up. KILL ME NOW. Developers dont code web admin tools worth shit. I wish they had to walk a mile in an operations/sys-admin shoes.

      Have you played the free game www.americasarmy.com? Its based on the unreal 2003 engine, its free, if you like counter-strike, you will love americas army.

    12. Re:Please stop. by _xeno_ · · Score: 1
      Have you seen Mozilla boot on even an 800Mhz P3? It takes forever. And on older P2 and celery based systems (or Cyrix-based for those bargin-basement shoppers) the page rendering is even slow.

      Get more memory. Seriously. I'm using Mozilla on a P2 at work right now, and it's running just fine. Page rendering is fine, I can load multiple tabs, everything seems to be working acceptably. It uses 30MB of memory, with around 20MB required just to load up and display nothing, but it runs fine once loaded.

      Yeah, it takes a while to boot (around 5-10 seconds depending on system load), but once loaded, it works just fine on this P2 of unknown MHz. So I'd find out what you did to your 800MHz P3 - Mozilla ran perfectly on my 800MHz Athlon (with 256MB RAM, even better when I upgraded to 640MB and stopped swapping). Your problems are almost guarenteed to be memory based or otherwise system based - Mozilla can run fine on a P2, although it takes a while to initially load. Once up and running, it works well enough I use it for my daily browsing, except when I need to hit MSDN for web-dev stuff.

      Ah, the irony - look at my posting history, you'll find I'm working on an IE-only webpage, but use Mozilla for my day-to-day web-browsing. I live a weird life. *Sigh*.

      --
      You are in a maze of twisty little relative jumps, all alike.
    13. Re:Please stop. by LiamQ · · Score: 2

      There's no need to stop supporting Netscape 4.x. If you have problems with Netscape 4's CSS support, just hide the style sheet by using media="screen, not Netscape4" in your or tag. If you use HTML and CSS properly, then the resulting page should be perfectly accessible (though somewhat bland) in Netscape 4.

    14. Re:Please stop. by Anonymous Coward · · Score: 0

      Yeah, It's way easy to write code that works great on IE & Netscape 6 Mac, Win & Linux if you stick to standards. Which you'll have to do anyways when AOL gets around to forcing Netscape on everybody...

    15. Re:Please stop. by Anonymous Coward · · Score: 0

      > my wife's employer [...] runs Netscape 4.7
      >
      With the "classic" skin I'd bet ya nobody would even notice if it was Mozilla all of the sudden!

    16. Re:Please stop. by Cro+Magnon · · Score: 1

      I'm using Netscape 4.70 right now, and it works pretty well! If my boss ever DOES decide to scrap it he'd probably switch to IE 5.5 or higher. Upgrading isn't always an option in a business setting.

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  39. Really? by aallan · · Score: 2

    ...it is becoming harder for users of Microsoft-free systems and browsers to view the web.

    Not any bits of the web I actually want to use, I haven't come across anything I want to see that isn't still Netscape 4.x compatible, let alone compatible with Mozilla 1.0. As far as I'm concerned the web is still working just fine...

    Al.
    --
    The Daily ACK - Eclectic posts by yet another hacker
  40. Re:Standards according to who? by joebp · · Score: 5, Interesting
    Who set these mythical "standards"?
    I would rather the W3C dictate the standards than Microsoft. At least the W3C has no vested economic interest in requiring Microsoft software to use the Web.

    (If you hadn't noticed, the Web is meant to be an open medium, not controlled by a large, monopolistic and law-breaking American corporation)

    Sir, I do believe you are a troll.

  41. my experience by drDugan · · Score: 2

    in the past, this has not really bothered me. I've come across several sites that really only worked with IE, but they were sites that I could ignore, or limp by with poor rendering.

    on more than one occasion, I've sent letters to the company sale people (not the IT people) saying that they just lost a customer because of their stupid IT / Web people.

    I agree the problem has gotten worse. Just yesterday, a site simply did not ALLOW access unless there was an IE tag. It was the AC2 game website. Thankkfully, Opera's "Identify as..." feature got around the server block, but it just as well may not have.

  42. Standards? by lukegalea1234 · · Score: 1

    Maybe I am missing something.. But if IE is the STANDARD isn't the problem that nothing else conforms to it? If nothing conforms to the W3C standard, it's not much of a standard.. is it?

    I thought even netscape 6/mozzilla doesn't conform.. Years ago their were compatiblity studies published that showed the only fully compliant browser was netscape 4.7 running on a MAC. Given that less than .1% of the population is running that configuration it only makes sense that developers would target the mass of people running IE.

    1. Re:Standards? by DrVxD · · Score: 1

      > if IE is the STANDARD isn't the problem that nothing else conforms to it?
      If IE were the standard, then that would be the problem. BUT (and pay attention, cause this is the important bit), IE isn't the standard.

      > if nothing conforms to the W3C standard, it's not much of a standard.. is it
      This is the "something" you're missing - you can't conform to a standard until it exists (by definition). So when a standard is created, nothing conforms to it, but there is incentive for vendors to conform to standards, since those that don't will loose market share (you're not going to buy an Y-box if you can't plug it into a "standard" electrical outlet, are you?).
      Once a standard has been codified and established, then vendors will conform to it (there are obvious, notable, exceptions - such as M$ continuing to ignore ISO/IEC/14882:1998(E))

      --
      Not everything that can be measured matters; Not everything that matters can be measured.
  43. Which version of IE? by (H)elix1 · · Score: 2

    Even though all the major browsers are considered to be up to snuff on standards compliance, some Web authors still find it easier to code directly to IE--and test only with IE--rather than to open standards.

    Ah, but what version of IE? IMHO, just because is works in 5.0 and 5.5 does not mean it will work in 6.0. Service packs have a huge impact as well. From a testing standpoint, this is STILL a huge pain.

    I find if it works in Mozilla, it will probably work in most everything. IE tends to be too forgiving, rendering bad or malformed HTML too well. For that reason alone, I prefer to test with Mozilla first -- then a cut or two of IE...

  44. I go through this every day... by graphicartist82 · · Score: 1

    I work for a college doing web-based database programming (all of our apps are in-housed created)

    I received an e-mail a few weeks ago from my boss saying that he wanted a few volunteers to run IE on their machines instead of netscape (right now we only "support" netscape)...

    Supposedly we won't be required to start writing apps for IE only, but it makes me kinda worry..

    Too bad i couldn't volunteer! I don't think they have a version of IE for linux yet...

    1. Re:I go through this every day... by Anonymous Coward · · Score: 0

      ... but there is one for Solaris. If you're going to insist on using UNIX, then use REAL UNIX not Toy UNIX (Linux)

  45. Re:Gnome or KDE? by FooBarWidget · · Score: 2, Insightful

    Rediculous. W3c is far from irrelevent. If you comply to HTML 4.0 your website renders just fine in Internet Explorer!
    "The best possible experience". Are you saying that you can't create a good website experience without Microsoft HTML? I know enough sites that display just fine in Mozilla and Opera but still have a good website experience (easy to navigate, pretty animated menus with JavaScript, etc.)

    Let's face it, you don't need Microsoft HTML to create a good-looking website! W3C standards are good, dispite what all the Microsoft fanboys say. There's no excuse for not complying to W3C standards, except when you're creating a site like Windows Update.
    I've been creating websites for years, and the fact that people refuse to comply to W3C standards is totally rediculous.

    And there's one more thing: our rights. People have the right to choose whatever they want. If I don't want to use Windows or IE, then that's my choice. Standards are created to make sure that I can still view the Internet, no matter which OS/browser I choose. But people like you are effectively taking away our right to choose.

    "Hell, even when I tried making my stuff NS compatible, Mozilla is so full of rendering bugs that it was impossible."

    Then either you're using a Mozilla build from a year ago or you just don't know how to code HTML properly.

  46. Slightly OT: How to block flash animation ads? by jaunty · · Score: 2, Interesting

    If you're reading this, thanks -- I've got a question about a topic that has been bothering me for a while. With Mozilla, if you see adbanners on a page, you can right-click on them, and then scroll down to "Block Images from this Server" and presto, no more ads. While this is simple with clickable imagemaps, its not possible with flash adbanners (at least with mozilla's builtins....).

    Does anyone have any commnets/opinions or hints on how to "disappear" the flash adbanners?

    --
    Why did I post this? Ask me now!
    1. Re:Slightly OT: How to block flash animation ads? by CableModemSniper · · Score: 0

      $ cd /usr/lib/mozilla/plugins/
      $ su
      Password:
      # rm -f libflashplayer.so

      --
      Why not fork?
    2. Re:Slightly OT: How to block flash animation ads? by Anonymous Coward · · Score: 0

      Uninstall Flash. Seriously: there is virtually nothing you are going to miss w/o Flash installed. Fash sites usually hardl contain any content, while a larger and larger percentage of the web's ads are in Flash.

    3. Re:Slightly OT: How to block flash animation ads? by Anonymous Coward · · Score: 0

      Add the site serving it to your hosts-file as shown in for example: http://www.ecst.csuchico.edu/~atman/spam/adblock.s html

      (Surf the net a bit if you want a better hosts-file) Or install Junkbuster.

    4. Re:Slightly OT: How to block flash animation ads? by Anonymous Coward · · Score: 1, Informative

      This won't work in Mozilla or Netscape; however, it does work in IE. There is a program called AdShield. It's some IE plugin thing. It keeps a list that blocks anything coming from a server. It will allow the blocking of images, html, flash, and pop-ups.

      To block flash with AdShield you just need to rightclick the flash movie and select "add to block list"

      Get the main program from: http://www.adshield.org/

      Get an ad list to import from: http://mywebpages.comcast.net/winhelp2002/block.zi p

      The ad list is a pregenerated list that will filter out most wideknown advertising companies.

      The best thing about this program is that it works, and doesn't add unneccessary crap to the UI. The only thing it force ads are three new options on the right-click menu. You can have an icon added to the button bar which then opens/closes an IE panel for configuration of the program (if you don't want to do it from the options in the right-click menu).

    5. Re:Slightly OT: How to block flash animation ads? by PhxBlue · · Score: 2

      I don't suppose uninstalling Flash is an option. . ?

      --
      !#@%*)anks for hanging up the phone, dear.
    6. Re:Slightly OT: How to block flash animation ads? by Pope · · Score: 1

      Check the source and edit your Hosts file. It ain't "easy" as a click+select, but it can be done.

      Or uninstall Flash :)

      --
      It doesn't mean much now, it's built for the future.
    7. Re:Slightly OT: How to block flash animation ads? by MrEfficient · · Score: 2

      You can use Privoxy, www.privoxy.org, (a web filtering browser proxy). Privoxy allows you to replace any piece of text in an html document with whatever you want.

      Note: I tried placing an example of how I do this, but it won't display properly, so email me if you want an example.

      This will disable flash for all websites. If there are specific websites that you want to see flash, then you can exempt them from the filter like this:

      Note: more missing code

      This is what I do and it's been very effective. There are very few sites that I actually want to see flash on, so it hasn't been much of an inconvenience.

      Privoxy takes some time to learn, but it's very powerful. It's also very effective at blocking advertising. Privoxy combined with Mozilla's pop-up and image blocking makes the web much more enjoyable.

      --
      Check out AbiWord.
    8. Re:Slightly OT: How to block flash animation ads? by Anonymous Coward · · Score: 0
      This has been requested in mozilla many times. For now, the best bet is to use Banner Blinds. It blocks banners based on sizes (You can customize it), so it will block iframes, images, and plugins that are the size of banner ads. It works great (Although I have had a few problems before, but there is a checkbox to turn it on and off).

      After doing a quick search, these request for enhancements are the ones you're most likely going to be interested in. (Can't link directly to them from slashdot)

      http://bugzilla.mozilla.org/show_bug.cgi?id=94035
      http://bugzilla.mozilla.org/show_bug.cgi?id=64066
      http://bugzilla.mozilla.org/show_bug.cgi?id=78104
      http://bugzilla.mozilla.org/show_bug.cgi?id=140238

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

    1. Re:And in other news... by Anonymous Coward · · Score: 0

      SSJ2? Hardly. I'd be hard pressed to even allow you to measure up against Oolong.

    2. Re:And in other news... by Anonymous Coward · · Score: 0

      This just in: frog's ass _does_ appear to be watertight. Oh, and bears shit in the woods too.

    3. Re:And in other news... by SSJ2+Labsuit · · Score: 1

      SSJ2? Hardly. I'd be hard pressed to even allow you to measure up against Oolong.

      Every time I forget my password and can't be bothered to remember which email account I registered it with, my power increases.

  48. IE==De facto standard by Your_Mom · · Score: 2, Redundant
    I hate to tell everyone, but IE has become to the de facto standard for web sites.

    I hate it too, but the sad truth is, there are not enough users of other web browsers to justify $BIGCORP investing $BIGNUM bucks to make their website 'standards compliant' when someone can hire a monkey that knows how to point and drool in Frontpage to make a pretty website. This isn't a call for more standards commitees, its a call to make your neighbor/friend/guy on the street use something other then IE. Only then will we see a standard compliant web.

    --
    Objects in the blog are closer then they ap
    1. Re:IE==De facto standard by jandrese · · Score: 5, Insightful

      Boy, imagine if your code monkeys were saying that. Gee sir, I can code this up faster if I ignore all of the design standards and just stick GOTOs everywhere and skip the documentation. Or how about: we're not bothering to stick to the TCP/IP standard on our stack, we figure that it'll work OK with Win98, and it would cost more to actually make it standards compliant. What do we need standards for anyway, most of our users are still using Win98. Nobody in the software design field would last long with that attitude, but yet we allow it in our web designers. How odd.

      --

      I read the internet for the articles.
    2. Re:IE==De facto standard by Your_Mom · · Score: 1

      You've obviously never worked with VB Developers. ;-)

      Don't get me started on software jockeys, they have enough problems in their own right.

      --
      Objects in the blog are closer then they ap
    3. Re:IE==De facto standard by igottheloot · · Score: 1

      "when someone can hire a monkey that knows how to point and drool in Frontpage to make a pretty website." bullshit. you must know how to fix code. and you must know how to use graphics programs to design. period.

    4. Re:IE==De facto standard by Anonymous Coward · · Score: 0

      Nope.
      what happens is that most of people have written this code:

      if( IE=De_facto_standard){...}

      instead of

      if( IE==De_facto_scandard){...}

    5. Re:IE==De facto standard by Johnny00 · · Score: 0
      I don't know what idealistic planet of the industry you live on, but here on planet Earth, I see all kinds of developers who take shortcuts because the target audience supports X or Y. The point is that the target audience for most websites DOES NOT include you.

      I personally would sit in meetings over the project timeline, and I'd get told I have half the time to accomplish the project and we'd figure out what we could do to shortcut the project. Usually, the first thing that goes is QA time for unimportant browsers, which up until recently, included Mozilla. Mozilla is still less important than IE to the project owners, but they are beginning to warm up to supporting it.

      It's a simple fact of real world design, IE is King.

      --
      I live life on the edge ... of my desk.
    6. Re:IE==De facto standard by fozwinkel · · Score: 2, Insightful

      Actually its a call to email $BIGCORP and tell them their site sucks. Suites won't pay extra for fancy features that scare away potential customers.

    7. Re:IE==De facto standard by JudasBlue · · Score: 1

      Actually, your code monkeys, in many cases, are. For instance, look at the amount of desktop software that is written only for Wintel and never ported to Mac or Linux.

      You are going to pull out your favorite examples of cross platform stuff, but for every one cross-platform desktop app there are going to be three more that aren't.

      And then we can talk about games...

      I don't _agree_ with any of this, mind you. When I am doing code, I do everything I can in Python (which is most things), which makes it deadbrain simple to go cross platform. And when I tag HTML I use a text editor and make sure it works everywhere. But I am saying that a huge chunk of the world plays to the market, and that market, on the desktops and in the browsing public, is 95% MS.

      --

      7. What we cannot speak about we must pass over in silence.

    8. Re:IE==De facto standard by Anonymous Coward · · Score: 0

      Netscape had its chance and lost it with netcape4. I have not used netscape since. I have even used IE on unix boxes and had better results. Since most of the consumers targeted are not technology oriented, it does make a whole lot of sense to make sure the web pages work on every browser.

    9. Re:IE==De facto standard by data_mancer · · Score: 1

      It took me an hour one morning to code a site that is HTML 4.01 compliant. And 10 minutes to convert all my old content to the new standard... Later that day I made another site in 15 minutes that was rather complex that was HTML 4.01 compliant. It's not hard. The point is we shouldn't let IE (and thus Microsoft) set the web "standards". In case you haven't noticed this is capitalism son. They want fat sacs of cash monies, not to better the creative environment of the web. Most of the time if you make something to W3 standards it will work on almost any browser. For example, that site I created looks good on every browser I could find--even in Lynx.

      --
      ------------------------------
      Kompressor use logic.
  49. Re:Standards according to who? by tapped_spine · · Score: 2, Insightful

    Yeah, but what IS the new standard? If it's a STANDARD, why can't they publish it?

  50. Re:Standards according to who? by pipsqueak · · Score: 1

    Yes... but good websites back up their funky flash features via normal text links, which is a trivial process. Even though I have flash installed, I still use text links if they're there because they're faster to navigate and easier to understand.

    If it's about getting the most users able to use your site and therefore getting more business, why not consider everyone not just the IE majority.

    By continuing to focus on only one platform you continue to force yourself down the MS path. If you're OK with that as a designer, fine... but don't expect that decision to not come back and bite you in future. History of MS has taught us this.

  51. Re:Standards according to who? by Anonymous Coward · · Score: 0

    You sir, are a Fuckwad.

  52. Bah by autechre · · Score: 4, Insightful


    I'm sure that there will be plenty of poorly designed Web sites that only allow proper functionality with IE. For that matter, there will be poorly designed Web sites that are not really helpful at all to the person who wants to buy something, due to their (lack of) organization and structure. I deal with these sites in the same way: I buy from someone else.

    I can't remember having run into an IE-only problem on a commerce site; the second type of problem is much more common. I've been able to use my bank's Web interface with Mozilla for months (and before then, I only had to use NS4, not IE).

    That said, I was pleased to read about the push by the people in Netscape/Mozilla to get Web designers to create compliant sites. Sure, I'm never going to visit most of the sites on the Web, and if I have a problem with one, there will likely be an alternate. But it's nice that one browser maker is pushing for people to have as much choice as possible (it's likely that their efforts will also help users of Konqueror and Opera).

    --
    WMBC freeform/independent online radio.
  53. Re:Standards according to who? by Brad+Wilson · · Score: 1

    I found the opposite to be true if the page causes Mozilla to be in strict rendering mode. IE, on the other hand, has many CSS rendering problems (as does Opera, unfortunately).

    You are using HTML for content and CSS for presentation, right? Or are you leaning on the old and crutches?

  54. Maybe if the programmers learned to design... by pjdoland · · Score: 1

    ...instead of just turning out unbelievably ugly crap.

    Ever wonder why most open-source project websites look completely unprofessional? Maybe we'd make better inroads to businesses if the marketing materials we used looked halfway decent.

    There has to be a balance.

    --
    -- "The reward of suffering is experience." - Aeschylus
    1. Re:Maybe if the programmers learned to design... by John+Hasler · · Score: 2

      "Ever wonder why most open-source project websites look completely unprofessional?"

      I like the look of most open-source Web sites.

      "Maybe we'd make better inroads to businesses if the marketing materials we used looked halfway decent."

      Most commercial Web sites are cluttered and ugly.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    2. Re:Maybe if the programmers learned to design... by srmalloy · · Score: 1
      ...instead of just turning out unbelievably ugly crap.

      Ever wonder why most open-source project websites look completely unprofessional? Maybe we'd make better inroads to businesses if the marketing materials we used looked halfway decent.
      I don't know... Do you suppose it might be because the people who manage the websites for open-source projects are part of the project development team, and are primarily concerned that the project works, and assume that someone with the savvy to download, install, and use open-source software can read a basic website oriented around content, rather than pretty graphics?

      Last time I looked, there weren't many open-source projects that could afford to pay graphic designers to sit around between brief flurries of developing the latest chrome-riddled incomprehensible website navigation design, and getting graphic designers to do up a pretty website for the project is the last thing that the project developers think about while working on the project. Given a choice between functional and pretty, open-source projects are going to go with functional and plow the effort that would have gone into pretty back into the project.
    3. Re:Maybe if the programmers learned to design... by Dalcius · · Score: 1

      Some of the OSS and related pages look downright horrible, yes. Read: the old version of docbook.org.

      However, it is my understanding that most OSS programmers would rather spend time programming what *really* matters -- the software, rather than doing website design.

      I understand the need for marketing in cases, but I think it's about time the world realized that just because a server costs $12,000 doesn't mean it's that much better than a $3,000 white-box. Yes, reliability and support are an issue, but it doesn't cost $9,000 to aquire those (Read: RAID, SCSI, ECC RAM, redundant systems, blah blah blah).

      My point is that people are so concerned about image today it's sick. I can't recall the person who said it, but "Microsoft treats security problems as public relations issues." I'm just wondering when people will apply the saying, "You can't judge a book by its cover" to real lift.

      Notice my sig.

      --
      ~Dalcius
      Rome wasn't burnt in a day.
    4. Re:Maybe if the programmers learned to design... by reallocate · · Score: 0

      Then you're only convincing the True Believers. If you want to escape the Linux Ghetto, you need to pay attention to the habits and expectations of the market you are targetting.

      --
      -- Slashdot: When Public Access TV Says "No"
    5. Re:Maybe if the programmers learned to design... by Joe+Tie. · · Score: 1

      Linux will only become a ghetto when windows users come to Linux attracted by hype or pretty screenshots. My target is intelligent people able to understand the written word, and who are using Linux for well thought out reasons. I don't want the kind of people who use windows to be using my programs.

      --
      Everything will be taken away from you.
    6. Re:Maybe if the programmers learned to design... by reallocate · · Score: 1

      An obvious contradiction exists between a desire to see more people use Linux and a desire to constrain Linux users to "intelligent people". Equating lack of intelligence with Windows usage is an emotional assertion that can't be substantianted and serves to alienate potential Linux users who have every reason to be turned off by such insults.

      --
      -- Slashdot: When Public Access TV Says "No"
  55. Why AOL is so important by bill_mcgonigle · · Score: 5, Interesting

    Pretty soon AOL is going to be using gecko for its HTML renderer.

    In short order, developers taking this tack loose about 30 million customers. Do you want to be the one to explain to your boss why the company site doesn't work on his wife's computer?

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    1. Re:Why AOL is so important by Anonymous Coward · · Score: 0

      please see posts from the LoseNotLooseGuy

    2. Re:Why AOL is so important by Ooblek · · Score: 2, Insightful
      Do you want to be the one to explain to your boss why the company site doesn't work on his wife's computer?

      Me: It doesn't work because the browser she is using only supports the capabilities set forth by some standards comittee. You know, a bunch of people sitting around a round table, arguing about some base set of features the web should have.

      Boss: How do we get it to work?

      Me: Well, since you wanted the site to be navigable in ways that would make it user-friendly and have it look good, IE was pretty much the only browser that could support that. Sure, we could have waited until all the Java virtual machines worked the same way on all browswers and made one big Java applet, but they have a better chance of creating the web standard that supports a lot of the UI features we use before that happens.

      Boss: So when they create the standard, it will work?

      Me: Probably not since some people think "standards" must mean feature-poor so that it is easy to implement incrementally, and doesn't make one browser totally out of date by favoring another. So everyone complains that Microsoft has historically stolen and extended instead of innovating like they say they do. Now, as it turns out, IE is actually innovative because of its rich set of features, making web applications easier to make. Now they are complaining that it is too innovative. If you can't compete, complain I guess.

      Boss: What about Flash?

      Me: Oh, it works well, is cross platform, and can deliver a feature rich user experience too. The only problem is that installing the rendering engine on each desktop comes with its own challenges created by each OS it is supposed to work on. Everyone also seems to complain about it since the mindset of Flash designers seems to be, "Because we can, we should," and you get these really nifty animated websites that are flashy, but useless for imparting the information you intended.

      Boss: OK, we are uninstalling AOL when I get home and going to Earthlink. My wife can figure out how to use Eudora and Yahoo Messenger, and she'll have all she has with AOL, except for the unwanted ad bombardment and A/S/L requests.

    3. Re:Why AOL is so important by Garg · · Score: 1

      Boss: OK, we are uninstalling AOL when I get home and going to Earthlink.

      Great! Now you only have to repeat this conversation 29,999,999 times!

      Garg

      --
      Garg
      Alumnus, Xavier's School for Gifted Youngsters
    4. Re:Why AOL is so important by bill_mcgonigle · · Score: 1

      Boss: OK, we are uninstalling AOL when I get home and going to Earthlink. My wife can figure out how to use Eudora and Yahoo Messenger, and she'll have all she has with AOL, except for the unwanted ad bombardment and A/S/L requests.

      Ah, yes, but definitionally there are 30 million people who can't seem to manage to do that. Who uses AOL because it's the best thing out there?

      Half of the population has a below-average intelligence.

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    5. Re:Why AOL is so important by namespan · · Score: 2

      I would begin by saying I don't know where to begin, but lately I've begun to many posts that way....

      Well, since you wanted the site to be navigable in ways that would make it user-friendly and have it look good, IE was pretty much the only browser that could support that.

      You're joking.. right? In what way is IE the only browser that will support that?

      Even within the abortion known as NS4, there were/are lots of sites that do both gracefully.

      NS6, Mozilla, iCab, Opera etc are all as easy to work with as IE (from a user OR developer standpoint). Easier, in some cases.

      Sure, we could have waited until all the Java virtual machines worked the same way on all browswers and made one big Java applet, but they have a better chance of creating the web standard that supports a lot of the UI features we use before that happens.

      You have apparently been hiding under a rock for the last 3-4 years. No one has really touted Java as a solution for cross-platform in-browser deployment on the client side since then -- although some people have quietly deployed full-fledged applications using Java. Web standards folks are not the applet people; applet people almost don't exist these days.

      So everyone complains that Microsoft has historically stolen and extended instead of innovating like they say they do. Now, as it turns out, IE is actually innovative because of its rich set of features, making web applications easier to make. Now they are complaining that it is too innovative. If you can't compete, complain I guess.

      Which innovative features of IE are you refering too? Which aren't related to any of the web standards, or aren't simply different in some arbitrary way? Put simply, what can I do in IE that I can't do in any other browser?

      It doesn't work because the browser she is using only supports the capabilities set forth by some standards comittee. You know, a bunch of people sitting around a round table, arguing about some base set of features the web should have.

      Because if it's designed by people who don't work for a large company more concerned with their bottom line than a useful evolution of the web, they must be a bunch of pontificating, innefectual, ivory-tower eggheads, right?

      I suspect I've been trolled...

      --
      Libertarianism is rich wolves and poor sheep playing gambler's ruin for dinner.
    6. Re:Why AOL is so important by Ooblek · · Score: 2
      You're joking.. right? In what way is IE the only browser that will support that?

      I think you missed the whole point. Sure there are other ways of doing things, but you have to juggle your definition of "User-friendly" with the amount of mouse clicks required for your target audience to complete their task. Obviously coupling client-side script with server-side logic makes it easier than implementing it all on the server side. (And there are tons of arguments for an against these methods too.)

      And, no, I haven't been hiding under a rock in regards to Java applets. If someone wanted to tackle the task of trying to make a user-friendly, elegant presentation that was cross platform, they might evaluate Java as one option. What, because you don't use it no one is supposed to? Come on, Java was touted as the run-anywhere solution at one point, it just never made it. I have a hard time blaming Microsoft for it totally since the VMs in the browsers never made it to the level needed for it to really run-anywhere easily. Sun then tried to make up for this using a "plug-in" with some success, but it still fell pretty short.

      Put simply, what can I do in IE that I can't do in any other browser?

      Wasn't this whole subject about web pages that didn't work anywhere except for inside IE? There is obviously something you can't do in other browsers that can be done in IE. (But since you asked, try embedding an ActiveX control in anything but IE. "So what?" you might say....well, this is probably part of the complaint that things don't work anywhere but in IE.)

      Because if it's designed by people who don't work for a large company more concerned with their bottom line than a useful evolution of the web, they must be a bunch of pontificating, innefectual, ivory-tower eggheads, right?

      Your hatred for Microsoft is clouding your better judgement. Look back at what has happened with standards bodies in the past. They are largly bureaucratic organizations that take so long to argue about the set of standards that the thing they were standardizing is almost useless by the time they are finished. Take a look at how long it took to define ANSI C and even get a proposed standard for C++. Look at what ICANN has done as a standards body. This is a good thing?

      I think you need to look up the definition on "inneffectual." You imply that Microsoft is a bunch of lazy people sitting on something, preventing it from going forward. This is certainly not the case, like it or not. It is laughable to think that you would consider what can be done with IE as a useless evolution of the web.

      I suspect I've been trolled...

      This whole topic was a troll to begin with.

    7. Re:Why AOL is so important by namespan · · Score: 2

      Wasn't this whole subject about web pages that didn't work anywhere except for inside IE? There is obviously something you can't do in other browsers that can be done in IE.

      Almost universally, though, none of the page-incompatibility problems discussed are because of any "innovation" on the part of Microsoft's.... the incompatibility doesn't come because of any feature available above and beyond most browsers. It's because MS makes gratuitous changes in order to reinforce lock-in. Then people code to IE because half of them don't realize there's anything else.

      What I'm saying is: there aren't any compelling features that IE and/or its DOM have that don't exist in a similar form in the standards produced by the w3c and other projects.

      you have to juggle your definition of "User-friendly" with the amount of mouse clicks required for your target audience to complete their task. Obviously coupling client-side script with server-side logic makes it easier than implementing it all on the server side.

      All of the browsers I mentioned (Mozilla, NS, iCab, Opera) have excellent support for client-side scripting. Standards compliant, matching IE. Not because they aimed at IE, but because they implement the standard, and IE does... with the usual MS caveats.

      (But since you asked, try embedding an ActiveX control in anything but IE. "So what?" you might say....well, this is probably part of the complaint that things don't work anywhere but in IE.) ...
      And, no, I haven't been hiding under a rock in regards to Java applets. If someone wanted to tackle the task of trying to make a user-friendly, elegant presentation that was cross platform, they might evaluate Java as one option. What, because you don't use it no one is supposed to? Come on, Java was touted as the run-anywhere solution at one point, it just never made it.


      The two points I wanted to make about Java were:

      1) Java has made it as a run-anywhere solution.... just not within the web browser.

      2) Talking about Java in the context of web stadards is a Red Herring. It's not any core part of anything web standards focused folks worry about. It -- like ActiveX -- is a different kind of client/server solution from the web. Both have their place, but the most everyone and even sun realized that most of the time it wasn't in the browser. It has been YEARS since Java was positioned as that kind of solution. Same as ActiveX. Flash still has that position; the difference is that it's actually good at being a thin interactive client inside a web browser.

      Look back at what has happened with standards bodies in the past. They are largly bureaucratic organizations that take so long to argue about the set of standards that the thing they were standardizing is almost useless by the time they are finished.

      The implication that the W3C, for example, is behind the times, is by and large VERY unwarranted. They issue recommendations for standards usually months if not years before anyone gets around to a full implmentation. They not only make standards, they point the way with transitions. They provide tools and reference implementations. This is not a sit-on-your-ass academic group, and the implication that people pushing for web standards were simply whining blowhards who don't do anything is really the biggest thing that compelled me to reply to your post, my distaste for Microsoft's products and especially their business practices aside. Their research, efforts, and contributions to the progression of the web are easily the equal of Microsoft's, and their intentions are much less assailable. It's much harder to accuse them of being in it for the money than The Right Thing.

      (A re-reading of my post will show that I wasn't accusing MS of being innefectual, but mocking your characterization of web standards folks being innefectual. I'll chalk it up to fog of /.).

      As for C/C++ ... they're one of the best examples of why we NEED good standards bodies and for people to listen to them. Maybe if their commercial and academic implementations hadn't had such a head start on the standards process writing cross-compiler code would be a lot easier.

      And yes, ICANN sucks.

      --
      Libertarianism is rich wolves and poor sheep playing gambler's ruin for dinner.
    8. Re:Why AOL is so important by brunes69 · · Score: 2

      Caveat: I am a professional Web Developer

      Wasn't this whole subject about web pages that didn't work anywhere except for inside IE? There is obviously something you can't do in other browsers that can be done in IE. (But since you asked, try embedding an ActiveX control in anything but IE. "So what?" you might say....well, this is probably part of the complaint that things don't work anywhere but in IE.)

      Horrible example. ActiveX is OK for company intranets, where you can control the browser and security priviliges. But they are totally unacceptable for a public website. First of all, by definition you are shutting out not only all UNIX users, but all Mac users as well (even those who use IE). Secondly, you are shutting out all users who have ther security premissions set higher. Third, you are often displaying a nasty "Security Alert" dialog to your users, which to the non-savvy web user can be quite alarming, and cause them to go elsewhere. Quite frankly, anything you could possible want to do (UI wise) in the ActiveX can be done in client side script anyway.

      Your hatred for Microsoft is clouding your better judgement. Look back at what has happened with standards bodies in the past. They are largly bureaucratic organizations that take so long to argue about the set of standards that the thing they were standardizing is almost useless by the time they are finished. Take a look at how long it took to define ANSI C and even get a proposed standard for C++. Look at what ICANN has done as a standards body. This is a good thing?

      ICANN never was a standards body, they are a regulatory body, which is quite a different matter. The W3C has avery good track record with prompt definitions of standards, which are widely accepted, and a good forward-looking attitude. For the most part, IE follows the DOM stanrdards quite well, but not to the letter. The most significant deficiency is in the event model for IE. However, for anyone willing to put an extra 5 minutes into their client side script, you can make your stuff work on all W3C DOM browsers, as well as IE. People who complain that it is "too time consuming" or "you can only do this in IE" are just being ignorant. If they would spend a half hour and go read the spec, they would see that 95% of IE's DOM model is in the standard, and the rest are things almost no one uses, and everyone can do without, like DHTML behaviours.

    9. Re:Why AOL is so important by Anonymous Coward · · Score: 0

      half the population has below median inteligence.

    10. Re:Why AOL is so important by Anonymous Coward · · Score: 0

      That's wishful thinking - it's more a case of AOL having to explain to their customers why they suddenly are unable to view a large part of the web that was previously viewable.

      On a side-note regarding your post, the word is LOSE, not LOOSE.

      An explanation for small children and Americans:

      The word "lose" is pronounced LOOZ and refers to misplacing something, to fail, etc.

      The word "loose" is pronounced LOOS and refers to something which is not firm or is insufficently anchored.

      English is such a beautiful language. Please learn to use it properly.

    11. Re:Why AOL is so important by Isofarro · · Score: 2
      you have to juggle your definition of "User-friendly" with the amount of mouse clicks required for your target audience to complete their task
      Uggh.. another insufficiently digested piece of usability engineering. I suppose your IE only menu is one of those badly written DHTML dynamic menus (since link lists are accessible and work in all browsers).

      You've misunderstood the usability concept that's been laid out. The rule of "a page being within three mouse clicks away" is a heuristic based on user actions in the days before DHTML (well, hidden layering). The concept was, more accurately, that it shouldn't take more than three user actions to get to a specific page. Since clicking a mouse or entering a new URL were the only ways to change the content of a page, this naturally became dogmatisized into the "three click" rule.

      Now in a DHTML light, an action is anything the user has to do to change what is presented on the screen (like clicking on a link, or making a precise mouse pointer movement that makes a hidden division visible). So the first action is to mouse over the word or icon that makes the menu appear. The screen changes as the menu appears, the user then has to stop to read the screen to see the changes that weren't visible before.

      Now the user has to make another action, like moving the mouse pointer over a link that opens a sub-menu. That's now two actions.

      The sub menu now appears, and the user has to stop again to read the new menu items that weren't visible before.

      Now the user moves the mouse pointer and clicks a link that takes them through to a new page. That would be the third action.

      So its taken three disparate actions to leave the current page. That's the equivalent to the ill-digested "three clicks away", and the simplest proof that DHTML menus are not more usable than a simple link list, since it now takes three clicks to exit a page instead of one.

  56. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  57. What about VisualStudio.NET? by Schnapple · · Score: 5, Informative
    Well if anyone out there has fooled around with VisualStudio.NET and its GridLayout mode then on a web server with the .NET extensions loaded (yeah yeah I know it's a Windows-only technology thus far) when the .aspx page is loaded the proper page is given to the client based on what browser they're using. Whatever trick you want is passed over as whatever the client will understand, be it VBScript, JavaScript or simple HTML links - whataver works. Whatever graphic layout you specify will come across as the correct DHTML specification based on the browser.

    I took a DHTML page I made in Visual InterDev that would simply not work in non-IE browsers and re-did it in VisualStudio.NET - it worked 100% perfect in all browsers (well, except Konqueror). Sure, not everything works or looks 100% right (some tricks I tried didn't have as good results but they did the job) but for all the fuss that Microsoft is trying to shut out non-IE users, .NET sure does seem to be doing a lot to try and keep all the browsers happy.

    1. Re:What about VisualStudio.NET? by Anonymous Coward · · Score: 0

      Sssh. Don't say that - you will get modded down. Of course, you are correct, though. VS.NET actuall gives you not only the option to use flow layout (tables, etc.) vs grid layout (CSS positioning), it also lets you code specifically to older browsers (IE and Netscape 4). Obviously you are severely limited if you are coding to Netscape 4 but it still gives you a lot of flexibility. Don't tell the slashdot drones though. God forbid Microsoft did something right.

    2. Re:What about VisualStudio.NET? by Anonymous Coward · · Score: 0
      This is such a MS solution: special case code for each browser. Not that I have a better solution.

      It is times like these that I wish standards bodies had someone like Linus Torvalds on board. All the shitty protocols and kludges and hacks and bloated standards, most of which exist because that's how Sun or MS happened to have implemented on their first try, would be carved down to things that are actually correctly implementable. "Yes, we're happy you will share your table drawing code with the other consortium members, but it looks like it was written by a philosophy major, so we're going for this other approach."

    3. Re:What about VisualStudio.NET? by Anonymous Coward · · Score: 0

      Which standards are bloated/kludged?

    4. Re:What about VisualStudio.NET? by tunah · · Score: 2

      Of course at the same time, microsoft blocks sites based on user agent settings, encouraging people to change them and so this will server the wrong code.

      --
      Free Java games for your phone: Tontie, Sokoban
    5. Re:What about VisualStudio.NET? by Anonymous Coward · · Score: 0

      nice to see the astroturf is still growing...

    6. Re:What about VisualStudio.NET? by Reziac · · Score: 4, Interesting

      On a similar note, I'd noticed that sites made with Frontpage 2002 lack most of the bugs and annoyances I'd come to associate with older FP sites. Guess M$ got tired of being the laughingstock of the HTML world :)

      But here's a fine irony for you: On my WinXP machine, the IE6 that came with XP will NOT correctly render the M$ knowledge base pages!! In fact it doesn't even come close -- tables are mangled and some text simply vanishes.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
  58. Site designers by mr_z_beeblebrox · · Score: 2, Informative


    Some website designers are not aware of the difficulties of non windows users. A couple months ago I went to www.mancow.com and it was flash only. I e mailed a note to the webmaster and a few days later received the following:

    An apology and explanation that no attempt was being made to alienate users

    A request to view his NEW page the front page was graphically cool enough and then it linked to "Flash version or HTML version"

    So, not everyone does this deliberately.

    BTW As a courtesy (if his servers can take it) this was also a plug for www.mancow.com.

    Karl

  59. Program? by autopr0n · · Score: 2

    Why should designers need to program? Programming is for programmers. Designers design. There are lots of people who are both, but you can't expect good design from someone just because they are a good programmer.

    Also, designing a web page hardly ever involves anything that could be called "programming". (since back-end stuff has nothing to do with how it's rendered in different browsers)

    --
    autopr0n is like, down and stuff.
    1. Re:Program? by Jaycatt · · Score: 1

      Exactly! The same holds true for developing database applications (a la MS Access). You can be the world's best data modeller and still suck when it comes to designing a usable interface. I'm one of those people, and usually I ask for help from someone who works with layouts. I can't pick colors and sizes and locations for boxes very well, but I can organize the data like anything.

      --
      "Shared pain is lessened; shared joy is increased. Thus we refute entropy" - Spider Robinson
    2. Re:Program? by mosch · · Score: 2
      why should artists know how to paint. they should merely describe their vision to a painter!

      oh wait, that's completely rediculous.

    3. Re:Program? by reallocate · · Score: 1
      After being responsible for a few projects that were populated by both designers and programmers, I find that the best situation is working with folks grounded in one discipline but with enough awareness of what's happening in the other to make rational decisions. The worst situation is depending on somone who thinks only one of the disciplines is needed -- e.g., a designer who thinks the purpose of the site is to look pretty, or a programmer who thinks that "Anyone Who Doesn't Know How to Make This Thing Work Shouldn't Be Here in the First Place."

      I've had "designers" deliver pages prototyped in Photoshop as finished product, and "developers" who didn't know how (or see any reason) to change "Submit" to "Search" on a form built to gather a search query.

      --
      -- Slashdot: When Public Access TV Says "No"
    4. Re:Program? by autopr0n · · Score: 2

      why should artists know how to paint. they should merely describe their vision to a painter!

      Why should an architect know how to operate a crane? They should merely describe their vision to a construction worker

      Oh wait, that's completely sensible.

      --
      autopr0n is like, down and stuff.
    5. Re:Program? by mosch · · Score: 2
      I'm not saying that designers should know how to write a parser which translates their code into a graphical representation displayed in a browser.

      i am saying that designers need to understand what elements they're working with, and what those elements do. Just as an architect understands what the various portions of a building do, and how the interact to create a functional structure.

      all "artistic" professions have quite a bit of skill that's required learning before the artist can properly render what it is they want to create. Painters learn about paint, brushes, canvas, color, perspective, various techniques for painting, and much, much more. Pianists generally spend better than a decade studying, even if their goal is just to ramble on some chords in a rock band...

      why is it unreasonable to expect that somebody whose medium is HTML should know HTML?

  60. McMaster is doing the same thing... by 2nesser · · Score: 2, Insightful

    My school [www.mcmaster.ca] is re-designing it's page. It's about time for a new web page since it's currently old and bulky. But the company that has been hired to do it worries me a bit. Their site is built on flash mostly.[www.cossetteinteractive.com]

    Mac's site will not be a flash based application, because the content is the most important but I have a feeling we are looking at IE & Netscape > 5.0 browsers for CSS and java code (my mozilla doesn't have a java plugin!).

    Anyway, it's going to be interesting to see how the university reacts to this change.
    It's nice when things look pretty, but if it doesn't say anything, or not everyone can read it, then you've just spoiled your "target market" and your "branding" doesn't matter any more?

    Chris

    1. Re:McMaster is doing the same thing... by Anonymous Coward · · Score: 0

      I checked out that mcmaster.ca homepage and it's 197 kb! I don't understand why everything Web Designers do has to be a graphic?! Don't they understand that not everyone will be on a T1 Connection like they are?

      I think the REAL problem isn't Microsoft I think it's just the fact that the web design industry is very young and there a bunch of graphic artists running the show who seem to think that if it's pretty it's good.

      Function over form is what I think but hey I am just a lame programmer.

    2. Re:McMaster is doing the same thing... by 2nesser · · Score: 1

      Sorry, I forgot to mention that the new site has not been released yet. But yes, it is quite bloated isn't it? And good luck trying to navigate it too.

      The one thing I like about the company who has been hired is that they are really improving the navigation, well from what I have seen so far.

      I agree that we are a dying breed of people who want the content and not the pictures and crap. But it's the majority that counts right? Maybe that's a little pessimistic. But since so many "non-technical" users have entered the computer world this is the result.

      Cheers,
      Chris

    3. Re:McMaster is doing the same thing... by Anonymous Coward · · Score: 0

      Chris, don't jump to conculusions. You haven't even seen what Cossette can or cannot do. Do you think they would be stupid enough to alienate potential students because their browser can't render the site.

      Stats show that Academia has the highest percentage of non-IE browsers (I work for UofT).

      In regards how the university reacts, I can see the protests and the over-turned cars already when the home page doesn't render in NS 4.52.

      Geez.

    4. Re:McMaster is doing the same thing... by Eightlines · · Score: 1

      I used to work for those guys. The Flash site is about 3 years old and has never been updated. They keep telling me they are planning on updating it whenever I talk to them but since it was designed in Flash its really difficult to update.

      I wouldn't be too afraid of what Cossette Interactive can do the technical team is strong. They do support ASP and are quite heavy in MS products, but they are openminded. I used to be the only person that promoted the Mozilla project to them. That was always a fight. Don't ask me where they lie now in terms of supporting NS6+ or Moz.

      If you ask me that post a couple weeks ago with that web design firm that writes only compliant code is the way to go. Screw writing sniffers for every sub-class of browser. If the client's browser doesn't like the code they should get a browser that supports the standards!

  61. Re:Standards according to who? by Neil+Watson · · Score: 2

    Are Microsoft's "changes" intentional or are they errors? If they are intentional then they should be submitted to the W3C for acceptance. If they are mistakes then they should fixed.

  62. Re:Standards according to who? by Anonymous Coward · · Score: 0

    Not really (a good point). You can easily make
    sites that work in all browsers. Yes it sometimes
    takes more effort, but less effort than using
    some technology for the sake of it.

    The point of the web is getting the information
    accross. Not requiring proprietary plugin X.

    If you were talking about a physical facility and a disabled person would you still think the point is
    good? After all 90+% of people are not disabled
    right?

  63. Re:Standards according to who? by lfourrier · · Score: 1

    if IE were the standard, it'll be at least compatible with itself, from version to version.

  64. Re:Standards according to who? by qengho · · Score: 3, Insightful

    Who set these mythical "standards"?

    Volunteers from academia and industry, just like the people who set up the "mythical standards" for the Internet.

    The W3C has been irrelevant for several years now.

    Then why are the browser manufacturers working so hard to make their products standards-compliant?

  65. It's just poor hygene. by Matey-O · · Score: 2

    I maintain several sites that do lots of nice things using CSS and HTML...they work on and have been tested with multiple versions of Netscape, IE, and Opera (at the very least). As a Government entity, we've also got to consider ADA accessiblity and have accounted for that.

    Making a site so that it works on only one browser demonstrates a lack of talent.

    --
    "Draco dormiens nunquam titillandus."
    1. Re:It's just poor hygene. by Anonymous Coward · · Score: 0

      Not necessarily a lack of talent, but more likely a lack of resources. As a government entity, you are not going to run out of dollars. Ever. However, if you were a struggling joe trying to start a business on a tight bugdet I think you might change your tune. Anything can be done for a cost. Each year, millions die on our roads. If we really wanted to, Detroit could make every car weigh 10 tons and be virtually impregnable except by cruise missle. Is the fact that we don't have this situation a lack of talent, or the results of economics?

  66. Argos aaargh by danrees · · Score: 1

    I don't mind so much if there are a few bugs on a website because the designer hasn't tested it in Netscape/Mozilla/Opera etc - what annoys me is when a website will probably work fine but just blocks you out anyway.

    Argos is a case in point. If you fake the UserAgent string, you can access the website fine. But why should I have do do that?! They're just losing customers...

    1. Re:Argos aaargh by Anonymous Coward · · Score: 0

      Argos dont seems so bad. Sure the sight doesnt work but it does say:

      Comming Soon
      Sorry, the Argos Internet site cannot currently be viewed using
      Netscape 6 or other browsers with the same rendering engine.

      So they know about it and presumably are going to fix it

  67. Re:Gnome or KDE? by NineNine · · Score: 2

    Then either you're using a Mozilla build from a year ago or you just don't know how to code HTML properly.

    Nice troll. My bugs have been languishing in Bugzilla for months. I was writing something that was in the W3C spec that IE supported and Netscape did not
    . Jackass.

    And there's one more thing: our rights. People have the right to choose whatever they want. If I don't want to use Windows or IE, then that's my choice. Standards are created to make sure that I can still view the Internet, no matter which OS/browser I choose. But people like you are effectively taking away our right to choose.

    First off, I can *choose* to write my sites any way I'd like. Secondly, you can either choose to visit them, or not visit them. You can choose what browser to use. It sounds like you're trying to take away my right to *choose* how I code my own websites. Jackass.

  68. Slashdot displays incorrectly in IE! by Anonymous Coward · · Score: 0

    Its true, a lot of trolls recently have been exploiting IE bugs on slashdot. Most famously the PWP (Page widening post)! So on slashdot it is the other way round.

  69. Decent Linux graphical browser by Anonymous Coward · · Score: 0

    Most people seem to think that there is just a choice of Netscape(tm), Mozilla(tm), Opera(tm), or Lynx(tm)...

    Not so! This browser is the best I've ever seen:

    http://dillo.cipsga.org.br/

    1. Re:Decent Linux graphical browser by Anonymous Coward · · Score: 0
    2. Re:Decent Linux graphical browser by noda132 · · Score: 1

      Yeah, but it needs CSS support. If this gets CSS and text becomes selectable, I might use it as my permanent browser.

      Until then, Galeon!

  70. Opera Vs. IE by dj*doc · · Score: 1

    It's about time that this gets some attention! More than once a day, I have to copy an URL from my Opera (6.0) browser to IE (5.5) just to view some website that doesn't care about anyone but Microsoft. The day I don't need IE to view web pages will be a great day!

    1. Re:Opera Vs. IE by Anonymous Coward · · Score: 0

      ...or, you could go to File -> Quick Preferences and change the ID of the browser to IE when you need to, and back to Opera when you're done...

    2. Re:Opera Vs. IE by dj*doc · · Score: 1

      good idea... already tried it too. the problem was even when opera was id'd as ie, most flash sites still won't load properly or at all.

  71. Now this gives me an idea... by llamalicious · · Score: 4, Interesting

    Make a repository of sites which break on non-IE browsers.. Basically, a net-wide site-bug watch. Launch it as a universal database, and submit the reports to each webmaster in turn (as well as publishing the information on worst-offenders)

    Anyone know of something like this? If not, I'll take the initiative and build it damnit.

    Oh, and how many of you complaining wussies are posting via IE on windows anyway? Go sit in a corner.

    1. Re:Now this gives me an idea... by Anonymous Coward · · Score: 0

      that's great. but, I think the better idea is to have a listing of pages that don't FUNCTION.

      I see a disturbingly low number of pages that validate against any level of the W3C specs, but still render.

      Maybe a rating scale as:
      Work fines, validates great.
      Breaks, and validates like shit.
      Works fine, but doesn't validate.

      along with browser spec info, etc... (with an option to enter your own if you're spoofing your user-agent)

    2. Re:Now this gives me an idea... by sylvester · · Score: 2, Interesting

      Do it, and make a Mozilla toolbar, so you can just click "report this site as b0rked."

      Have Mozilla do the validation with its internal engine, report its version, etc.

      -Rob

    3. Re:Now this gives me an idea... by Anonymous Coward · · Score: 0

      wall of shame sounds good ..wuz thinking same thing..i wish their was another proggie to help remove IE.. would like to see a push for the info on how to remove IE and be easy to use for the average user. it must be free and able to run on any version of windows...

    4. Re:Now this gives me an idea... by Biedermann · · Score: 1

      There is something like this for whole sites / domains, not based on web-design, though. RFC-Ignorant.org gathers information about sites that don't have an "abuse" address or return mail sent to "postmaster".
      Someone should start IE-Biased.org

    5. Re:Now this gives me an idea... by Anonymous Coward · · Score: 0

      Hell yeah, automate the sucker to send an email per day until they fix it>; )

      hehehehe I am down. Contact 2minutesolutions@mindspring.com if you want my help. Adding this alias right now. the email address will work tomorrow. I can't donate bandwidth, but have the necessary skills to be on the development team.

    6. Re:Now this gives me an idea... by llamalicious · · Score: 2

      Well, people seem to like the idea...
      and as illsorted Moz Evan already has started the process...

      stay tuned, I'll get cracking.

    7. Re:Now this gives me an idea... by jesser · · Score: 2

      Instead of boosting the pigeonrank of any page that doesn't validate, I think it makes more sense to list a bunch of competing sites and say how well each one validates. Here are some sites that I think do it right:

      Search Engine HTML Validation Results - list of major search engines and web directories, showing how many HTML errors the W3C validator finds on both the front page and the results of a search for "mp3 rippers". The table was posted on June 29. One site (dmoz.org) made its front page validate by July 3.

      Financial Institutions and Mozilla Operability - list of many banks, saying how well Mozilla works with each bank. By concentrating on the practical "Can I use this site with Mozilla" rather than the ideal "Does this site validate", this site is more useful to users trying to decide which competitor to choose. It is therefore more powerful for getting the sites to fix themselves.

      and for contrast:

      Free Web Hosts - list of free web hosts and whether the host makes an uploaded web page stop validating. Doesn't have enough data for a table yet, so there's not much pressure on hosts to change. Uploads XHTML test pages rather than HTML 4.01 test pages, which seems like an odd choice to me.

      --
      The shareholder is always right.
    8. Re:Now this gives me an idea... by festers · · Score: 1

      None of the OSDN pages break my non-IE browser, numbnut. Pages that break, crash or otherwise cause a miserable viewing experience were the point of the parents database. Not W3C compliance. Go troll somewhere else.

      --


      -------
      "Every artist is a cannibal, every poet is a thief."
  72. Re:Gnome or KDE? by krog · · Score: 1

    from this post, we can ascertain that the tag is HTML 4.0 compliant.

  73. Most people... by Fear+the+Clam · · Score: 1

    I've worked as a usability engineer on a bunch of applications, and it always comes down to the client or the project manager saying "Most people use..."

    So everyone loads IE on their development boxes and writes the application, never bothing with things like validation.

    The next thing you know, the developers are bitching and re-coding because it looks like crap in Navigator and they only figured this out in testing. As this point, the last thing they want to hear about is writing HTML to any sort of standard, so they decide they can just get around the problem by requiring the user to use IE. After all, notes the client and the project manager, most people...

  74. AOL by Mr_Silver · · Score: 3, Insightful
    "From the beginning, the situation has been that we listen to our customers and deliver what they ask for," said Whitney Brown, a representative for Shutterfly. "We have had very few requests for Opera--most of our users are on a PC using IE, and the next largest group is on a PC using Netscape. We have a pretty mainstream user base, which has moved away from the early adopters who may be aware of other browsers out there."

    The solution isn't that hard.

    As soon as AOL starts using Mozilla as their standard browser everyone who maintains an IE only page will be forced to sort their HTML out or lock out a potential 34 million customers .

    That should give them food for thought.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
    1. Re:AOL by Anonymous Coward · · Score: 0

      You do realize that almost no AOL users that I know actually use the built in browser. They log in and go straight to IE on their desktop. Accessing websites through AOL is incredibly slow and clunky. Switching to Gecko (which they have been promising for over a year) won't automatically create 34 million converts.

    2. Re:AOL by Mr_Silver · · Score: 1
      You do realize that almost no AOL users that I know actually use the built in browser. They log in and go straight to IE on their desktop. Accessing websites through AOL is incredibly slow and clunky.

      No I didn't.

      Switching to Gecko (which they have been promising for over a year) won't automatically create 34 million converts.

      Now that is a shame. Personally I think the only thing that will re-adress this problem with IE only pages is a very large userbase suddenly using something totally different (and more standards compliant).

      Mind you, if only a third of them change, that is still 11 million odd people.

      --
      Avantslash - View Slashdot cleanly on your mobile phone.
    3. Re:AOL by Anonymous Coward · · Score: 0

      11 million odd people

      And if you read my post below, even 11 million is only 2% of the online population. That would mean that Netscape would go from around 5% to 7%. Hardly a dent in Microsoft's empire.

    4. 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.
    5. Re:AOL by mwa · · Score: 2
      Corporate executive: "Hah! We don't care about 11 million potential customers. Let them go someplace else."

      Shareholders: "How about you go someplace else"

    6. Re:AOL by NFNNMIDATA · · Score: 1

      See the thing is, AOL's browser doesn't work well. It's based on some old version of IE, and it has to play nice within their junk, so it won't do a lot of things. I don't think it really matters about gecko, the people who use AOL and want to see some site can always just use their machine's IE, and many already do automatically as AOL's browser is a constant source of disappointment...

  75. Re:Standards according to who? by supabeast! · · Score: 2

    "(If you hadn't noticed, the Web is meant to be an open medium, not controlled by a large, monopolistic and law-breaking American corporation)"

    An open medium? Well then, I guess Microsoft should be free to do any damned thing they want to with web standards, developers should develop for any platform they want to, and consumers reap the benefits of openness. As for who controls the standards, how is Microsoft any worse than a bunch of dorks who write white papers about which standards to use?

  76. Slashdot by psycht · · Score: 1

    I can read this site in IE perfectly. Maybe we need to change that.

    1. Re:Slashdot by Anonymous Coward · · Score: 0

      I can read this comment perfectly in IE. Maybe we need to change that!

  77. It works both ways...... by Theologian · · Score: 2, Interesting

    It's the same story from 7 years ago, in reverse.
    It comes down to laziness in web application development teams and making users conform to the whims of the developers instead of the developers trying their darndest to be transparent throughout the web application process.
    To make a specific browser an integral part of an application rather than making it irrelevant will be something web app teams will have to deal with well into the future if they truely want to cater to all PC users in the long-haul.
    Just like error-trapping is necessary, there should a a browser-trapping standard developed for web apps.
    Anyone agree?

    --

    Crapdot
    News from birds. Stuff that splatters.
  78. Re:Standards according to who? by NineNine · · Score: 1

    The new defacto standard *is* published:
    New standards

  79. Re:Standards according to who? by Havokmon · · Score: 4, Interesting
    Who set these mythical "standards"? I do business online with my websites. Some arbitrary "standards" are irrelevant. What *is* relevant is making the best possible experience for the most possible users. The W3C has been irrelevant for several years now. IE is the de facto standard.

    That's like saying if I want to wire my house a certain way, and the building codes from 88 don't allow me to, then I should just go ahead and do it my way because the codes are 14 years old.

    If NS and Opera want to compete, they need to make *their* browsers compatible with the new de facto standard.
    Hell, even when I tried making my stuff NS compatible, Mozilla is so full of rendering bugs that it was impossible.

    No.. You just need to try harder, or do it differently. Sure, I have a site that works a little better in IE (the TD background color is changable - remotely - in IE, as a highlight, while not in Opera/NS), but if I used an image instead, it would work just fine.

    There ARE multiple ways to accomplish the same thing. By not conforming to the existing standards, and buying into the extended monopoly, you're only screwing the rest of us into a specific browser.

    And remember, just because it looked right in IE, before you tried it in Mozilla, doesn't mean you didn't account for IE's rendering bugs.

    For example. Did you know that for absolute width, there IS no standard? Some browsers include the browser border, while others do not. It hasn't been addressed. This can easily be worked around, and is well-known. I think you just need to do more research.

    --
    "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  80. standards, imcompetance and malice by den_erpel · · Score: 2, Informative

    Since a couple of months, we've been active in a local group to support and promote open standards (http://www.openstandaarden.be). While decent use of html is not the only aspect, the current replies of webmasters can be cathegorised in 3 main groups:

    1. Incompetence. Let's face it, with the advent of WYSIWYG editors, nobody needs to know a single line of HTML anymore. Combined with software producers that practice point 2, this is a deadly combination. This is actually the worst group because the webdesigners (can one use this word) do not see any need to change. Hey, everybody should be using their tools and OS, because they are the experts.
    2. Malice. Especially Microsoft uses a couple of well documented techniques to kill all opposition and different browsers is for them one way to kill other operating systems. In one particular case, they seriously funded a government related site and all radio audio streams were in wma format. When the webmasters were contacted, they admitted to this fact. Luckily some of the webmasters there are not in cathegory 1 and changes were made. (The site used to be unaccessible with anything but IE). Realplayer and MP3 audio streams are still on the way out though (even though there seems to be some sensibility with a couple of people that can influence desicions (http://www.vrt.be, http://www.radio1.be, ...)
    3. Standards. Some webmasters still do an effort to get sites accessible with most browsers (and, very importantly, to disabled people). This last cathegory is often "forgotten" when building another Flash and other extension enabled site, even though simple things (like tagging images) can help them a lot. It is nice to see that changes are made for the good after indicating a problem on the site.

    Unfortunately, cathegories 1 and 2 are growing faster than cathegory 3 and when faced with "we got the server and bandwith to provide the streams for free" argumentation, there is, still, little one can do other than trying to get the people understand the value an need for standards
    And the fact that government sites seem to be especially susceptible to these effects makes it worse: these sites should be accessible to _anyone_ (even when "best viewed with telnet 80") and, if the government practices something, it is to some an indication of "standardisation" :((

    --
    Genius doesn't work on an assembly line basis. You can't simply say, "Today I will be brilliant."
  81. Just maybe... by swaic · · Score: 1


    Since people tend to do no more than is absolutely necessary, sites are essentially designed for IE because the majority of web users surf using IE. Also, there's the possibility that webserver logs show the majority use IE, thus it would be prudent to cater to them. Of course, this is all conjecture.

    Don't get me wrong though, it still sucks. However that's just how it goes.

  82. Re:Standards according to who? by NineNine · · Score: 1

    I don't know. I'm still waiting to figure out why after 5 years, Mozilla still hasn't implemented the W3C's standard for a click() method on an A tag. IE has supported this for many years.

  83. Standard "Canned" Response to Web Designers? by routerboy · · Score: 1

    I've been using Mozilla now for months and I can get to MOST sites OK, though I do miss a few features here and there. I typically send them an e-mail and they may or may not address the problem. I was wondering if anyone had written a kind of canned response to send to "bad" web designers when their HTML is too MS-centric?? I usually write these manually, but it would sure be easy to send out a standard, well-written and well thought out response to convince these authors to change their ways. Does anybody know of one?

  84. Like It Or Not, the Only Way to Enforce W3C on M$ by The_THOMAS · · Score: 1

    Like it or not, the only way to enforce W3C on M$/IE is going to be when AOL (another evil giant company) includes the new NS browser (aka Mozilla) in their evil software. They have nearly 50% of the Internet eye balls.

    Unfortunately, AOL has removed the great turn off "open unrequested windows" feature in their NS version.

    --
    Ya Sure! You Betcha!, The_THOMAS
  85. IE is the standard unfortunately by M_Talon · · Score: 3, Insightful

    (and I'm going to ignore that "complaining about flash" != "debate about coding standards")

    Right now IE is the dominant browser. As we all know, the winner of a war gets to write history. Thus, IE is the standard as far as most business and personal users are concerned. Your average Joe Blow off the street doesn't know or care about any standards body making rules. All he cares about is whether www.whatever.www will work in his browser, which statistics show is most likely IE.

    We can lament the failure of Opera, Mozilla, etc to be the Redmond giant, but that doesn't change the fact that programmers will be told to code for IE because that's what everyone uses. When time is an issue, the big suits are going to want it working on the majority of systems in the shortest amount of time. That means coding for IE and leaving the rest behind.

    If you want to make a difference, go to the sites that are coded for IE only and let them know there is a demand for them to be cross-browser compliant. Word your email rationally and explain why they are losing customers due to their lack of support for other platforms. If they don't respond, don't go there anymore. Enough people doing that should get the suits attention (if they care, and if they don't then why do you bother). MS will only take over the web if you let them.

    --
    Electronic Frontier Foundation for online civil rights information
    1. Re:IE is the standard unfortunately by qlmatrix · · Score: 1
      If you want to make a difference, go to the sites that are coded for IE only and let them know there is a demand for them to be cross-browser compliant. Word your email rationally and explain why they are losing customers due to their lack of support for other platforms. If they don't respond, don't go there anymore. Enough people doing that should get the suits attention (if they care, and if they don't then why do you bother). MS will only take over the web if you let them.
      What about establishing a register of web site owners who don't comply with coding standards and don't react to mails asking them for recoding? This would publicly blame them not only as dumb (not knowing about standards) but also unwilling (not caring about standards). Or does such a register already exist?
  86. Comment removed by account_deleted · · Score: 2, Insightful

    Comment removed based on user account deletion

  87. Reasons by optisonic · · Score: 1

    Writing pages for just IE means you will be compatible with most people browsing. This seems to be "good enough" in these days of quick software releases without proper testing (or any testing at all frequently).

    Flash is a cool technology but is still limited in many ways. Those using only Flash will end up with large downloads when incorporating other technologies and unusual methods. Even so, it is one of the best content delivery systems to date. Flash with sql is a decent combination in my book.

    We should really take a look at the original concepts of browser detection and alternate views (especially with so many PDA's and web enabled phones). Most people don't want to spend the time and money on these things as they are out to profit, which in most cases is at your expense. Such people will utilize IE and ignore other technologies.

    People that are making profit at your expense suck. It's hard to think of a company that isn't doing this which is why I don't see a solution on the horizon in the next year or two.

  88. Passive resistance! by jaf · · Score: 1

    If more people running Windows just started running Mozilla or Opera instead, the percentage of people not running IE could increase to maybe, what, 5%? Even that would mean that owners of some sites will realize (through looking in their logs) that 1 out of 20 people visiting their site can't view their site and they will have an incentive to make their site work with more browsers.

    Does anybody know what percentage "we"'re at now?

    --
    -- jaf
    1. Re:Passive resistance! by Jobe_br · · Score: 1

      On a site launched a few weeks ago (that I can run stats on rather quickly since the logfile isn't gigantic yet), the IE crowd seems to be about 93.3% , the Netscape + Netscape (compatible) crowd seem to make up most of the rest (a small fractional percentage is always search-bots). Last I checked, the site has received approx. 1400 page loads since launch (6/15/02) from approx. 308 distinct hosts (somewhat skewed number since the client's main Internet connection is dial-up, so each time she dials-up, she'll represent a different host (most likely) when she looks at her site).

    2. Re:Passive resistance! by ZenCrawler · · Score: 1

      Opera allows users to set the identity string that is given out, so many an Opera user will show up as MSIE 5.0. This is simply because many pages disable all javascripts if your browser reports as anything non IE.

    3. Re:Passive resistance! by Jobe_br · · Score: 1

      True, but there aren't enough Opera users out there to really introduce much error into the mix. Also, I believe that even when "acting" as MSIE, Opera does indicate that it is Opera and Analog (the tool I used to collect the stats) can differentiate. I could be wrong, though ... its happened on occasion ;)

      Cheers.

    4. Re:Passive resistance! by Joe+Tie. · · Score: 1

      I have a little gaming site, and I'm hovering around 10% mozilla hits right now. But it's both somewhat technology centric, and I plug mozilla a lot in my updates as well, so I'm not fooling myself into thinking it's that good everywhere quite yet.

      One kind of neat thing is that I'm actually getting about equivelent hits from mozilla compared to IE 6.

      --
      Everything will be taken away from you.
  89. Quality Assurance for the Web by Launch · · Score: 1

    I worked at a very large web devolpment company (our client roster was all fortune 500s).

    I worked in the Quality Assurance dept. And we tested any peice of html that we gave to the client on many many versions of i.e. and netscape on both the PC and mac... it's amazing how many things break on websites.

    But it is very comon practice to make sure that your website is going to look good and work for 95-99% of it's viewers.

    Also, let's not go bashing microsoft too quick on this one... Netscape started the trend... who can forget the BLINK tag?

    --
    Your mammas flamebait.
  90. Stop using IE(tm) then! by Anonymous Coward · · Score: 0

    I hate to say this, but frankly, I think all of the Linux users who tollerate poor web design by using IE(tm) to view the web, instead of complaining to webmasters about poor HTML, are at least partly to blame for this.
    I mean, I'm subscribed to the Linux kernel mailing list, and I frequently see people posting with Windows(tm)-based E-Mail cilents. I mean, why? It's occasionally because their Linux machines are all down, (who subscribes to the kernel mailing list, and yet only has one Linux machine, anyway?), or they're at work, (why haven't they talked their boss in to using Linux exclusively, yet?).

    Frankly, the only way you are going to get through to webmasters, is to NOT USE IE(tm), because then it WON'T SHOW UP IN THEIR LOGS SO MUCH!

  91. Re:Harder and harder? No, easier by davecb · · Score: 1

    I'm seeing improvement even though I'm using Netscape 4.76 (for stability purposes: I want my work desktop **boring**).
    --dave

    --
    davecb@spamcop.net
  92. What? by dlc915 · · Score: 1

    I don't know what this article is talking about. I've been doing web design for years, and I always
    br>

    --
    I still haven't found the "any" key.
  93. IE is standards compliant by vitaminc · · Score: 1

    People who develop websites seem to agree: Netscape has been a nightmare to develop for.

    IE had the luxery of being able to focus on standards compliance (from a functionality standpoint) while Netscape was forced to differentiate itself by coming up with extra functionality in order to fend off M$...In my experience Netscapes implementation of style sheets has been abysmal until recently.

    That said, I've been using Mozilla since the 1.0 release on both my windoze system at work and my linux box at home...both have performed well in almost all situations.

  94. Depends on the sites involved by ACK!! · · Score: 2

    Your problems with sites supporting IE only depend a lot on what sites you frequent. I hit sites dealing with Unix, Linux and some odd news sites.

    I have not had a major problem with site content itself. Sure, I do not have the Crossweaver's plugin for viewing QuickTime but if I did I would pretty much be in the clear for all sites I view in terms of seeing the content available.

    I worried a bit when my wife started using the KDE desktop I set for her but Opera has done her right.

    The biggest issue I have has been with IE and more precisely windows based web apps on my company's intranet. In fact, this has been the biggest problem for most people using a *Nix desktop in the corporate environment.

    Out there in the wild of the WWW world I have not hit this problem.

    Am I just sheltered in my web viewing?

    ________________________________________________ _

    --
    ACK /ak/ interj. 2. [from the comic strip "Bloom County"] An exclamation of surprised disgust, esp. i
  95. IE is better sometimes by Anonymous Coward · · Score: 0

    I develop web applications for a living. If the app I am developing is targeted for a large user base and we can not dictate the browser app / version to the users, I make a site that renders correctly on NS / Opera / Mozilla / IE.

    However, if I can dictate to a customer that you MUST use IE 5.5 or better to use this app, I will, unless that is a deal breaker for the customer. The reason for this is simple: I can make a better looking app more quickly with IE as the client software. Besides, most corporations have standardized on IE anyway. Even my old engineering shop that ran HP-UX made the engineers use Citrix to access MS Outlook and IE.

  96. Get yer own back by Draoi · · Score: 2
    Support Microsoft-free Fridays at your Apache-based domain by running; this module

    In support of freedom of choice in browser software, this web site is Microsoft-Free on Fridays. Please use any browser except MSIE to access this web site today.
    Wonder where this would leave /. ??
    --
    Alison

    "It is a miracle that curiosity survives formal education." - Albert Einstein

    1. Re:Get yer own back by Joe+Tie. · · Score: 1

      Wonder where this would leave /. ?

      Back the way it was before slashdot became too popular with the "I can point and click really well, I'm super smart! I know everything, wheeee!" crowd.

      --
      Everything will be taken away from you.
  97. Huh? by autopr0n · · Score: 2

    I do business online with my websites. Some arbitrary "standards" are irrelevant. What *is* relevant is making the best possible experience for the most possible users.

    What are you talking about? Your website is butt ugly (btw, 'free pics' link is http500 - internal server error. Great customer experience there).

    No, there aren't that many people using mozilla, but it doesn't take any more work to make a site that works in moz if you follow the standards. Unless you just needed to have that stupid cascading menu thing that covers the text on your page. Of course, no one with Javascript disabled will even be able to use it, and a lot of people do turn it of when surfing for porn, to avoid all the popups.

    By the way, what are you talking about moz having rendering bugs? Every time I've had a rendering glitch moving from IE to moz it turned out to be because of Mozilla's more strict parsing rules (in other words, I had made a mistake and IE worked around it)

    --
    autopr0n is like, down and stuff.
  98. Making their own standards by noda132 · · Score: 1

    I'll never, ever, EVER make any of my sites render properly only on IE. I promise this to the world.

    Of course, since I comply with W3 standards and use lots of CSS2 features, my sites look quite bad by default on IE (text-align: center; is NOT the same as margin-left: auto; margin-right: auto;). IE is a giant pain in the ass. My biggest pet peeve ever is when people say IE renders properly while Mozilla doesn't. 99.9% of the time this is completely untrue.

    Netscape 4 isn't woth supporting any more. It'll just make your code twice as complicated as it should be.

    Anyway, browsing around the other day I found a neat site called the Viewable with Any Browser Campaign. Thought people might be interested.

  99. Comment removed by account_deleted · · Score: 4, Insightful

    Comment removed based on user account deletion

  100. Non-MS browsers by Anonymous Coward · · Score: 0
    I've been using mozilla now since the early M3 builds (Off and on of course) and the sites that I visit all work perfectly. The only time I have problems is when people upload windows media player files with text/plain mimetypes and the browser tries to display it. But that's out of my control and I can usually find a way around it without opening ie.

    All the DHTML sites I visit are using standards compliant code so it just seems to work. In alt.javascript I've noticed people mostly give responces which follow the DOM standards.

    I have found a few corperate web sites which don't work with my web browser. ati.com (Now it works, but it didn't in the past), electronic arts (Site redesign fixed the problems) and the government of canada's (un)employment insurance web site (It has a warning for nav6 users but I never bothered to look into it). But those are the exception to the rule.

    In general, I don't really see this as that big of a problem. Just asking the web designer to fix the web site usually works. And if you need help figuring it out, the w3c always has their Evangelism mailing-list and Bugzilla has tech evangelism bugs where they will notify the author of a particular web site sending them information on how they can make their web site work in w3c compliant web browsers.

  101. True by loconet · · Score: 1

    As a web developer I must admit that true, At times when I was designing the html layout and "looks" of a website, depending on what the website is and who it is for I would only view it under IE. It is easy to forget (not care?) about all other browsers when you know 95% of users that will visit your site use IE.

    But!!.. Now that mozilla 1.0 is out, I look at them through both. My sites must meet mozilla expectations. Hey, sometimes I'm even curious enough to look at how bad they look under ns 4.x!

    --
    [alk]
  102. Re:Standards according to who? by Anonymous Coward · · Score: 0

    This is exactly why I publically ridicule any so called "web designer" that does not code to w3c standards. You code for IE? then you are a NO TALENT HACK, a LOSER, a wannabe or ankle biter.

    Basically someone that cant do crap. You code to w3c standards? then you are a web-designer.. anything else is a poser.

  103. Research in the Netherlands by tuxzone · · Score: 3, Informative

    I did a small research in the Netherlands for uselab.com. We tested 22 municipal websites for accessibility using Mozilla 1.0 on Win2k and IE 5.1 on MacOSX.

    The result: over 30 % of the websites had serious accessibility problems on Mozilla and on IE on the Mac. Problems where mainly caused by improper use of dynamic HTML and erroneous handling of the useragent-string (ie. trying to deliver a non-existant Mozilla webpage).

  104. Ghettoizing commercial content by Anonymous Coward · · Score: 0
    The Internet (World Wide Web) was a fun and interesting enough place before Microsoft and other large corporations got involved. Since then, the amount of bland, commercial content has been increasing, drowning out the genuinely interesting personal statements.

    I see the Microsoftizing of these same commercial web sites as a good thing. By cutting themselves out of the browsers I like to use, they're effectively removing the part of the Internet that I'm not interested in from my sight.

    I entirely support their efforts to make my Internet a less boring and less cluttered place. They can have their own Internet to themselves. Remember, the open Internet was around long before they got here, and the interesting parts will be around long after they've switched over to some proprietary format.

  105. Web development too complex by _bug_ · · Score: 1

    Seems like that wouldn't (or shouldn't) be the case but it's true.

    Netscape, IE, Opera, ect... all have their own unique bugs or quirks that a web developer needs to be very familiar with in order to develop a page using existing standards that retains the intended visual style and formatting. There are also quirks that differ between not only major, but minor versions of browsers.

    In order to comply with web standards you need to know all of these quirks ahead of time or you're going to spend far longer than you would like in development. But that is exactly how you learn about these quirks to begin with.

    Rather than learning workarounds to the countless bugs and quirks of individual web browsers, developers find it much more time efficient to limit the target platform. In this case the most obvious choice is IE. Why? Because of its ubiquity. If 90%+ of Internet users are utilizing IE, then you've cut down your need for workarounds greatly while limiting the audience but only 10% (at most).

    It's also a quicker development, especially if you're using FrontPage since it's designed with the IE engine.

    Now all this, I think, can change. But to bring about change a few things need to happen. First web developers need to be able to drop their need to support version 4 browsers. Right now this isn't realistic but in 1 to 2 years it will be.

    Next, Mozilla/Netscape 7 need to gain ground in browser usage. AOL's bundling of Netscape will certainly help this move along. Also people taking up the call themselves and introducing friends and families to the joys of Mozilla would help. Word-of-mouth works too but it all takes time.

    It won't be overnight but in a couple years (I hope) the M$ domination of the browser market will dwindel. At that time you will see more and more web developers being forced to look to web standards.

    So while what this article says is definitely true of the present, I think things will change as time progresses.

  106. Re:Standards according to who? by Reality_X · · Score: 1

    You do business on the web? Whoa. There's a new concept.

    IE should not be the standard, because it's broken. Every IE release has different bugs, so you have to write stupid workarounds for every version/service pack/hotfix/etc. It's a nightmare, and anyone who has to support their website will attest to it. We get at least 10 calls a day because some client has a different IE on a different Windows version and theres some obscure thing that it does that none of the other configurations do. VMware comes in handy here, but it can still take hours to replicate the error, and come up with a fix.

    We have not had a single problem with any mozilla release since 0.9.7. "Rendering bugs" is ambiguous. What rendering bugs? ...

    To sum it up: Mozilla is great. It's standards compliant (yes, W3C is the standards body. It has been for years... there's nothing arbitary about it,) and is a great platform for web development.

    Also, I've been using it as my one and only browser on my Windows box for about 6 months now, and I have yet to see it crash, nor render a website thats worth caring about incorrectly. It does flash perfectly. It even embeds Acrobat reader in there just like IE does.

    Meh.

  107. Flash filter = good!! (flashswitch.com) by BlueF · · Score: 0, Offtopic

    Slightly offtopic, but I can't help but sharing this awesome little utility that helps me avoid so much of the obnoxious, invasive flash on the web.

    Check out www.flashswitch.com

    Or for a great web filter, that catches just about everything other than flash, try www.webwasher.com.

    I can't bear to surf with out them.

  108. A good place to start. by joeku · · Score: 1

    Why web standards:
    webstandards.org
    How to actually do it:
    alistapart.com

  109. A web designer's humble opinion by Smedrick · · Score: 2, Interesting

    I admit that I am guilty of writing specifically for IE. The reason I do so is simply because IE gives me the best results. I find that when I place a tag in my HTML, it comes out looking just the way I want it on IE more often than it does on the "others". Take my job for example...here, the default browser installed on all the computers is Netscape 4.7. Because of this, the correct use of style sheets is damn near impossible. Most of the time I am forced the use incorrect HTML practices, such as using tables for layout, just to get a decent look.

    Now when I'm home and designing websites, I am so fed up with stooping to the lowest common denominator that I end up throwing together a warning page and going nuts with CSS2. Granted I could probably use PHP or a separate style sheet to get a halfway decent look on the other browsers, but I have neither the time nor the patience to try to cater to everyone viewing my personal sites. I see web design as an art and I believe that IE best handles the "code" to present that art. Standardization would be wonderful, but don't go shunning IE just because it's easy M$ fodder.

    And as for Flash, I honestly believe that it (or some other similar form) is the future of web design. To be able to get the exact same look regardless of the enduser's system is a web designer's wet dream. Add to that growing bandwidth of the average user and that clunky Flash site is looking more and more attractive.

    --
    "I strongly urge both the faint of heart and the faint of butt to leave the room at this time."
    - Strong Bad
    1. Re:A web designer's humble opinion by t_allardyce · · Score: 1

      Wow, and theres me thinking that HTML was for presenting content not style.

      --
      This comment does not represent the views or opinions of the user.
    2. Re:A web designer's humble opinion by Smedrick · · Score: 1

      Wow, and theres me thinking that HTML was for presenting content not style.

      That might be how it once was, but not anymore. Think about it. The majority of the Internet is used to either sell stuff (hence .com) or to express one's self (why else would Blogger.com be so popular). In these two cases, style wins out over content. If your company puts up a site, they want it to have a visual appeal. Sure, a lot of customers will probably just visit to find warrenty info or whatnot, but you also want to grab hold of prospective customers. A slick site will grab more customers than a piece of bunk taped together with table tags. First you grab their attention with style, then you give 'em the content.

      As for 1337 d00d's tribute to gothic teen angst...I couldn't care less what he's got to say. But if 1337 d00d can make his site resemble a piece of art, I just might stick around to read his latest diatribe on dumb jocks.

      Heck, even research sites could use a bit of flash. It would be nice to read something that's easy on the eyes. Not neccessary, but definitely a curtesy to the potential reader.

      --
      "I strongly urge both the faint of heart and the faint of butt to leave the room at this time."
      - Strong Bad
    3. Re:A web designer's humble opinion by Anonymous Coward · · Score: 0

      So you're basically saying that because you're lazy and don't want to learn anything new, you're going to stick to the old broken ways to make a nice looking webpage and everyone else should follow suit. "Standardization would be wonderful" ??? NEWS FLASH: WE HAVE STANDARDS ALREADY!!!

    4. Re:A web designer's humble opinion by Arthur+Dent+75 · · Score: 1
      Sorry, Flash is not the future, it's like a look into the past. I know there are some advantages to Flash, but there are also some serious problems:

      Client freedom: When is my Palm PDA going to support Flash? How are you going to fit a 300x200 pixel app on a 160x160 display?

      Freedom of processing: Normally I can just cut and paste something from a website into a document. With Flash this normally does not work. I'm back to typing the text again. That's the past.

      Similarity of user interface: Every damn stupid web site tries to implement its own great disfunctional scrollbars while my Mozilla scrollbars work perfectly.

      No back button!

      There are uses for Flash. If you want to do an interactive demo or something similar, it's great. In the absolut majority of cases Flash is just the designer's ego kicking the user's ass. Nothing else.

      Arthur

      --
      michael at slashdot.org: The real answer is that a couple of the slashdot authors are sick.
    5. Re:A web designer's humble opinion by Smedrick · · Score: 1

      I wasn't going to reply to this because you seem to have missed the point entirely, but here goes...

      How is learning the latest version of CSS lazy? I'm simply saying that I shouldn't have to forfeit style just because some people have an unfounded hatred for IE or inability to keep their version of Netscape updated. I could most likely mimic a lot of fancy CSS features using old standards, but it would be sloppy and load a hell of a lot slower.

      And yes, we have standards...but there's this crazy thing about standards. You see, when browsers don't adhere to them, they're useless. Furthermore, just because they're standards doesn't neccessarily mean they're the best for the job. A set of standards should be compiled using the best features of each browser and then all the browsers should adhere to the list. Unfortunately that kind of cooperation is very unlikely.

      --
      "I strongly urge both the faint of heart and the faint of butt to leave the room at this time."
      - Strong Bad
    6. Re:A web designer's humble opinion by Smedrick · · Score: 1

      I agree with you for the most part. But you're just looking at the Flash of today. Like I said, I'd like to see it become more transparent. When I'm not breaking standards to design Intranet websites, I'm doing graduate research on this very subject. And I still stand by my statement that Flash is the future simply because I can't see everyone adhering to all W3C standards at the same time. It just needs a bit more tweaking to meet exactly the concerns you've expressed...which I believe is possible.

      --
      "I strongly urge both the faint of heart and the faint of butt to leave the room at this time."
      - Strong Bad
    7. Re:A web designer's humble opinion by t_allardyce · · Score: 1

      Sure, a lot of customers will probably just visit to find warranty info or whatnot, but you also want to grab hold of prospective customers

      I don't know about you, but i often buy things based on specs, reviews, and other peoples experiences, not because the company had a sexy web site.

      A slick site will grab more customers than a piece of bunk taped together with table tags.

      A slick site _is_ a piece of bunk taped together with table tags :) or bloated flash, or dreamweaver/frontpage dodgy HTML. A good site uses CSS so it looks slick in CSS browsers, and looks like proper HTML in old browsers, (or the server generates different versions on the fly).

      As for 1337 d00d's tribute to gothic teen angst...I couldn't care less what he's got to say. But if 1337 d00d can make his site resemble a piece of art, I just might stick around to read his latest diatribe on dumb jocks.

      Man, 1337 d00d r0x! his tributes to gothic teen angst make me ROFL! Lots of sites are meant to be gimmicky art pieces, thats fine, they're fun to browse, but when i want to find some drivers or warranty information, or whatever, i want it quickly and without having to go through some dumb interface.

      --
      This comment does not represent the views or opinions of the user.
    8. Re:A web designer's humble opinion by Arthur+Dent+75 · · Score: 1
      I have no good feeling about Flash. The development of Flash is in the hands of one company, if I'm not mistaken. Flash sites today are much worse than the average HTML site I encounter.

      Probably you like the freedom that Flash gives you. You (as a web designer) are able to control much more of the customer experience than (X)HTML/XML/CSS/XSLT allows you to do. Is this a good thing? From a web designer point of view maybe. Not from my view as a user. HTML is simple (you can express a lot of content with only about 15 different tags and attributes). Flash is difficult, you need a software to write it.

      HTML is truely cross-platform and downwards compatible. A properly designed strict HTML 4.01/CSS2-Page will be displayed just fine in a proper HTML 2.0 Browser.

      Arthur

      --
      michael at slashdot.org: The real answer is that a couple of the slashdot authors are sick.
    9. Re:A web designer's humble opinion by Smedrick · · Score: 1

      HTML is truely cross-platform and downwards compatible. A properly designed strict HTML 4.01/CSS2-Page will be displayed just fine in a proper HTML 2.0 Browser.

      I would consider Flash to actually be more cross-platform and downwards compatible than HTML. Sure, a properly designed strict HTML 4.01/CSS2-Page look fine in a proper HTML 2.0 browser. But if you really want to get the most out of the language, you need everyone to have the latest and most compatible browser installed on their machine. And let's face it, very few web surfers have the latest IE or Netscape (due to ignorance or just plain laziness). Now, a properly designed Flash site can look twice as good as the HTML site, even on an older version of Flash. I'll grant you that not every person has Flash installed, but it's probably a great deal more than IE 6 users. When a Flash site is viewed on an older version, the actual design of the site is rarely compromised. When an HTML site with heavy CSS2 is viewed on any Netscape browser before 6, it's layout is, more often than not, extremely compromised. Plus, Flash is a lot easier to update than the browser. If user has an older version of Flash and a new site is loaded, they're informed of the suggested update and installation is automatic. And this all happens in a fraction of the time it takes the average Joe Schmuck to update his browser.

      Ultimately, as a programmer, I love the markup languages. HTML is light, easy to use, and easy to code. But as an artist, I love the amount of control Flash gives me over the design. The fact that the presentation will look the exact same on every computer is enough to ignore the clunk. Very few programmers understand that the wrapping is often just as valuable as the package. But on the same token...just as there's such a thing as a dull, content-overloaded site, there's also such a thing as a design-heavy, contentless site. The trick is to find a balance between the two and, additionally, find a better way to do it.

      --
      "I strongly urge both the faint of heart and the faint of butt to leave the room at this time."
      - Strong Bad
    10. Re:A web designer's humble opinion by Smedrick · · Score: 1

      I don't know about you, but i often buy things based on specs, reviews, and other peoples experiences, not because the company had a sexy web site.

      You've obviously never had the <sarcasm>privilege</sarcasm> of working in retail. A non-geek is easily attracted to shiny things. Heck, even some geeks can't resist a shiny box.

      A slick site _is_ a piece of bunk taped together with table tags :) or bloated flash...

      and those table often result in an equally bloated site. To me, table != slick.

      ...i want it quickly and without having to go through some dumb interface.

      Let's not confuse all Flash sites as the confusing, artsy fartsy Flash sites. The navigation does not have to be hidden in order for it to be considered a slick Flash site. Straight-foward navigation and seemless content presentation can easily be put otgether using Flash.

      --
      "I strongly urge both the faint of heart and the faint of butt to leave the room at this time."
      - Strong Bad
    11. Re:A web designer's humble opinion by t_allardyce · · Score: 1

      and those table often result in an equally bloated site. To me, table != slick

      I thought you ment slick as in sexy, not slick as in use of html - according to the w3c, tables arn't for placing elements on a page, although slashdot and 500000 other sites would say otherwise

      --
      This comment does not represent the views or opinions of the user.
  110. Re:Adopt the standards. Gain customers by oaksey · · Score: 1

    ... and if those 5% of people can see your page properly but not your competitors who do you think is going to get the sale?

  111. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  112. Microsoft isn't all bad by loosenut · · Score: 2

    (did I just say that?)

    This article on Webmonkey explains how IE6 is going to make it easier for designers to create web pages viewable by all browsers, by becoming more standards-compliant. It is over a year old, but explains IE6's use of the DOCTYPE declaration, which allows designers to write standards compliant code for almost any browser (and throw microsoft's old propriatary standards out the window if they choose).

  113. Great. Now find a good web page builder by MtViewGuy · · Score: 2

    I understand your concerns using FrontPage to build web sites.

    Now, how about finding a decent standards-compliant WYSIWYG web page builder that will create web pages that look good in both IE 6.0 and Mozilla 1.0? What brands do you recommend?

    1. Re:Great. Now find a good web page builder by Jobe_br · · Score: 4, Informative

      Hands down, Dreamweaver - 4 was real good, MX in some respects is better. It beats the pants off of Golive, which is really meant as the "designer's" web development tool (when the designer doesn't have access to a professional developer, for some reason or another).

      DW MX will produce code using CSS and the like (even XHTML if you so desire) that will validate to the W3C validator, for the most part.

      Cheers!

    2. Re:Great. Now find a good web page builder by Masem · · Score: 1
      I think my point was that, at least until recently, the goal of most WYSIWYG editors is to make it easy to layout pages first, with the standards compliance much lower down on the list of priorities. Many of them still rely on and default to techniques that are frowned upon (but not necessarily non-standard) by HTML purists, including nested tables, absolute sizing, font specification by pt or px, and similar techniques that lead to pixel-perfect design; this is typically bad since it automatically assumes that your audience has their browser at a certain size and resolution. Sure, they do allow you to tweak the code to be more "pure" in the raw HTML, but by default they operate in pixel-perfect mode.

      So until another round of updates and standards have been processed by all parties in the web cycle, by far, the best editor is still Notepad/vi/EMACS/any other non-WYSIWYG editor, since you have absolute control on the output. Don't rely on WYSIWYG editors to give you the compliance or the 'purity' that HTML offers.

      --
      "Pinky, you've left the lens cap of your mind on again." - P&TB
      "I can see my house from here!" - ST:
    3. Re:Great. Now find a good web page builder by Anonymous Coward · · Score: 0

      arachnophelia is a nice editor.
      www.arachnoid.com

    4. Re:Great. Now find a good web page builder by Chelloveck · · Score: 5, Insightful
      Now, how about finding a decent standards-compliant WYSIWYG web page builder [...]

      There's no such thing as a WYSIWYG web page builder. HTML specifically leaves most rendering decisions up to the browser. Different browsers should render a page differently. One of the problems with WYSIWYG editors (for anything, not just web pages) is that people will do really bad formatting that just happens to "look right". Centering a line by using leading spaces or spacer GIFs, for example, instead of the "align=center" property. Looks great on their screen, but looks like hell if someone has their screen width or font set differently.

      I'd also mention using physical <i> and <b> tags instead of logical <em> and <strong> tags, but that battle was lost years ago. It is an example of using the wrong markup just because it happens to "look right" on their screen, though!

      If someone really wants WYSIWYG, maybe they should publish as a PDF document instead.

      I'd really like to see a GUI HTML editor that does a good job using the proper tags, instead of acting like a paint program and producing crappy HTML to try to force the end user into seeing a pixel-by-pixel copy of the author's screen. I suspect this is what you meant by "standards compliant", and I'm sorry I can't help you there.

      --
      Chelloveck
      I give up on debugging. From now on, SIGSEGV is a feature.
    5. Re:Great. Now find a good web page builder by Fizzlewhiff · · Score: 1

      Dreamweaver is nice if you like hundreds of nested tables and div tags to confuse what should be simple HTML. I often though Dreamweaver was in with the chip makers because to render a Dreamweaver page a browsers needs much more RAM and CPU power behind it.

      Good, cross browser HTML is done best with a simple text editor and a couple installed browsers to preview with. That is why you don't see as much of it. It takes more time and it takes a knowledge of HTML and not just point and click, drag and drop, or cut an paste.

      --

      'Same speed C but faster'
    6. Re:Great. Now find a good web page builder by Anonymous Coward · · Score: 0

      I've seen some real shite come out of Dreamweaver 4.

      I suppose it does a good job with standards only IF the user understands the standards to begin with. In which case, you might wonder why they are using a GUI tool to make HTML pages.

    7. Re:Great. Now find a good web page builder by sehryan · · Score: 2

      Bullshit. I am looking at the many pages I have built in both Dreamweaver4 and MX, and the only time I see a div tag is where I put one so I could use some DHTML. And nested tables? Again, the only time I see nested tables are when I nested them myself.

      Once again, don't blame the tool for the ignorance of the person that uses it.

      --
      The world moves for love. It kneels before it in awe.
    8. Re:Great. Now find a good web page builder by Jobe_br · · Score: 1

      Precisely. I couldn't agree more. When I open DW and create a table, it creates one table in the HTML ... if I want to center align it, it sets the align property of the table. I could go on, but really, people who think that DW is like every other WYSIWYG editor out there are kidding themselves. Both Imageready and Dreamweaver (and by extension, Fireworks, I imagine) create very intelligent HTML. The thing is, they create HTML for a particular look. From my experience, it is very difficult, if not impossible, to create *exactly* a certain look with a different (more intelligent) set of HTML than what Imageready/Dreamweaver create in the hands of a skilled developer.

      I hand-edit my code in DW frequently, don't get me wrong, but that's to do things that the interface isn't optimized for or to fix rendering bugs in NS4 (which always requires hand-editing the code, often times, removing certain white-space between tags fixes NS4 rendering problems).

    9. Re:Great. Now find a good web page builder by Darth_Burrito · · Score: 1

      I never use -strong- and -em-, instead using -b- and -i-. Strong and Emphasis always seemed ambiguous to me... Is there a time when one should be used over another?

    10. Re:Great. Now find a good web page builder by scm · · Score: 2, Interesting

      I'd really like to see a GUI HTML editor that does a good job using the proper tags, instead of acting like a paint program and producing crappy HTML to try to force the end user into seeing a pixel-by-pixel copy of the author's screen. I suspect this is what you meant by "standards compliant", and I'm sorry I can't help you there.

      I'll disclaim this by saying I'm not a pro web developer, and I haven't used things like ColdFusion or GoLive...

      Mozilla's editor seems really nice. It has WYSIWYG, "tag view", Source, and preview (using gecko) modes. And it's free ;-)

    11. Re:Great. Now find a good web page builder by extrasolar · · Score: 2

      While I'll usually agree with using the more generic markup, its always okay to cut corners. Such as using the italic and bold tags. In truth, there is absolutely *no* benefit to using strong and emphasis tags instead other than in your mind. In truth, it seems impossible to use completely generic markup. Presentation and content are never truly separable, but going a ways towards this ideal makes our lives easier.

    12. Re:Great. Now find a good web page builder by Anonymous Coward · · Score: 0

      I work with someone who uses dreamweaver and it never works on netscape. I don't know how he sets it up but it is always us (the java programmers) who has to fix it. According to him "I am more of a graphics guy, I don't do text like you people"

    13. Re:Great. Now find a good web page builder by mediadiva · · Score: 1

      it is not the tool but how you use it.. whats the saying? Guns don't kill people, people kill people.. WYSIWYG Don't kill web pages, people do! .. When i feel like putting the effort into it, I can make dreamweaver work well without nesting tables.. and without putting in wack tags.. you can even get deep into the proggy and change the way it codes - if you're truley die hard.. I believe "alistapart" did a tutorial on it.. how to change the way it writes meta tags and everything..

    14. Re:Great. Now find a good web page builder by tunah · · Score: 2

      I use dreamweaver mx and love it. (yay for syntax highlighting my php) however I can't seem to find a way to get it to close empty tags, as in />. Without this it doesn't produce xhtml. Have you had any luck with this?

      --
      Free Java games for your phone: Tontie, Sokoban
    15. Re:Great. Now find a good web page builder by Anonymous Coward · · Score: 0

      -strong- and -em- could theoretically be overriden by the user's style sheet to display the way they want.

    16. Re:Great. Now find a good web page builder by Reziac · · Score: 2

      Does DreamweaverMX default to or have a frames template using Flash (with *no* HTML link) for the navigation buttons? Cuz in the past couple weeks, that horrible design has popped up twice that I've seen, and it has the look of a default template.

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    17. Re:Great. Now find a good web page builder by Reziac · · Score: 2

      Believe it or not, old AOLpress makes the most anally-correct HTML I've seen, even tho it's primarily a WYSIWYG editor (but has a raw HTML mode as well -- and it makes beautifully legible source).

      --
      ~REZ~ #43301. Who'd fake being me anyway?
    18. Re:Great. Now find a good web page builder by mlefevre · · Score: 1

      Modifying DreamWeaver 4.0 to Produce Valid XHTML might be useful. I understood that stuff had been fixed up in MX, but if not I guess the same techniques will still work.

    19. Re:Great. Now find a good web page builder by The+Evil+Plush+Toy · · Score: 1

      1st Page 2000. www.evrsoft.com It's an HTML editor with WYSIWYG ideas, i.e. (horrible pun) you can "click in" elements, but you're still getting the raw HTML. I'd highly recomend it, and most of all, it's FREE

      --
      chdir("c:\\con\\con");
  114. Re: I second the motion by Anonymous Coward · · Score: 0

    I agree, I write to the w3c dom level 1 standard (later/latest versions of IE, Opera, Mozilla) with a function which adds support for older versions of IE up to 4. Older versions of Netscape (4 back) are just plain broken. Who ever heard of an object model with three elements (hyperlink, layer, form)?

    With the amount of greif adding Netscape 4 support has, cuased me over the years. I hardily second the motion that Netscape 4 users have can go fuck themselves.

  115. Legalities of Accessibility by Anonymous Coward · · Score: 4, Insightful

    One thing that is rarely mentioned in web page standards discussions is the growing requirement to make web pages accessible to _everybody_ - this includes those with special needs. This is where a lot of the W3C work really comes into its own.

    Standards make things like client side style sheets for translating pages into something a text to voice system (for the blind for example) can actually understand much simpler. Mainly as parsing and translating valid XML or HTML is much simpler than broken HTML (IE). Braille output systems are another example of where good use of XML/XHTML/CSS could make a huge difference.

    Web designers who don't stick to the standards should especially take note of this as there is growing legal pressure to force accesibility of web pages. Many government and university pages already HAVE to be standards compliant for these very reasons.

    As for flash - I have no idea how you convert those pages into braille?

    Not relevant you say? Only a small percentage of the population? Think about how many wheelchair access ramps you've seen? Why do you think they were put there?

  116. Hmm, let's see if Slashdot can stand a W3Cing by Mtgman · · Score: 3, Interesting
    --
    -- I have marked myself unwilling to moderate-- I don't have other accounts to artificially inflate the karma of
  117. my observation exactly by Anonymous Coward · · Score: 0

    And I'm using Mozilla on OS X - a combination that is at best 1% of the net traffic - and almost everything works fine. I'd say that the news.com article is off-base...

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

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

  119. Suggest alternatives by Fuzzums · · Score: 1

    "Hello,

    This is the 3rd time you visit this website with IE.
    This is a critical point.
    Either you have to register now for $$$ or use an other browser for free access."

    --
    Privacy is terrorism.
  120. Legacy... by autopr0n · · Score: 2

    Got that? Less well. If you follow what the W3C wants to the letter, people with "legacy" browsers will be screwed - people on NS 3/4 especially will see nothing but crap.

    Personaly, I think people using netscape 4 should be shot. Baring that, showing them a fugly-ass page is good enough.

    --
    autopr0n is like, down and stuff.
    1. Re:Legacy... by TheTomcat · · Score: 2

      Personaly, I think people using netscape 4 should be shot. Baring that, showing them a fugly-ass page is good enough.

      I couldn't agree more -- especially the second part.

      -We generally try to talk the client out of it when they ask for NS4 support.
      -We generally add 10-15% to our HTML production budget when a client demands NS4 support.

      The way we see it: If a user can't/is too lazy to upgrade their browser from that 4 year old POS, then they're USED to seeing messed up pages. There's no good excuse to use NS4. If that's corporate policy, complain about it and get it changed. If you're too lazy to download 15 megs, I have no pity for you.

      It takes a VERY long time to get complicated HTML to display the same on recent browsers AND legacy browsers.

      S

    2. Re:Legacy... by MadAhab · · Score: 2
      Lazy, lazy, lazy. You are lazy. If you think about standards and graceful degradation from day one, it's not all that hard. If you don't, you make horrible messes and you can only blame your own incompetent ass. There are plenty of really valid descriptions of how to do this in previous comments.

      I agree that NS4 is a piece of shit, but a lot of people have it and won't upgrade because their computer works, and they don't want it getting broken. And you ought to have pity on those who have only dial-up connections and can't spend all night downloading new browsers (but you probably don't and make horribly fat pages). But congrats for being an elitist who hasn't earned the privilege..

      --
      Expanding a vast wasteland since 1996.
    3. Re:Legacy... by Anonymous Coward · · Score: 0

      Netscape 4 isn't even supported by Netscape anymore.

      He's well within his rights to charge a 'legacy tax' in order to support it, just as he should charge extra for IE 4.

    4. Re:Legacy... by TheTomcat · · Score: 2

      Hardly.

      Time is money. It takes a lot more time to make pages look like they should in NS4. We bill our clients on an hourly basis. The 'NS4 tax' is an estimate on how much longer HTML production will take when we run into NS4 problems. They're bound to pop up. They always do. Sometimes they're a simple fix. Other times not so much, and yet other times there IS not fix, and we need to find a complete workaround.

      I hardly do any HTML myself, and I know, that our designers and html producers aren't lazy.

      It's very difficult to make modern HTML (HTML4/XHTML) display correctly, without a hitch, accross many browsers.

      S

    5. Re:Legacy... by Isofarro · · Score: 2
      Hardly (In reference to him not following standards based authoring as being "lazy")
      Agreed. Incompetant is the more accurate term.
  121. The validator by Anonymous Coward · · Score: 0

    Well it's crap really, bobbie is a much better validator.

    1. Re:The validator by Mr+Windows · · Score: 1
      Bobby isn't a validator in the same sense that the W3C's is; Bobby is more of an accessibility checker than an HTML verifier. They're both useful tools; you should use them both!

      If you meant some other "Bobbie", then I'm obviously talking rubbish and should be ignored :)

  122. Clueless. by rob_from_ca · · Score: 2

    I like this quote from Shutterfly about the issue, blaming browsers:

    What we want to do is write once and have it work with everything," said Russ Sanon, senior manager for quality-assurance engineering at Shutterfly. "But it falls onto the lap of the individual browser manufacturer. There's nothing that we do that's proprietary. Everything that we write should work with W3C-complaint specs.

    Funny. According to an html validator, I would put their site in the not even close department. I wonder how the QA manager could claim his page is standards compliant, when the front page is so obviously not (although it would be a lot closer if it at least had the right DTD...). Could be because he doesn't understand what we are even talking about? Sigh.

  123. This site doesn't work in w3m ; by timbrown · · Score: 1

    On a similar subject I find it a real pain that Slashdot doesn't support w3m. This is the only site I use that requires me to keep a copy of lynx installed.

    --
    Tim Brown
  124. Re:Standards according to who? by tomgilder · · Score: 1
    I don't know. I'm still waiting to figure out why after 5 years, Mozilla still hasn't implemented the W3C's standard for a click() method on an A tag. IE has supported this for many years.

    Please show me one single page on w3.org where it mentions click() as a standard.
    Wait, you won't, as it isn't.

  125. Numbers Everywhere by great+throwdini · · Score: 2, Insightful

    From the article (I made the link a bit more obvious):

    IE is used by more than 85 percent of all Web surfers by many counts, and may go even higher. One recent study showed it with 95 percent share.

    The referenced study actually reported 95.3% use of MSIE, down from 96.6% as reported the month before. I don't care if it's true, the audience of users to whom I serve web documents is far more diverse. I believe it would be foolish to permit numbers of overwhelming IE dominance sway you into the IE-centric camp of Web design.

    Here are my overall use percentages. In cases such as those which feed the numbers below, I don't really have much choice but to be agnostic about the browser in use. Percentage of documents (HTML only) viewed by various browsers, top ten:

    • 60.13% MSIE (order: 5.x, 6.x, 4.x, 3.x)
    • 9.37% Netscape (order: 4.x, 6.x, 3.x, 7.x)
    • 8.56% Opera (order: 6.x, 5.x, 4.x, 3.x)
    • 7.14% Mozilla (order: 0.x.x, 1.x.x)
    • 5.43% Identified Robots [!!!]
    • 2.57% Konqueror (order: 2.x, 3.x, 1.x)
    • 2.04% Galeon (order: 1.x, 0.x)
    • 1.40% AOL (order: 7.x, 6.x, 5.x, 4.x)
    • 1.05% Mac MSIE (order: 5.x, 4.x)
    • 0.66% Lynx

    I really won't go into reasons why I've split AOL or Mac IE from Win IE ... I could rejoin them or group all the Gecko-based browsers together, but the above provides me with a pretty clear indication of why I shouldn't care whether 95% of those not visiting my sites are using IE exclusively. Would I really want to forfeit over 1/3 of my visitors' experiences? Would you?

    Numbers are great. Context is better.

    1. Re:Numbers Everywhere by Anonymous Coward · · Score: 0

      It all depends on what type of community your site is catering to. Here are some of my stats:

      MS Internet Explorer 91.1 %
      Netscape 6.5 %
      Unknown 1.8 %
      WebTV 0.3 %
      Opera 0.1 %
      Konqueror 0 %
      Lynx 0 %

    2. Re:Numbers Everywhere by rainman_104 · · Score: 1

      Dude... When were those stats taken? Where's MSIE 6?

      Looks like you're using some pretty old stats... My sites report in the low to mid 90's for MSIE.

  126. Guilty as charged by Anonymous Coward · · Score: 0

    Darn it. I'm one of the guilty ones.
    I don't want to be, though. I use OSX at home, but since Win IE has a HUGE marketshare, my boss don't really want to pay me for caring about other browsers at work.
    And, NO, it's not just a question of sticking to standards ( my HTML *does* validate ).
    Rather it's a question about DHTML/Javascript.

    For example, last time I checked, Opera didn't support createElement ( meaning, you can't create elements for a popupmenu, for example ).
    One example of things not working as they should. If you are building relatively complex pages, these are the things you need.

    Also, IE does have some nice stuff. Stuff which isn't "standard", but is pretty nice. One example would be "behaviors", which are great to use.
    Mozilla designed their own way of doing stuff like this. They call it XBL or -moz-binding. As far as I know, not a standard either.

    The point here is, that if I wanted to use these technologies, and support both IE and Mozilla, I would double the amount of work.

    I really, really, really wish things weren't like this. But they are. It's as simple as that.

    I LOVE Mozilla, but on some sites I would literally be able to count the amount of users using Mozilla on one hand.
    It's a crappy state of afairs. It's there for a reason though. You cannot write complex code that works in all browsers without investing some time into it. And when other browsers marketshare are as a low as they are ... well, it makes sense to the bosses.

    I understand if you guys think this is stupid, but it's not my world. I just live in it ;)

  127. Re:Adopt the standards. Gain customers by Baki · · Score: 3, Insightful
    Think of it a designing to gain 5% more customers
    Not to mention that one never knows what the next version of IE (6.5, 7.0) does and implements.

    By sticking to the standards, and not to what current IE happens to implement, you have more chance that your site keeps working with future versions of any browser, including IE. So even in an IE only world (god forbid) it is risky to use non-standard HTMl/Javascript.

  128. Re:Standards according to who? by Anonymous Coward · · Score: 0
    Perhaps the W3C is irrelevant and perhaps IE is the de facto standard but what we are talking about here is rendering of the page - IE has had its share of problems here too. It *has* been consistently better at handling bad or mangled code, historicaly much better than Netscape and perhaps Mozilla. But, if the code is good and not some garbage produced by the majority of WYSIWYG editors it is going to be "compatible" with all browsers.

    There has to be an independent standard for the code if there is going to be competition. If IE's rendering of a page and proprietary extension of HTML is what the industry caters too Netscape and Opera will no longer be able to compete. Period. Standards help even the playing field and keep things open and non-proprietary.

    Fundamentally, web pages need to be *compliant* with an independent standard not "compatible" with a browser.

  129. Heres why this is. by Anonymous Coward · · Score: 0

    As a web site developer devoping web services that go beyond free information into e-commerce i'll quickly tell you why ie is the standard in today's market.

    Money. Its as simple as that. It takes 5x as long to try and support multiple browsers than just ie.

    Opera as listed in the subject CANT do 90% of the stuff i need it to. Most annoyingly is updating content after loading (which totally gets rid of any client side xml->display thats not static (read xmlhttp)).

    Mozilla has a million and two rendering issues and css problems that it becomes a real hassle to get working.

    To make things worse, microsoft controls the market and mozilla/dom sales dont equal the development costs.

    Microsoft supports htc (html components) which makes dhtml development a dream with custom xml namespace tags behaviors and just an overall nice api for easily adding reusable effects to a page.

    Moz on the other hand supports no such model and you would have to completely abandon this excellent technology to give mozilla support.

    I go out of my way to write standard compliant code (eg using document.documentElement and not document.body) where ever possible but I wont redo my web services that cross over into client side xml.

    And the answer is simply its not economical to do it. Why spend several grand making a system work on mozzila and downgrading the ie htc support to get 1% more sales for example.

    In my business its not worth it. and i'll think you'll find thats the reason most pro firms that do this are.

    Once you reach a certain complexity level you quickly reach the limits of dom browsers and standards and need to move into proprietary abilities.

    And contrary to some of the more ignorant posts its not wysiwyg editors that produce more proprietary code. In fact most produce very cross browser code even if its not standards compliant.

    That being said you cant do anything advanced with them and need to re-write anything that they would produce by hand.

    So hand code support ie and unless the nix community starts voting with their wallette quit bitchin.

  130. Stay on Topic =) by Karoshi · · Score: 1

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

    If you comment on the news, then stay on topic and don't destroy the discussion with a holy war even before it started.

    --
    Don't answer me. Moderate. Slashdot is about moderation, not discussion.
  131. Same as applications for Windoze only by Gorbie · · Score: 4, Interesting

    For sooo many years mac users (and linux...and whatever non-M.S. platform you use) have felt the frustration of not having the same level of application choice. Companies develop where the money is, and that was in the big windows market.

    So, the web designer says to the company looking for the site: "Hey...what customers do you want to reach?"

    Company: All of them! (typical)

    Designer: All of them? Okay...lets take a look at the possible conditions under which you can view a web site. You can have this generic looking site that will distinguish you from this peanut in that the peanut isn't on the screen, and it is dumbed down enough to be viewed by everyone. That's cheap. You can have this terrific looking site, but for every different scenario that you want someone to be able to view it under, it will cost an additional 'X' dollars. Or...you can develop for M.S., get 85% of the potential viewers, and have it cost the original quote"

    Company: Do that. THat sounds good!

    And that is the world we live in!

    1. Re:Same as applications for Windoze only by jht · · Score: 2

      When we revamped our company's public site a couple of years ago, I gave the developers the following targets:

      -Must look the same in all browsers
      -No Flash (they wanted to do a Flash intro, which I rejected in favor of an animated GIF)
      -No complicated HTML

      So after a while, the ad agency that developed it gave us final code to load, and we checked it internally and put it on-line. I called my mom (the ultimate tester), and asked her to look at the site with her old version of Netscape on her iMac. She reported some major display glitches - so I confirmed it on my Mac later that day and we got in touch with the designers to holler about it.

      They said "you didn't say you wanted it to work with Macs."

      The (paraphrased) reply from our head of marketing: "We didn't say it shouldn't work with them - now fix it!"

      They did. Quickly.

      --
      -- Josh Turiel
      "2. Do not eat iPod Shuffle."
    2. Re:Same as applications for Windoze only by Anonymous Coward · · Score: 0

      You're giving web designers too much credit. Far too many of them don't even know HTML tags - they got Dreamweaver to hide all that "nasty" stuff from them. They certainly aren't going to do a cost-benefit analysis like the above - generally, whatever works with their setup and preferred browser is what they do (no thought to installing multiple browsers).

    3. Re:Same as applications for Windoze only by Tet · · Score: 2
      I gave the developers the following targets:

      -Must look the same in all browsers

      Never going to happen. Not only that, it's not even desirable. How is is going to look the same on my cellphone as it does on my desktop? How about on my partially sighted aunt's computer (where she uses huge fonts)? You want the site to be *usable* to sell your product to the largest number of people possible. Insisting on strict visual presentation is not a good way to go about that...

      --
      "The invisible and the non-existent look very much alike." -- Delos B. McKown
  132. Comcast + IE by MyNameIsMok · · Score: 1

    hi,
    I found out a few months ago that Comcast's customer service web GUI only works w/ IE for security. When I complained to customer service, they [naturally] claimed they didn't support any browsers besides IE. Of course, they dont support any OS besides M$ either.
    sTc

    --
    Most things worth doing are worth doing twice. -- me I think or was that my boss' methodology?
  133. what? by Anonymous Coward · · Score: 0

    You people are just now noticing this? Score another for your friendly neighborhood on-the-ball slashdot weenie.

  134. Re:Harder and harder? No, easier by GeckoX · · Score: 1

    You'd actually be helping the standards effort a heck of a lot more by dropping NS4.x support.
    No, I'm not saying move to IE.
    I've been using mozilla as my target browser for over a year now. Wonderful side effect is that everything I write automatically works fine in IE and Opera.
    Haven't written a browser based code fork in over a year!

    --
    No Comment.
  135. Re:Standards according to who? by kalidasa · · Score: 1

    And the W3C was founded in part by the guy who wrote HTML, the first WWW server, and the first browser, thereby inventing the web in the first place, Tim Berners-Lee. So I think his organization has some authority as originator in determining what is standard. And MS *participates* in the standards process at W3C, so there aren't really two standards at all: there're the standards, and the places where MS (or Netscape, or Mozilla) has decided to ignore the standards they participated in developing.

  136. Before you complain too vociferously... by FiendBeast · · Score: 1

    Slashdot comes up with a good hundred or so errors when put through the W3C HTML validator.

  137. Use Amaya by Anonymous Coward · · Score: 0

    If there is anyone who wants to build a webpage and wants to use a web authoring program with a WYSIWYG environment, use Amaya. It's at http://www.w3c.org/Amaya. It conforms to W3C's HTML standards, it's available for Windows as well as Linux. And because it's available for a free download, there is no excuse for someone to be using FrontPage to build a website.

  138. They should announce it by MarcOiL · · Score: 1

    I recently had a browser related problem with my registrar, eNom.

    They have a web based DNS manager, which is one of the main reasons I chose them. But when I tried to use it for the first time, it wouldn't work. Tech support said it was because they website has been designed for "IE 5 or Netscape 4.7 and above", although the part where you give them your credit card number works perfectly with any browser.

    Now I'll have to wait one year before switching to another registrar! If only they had stated that I wouldn't be able to use their services, now I wouldn't have the problem.

    The funny thing is that I use Mozilla 1.0, which is clearly "above" both IE 5 and Netscape 4.7.

    --
    If I have posted far, it is because I replied to giants.
  139. The WaSP by jonwiley · · Score: 2

    The organization that is devoted to evangelizing Web standards is the Web Standards Project, aka The WaSP. They have been promoting web standards for years now.

    Originally The WaSP targeted the browser makers to support standards in their browsers. They also targeted WYSIWYG Web development applications like Macromedia Dreamweaver and Adobe Golive.

    Now that modern browsers are (mostly) standards compliant and WYSIWYG developers have released programs that generate standards compliant code, The WaSP has changed focus to the Web developers.

    The WaSP agrees that the last bastion of old school, standards flaunting Web junk lies with Web developers. Now that we've got good browsers and good tools, there is no excuse why we don't have standards compliant sites.

    1. Re:The WaSP by nrc · · Score: 1

      Mod this up. The WaSP have done lots of work explaining why adhering to standards is important for accessibility and cross-platform compatability.

      Also check A List Apart's To Hell With Bad Browsers for more standards evangelism.

    2. Re:The WaSP by nrc · · Score: 1
      Sorry, botched the link, 2002 and we still can't edit. Must...press...preview... :/

      To Hell with Bad Browsers"

  140. 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!
  141. Re:Like It Or Not, the Only Way to Enforce W3C on by Anonymous Coward · · Score: 0

    They have nearly 50% of the Internet eye balls.

    What crack are you smoking? You must live in a pretty small world to think that the ~30 million AOL users represent 50% of the entire world. Some estimates have the World online population to be well over 500 million and growing. That makes AOL users less than 6% and shrinking. Considering that most AOL users don't even use the built in browser, AOL's switch is nothing more than a fart in a windstorm.

  142. That's true. by autopr0n · · Score: 2

    I think someone just took a year or two year old artical, punched it up a bit, and sold it to news.com.

    --
    autopr0n is like, down and stuff.
  143. Re:Standards according to who? by Anonymous Coward · · Score: 0

    Why do you feel it necessary to post under a dedicated trolling name?

  144. ANSI Standards by MarvinMouse · · Score: 1

    I just follow this simple rule.

    If the browser isn't ANSI compliant, then I don't program for it. I program following ANSI and ISO standards to an absolute tee. Unfortunately, sometimes the browsers can't handle those standards though (Netscape for example). IE has been quite good at matching the standards, and Mozilla and Opera have done reasonably good as well.

    For all of the programmers out there who either program meticulously to match NS and IE, or just program using IE's little tricks. A simple solution that will likely please all of your customers. Just program using the standards and a textpad, no more WYSIWYG (Frontpage), or silly IE tricks. In the end everyone wins.

    --
    ~ kjrose
  145. i think every web developer will agree by Anonymous Coward · · Score: 0

    Fuck NS4. It's been around far too long; if it were a pet, someone would have put it down a year ago. If you can't be bothered to update to a browser more recent than NS4, you should have the computer removed from your posession.

  146. The5K Contest by HappyPhunBall · · Score: 2, Informative

    Take a look at the 5K contest this year. The rules were relaxed a bit this time around, and in my totally random browsing of the entries I found that at least half of them do not work in my trusty Mozilla sans java, flash, etc. Disgusting, what used to be a contest to showcase novel design has become a wasteland of cheesy javascript and flash.
    Sadly, the 256b contest seems to be going the same route. Check the first 5 entries, they are all IE only or require javascript.
    Web designers are sucking more and more latley. Learn proper CSS and stop designing broken pages.

    1. Re:The5K Contest by BrookHarty · · Score: 1

      Alot of web developers learned how to develop pages before CSS, now years later they are stuck, doing flash, java anything but CSS. But your right, any contest should work on browsers other than IE. It is the best developers that win right?

    2. Re:The5K Contest by doom · · Score: 2
      Take a look [the5k.org] at the 5K contest this year. The rules were relaxed a bit this time around, and in my totally random browsing of the entries I found that at least half of them do not work in my trusty Mozilla sans java, flash, etc. Disgusting, what used to be a contest to showcase novel design has become a wasteland of cheesy javascript and flash. Sadly, the 256b [wildmag.de] contest seems to be going the same route. Check the first 5 entries, they are all IE only or require javascript. Web designers are sucking more and more latley. Learn proper CSS and stop designing broken pages.
      No, the *unemployed* web designers are sucking more these days. Once these guys are gainfully employed in the food service industry, the web will get a lot more useful, and commercial web sites might actually start turning a profit.
  147. standards by ooshy · · Score: 2, Insightful

    i stuck with designing stuff with clean (by the book, w3) code, even though i knew that NS couldn't/wouldn't display properly...

    i was safe in the knowledge that as soon as mozilla was available mainstream all my designs would suddenly look fine.

    and they do.

    they still look good in ie too.

    webstandards.org/upgrade

  148. I just send them the results of by mocm · · Score: 5, Interesting

    the w3c validator.
    Sometimes the webmasters of the site even respond and are surprised that such a thing exists. If people would keep doing that, web desingers might use the validator as well.
    The real problem are those so-called authoring tools which produce invalid html in the first place. Everybody who bought such a program should complain to the manufacturer.

    --
    ***Quis custodiet ipsos custodes***
    1. Re:I just send them the results of by paiute · · Score: 1

      Used the link and saw many errors detected and: Sorry, this document does not validate as HTML 3.2. \. ? I mean /.

      --
      If Slashdot were chemistry it would look like this:Cadaverine
    2. Re:I just send them the results of by Fastball · · Score: 2, Informative
      I don't know about this one. Yes, it is an excellent validator as far as catching everything. I built a validation and publishing system around the SGMLS tool that it uses and the HTML::Validator Perl module. It works, but...

      The error messages are extremely cryptic. It's tough to run down problems when you get messages like "general entity." OTOH, if your familiar with CSE Validator, then you get good, comprehensible messages. And 9 out of 10 pages that validate in CSE Validator will validate with the W3C/SGMLS validator. Alas, CSE Validator is GUI only for Windows. Sigh.

    3. Re:I just send them the results of by Vlad_the_Inhaler · · Score: 1

      Sorry, I just tried that link with my home-page and it was not a success. It abandoned processing at line 1, presumably because some characters were lower-case when it was expecting uppercase, or vice versa.
      It even told me what it wanted to see. Apart from the case, the only difference was that I have html 4.0 transitional and it's example was 4.01 transitional.
      I have never had a browser have this problem, believe it to be standards compliant and am not about to 'fix' it to make a broken validator happy.

      --
      Mielipiteet omiani - Opinions personal, facts suspect.
  149. I may abandon Netscape myself, soon by chart · · Score: 1

    I've been trying hard to Fight The Man and not use IE, but I am running into more and more sites that Netscape 6 can't decipher.

    I plan to take a look at Opera and Mozilla, but if they can't do those sites either, I'll have to go over to the darkside....

    Where are the standards? Why aren't web designers following them?

    --
    Cara Hart chart@eNOSPAMfurn.com Systems Administrator eFurn.com, LLC. and ARITEK Systems, Inc.
  150. Not all standards... by matth · · Score: 2

    I'm a website designer.. and I know that sometimes when I'm designing a website I will notice that IE displays the page as it "thinks" I want it to be displayed.. rather then how I WANT it to be displayed.. where as netscape displays it as I CODED it.

    An example. If you leave the closing off of a website.. IE will usually display fine.. on the other hand Netscape will display a blank page because .. well you didn't code correctly.

    The problem, as far as I can see is that Netscape follows code.. IE just haphazardly tries to decide what YOU want to do and "fixes" the code.

    1. Re:Not all standards... by matth · · Score: 1

      that should have been the closing
      blah I hate replying to myself.

    2. Re:Not all standards... by matth · · Score: 1

      ARG! the closing table tag.

  151. People with money by fluor2 · · Score: 0, Troll

    I'm sorry to say this, but people who have bought Windows OS is a potentially product buyer, while Linux surfers tend to search all day for the free solutions. So why should we ever support Linux?

  152. Re:Adopt the standards. Gain customers by Anonymous Coward · · Score: 0

    So you're saying 30% of the effort for dual-maintenance needs to go into luring in 5% of the customers?

    Yes, that's really bright. You should have a Ph.D.

  153. Re:Standards according to who? by Anonymous Coward · · Score: 0

    Hi! My name is supabeast! and I make absolutely no sense. Please send me back to nursery school so I can learn the difference between simple things.

  154. My favorite non-compliance message... by SPYvSPY · · Score: 5, Insightful

    ... is MSN's games page. (Note: You will see an error if you're not using IE.)

    When my girlfriend tried to log in to play her favorite time-wasting game, she saw this message and told me (again) that Macs suck. It's so nice to see Microsoft mind control at work in your very own home.

    1. Re:My favorite non-compliance message... by psocccer · · Score: 2

      I ran in to that just last week trying to set up an MSN Messenger account (my gf uses messenger) and was greeted by the fun "You must upgrade to IE or Netscape 4+" type of message. What a crock. Luckily I had been playing on MozDev and found lots of cool toolbars, like the google toolbar, and the UA bar which lets you set your useragent from a handy dropbox, like IE4, 5, 5.5, 6, etc. There I just set it to IE6/NT and the page loaded fine, set up my Messenger account, and I was done. Yeah, I need to "upgrade" for what reason again?

      If you use the UABar, though, remember to reset your UA string to the default before you close Mozilla. If you don't, it gets saved to the prefs.js file and next time it starts, will barf an error because the UA number is too low (I think IE uses part of the NS4 version string), not a huge deal but you do have to edit the prefs.js to fix it.

    2. Re:My favorite non-compliance message... by pmz · · Score: 1

      The error message actually says to upgrade to IE or Netscape 6. However, I'm using Netscape 6, and I still got the error message. Perhaps they didn't like the fact my browser blocks all their cookies and isn't running on a Microsoft OS. Well, that's just too bad for them.

      As far as your girlfriend's comments about Macs, I've noticed that a lot of people don't know where one piece of software begins and another ends when using a computer. For example, the people testing my software comeback with all sorts of crazy problem reports that are totally unrelated to my code, but with everything in the same context they just don't see the separation.

    3. Re:My favorite non-compliance message... by weave · · Score: 2
      which lets you set your useragent

      Nice, but unfortunately it makes it look like even more people use IE than really do, which to them justifies it even more.

      Want to help screw stats? Set your company or home proxy server to rewrite the user agent to something other than IE... (disclaimer, this will break some sites that browser id sniff (instead of do capability checking) unfortunately... maybe better just do it on your home proxy server :)

      Stats suck...

    4. Re:My favorite non-compliance message... by TotallyUseless · · Score: 1

      I take it your girlfriend didn't see the "To continue using the Zone without upgrading your browser, click here" message at the bottom eh? Works on my Mac in osx omniweb. Tell your girlfriend that her eyesight sucks, not macs. :)

      --

      Time for some tasty Shiner Bock!
    5. Re:My favorite non-compliance message... by isorox · · Score: 2

      Want to help screw stats? Set your company or home proxy server to rewrite the user agent to something other than IE

      No, do do it on your companys proxy, tick people off, and they all moan at the discrimatory sites.

    6. Re:My favorite non-compliance message... by Simon+Brooke · · Score: 2
      ... is MSN's games page. [msn.com] (Note: You will see an error if you're not using IE.)

      Oh, beautiful. From the page:

      If you do not want to upgrade your browser, you can still use the Zone, however some pages may not render properly and some games may not function properly. To continue using the Zone without upgrading your browser, click here

      What happens if you click there? Why, you get to see exactly the same error message all over again.

      --
      I'm old enough to remember when discussions on Slashdot were well informed.
    7. Re:My favorite non-compliance message... by Graff · · Score: 2
      ...you get to see exactly the same error message all over again.
      Not here. I'm using OmniWeb 4.1 on MacOS X 10.1.5 and once I clicked on the "To continue using..." link I was able to use the site just fine. Not a single glitch. The site is just coded to make you nervous about using our usual browser in hopes that you'll switch. I'm sure that some browsers may have problems with the site, but that could happen with any browser on any site.
    8. Re:My favorite non-compliance message... by chaih · · Score: 1

      I like the message in that page.

      ------ From MSN's games page --------

      Browser Not Supported

      If you are seeing this page, we have
      detected that the browser that you
      are using will not render
      zone.msn.com correctly. To play on
      the Zone you need a computer
      running Windows95 or greater and
      we recommend either Microsoft
      Internet Explorer 4.0 or greater or
      Netscape 6.0 or greater.The Zone is
      best viewed with Internet Explorer.
      To get the latest version, please
      select the free download link below.

      Note that our Netscape 6 support is
      still under construction. Some
      games may not function properly
      while that support is being
      completed.If you do not want to
      upgrade your browser, you can still
      use the Zone, however some pages
      may not render properly and some
      games may not function properly.
      To continue using the Zone without
      upgrading your browser, click here

      ------------- End Quoting -------------

      In other word it implies :
      if(you are not using windows)
      if(you are not using IE)
      NO game for you to play, kid!
      elseif(you are using netscape)
      We are supporting it, but we will make sure
      your computer crashs on every mouse click.
      endif
      endif

    9. Re:My favorite non-compliance message... by Mtgman · · Score: 2

      Funny, it looked like utter crap on NT4 with Netscape 4.72. Pictures out of line, gaps in the background images, broken links, games didn't load(tried to play the Lego game). Yep, looks like it doesn't work with Netscape 4.72. A valid warning message in this instance, you may be right about their intentions, but in my case they're spot on about the results.

      Steven

      --
      -- I have marked myself unwilling to moderate-- I don't have other accounts to artificially inflate the karma of
    10. Re:My favorite non-compliance message... by Anonymous Coward · · Score: 0

      Do it on your companies proxy, and ask that people send bug reports if anything "odd happens to the internet" because your "trying a new server setup, that should make things work better".

      Then send MSIE for the MS sites, and any sites you get bug reports for.

      Immoral? probably. Fun to do? yes.

    11. Re:My favorite non-compliance message... by Anonymous Coward · · Score: 0
      Would this hack be of value: Send the standard user-agent string when requesting a page, so that your browser gets logged correctly, but trap string compares in javascript code to compare against "Explorer/9.99" or whatever.

      Damn! This could be patented, couldn't it.

    12. Re:My favorite non-compliance message... by inimicus · · Score: 2, Insightful

      Heh... Even with IE 4.0 or later there's still an error-message

      --
      Internet Explorer was unable to link to the Web page you requested. The page might use standard HTML or CSS.
  155. Re:Gnome or KDE? by Viqsi · · Score: 2, Insightful

    What Bugzilla bugs? Keep in mind that if you reported bugs that basically demanded a return to the rendering model of yesteryear then they're likely to remain languishing for quite some time. Switching to standards-compliance requiures a little more than just slapping on a 4.01 Transitional doctype and praying.

    You might try looking here: http://www.hut.fi/~hsivonen/standards.html

    And as a small aside point, yes, you *can* choose to keep coding for MSIE; it's just that doing such is a very unwise course of action.

    --

    --
    viqsi - See "vixen"
    If we do not change our direction we are likely to end up where we are headed.
  156. Web Designers Ignoring Standards and Support IE On by allouette · · Score: 1

    well that's a surprise

    i haven't read the article and i haven't read all the posts generated by this discussion but ...

    i develop websites, i like developing websites and i will put my hand up and say i have in the past fallen into the 'it works' on IE only trap.

    i do use an HTML validator now.
    i think we should all realise there are a lot of engines out there that don't seem to support the standards properly

    For example, my experience is an HTML page won't validate if tag exists without an ALT attribute set.
    but i have tested sites with browsers other than IE on (yes sorry for this ) the windoze platform only to find the other browser doesn't display the ALT tag data.

    how can i say well try it in Browser X or advertise that a site works cross browsers and platforms when i get that response from a modern browser?

    i agree the engine parsed the page ok but i thought the alt attribute is meant to be there visually if the image don't load.
    none of the alt data was displayed at all.
    What made this particular case worse was that the browser had different bugs according to different platforms,
    so not only did i experience a cross browser issue but a cross platform issue too.
    With the advent of FrontPage unfortunately people aren't prepared to pay for the time invested
    in ensuring that their web site works cross platform and cross browser and comes up to standard.
    they see FrontPage output works on IE and they don't care about Opera, Netscape, Lynx or disabled access to their sites; they only see what they have to pay for the work involved.
    so a web designer/developer can put the effort into standardising a site but that doesn't solve the problems
    because so few of the browsers are working to the standards. which means that a web developer
    then has to invest further time and money going cross-platform and cross browser.
    The returns from web design and development are diminishing because any 'dude' without training can get something resembling a website up using FrontPage and it works on IE.

    IE is unfortunately the most popular browser, with over 98% of all browsers visiting sites i have built being IE of different versions.

    i have had the constraint of developing to IE4 through to IE6 plus Netscape 4 and seeing why a mass of javascript and java code won't work across a mass of other browsers for a commercial product. it's a nightmare to keep functionality going when so many browsers either implement in a non-standard manner or only partially implement any of the given standards that can affect a web page.

  157. i don't buy their stats by kubla2000 · · Score: 2

    I think one has to take into consideration that a great deal of these statistics are compiled on the basis of free and paid-for webcounters.

    The news.com article refers to stats made public by OneStat (http://www.onestat.com/). OneStat provides "free" counters to end-users much like Netstat, webcounter and others. I've had a Netstat counter for yonks and keep it there mostly because many of my collaborators on the site like the pointy-clicky graphics it produces; however, I have noticed a huge discrepancy between the stats that netstat compiles and those I derive from running analysis programmes on the server logs.

    OneStat, for example, installs an invisible image on the page:

    Apply for Onestat Pro or Onestat Premium if you want an account with an invisible tracking icon and password protected stats and extra features.

    How many of us have browsers and/or software that blocks this kind of monitoring? How many of us have browsers that lie about what they are?

    While there's no doubt that the large majority of users continue to use IE, I do not for a moment believe it's anything like the 95 or 96% that's being reported.

  158. flash is the devil incarnate by neilb78 · · Score: 0

    flash is the devil incarnate

    --
    © 2004 The SCO Group, Inc. All Rights Reserved.
  159. non-Web designers by autechre · · Score: 2


    You've just hit upon a recent pet peeve of mine. Why is it that people think they can apply their graphic design skills (in designing layout for newspapers, yearbooks, etc.) to the Web unchanged?

    If I had a job playing a standup bass, I certainly wouldn't practice for it with a fretted electric bass. I guess what's needed is a good bash over the head with "Designing Web Usability." Unfortunately, that's not always an option.

    This situation really isn't very much different from the software development world, though. Bad software is produced largely because of people (bosses, designers, and even the coders) wanting some flashy feature without really having a need for it, and bad Web pages often come about in the same way.

    --
    WMBC freeform/independent online radio.
    1. Re:non-Web designers by cleancut · · Score: 1

      Oh tell me about it.

      At my last job, about a year ago, the head boss hired a webmonkey without consulting me at all. To describe this guy as an arrogont moron is being kind. He had some sort of graphic art skills, knew nothing about the web other than the basics of Dweebweaver, and had the audacity to call himself a "web developer".

      Ever met a web designer who:
      Didn't know what CGI was
      Wasn't familiar with the redirect tag
      Didn't know what a hidden form element was
      Asked "What's a 'robots' file?"

      On top of that, he wasn't responding to LARTs. I tried really hard to be nice to this guy, but on top of all this, he was a nasty back-stabbing jerk.

      Oh, and let's not forget how the site was redesigned. He brought in a consultant to "help". The consultant was at least a nice guy and had a clue, but still didn't produce code that passes the W3C validator.

      Management finally fired this moron after several weeks of hell for this poor sysadmin.

      Part of the reason I left.

      P.S. If your company ever considers out-sourcing it's web development, demand that the contract state something like, "All static web pages, and dynamically generated pages must produce no more than zero errors, when run through the appropriate W3C Validator located at http://www.w3c.com. At any time, should any errors be found with this tool, the web-development firm agrees to fix them within a reasonable amount of time, free of charge." That's the general idea, but IANAL, so run it past the appropriate counsel for wording.

    2. Re:non-Web designers by dtobias · · Score: 1

      W3C is at w3.org , not w3c.com (which seems to be an ISP in India). Given that they're a noncommercial organization, this makes sense. Their validator is at validator.w3.org .
      And what's a "redirect tag"? There's no such tag in HTML; do you mean a META tag with a redirection attribute, or an HTTP header specifying a redirection location, or what?

      --
      --Dan
      Web Tips
  160. 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.

  161. Opera user confirming decay of web by howardcohen · · Score: 1
    I've been using Opera since its 2.x days, and am typing this on 6.03.

    The incidence of pages rendering poorly has oscillated bewtween 2% and 8% for a long time.

    But lately - within the past 3 or 4 months - my "gotta use IE for this one" ratio has jumped to about 15%. Clearly, page designers are defaulting to designing only for IE, and and the trend appears to be accelerating, not stabilizing.

    As a mere user, I have no insight into the constraints web page creators are under, but I can say they clearly are, site by site, surrendering their freedom to Redmond, whether they know/care or not.

  162. Re:Gnome or KDE? by Anonymous Coward · · Score: 0

    Fuck you asshole. I think he makes a better point than you do - he certainly isn't a jackass. You can code your website any way you want but I sure as hell won't visit it.

  163. browser wars are heating up again by jilles · · Score: 3, Interesting

    Discussions like this show that browser wars are back on the agenda. IMHO that is largely the result of Mozilla adoption which has a modest but growing market share (yes also on my desktop). For a while the browser field has been fragmented you had netscape 3.x, 4.x, opera, mozilla milestones, various IE versions, konqueror. However, the non IE versions are all becoming more and more standards compliant (or disappearing). So effectively there's only two camps: the standards compliant camp and the MS camp.

    While the latter camp has the largest marketshare (95% according to some sources), the standards compliant share is made up of a group of very active net users (mostly techies) who do a lot of online shopping, browse a lot of sites and see a lot of ads. For that reason, webdevelopers have an interest in keeping that part of the internet community happy and adhering to standards enough to make their sites usable in alternative browsers.

    --

    Jilles
  164. common problems I have seen by Jecel+Assumpcao+Jr · · Score: 1

    I have written to some webmasters when their site has:

    • unmatched table tags. Since IE renders tables as the HTML streams in, it isn't bothered by this. But Netscape will just show you a blank page.
    • backslashes in URLs. This causes problems for all non Windows browsers, including IE for the Mac. IE Windows will convert them to regular slashes so that relative URLs will work just fine, but the other browsers will act as if the backslashes were part of the file name.
    • missing css files. IE and Konquerer will just ignore it, but Netscape will show a missing file error instead of the main page.
  165. Re:Adopt the standards. Gain customers by Anonymous Coward · · Score: 0

    It's not dual-maintenance if you adhere to the standards, moron.

  166. Ahhhhhhhh and stuff by t_allardyce · · Score: 1

    HTML is for presenting content, not style. Style sheets are only in their second generation, thats why they arn't perfect. The worst thing is, IE is the browser that _doesnt_ display elements to the right standards. but because assholes always win, it becomes the standard.

    I feel violated when people suggest i should use tables for formatting.

    [warning, the rest of this post is off topic]

    Or flash for a whole site. I've honestly never seen a flash site where i didn't think "Thats some dumb pretentious flash animation by some dumb art-failure. Its getting old, fast, and its making navigation a pain."

    Please, for all that is holy, someone give me the url to a site made with flash that is decent!

    SVG? whats SVG? ahhhhhhhhhhhhhhh

    --
    This comment does not represent the views or opinions of the user.
  167. Old News by rootmon · · Score: 0

    This is old news, I'm not sure why it's even worth mentioning today? The trend is already going back to standards. For example, IE 6 is more standards compliant than 4 or 5.X. Microsoft Office XP can strip the Word-specific XML tags and produce clean HTML. We the Open Source/Free Software Movement are winning this battle. Microsoft and other businesses are learning that open standards make them more money. For example, if MSNBC used IE-specific coding, they would lose many visitors using embedded devices like palmtops. And on the Linix and BSD side, browsers like Konqueror can get around browser-detection written by clueless developers by identifying itself as IE. Heck, IE identifies itself as Mozilla-compatible. Plug-ins from CodeWeavers, etc, allow non-native plug-ins to work. Overall, I'd say the tide has already turned.

    --
    "As flies to the wanton boys are we to the gods; they kill us for sport." - William Shakespeare, King Lear
  168. Re:Adopt the standards. Gain customers by Neil+Watson · · Score: 2, Insightful
    So you're saying 30% of the effort for dual-maintenance needs to go into luring in 5% of the customers?

    How much will %30 of the effort cost? How much revenue will be gained if you lure 5% more costomers? Will the investment payoff?

    If you design the website using the proper standards no dual maintenance would be needed. What you design would work on all browsers.

  169. time will tell.... by JackCornelius · · Score: 1

    AOL uses in their "browser" the mozilla engine, and i think the engine will be used more and more in the near future. so webdevs can't just ignore them, otherwise they clinets won't be really pleased...

  170. AnyBrowser.org Campaign and W3 Validator help by MCRocker · · Score: 1

    The Any Browser Campaign has been around for a while to help with this. Read their stuff, it's sane and helpful. Follow their guidelines and write polite, informative email messages to the webmasters of non-conformant web sites. Include a link to the W3C's Validator along with a comment on how many HTML DTD violations their page has.

    Follow through on your own site and add an AnyBrowser button and a W3C Valid HTML button to the footer of all of your pages.

    Finally, here's a web page that I found this weekend that really does seem to be "yearning for the bad old days" is MenuScape. All you get from their site is a notice that you should be using IE! Although I wasn't as polite to them as the Any Browser Campaign suggested, I did point out that if they meet their customers expectations, the customers will be happy, but probably won't tell anyone. If they do stupid things like make their page IE only, then some disgruntled customer (no names mentioned) will probably out them on slashdot ;). Don't be too mean to them because, now that I've tested my link on the preview of this post, I've discovered that this message only appears on the first load. If you're persistent, they'll let you in even without IE.

    --
    Signatures are a waste of bandwi (buffering...)
  171. What about... by Anonymous Coward · · Score: 0

    Coding the html parser as a plugin that could be updated faster?

  172. Market Share by nosilA · · Score: 3, Insightful

    Except those 5% are presumably not being targeted by any of his competitors. Let's say this company has a 10% market share. Adding another 5% that are virtually guaranteed to go with him is actually a 50% increase in sales, which is well worth the 30% increase in development costs.

    Let's put it another way... let's say that this 5% of customers will bring in $1million in profits to the company. This 30% extra development time will cost, say, $50,000 to the company? Which makes more sense?

    When comparing percentages, it's always important to pay attention to what you're comparing to.

    -Alison

  173. Re:Standards according to who? by Anonymous Coward · · Score: 0

    You have got to be the dumbest human being on the planet. That isn't a W3C standard.

  174. Two points by johnburton · · Score: 1, Flamebait

    1. IE *is* the standard. Not some document produced by a committee somewhere. You might not like it, and it may not be "right" but a standard is common set of rules and definitions, not a document and like it or not IE *is* the standard for web browsers. 2. I like flash web sites. If a site uses flash it's the best way to tell that there is going to be nothing useful on the site so not to bother with it.Probably not what the designers of "flash" hoped it would be useful for, but that's how it is.

    --
    Sig is taking a break!
    1. Re:Two points by rainmanjag · · Score: 1

      "Standard" does not mean "what the most commonly used" or "what is most popular" or even "what web designers design towards". It means that there is some published guidelines that anybody can look at so that designers of rendering engines as well as designers of web pages can be assured that any page written to those standards will be rendered properly by any rendering engine written to those standards. When there are unpublished rules, such as in the case of Internet Explorer, that deviate from existing standards, such as those set by W3C, standards are meaningless.

      --
      http://starboard.flowtheory.net/
  175. W3C Specs my ass! by Frag-A-Muffin · · Score: 2

    From the article:
    "What we want to do is write once and have it work with everything," said Russ Sanon, senior manager for quality-assurance engineering at Shutterfly. "But it falls onto the lap of the individual browser manufacturer. There's nothing that we do that's proprietary. Everything that we write should work with W3C-complaint specs."

    A quick trip to the old trusty w3c validator and you'll find that the front page isn't even compliant!

    Bad Russ. Anyone have Russ's email address? He needs to learn how to use the resources of this thing called the "web".

    --

    AirSpeak - http://itunes.com/apps/AirSpeak
  176. 3x ??? by sofar · · Score: 2

    This is a totally disproportional estimate. Any good web developer digging into JavaScript e.d. alread knows the ins and outs of most browsers, and if not, can find them relatively easy (just install NS and type javascript: in the white thingy).

    Estimates of 3x the development cost is just plain stupid, that means you're actually spending twice the time to set up the same site for the remaining 10% of all browsers. That is completely rubbish. It doesn't take a NS site much longer to be set up than a IE site.

    In fact, only minor parts of code usually needs to be changed or dubbed for IE or -the-other-browser-, and this usually works with all the other browsers immediately.

    A *real* estimate would look like this:

    $X to create a 90% browser cover
    (1.1 to 1.3) x $X for 98% cover
    (1.5 or up) x $X for 99.9% cover

    if you manage to get your boss to pay 3 x $X for that, well, go for it!!!

  177. PNG and MNG support still really poor :-( by Anonymous Coward · · Score: 0

    I absolutely refuse to use GIF format graphics in pages I design.

    When I am given a job to "finish off", that includes GIF format graphics, I change them to PNG, and half the time the client doesn't notice anyway. If they do, they usually say "Oh, but some people are still using old browsers that won't render PNG". I usually reply, "well, they won't run all that JavaScript(tm) either, will they, shall I remove it?".

    I am hoping that it won't be long before I can do the same thing with Flash(tm) animations, and MNG animations, but unfortunately MNG support is absolute rubbish in practically all browsers in the known universe, (apart from Konqueror).

    So:

    BROWSER PROGRAMMERS - SUPPORT MNG AS SOON AS YOU POSSIBLY CAN! IT'S HOLDING THE WEB BACK!

  178. It was only a matter of time. by DeltaSigma · · Score: 1

    I've been expecting this article for a month now. What most people fail to realize is that when the webdesigners are forced into making an "artsy" website (most customers expect such things these days) we're forced to comply to the most compliant browser. My personal webpages as well as others I do for free are simple in nature. Everythings organized with paragraph and headline tags, and seperated by horizontal rules and divs. From there it's a simple matter of adding CSS to render the page in a half attractive matter. Using this method a browsers ability to display the page comes down to its CSS capability, a W3C standard.

    I was saddened to see that Mozilla (yes 1.0 and higher) is less compliant than Internet Explorer with CSS2. This, of course, is important due to CSS2's positioning capabilities. Due to a certain Mozilla bug on the box model accurately positioned elements with borders are impossible to display in both IE and Mozilla. The problem is that mozilla measures alignment instructions from the edge of the browser (or parent element) to the edge of the padding, which is incorrect. It should measure from the edge of the parent element to the border. Meaning that if I say an element is 32 pixels by 32 pixels with a sixteen pixel border, the content of this element is not seen, and is instead filled by the border. I'm sad (you have no idea how much of a dissapointment this is) that IE 5.5 (the most widly used web browser) does this correctly while mozilla instead chooses to render the content and draw the border around that, making alignment between various elements difficult, if not impossible.

    This was, of course, a pain in the ass and necessitated my using an unacceptable number of graphics in my last "artsy" page to make it look even somewhat acceptable in Mozilla.

    It was from that day forward that I decided "to hell with working for browser standards." I will work within W3C's HTML 4.01 specifications (yes I actually read their reccomendations while working on a webpage, not some half-assed book reference). If browsers want to render my pages correctly they'll comply to set standards.

    When it comes right down to it, mozilla and IE are nothing more than comparable when it comes to standards compliance. They both contain approximately the same amount of errors when rendering markup. Thus the only thing setting them apart is how many people use them. Given these facts it's not hard to understand why other web designers opt for IE over mozilla more often than not.

    In short, STFU, stop blaming web devolopers and tell the organizations that create this software to invest more time in standards compliance. Then, and only then, will it be the web designers fault that you can't read penny-arcade. Because only then, will we not be forced to choose who we're writing this cursedly obfuscated markup for...

    1. Re:It was only a matter of time. by ray-auch · · Score: 1

      Sorry, you are wrong, IE5 was wrong and Mozilla (and IE5 mac and IE6 and Opera) are right.

      A 32x32 element with 16 pixel border should in fact be 32x32 content _plus_ 16 pixel border.

      Does this make it a right pain to use percentage lengths ? - yes but it is what the standard says.
      See eg. http://www.alistapart.com/stories/journey/4.html

      In my experience things are now much better than they were, with reasonable care not to use IE specific sutff (and the MS docs do tell you whether each element / attribute is standard or not) you can develop on IE and have it work >90% correct first time on Mozilla or other Gecko-based browsers.

      Opera is way behind the other two though (often Konqueror does a better job) I refuse to do dynamic pages using a reload and loads of document.write() when DOM1 has been a standard since 1998. Also a lot of css (eg. overflow, display) which you might use to get rid of frames & tables doesn't work in Opera.

  179. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  180. Mozilla by LordBeaver · · Score: 1

    If mozilla is open source then why doesnt someone extend it to support these new types of tags, or better still come up with better, groovier mozilla html tags to fight back?

    1. Re:Mozilla by danrees · · Score: 1

      If mozilla is open source then why doesnt someone extend it to support these new types of tags, or better still come up with better, groovier mozilla html tags to fight back?

      Well duh - if the vast majority of users browse using MS IE, then why would web designers purposely alienate most of their visitors?

  181. IE has become the standard by orionware · · Score: 1

    If enough people do something a certain way then it becomes the standard. IE has created lazy programmers because IE is so forgiving when it comes to poorly formed HTML. Add on top of that to the improvements (yes I said improvements) to how Javascript works. Javascript is an abortion of a scripting language that was rushed to market long before it was ready and IE makes happy with it. I know it's not cool to say nice things about M$ but that's just how it is.

    --


    Karma means nothing to me, so suck it...
  182. You have to break standards to support more. by slonob · · Score: 0

    I have created and supported numerous web site and web site applications over the years. Once I started to focus on standards a few years ago, I quickly found adherence is not the panacea. Netscape 4 and below has TERRIBLE support of CSS. Why anyone would argue otherwise, I can only conclude that they don't know what they are talking about. The problems range from mangled pages to forms that do not submit when the submit button is clicked. You can get it to work, but then it does not work on Macs. It's hopeless. So what do you do? You back away from standards such as CSS. If you do not back away, then you have some rabid puke like the many found here who accuse you of favoring Explorer. Explorer happens to have excellent (no, not perfect) support of CSS. But no, I am not favoring Explorer. I am using emacs to build them and if anything, I favor Unix.

    I have a feeling that claiming a lack of support for anything but Explorer is misleading. Of course, Opera has perfect support of CSS too. But when the rabidly misinformed and militantly challenged load up a page in their hopelessly awful Netscape 4 (anything above 6.0 is fine), they erroneously conclude MS bias. Then they use standards as a rhetorical weapon when THEY OBVIOUSLY DO NOT KNOW WHAT THE HELL THEY ARE TALKING ABOUT.

    I had this guy on one of my sites arguing this way. When I finally convinced him that Netscape 4 should be shat into /dev/null for all eternity, he started arguing that standards were not important.

    Let's make sure we have all the issues on the table when we talk about this. Shouldn't posters to Slashdot offer their sage input in addition to links? We are all supposed to be here because we are in the know and want to stay that way. But I guess I'm not surprised that some of us are striking poses. I guess it just bothers me when these losers are the favored ones on this conformityware site.

    --
    Strict obedience to the law is the key to liberty.
  183. Re:Adopt the standards. Gain customers by NoMoreNicksLeft · · Score: 2

    You are obviously not a business school graduate. No one calls them customers anymore, they're "suckers". And if they use an alternaative browser, chances are they're not nearly as retarded as your average "sucker". If they aren't idiotic, how do you expect to sell your crap to them? You can't force them to buy... unless you're a telecom or something I suppose. But if you can slam them, why bother building a website?

    For the clueless, yes I'm being sarcastic. I'm for the total abolishment of advertising...

  184. Netscape is no good by Anonymous Coward · · Score: 0
    I write programs that generate DHTML reports from databases. The DHTML files that result are sometimes quite big and complicated. Even the newest version of Netscape can't deal with large complicated HTML files that way IE does.

    For example, try getting a list of all the DIVs in a really complicated HTML file using Netscape. It takes about a hundred times as long as IE, using exactly the same script.

    Also, Netspace doesn't support "display" correctly, which is a major disaster. So I don't support Netscape. I support the intersection of IE and the standard.

    1. Re:Netscape is no good by Anonymous Coward · · Score: 0

      What the Slashdot crowd doesn't get is that Mozilla is a development/testing browser and not designed for end users.

      The end user product is Netscape 6, and every released version sucks mighty ass as far as DHTML goes. Perfectly standards-compliant stuff either runs slow, incorrectly, or crashes the browser. The "display" stuff you mention has been a huge show-stopper for NS6 in my book.

      Instead of asking why people don't support underground bleeding edge stuff like Mozilla 1.0, the question should be when will Netscape get a working product on the market that's actually easy for developers to support. The world is fucking sick of coding around Netscapeisms.

  185. Comment removed by account_deleted · · Score: 3, Insightful

    Comment removed based on user account deletion

  186. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  187. I can almost tolerate the flash... by delld · · Score: 2

    ... it is the Java that kills me. I hate sites that simply use java for their menu systems. Java just kills my poor little PII 300, and as such I do not have it installed. The fun thing is that this makes so many sites simply un-navigatable, as the maintainers don't even provide a simple link to an index or something. Why do they bother getting fancy, when the fancy does not even work? (And when it does not work, I take my money else where!)

  188. Where is their browser? by Anonymous Coward · · Score: 0

    As a webdeveloper (programmer from the dawn of html), I do my best to make my sites compatible across all browsers. Not the same across each one, but workable. However, I don't go through this effort for the administration and content management areas, which are only done for IE.

    Basically, my reasoning comes down to this: every browser has its bugs. I'm not going to fumble through dozens to alter my standards compliant code for each.

    As far as the w3c is concerned, I ignore them outright. I don't recognize their worth or their authority in any way.

    I'm sure you'll agree with me if you've ever tried their browser. Oh yes, they have a browser. You would expect them to adopt their own guidance. Oh but wait, it's ancient, incomplete, has its own bugs, and doesn't come anywhere near their document specs for html 3.

    So basically, they are useless. They tell others what to do, but don't do it themselves. I'd quickly start using and supporting, and promoting their standards browser if they had one.

  189. Validate dotcom web sites automatically by metauur · · Score: 1
    I wrote a Perl script called limegreen which validates sites automatically with W3C's validator and sends e-mails to the sites that don't pass the test.

    It's called limegreen, because some people out there seem to feel that it is more important that a web site has got a cool logo, in some trendy colour like limegreen, than that it actually works.

    // Ulf Härnhammar

  190. Yes, but complain to the site owner by dcavanaugh · · Score: 5, Insightful
    I agree that complaining is the way to go. Without any feedback, what is to prevent the web designers from taking shortcuts and ignoring browser compatibility? In the case of corporate sites with the IE-only defects, the good-old "contact us" generic mailto might be worth a shot. The trick is to get the site owner to start whining to the web developer, "Why do people complain about our website being incompatible with their computer?"

    Of course, the real problem is the choice of lowball labor for the task of website development. If you hire a high school webmaster wannabe or a disposable HB1 and pay them minimum wage to produce your website, this is what happens.

    We hired a supposedly reputable company to make a simple but graphically pleasant corporate website. Browser compatiblity was an afterthought for them too. They did all kinds of funny things with tables that just happened to work in IE but not with anything else. I knew we were in trouble when I saw the first prototype and it included (for no apparent reason) a Flash intro that was really more like an infomercial. Our marketing manager insisted we needed more bandwidth to support the website, which led to an interesting discussion about page bloat and it's effect on load time for dialup users.

    The people who develop websites for a living need to realize that browser compatibility is one of the things that distinguishes the professionals from the wannabes.

    1. Re:Yes, but complain to the site owner by Anonymous Coward · · Score: 0

      As a site owner, I've gone over that with my web-developers. I myself did web-development back in 95/96 and I still remember the pain of making pages compatible with both IE (3.0 then) and Netscape. Notepad or vi worked well then.
      We develop exclusively for IE 4.01+, it's nice when it also works for Netscape, but that's as far as we want it to go. Of course, we've had the odd complaint, but they're very few (hasn't cost us a sale yet).
      We do check the site on our Macs as well, but we don't kill ourselves over formatting only that the site is usable for them.

      From our logs over 90% of our users are running IE. Our target audience aren't Linux hackers with Mozilla, they generally wouldn't be interested in our products. If more Wal-Mart users buy the Linux PCs then we may address some non-IE issues. Not until it's mainstream (or comparable to Apple).

      And as a personal rant, I would never rely on the self-righteous opinion of most people using Linux and Mozilla. You want your software, services, and bandwidth and don't care who pays for it as long it isn't you. The general public is aware that everything costs money in life and the Internet isn't much different.

      The power of the Open Source developer community doesn't accomplish anything. Just constant bickering and a desperate pursuit in trying to sell their knowledge instead of taking a more business-like approach in consulting.

      Flamebait? Perhaps.
      Dose of reality? For sure.

    2. Re:Yes, but complain to the site owner by adewolf · · Score: 0

      What a load of crap. Most of us Mozilla and Linux users are perfectly willing to pay (not ourageously) for products and services. I think that people motivated by $$ only need to re-evaluate their futures... Pissing off potential customers will not bring you more business.

      Alex DeWolf

      --
      "The Brady Bunch is back...working homicide"
    3. Re:Yes, but complain to the site owner by dcavanaugh · · Score: 2
      Reasonable compatibility is all I expect. Most of the IE-only issues are stupid things that slip through the development process only because the offending code isn't an immediate show-stopper with IE. I guess it depends on how much confidence you have that today's IE features will work the same way in future versions of IE. Go ahead, trust Microsoft.

      If your vistors are 90%+ IE and you provide workable-but-not-perfect interaction for the other 10%, that's your choice. I guess you have to estimate the dollar value of compatibility. If by some chance IE loses market share (or MSFT changes the product), how big a task will it be to bring your code into standards compliance?

      Personal counter-rant: You should have more respect for the Open Source developer community. Although they tend to get religious about things like Mozilla compatibility, there would be no Internet without Open Source. Without the publicly funded DOD/NSF project, there would be no TCP/IP. Without Mosiac, there would be no browsers. If the free market was left to it's own devices, MSFT would have ignored TCP/IP, and all of us would be paying a premium price for the privilege of using some hacked-up way to route NETBEUI or maybe Appletalk over corporate WANs. Home users would be dialing into MSN, which would be a centralized content delivery service, along the lines of ancient Compuserve & Prodigy.

      I'm not sure that it's possible to build a business or a career out of Open Source developing/consulting. Profit and employment were not the original goals of Open Source. Maybe it can be done, maybe not. It's a tough market to operate in, but not every business model can be as simple as running a doughnut shop next to the police station. I think the worst choice is to develop a Windows app, where your product either dies of natural causes or MSFT emulates it and gives it away [WMP, IE, File/Print services, Terminal Services, Compressed filesystems]. Heads you lose, tails they win. What kind of a choice is that? Is it really so bad to beat MSFT to the punch and give the product away before they can clone it and give it away?

      BTW, everyday I get sales pitches from increasingly desperate "business-like" consulting companies, none of which are Open Source. The development/consulting business is tough, no matter whose technology you use.

    4. Re:Yes, but complain to the site owner by isorox · · Score: 2

      the good-old "contact us" generic mailto might be worth a shot.

      But if the site doesnt work, how do you get to the contact us page?

    5. Re:Yes, but complain to the site owner by Jim+Hall · · Score: 1

      I own a kilt, so I was visiting a kilt maker's web site in Scotland when I found that I couldn't click on any of the links, and things just didn't render properly in general. I was using a recent Mozilla build at the time (6mos ago), but their site was designed for IE. I had emailed the webmaster about their site not working with Mozilla, then went somewhere else to buy stuff.

      I recently came back to buy some more (expensive) stuff, and saw that the site problem hadn't been fixed. So I emailed the company owner (who had their address on another page). This time, the general manager sent me an email apologizing for the site problem and asking for my postal address so she could send me a printed catalog and some free samples of stuff. Nothing big, but enough to know I was getting personal attention and that she wanted my business. I'm hoping that now I contacted the site owner, the site will improve with compatibility.

      Contacting the owners does help.

      -jh

    6. Re:Yes, but complain to the site owner by dcavanaugh · · Score: 2
      I'm assuming enough of the site would work that you could view enough of the "contact us" page to get a mail contact. Most of the IE "innovations" result in poor/inaccurate rendering, not a total failure to show the page content.

      On the other hand, if they have the contact info as part of some hare-brained Javascript mouseover or popup that relies on IE's implementation of Javascript, then I guess you're screwed.

    7. Re:Yes, but complain to the site owner by Milican · · Score: 1

      "The people who develop websites for a living need to realize that browser compatibility is one of the things that distinguishes the professionals from the wannabes."

      Man, you hit the nail on the head buddy. If any webmaster targets only IE he is a wannabe. Not a true programmer, and definitely not a pro to any extent. If you are a true pro you know the pitfalls of the major browsers and you test your site on multiple browsers. If you are a lazy wench then you don't. Plain and simple. And yes, I do design websites.

      JOhn

    8. Re:Yes, but complain to the site owner by isorox · · Score: 2

      On the other hand, if they have the contact info as part of some hare-brained Javascript mouseover or popup that relies on IE's implementation of Javascript, then I guess you're screwed.

      www.odeon.co.uk

    9. Re:Yes, but complain to the site owner by cachemantoo · · Score: 1

      Yes, but I have found that some are so clueless they don't even *know* about the standards or MS' lack of compliance. I complained to one webmaster the other day (at my bank no less) that their site will not function in NS 6.2.3. He insisted that their site will function with any major browser and is not MS-specific. But he would not answer my question as to exactly which browsers had been tested. After a couple of emails he offered to send me a CD with a copy of NS he is *sure* works on his site -- which of course is NS 4.7!

    10. Re:Yes, but complain to the site owner by SethJohnson · · Score: 0, Redundant


      Ladies and gentlemen, the pointy-haired boss has spoken.
    11. Re:Yes, but complain to the site owner by Lysander+Luddite · · Score: 2

      "The people who develop websites for a living need to realize that browser compatibility is one of the things that distinguishes the professionals from the wannabes."

      Unfortunately, the Marketing Department and the President's comp/browser set up has much more influence in what happens than developer recommendations in my experience.

    12. Re:Yes, but complain to the site owner by Anonymous Coward · · Score: 0

      Flamebait indeed. I'm not a Linux hacker at all. In fact, I don't even use linux. I use Mozilla on Windows 2000. I don't know what you sell, but if your site doesn't work for me, I don't even bother emailing you about it. If your web developers don't know how to design a site properly, then it's your own fault. I simply go buy elsewhere. With the amount of money I spend online, I don't accept half-assed sites that break on anything but IE. Either stick to W3C standards or lose my business. Of course you'll probably never know how many people you've pissed off with your attitude, but that's fine with me. Their money will also go to a company that makes the effort to design a site properly. I'm glad that companies like that will make more while morons like you will lose business.

    13. Re:Yes, but complain to the site owner by hendridm · · Score: 2

      > They did all kinds of funny things with tables that just happened to work in IE but not with anything else.

      Good Lord! How can any self-respecting web publisher allow this to happen. I am no professional, but even I give my own web site a shot in Mozilla and on both browsers on a Macintosh to make sure people see it the same (and my site isn't even that useful).

      It isn't that hard to do! This is just sad...

      I design for IE first (because I like IE, so shoot me) and then I check it in Mozilla and (*ugh*) Netscape. If I find something that doesn't look right, it usually only requires a small adjustment to the code to fix it.

      People are just being lazy...

    14. Re: Yes, but complain to the site owner by pjrc · · Score: 2
      Of course, we've had the odd complaint, but they're very few (hasn't cost us a sale yet).

      That you are aware of....

      I shop on-line frequently. For a specialty item, I'll complain (or more likely just call the merchant on the phone if the site isn't working).

      For "normal" things, if a site doesn't work for me in Mozilla (linux), usually I'll just go back to my google search and try a different merchant whose site does work. Sites that don't work with Mozilla are pretty rare, and for "normal" things like consumer electronics and computer parts, I rarely give a damn about any particular merchant.... I've already decided what I want and I'll just go find some other place that has it in stock and ready to ship.

      And as a personal rant, I would never rely on the self-righteous opinion of most people using Linux and Mozilla. You want your software, services, and bandwidth and don't care who pays for it as long it isn't you.

      Wow, because I'm using linux and mozilla, I therefore have a self-righteous (and thus unreliable) opinion, and I'm a freeloader who wants everything for free despite who else ends up paying??

      Ok, I know it's a troll, but perhaps this AC really is some merchant with a real website? If that's the case, I have some news for you:

      I am a paying customer. I regularly shop online. I buy all sorts of things, but electronic items are among the higher dollar items. I pay $79/month for DSL, and I pay for a dedicated server at Verio for my website. I pay to rent movies (considering going to netflix.com). I own my home (pay monthly mortgage), and I own my car. I pay my bills, and I make enough money to eat out, go to movies, and shop both in brick-n-morter stores and online. I am an electrical engineer (approx 11 years professional experience). I'm also NOT an Anonymous Coward. I use Redhat Linux (and mozilla) for a variety of reasons, partly because the documentation is so much better than windows (if you really need to know something instead of point-n-click hand holding), and partly because I've used Unix since the late 80s and Linux-based systems "feel" more natural to me than windows. I do shop on-line. If a merchant's site doesn't work AND the same item is available elsewhere, I simply shop elsewhere. I usually find merchants using search, so if one doesn't work, there's a long list of competitors who are ready to fill in for them. There's very few things important enough to go to the trouble of rebooting, and shopping certainly isn't. I'm the paying customer, why should I have to change what I'm doing just to spend my own money??

      Perhaps I'm the only linux user who ever buys anything? I somehow doubt that. More likely is that zealots complain loudly, while paying customers silently move on to another site that works properly and ultimately accomplish their goal... to purchase their intended item. Why bother complaining to a merchant who probably doesn't give a damn and has a bad attitude? A guy like this AC probably wouldn't believe you were ready to buy, even if you did waste your time to let him know. Of course, I don't know how many serious shoppers use linux (except for me), I don't know how many move on with their shopping goal without complaining (except for me), and I don't even know if this AC is for real or just a smarter-than-average troll.

      But I do know that linux users are a small percentage AND merchant sites that don't work with linux are also a small percentage. AC, if you're reading this, I've got some news for you. One of those percentages is slowly but steadily increasing, and the other is doing roughly the opposite. Guess which one you are?? And before you smuggly conclude that your site's incompatibility with linux has never cost you a sale, ask yourself why a serious buyer would bother complaining to someone who didn't invest the time/money to make a compatible site instead of just returning to google (just a couple simple clicks of the back button) and locating another merchant with a better website? That's what I do on those rare occasions when a site doesn't work.

    15. Re:Yes, but complain to the site owner by awful · · Score: 1
      I have to agree with this - a lot of people who build and run sites unfortunately don't do any user testing. The only way they are ever going to get any feedback at all is from someone emailing the webmaster and pointing out the deficiencies.

      As long as you are polite when you do it, you'll find that you pretty quickly get an email thanking you for your input.

      The exception to this is when you send an email complaining about a "feature", and it gets passed on to the marketing manager, who then tries to justify their poor business decision. Case in point: STA. Don't try and do any research for your next trip here, because all the useful information requires registration. I told those guys that was a dumb decision - they defended it on the grounds that
      their (paraphrasing) "content is extremely valuable, and registration is a way of making users aware of that". So now they don't get my business.

    16. Re:Yes, but complain to the site owner by Tablizer · · Score: 2

      (* Man, you hit the nail on the head buddy. If any webmaster targets only IE he is a wannabe. Not a true programmer, and definitely not a pro to any extent. If you are a true pro you know the pitfalls of the major browsers and you test your site on multiple browsers. If you are a lazy wench then you don't. Plain and simple. And yes, I do design websites. *)

      Yeah, but these "wannabe's" get the jobs because they are cheaper and please the PHB's.

      Perception is everything, and PHB's have not a clue what non-IE customsers are seeing, and don't want to hear "geek talk" about it. They just follow around the shiney red things.

    17. Re:Yes, but complain to the site owner by Anonymous Coward · · Score: 0

      f you hire a high school webmaster wannabe

      I take offence at that. *I*'m a high school webmaster wannabe and my site validates as strict xhtml :P

    18. Re: Yes, but complain to the site owner by Anonymous Coward · · Score: 0

      You aren't the only Linux user who buys things. I purchase all of the central equipment in our rather large research school, and advise on an order of magnitude more equipment. I've found that places with broken web pages are technically incompetent in many areas, not just "web design" and don't lose any sleep over not even asking them for quotes.

    19. Re:Yes, but complain to the site owner by dcavanaugh · · Score: 3, Insightful
      I have a five-year-old who knows that smoking is bad. I didn't plan it this way, but she's a militant anti-smoker. When she sees someone smoking, she says, "You need to quit smoking or else you won't live very long." Then we have my co-workers, many of whom are smokers. Go figure.

      Now we have a self-described high school webmaster wannabe who knows enough to adhere to standards while the so-called professionals are flipping through their MS certification study guides, so they can lookup which JavaScript hacks work with which versions of IE. Meanwhile, we're all chuckling about prosecution exhibit A.

      Seriously, if you are really as described, check out the following:

      Every once in a while I stumble across a little piece of evidence that suggests we're not all doomed to lifetime of watching the results of other people's bad code. I hope your approach to coding is matched by a healthy appreciation for Linux and all the other Open Source goodies.

    20. Re:Yes, but complain to the site owner by dcavanaugh · · Score: 2
      This was a situation where the marketing dept. was really itching to upgrade the corporate website. I saw this as a political hand grenade, so I was perfectly willing to let them pull the pin and observe from a distance. Sure enough, they located a web designer that was weak on coding, but they were OK as graphic artists. Let's just say they were a little artsy-fartsy for my taste.

      My software development staff could easily build a website, but I hired programmers & analysts, not graphic artists. Besides, I wanted some other department to bear the burden of endless whining and cosmetic change requests. I don't have 3 man-months per year to referee the fight over whose icon goes where.

    21. Re:Yes, but complain to the site owner by Anonymous Coward · · Score: 0

      info@odeonuk.com I had to Google that one.

    22. Re:Yes, but complain to the site owner by Isofarro · · Score: 2
      there would be no Internet without Open Source
      True, though I'm reminded of a signature I once saw:

      The Internet was designed for Unix,
      Windows was designed for the Internet.
    23. Re:Yes, but complain to the site owner by 0x0000 · · Score: 2, Interesting
      The Internet was designed for Unix,
      Windows was designed for the Internet.

      Heh. I still remember M$'s catagorical denial (circa 1990) that they would ever ship a TCP/IP stack with windows. A time when all the clever little yuppie boyz and girlz at M$ were tell us nerds "you don't really need that" when we asked about network connectivity software; such remarks were usually followed by a condescending lecture about how "this internet thing" was "just a fad -- nobody will even remember it in a couple of years" ... so we wound up getting our fixes from some acid-head drop-out unix hacker at a dingy ftp site in the dark, frozen waste-lands of Scandanavia...

      In retrospect, the M$ strategy w.r.t. internet could only have been perpetrated by the same minds that gave use the 640k RAM constraint. Windows wasn't "designed for the internet" -- if it was designed at all, it was designed for a 20-bit address space (everything since then is cruft), but it was defintitely a design without network connectivity.

      It would be more correct to say that Windows was dragged onto the internet kicking and screaming and crying for its mommy by the big, bad, unix connectivity daemons that possessed a certain segment of the Consumer Society that Willy-Billy and his friends wanted to continue bilking....

      ....gads. I promised myself I wouldn't post on this thread....*sigh*

      --
      "The Internet is made of cats."
    24. Re: Yes, but complain to the site owner by sgtrock · · Score: 2, Informative

      Preach on, bro!

      BTW, site to avoid:

      http://www.capitalone.com

      For almost 2 years they have had the gall to claim that only IE and Netscape 4.x are secure enough to log in to their site. Konqueror, Netscape 6.x, Mozilla, and Galeon all return a page saying that the client in use is not secure enough.

      I have talked to several people at Capital One over the past year or so trying to get a straight answer as to what they saw as 'insecure' with all of these other browsers. I never got a straight answer, nor did I ever get a satisfactory answer as to WHEN they would start supporting something besides an ancient browser and the leakiest browser on the planet.

      I've given up waiting for them to clean up their act. I'm pulling my credit card business and moving it to a company that wants my money.

  191. Re:cathegory? by MrMonty · · Score: 1

    OT

    Can someone explain this to me? Cathegory, cathegorised, cathegories.... Is it a Australian thing, like sceptic and skeptic maybe?

    Monty

  192. it's sad these people call themselves designers. by 601 · · Score: 1

    most true web designers knew this'd happen when all those 3rd tier, low-quality designers jumped on the webdesign bandwagon to make some money. people who've had no interest in design their whole lives. the kind of people that do it just for the money...screw technology, screw true design, screw everything.

    seeing piss-poor design makes me angry because of all the time i put into designing sites that are all-browser-compatible...charging far less than the half-ass "designers" that don't even know what opera is.

    it's sad these people call themselves designers.

  193. And write multiple stylesheets by alexhmit01 · · Score: 1, Troll

    You need to write different stylesheets for Netscape 4 and IE/Mozilla, minimum. You probably need to write a different stylesheet for IE and Mozilla. Not too hard because you can detect that from the User Agent. Without server side scripting, it is more complicated to do it in HTML/Javascript, but its doable.

    Opera is a special case. They LIE about themselves. They default to pretending to be IE.

    I have NO idea if Opera is 1% of my users, 5%, 0%, or 50%. They LIE.

    That really upsets me, and its short-sited. A button: fake IE mode, would work. Always faking it and making it hard (or impossible) to detect is outrageous.

    The fact that all browsers fake being Mozilla (from Netscape's early dominance) is bad enough, but Opera is too far.

    Alex

    1. Re:And write multiple stylesheets by Isofarro · · Score: 3, Informative
      Not too hard because you can detect that from the User Agent.
      You are _relying_ on User Agent string -- then you deserve to get royally screwed. Nowhere, but nowhere is it documented that the Agent String needs to be accurate, its _optional_ and at the discretion of the browser.

      The only reason people have started manipulating their User Agent string is because fuckwits like you can't do your job properly by making your content fully accessible in the first place.

      Look how many pages assume that MSIE and NN4 are the only possible browsers on the planet. 2 browsers out of 1000 -- that's shocking and idiotic.
    2. Re:And write multiple stylesheets by FFFish · · Score: 2

      There's not a single reason why you can't discover who the Opera users are. A quick google of "opera identify browser script" brings up a great, accurate script that does the trick.

      http://www.webreference.com/tools/browser/javasc ri pt.html

      Opera lies, yes; but only to the simple-minded. Smart people can see through the lie quite readily.

      --

      --
      Don't like it? Respond with words, not karma.
    3. Re:And write multiple stylesheets by adewolf · · Score: 2, Insightful

      If you stopped writing browser specific code checking the browser would be unnecessary. The only reason the Opera lies is because some sites will only let you in if you return IE for your browser.

      Alex DeWolf

      --
      "The Brady Bunch is back...working homicide"
    4. Re:And write multiple stylesheets by alexhmit01 · · Score: 2

      All my pages validate to HTML 4.01 Transitional. I sent all the correct headers, etc.

      However, if you make it easy (as IE, NN4, and NN6/Gecko have), I will test my site in your page and tweak the stylesheet. You'll get fonts that look good on your system, etc.

      If you want to play games, like Opera, then you get ignored. Opera users should have no problem viewing the site, but it won't be customized for them. I won't do Javascript hacks (what happens if you turn off Javascript).

      I will probably start tweaking for Omniweb on the Mac in the near future, but Opera users are completely on their own until Opera stops lying to me.

      Alex

    5. Re:And write multiple stylesheets by Anonymous Coward · · Score: 0

      Ugh. I would contend your attitidue makes you a fuckwit.

      Having your content fully accessible must be available considering the economic considerations. Everyone runs IE. This is a fact and it does make a big difference. There are diesel and hydrogen cell cars being produced. Why not run out and badger every gas station you see that doesn't offer these fuels? Also, you would think someone would do some work on getting my rotary phone to function with these fancy new automated response systems?

      People who pay for content (this might be blasphemous to mention here, I know), want bells and whistles. It does take longer to have CSS / JS whatever run on every single variation of every single browser. If I tell a client that it will take me 5 times longer, and cost them 5 times more to make the site work well in every version of every hack browser made, they tell me to get bent and lets just service the 95%.

    6. Re:And write multiple stylesheets by Anonymous Coward · · Score: 0
      you are the fuckwit here. Businesses will take the most efficient route to the customers, at the expense of the other (less productive) routes.

    7. Re:And write multiple stylesheets by Anonymous Coward · · Score: 0

      Yes but why should they bother?

      To show how clever they are so they can cop an arrogant attitude on Slashdot?

      LOL!

    8. Re:And write multiple stylesheets by Stuart+Gibson · · Score: 1

      My copy of Opera always identifies itself as Opera, except for the few sites I use that have decided "your browser does not meet the minimum requirements for this site". Strangely, when I tell it to identify as IE it suddenly DOES meet the minimum requirements and, surprise surprise, the site works.

      And guess what else, if they had actually done some testing, there is nothing on the site that couldn't have been implemented for EVERY browser, including Lynx. Instead, they produce code that is WRONG and piss off their customers.

      C'est la vie, and until laws are passed to stop companies restricting access based on the monopoly of a vendor, we'll just have to live with it and feel superior because we can actually do our jobs.

      Goblin

      --
      It's all fun and games until a 200' robot dinosaur shows up and trashes Neo-Tokyo... Again
    9. Re:And write multiple stylesheets by shelterit · · Score: 1

      Before we start name-calling, please be aware that Opera does report itself as Opera, but you can switch because a lot of sites blocks out people not for the browsers ability to handle the HTML, but because it is something *else* than what their assumptions can give them. Assumptions always suck. That is why it was put there in the first place.

      I am myself an Opera user, identifying everywhere I go that I am such. Yes, hotmail gives me crap, but who would expect anything else from Microsoft? Hence, I no longer use Hotmal either.

      Remember why the practice of wrongly identify yourself started. Heck, even Explorer still identifies itself as a Mozilla; compatible. Do you know why? If someone puts up barriers for your success, one tries to cirumvent these. Opera did what they had to do, and even if it isn't the correct way[TM], they are now defaulting to Opera identify. Anybody who actually uses Opera also update their browser more frequently that iExplorers do, and the problem will eventually go away.

      ShelterIt
      --
      http://shelter.nu/

      --
      -- Home, James - it doesn't matter where that thing has b
    10. Re:And write multiple stylesheets by Aqua+OS+X · · Score: 2

      I don't see what the big fuss is all about. It is VERY easy to make advanced web sites that look good in Nav4, IE 5+, and Mozilla/Gecko browsers.

      --
      "Things are more moderner than before- bigger, and yet smaller- it's computers-- San Dimas High School football RULES!"
    11. Re:And write multiple stylesheets by Anonymous Coward · · Score: 0

      I use opera for everything*. But, I don't recall it defaulting to IE by default. There is actually a button saying "identify as:" with options for IE, Netscape etc...

      The only reason that I can see for this button to be there is for the *really* dumbass sites that specifically check if it's IE, and if not, will not even let the browser atempt to render the page. Give a warning, or something, but at least let the browser *TRY* to render the page.

      *ok, not everything, I have to access NTLM protected page on my intranet, and I must use IE for those :(

    12. Re:And write multiple stylesheets by Anonymous Coward · · Score: 0

      Everyone runs IE.

      Really? I don't. But then, I'm not everyone.

    13. Re:And write multiple stylesheets by dup_account · · Score: 1

      Actually, you see this kind of thing happen... When there is not a Monopoly. If Honda put out a hydrogen cell car which needed special fuel, they (and the consumers) would start in the large locales, and work toward the smaller. Notice how California was the only state that had emmision standards, yet that was able to help push the need for unleaded everywhere... But with a monopoly that activily works toward destroying competion, this ain't gonna happen... They just keep shifting the standard.

    14. Re:And write multiple stylesheets by njdj · · Score: 1

      You need to write different stylesheets for Netscape 4 and IE/Mozilla, minimum.
      No, you don't.
      The whole features race between browsers is completely pointless. Most of the features added to HTML since about version 3.2 have been completely pointless, aimed at immature users who are impressed by talk of "features" and by time-wasting rubbish like Shockwave. People who actually want to USE the web, to get real information, place secure orders with merchants, etc don't need eye-candy, don't want it and don't have time for it. The only really useful feature added to any browser in the last 3 years that I can think of offhand, is the capability to permanently disable animation. How much simpler it would have been if that nonsense had never been implemented in the first place!

    15. Re:And write multiple stylesheets by dabootsie · · Score: 1

      That would require actual work, and you know how dot-boom, fly-by-night college diploma having, "web guru" prima-donnas feel about work...

    16. Re:And write multiple stylesheets by Jon-o · · Score: 1

      I, for one, don't want you customizing web pages for me. If anyone does customizing like that, I want it to be ME.

      If you just use basic standards-compliant code, then browsers can show it how they want, and users and configure the browser to show it how they want. What's to say your fonts look good on my system? You're not here...

  194. Standards, breaking by Anonymous Coward · · Score: 0

    I know that websites can be written that crash IE - but does anyone know if it's possible to write standards-compliant HTML which looks shit in IE, but OK in others? A few sites like this might help the sheeplike IE users to notice the alternatives.

  195. Internal Company Issues Don't Help by Anonymous Coward · · Score: 1, Insightful

    With some corporations, they have internal software recommendations for their employees workstations in order to prevent 15 different types of word processors, for example.

    Usually, this means that the internal support will only help you with that one product: and with browsers, that's usually Internet Explorer.

    So you've got employees that either cannot install other software (if their draconian internal computer staff doesn't allow it) or aren't given a lot of support for other browsers.

    Now, some of these folks do Web development for internal Web sites and basically tailor sites to IE 5.0 and higher, since that's what the company says everyone should have. However, these same developers attempting to do external sites don't consider that real people are on systems other than Windows PCs with IE. So they don't test, they don't care.

    However, had our company instead mandated that we use a browser that renders HTML 4.01 correctly, and that HTML 4.01 is the standard to code to, not a browser version, then these problems might at least be allieviated.

    I still get deafening silence when talking to internal developers and external ad agencies when they ask "what browsers do you develop to?" and my answer is "we don't. We try to code to the standard." They don't know what I'm talking about. HTML 4.0what?

    And it doesn't matter anyhow. If someone builds a site that can only be used on Windows with IE, and we tell them "no" they complain to higher-ups who say "it will go out the way it is." Then when the complaints build up, they ask us for help. Dumbasses.

  196. Sometimes it's just easier. by GothChip · · Score: 1

    I was recently asked to design a web page for some friends of mine for a small project.

    Due to the fact I was asked when I was drunk I said yes, even though I hadn't written any HTML for 2 years. I used to live with a web designer and the nightly arguments about cross browser compatibility just put me off coding for a while. He used to think that MS was the devil. I thought that the fact is they do have 90% market share so you have to decide how valuable that 10% is.

    I'm not making a big thing about cross browser compatibility as I only have IE6 installed and can't be bothered to install anything else. I used to use Netscape religiously until I went on an IE5 course to learn how to support it and realised it was actually a better product. I'm using Homesite and it picks up most of the discrepancies anyway.

    I recently got a call about a small problem with the site in Netscape. A part of the site required the Marquee tag. I hunted for some Jscript to fix the problem and found it. A single IE tag was replaced by 15 lines of code. And you wonder why people prefer to code for IE?

  197. flash does that by Anonymous Coward · · Score: 0

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

    flash runs in all of those browsers, and on practically every platform, including:

    linux
    hp-aix
    solaris
    windows
    mac (classic / osx)
    pocket pc
    win ce
    be os
    etc...

  198. W3C Compliance is worthless by jakeforpresident · · Score: 1

    As a business owner, I ask anyone that tells me to make my pages W3C compliant to do the math. To make my pages compliant, it takes my employees X amount of hours, where they could be making Y amount of money doing other jobs to make my pages viewable by Z amount more people. Cost for compliance = X * Wage + Y * Billable Rate to facilitate Z people. Cost for non-compliance = 0 + business lost from Z Right now, Z is less than 3% of my page hits. Do the math.

  199. Since when.... by Anonymous Coward · · Score: 0

    Since when is this news? What, is it "state the obvious" day on Slashdot?

    1. Re:Since when.... by Anonymous Coward · · Score: 0

      Heh - Every day is 'state the obvious day' here. Were it not that I sense you are one of the few posters here with some brains, I'd lambast you for stating the obvious ;)

      I've been using linux since before it had HD support. I was on 'the net' before there was an http protocol. I've seen a lot of amazing things, but the only thing that never ceases to Continue to amaze me is the amount of ignorance dished up as expert witness and commentary by Joe Hack and the crew. Life is plagued with people re-packaging the obvious and feeding it to the oblivious .. I just wish it weren't that way. There is no need to make a social institution of idiocy.

      Let me lay it down for you : free is wonderful, but free doesn't put anything on the table for the kids. It doesn't. No amount of wishing it weren't so will take that away. I detest Microsoft products by and large, but what alternative do I have? I use Linux for what I can, as much as possible, but there are some things that Linux does not do well, and accessibility is one of them. How do you improve accessibility? Work on it - hard. How do you get people to work on it? Pay them. How do you pay them? With profits from sales. What, can't sell it? It is Free? Gee - dilemma.

      Command Line Interfaces were wonderful back in the day - I still detest mice - for me personally, if something doesn't have a CLI, it had better offer me the chance to shoot an alien or make some music (and i still favor composition programs that provide nice keyboard support). But do I expect my parents to deal well with it? Or even most of my peers? No, I don't. They have other things to do. Technology is not placed before them just to further complicate their lives. There are many evils in the Big Business world, and Microsoft is one of the greater ones, but what are you going to do? For all the ranting and raving done by the Open Source Community (tm), I have yet to see a better browser emerge to top IE (I use Mozilla, btw, in protest, but am forced to test using IE for support of my target audience). I hope and pray that Linux can continue to hold strong in the server market, as the technology there is certainly superior. I wish that things were different. Things are not. I applaud the crusaders, but it doesn't seem to me that the most vocal of the Open Source / FSF proponents have to worry too much about where their next paycheck is coming from. Just something to think about.

  200. Re:Adopt the standards. Gain customers by NutscrapeSucks · · Score: 2

    If Mozilla/Netscape 6 had a 5% marketshare it would be a no-brainer. The problem that it doesn't -- the numbers I've seen are under 1%, and the browser just isn't on the radar at all among the 'normal user' community.

    I test my stuff on Moz as a sanity check, but nobody's ever written it into the project requirements.

    Instead, your 5% is Nutscrape 4.x users, and catering to them could cause you to produce some non-compliant and/or ugly HTML/JS in order to get the thing to render correctly. That makes actually more difficult to support Mozilla in the longrun.

    Maybe two thirds of the Intranet/Vertical stuff I've seen that is IE-only is only that way because writing a second javascript path for Netscape 4 isn't worth the trouble. If Mozilla supported document.all, the stuff would run unmodified. The other third uses client-side activex or data-binding or other nasty stuff.

    (Also, Baki makes a good point about that using MS extentions is risky because they've been known to change.)

    --
    Whenever I hear the word 'Innovation', I reach for my pistol.
  201. create a template email by Anonymous Coward · · Score: 0

    create a template email, be polite, state the facts, ask that the official html standards be observed, and NOT microsoft's version of standards, and send a copy to the webmaster of each site you visit that has bogus code. ALSO, cc copies to THE SITES ADVERTISERS. This is the most important point. If the site has a feedback forum, post it there as well. cc copies to every executive in the offending site's chain of command. They key is INFORMATION, be POLITE, demand compliance standards that are NEUTRAL and not skewed microsoft-only. No big anti microsoft rant, just the facts.

    Another thing the slashdot community can do is to every day pick ONE big website that has bogus code, and everyone emial that site, do a force multiplier effect that can't be ignored. Let those sites advertisers marketing departments force the change, you aren't, but they WILL if it appears to be effecting the bottom line. Force multiplier by sheer numbers WORKS, I've seen it myself on efforts before.

  202. advanced flashy stuff by Anonymous Coward · · Score: 0
    If you try to do the very advanced, flashy stuff, you typically will get a page that will not operate with all browsers.

    That's because browsers like Opera, Omniweb, etc. are so damn buggy. I've found and reported several bugs in the past few months that affect basic functionality, like not being able to have Javascript change the style of an element that was generated by Javascript.

    On the other hand, Mozilla rocks. The bugs in Mozilla are mostly cosmetic at this point, and the "advanced, flashy stuff" is well within reach, as long as you don't have your heart set on using the "filter" CSS property.

  203. Outside the box by randomErr · · Score: 2
    One problem, your audience likes eye candy.

    Do you play top 40 songs on local FM stations or short-wave?

    Short-wave has an international standard. Everyone can get a short-wave radio. Everyone could also build a short-wave radio and stick a tower out to pick it up a station. So, why go to trouble to get a scratchy signal that will take twice the time and effort to pick up?

    People have FM radios are similar to people who have IE. Fm radios and IE are both easy to get a hold of. They do not want to go to extra effort of switching to another âuniversalâ(TM) standard. What they have no is just fine.

    Microsoft has gone outside the standards box and has created a piece of software that can do more, in more respects, then current standards. If any open source company did the same 'build a better mouse trap' thinking and created something better standard then what was already out there this forum would be praising that company to the heavens. Look at Mosiac compared to LINX? How about Linux to Unix? How about USB to RS-232 serial? How about ribbon cable to ATA Serial? How about 3.5' to 8' floppy disks? Eacfh was a good standard but something came along that had features the other did not have and was superceded.
    • Do most people have IE? Yes
    • Is IE easier to script for? Yes
    • Does IE offer more abilities and effects with little to no overhead? Yes
    • Does IE offer tighter integration into the OS for application such as CMS and program updates? Yes
    • Is there a Basic-based scripting engine out now for Non-IE browsers? No
    Why take the extra time to build a universal standard that isnâ(TM)t as flexible as the prevailing standard?

    Also as an aside, I did a census from Alexia on your two standards following sites. They came up ranked at about 1,100,000:1. That means that only 1 out of every 1 million people are visiting those sites.

    Job 34:26 He striketh them as wicked men in the open sight of others;
    --
    You say things that offend me and I can deal with it. Can you?
    1. Re:Outside the box by SoupIsGoodFood_42 · · Score: 1

      But the whole "IE is just offering more, aswell as standards" goes out the door becuse IE still doesn't support the standards properly anyway.

  204. Re:cathegory? by den_erpel · · Score: 1

    :%s/cathego/catego/g

    --
    Genius doesn't work on an assembly line basis. You can't simply say, "Today I will be brilliant."
  205. CmdrTaco: Fix your own html! by +MG · · Score: 1
    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.

    My pet peeve is people who bitch about web standards, but then can't be bothered to follow those standards themselves.

    Slashdot's html is not, and never has been, valid. This isn't rocket science. Its not hard. Stop playing sims, CmdTaco, and fix SlashCode!

  206. IE came first?? wtf? by GodInHell · · Score: 1

    When he co-founded Netscape Communications in 1994, Jim Clark introduced a Web browser that promised computer users a way around the Microsoft juggernaut.

    Huh? IE came before Netscrape? hmm.. news to me.

    -GiH
    It's called research, journalists used to do it.

  207. It's more about demographics by colenski · · Score: 1

    I run a site (which I will decline to name in this forum) which does about 1.5 mil cdn a year in sales, gets about 20K unique visits a month, and absolutely hates older Netscape (although looks almost perfect in Mozilla, way to go guys, only took 5 years!) At the site's inception, I was well aware of the W3C issues; at the same time I was also well aware of my customer's demographic. My deomgraphic is joe lunchbox who has never even heard of Mozilla, so designing a w3c compliant site was low on my list. Still, I have a little script that runs when someone hits the site that checks what browser the guy is using, does a reverse lookup of the ip, and keeps tabs on what they guy is looking at, and dumps the result into SQL server, so that if people's tastes change I can accomodate that / do data mining. The result? (these are no BS numbers:)

    99.5 % IE 4+
    .25% NS
    .25% Other (including spiders, etc)
    The masses have spoken and apparently I made the right choice on this particular site. I have gotten exactly 1 complaint in the past 2 years, so I look up the guy in my SQL database. Yep, he's there. What's he runnin? NS3! Sheesh! How long to I have to hold people's hands for??

    That being said, of course if I was doing, say, a Slashdot type of site with a more nerdly demographic I'd design it first in Lynx then work up from there, with IE being last.

    You guys may bemoan nonstandards compliance, but as a rule of thumb, the market has already decided that your concerns are irrelevant.

  208. Problem? by Erwos · · Score: 1

    I actually haven't noticed any problems using Opera. In fact, I can't remember the last time it failed to render a page correctly while I was using it. Ditto for Moz 1.0, although I don't use that as much.

    I think the problem really lies with IE being so forgiving of mistakes, and Moz being so standards-compliant. Bad code that works with IE is just assumed to work with Netscape because the web designer is too lazy to check.

    Example: my mom is professional web designer. She spent like 5 hours looking for a mistake the other day that caused her page to not work correctly in Netscape browsers (recent ones, like 6). The mistake? She forgot to put a period in front of something. IE just guessed and moved on, Netscape interpreted it properly and didn't work.

    At the end of the story, she finishes by saying, "So that's why Netscape wasn't doing things properly." I corrected her back: "No, you mean that's why IE was doing things improperly. Netscape was doing exactly what it should have done." I think she got the point. It'd be better if other people got the same point, too.

    Unfortunately, the issue is self-propogating. I was writing some pages a while back, and they needed to convert text help files to HTML. There's a perfect tag for this (pre, which is deprecated but still should be supported by w3c-compliant browsers), but neither IE nor Opera supported it, so I was forced to a more computationally expensive hack to fix things. I would have loved to just give the finger to everyone using IE, since I was technically right, but that just wasn't an option.

    -Erwos

    --
    Plausible conjecture should not be misrepresented as proof positive.
  209. Bashing Netscape 4 users ? by forged · · Score: 2
    All these AC posts bashing NS4 have to be written my Microsoft zealots.

    I'm using NS4 myself on a daily basis, since it's the standard browser installed through the company (30,000+ employees), and it's doing just fine.

    Occasionnally we come accross a site which doesn't render properly (such as when the </table> tag is missing), but as someone said before, you just move right along and go surf somewhere else.

    1. Re:Bashing Netscape 4 users ? by Anonymous Coward · · Score: 0

      I believe you were instructed to go fuck yourself.

      1997 is not coming back.

    2. Re:Bashing Netscape 4 users ? by Anonymous Coward · · Score: 0

      That's not true at all and I kind of resent being called a Microsoft zealot. I use Mozilla religiously.

      I was a proud user of Netscape 4 back in the day. In fact, I still use the Netscape Communicator icon in place of the Mozilla one because, and let us be honest here, the Mozilla icon is pretty ugly.

      NS4 may be fine for you and that's great - but I personally became fed up with it.

    3. Re:Bashing Netscape 4 users ? by kubrick · · Score: 2

      I'm using NS4 myself on a daily basis

      Obviously you're not developing for it on a daily basis.

      More grief than it's worth. Much more. (It is requiring all my strength of character not to break out into a long, heated string of invective against the people responsible for NS4's CSS "support"... suffice to say that they deserve it.)

      I long for the day when user numbers drop to the point that I can safely discard support for browsers which so grossly violate the standards.

      --
      deus does not exist but if he does
    4. Re:Bashing Netscape 4 users ? by Vlad_the_Inhaler · · Score: 1

      Two reasons why I still use Netscape 4 a lot:
      At work (also a large company), we have no choice. They do not allow IE for security reasons and my P166 with 80MB memory would be totally inadequate for the lizard. The OS is NT 4.0 and the thing grinds to a complete halt if I use more than 3 of (Lotus Notes, Netscape, Acrobat 5, M$ Word 97 and Excel 97) at once. I also have a terminal emulator for a mainframe running the whole time, but that has a small footprint.
      The other reason was when I was connecting my laptop through a 2.4 kernel machine with IP forwarding recently. Mozilla and the Konq refused to work, Netscape 4.7x was just fine. No idea why, but I was glad I had not de-installed it.

      --
      Mielipiteet omiani - Opinions personal, facts suspect.
    5. Re:Bashing Netscape 4 users ? by _xeno_ · · Score: 1, Flamebait
      Heh, I work at a company that also sets NS4 as the "standard" browser.

      The project I'm working on has created a webpage that only works with IE - it doesn't work with Mozilla not because of anything nasty, but because various bugs (namely, 35011 and 133567) prevent features that are supposed to work with Mozilla from actually working with Mozilla. When 1.1 or 1.0.1 gets released, I might get around to seeing if I can make the site work with the newer versions of Mozilla, but really, it isn't worth it.

      Besides, the end users all use IE, and for those that use Netscape 4, they can go fuck themselves or pray to five dieties and sacrifice three goats and a sheep that it gracefully degrades properly. Which it usually doesn't due to a half-assed CSS implementation. Trust me, I have a Sourceforge project where I have to use server-side includes to make the page render useably in Netscape 4 due to the fact that NS4's CSS implementation removes my links from the menubar!

      So, yeah, NS4 users can go fuck themselves - if Netscape 4 is your only choice, then shut off Javascript immediately because this also shuts off their crappy CSS implementation and might allow things to degrade in a proper way. Of course, with the site I'm working on, Javascript is required to make some of the more interactive elements work. (I hate requirements generated by people who want a webpage to work exactly like Excel does...)

      --
      You are in a maze of twisty little relative jumps, all alike.
    6. Re:Bashing Netscape 4 users ? by autopr0n · · Score: 2

      All these AC posts bashing NS4 have to be written my Microsoft zealots.

      Well, I run microsoft software, but I don't pay for it. I have an Xbox, but only for Jet Set Radio Future, and I doubt I'll buy any more, so theoreticaly I cost 'em $100 there.

      Anyway, I'm not pro, and slightly anti microsoft. But mostly I'm just anti ns4. Since your stuck with ns4, at least disable CSS.

      --
      autopr0n is like, down and stuff.
    7. Re:Bashing Netscape 4 users ? by Anonymous Coward · · Score: 0

      was that just a cut and paste post from several months ago? ....

      I sometimes swear there is a 'grassroots' orginization that supports MS to the /. crowd.

    8. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2
      I'm using NS4 myself on a daily basis, since it's the standard browser installed through the company (30,000+ employees), and it's doing just fine.

      Dude, do you really have any idea how broken and non-standards compliant Nutscrape 4 is?
      • Try putting a border style on a href tag and watch it stop working.
      • Try resizing a netscape window that has absolutely positioned layers.
      • Try getting your background color on your layers to match the geometry of the div (or span or whatever other block element)
      • Try writting JavaScript for a browser that doesn't even come close to supporting W3C DOM specs
      • Try watching your browser completely choke up with a very large table
      Ugh, I could go on all friggin day but I think you might get the point. I can write a completely W3C compliant, validated site and have it be utterly useless in NS4.

      The reason why most of the sites still look okay under NS4 is because most people have taken the time to write little javascript fixes or avoid the styles that make NS4 break, etc., etc.. It's a real pain in the ass for most web developers.

      Mozilla is truly a great browser now (so much better than the early days when Netscape released NS6 with an ALPHA version of Mozilla). There's no reason for web developers to support a legacy product that even Netscape's given up on. If you want to live in the past, why do you want everyone to suffer with you?
      --
      "A mind is a terrible thing to taste."
    9. Re:Bashing Netscape 4 users ? by ealar+dlanvuli · · Score: 1

      Bugzilla Bug 35011
      [DOM] window.onscroll and element.onscroll don't fire
      Query page Enter new bug ....

      Status: VERIFIED Priority: -- P1 P2 P3 P4 P5
      Resolution: FIXED
      Severity: blocker critical major normal minor trivial enhancement

      Bugzilla Bug 133567
      M1RC3; Crash because Adobe SVG plugin used an unfrozen interface [@ nsLoadGroup::GetName] [@ nsHttpChannel::GetName] which changed its prototype
      Query page Enter new bug

      ------- Additional Comment #46 From Christian Biesinger (not reading bugmail till July 22nd) 2002-05-28 03:57 -------

      Gabriel, there's nothing moz can do about the crashing

      the only thing it could maybe do is to refuse to load it...

      ------- Additional Comment #9 From Darin Fisher (out 'til July 22) 2002-03-27 16:00 -------

      looks like this is an evangelism bug... Adobe should not have been using an
      unfrozen mozilla API.

      -> evangelism

      ------- Additional Comment #47 From namachi@netscape.com 2002-05-30 16:52 -------

      Since this crash depends on external company. I am marking it as topcrash-.

      ***
      The first bug is fixed, the second bug dosen't even have anything to do with mozilla. Good choice in bugs. You also might want to update your troll, 1.0 has been released, and there won't be a 1.0.1 because they are making it 1.1a (I don't think the NS team believes in triplet numbering)

      --
      I live in a giant bucket.
    10. Re:Bashing Netscape 4 users ? by forged · · Score: 2
      • If you want to live in the past, why do you want everyone to suffer with you?

      You're missing the point here. NS4 is just the *standard* installed browser on every PC and workstation through the company, and we don't really have the choice here (we're mostly a Unix shop).

      True they could deploy Moz or NS6, however the sysadmins haven't done so, probably for reasons other than 'Does this website renders well'...

    11. Re:Bashing Netscape 4 users ? by _xeno_ · · Score: 2
      Does anyone out there do any real work? I'm really, really pissed off at the way Mozilla and Adobe are handling 133567, because when the project started and it was decided to do some critical things in SVG, it worked in both Mozilla and IE. Which was nice.

      Time passes, Mozilla reaches 1.0 - and breaks the SVG plugin. Well, yeah, it may be Adobe's fault, but guess what this does to our already-in-progress site? Forces us to drop Mozilla support since the bug crashes Mozilla on our site. Really damned annoying, especially because the site used to work with Mozilla.

      Anyway, a feature request gets added that means a floating panel that follows the scrolled viewport - something easily achevable with the onscroll event. Except guess what? Bug 35011 pops up - the code doesn't work in Mozilla. After spending an hour or so trying to figure out why I pop over to Mozilla and find Bug 35011.

      And it may be marked FIXED, but check the "target milestone" listed - it's 1.0.1. Decidedly not 1.0 - I can guarentee you it does not work in Mozilla 1.0 - try the test case given for the bug. It will not work in Mozilla 1.0.

      Since there is no way I can convince anyone that telling the users to use browsers marked as a "bleeding edge alpha release" - straight quote from mozilla.org, no trolling - I'm left with not bothering to test the site in Mozilla.

      Were those two bugs fixed, I could get around to ensuring all the Javascript (which is required by the end-users) works in both browsers - until those bugs are fixed, I just kinda have to wait around and continue developing for IE and hope that when Mozilla 1.1-stable is released, the code won't be too IE-specific.

      Until either Adobe or Mozilla addresses the SVG plugin, vast portions of the site will cause the browser to crash - or be unusable. We didn't want to use Flash and so went with the "open standard" and it turns out that by doing that we're locking people in with IE - now do you understand?

      No trolling - just the simple facts. Due to those two bugs, the site is unusable with Mozilla - literally - because the only page that doesn't use SVG requires the onscroll event to work correctly, or things get ... weird. (It's dynamic in other ways, which means that the bar that should float on the top will occasionally get moved in Mozilla when certain events occur - meaning that Mozilla users wind up with a bar stuck in the middle of the data they wanted to read.)

      So I would say that both those bugs are showstoppers for the project I'm working on. Yeah, the first bug might be "fixed" - but it isn't fixed in the stable release. The second bug might "not have anything to do with Mozilla" but it is something that used to work with Mozilla and now doesn't work with Mozilla. Meaning that Mozilla gets the blame, and the site is unusable with it. Until they get around to releasing the next "stable" version.

      (And anyone who wants to argue that this is a troll might want to instead expend that energy doing something useful like bugging Adobe to release an SVG plugin that works with Mozilla, so that half the site works again.)

      --
      You are in a maze of twisty little relative jumps, all alike.
    12. Re:Bashing Netscape 4 users ? by Anonymous Coward · · Score: 0

      Have you tried K-Meleon for your NT box at work? It's the Gecko rendering engine put into a slim Windows-only UI. It's tiny, fast, and stable. Since they got one of the showstopper bugs fixed for the MFCEmbed PSM Mozilla widget, they are going to be putting out version 0.7 soon, which includes the latest Gecko renderer.

    13. Re:Bashing Netscape 4 users ? by ealar+dlanvuli · · Score: 1

      Actually that wasn't a troll, the previous post stunk of one because you listed "whenever they release 1.0" when 1.0 has been released for quite some time.

      You do have some valid points, but in defense I'd still have to say for being a 1.0 release, it's prety darn good.

      I still blame the other problem on adobe though, but I can't imagine it will be too much longer for adobe to change the 1 line of code - recompile - and release a new version.

      --
      I live in a giant bucket.
    14. Re:Bashing Netscape 4 users ? by Vlad_the_Inhaler · · Score: 1

      thanks.

      bookmarked.

      We are getting new (modern) Compaq's in about 6 weeks so I'll wait and see. The company take a dim view of non-standard software (the old PCs have no CD and no Floppy) so this may be a political problem. Hopefully Netscape 6.x3 will be allowed but this is a reserve solution.

      --
      Mielipiteet omiani - Opinions personal, facts suspect.
    15. Re:Bashing Netscape 4 users ? by Isofarro · · Score: 2

      Try putting a border style on a href tag and watch it stop working.

      So use @import url in your styles, and let me suggest a presentation for links in NN4.

      Try resizing a netscape window that has absolutely positioned layers.

      Why must I resize my window, why can't you use the space I've already allocated to you?

      Try getting your background color on your layers to match the geometry of the div (or span or whatever other block element)

      Use the @import url in your CSS style and let me deal with it in NN4 as I find best for me.

      Try writting JavaScript for a browser that doesn't even come close to supporting W3C DOM specs

      No problem, but then I know how to use Javascript

      Try watching your browser completely choke up with a very large table

      Large tables? Sounds like you are pushing out too much information per page to be useful to visitors anyway. Why not break it out into separate tables? (Of course, you'd never use a table for layout, right?)

    16. Re:Bashing Netscape 4 users ? by Isofarro · · Score: 2
      If you want to live in the past, why do you want everyone to suffer with you?
      If you want to live in the future, why not use HTML for the purposes for which it was intended, describing document structure, and leave presentation suggestions to CSS. So what that Netscape 4 doesn't play along, hide the stylesheet and move along.
    17. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2

      Hmm... I guess you didn't read my whole comment:


      The reason why most of the sites still look okay under NS4 is because most people have taken the time to write little javascript fixes or avoid the styles that make NS4 break, etc., etc.. It's a real pain in the ass for most web developers.


      kinda sounds like what you just described huh? Guess that coulda saved you a little typing. Oh well, you sound like someone who likes to learn the hard way anyways so it probably wouldn't have helped.

      --
      "A mind is a terrible thing to taste."
    18. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2


      If you want to live in the past, why do you want everyone to suffer with you?

      If you want to live in the future, why not use HTML for the purposes for which it was intended, describing document structure, and leave presentation suggestions to CSS. So what that Netscape 4 doesn't play along, hide the stylesheet and move along.


      You've gotta be kidding me... we're talking about a lot more than just CSS. Netscape has some serious bugs and performance issues. It's really, really far behind. So much that even Netscape knows it. In fact, everyone knows it but you and 1% of the other web users out there.

      --
      "A mind is a terrible thing to taste."
    19. Re:Bashing Netscape 4 users ? by Isofarro · · Score: 2
      Netscape has some serious bugs and performance issues
      Runs fine for me. Perhaps you need to uninstall all the trojans and spyware you've got running. Or get a real operating system.
      It's really, really far behind. So much that even Netscape knows it.
      I know Netscape 4 is five years old. Its got this great filter that can tell the difference between web authors that know what they are doing and the crap. I run it without Javascript and without CSS.

      If you cannot present the information to me in a readable format (readable to MY eyes), then you are not much of a web developer, and your company is yet another of those that promise so much and deliver so little.

      I'm the one with the credit card, you are the one that's trying to sell something. Don't you ever forget that, amazon.co.uk certainly don't.
    20. Re:Bashing Netscape 4 users ? by Isofarro · · Score: 2
      Hmm... I guess you didn't read my whole comment:
      Naturally I stopped at the statement "I can write a completely W3C compliant, validated site [w3.org] and have it be utterly useless in NS4."

      The _problems_ you listed are all presentational and stylesheet in nature (apart silly resize one which isn't a problem at all), but yet you quote a URL to an HTML validator, but not the CSS validator. The ludicrity of that proposition prevented me from continuing since my sides were aching from the unintended humour. To the clueful its obvious that Netscape 4 has a problem with the CSS, not the HTML - I would expect an experienced web developer to know this.

      Would you like to give a proper example of a correct HTML page that doesn't work in NN4? (HTML being a markup language used to describe the logical structure of content).
    21. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2


      Naturally I stopped at the statement "I can write a completely W3C compliant, validated site [w3.org] and have it be utterly useless in NS4."

      The _problems_ you listed are all presentational and stylesheet in nature (apart silly resize one which isn't a problem at all), but yet you quote a URL to an HTML validator [w3.org], but not the CSS validator [w3.org]. The ludicrity of that proposition prevented me from continuing since my sides were aching from the unintended humour. To the clueful its obvious that Netscape 4 has a problem with the CSS, not the HTML - I would expect an experienced web developer to know this.

      Would you like to give a proper example of a correct HTML page that doesn't work in NN4? (HTML being a markup language used to describe the logical structure of content [w3.org]).


      Here ya go hot shot:

      devnull.org

      There's not content there yet (it's going to host some JSP taglibs, webapps and JavaBeans) but it's completely fsck'd in Nutscrape 4.x but works in Opera, Mozilla, IE, and Konquorer.

      --
      "A mind is a terrible thing to taste."
    22. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2

      Netscape has some serious bugs and performance issues Runs fine for me.

      Perhaps you need to uninstall all the trojans and spyware you've got running. Or get a real operating system.


      Hmmm.... assuming that BSD and Linux aren't real operating systems, what's your suggestion? The only other thing I'd consider is OSX.


      I'm the one with the credit card, you are the one that's trying to sell something. Don't you ever forget that, amazon.co.uk certainly don't.


      First of all, most of the "web" things I do has nothing to do with sales. It's mostly thin client database front ends. I'm not trying to sell anything but even if I was, I'd probably still feel the same way.

      Let me break it down for you. I still try to double test my stuff for most of you NS4 users but it's getting really old. Now that there are completely acceptable alternatives, it's really, really getting old.

      Bottom line: you're a dying breed and you're just to stubborn to actually know it. That's fine but when you guys are almost extinct (like you are now), don't cry when nobody gives a shit about fixing their site for your browser anymore.

      --
      "A mind is a terrible thing to taste."
    23. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2

      (apart silly resize one which isn't a problem at all)

      I think this may be due to your ignorance. You thought I meant trying to re-size the browser with JavaScript but I actually meant the user re-sizing the browser after the page has been rendered.

      You see, this is referred to as the infamous "Netscape resize bug" that every person who has stitched together any DHTML knows about. All layers that have been absolutely positioned all get returned to 0,0 upon the browser re-size. The reason why you don't notice it is because most people have the standard javascript work-around which detects the dimension changes and forces a reload (A real problem if the user has just submitted a form).

      --
      "A mind is a terrible thing to taste."
    24. Re:Bashing Netscape 4 users ? by Isofarro · · Score: 2
      most of the "web" things I do has nothing to do with sales.
      well, since the top reasons for visiting sites are 1.) for information and 2.) to buy something, and you do neither, then you're not really part of mainstream web development.
      you're a dying breed and you're just to stubborn to actually know it.
      Yes, this thread has bourne that out, I take a lot of pride in doing a good job - which a lot of you designers don't.

      I'm actually using NN4 so I can cut out all the useless junk you people keep inserting into pages - the flash, javascript, CSS - all useless when all I want is the info. Its a great web-filter, and only the useful sites get through.
      don't cry when nobody gives a shit about fixing their site for your browser anymore.
      I'll be jumping for joy at that point, since twits like you won't be inserting "javascript fixes" for _my_ benefit. Hurry up and start using standards compliant markup, use HTML for its correct purpose of describing the logical structure of the content, use CSS for styling and presentation. Quit this fixation that you know better on how to support Netscape 4, you don't know. You are supposed to be a web developer - start acting like one.

    25. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2


      well, since the top reasons for visiting sites are 1.) for information and 2.) to buy something, and you do neither, then you're not really part of mainstream web development.


      Ummm... I'm pretty sure that database thin-clients have everything to do with #1 but whatever you say.


      Yes, this thread has bourne that out, I take a lot of pride in doing a good job - which a lot of you designers don't.

      I'm actually using NN4 so I can cut out all the useless junk you people keep inserting into pages - the flash, javascript, CSS - all useless when all I want is the info. Its a great web-filter, and only the useful sites get through.


      Look, when making web applications, HTML is a limited enough UI to begin with. When standards organizations approve of new methods and technologies approve of things to help extend the functionality I'm going to jump on it. Just because you insist on using a application that doesn't work with the new standards doesn't mean crap to me. You're getting to be a small enough portion of the population that everyone is starting not to care.


      I'll be jumping for joy at that point, since twits like you won't be inserting "javascript fixes" for _my_ benefit.


      Too bad nobody will give a shit

      --
      "A mind is a terrible thing to taste."
    26. Re:Bashing Netscape 4 users ? by Isofarro · · Score: 2
      Would you like to give a proper example of a correct HTML page that doesn't work in NN4? (HTML being a markup language used to describe the logical structure of content [w3.org]).
      Here ya go hot shot:

      devnull.org [devnull.org]
      png screencap
      gif screencap

      Looks fine an usable to me, nice work. Next.

    27. Re:Bashing Netscape 4 users ? by Isofarro · · Score: 2
      I think this may be due to your ignorance. You thought I meant trying to re-size the browser with JavaScript but I actually meant the user re-sizing the browser after the page has been rendered.
      On the contrary. I have no need to resize my browser window since it is already set to the correct width for me. Any website that expects me to resize because of their requirements need to have another re-think.

      A website should use up the space it is allowed. To ask for more, or do with less is a failure on the website, not my browser.
    28. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2

      Looks fine an usable to me, nice work. Next.

      Okay, I'll concede that turning off the CSS and JavaScript made it look better and that a HTML 4.0 validated page will render correctly when there's no CSS.

      My problem is that I added styles to elements that didn't effect the width of the div's, tables, etc. but the div's and table's width was effected. And if you turn on the JavaScript and CSS again, how in the hell does the CSS validator gif get under the mozilla gif?

      I think it goes much beyond layout. Organizing menus and UI for data driven sites is becomming more and more difficult and if the people who organize the standards give us the tools to help us, then why not use it.

      --
      "A mind is a terrible thing to taste."
    29. Re:Bashing Netscape 4 users ? by yomahz · · Score: 2

      On the contrary. I have no need to resize my browser window since it is already set to the correct width for me. Any website that expects me to resize because of their requirements need to have another re-think.

      You're telling me you never resize your browser? Not even to make room for more windows on your screen? Well you're definitely a very odd case.

      --
      "A mind is a terrible thing to taste."
  210. US 508 Compliance Regulations may be a way out by Pachooka-san · · Score: 2, Informative

    I work for a company that does a number of web projects for the US government, and the big buzzword here is Section 508 compliance. This is federally mandated support for web users with disabilities that use readers and other assistive tools. It is a requirement for all government websites, although enforcement appears to be highly variable. From what I have gleaned, the rule of thumb is make the site Lynx-compliant and you're not too far off. By time you have true 508-compliance, you're not using very many of the cute IE tags, you're not using Flash (I know it's theoretically possible, but Flash & 508 absolutely do not mix), and you've eliminated a lot of the useless JPEG/GIF/Javascript menu junk. Unfortunately, some of our (government) clients are just thumbing their collective noses at the regulations right now, but 508-compliant sites do render just fine in just about anything.

    --
    I tremble for my country when I reflect that God is just. --Thomas Jefferson
  211. Corporate Standards Gestapo by MrBoring · · Score: 1

    When I think of web standards, I keep thinking how uninvolved I am. I don't know who runs the W3C, or how much money you have to pay them to have a say in it, but I know I can't afford it. Unfornately, I as well as the rest of you suffer from it. Here's some standards the W3C could adopt for REAL people, not corporations trying to sell products:
    * Flash: In IE, at least, I have to download the flash plugin just to stop IE from nagging me about not having it. I wish there was a dummy plugin that just ignored it for me. STANDARD: Give the web user an OPTION to ignore this completely.
    * Force images to have a description. When people don't want to see a graphic laden site, they don't have to download a picture of text (rather than text itself) to follow a link.
    * Get the whole page at once, instead of making lots of smaller connections.
    * Ban popups.
    * Always give the user the chance to use window controlling buttons. Don't just fill the entire screen with irritating porn content. In short, give users the option to ban all screen hogging code.

    Finally, users should be given real options, not just Hobson's choices. This means, if I don't want your page to take the whole screen, I shouldn't be prevented from seeing the rest of your site.

    In short, make standards for USERS, not for people trying to sell things.

    1. Re:Corporate Standards Gestapo by adb · · Score: 1

      The things you're complaining about are not things the standards people have control over.

      • The HTML spec doesn't know anything about JavaScript (which creates popups, resizes windows, nags you about the Flash plugin, and so on) other than creating a general-purpose way for people to embed scripts in their pages.
      • The "whole page" is made up of the HTML page itself and, usually, various images that are embedded in it with IMG tags. It's up to the web designer, not the standards people, where to get those images. The HTTP standard definitely lets you get the whole page in one connection if the designer has put all the images on the same server.
      • The standards do demand a text description for every image. People just don't do it.

      The standards are reasonably easy to read. I suggest you have a look at their web site and learn more about it. The people who think about these things understand these issues, and do the right thing, but the people who don't want to think just ignore them. That's the whole point of this article.

    2. Re:Corporate Standards Gestapo by Anonymous Coward · · Score: 0

      Have you ever wondered that maybe it is exactly this disjointness that makes the whole thing so messy and ineffectual? Is the best that the W3C can do really to produce torn up versions of the HTML standard in order to satisfy some nebulous concern for neatness? Deprecating tags?? Are they nuts??

    3. Re:Corporate Standards Gestapo by adb · · Score: 1

      HTML is supposed to be flexible. It's a tradeoff: like anything else on the internet, it lets you do all kinds of stupid shit as well as the right thing.

      This is all in the domain of semantics (e.g., "OK, run this JavaScript at this time" [and that JavaScript sucks]) rather than syntax (e.g., not closing tags [which makes the browser guess what the tags enclose]), which I don't really see as being in the scope of this article. This article is complaining about people who talking like George Bush (with poor grammar, so it's not even clear which words he's trying to relate to which) rather than people talking like Dan Quayle (with poor diction, as in "... the importance of bondage between mother and child ...").

  212. Website Designers by Anonymous Coward · · Score: 0

    Skilled website designers will code a site so that it looks good in any browser. However, most website designers are lazy and just don't give a damn. The part that bothers me the most is when I have to set the User-Agent of Mozilla to identify as Internet Explorer to get around somebody's lame "Your browser is not supported" script.

  213. or they ahve too much beauracracy by Anonymous Coward · · Score: 0

    Often the web designer has no authority. Some companies that I've worked at before but not in a web-oriented capacity, took a couple of weeks to push out changes. Like if we released a new version or patch of a product we would push it to the web department and they would have committees and edit change logs and set it up internally and make sure everyone's asses was covered and within a week or two the file would be put up... by which time of course it was usually obsolete and we had a new version to ship out to them already.

  214. Blame the Money Men by Baby+Duck · · Score: 1

    Stop blaming the web designers. Blame the businesses funding the web designers. They are stubborn when they read statistics that say IE has 90%+ of the market and Netscape 4.x has ~1%. They demand that the money they gave for you to build their website work with NON-STANDARDS COMPLIANT IE and bug-riddled Netscape 4.x. They don't even know what W3C or Mozilla is.

    Web designers shouldn't have to do anything BUT follow the W3C standards, but the negative feedback loop of business and money prevents the standards from flourishing.

    --

    "Love heals scars love left." -- Henry Rollins

  215. My pet peeve... by Anonymous Coward · · Score: 0

    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.

    Well, my pet peeve is an editer [sic] who feels he must make vapid comments before posting an article. This comment in no way adds to the content of the article and only displays Taco's hubris and inflatted ego.

    By the way: LNUX $0.89. Shouldn't it get the trailing "e" soon and be delisted?

  216. If you ignore web standards.... by Anonymous Coward · · Score: 0

    If you ignore web standards then I will not read your site.
    If I must have a flash plugin, then I will not read you site.
    If you require IE then I will not read your site...

    But the best bit.....

    I set the policies for the whole IT department... If I don't read your site, neither will any of the other 8000 people who work here...

    The best part about holding a position of power is the ability to abuse it.

    We changed everyone over to Mozilla when we got fed up with patching IE bugs all the time. Flash is blocked for bandwidth reasons.

  217. user / manager education by Parsec · · Score: 1

    Part of this is user and manager education. We should be watching IT initiatives and bidding processes to make sure that real web standards are being used (HTML 4.0.1 / XHTML 1.0 / WAI). Weedle your way into any "web" project and point out that rather than being held hostage to Microsoft, it would be a good idea to give management the flexibility to move to another browser should M$'s pricing/subscription/upgrade policy become untolerably abusive.

    On the user end of things, simply point out that you can turn off pop-up advertisements in Mozilla and they say gimmie!

    But you've got to get out and evangelize.

  218. Netscape, et al's own fault... by anomie · · Score: 1

    First off, let me say that as a web application developer, I have always supported cross browser development. That said, I must say that much of the fault for this lies with Netscape and the others who have been slow to adopt web standards. Anyone who has had experience developing cross browser apps has fully experienced the frustration wrought by Netscape's inabliity to live up to standards. Remember the for several years netscape was stuck in a 4.x version (which was not standards compliant) and then skipped 5.x to go right to the 6.x version, which was a piece of garbade. Today the AOL version is as bad as a porn site with garbage pop up ads and the like, which does not bode well for it being taken seriously as an web application browser. Mozilla has come quite a long way, but if we had been waiting around for the 1.0, most companies developing web applicaitons would have gone belly up. Don't get me wrong... I am not a fan of either IE and moreover not a fan of MS choke hold on innovation, but when you're trying to meet a deadline and you're stuck on a stupid issue between Netscape and IE [read: document.all vs document.layers, for example] well, you've got to err with the side who has the most users, which isn't the way you'd like to do it, but the way it must be done sometimes. By the by, I still write cross browser compliant code (the extra work done outside of my tasks on any given iteration), because I fully support web standards. But that's got to go both ways. Any browser that wants to be taken seriously needs to fully support ALL standsards, not just a piece of them.

  219. Standards vs. Function by niall2 · · Score: 1

    In my years of working with data format standards (in particular the FITS format which is supervised by the International Astronomical Union) I have found that many developers cannot wait for standards to be debated and adopted. For FITS this can be years (not quite as long as the WC3). As developers we need this thing done yesterday. You are quickly forced to adopt some other set of standards, or roll your own. If someone has invented the nonstandard standard that suits your needs, you quickly jump on it and call it a day.

    This is no different than all the cpp #ifdefs that litter all C++ code on Unix machines or configures doing its best to compile an application. Isn't this sort of web browser capability checking and telling you what will not work any different from GNU configure finding you don't have libjpeg.so installed and not putting JPEG support into whatever program you are compiling? As long as I can do what I need to do with the site (and they don't deny me partial access) then my choises are the same as compiling...either get the needed components or deal with the missing bits.

    Of course most web users are not developers so they grow tired of being told they cannot do something with their browser. Its our jobs as a community to look at what they need and add the needed features as quickly and transparently as possible.

    --
    Today is a gift. Save the receipt.
  220. Missing a very large point by Ambassador+Kosh · · Score: 2, Informative

    Overall I have been doing web design for a while and all of our pages are 100% spec and there are a lot of reasons for that.

    The first problem is that thinking IE is the only standard is a self fulfilling prophecy. The more you design for IE the less you see other browsers and thus the more you can design for IE since you don't see other browsers. I have seen this a lot of rewriting a customers page that was designed for IE only by another company typically increased the number of customers a fair bit.

    When you piss someone off most of the time they will tell 10 other people that x company pissed them off. However if you make something good and cool they typically tell only 2-3 people. So how can it be a good idea to ignore these other browsers that are down in the 5-10% area? That would lower the overall usage of your site by a staggering amount which I have seen that it does.

    Finally I have seen sites that only work on IE and block you if you are not using IE. Guess what guys search engines for the most part are not IE. Google is most certainly not IE. Ooh your company page is really good and will really help your company now that it is not on the search engines. Also sites that are 100% spec move up in the various search engines faster. I don't know exactly why but I do know that it happens.

    Overall the data is the same between many views of a website so why not just do server side browser detection and change some of your layout code for each of the browser groups you need to make for you site to make it render correctly in all of them? The data is the same between all of them and changing your layout code should be fairly easy in any dyanmic environment. Then you can serve back to the browser whatever version best suits that browser and overall I have found that usage of web pages using that rises dramatically. Also with that we tend to see far more opera, netscape 4.x, konqueror and mozilla users and thus the percentage of IE drops a fair bit.

    --
    Computer modeling for biotech drug manufacturing is HARD! :)
  221. Then you're not doing your job properly. by Anonymous Coward · · Score: 0

    If you were capable of writing HTML compliant code properly, then it would render in all browsers.

    1. Re:Then you're not doing your job properly. by Fucky+the+troll · · Score: 0

      The point is, I'm doing *my* job properly, as described in my job description.

      YHBT

      --






      Roadkill is yummy.
  222. What constitutes a standard. by cerskine · · Score: 0

    What you people fail to understand is that browser standards are defined by what browser people actually USE.

    Most normal people (people who use deodorants, have girlfriends, etc.) use IE. Why should hard working web designers put themselves out to cater for a (relatively) small bunch of slashdot readers who use fringe operating systems and browsers.

    Sure, this is going to create an internet full of haves and have-nots, but isn't that what real life is like? Come to think of it, most non-IE users probably don't know what life is like outside of their filthy, stinking bedrooms.

  223. Web Designers Pet Peeves ... by swedub · · Score: 1

    As someone already mentioned most previous usability/accessibility complaints about Flash are now moot with the latest MX release.

    But one thing that is my pet peeve is with the geek web browsing elitists. You guys sound just like the elitists in the Drum & Bass DJing scene. They all complain about DJ's who use CD's with or instead of vinyl. CDs to a DJ can be compared to Flash to a web designer. It's all just another tool in the toolbox, the only thing that makes a difference is how well you use it.

    - Jesper Erdfelt
    - http://americandnb.com
    - http://blueviking.com

    1. Re:Web Designers Pet Peeves ... by bsane · · Score: 1

      All of his flash complaints are still valid and not the least bit elitist. If bonehead webmasters use flash in its current state I'm sure they won't care about making FlashMX usable. I still don't understand why anybody would need/use flash on their website to introduce/gain entrance or to convey information. It doesn't help in either circumstance...

  224. Obviously not too many web developers here... by badasscat · · Score: 1

    I'm a web producer (not designer) for a major corporation and a lot of what I've seen written here about the way sites are produced is pretty ridiculous. Now, while I can't say how every company does things, there are obviously quite a few misconceptions about how developers and designers work.

    For one thing, if anyone in my position assumes "I use IE, therefore everyone else does" (as I've seen someone quote here), they need to find another job. Simple as that. No producer/developer/designer thinks that way. It takes 2 seconds to check server logs or, more likely, the results of whatever tracking software the company happens to be using. Those server logs will more than likely show that more than 98% of users use IE (as ours do). This talk of developers making ridiculous assumptions sounds to me more like sour grapes from those using other browsers who are refusing to acknowledge the simple fact that IE *is* the dominant browser.

    Now, that doesn't mean we consciously code for any particular browser. We code HTML primarily using Dreamweaver and Flash, with a bit of hand-tweaking along the way. Anyone who says Notepad is the best way to design a web site is stuck in the pre-frame, pre-table, pre-Flash, pre-html 4.0 days of around 1996. I mean you simply can't manage a large site by hand-coding - it's just not efficient, you'd waste countless man-hours. Time is money; we have to use graphical editors, and then we test on various browsers (including Mozilla) and if it works, we move on. If it doesn't, we fix it until it's perfect on IE and at least viewable on Mozilla. Given the dominance of IE, that's just the most time-efficient use of resources.

    The point is developers and designers are neither as nefarious nor as stupid as a lot of people here think. Corporations exist to make money and one of the ways you ensure profits is by minimizing expenses. If we can make a site look right for 98% of our users, there's really no point spending hours and hours of wasted time trying to make it perfect for the remaining 2%. We've got other sites we've got to work on (we're constantly creating new sites for our various products). It has nothing to do with ignoring standards or purposely favoring IE... it has to do with balancing speed, quality, and satisfying the vast majority of our users.

    Ironically, the use of Flash is reviled by some here but it's the one way you can ensure that absolutely everybody using any graphical browser sees the same thing. A Flash site in IE looks exactly the same as a Flash site in Mozilla. If you want a standard, there it is. Flash also allows for a lot more artistic freedom than pure html, and while I know a lot of you are old-school info-only types, the fact is not everything in the offline world is strictly text-based so there's no reason the online world needs to be either. Designing in Flash is the only way you get the same freedom as you do designing for print or for other forms of media. Obviously I'm aware of the limitations (search engines, etc.) but in some cases those limitations are far outweighed by the benefits. And one of Flash's benefits is standardization across browsers.

    1. Re:Obviously not too many web developers here... by badasscat · · Score: 1

      Er, I meant "we code our sites using dreamweaver and flash" - obviously, we're not coding HTML with Flash.

    2. Re:Obviously not too many web developers here... by metachimp · · Score: 1
      I agree with many of your points, developing a site that makes extensive use of layers, and other dynamic content is tough to do without WYSIWIG editor like HomeSite or Dreamweaver. I stop at layout though with those tools. When it comes to the actual functionality (javascript to handle events and form input, change layers and images around), I find it impossible to use those WYSIWIG editors, because they invariably get it wrong, or have some messed-up naming conventions (function A_899388_FLP_CHANGE_FRAME(), or some other such nonsense, DreamWeaver users know what I'm talking about). If you're using JSP or some other app server scripting, then you almost always have to to that by hand (it's the fun part, by the way).

      I noticed a lot of people badmouth javascript around here, as though it's some kind of bogeyman. It's a tool. You can use it for good purposes or bad purposes. You can use it to make annoying pop-up windows, but more often its used to make sure that the web site that you just bought your latest fun gadget from gets your phone number right. Javascript has uses that are mainly under the covers in a lot of sites. If you've got a way to do form validation just using plain old HTML, I'd like to hear it. I know you can do infomation validation at the server side, but why would you? Why do the round trip only to discover that your app server isn't going to write that record to the database because the user used dashes instead of slashes when typing in their birthday?

      With respect to standards, Netscape totally dropped the ball regarding javascript. They could have owned the standard for javascript. Instead, they pursued a policy of obscurity regarding javascript, preferring to keep the implementation details secret, forcing MS to develop their own version, and consequently, having much more influence over the ECMA standards. The result is that Microsoft's implementation of JavaScript is much more standards compliant than Netscape's (don't know much about Mozilla's javascript interpreter, but I'm assuming it's based of netscape's). You could argue that MS basically wrote the ECMA standard, but seeing as how Netscape refused to play ball when it came time for standardization of the language, you can hardly fault MS for getting ahead of Netscape on that one. They were the only ones to show up to the meetings.

      I work for a company that makes web-based applications, and we support both Netscape (Mozilla) and IE. We have to maintain two versions of many includes and function libraries, one for each. The Netscape versions are stuck in 1998, while the IE versions are much richer functionally, without using any strange or MS-specific extensions. We don't support Opera (and not because my personal opinion is that it's crap), because we have not had any requests from our user base for it.

      --
      The system has failed you, don't fail yourself. --Billy Bragg
  225. Follow the standards, almost by shd99004 · · Score: 2

    As a web designer, you really only have to follow the standards. Sure, are you using the latest ones, there will be old browsers out there that can't handle it. There are people still using Netscape 4.7, so you never know...! Personally though I test my homepages in the latest versions of IE, Opera and Mozilla (if it works there it works in Netscape 6 too). I am trying to use the latest versions of HTML and CSS, which sometimes doesn't render alike in every browser... Opera doesn't have 100% support for CSS2, for example. If I use .png graphics, I know that I can never use alpha transparency since IE6 does not have full support for .png. About Flash and javascript, I have to say that both have their place in web design, and actually I like flash sites, even if I have learned that a lot of people seem to hate it...

    --
    Will work for bandwidth
  226. Standards Shmandards by Anonymous Coward · · Score: 0

    Quite frankly, IE is the best web browser out there. You Linux nutbags can go suck my ass.

  227. MS proxy server excludes other browsers by drbart · · Score: 1

    I don't see any public hue and cry about this, but enterprises are increasingly deploying the Microsoft proxy server IAS that defaults to requiring NTLM authentication.

    So far as I know, only IE knows how to authenticate to it. People behind these corporate firewalls *can't* use Netscape, Mozilla, or Opera.

    This is exclusionary of the highest order.

  228. The Web is Dead by Anonymous Coward · · Score: 0

    Conceptually, the "World Wide Web" is dead, and has been for a long time. Ever since Netscape balkanized HTML with stupid non-standard tags, the dream of the Web was dashed.

    Why? The original WWW, as envisioned by Tim Berners-Lee, was a system that would be accessible regardless of View--the Web could be rendered on both graphical and text terminal alike. To do this, HTML was created--a loose markup system (emphatically NOT a presentation language) to mark up -content-, to give it a vague structure that would be rendered on any system (not identically, of course...and that was the point).

    HTML was never designed to be a presentation language. The Web was not designed to work on a single operating system, on a single type of browser. And yet, today we have the EXACT OPPOSITE--HTML has been forced into being a terrible presentation markup, and the "Web" (such as it is) is being designed to work only on IE, only on Windows.

    Folks, it's time we faced the fact that the World Wide Web has failed---what we have now is not the original web at all. If we are so hellbent on having an author-controlled strictly typeset system, why don't we all just use Acrobat? HTML is ill-suited for the tasks it is forced into performing today.

  229. Re:Adopt the standards. Gain customers by Ilgaz · · Score: 1

    That %5 you mention includes Opera licensed owners too... People can afford $37.5 for a program does the same job (better or worse) as 2 others they can download for free or even comes with the OS.

    Oh don't forget the iCab... Imagine a guy sitting in front of 22" Apple display can't access your site and gets mad...

    Real interesting, no wonder why those dotcom crash etc happens...

  230. Re:Adopt the standards. Gain customers by Anonymous Coward · · Score: 0

    Ahh, bullshit.

    Perfectly standards complaint stuff will fail in "standards compliant" Netscape 6.0. You still need to test and work around bugs even if your markup and script is perfect.

  231. Thats the problem by Anonymous Coward · · Score: 0

    That is exactly the mind set that has caused this problem. Why not just code to standard... That does not take MORE time.. Then maybe some of us that have another browser, might be able to view what I am sure if just a great page of yours

    -Fish

  232. Sorry, this document does not validate by jmegq · · Score: 2

    > doesn't-that-burn-your-bottom

    Yeah, especially since /. doesn't validate as proper HTML. Slashdot is one of the premier OSS sites; if we don't follow the standards, why should anyone else?

    1. Re:Sorry, this document does not validate by rasterizerjay · · Score: 1

      I'm a web developer for a site with a varied, highly technical audience, and routinely test in a rather obscene number of browsers/platforms (17+ combinations, including Lynx, OmniWeb and other "obscure" ones), with success (i.e. readability and successful funcationality), but only rarely does the w3 html checker return a "valid" result to these pages. When pages are generated by scripts (like /.) and combine (sometimes) bizarre fragments of machine-generated output, the idea of a perfect page every time just insn't practically possible. This should not be an automatic assumption that the code is not standards-compliant.

    2. Re:Sorry, this document does not validate by jmegq · · Score: 2
      > I'm a web developer for a site with a varied, highly technical audience, and routinely test in a rather obscene number of browsers/platforms (17+ combinations, including Lynx, OmniWeb and other "obscure" ones), with success (i.e. readability and successful funcationality)

      Yow, your dedication is impressive!

      > but only rarely does the w3 html checker return a "valid" result to these pages.

      Well naturally; since each browser/platform has its own idea of what a "valid" page is, it will differ from the official w3 standard. That's exactly the problem.

      > When pages are generated by scripts (like /.) and combine (sometimes) bizarre fragments of machine-generated output, the idea of a perfect page every time just insn't practically possible.

      On the contrary! Scripts and other machine-generated code are the way to ensure valid output at all times -- that's one of the (few) good reasons for the XML hype. Sure, you *can* produce invalid garbage from scripts, but it can be much easier to be sure you're only generating valid code from scripts.

      > This should not be an automatic assumption that the code is not standards-compliant.

      Of course it should be -- how else should we define "standard"? If we define it in terms of MSIE or Lynx or Opera or Mozilla, we give up all the benefits of open, reliable standards in favor of proprietary, error-prone, specification-by-implementation nonsense. We can and should do better!

      There's a world of difference between "standards-compliant" and "seems to work with the browsers I tested". The latter (plus market dominance) is how Microsoft keeps winning the game. But MS is Goliath; we can't hope to win using that strategy. Standards-compliance is the way OSS must always go to win.

  233. IE supports W3C standards by samaritan · · Score: 1

    In my web development travels I have -tried- to develop with many browsers in mind. The main problem that I have run into as I attempt to please all browsers is that IE and Opera have the best support for HTML and CSS. Netscape, who many tote as so much better, is crap when it comes to design using W3C standards. I would like to drop M$ as much as the next guy, but I do not find a compelling reason. The banners of Opera (which still is a little screwy with CSS) or the widely used, and decent devil IE are my only real choices. I have used Konquerer and like it, but I cannot expect KDE to be on the majority of desktops for a while. If Opera can get rid of the few quirks and the banners, I would procaim it "King of browsers" in an instant.

    1. Re:IE supports W3C standards by Anonymous Coward · · Score: 0

      Exactly what planet were you testing those browsers on? Of the browsers you listed, Netscape has the best HTML/CSS/DOM support of any of them! IE and Konqueror are in second place, and Opera is dead last.

      It isn't 1998 anymore. In 1998, Opera kicked some ass. Netscape sucked some ass. Since then, Opera has done NOTHING to improve itself. Netscape has grabbed the top spot. IE even managed to be better than Opera in that timeframe, and that's pretty sad.

      Have you even USED the Internet in the last two years?

  234. Web Development and Cross-Browser HTML by javacowboy · · Score: 2

    First let me say that I'm a big supporter of OpenSource, cross-browser and cross-platform HTML, and of the principle that a web page or web application should be viewable on as many browsers as possible.

    Having said that, as a web developer (NOT designer), it's very easy to succumb to temptation and support only IE, especially when there are tight deadlines.

    On the last major web development project I worked on, the QA people didn't bother to test on browsers other than IE, and none of the developers on my team (including myself) bothered to test on different browsers. This is curiously despite the fact that my browser of choice is Mozilla. The project manager sort of wanted us to produce cross-browser HTML and JavaScript, but didn't emphasize it all that strongly.

    It got to the point where, late one night doing a criticial build, one of my teammates decided to run a few routine tests in Netscape 4.7. It turned out there was a MAJOR impairment of functionality in that browser. We couldn't get a hold of our supervisor, so we debated whether or not to rebuild, seeing as nobody was really concerned about cross-browser performance. We decided to stay even later to fix the bug, which was simple enough, but time-consuming.

    The next morning, we told our supervisor what had happened, and he told us we did the right thing. Afterwards, he sent an email to QA and the requirements people, emphasizing the need to test the application on different browsers. It turned out that the HTML templates he requested well beforehand were to be specifially tailored to support ealier versions of Netscape.

    Also, we dodged a bullet when there was a rumour that the client didn't even use IE. That rumour turned out to be false. Nonetheless, one of our potential clients apparently doesn't even use IE. The product has since been tailored to be cross-browser (NS 4.7, NS 6.2, IE, etc), right down to the JavaScript.

    The moral of the story: Make sure your product works on different browsers, because you never know who your client will be. Furthermore, it's just good practice and the right thing to do. If you're going to do your job (web design/development), you might as well do it right, and not take any foolish shortcuts. Anything else is just the wrong attitude.

    --
    This space left intentionally blank.
  235. Javascript is part of the problem by Anonymous Coward · · Score: 0

    Some of the flash ads will disappear if you disable javascript. I still see the occasional flash ad with js disabled, but nothing like the skyscraper ads or the animations taking over the web page. For example, Slashdot will display an IBM flash ad sometimes with it turned on. I turned it off and have it seen it since.

    There really is no need to have javascript enabled for most browsing. You actually gain privacy with it turned off. Just go to Browser Spy to see the privacy holes you leave open with javascript turned on.

  236. Can't Complain to Webmaster ... by Lucas+Membrane · · Score: 1

    If you are looking for a job and it's a company HR department job openings site that's broken, you need the other browser to see the jobs. I see about 1 out of fifteen of those sites are broken on my machine. You can't say "I'd like to work for you because you are too dumb to even put up a usable web site," or even "I'd like to work for you, and, BTW you are too dumb to even put up a usable web site."

  237. What can you do? by Anonymous Coward · · Score: 0

    Flash is good when used in moderation and has its strong points. Flash is not 99% Bad.. :P Flash developers with no design skills are the ones to blame. Use it in moderation...

    As for compatability, it all depends on what your target audiance is...

    That seems to be the big thing I have noticed as of late, too many developers are building thier clients sites to show of these new little tricks they found out, are are ignoring their target audiance. Hell, most of the sites dont even function well in IE, let alone any other browser...bah...this subject scares me...

    I like being the oddball and adding the extra line of code for the Nix guys accross the way, make them feel like a part of the process...

    if (eregi("lynx", $HTTP_USER_AGENT)) header("Location: http://###.############.com/lynx.html");

  238. What we have here is a failure to communicate! by Anonymous Coward · · Score: 0

    Ok - here is my $0.02 worth:

    What we need is a single language which is easy to use but which handles graphics and text. Or to put that another way: 3D, 2D, and plain text. It has to be simple to use (like HTML used to be) so mom and dad can use it. But it also has to be powerful enough so businesses will use it. And it has to be THE browser that everyone will use.

    Neither IE, Netscape, Opera, or any other browser works in this manner. They are all pretty much bloatware. (No slight intended to the open source people. They have done a wonderful job of reducing the amount of code in Mozilla.) Having to support HTML v1.0, v2.0, v3.0, v4.0, XML, Java, JavaScript, VBScript, ColdFusion, Hot water, cold turkey, or whatever other language has caused the browsers to bloat-up. It is time to slim them back down. Yeah, I know, some of the above are plug-ins. However, let me continue...

    If a single language was created with commands to handle graphics and text (which most Basic languages can now handle) and which would generate pcode or even compile an executable, then ColdFusion could be written in that language, HTML could compile to that language, and the compiled program is what is sent over the lines. Since binary programs are much smaller than text ones you not only save bandwidth, but the browser doesn't have to take as long setting up the page. (Because it doesn't have to re-interpret it each and every time.)

    Now, some people are going to jump up and scream about Java. Ok - get rid of the VM. Instead, put the safeguards into the browser. Quit punishing everyone by making them carry around this additional program which has to run in addition to the Java interpreter itself.

    So you want to know why people are going to IE and Microsoft products? Because they run faster and (sometimes) take up less memory. Want to know how to beat'em? Quit yacc'ing everyone. There is an inherent problem with how HTML was first set up. So fix HTML. Don't go making XML, VRML, SGML, and all of these literally hundreds of other xxMLs just to try to patch the problems. Fix the problem itself. Create one unified language that people can program in and make HTML just reflect a higher way of getting to the underlying program. (In other words: When you say <html> that should be compiled as a ClearWebPage() function call. <title>MyTitle</title> is nothing more than SetPageTitle("MyTitle"). And so forth.)

    If you can't do that - then you are not going to win. It is as simple as that.

  239. I have a tool for you. by jtedley · · Score: 1
    I hate Flash ads as much as the next nerd. Thing is, I have to work with Flash-based sites, especially for testing, so turning it off/on would be pretty cool. THEN i came to the realization that if i rename the plugin to a backup name, the browser couldn't find it any more. I wrote 10 lines of CLI java to rename the file back and forth, then slapped a gui on top of it. Now it supports multiple browsers and attempts to autodetect the plugins on your machine.

    There's a coupla things:

    The autodetect feature asks you to name each plugin (this is a little tough if you don't know which plugin goes with which browser!). In general, IE ises the .ocx file and everything else (Mozilla, opera, NN) seem to use the one in the Netscape folder (Mozilla will if it's already there).

    If you're using IE, you can't turn flash OFF if the browser is on (it runs as a service or something), but you can do the opposite: keep it turned off and only turn it on if you have to (or want to?).

    you can grab it at cnet or from my homepage. Any feedback is appreciated.

  240. Browser != TV by VB · · Score: 1


    Hypertext Markup Language... Text...

    If people want to watch T.V., they should watch T.V. Browser technology with a decent soundcard might be good enough to hear an mp3, but that's about as far as I'd push it. There's no bandwidth; with isolated exceptions. Most people don't use DSL or Cable.

    Lastly, the browsers bleed way to much about the person viewing the content than appropriate. At least Mozilla and Konqueror give you the ability to modify this behavior. If you turn off cookies and javascript and the site flips you the bird, you're an idiot to return.

    If people insist on using I.E.; they're just populating corporate America's dbs. Why do you think corporate web-sites insist on I.E.? Perhaps their VBStudio.Net web developers don't know how to collect all that data using server-side programming techniques. People seem to be commited to visit these sites, anyway. If all sites eventually require I.E., then my bookmarks.html will finally be empty and I'll be able to just check my e-Mail and continue with my day.

    Wonder what's on the tube...

    --
    www.dedserius.com
    VB != VisualBasic
    1. Re:Browser != TV by Anonymous Coward · · Score: 0

      There are far better places to obtain infomration about people. I recieved a letter from Farmers for my Life Insurance that let everyone know about their new information security procedures that involved passing information to third parties. Unless you responded to the mailing with a request for an opt-out form, they were going to disclose this data.

  241. Re:Adopt the standards. Gain customers by Anonymous Coward · · Score: 0
    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.

    You fool. I think of it as spend 100% more in development to gain an additional 5% of customers who are hard-nosed b@st@rds.

  242. large companies do care about cross-platform by self+assembled+struc · · Score: 2

    i work for the second largest portal site in their webhost division as a production engineer. i only use mozilla (since .9.1) to do my work and we have to test all of our pages in:

    IE 4.0 +
    Netscape 4.7
    Netscape 6.0+

    Everything, aside from DHTML tricks (of which we use VERY little) has to work in all browsers, including our CSS (simple CSS, no layout).

    We even test on WebTV for our flagship project.

  243. Simple Economics by turnage · · Score: 1
    If all of the browsers implemented the "standards" the same way, there would obviously be no problem, but that of course is not the case.

    In a business standpoint, implementing web pages is a costly thing to do. And in this economy, costly is a "bad thing".

    Coming from a failed dot-com, I constantly think of things that we could have done to save the company. Not that there is any one simple solution (other than selling our services two years earlier and retiring before the bust), I strongly believe had we dropped Netscape support from the beginning we would have had a heap of cash that could have at least let us survive a few months longer.

    This obviously depends on our particular application, which was Windows-based (*nix-folks not even in the picture) combined with a browser feature. We spent a ton of time, resources, and VC dollars implementing and testing, reimplementing, retesting, etc all of our web stuff on like 8 different versions of 3 different browsers, when the only customers we were targeting were IE 5.0+ users. Made no sense. Anybody using another OS and/or browser would have never been our customer in the first place.

    This doesn't apply to everything on the web, but web-sites should gear themselves towards their target customers. General sites should probably implement the least common denominator. Microsoft's MSDN site probably only needs to implement the IE 5+, it's highly doubtful anyone else would be viewing it.

  244. have you tried links? by timothy · · Score: 1

    links vs. lynx, I find links renders Slashdot (and many other sites) much better than than lynx does. I still find all-text web browsing somewhat less attractive than the whole beautiful tabbed experience of Mozilla (and soon konqui), but there are situations where it comes in very handy ...

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  245. Get used to it! by Anonymous Coward · · Score: 0

    last time I check web browsers were free but a designers time to test pages in an obscure browser like opera wasn't

    flash is the future ladies
    get used to it

  246. Clients get what they want. by Angerson · · Score: 1

    As a small independent web developer, I often find myself developing sites that cater more towards IE on Windows than any other browser. That's not to say that my sites don't work on multiple browsers, just that most look best on IE. And the reason I do this is pretty simple. I deal with small budgets and small businesses.

    In short, when you have a limited budget it's only natural that you're going to try and streamline the development process and shoot for the largest target demographic. However, you also can't overlook the fact that I'm not only at the mercy of my budget, I'm also at the mercy of my customers as well. So if Bob from Bob's Floral wants a specific feature that only works in IE (purportedly because his local competitor's site has the same feature) I'm stuck. I've got to accommodate.

    What it boils down to is that Bob cares about making sure the site looks good on his browser, which incidentally is the same browser that his friends use and the same browser he assumes his customers use. He's not concerned with making his site work on Opera for Linux. He neither knows what Opera nor Linux is -nor does he care. Bob is in the business of moving merchandise by catering to his largest demographic. The truth of the matter is, he's willing to alienate that one Linux-using flower-buying customer for the sake of the rest of his customer base. That's just business.

  247. Don't be an asshole, read how rude you were by alexhmit01 · · Score: 3

    I don't like being lied too.

    It is certainly at the discretion of the browser.

    You told me you were IE 5.01, you get the IE Stylesheet. If Opera provided a separate User Agent, they would get their own Stylesheet hacks.

    As it stands, NN4 gets the Netscape Stylesheet, NN3 gets no Stylesheet, Gecko gets the Gecko stylesheet, and everyone else gets the default one. I want to add Mac tweaked stylesheets as soon as I can.

    Because Opera doesn't want to follow some basic rules of respect, WebTV will get customized support before Opera.

    Blocking people on User Agent is rediculous. If you tell me what you want (via an HTTP Get) you get that file. If you want a customized stylesheet, you need to tell me what it should be.

    I'm not going to throw Javascript hacks in. My pages are straight HTML/CSS, almost no Javascript. I'm certainly not going to add Javascript because Opera won't follow Net conventions.

    Alex

    1. Re:Don't be an asshole, read how rude you were by dabootsie · · Score: 1

      I'm certainly not going to add Javascript because Opera won't follow Net conventions.

      It is, though. The user-agent string is optional and can be whatever the browser wants to send. If Opera wants to send you "Mozilla/4.0 (MSIE 5.5)", it can and will be following standards.

      If you want someone to blame, blame arrogant webmasters that actually turn people away if they aren't using a specific browser. Especially banks, which people tend to need to use. They brought this about.

    2. Re:Don't be an asshole, read how rude you were by Anonymous Coward · · Score: 0

      You're the asshole here for assuming everyone else needs to change just to make the coding for your user-agent string relying ass, easier.

      You deserve to get fucked all right, fucked UP THE ASS!

  248. 1 standard (even if bad) better than 3, 4, 5... by Anonymous Coward · · Score: 0

    Do you folks have _any_ idea how expensive it is to regression test a large site for 'every' browser out there? I worked for many years for a consulting company that built large web applications (and back-end frameworks) for large financial institutions. We'd have 40+ hard-core techies plus lots of site designers, site builders, etc. etc. Doing full-site regression testing - even for a narrow set of browsers - is time and resource expensive.

    Do the math. Let's say you are just supporting IE 5.0 up on windows-based machines; that's at least three browsers off the top of my head (5.0, 5.0 with service pack and 6.0) and platforms Win 98, ME, NT, 2000 and XP. There's also service packs, adds ons, etc. to consider on those OSs, but let's keep it simple for now.

    That's 3 * 5 = 15 different browsers to test upon. And REAL regression testing (not "it loads and looks ok, it must work") takes considerable time per page, especially if it is a complex application. And these sites don't have 5-10 pages; start thinking hundreds. And REAL regression testing takes place every time an iteration of the site is released to QA, pre-production and production systems. And interations take place every week or other week...

    If a user transfers money from her/his banking account to another, it better damn well work. The best way to guarentee it will is with good testing. The only way to guarentee good testing is to do good testing, which is impossible if you want to support every type of browser. Sorry.

    We all want to develop sites that work on every browser. Most of the time that means no 'cool' functionality - meaning JavaScript - on the client (a concept not popular with designers, the client or end-users), even if it would be extremely useful. But when push comes to shove (client says "you want HOW much to QA the site????") you go with the majority browser.

    In the end, I try to do only intranet projects. Having control over the end-user's machine gives you so much peace of mind. Supporting 'every' browser on the internet is a unbelievable headache....

  249. Bad sites! by Tar-Palantir · · Score: 1

    In my experience, sites which cause problems in my 2 browsers, OmniWeb and Opera, are usually those which I discover I do not wish to visit - glitzy, low-content sites with lots of Flash and JavaScript. Sites which focus more on providing useful content generally, though not always, work perfectly. The big problem causes seem to be use of Flash, plugins, JavaScript, and occasionally Java. Tar-Palantir

  250. Re:IE has the most users by AntiSkiZm · · Score: 2, Interesting
    two issues here
    #1 As a webmaster for an edu, I have to deal with strict government compliance issues daily, and coding to w3c spec saves time and money.

    As a contract developer, developing for IE only at the expense of 9% of your audience saves the client time and money, and is a worthwhile tradeoff since a minimal amount of netscape support can be written in effortlessly.

    #2 Web development is a field that constantly strives towards providing applications level functionality that rivals and imitates desktop software. DHTML and SQL are how we make those happen.Regardless of who makes it, IE exceeds css standards, and pushes the envelope for what will come in the next standards. Its a joy to use! I can give my users so much more. Having to make a site netscape compliant means sacrificing features. Its really not about "bells and whistles", its about bringing the user the best experience. while this experience comes from designing UI for custom database driven applications behind logins, it does apply to the front end as well, albeit to a limited extent.

    the solution i have found is this: If you want a custom web-based software solution, you are bound by the same constraints that desktop users are, ie: mac, linux and pc softs are not interchangeable. behind the login, the functionality is what you want and the browser is what most easily supports the application.

    SkizZy

  251. Movie Ticket sites are the worst by cylcyl · · Score: 1

    In my experience, movie ticket sites are the worse in terms of things that work in IE but not in Moz (especially w/ pop-up off). I've not been able to buy movie tix in Moz with moviefone, moviewatcher, nor fandango. That just about covers all of the on-line movie sites...

  252. Hrm by Etriaph · · Score: 1
    Yes, there are a lot of MS only sites out there, and it's kinda sad. The company I work for uses four browsers to verify layout, JavaScript compatibility and overall look and feel: MSIE, Konqueror, Mozilla and Opera. By covering these bases, everyone can view these sites. If you write HTML 3.2 or HTML 4.0 you can be sure that these browsers will handle it without much tweaking.

    The real sad thing about this is not that the web is becoming MSIEized, it's that web developers are not telling their clients that they are going to lose part of the market due to laziness, or the cost of supporting everyone (which doesn't take much more effort, or even less if you know the HTML 4.0 spec).

    --
    "It's here, but no one wants it." - The Sugar Speaker
  253. Coding to standards should not even be a question by WebMasterJoe · · Score: 5, Insightful

    I see a lot of comments here along the lines of "we're still going to use IE because thats what 99.99% of my users use and added development time costs money" and that just sickens me. Why? Because if coding a site to standards is even a question, then you shouldn't be in that line of work. Doing the job correctly is part of doing your job. If you write proper xhtml (all your attributes are quoted, every tag is properly closed including <p> and <li>, etc.) then your site will usually look correct. If you learn how to do a "neat trick" by looking at code generated by a Microsoft editor, then you'll have problems.

    But, but, but... most of my users use Internet Explorer! If everybody tailored their work to "most" of their audience, there would be no handicapped spaces in parking lots, restaurants would not have vegetarian menu items, record stores would only carry "Top 40" music, and bars wouldn't serve Guiness. I don't want to live in that kind of world.

    But coding to standards is more work! Yeah, and not falling down the stairs is more work than walking down. But that's the way it should be done. If you can't do it right, don't be surprised when somebody who takes pride in his/her work shows up and gets your job.

    But I want to use those special IE-only features! Most of the world can do without page transitions. If you need some special eye candy, it can most likely be done with Java, Flash, or plain old DHTML coded properly. The flash plugin exists for the major browsers (and works under linux too) and can be done properly, but again that takes some work on the developers part.

    And to those who are hiding behind their huge IE user bases, think about this: What if some other browser begins to get significant market share? Maybe current users will generally not notice that the gecko engine can't render your site the way you want it to look, but users next year might have some problems (especially if AOL does indeed incorporate the gecko engine in an upcoming release). Is it better to learn how to write proper HTML/XHTML now, or write quick semi-correct HTML now and then have to fix it in a year? And chances are, if you aren't writing proper HTML now, you're not commenting your code eaither.

    In conclusion, I agree that blame should be placed on web developers who only want to develop for IE because that's easiest. If you don't want to do the job right, then too f-ing bad. That's why they call it work. If it was supposed to be easy, then they wouldn't pay you - they'd pay the neighbor kid because "he's good at computers." Do the job you're paid to do. People might not find out if you slack, but the more you slack, the harder it will be to correct it when the time comes.

    Disclaimer: My site (listed above) is not currently XHTML compliant. There is a new version being developed which will be compliant, though. And if you see browser-specific features, that's because the template for the site is chosen based on the user agent string.

    --
    I really hate signatures, but go to my website.
  254. time to be clever! by just+a+human · · Score: 1

    I strongly believe that it is much easier to make Mozilla 100% IE compatible than to push millions of web sites with billions of web pages to be IE/Mozilla/Opera/etc compatible. Also I strongly believe that most guys who commented article are NOT web programmers because otherwise they will know how complexity of DHTML code rise if something other than IE also required. I'm not a snobby but while millions of Windows users will continue to use Windows (and they will are) they will continue to use IE (because it is far better for Win than Netscape/etc regardless of standard de jure incompatibility) and all site owners will continue to support IE as a must and include support for other browsers optionally only if budget will allow. So I think it's a time for Mozilla team to win "most compatible browser ever" name and include into the Mozilla not only standard de jure compatibility but also compatibility with standards de facto (IE). Including JavaScript object properties, object hierarchy and so on of course.

  255. Not sure this one qualifies... by Anonymous Coward · · Score: 0

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

    Obviously you haven't been around Slashdot too long. Why do you think so many people here have such time to waste? :)

  256. Garbage in, garbage out by adb · · Score: 1

    It's not the 3% who hit your pages now that you should worry about losing, it's the unknown number who are not hitting your pages at all anymore because they know they're broken. "Do the math."

    1. Re:Garbage in, garbage out by Kalgart · · Score: 1

      not to mention the 10 people that every one of those 3% tell
      Number get big very quickly like that don't they :)

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

  258. w3c valid isn't enough by Anonymous Coward · · Score: 0

    IE still has a more standardized implementation of CSS than Mozilla. If you use NS4 you might as well use NS1.0 these days.

  259. Jeremiads can come true by ddtstudio · · Score: 1

    For almost two years this author has been writing extensively and authoritatively on the need for, and the problems with not using, HTML standards. She's even developed test suites for CSS and other compliance. You might be surprised that Opera doesn't fare so well.

    Overall, great tips I've not seen elsewhere -- so get CodeBitch to crack the whip.

  260. stupid IE by vorovsky · · Score: 1

    I run a web development company and also maintain a few moderate-trafficed web sites.

    One thing i've noticed about developing is that IE tends to allow HTML that is not properly formatted and sort of just re-form it so it renders properly. When that happens all of the other browsers die, and you get a load of vomit on your screen.

    Half of the time I develop using Mozilla only, load it up in IE later on and realize that it doesn't work worth crap. (even when it is 100% HTML 4.01 compliant.)

    I think that IE actually needs to require more properly-formatted HTML to stop all of these lazy web developers from writing sloppy html. For now I'll stick to Konqueror... the only scrollbar coloring browser that i've seen besides IE (=

    The current stats for one of my main web sites are:
    Explorer 84.1%
    Netscape 4.85%
    Mozilla 1.56%

  261. No. Don't encourage people. by Wakko+Warner · · Score: 2

    Netscape 4 is used by about 1% of the browsing public. It's 6-year-old technology. Yeah, it runs great on a Pentium II, but so does IE5.5. Use that instead. Or use Mozilla and live with the slight slowdown (though, really, on a PII, there's not much of a slowdown, let's be honest.)

    Kill Netscape 4, now.

    Let it die. Let it be forgotten.

    - A.P.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  262. Enough already by phpdeb · · Score: 2, Insightful

    I look at it this way, if the site doesn't show up in my browser(Galeon) - then I don't go there. If the company is trying to make money from that site, they just lost some.

    Businesses that are serious about making money on the web are going to make their shit work on as many browsers as possible.

    Some businesses may not care about the 5 - 10% of the traffic that can't view their pages. I find that strange. That would be like 711 not allowing some people into the store and basically throwing money away. Some businesses may have such a targeted audience of IE users that utilizing the "extensions" in IE makes sense.

    I have been a web developer for over 5 years now and I look at it like this:

    1. You are spitting out HTML. Use the standard HTML unless there is some compelling business reason to deviate. Even in that case, you should still cover non-IE browsers.

    2. This is off-topic. Don't rely on Javascript to make an online "application". Javascript is a supplement that should be used to make the user's experience more pleasant, but shouldn't break your site if it's not enabled.

    3. Just make good clean HTML. If you are a web developer that doesn't understand HTML and can't created good clean HTML, you might want to buy a book.

    4. Don't use WYSWYG editors. I don't care how much people complain about typing. No one ever said making a web site was supposed to be easy. Good clean code will serve you well into the future and something you can build onto rather than throw away everytime you want to make a change.

    This is a statement that I think most web developers will get pissed off about but here goes: I think designers should design and web developers should make this shit work. Example: A web designer creates PSD's of all the pages and hands them to the web developer who breathes life into them. I think that the web developer should be an expert at HTML and should know how to cut up the PSD and make that shit work. The web developer should own the entire site, not just their little PHP or Perl code. That works best for me anyway. I love having total control of the process. And it frees the designer up to focus on designing, which is what they do best. A nice spec. from the designer helps too. Of course, in larger businesses replace the previous term "web developer" with "web development team".

    HTML can be tedious at times, but you would be amazed at how pleasing it is to work on something that you know inside and out. Plus it is fun to break apart sites and simplify and eliminate duplicate html code and really make that site maintainable. Programmers kick ass at making things easy, that's what we do.

    Don't be afraid of HTML, it's not that big of a deal. One last thing, lose the attitude toward designers. If it weren't for designers all web sites would like Slashdot. I can sitdown with a good designer for an hour and they can make my crappy site look like it's something I can be proud of. It aint shit if you people can't use it.

    1. Re:Enough already by Tazzy531 · · Score: 2
      I think most of what you said is very accurate and I agree with most of them. The only thing that I don't agree with is your analogy:
      Some businesses may not care about the 5 - 10% of the traffic that can't view their pages. I find that strange. That would be like 711 not allowing some people into the store and basically throwing money away.
      Large business cannot fulfill the needs of every single user. For one thing, it may be too cost prohibitive to do so. At one point in the growth of a business, you have to decide which majority you will satisfy and which you just cannot fulfill the needs of. In your 7-11 example, I would say an equivalent analogy is that by having shelves over 5 feet high, they are limiting the number of people that can purchase the items on the top shelf. 7-11 could lower all the shelves, but in doing so they cut down on the amount of space that they can sell products.

      In the same way, if you're a large company and you are designing a website that is usuable for all, you are cutting down your potential to the common denominator. Is it cost effective to have two production teams do the same thing? Should the majority customers have to lower their user experience for the sake of cross browser compatibility?

      I agree with you. Developers should design pages for all. In an ideal world, all browsers will view the same page the same way. However, in this environment, you have to work with what you have. And what you have now is the the majority of users worldwide use MS products.
      --


      _______________________________
      "I'm not Conceited...I'm just a realist..."
    2. Re:Enough already by ariel7 · · Score: 0

      Oh, so that's why the 7-11s put the kid stuff on the bottom shelves. And train their employees to help anyone who has any problem. And make their aisles wide enough for people in wheel chairs.

      They design their stores for anyone who can walk, wheel, crawl, or teleport in. And that's why they're in business.

      And their competitors (such as those with your philosophy), aren't.

  263. Define "Support" please by BandwidthHog · · Score: 1


    It always galls me when people talk of a site "supporting" Mozilla, or Opera, etc. I think that gives people the impression that a web designer has to add special code to make it work with those bad, non-conforming browsers. As those of us who write HTML know, that's simply not the case. If we're gonna bitch and moan about the situation, we've got to stop phrasing the question that way.

    I for one don't demand that HTML authors build in support for my favorite oddball browser, only that they don't lock me out. That's not just semantics, that little detail puts the argument in the proper light.

    --

    Quantum materiae materietur marmota monax si marmota monax materiam possit materiari?
  264. Re:Pet Peeves.... and speaking of which... by Anonymous Coward · · Score: 0
    web designers literaly shoot themselves in the foot

    Really? Literally? As in actually, and not figuratively... Maybe they shouldn't handle loaded weapons on the job then.

    You're right about the indexing though. I used to work in a web development company. The other developers put out sloppy code that happened to render the way they wanted on whatever the latest IE was. I was always trying to push clean, w3c compliant code, but they'd always shrug that off as no big deal, "I don't care about old browsers", stuff like that. Then it hit me one day that search engine spiders weren't going to index a lot of their stuff. Adding that to my argument... put a stunned look on their faces. They had no counter argument, and often were open to changing their tune after that.

  265. I'd be interested in this database... by HWheel · · Score: 1

    because I could join the chorus and perhaps suggest to webmasters that it's not just one person who's having this problem. I'd really appreciate some help to get Citibank to get their online banking site to work with Netscape (or Mozilla) since it only seems to work with IE and while I've complained to them, I get the automated "we'll look into it problem" and I don't think they're going to change until dozens of users (who they recognize as representing thousands of users who don't complain) respond.

  266. HTML IS NOT CODE!! by crouchingpenguin · · Score: 0, Offtopic

    See subject. It irritates me to no end to hear web designers (who sometimes refer to themselves as developers) call html (and/or the html generated by their favorite tool) code. HTML is markup. Like formatting a word document. Yes there is some creativity involved, but it is far from actual programming.

    my 2c

    1. Re:HTML IS NOT CODE!! by azadrozny · · Score: 1

      If all you do is write/generate HTML then you are correct, but many of us Web Developers rarely use just HTML anymore. There are many options to chose from, JSP, ASP and ColdFusion to name a few. There is often JavaScript mixed with HTML as well. Comercial Web design is so much more than pretty graphics. I would challenge that we are as much a programmer as the guy writing C++ applications.

    2. Re:HTML IS NOT CODE!! by Anonymous Coward · · Score: 0

      No... you're not. Visual basic I would've agreed with you on, C... nope, try again. Web design is not coding, it's not development, it doesn't require the same processes, the same adherances, and there is no set standard. It's its own beast... and writing a script isn't programming. All you do is markup text and script. It's kinda like being an inker, try to claim to be something greater all you want, but you still just trace. When you write an OS in HTML then maybe you can claim it's programming.

    3. Re:HTML IS NOT CODE!! by Anonymous Coward · · Score: 0

      Web Programming is not just inserting pretty pictures into a window. Many of these are true applications. Look at any site that uses a shopping cart. They require database interaction, they set system vairables (not just cookies) and they require often very complex decision path structures. The practice may not have as many coding standards, or be as "hard core" as writing an OS, but I think you may be underestimating what we do on a daily basis.

  267. Non-compliance and Mac browsers by Spencerian · · Score: 2

    Yep. I've noted the trend, too. Ironically, IE5.2 for Mac OS X isn't recognized by many sites that handle its Windows counterpart.

    That's when I load up OmniWeb, which has an option in its preferences to proclaim itself as any popular Windows or Mac browser type, and can be customized as well.

    This doesn't guarantee that OmniWeb will actually be compatible with the site, but at least it lets you in the door.

    This is a nasty issue. Computers of all types need standards to communicate. While the W3C community has a standard, it's the effect of the mostly self-crafted and barely compatible coding of one company, Microsoft, that undoes that, and creates disharmony and incompatibility.

    When my wife and I are online shopping and run into an incompatible site, we vote with our browser. If the business doesn't understand or care that the world does not revolve around Windows, fuck 'em. We take our money to a site that does. I may have to fight incompatibility at work, but I don't have to live with it at home.

    Still, I now have to fight with getting my online banking to work in any Mac browser. I had to get my PC game box up to make a simple transaction. My PC box is for fragging chix, not for fragging checks!

    --
    Vos teneo officium eram periculosus ut vos recipero is.
    1. Re:Non-compliance and Mac browsers by Insightfill · · Score: 1
      After voting with the browser, don't forget to then email the webmaster of the site to let them know what happened. Without that email, they may never notice that you walked.

      Worse yet, since you simply showed up on their screens as a compliant browser that didn't follow through, they have no reason to fix/update their site. By sending that email, you register as a squeaky wheel that has to be either ignored or responded to, but at least it's a louder, clearer voice than otherwise.

  268. yeah but.... by Anonymous Coward · · Score: 0

    so, the developers need to support all the browsers. Hey, if the browser manufactures would play ball and follow standards, this mess would have never happened.

    As a developer, I am awfully sick of writing a version of my site for each of the 17 browsers (and versions) that are out there.

    My personal sites are only viewable in IE6, IE5.5 and NS6.

    At some point, enough becomes enough.

    I suggest developing for mozilla and leaving IE out in the cold. The browser manufacturers should scramble to support the standard, which Mozilla has done. As developers, we should reward Mozilla for this. Otherwise we have what we have now, a disjointed set of docs that only work in one browser or the other.

    If *everyone* on the internet, decided to follow standards, MS would be forced into submission, or lose their browser share, pay the price for making up their own rules.

    I am an idealist though. Most of you marshmallows don't have the balls to put your foot down.

    I challenge you to prove me wrong.

  269. Re:The sad truth - everyone has IE. by gosand · · Score: 2
    The boss doesn't care if some small percent isn't using IE.

    It's more than the boss. I worked on a project recently that was an intranet web app (hospitals). During discussions about web browser compatability, development's "solution" to the problem was to just put a statement in our docs that states the supported browsers. (IE and Netscape) When we (QA) started raising tons of bugs against the code because it didn't work in Netscape, they actually wanted to change it so that we only supported IE. When I objected, I got the line that everyone had IE, there was no reason to support anything else. (?!) Amongst our customers, this was true because we were a Windows-only shop. Even though it would have cut down a lot of the testing we had to do to support only one browser, I fought against it and won. Now we officially support both Netscape and IE.

    --

    My beliefs do not require that you agree with them.

  270. A web designer's pain by aaandre · · Score: 2, Insightful

    A couple of years ago designing web sites was a major pain -- IE and Navigator had different opinions about almost everything -- from HTML to Javascript (especially the Document Object Model) and Cascading Style Sheets (very, very broken Netscape).

    Right now IE has over 90% penetration on the "market" and offers almost acceptable support for CSS and stylesheets (Remember, AOL uses various crippled versions of IE, too). Netscape prior to the Mozilla based code is out of the question. Opera has very little penetration.

    What was a web designer to do? Write fast and easy code compatible with IE and maybe breaking for 5% of the users (less than 5% for some big, non-geeky sites) OR spending over 200% more time accomodating for alternate templates, scripts, etc.?

    The light at the end of the tunnel comes with the now officially finished version of Mozilla which is less than a month old.

    Some designers got sick of the agony of coding all workarounds and decided to go for standards (load alistapart.com in Netscape 4.5, load it in Mozilla -- see?) but big sites still go with the shit flow (IE).

    The actions I personally am taking is coding with standards, and avoiding using features not supported by IE -- this way the layouts work in IE, Opera and Gecko based browsers, and is readable in Lynx.

    g Here are some links:
    http://Webstandards.org
    http://bluerobot.org
    http://alistapart.com

  271. Ignoring standards? by nochops · · Score: 2

    It seems to me that the web designers aren't the ones ignoring standards, but rather the web-browser designers (programmers).

    According to this, the browser of choice is decidedly IE. The reasons behind these statistics are not relevant here in the least, so don't even go there. The fact is, most people use IE browsers, so naturally, most designers design with IE foremost in their mind.

    If Netscape, Opera, Mozzila, etc. manage to get the majority of the user-base somehow, I'm sure that web designers will naturally sway their designs to those browsers.

    You can't logically blame this on the designers. Instead blame it on the browser makers for not complying with standards, and blame it on alternative browser makers for failing to make people want to switch.

    On another note, I'm really pissed that the current highway system doesn't better accommodate my motorcycle. It's smaller, lighter, faster, cleaner, and better in every way than those big ugly cars, but the road designers just continue to design roads with cars in mind....get the point?

    --
    "A terrorist is someone who has a bomb but doesn't have an air force." -William Blum
  272. Pushing Mozilla by Eraser_ · · Score: 1

    I have been pushing sites which don't work with mozilla to shape up recently. However, the other thing i have been doing, is adding more and more Agent: Mozilla 1.0 tags to their logs. Remember, numbers and statistics are what the boss understands, not technobabble and The Right Thing to do.

    At friends houses (ones with DSL mostly) I have been offering to install Mozilla. Most of the time all i have to show them is tabbed browsing, and the "blue modern" theme and they love it. I have even had success at selling it on a college librarian, who while not an uber-geek, likes to learn and be able to do things. She picked up all the little intricacies of mozilla in minutes and was loving it. When i went back over to one of my friends house, he had replaced IE with mozilla as the default he liked it so much.

    With that being said, i've also managed to get the little CyberCafe/computer store place i workat/hangoutat to install OpenOffice.org and Mozilla on all the new PC's he sells. The owner of that store is anything but technically literate, but can be taught very easily (eager to learn), he's a manager. He picked up OpenOffice.org very quickly, and saw the appeal after about the third time he asked me "how much does this cost again?".

  273. NS4 is NOT YOUR ONLY CHOICE. by Wakko+Warner · · Score: 2

    You may have a slow-ass computer, but there's simply no reason to continue using Netscape 4, no matter what you may say.

    There are stripped-down versions of mozilla out there. You can use Opera or Internet Explorer 5, if you run Windows. You may even be able to stomach Mozilla or Netscape 6 if you've got a computer built this century.

    The world does not owe you a favor for having a slow-ass computer, though. We're not about to sit idly by while your shitty 486 attempts to render our modern websites. Stop using NS4. Times are changing. Get with it, or give up. But, stop whining.

    - A.P.

    --
    "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
    1. Re:NS4 is NOT YOUR ONLY CHOICE. by Isofarro · · Score: 2
      The world does not owe you a favor for having a slow-ass computer, though. We're not about to sit idly by while your shitty 486 attempts to render our modern websites.
      Nothing like elitism and prejudice for a rational argument. So much for the World Wide web being a world-wide accessible medium, apparently the concept of "world-wide" eludes you.

      Which part of the world wide web specification are you referring to when you lay out the minimum specification of any user agent using it? You have a legitimate source of documentation on this?

      It would be ironic if the purpose of your site was to sell new PC's and you kept out users of older PCs from browsing.
    2. Re:NS4 is NOT YOUR ONLY CHOICE. by Cro+Magnon · · Score: 1

      NS4 is MY only choice at work! It has nothing to do with the hardware, which is much more capable than my home PC (running Mozilla). It has to do with the decision makers being slow to upgrade, and Netscape 6 hasn't really been viable very long. The bosses aren't the type to run an unstable browser based on a pre-1.0 open-source product, regardless of what one geek thinks.

      --
      Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
    3. Re:NS4 is NOT YOUR ONLY CHOICE. by Wakko+Warner · · Score: 2

      Nothing like elitism and prejudice for a rational argument. So much for the World Wide web being a world-wide accessible medium, apparently the concept of "world-wide" eludes you.

      Actually, the concept and I are pretty good friends. I can access the Web from anywhere in the World, assuming I have a computer capable of doing so. What part of "World-Wide Web" implies "something that ought to be accessible by any computer ever made?"

      Oh, wait. It isn't implied.

      You stand retarded.

      - A.P.

      --
      "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
    4. Re:NS4 is NOT YOUR ONLY CHOICE. by Isofarro · · Score: 2
      What part of "World-Wide Web" implies "something that ought to be accessible by any computer ever made?"
      The part of the definition that explicitly stated "homogenous systems", which would be systems _other_ that your own.

      Don't bother apologising, it wouldn't validate anyway.
    5. Re:NS4 is NOT YOUR ONLY CHOICE. by Wakko+Warner · · Score: 2

      The part of the definition that explicitly stated "homogenous systems", which would be systems _other_ that your own.

      No, that would be heterogeneous. Homogeneous systems are all the same.

      - A.P.

      --
      "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
    6. Re:NS4 is NOT YOUR ONLY CHOICE. by Isofarro · · Score: 1, Troll

      I take it contradicting yourself while correcting others is one of your endearing qualities :-)

    7. Re:NS4 is NOT YOUR ONLY CHOICE. by Lee+Cremeans · · Score: 1

      What part of "World-Wide Web" implies "something that ought to be accessible by any computer ever made?"

      Hey, if an Apple II or a PC/XT can do it...not that you'd want to use either as a daily driver...

      -lee

  274. Bannerblind by Anonymous Coward · · Score: 0

    I've been using BannerBlind (http://bannerblind.mozdev.org/) for a while and it's great. It blocks things based on size, not location. So, just pick the proper banner sizes, and it will block them from any host, as images or flash. The only problem I've noticed with it is that if you're using tabbed browsing it will only affect a tab that is active when it loads. Once it has loaded you can switch back and forth as much as you want.

  275. Netscape 4.7 truly isn't anywhere near standards.. by duran.goodyear · · Score: 0

    ... compliant...


    just try it on this site.

    http://www.w3.org/Style/CSS/ I'd say a browser isn't standards complient when it doesn't render the w3c.org website properly...

  276. Ya, fuck the NS4 users! by putrescence · · Score: 0, Flamebait

    And fuck all those blind users too. Who the hell do they think they are anyway? Why should they be able to read information off web sites if they can't see our inept layouts and worthless graphical garbage?

    [cough]

    --
    a3c6 0e89 b1ec aa4d d630 26c8 d07e 7eed 8148 5503 02b4 dfaa 9922 b28d 0820 c4af
    1. Re:Ya, fuck the NS4 users! by _xeno_ · · Score: 2
      Actually, I can design a webpage that looks lovely in IE and Mozilla, as well as looking fine in Lynx - but that completely craps out Netscape due to its complete and total flakeyness when it comes to CSS. My homepage (offline now) was designed to take full advantage of CSS's ability to layout text and created a page where the menubar by the side would appear properly in Lynx as a list of links at the top. (Although in the future I might wanna move it to the bottom - I dunno.) I would therefore assume that a blind person could have managed to use my webpage without much difficulty.

      However, in Netscape 4, things just kinda all came together on top of each other. The menubar and the content kinda just appeared all on top of each other with nearly-random black boxes around the text. For added fun, the links didn't always become links due to some weird Netscape 4 CSS+hyperlink reaction.

      End result: Fuck NS4 users - there aren't any anyway, so what do I care? My page works fine in Lynx, Mozilla, and IE (and Opera as well, I think, although I never really tested it) - any NS4 users can damn well use NS4 to download a real browser that properly supports or properly ignores CSS. So, yeah, fuck the NS4 users - I wanna use real web standards, and not have to bastardize a page to work in NS4 so that it'd be completely unusable to a speach reader but at least place the text properly on the page in the proper size with the proper border. It may not validate as valid HTML or valid CSS, but I can force Netscape 4 to do what it's supposed to do!

      Or I can just allow the NS4 users to go somewhere else and allow everyone else to view the page in a useable fashion.

      --
      You are in a maze of twisty little relative jumps, all alike.
  277. Moz feature by aengblom · · Score: 2

    Possible Moz Feature:

    Create a button that will send an "error rendered on http://web.address.here" to mozilla. Also put a space to provide the webmaster's e-mail. (Time spent 5-20 seconds. Someone at Moz will check out the most popular links and find out if it's moz's problems or html problems. Moz will then politely send an e-mail. (X,000 of our users have e-mailed us concerning using our browser on your web page. We have verified that our browser was functioning correctly.) You can verify that your page is not compliant HERE.

    Especially in recent nightlies I have seen some render errors. This is expectable, but makes me wary to send in invalid HTML complaints. (And downloading moz 1.0 to check if it works there and then the most recent nightly to see if it works there is a lot of work on my 28.8!) I imagine webmasters also get pissed when they get complaints about build 2002893405209345802853.b, but it seems to be working on 2002893405209345802853.ba. ;-)

    --


    So close and yet so far from the world's perfect ID number
  278. Pressing the ethical lever by thebrix · · Score: 1
    Up until about a year ago smile was a notorious browser-breaker. I - and doubtless others - managed to get the site fixed by pointing out in a letter to its CEO that:
    • not supporting alternative browsers was losing roughly 10 per cent of possible visitors, which was particularly dangerous for a new banking service;
    • not supporting alternative browsers was unethical.
    The last was a pretty big lever to press, given that the Co-Operative Bank (smile parent) is very big on its ethical policy ... and it worked; I received an apology and various dodgy Javascript plumbing was replaced. Now Mozilla, Konqueror and Opera all work perfectly with it.

    It strikes me that the 'ethical lever' would be particularly powerful when charities are concerned.

  279. Bank by lethalwp · · Score: 0


    My bank is running on IIS servers:( And wrote their pages in java + javascript + activeX

    They have done it soo good that only MSIE || netscape 4.7x can use it

    I have already askedt them to allow other clients, but they don't seem to hurry, or even to care

    How could we force them to respect standards?
    (To change of bank is not directly an option)

    www.kbc.be on the left there's a "kbc online" picture; if you go to the username login, your browser is fine to use with, else not.
    (even if java is correctly installed)

    what a pitty

  280. Some pluses to this by grasshoppah · · Score: 1

    This is totally unitentional but the plus side of this is that advertising, particularly pop ups are much less annoying on unsupported platforms. Browser to browser this is true, and also OS to OS. moving from mac os 9.1 to win xp pop ups in IE became 10 times more elaborate and obnoxious.

  281. Re:JAMIE! He's talking to you! by Anonymous Coward · · Score: 0

    You can get some interesting information from Google:

    http://www.google.com/press/zeitgeist.html

    Presumably, this is fairly representative of the web community at large. Interesting that the "other" browser is gaining. Want to bet that it's mostly Mozilla/Netscape 6? (Ok, they don't put actual percent for each browser, but you can probably guess).

  282. Have you ever tried to support NS?! by Anonymous Coward · · Score: 0

    > My pet peeve is when sites hype and announce
    > new-and-improved sites

    My pet peeve is attempting to support NS. Have you ever done anything more complex than a simple home page? Dynamic content, JS, plugin interaction is all broken. Standards compliant?! That's great it supports the W3C tags, but not great if you have to add layers of cruft to your plugins because sometimes the plugin is initialized before the DOM and sometimes it's the other way around. I'd rather have small differences from the standard than bugs that require workarounds. I'm hoping NS6 will fix some of this, but claiming that simply coding to the specs will result in code that works on NS is completely incorrect in every way.

  283. Re:The sad truth...ignore boss by lugonn · · Score: 4, Informative
    This exact thing happened to me. I told my boss about coding for different browsers. He said as long as it worked with IE and AOL he didn't care.

    He figured his client base would be using whatever came pre-loaded on the machine (i.e. IE), or AOL. After I explained they are the same. He told me not to waste my time with the other browsers.

    Well, I ignored him and made sure my code ran under NS6 and IE5 to W3C specs (CSS and NS4 == TNT).

    A few months ago I proudly showed him an article explaining how AOL would be dropping IE and going with NS in the future. He said I should look into supporting NS. I told him the code already does...scored some brownie points.

    Point is...don't listen to your boss when you know your right. Especially when they are lawyers with money trying to start a tech co. Always do what you know is the right way of doing things, fuck the bosses shortcut suggestions. I've spent the past year showing my boss how clueless he is concerning computers, and now he listens to me.

  284. Different interpretations of standards! by dinodriver · · Score: 1

    Writing to standards would be nice except IE and Netscape have different interpretations of the standards! Need an example? Put an image in a table cell and IE will put it flush bottom but Netscape will put it on the font baseline (leaving space below for where decenders would go). Both are possible interpretations of the standards. Working around this is a pain in the ass. Sure, we can do it: but we shouldn't have to!

    I'm all for different browsers but they should certainly display html the exact same was as IE. It is the default standard. Others can differ on security issues and other important things but should read html like the browser that already has a 90% market share.

    1. Re:Different interpretations of standards! by RevDobbs · · Score: 2
      Put an image in a table cell and IE will put it flush bottom but Netscape will put it on the font baseline (leaving space below for where decenders would go). Both are possible interpretations of the standards.
      yeah, kinda sucks. FWIW, Netscape seems to be the better interpetation. The IE model is more backwards compatible, however
      Working around this is a pain in the ass. Sure, we can do it: but we shouldn't have to!
      The work around is throwing:
      img {display:block;
      in your stylesheet. Not too f'in hard, eh?

      Besides, if you really want to go with the spirit of HTML 4.x, you'd be using CSS to place your silly widgets, not tables.

    2. Re:Different interpretations of standards! by RevDobbs · · Score: 2
      fucker. something ate the closing curly brace; that style line should read
      img {display:block;}
      to trim all the extra space around images in Gecko-based browsers.
  285. amen, html and images 4 ever by DooBall · · Score: 0

    I've always stayed loyal to html and images over flash. Flash is a newb tool used by newbs who find it too hard to develop a visually equal version in html.

    It's just like an advanced version of imageready... you lay out an image... let the program cut it up for you, tada, a website.

    But I'm not saying I hate flash, I am really impressed with those math/physic flash projects, and I think flash is a great movie/game tool. but a 100% flash website = tacky.

    So far, I've been able to dodge the evil likes of flash at my school (parsons.edu), but teachers and future employers are most likely going to expect every designer to use flash, b/c it looks pretty. *sigh*

  286. On commerical sites, I law down the law by Anonymous Coward · · Score: 0

    "And those complex features tend to be crucial when it comes to executing transactions on e-commerce sites."

    On private, personal, and come once sites, I just ignore it, go on, etc. After all, if the site is defective, then it's defective. I may live the web master a note that the site has bugs, just to be nice.

    But on commerical sites, if you lock out customers, your loosing money. That's just downright stupid, but you got to remember. Most CEOs or supervisors or such barely know how to turn on a computer. Telling their web masters to make their web sites work in Opera or other browsers, well maybe when the next generation (the kids who grew up with the web site) become CEOs we'll see this problem fixed.

    My own solution is, to send e-mails to the web master, and others I can and tell them that I'm an opera user, a Linux user, and MS will NOT support linux, hence IE will not be on my machine. (Even if they did, I wouldn't put it on ;) So if they want me to buy from them, they've got to support *ME*. After all, who pays their salaries? The users do.

    If we don't put our foot down on these companies, then who do we got to blame, but ourselves?

    Besides if they don't make a web site I can use, then I just leave it. To me, it's defective.

    Shadowwalker Delaforge

  287. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  288. Good let them just code for IE! by rickg13 · · Score: 2, Interesting

    That way other sites, like mine (www.mrpress.com
    for a shameless plug :), will get the excess
    Netscape and Mozilla runoff.

    I started designing/developing websites back in
    1993. I eventually worked my way into management
    before becoming a dotcom victim, getting fed up,
    and starting my own business.

    In the beginning many of the developers I worked
    with were careful. They coded carefully and
    tested carefully. Over the years that definitely
    changed. You had younger and/or lazier people
    getting into the business. Suddenly instead of
    it being the standard, I had to fight with them
    and with management to make sure that we at least
    worked on Netscape as well. It was unfortunately
    a losing battle.

    Nowadays, though I'm not all that saddened by it.
    As I learned, the majority of my current
    competition (the custom shirt, mug biz) isn't tech
    savvy enough to build anything much beyond what
    Frontpage can do. So I use that to my advantage.

    I keep I.E., Netscape 4.7, and the latest Mozilla
    builds on my development machine. I make sure my
    site gets tested in each of them in Windows, then
    I flip on Linux and test it in Mozilla there.
    Finally I usually give a graphic designer friend
    of mine a buzz and have her check it out on her
    Mac. End of story. 80% of my customers use I.E.
    That's great. However, I'm not about to cater
    exclusively to them at the cost of losing the
    other 20% of my eyeballs.

    As far as I'm concerned, as an e-business owner,
    regardless of what browser you use, your money is
    still the same color, and I'd rather you spent
    it with me then elsewhere. :)

    Rick
    http://www.mrpress.com

    1. Re:Good let them just code for IE! by Anonymous Coward · · Score: 0

      You should be ashamed... have you looked at your site lately? Not a very good design, poorly rendered graphics that are not optimized very much, and exe's in the CGI bin that will throw fits with some AV products that are hooked into the user's browser. To top it off, I just fired up Mozilla and got several odd table render errors. Finally, I ran you rpage thorugh the W3C validator and you didn't do so hot.

      Next...

  289. Pet Peeve: MS tools don't quote tag params! by Bloodwine · · Score: 1

    My biggest pet peeve with Microsoft is for some weird reason none of their tools put quotes around HTML tag parameters. Not sure if the Gecko engine can handle that, but it caused havoc with older Netscapes.

    I beleive the standard says to quote all parameters, and it's not like there is any advantage to not quoting html tag paramers (if anything, it makes things a bit cleaner). SO WHY THE HECK DOES MICROSOFT INSIST ON LEAVING OUT QUOTES?!

  290. Opera UserAgent Strings for Dummies by alexander+m · · Score: 2, Interesting

    this is a common misconception. rather than launch into a rather over the top tirade about the evils of one of the most standards compliant, user-responsive browsers on the market, you could have just LOOKED at the complete user string. it's not rocket science... ;)

    even when opera is spoofing IE, you CAN still see that it is opera. all you do is look at the entire string. here they are:
    • Opera being Opera:
      "Opera/6.04 (Windows NT 4.0; U) [en]"
    • Opera being Mozilla 5.0:
      "Mozilla/5.0 (Windows NT 4.0; U) Opera 6.04 [en]"
    • Opera being Mozilla 4.78:
      "Mozilla/4.78 (Windows NT 4.0; U) Opera 6.04 [en]"
    • Opera being Mozilla 3.0:
      "Mozilla/3.0 (Windows NT 4.0; U) Opera 6.04 [en]"
    • Opera being MSIE 5.0:
      "Mozilla/4.0 (compatible; MSIE 5.0; Windows NT 4.0) Opera 6.04 [en]"
    spot the common thread? yes, that's right. the giveaway is the word "Opera" in the useragent string. tricky, eh? in other words, it can fake out all standard detection scripts, but DOES allow you to notice that is Opera if you want to make the effort to distinguish it anyway. in other words, it behaves perfectly. it isn't lying. it DOES tell you its Opera, but only to those people who care enough to ask. are you one of those people...?

    i'm currently lead on a project to interactively web-enable some reasonably hardcore financial analytics. i'm working for an investment bank. we have a relatively homogenous, controlled environment. i COULD just code for IE. however, i have spent some time and effort up front, and currently have everything running as perfectly validating XHTML Transitional. and it's not just a page of text. drop-down menu layers, and a lot of interactivity have been put into this, yet it has been tested in the following browsers:

    Windows: IE4->6, NS4->6, Mozilla 1.0/1.1, Opera 5/6
    Linux: Konqueror 2.1.x, NS4, Opera5/6, Mozilla 1.0/1.1a

    yes, there are a lot of idiosyncracies that can be baffling, awkward to understand, code for, etc. but it can be done. and when you work it all out, it's really not THAT hard. once the project is finished, i intend to release the libraries i have created. perhaps they will be found useful by others.

    my advice: the time spent working out all of the DOMs, coding cross platform, cross browser server/client-side libraries may look like a long time. but it's worth it.
    1. Re:Opera UserAgent Strings for Dummies by arrogance · · Score: 1

      Release those libraries! Even if they're out of date by the time the project's done. I'll use 'em if you post 'em.

      "when you work it all out, it's really not THAT hard" Just like everything else in IT. It's always easier the second time.

    2. Re: Re:Opera UserAgent Strings for Dummies by alexander+m · · Score: 1

      well, if you drop me an email i'd be happy to send along the client-side libraries. the functions are all well documented, and i can send you some usage examples if you need. there are still areas that need to be fleshed out, but everything's pretty robust as it is.

      feedback would be much appreciated.

      my work email is:
      a b e e d i e AT b e a r . c o m

      note, however, that i'll be away for at least a week from tomorrow, as i'm going in for surgery. i may or may not get access to work email from home, depending on how lazy the new york VPN guys are feeling... (i'm in london, uk)

  291. XHTML by ironfroggy · · Score: 1

    I just do in XHTML, which forces me to follow standards. Works like a charm and if your browser doesn't read the XHTML right, thats your browser's fault and I am not doing a damn thing to fix it.

  292. Getting harder? by Anonymous Coward · · Score: 0

    IMO, this is just sensationalist BS. It's been two years since I found a site I can't view in Linux. Opera has long been able to display any web site I've visited, and for the last 10 months or so I've been using Mozilla exclusively. Where are these sites that are unusable in Opera/Moz/Konqueror? Hell, even Lynx and Links can handle 90% of the web sites I go to.

  293. Mozilla Evangelism by illsorted · · Score: 3, Informative

    Check out the Mozilla Evangelism site. They keep up a list of sites that are not standards-compliant (and therefore don't render well in Moz), including a list of specific bugs and their status for each site.

    1. Re:Mozilla Evangelism by jesser · · Score: 1

      The list you linked to looks like a list of the most-visited sites on the web. Mozilla developers and evangelizers can use that kind of list in order to determine how important/urgent a given bug is. A list of the "most troublesome" sites would have msn.com and some banks at the top, not yahoo and x10.

      --
      The shareholder is always right.
  294. Being right = being broke by BagMan2 · · Score: 1

    Not that I am defending Microsoft's not following the standards, but that is really a secondary issue at this point. Rather than stubbornly sit on their principles and go out of business, the other browser makers would be wise to make their browsers compatible with all the sites, including the ones that use various Microsoft extensions.

    Microsoft was able to hijack the standards in the first place because they made a better browser and had a more effective marketting 'scheme'. The market leader has always be in the position to set the standards and extend them.

    When Microsoft was behind, they ended up making their product compatible with the market leader at the time (netscape), despite there being ways in which netscape didn't follow the standards as well. Microsoft knew that to survive in the market, they had to swallow their pride and follow the beat of a different drummer for a while.

    Now, it may be blasphemy to say this on slashdot, but perhaps you guys could learn a thing or two from Microsoft after all.

  295. Guess what? by Anonymous Coward · · Score: 0

    I never spend money at the sites you design, and I *always* tell the site owners why. If you design e-commerce sites that exclude customers, you're a fool, and the people who hire you to do it are fools too. The whole idea of e-commerce is to sell as much stuff as you can, designing a site that keeps people out is stupid.

    1. Re:Guess what? by NineNine · · Score: 1

      No, it's not stupid. Bandwidth costs money. I don't want to waste bandwidth on uber-geeks that use OSS because the fact is that they don't buy anything. They're not my customers. Right now, the only peolpe using Netscape or Opera are the ultra-left winger, anti-capitalist nutballs. Those people don't contribute to business at all. On most web sites, they're just leeches. So no, I don't want any non-IE users. Just like I don't want kids. They don't have (legal) credit cards.

  296. Yep! by SPYvSPY · · Score: 2

    I caught that too. It's great how you can click that link at the bottom (after reading a lot of hooey about the beta-status of Netscape support), and the site works perfectly in nearly any other browser.

    1. Re:Yep! by isorox · · Score: 2

      Guess it only works with cookies. I clicked and the page just reloaded.

  297. Simple Solution by mormop · · Score: 1

    The estimate is that 90% of the desktops in the world run M$ therefore 10% are running Linux, BSD, MAC or whatever.

    When you find an IE only site bookmark it find a non IE only companies site. purchase whatever you want from them and then mail the IE only webmaster and point out that they lost xx.xx pounds, dollars, euros etc. due to their non standards compliant site. If you can get the CEO's address mail him as well.

    Spread the word and when CEOs see how much the 10% of non IE browser users are spending with their competitors they may wake up.

    As usual though it all depends on a determined effort. Bit like Open Source.

    --
    Hmmmmmm..... Deep fried and look like Squirrel.
  298. Standards and IE by Anonymous Coward · · Score: 0

    I am a web designer who advertises on designs that meet standards compliance. I develop on a Mac and PC using Dreamweaver 4, and I test all my designs on Mozilla *and* IE.

    One problem though, is that Dreamweaver created pages don't pass W3C compliance without tweaking them yourself. Maybe sopmeone should have a talk with Macromedia about this.

  299. Try This by limekiller4 · · Score: 1
    This is not an attempt to pat myself on the back, merely a suggestion that I, myself, a web developer (both for graphics and coding), have been able to follow without too much strife.

    I simply tell my clients thatI strongly recommend against forcing the user into a certain browser because while many use IE, many do not, and I'll be happy to code it in a way that will break non-IE browsers once they understand they're losing 10% of their sales before they even get out of the gate.

    I've yet to have a single client then insist on going with IE-specific code.

    --
    My .02,
    Limekiller
  300. Find your own internet by Anonymous Coward · · Score: 0

    To all you self righteous idiots out there who advocate linux because it is the eternal underdog and use non-m$ stuff just becuase they are afraid of the evil empire and refuse to use IE... you can all go find yourself your own internet!

  301. irony? by Lord+Omlette · · Score: 2

    I was about to post something about how all ya'll Nutscrape lusers can suck it down, then I discovered that the Javascript for one of the admin pages on my personal site doesn't work in Opera 6.02 (fave browser for work). On the one hand, I now empathize with all ya'll. On the other hand, I now feel like a total idiot.

    --
    [o]_O
  302. Slashdot has issues too by Frank+T.+Lofaro+Jr. · · Score: 2

    The site works fine in Mozilla 1.0, but try this.

    Visit slashdot, hit ctrl-I and notice the rendering mode. "Quirks mode" instead of "Standards compliant mode".

    Slashdot should follow web standards and set a GOOD example for the community, especially considering their prominence, influence, and the appearance of hypocracy if we preach about standards and do not follow them.

    Try going to validator.w3.org and entering slashdot.org.

    It is quite disheartening to see just how non-compliant the site is.

    --
    Just because it CAN be done, doesn't mean it should!
  303. IE and its "followers" by ubergamer · · Score: 0

    IE might have the most users, but is by far not the best browser in the world. Netscape, Opera, Mozilla, they are all MUCH better than IE is, and it isn't fair to those browser to not be able to support the code for these websites.

  304. MSDN is the biggest problem here by iamacat · · Score: 1

    Because there is no documentation telling you how to write web pages for all the "standard" browsers equally easily - with nice, dynamic cross-reference of objects and methods. Eiether that, or maybe there is no way to do this because even a simple script written to standard will run into a lot of bugs. Or w3c model is much more complicated than IE. Anyway, I don't think people would deliberately ignore standards if they were easy to use. I would guess most people use open() instead of CreateFile when writting Win32 programs.

  305. 80/20 rule... eventually the evidence some true. by neo · · Score: 2

    Where I worked we used the 80/20 rule. "You use 80 percent of your time trying to fix what's wrong on 20% of your users."

    That meant we didn't bother coding things to work in Netscape or Opera. I'd still do it on the side for grevious errors, but MS was a client of ours and so there was pressure to make it an IE only site.

    My boss didn't care about anything else so I decided to look at user statistics. He didn't really like that I was doing this, but in the end the numbers showed that only 4% of the users were using anything but IE. Since I know that the world uses other browsers in higher proportion I noted that we were forcing some people not to use our site. It didn't matter, because he used the numbers to say we should waste our time on 4% of the market.

    Statistics... pretty soon you start to believe them. ;-)

  306. gotta love those ms 'standards' by RembrandtX · · Score: 2

    My home site .. is viewable in (almost) everything .. since its a hobby site .. some stuff probally doesnt work in opera .. but it all works in NS/mozilla & ie ..

    work .. well .. thats a whole nother can of worms. I try to make everything web compliant, but we are in bed with microsoft .. much as i don't like that .. its a fact .. and when our marketing team insists on doing something (microsoft) cool .. there isnt alwayas a choice.

    especially when they insist on outsourcing something to a vendor who brags that their designers 'never had to do any of those certification things - they just loaded up the software and played with it.'

    a fact that is evident when you get 'frontpage' generated shit from them at $250 an hour.

    *sigh*

    --

    --Ne auderis delere orbem rigidum meum, non erravi pernicose!
  307. Complain intelligently, though... by mackertm · · Score: 1

    I run a pretty good-sized website that pulls in ~20,000 people a day. I occasionally get complaints about things not working properly for certain browsers. I do my best to correct these problems ASAP.

    My navigation system is a JavaSciprt menu thing I found online, and it works on IE 4+, Netscape 4+, and Opera. I didn't write it, so there's not much I can do when people complain about it. But I got a nasty e-mail from a Linux user who was using some funky browser I'd never even heard of. He proceeded to attack me for designing my site only for IE (clearly not true) and using FrontPage to design it (I use TextPad and code by hand). I essentially told him to go piss up a rope, as I don't appreciate assholes bitching at me when they don't know the facts.

    Complain intelligently. If you come in either ignorant and/or aggresively things aren't going to change...

  308. FLASH is OK! HTML and developers are to blame by Anonymous Coward · · Score: 0

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

    People like to bash Flash because they came accross a poorly developed site. But that's unfairly singling out the Flash component. The problem is that the industry is rife with bad developers. THEY ARE THE PROBLEM!!
    HTML is a horrible language, browsers are a mess. No one agrees on anything, so only those few "experts" out there have gracefully overcome the hurdles of the medium.
    Where presentation is paramount, Flash IS designer heaven because like it or not, it looks and behaves virtually the same on all platforms, and all browsers. The key is to develop it properly...the same as with any other app. But you don't blame the app. for it's improper deployment, you blame the developers.
    HTML is a JOKE, and nothing pleases me the more than an entire site run from a component embeded within 5-10 lines of HTML. The quickest way to a succesful site is to get HTML out of the equation.

  309. Re:Adopt the standards. Gain customers by jesser · · Score: 1

    The only thing you might have to redo in order to support a new browser is the web page coding. You also have to advertise, keep the prices for your products low, do graphic design for the web site, take phone calls from frustrated customers, design the backend for credit card processing, write and maintain a privacy policy, etc. I'm not a business guy, but my intuition says that web page coding does not account 30% of the money you use to lure customers.

    --
    The shareholder is always right.
  310. When your logfiles say.... by uhzoomzip · · Score: 1

    that 90% to 95% of your total traffic is using IE while viewing your website, that doesn't provide for a very compelling reason to spend the time and resources it takes to make the experience just as good for the other 5%...and for the record, I refuse to design for Netscape 4 anymore...because it's a POS! However, I will not release a website that doesn't provide a great user experience across the board on IE, Netscape 6+ on Windows or a Mac. I'm not concerned with the less than 1% of linux, opera, etc. users because I'm not worried about C-level corporate types coming to our companies' website on a linux box...

    If you want to be in the minority...you've got to accept what comes along with that...great websites are always designed with a specific audience in mind...otherwise, they'd all look like Yahoo! and half of the websites on Geocities.

    Yeah, get over it.

  311. Threatens Desktop Linux by reallocate · · Score: 1
    The trend to IE-only coding threatens the chances of Linux becoming a player on the desktop. If the most significant application you use is a browser -- and it is for many people -- why use an operating system that can't support the de facto standard browser?

    --
    -- Slashdot: When Public Access TV Says "No"
  312. Is IE's market share overestimated? by Anonymous Coward · · Score: 0
    IE is dominant, but is it as dominant as it is thought to be.

    1. Opera identifies it self (in the user agent string) as IE by default.
    2. several other browers have agent strings that can be set by the user
    3. some web couters do not seem to be cross platform. I have found at least one site using sitemeter do not seem to count my vists when I use Mozilla.
    Given all this could someone tell me how reliable the methodology used to estimate browser market share is?

    As the parent said you should look at it in terms of gaining additional customers. Also, increasing your customer base by 5% would usually make a bigger difference to your profits, possibly a lot more if you are highly operationally geared (i.e. have high fixed costs).

  313. This sounds like the voice of by Archfeld · · Score: 3, Insightful

    experience speaking. The bottom line is and always will be CASH for development. As long as MSIE continues to dominate the market, AND CONTINUES to effectively ignore standards, the smaller standards compliant browsers will suffer. It is a proven M$ merketing tactic.

    **** 100% Flash free and proud of it. ****

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  314. Re:Adopt the standards. Gain customers by Anonymous Coward · · Score: 0

    > Think of it a designing to gain 5% more
    > customers.

    At what cost? Developing for NS4 is a lot more costly - would you ever get a return on that? 80/20 rule might apply here...

  315. HTML is an implementation defined standard by jeske · · Score: 1

    The sad truth is that the standards the W3C makes are a fairy tale.

    For a standard to be coherent, it needs a reference implementation. Only by having a reference implementation can you figure out "who owns the bug".

    Additionally, for that reference implementation to have any power in the market, it needs to be the most popular implementation. Examples include: postscript, X11, and Win32.

    In the Win32 world, application developers worry about making their applications run on one reference platform, Win32. If that application does not work on SoftWindows or Wine, the bug gets reported to developer of the emulator. Only in rare cases would the application write make changes to support running under an emulator.

    The web works the same way. Today the reference for writing HTML is IE. It has the largest marketshare; It has the easiest to use documentation (on MSDN); And it is the most stable.

    If you want the web to work on more browsers, you should put pressure on the browser writers to become compatible with the implementation that defines the standard... IE. You should also put pressure on the W3C to stop pulling new HTML standards out of their ass, and start basing them on existing implementations... They've been making this mistake since the early days of Netscape/Mosaic.

  316. Tags that won't work in IE by Anonymous Coward · · Score: 0

    Does anyone know how to make this work in reverse? For example, are there any standard tags IE refuses to comply with that I can use on my site to prmote non-IE browsers?

    1. Re:Tags that won't work in IE by Junta · · Score: 2

      Dunno about general tags but try using some png files with an alpha channel without providing an alternative for IE users that specifies that stupid directx alphaimageloader crap.

      The problem here is that users see these problems on a web page. If it simply doesn't look good, they think 'wow, this site is so crappy, what stupid web developers' rather than blame their browser. In the case that the site intentionally looks fubared on IE and there is a prominent, clear statement and explanation, a user thinks 'the web developer is elitist and won't support my browser, and I know full well a site can do this stuff on IE because other sites do!'. The user could care less about standards and anyone else's experience aside from their own. If they see a bad website, they go to a similar, but different website that does look fine. Political agendas don't matter to a user unless the agenda is being pushed to someone who already believes.

      For example, when you see a company website that renders poorly in mozilla, and a comparable website renders well, do you fire up IE to cater to the 'bad' site, or do you take your business to the place that caters more to your experience rather than their implied agenda of 'IE is dominant, other stuff is BS'. You go to the mozilla site, and the IE user would do the same to any site with an 'IE is bad' agenda.

      --
      XML is like violence. If it doesn't solve the problem, use more.
  317. w3schools.com by pschmied · · Score: 2
    W3Schools is really a good site to learn about many aspects of web design. If only they had as good a tutorial for PHP or Zope as they do for ASP.
    Seriously, check it out for everything from HTML, XML, SQL, CSS etc. They cover a lot.

    -Peter

  318. Well. by autopr0n · · Score: 2

    Have you seen Mozilla boot on even an 800Mhz P3? It takes forever
    I run mozilla just fine on a 600mhz Duron. They also have a tool now that'll load moz when the system boots, so it seems as quick as IE. If you're using windows. And of course, windows users can use IE. On Linux you can use Galion(sp?) Konq, or Opera. Lack of system resources is not an excuse to use ns4. There are faster and better.

    ...You just need to have some basic knowledge of NS4 CSS bugs.

    And why on earth would I want to do that? it's a complete waste of time. On one site putting CSS attributes on a table caused the table to simply not show up. Since it was the main layout table (this site used scoop, so getting rid of the layout tables would have taken forever) basically none of the site content showed up. I tried putting the table in a div, but that really screwed up the layout in IE and moz. So I basically told NS4 users to disable CSS. Do you know how annoying it was to have a lovely layout in IE/Moz, a nice one in NS1/2/3/mosaic/lynx and everything else but ns4?

    On autopr0n, I detect NS4 and send a blank style sheet if they have it.

    Using XHTML for simple markup and CSS for visual formatting, it's very easy to design a standards-compliant web page that renders fine in Netscape 4, without the fancy visual formatting you might see in Mozilla.

    That's true. But with about 95% less work I can write a page that will display in every browser except Netscape 4 with it's broken CSS. Seriously, why should I spend time testing against a buggy implementation and looking up bugs when I could be spending my time working on the DB layer for my site, or graphics, or playing Gran Tourismo 3? Actually, if NS4 users just killed CSS all would be ok.

    --
    autopr0n is like, down and stuff.
    1. Re:Well. by _bug_ · · Score: 1

      On autopr0n, I detect NS4 and send a blank style sheet if they have it.

      For your consideration:

      NS4 will not load a stylesheet with the MEDIA attribute specified.

      Use of the @import directive in a CSS sheet works just as well.

      IE 4+ handle it fine.

      No need to detect Netscape and send it a blank sheet, let Netscape do it for you.

  319. this problem is NOTHING NEW. by Narcocide · · Score: 1

    I happen to be a professional web developer and a fanatical linux user. I take pride in the cross-browser and cross-platform compatability of every site i create. The problem is not necessarily always at the development end however. While it's true that there are many web developers out there that don't REALLY know what they're doing (a high percentage of incompetance i've found is fairly common with most technical jobs in big business) alot of the reason why those web developers can't or won't support browsers other than IE is because the people paying to have the sites made don't understand the importance of standards compliance and why they should pay more money for a site that caters to the remaining 5% of the internet that (in they're flawed opinion) still insists on being different to no good purpose and should just wise up and use IE along with all the professionals.

    This is a viewpoint i heartly disagree with, however i've found that it tends to be a viewpoint that isn't readily accepted by the bean counters and the marketing managers. After all, they're used to using an operating system that's nowhere near 95% reliable... a 95% compatable website is more than acceptable if it means they don't have to allow "hacker software" onto they're microsoft certified and approved workstations.

    I hate my job.

  320. But why? by autopr0n · · Score: 2

    Now try it with 128MB of RAM

    The diffrence between 128mb and 512mb of ram is $46....

    --
    autopr0n is like, down and stuff.
  321. "not optimized for" vs. "not allowed" by slashrot · · Score: 2, Insightful
    There's a big difference between sites that warn the user (this site may not work with your browser...) and sites that disallow access from non-IE browsers. I've found that most sites work just fine with Mozilla, even if they haven't been 'designed' to be compatible.

    I can understand why 'designers' don't spend much time worrying about anything other than IE, but I'd like to be able to take my chances. Give me a warning if you must, but then I'm pretty well capable of deciding whether or not a site is usable, thank you. However, I can't forgive the decision to block me entirely if I'm not using IE.

    The Benjamin Moore Paints website doesn't allow non-IE browsers to even TRY to render the pages; to me this is far worse than a simple warning. That company lost me as a customer recently because I couldn't view their product information. Pretty stupid.

    For the record, the arrogant, stupid people responsible for the Benjamin Moore site are Modem Media and some woman called Ellen Zaroff Brady. Please avoid them like the plague.

  322. Web Standards by Agent_Eight · · Score: 1

    Here's a solution (that will never fly). Have a standard layout and rendering engine put out by the standars board. It's ensured to work the same on all platforms. Sort of like a standard library. Individual companies can then add functionality on top of that such as tabbed windows or whatever else. I guess the big problem would be figuring out how to encourage the library to be released under a GPL or something. Other wise I'm sure it would be subject to some ridiculous licensing agreement.

    I suppose such a utopia doesn't exist. Or maybe I'm just naieve.

  323. Re:The sad truth - everyone has IE. by Fastolfe · · Score: 1

    The only place where I could see standardizing on a browser would be for in-house stuff like this. Major companies tend to adopt corporate standards for software like this, and in my case, that software is IE. This is actually a good thing at this scale, because our IT support groups only have to worry about supporting one type of browser, etc. It's also beneficial for our Intranet web applications, because we only have to develop and test for one particular type of browser. Everyone in the company should be using company-standard software, so it's not a big deal if non-standard software doesn't work correctly with our Intranet sites.

    On the Internet side, however, or where we do need to be looking at more than one browser vendor, you can bet that we test with just about every known browser. We actually have an organization devoted to doing this type of testing.

    I mention all of this because there are some cases where you would want to write for a specific browser and not have to worry about everyone else.

  324. Then specify in CSS which interpretation to use by yerricde · · Score: 1

    Put an image in a table cell and IE will put it flush bottom but Netscape will put it on the font baseline (leaving space below for where decenders would go).

    Just specify img { vertical-align: bottom; } in your CSS to get the IE behavior everywhere.

    --
    Will I retire or break 10K?
  325. Pointing the finger at Web Authors by garrett791 · · Score: 0, Flamebait

    The article implies that the problem lies almost entirely with the web authors and developers. The fact is, even the latest versions of Netscape and Opera lag behind IE in basic interpretation of HTML. They'll add unwarranted pixels, screw up framesets, and generally make nuisances of themselves. If these browsers weren't so obviously flawed, more users would gravitate towards them and thus more sites would shift away from proprietary IE functions. In order for a standards-compliant internet to work, browser and WYSIWYG editor developers need to make their products effective enough to be competitive.

    1. Re:Pointing the finger at Web Authors by wbav · · Score: 1

      The fact is, even the latest versions of Netscape and Opera lag behind IE in basic interpretation of HTML. ... In order for a standards-compliant internet to work, browser and WYSIWYG editor developers need to make their products effective enough to be competitive.

      Bud, you seem to be mistaken.
      First, IE is not "ahead" in it's interpretation of html. The "nuisances" you speak of are from following this guide. Also, what is this about WYSIWYG editors? I have yet to see one write html code correctly for a non-trivial webpage/site. Oh and as for "obviously flawed," how many service packs have there been to Netscape for security holes?

      Frankly, it is the job of the person who is writing the html to have their code correct, and follow the wc3 standard and that their page looks correct in most web-browsers. Most people would rather use a WYSIWYG editor, look at it in IE and call it good. How is it the fault of the web browser if you don't follow the standard just becuase it looks alright in IE?

      --

      =================
      Unix is very user friendly, it's just picky about who its friends are.
  326. IE as *ahem* king? by mjolnir_ · · Score: 1

    CNet's Tech News has an image next to the story's headline of a crown, perched over two Mac OS-style windows...

    http://i.i.com.com/cnwk.1d/i/pg/070802browserkin g2 .jpg

    -mj

  327. What are websites for? by pjwhite · · Score: 1

    What are websites for?

    Websites are a means to get information to people. I think most website owners would like to get their information to as many people as possible. So why do site owners allow web designers to block out a significant percentage of potential readers?

    Take a look at the following message I got from KFWB when attempting to view a story. I was using Opera, my preferred browser.

    Note the final insultingly ironic sentence. If they respect my browser preference, why won't they allow my browser to view their pages?

    Thanks for visiting WWW.KFWB.COM
    Our site is best viewed with Netscape 6.2 and/or Internet Explorer 4.0 or greater.
    It appears you are using a different version or a different browser that our site is not currently designed for. Please refer to the links below:
    For a free download of Netscape 6.2, please click here.
    For a free download of Internet Explorer, please click here.
    We realize you may not choose to download or implement a new browser on your computer and we certainly respect that.
  328. Amen by Anonymous Coward · · Score: 0

    You nailed it. If people can't use a website for whatever reason, they can't very well spend their money there, and will go elsewhere. And if there's one thing that's true about the web, it's that there's *always* another site offering what your site offers.

  329. fuck you cmdrtaco by Anonymous Coward · · Score: 0

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

    My pet peeve is YOU. Pull your head out of your ass you fucking idiot. Check out the Broadmoor's website - without a doubt extremely cool, functional, and easy to use, and done ENTIRELY in Flash (MX). Blows doors off anything possible with sets of HTML pages. Get a clue faggot.

  330. Google could single-handedly "force" standards by c.jaeger · · Score: 5, Insightful

    Webmasters/designers would change their behavior overnight if (search engine of choice here) presented hits which either rewarded/penalized web pages for standards compliance.

    e.g. Your search for "Natalie Portman hot grits" returned 1,000,000 hits...

    page 1. #1-50. web sites - (standards compliant)
    page 2. #51-100. web sites - (non-standard)

    The point being that a pass for standards compliance lifts you up the rankings whereas IE-only would drop you onto page 2 or later.

    --cj

    PS: I can hear it now. "Jetson!!! Why is Cogwell Cogs higher on this search site than Spacely Sprockets?!"

    --
    -- "In a time of drastic change it is the learners who survive; the 'learned' find themselves fully equipped to live in
    1. Re:Google could single-handedly "force" standards by alonsoac · · Score: 1

      but this makes no sense, when you are looking for something in Google do you really care if the page that has all the information you need is standards compliant? Hell some times I don't even care if it's in russian if I can get what I'm looking for.

  331. Lynx. by autopr0n · · Score: 2

    I have no problem with Lynx. lynx into autopr0n and see for yourself. I used a server side hack to check for Netscape 4 and send a blank stylesheet if you're using it.

    The thing is, I don't need to do that for any other browser.

    --
    autopr0n is like, down and stuff.
    1. Re:Lynx. by tunah · · Score: 2

      I have no problem with Lynx. lynx into autopr0n and see for yourself.

      What the hell would be the point in that?

      --
      Free Java games for your phone: Tontie, Sokoban
  332. What a classic by Anonymous Coward · · Score: 0

    ROFL...

    Well done...

    Funniest comment I've seen all day :)

  333. Re:Coding to standards should not even be a questi by rickms · · Score: 1

    I for one totally agree with everything you said.. i inisit on all of my work being html compliant (any new stuff will be xhtml-strict).. The only thing I disagree with is this : "And chances are, if you aren't writing proper HTML now, you're not commenting your code eaither. " I disagree... HTML by it's nature is commented. I never really felt the need to comment *MOST* html. I don't need to say "This is a table for...." when the markup describes it pretty well to begin with. Now I definately think on complex and dynamic sites there may be a need, but for plain static pages.. I don't see a need to comment them. And my perl code is ALWAYS commented when others might read it :) Rick

    --
    Making something out of nothing : MD5 ("") = d41d8cd98f00b204e9800998ecf8427e
  334. No. You are wrong. by autopr0n · · Score: 2

    I don't know why blind people would want to go looking at porn galleries, but they can if they want to. Autopr0n will work in every browser out there. Actually it will work in ns4, but only because I put in a server side hack to detect NS and send it a blank style sheet.

    On another site I did, an entire table disappeared because of the CSS I was using. It worked perfectly in Netscape and Mozilla. And in other browsers it degraded pretty gracefully.

    --
    autopr0n is like, down and stuff.
  335. Well then use it to download a real browser. by autopr0n · · Score: 2

    There are tons of great modern browsers for Unix out there. Moz, Konq, Opera. It's not that hard.

    --
    autopr0n is like, down and stuff.
  336. Government (US) by lordmage · · Score: 1

    In dealing with the US Government, you have to go with what they say.

    They are "standardized" on IE 5.5, which makes some of the development harder in some ways and easier in others.

    They wont even hear proposals that talk about faster extensions or browers (mozilla etc). MS owns the military for contracts we are bidding on now.

    --
    I can program myself out of a Hello World Contest!!
  337. BBEdit reverse search by GlobalEcho · · Score: 2

    Has BBEdit ever fixed the backwards search? Last few times I tried it, hitting Command-E got the selected text into the find buffer just fine, and Command-G would search forward as it should. But BBEdit hangs on Command-D to reverse search, which I use all the time. Very annoying.

    (This is probably not an issue for old Mac hands, but for an OpenStep junkie it can be crucial)

  338. You can't test every browser variation by OneStepFromElysium · · Score: 1

    So the best you can do is make sure that your page displays on as many as you can get ahold of, and put in effort to ensure display as best you can on the ones you can't see. The best way to do this is to stick to standardized HTML, because then you are subscribing to a coding standard that those browsers are aware of, rather than your own arbitrary methods that the browsers are NOT aware of.

  339. It's tough, there has rarely been any set standard by curtisk · · Score: 0

    ....and for those to refer me to w3c, don't bother. Thats ideal, but we are talking about the real world here.

    I'm an old-schooler, Wordpad is my editor of choice as far as web coding goes, GUI's just add alot of extra crap in the code/pages, thats a given.

    Browsers don't meet standards, the w3c standards that are set aren't enforced (which isn't a BAD thing, we don't need police for web code :), and the standards change on occasion, so you could write code till your fingers bleed to make it "nicey-nice" with all browsers, then if theres a w3c revision, and the next wave of browsers come out *plop* there goes your work.

    I try to code for as many browsers to work as possible, in all honesty, the hierarchy is roughly:
    IE/Netscape/AOL/Opera/Mozilla(s)

    There's an app I'm doing now that works perfectly in all EXCEPT Opera, and I simply don't have the time to go thru the guts of Opera to find out why......and thats really the bottom line with the issue, Deadlines and how many can we cover the quickest in user base, sorry to say IE is it, IMO

    I'd love for them all to work the same, but there's too many "sub-standards" out there and most of us don't have time to "troubleshoot" the ones that don't work 100%.

    I will say I am shocked at the use, or lack thereof, of ALT tags....but thats just me :)

    Also I find that ALOT of people don't care if a page is w3c compliant, as long as it looks good, they are happy....most won't even know what w3c is. And those who do know, instead of moaning online in message boards such as this, send email to the webmaster...consistantly, thats the ONLY way they will even consider revising their code.

    --

    Sehr geehrter Toilettenbenutzer!

  340. Cmder Taco Goofs by linuxislandsucks · · Score: 1

    ah aham I can access any supposedly MSIE centric site you name with Mozilla including Micfosoft.com itself..

    I think you may be in error..

    While its true of user of Opera its not true of users of Mozilla!

    --
    Don't Tread on OpenSource
  341. IE on Linux by Anonymous Coward · · Score: 0

    Already have it!!!

    http://themes.mozdev.org/skins/ie.html

    NR

  342. s/document.all/document.getElementById/ by yerricde · · Score: 2

    If Mozilla supported document.all, the stuff would run unmodified.

    But both Mozilla and IE 5 and later support document.getElementById, the W3C recommended DOM method. You could create your site with getElementById and then have a site-wide js file that emulates getElementById through document.all for IE 4 users.

    --
    Will I retire or break 10K?
    1. Re:s/document.all/document.getElementById/ by NutscrapeSucks · · Score: 2

      The issue is that there's lots of legacy code which uses document.all, including tons of stuff copy-n-pasted in from MSDN and other resources by people who don't know what it means. Except for the trivial s/document.all/document.getElementById/, this code is generally standards-compliant.

      Much of this code will never be modified for Netscape-compatibility. Partially because lack of know-how, but mostly because the Intranet world just plain doesn't give a flying fuck about Netscape or the users (like you and I) that want to use Netscape.

      It's high time that Mozilla/Netscape stops pandering to the standards boards and starts pandering to the users by providing trival compatibility tweaks to maximize it's usefullness on a Internet Explorer WWW.

      The fact is that Netscape doesn't have the weight to get private sites to change their code anymore (as they did in 1998 when they took their high and mighty stands), and in a year or so, their corporate penetration will be down below 1% the way it's going.

      (I'd include requiring as another fine example of cutting off your nose in order to spite your face in the same vein as not supporting document.all).

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
    2. Re:s/document.all/document.getElementById/ by NutscrapeSucks · · Score: 1

      Retry:

      I'd include requiring </table> as another fine example of cutting off your nose in order to spite your face in the same vein as not supporting document.all

      --
      Whenever I hear the word 'Innovation', I reach for my pistol.
  343. Hotmail browser sniffing. by unsung · · Score: 1

    I actually don't mind a little loose html here and there. Small font types are more a problem for me than a table with a misaligned graphic. My biggest gripe, however, is when some webdesigners *program* into their page to redirect if not using IE. They won't put forth extra effort to create compatible websites, but they will go out of their way to prevent you from entering their site if you don't use a specific browser.

    Incidentally, this is not a small problem. As documented by bugzilla, users can enter hotmail.com using IE or Netscape, but not Gecko (or lesser known browsers). while the impact is small now (99.x% of users on IE), as embedded devices crop up and more users try to customize their browsers, it becomes more and more a problem.

  344. Monopolies by yerricde · · Score: 2

    And if there's one thing that's true about the web, it's that there's *always* another site offering what your site offers.

    What if your power company's web site is IE only? What about your natural gas company, your telephone company, your cable company, your ISP? What about a company that has a patent or copyright on the product you need?

    --
    Will I retire or break 10K?
  345. Re:The sad truth - everyone has IE. by pete-classic · · Score: 2
    The only place where I could see standardizing on a browser would be for in-house stuff like this. Major companies tend to adopt corporate standards for software like this, and in my case, that software is IE.
    That sound nice, but consider that 1. There are web standards, why not use them? and 2. can you be sure that no one in your organization has a legitimate business need to run an OS that doesn't support IE?

    At my last job I was a UNIX consultant. I had one PC (a notebook). I did not have (or want, to be honest) a Solaris license for the notebook. The upshot is that I couldn't use any corporate network services. I ended up using my personal server to grab all my corp mail with fetchmail via IMAP and using that for webmail. I found webmail to be indespesable but the coporate webmail was provided by Exchange (and only worked with IE).

    I couldn't read the internal website at all because of bogus use of tables that netscape can't handle, but IE likes just fine.

    Bottom line is that the only sane thing to do is to make all web pages adhere to a W3C recommendation and report failures to browser vendors. This whole idea of making crappy pages with frontpage or whatever and then trying to rig them to work with a particular set of web browsers is just nuts. It is more work for inferior results. Crazy.

    -Peter
  346. why why why? by Cynikal · · Score: 1

    rant all you want, but the reason is because ie does everything netscape and others do, and more.. ok yes, it sucks that they're adding their own extensions to html and not following the standard, but the end result is that desiging for ie gives the developer more options, and if a few people insist on cripling their web experience (in the developers eyes) well then thats their own problem, but we will not limit ourselves in what we can do, to make a few people happy...

    just liek writing a game to be compatible with the 3% of the people out there who still have p1 133's with 2mb videocards... if you want to use that, fine, but be aware that we are always pushing the envelope to do more and more things and you are going to be left in the dust. /end rant

    sorry
    go ahead and mod -1 "non linux junkie"

  347. The harsh truth by CaptTrips · · Score: 1, Insightful

    I remember one my co-workers told me about this convention he went to. The presenter asked how many people did web developers. Around 90% of the room raised their hands. And of those, he then asked how many actual wrote HTML code. Only 5% raise their hand. The harsh truth is many of today's developers don't even hand code anymore. They use WYSIWYG editors like DreamWeaver, FrontPage, etc. that write the code for them. I get pissed off when I come to a major company's site and it says, "This site best viewed in IE". To me that shows a total lack of respect for me as the customer and a complete lack of talent and knowledge on the part of the web developer(s). The solution to our dilemma is to get rid of WYSIWYG web developers that pass themselves off as actual web developers.

    --

    grep >= ! == $your
  348. Mozilla Tech Evangelism by yerricde · · Score: 2

    Make a repository of sites which break on non-IE browsers

    As illsorted pointed out, you should look into Mozilla Tech Evangelism. If you find a site that discriminates against Mozilla or otherwise doesn't work, search Bugzilla for it, and if it's not already listed, add it using Bugzilla Helper.

    (I had to use a workaround to link to Bugzilla because Bugzilla refuses links from OSDN referers. It's not the goat.)

    Oh, and how many of you ... are posting via IE on windows anyway?

    I use a Mozilla nightly build on my home winbox, but when I'm on a public terminal, I don't have rights to install Mozilla, so I just use whatever's installed (IE 5.x, or NS 4.x with CSS turned off).

    --
    Will I retire or break 10K?
  349. Stop changing your User-Agent! by Dredd13 · · Score: 2
    A lot of "3rd-party" browsers (Opera, etc.) default to ID'ing themselves as IE in order to get past silly JavaScript "you're not supported" stuff. Stop doing that. In fact, vehemently oppose doing that. The more you do that, the more you inflate the figures for IE, making it seem even less important to support a 3rd party, standards-compliant, browser.

    Opera could have 20% market-share right now, and nobody would know because 99% of them are probably id'ing themselves as IE to servers. right or wrong, those user-agent stats are the only thing web-designers have to go by when they're determining the percentage of their traffic represented by different browsers. If you're pretending to be IE, you're selling your own position up the river.

    1. Re:Stop changing your User-Agent! by hether · · Score: 1

      One reason for doing this though is that many of the sites block out non-IE users. Then what? My personal solution is to go to the site again, identify as IE, enter the site, then switch back. For some reason this has to be done with Yahoo! Mail. The first page requires an IE identification, but subsequent pages do not.

      --

      Most people would die sooner than think; in fact, they do.
    2. Re:Stop changing your User-Agent! by Dredd13 · · Score: 2

      Yahoo!Mail? What browser are you using, because I've never experienced any problem getting in using other browsers....

    3. Re:Stop changing your User-Agent! by hether · · Score: 2

      Opera 6.0. If I have it set to identify as Opera, I cannot log in. The minute I change it to MSIE 5, viola!, no problem. It could just be a random occurence with me, but its the same both with my computer at work and the one at home.

      --

      Most people would die sooner than think; in fact, they do.
  350. IE is the only decent browser by Anonymous Coward · · Score: 0

    Love or hate MS, they have a killer web browser in Version 6. With over 80% of web surfers using IE, it's hard to even justify building a site to be truely multi-browser compatible, especially considering how badly Netscape/Mozilla handle CSS 2 and renders tables.

    I build sites for a living and I try to make em compatible for NS 6.1, Mozilla, and Opera... but I gotta tell you, I don't break my budget in time or money trying to ensure every single lne of code will be compacetic with them and IE too.

    One solution is multiple sites and a sniffer, but unless you automate the entire site with PHP or Perl/CGI for updating content, it's a tough task with large sites.

  351. ... but Flash can be usefull, in a non intro way by swedub · · Score: 1

    I didn't mean his comments were elitist, I was rather talking about the average anti-Flash comment on /. in general I suppose. It's sad that Flash as a whole is slagged to hell on this site when it's only a certain select of Flash developers who abuse the function and ability of Flash. I know people are mainly talking about Flash intros and sites done 100% in Flash but if people use it sparingly and in ways that actually improve the user experience or the usability of a site then I believe it is well worth it. I use it mainly as navigation on the sites I design. I know I could do some of the cascading/collapsible menus with javascript and DHTML but it's so unpredictable when viewed in certain scenarios on certain platform/browser configurations. Using Flash I am guaranteed what it will look like and how it will function on someone's machine as long as they have the Flash plug-in installed. More people have Flash installed then can view "cross-platform DHTML" I would almost dare to say. Plus the file size for my navigation is much smaller then it would have been if I used images controlled by javascript/DHTML. I don't know, I guess I just like improving my end users experience by allowing them the ability to get to any main section of my site from any page in the site from a clean, uncluttered, easy to use navigation. Plus Flash is also an excellent catalyst for streaming compressed audio synced with vector animation when presenting a multi-media rich experience, especially when your stuck behind a dial-up.

    - Jesper Erdfelt
    - http://americandnb.com
    - http://blueviking.com

  352. Re:The sadder truth. by UID30 · · Score: 1

    As a long time programmer and web developer, I have to say that MSIE is a superior browser when it comes to javascript and DOM.

    Now before you flame me, let me say that i hate saying what I just said ... but it is the sad honest truth. I am a long time Netscape / Mozilla supporter ... and love nothing more than bashing M$ ... but the truth is the truth.

    I recently spent a few days testing the feasability of a web application that uses layers (div objects of DOM) ... My findings :

    Netscape 4.79, which was one of the 1st browsers to implement layers, was such a pain in the butt to work with that I had to write it off completely. Layers had to be pre-created when the page loaded, redefining the content of a layer occasionally caused browser crashes ... it was just unreliable.

    Mozilla 1.0, the test case worked as designed. My 50 dynamically created layers could have their content re-defined, resized, and repositioned with no real problem. Well ... nearly no real problem ... until you watched the Mozilla process from the Windows Task Manager ... and you noticed that mozilla was consuming upwards of 80% of the cpu (on a 2ghz test box) when it was repositioning and redefining the test layers ... or when you noticed that javascript was leaking memory like a sonofabitch ... 10 minutes of testing = 5 - 15 MB of memory... yikes.

    IE 6.0.26 ... similar to Mozilla 1.0, it worked. My 50 test layers could be dynamically created, re-defined, repositioned, and resized. Watching from the Task manager showed low cpu usage (5 - 10%) on the same test as was used for Mozilla. Memory usage remained constant even after running the test for 8 hours solid.

    As an afterthought, I fired up NS 6.2 to see how it handled the test ... It failed the test outright when it wouldn't resize or reposition the layers using the same code as worked in Mozilla and IE.

    What I REALLY want to know is ... where is my automatic garbage collection in javascript on NS/Moz?? soooo close ... yet sooo far.

    --
    "Glory is fleeting, but obscurity is forever." - Napoleon Bonaparte
  353. Shutterfly Isn't W3C Compliant by Nintendork · · Score: 1
    "What we want to do is write once and have it work with everything," said Russ Sanon, senior manager for quality-assurance engineering at Shutterfly. "But it falls onto the lap of the individual browser manufacturer. There's nothing that we do that's proprietary. Everything that we write should work with W3C-complaint specs."

    That's funny. I ran their home page through the W3C Validator and found all sorts of errors.

  354. Re:Indifference {OT} by craigwilkie · · Score: 1

    But when I brought all of this to my friend's attention, they just said that nobody uses Mozilla and blew me off.

    He blew you off. My god, you must have some very close friends.

  355. Archictect need reality check by Anonymous Coward · · Score: 0
    I think it's more like this:

    The architect need to understand at least a *little* bit about construction, in order to connect to the real world.

    Say that you design a very tall building; it doesn't mean that it automatically can be built on the earth. Now, from the designer perspective, it's perfectly rational to decide that you need another planet, one with lower gravity (ie IE7/Flash/whathaveyou) to see your vision realised.

    The problem is that nowadays most people already have moved to, or was born on, let's say Mercury (~95%) and the architect can have his wish, while us poor lizards back on earth are having trouble convincing the others that normal earth buildings are tall enough, especially for people in wheelchairs.

    Err, I'll stop now...

  356. Is it realy a standard by nberardi · · Score: 1

    Is it really a standard if nobody or very few people use it???? Because if everybody is coding to somebody elses methods, is the "standard" really a standard or is the method that everybody else is using the standard?

  357. My own complaint to webdesigners by Steveftoth · · Score: 1

    Ok, you want to design your website in IE? Whatever, go right ahead and design it all you want. However if you actually want to make your site IE only, it had better use some IE-only features that make it uncompatable with other browsers. Your site had better use features that make your site unimplementable on any other browser.

    How many sites are IE ONLY yet do not do anything special with their design, coding or implementation that could not be done with the same level of technical expertise on other browsers. One glaring example is the capitol one website as they only let in IE and NS 4.7. Why? I don't know, maybe they don't trust other browsers to do the 'right thing' on their site. This to me means that their web developemnt team should be sacked, as all web applications CANNOT trust their clients to do the 'right thing.' All web applications must have their guard eterniallly up to check every byte of input data for errors, so that a potential hacker CANNOT break in. A web application cannot assume that it is actually talking to a real browser on the other side.

    Moral of the story is, if you are supporting IE because you are being lazy and don't want to, you should be sacked. If you are doinging something in IE that can only be done in IE, then fine go right ahead.

  358. Re:Adopt the standards. Gain customers by MS · · Score: 2
    As a webmaster of one of the biggest e-commerce sites in Italy, I know, that it is only a (very) little effort to design pages perfectly compatible and viewable with *all* browsers. If you design your web-pages with standards in mind, it is no overhead at all...

    But I know something much more important: Netscape users are 3 times more likely to buy goods online!
    I tried to find an answer for this:

    • Netscape users are often hard-core veterans and more accustomed o use the Net for business
    • Some users are online since 1996 or even longer, and at that time Netscape was the only real browser. They didn't *upgrade* to MSIE, but are still loyal to Netscape. Those same users have the money to buy online
    • Young, 14-year-old freaks got their PC last Christmas and are surfing a lot. They visit also our mall, they do show up in the browser-stats, ... but they don't buy!
    Here's the analysis of the buyer's browsers (as opposed to the visitor's browsers) for the month of June 2002: 86% MSIE and 13% Netscape

  359. What about school? by Steveftoth · · Score: 0, Flamebait

    What if you school registration is online and you want to register online?
    What if they don't 'support' Mozilla or Opera?
    Oh well, I guess that you don't really need to go to that school, huh?

  360. Surf with Mozilla by Jagasian · · Score: 5, Insightful

    Allot of slashdotters here spend hours just surfing the net. One easy way to help out is to surf the net with Mozilla, and everytime you encounter a site that doesn't work correctly with Mozilla... report it to the web admin! Not only that, but web servers can see and log what browsers its users are connecting with. Surfing with IE may seem harmless, but in fact, you are continuously voting for Microsoft each time you use it to surf.

    Honestly, how many of you guys posting to slashdot are using Internet Explorer right now? For shame, for shame. Even if you are at work, you could still install Mozilla, as it doesn't take up much space at all and you can still use IE alongside it if necessitated by work.

    1. Re:Surf with Mozilla by LegendLength · · Score: 1

      With IE i can put all of my menus and toolbars on the same small row, just under the window's titlebar. This saves a lot of space, escpecially at 800x600.

      I tried to get Mozilla to do this but it appeared that I had to hack around with some css files. After much searching I could not find adequate documentation, so a gave up.

      I consider myself a reasonable programmer with a fair bit of experience. I am currently writing an NDIS Intermediate kernel driver for win2k, which is far from simple.

      If I can't do something in Mozilla which takes my grandma 3 clicks in IE, then there's something wrong.

      I love and would use Mozilla if it weren't for this problem.

      *end rant*

    2. Re:Surf with Mozilla by Jagasian · · Score: 2

      Make a feature request report, and search around for Mozilla skins/themes/alternative ToolBars. Seriously though, surf with Mozilla, and if something bugs you, REPORT IT!

  361. browser specific garbage by Anonymous Coward · · Score: 0

    Funny, I've seen a few attempts at "real applications" running under browsers. They all have one thing in common. They are complete garbage and could have been done using a simpler interface (little-to-none client side processing).

    For doing "real e-commerce", the biggest sites (Amazon, eBay, etc.) seem to get buy using simpler straight-forward interfaces. Its the hacks working on a their company's internal site that seem to use this browser specific garbage.

    I'm really afraid of what will happen if all web sites are eventually coded only to IE. At that point, Microsoft will essentially OWN the web. SCARY!

  362. We all need to do two things. by AmiNTT · · Score: 1

    Okay, so we see this happening everywhere. Some of the sites I manage get 80% of their traffic from IE users. Does that stop me from using 100% W3C compliant code?

    No! Yes, its easy to do a site up in web design software. Thats nice and all if you don't care. I code in a text editor, and test each page, even though I know its okay. You never know when you might miss a <TD> or whatever.

    The other thing we have to do is use other browsers. I run Opera (right now), Mozilla, Netscape 4.7 (and 6.x but I don't like it), Ibrowse, and Lynx.

    Don't get me wrong - I have IE installed on my system, but I don't use it unless I'm testing.

    How many of you are using IE right this moment? I'll bet a healthy portion of you are.

    Sites have a hard time justifying properly coded websites because most of the visitors are using IE - so what if a few fall to the side? Using IE just adds to the domination of Microsoft, and lends credence to those who just support IE.

    By *not* using IE, we can all help improve the numbers for the other browsers and push designers to support all browsers - its not hard!

    When you visit a site that doesn't work in whatever browser you are using, COMPLAIN! You have to make yourselves heard! If you get dismissed by the web team, write an email/fax/letter to some one higher up.

    To sum up:
    1) Write W3C compliant code
    2) Use other browsers (not IE!)
    3) Complain when a site doesn't work.

    Anyways, thats enough of me ranting.

  363. what Ive found.... by dmnic · · Score: 1

    in the past 3+ years of web developement, Ive found that if I code a website to display properly in Mozilla or Netscape, then it *almost always* displays correctly in IE, but not the other way around.
    this includes, HTML, PHP, MySQL, Flash and even Javascript.
    now if only Mozilla and Linux could get a decent Flash plugin....

  364. Adapt on the server ... by earache · · Score: 2, Informative

    The majority of professional web developers make every attempt at keeping the pages working across multiple platforms and multiple browsers. Any dev shop worth a lick of salt has this built into their QA process.

    I personally use what I can on the server-side to adapt pages to the browser viewing them. For most modern browsers, this only requires slight changes to insure consistent look and feel, but for netscape 4.x some major tweaking might be required. For instance, if I have any DHTML that is required, I try to make sure the designers have designed any DHTML elements so that their is a fallback mechanism that works if the browser viewing the page doens't have javascript enabled, or their DHTML implementation is too buggy to bother with.

    Being a microsoft shop, we use asp.net for development and it's proven quite easy to develop a set of custom server tags to enable this sort of adaptivity. It's really as simple as:

    <ilab:Browser Browser="Netscape" Major="4">
    { ... netscape 4 specific changes ... }
    </ilab:Browser>
    <ilab:Browser Browser="Default" >
    { ... everyone else ... }
    </ilab:Browser>

    Additionally with asp.net (as well as jsp) most of your page's UI elements are probably written as "controls" (or widgets) and you write those to degrade to lesser browsers, and give the full feature set to the capable ones.

    In the end, it's all about rigorous QA and deciding what works best for what platform and making those changes accordingly.

    Conspiracy theories aside, IE was a real boon to the advancement of DHTML for user interface in web pages. While netscape 4.x was choking to death, IE enabled developers to do a lot of new things rather easily. Unfortunately, this all occured during the web boom and a lot of developers were lazy or hurried and didn't take the time to strategize for multiple browser/platforms.

  365. Re:The sad truth - everyone has IE. by gosand · · Score: 2
    Well, the corp standard here is IE, but I use Opera. If I need to get something off of the corporate site, I just use IE. Why should I suffer 99% of the time if I don't have to? "CAUSE WE SAID SO", boomed the voice from the sky.

    In-house is one thing, but what we are developing is for customers (hospitals). Sure, we can say that they must use IE, and it isn't much of a pain for them to do so - yet. What if parts of the system are opened up to outside traffic? Or some of the employees work from home or remotely and need to access it? All of a sudden, our software sucks because it doesn't work with other browsers. Maybe that will never happen, but if it does we look bad. It is ALWAYS "cheaper" to do something correctly up front instead of trying to fix it after the fact.

    But, we are a corporate entity, where MS rules. I would love (hate, really) to see how much we are spending on MS licenses each year.

    --

    My beliefs do not require that you agree with them.

  366. DMOZ now Validates by NeoSeo · · Score: 1
    Since search engines are the top tech centers on the net, I did a run down of the current validation stats:

    Of those, only the DMOZ homepage validates. Even linux darling Google is full of nontrivial bugs on every page.

  367. 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?

  368. Web Designers Ignoring Standards by inode_buddha · · Score: 1

    Handy little trick for dealing with all that here:
    straight HTML in lynx; if it flies there, it's probably good anywhere. Then I take a look at the same page in moz, netscape, IE, _and_ opera. 9 out of 10 times, it's good.

    --
    C|N>K
  369. So what? by rainman_104 · · Score: 1

    It costs a lot more to make a site compatible with all flavours. There's a lot of stuff you can do in IE that can do in other browsers. This allows feature rich eye candy that you just can't do in a cross browser world. If the open source guys have an issue with it, then why not port Mozilla to support the "IE Only" stuff?

  370. Just code for W3C compliance... by hoppo · · Score: 1

    Then you'll see how much of the W3C HTML standard Netscape either chooses to ignore or is incapable of implementing.

    Say what you want about M$, but they are World Wide Web Consortium compliant.

  371. Big Sites Have Big Problems - But There Is Hope by RedSynapse · · Score: 4, Informative
    First off I want to dispel the myth that only small fry peon sites have standards compliance problems. Bugzilla currently has 1920 Tech Evangelism bugs open. These bugs all deal with websites that have poor coding resulting in problems rendering properly in Mozilla. These are sites like:
    • National Australia Bank Click "Register Now" and you get a "Your Browser Version is not supported"
    • CN Rail North America's Railroad (Excluding non-NS6 users).
    • Bank Of America Try to apply for a gold card and the form gets screwed up.
    • Benjamin Moore Sorry our page is designed for IE only, buy your paint elsewhere.
    • Novartis Screwed up rendering.
    • Connectsite Exchange, Collaborate, Connect! Unless of course your using a non IE browser, then go away.

    This isn't counting the 1720 Tech Evangelism bugs that have already been resolved. Sites like salomonsmithbarney.com, yahoo.com, cbs.com, citrix.com and many many more have all resolved improper coding issues that screwed up non IE rendering. But the positive news is that in 1720 cases web administrators have changed their websites to make them unbroken.

    Here's an example. One of the most highly reported bugs (bug 114812) that has since been fixed was with hotmail. Due to faulty javascript implementation if you would select the "ALL MESSAGES" box in your inbox only one message would actually be selected, so to delete the mountains of spam that accumulate daily you had to click the box beside _each_individual_message_. Clicking 200 checkboxes after not checking your mailbox for a few days does not a fun time make. Anyway after about 6 months of pestering microsoft finally fixed it. The moral: If complaining can make Microsoft make its pages standards compliant well the sky's the limit.

    Anyway if you want to do something to help check out Mozilla Evangelism The site is chock full of advice about how to report and deal with non-compliant websites. You can even use the Letter Writing Tool to write and send a nifty letter to website administrators who haven't yet seen the light. Obviously the site is geared to getting things to work properly in Mozilla, but the fact is, things tend to work in Mozilla if they are standards compliant.

  372. Re:The sad truth - everyone has IE. by Fastolfe · · Score: 1

    1. Absolutely, web standards need to be adhered to, but I don't think it's reasonable for developers to spend more time working around a quirk in their code if what they're writing displays fine on the corporate mandated standard browser.

    2. No, users in the company have company-purchased PC's with company-standard operating systems and company-licensed software. This cuts down support costs significantly over some company that may allow any old piece of hardware, operating system and software that the employee wants. There are always exceptions, but there has to be a justified business reason for that exception. People going off and installing whatever software they wan't will simply find that if it breaks the company isn't going to help them. Corporate standards are there for a reason, and part of that reason is to allow us to reduce support and development costs, which includes limiting testing to that on browser that employees should be using anyway.

    Now don't get me wrong, I'm using Mozilla right at this moment. And like I said, for public-facing sites, you can bet we have a lab with all sorts of OS and software combinations where sites are tested to be sure they work fine (and that includes adherence to standards). But for Intranet, employee-specific sites, it makes little sense to expand your testing costs to non-company-standard browsers that should have no business being on most employees PC's in the first place.

  373. I write for IE only and here's why... by Anonymous Coward · · Score: 0


    I like to use the latest technologies and not all other browsers support CSS, DHTML and XML fully, especially XML/XSL. Why not?

    When you grab data from the db and pull it back as XML, the user can quickly sort and filter data quickly, in the browser, without round-tripping to the database again. A big advantage.

    IE has the market share and won the browser war. Get over it.

    Besides, small companies don't have time to code for every freakin' browser on the market.

  374. Bad examples by Anonymous Coward · · Score: 0

    You don't *need* to use the power company or the cable company site, you can cost them money using the phone (and telling them their website sucks), and it's easy enough to get a new ISP. And nobody has a real lock on any product, if it's worthwhile there will be other products that do the same thing. 6 months ago I didn't buy a paging terminal from Zetron because their site told me I had to use IE. Screw them, they aren't the only paging terminal maker. If they think they can tell me what software I have to run just to see what they offer, they must be a bunch of miserable arrogant pricks to deal with after you buy from them too. Glenayre's site worked with Konqueror... page that, Zetron.

  375. no big surprise by SethJohnson · · Score: 0, Troll


    Stands to reason that someone who owns a kilt would be using Mozilla. Can't understand how they have any customers buying anything on their site!
  376. Explorized S.O.T.D. by Anonymous Coward · · Score: 0

    If only /. would put an "Explorized Site Of The Day" link on every page, they'd quickly smarten up ;-)

  377. Wow! does that suck or what? by dcavanaugh · · Score: 3, Interesting
    That site is the best example of gratuitous Javascript at the expense of basic functionality I've ever seen. At first glance, I thought it was one of those Flash abominations, but it was JavaScript all the way. Did you stumble across that or did you find it here?

    I guess that's what happens when you hire someone who just finished reading "Teach Yourself JavaScript in 3 Easy Lessons Using Self-Hypnosis While Sleeping". It's an easy enough language to learn, the trick is knowing when not to use it.

    1. Re:Wow! does that suck or what? by isorox · · Score: 2

      I actually went there to find out what time a film started at my local cinema.

      Funny thing is it doesnt seem to work in internet explorer either (last time I checked).

    2. Re:Wow! does that suck or what? by SoupIsGoodFood_42 · · Score: 1
      Funny thing is it doesnt seem to work in internet explorer either (last time I checked).

      Hehehe... That's the real killer. They develop an IE only web-site. But it doesn't even work on the lastest version of IE!
      And it's not just a small bug either. None of the sub-menus are accessable. And the links are burried somewhere in the pile of huge, bloated code in one of those Javascript files. It's not like you can just pop-up the source-code and copy'n'paste the URL (which only a very few know how to or can be bothered to do anyway).

      A complete fucking joke....And the clients who paid a lot for it probably have no idea....Same ol' story.

  378. links as block elements by MenTaLguY · · Score: 2

    You can also use display: block in CSS to turn the links into block elements -- although be aware that IE doesn't quite get that right.

    --

    DNA just wants to be free...
  379. How do you know who visits your site? by Kenneth+Stephen · · Score: 3, Interesting

    You claim that your site isnt targetted towards the Linux / Mozilla user, so you dont care anyway. The fallacy in your assumption is that your target audience could be Linux / Mozilla users too - and then imagine their estimate of your company when they find your website doesnt work with their browser. When I use a non-IE browser to visit websites (100% of the time when I'm not at work - which is also the time when I have purchasing power), my expectations arent too high. Basically, I need a site thats usable. The bells and whistles might be nice, but I can live without that. Sadly, I find that there are people like you out there who dont even provide that.

    A case in point : Ikea - the furniture store. Just last week, I was ready to spend good chunk of money on buying a really good quality bookshelf. The site was unusable with Netscape on Linux. I spent my money at Walmart. Later, at work, I went to the Ikea site and looked at their catalog. There was a bookcase priced at $500 that I would have bought if only their site had worked with my browser. To bad for them.

    ...and too bad for you too.

    --

    There is no such thing as luck. Luck is nothing but an absence of bad luck.

  380. of course. by Anonymous Coward · · Score: 0

    No shit sherlock. Where have you been for the last five years? It's called "losing the browser wars," and it is very old news.

  381. Three Words: HTML Validation Tools by cyc · · Score: 2, Insightful

    Web developers need to take a cue from software developent and use HTML validation tools to check the syntax of their work. Such tools can also check for compatibility with different browsers and different versions.

    This is all the more important because browsers are lenient in processing HTML with incorrect syntax. This convention has lowered the bar for letting non-programming folks write HTML, but has had the lousy side effect of having inconsistent behavior for rendering HTML in different browsers be the norm and not the exception.

    Syntax checking. It's a good thing.

  382. Another sad truth.... by Anonymous Coward · · Score: 0

    Senario: Small IT firm & software house, lots of legacy COBOL code, now a mostly Windows-app coding shop.

    The senior developer has coded in COBOL for the past 20 or so years. Boss gives senior free-reign, due to company history & previous COBOL app quality.

    The main development team codes in a certain cross-platform-capable Borland RAD tool.

    The senior developer decides he wants a browser-based app, as he wants platform-independence as Windows is a "passing fad".

    Younger generation team laugh and say "OK, if you think so, fair enough. Switch to an RDBMS back-end, middleware server integrating COBOL as CGI apps/ISAPI DLLs, possibly use SOAP for data-transport, with a thin Linux & Win32 client and/or browser-based app using PHP".

    Senior ignores all the advice because "I know more than you upstarts, I've been programming for 20 years!" and codes the COBOL into straight-CGI apps called by a client-side Javascript browser-based front-end and the same flat-file db back-end!

    Main dev team simultaneously place heads in hands and weep as the senior proudly unveils over 10 months of work: the new improved web-based "platform-independent" app, that turns out to be IE-ONLY! :(

    Oh dear...

  383. Pet peeve? by anthony_dipierro · · Score: 3, Insightful

    Fix the page widening bug in slashdot then get back to us about not creating cross-browser compliant sites.

    1. Re:Pet peeve? by fliplap · · Score: 1

      Your page (slashdotsucks.org) has just as many problems as slashdot, and its uglier. See this for details

    2. Re:Pet peeve? by anthony_dipierro · · Score: 2

      Yes, but it doesn't bitch about people not making cross-browser sites.

  384. Mod both parents up... by Bedouin+X · · Score: 2

    It's like some of these people don't know what good design is. Total content accessibility via graceful degradation is an art that is totally lost on some of these pretenders that call themselves web designers.

    --
    Dissolve... Resolve... Evolve...
  385. Re:IE has the most users by Bedouin+X · · Score: 2

    [blockquote]#2 Web development is a field that constantly strives towards providing applications level functionality that rivals and imitates desktop software. DHTML and SQL are how we make those happen.Regardless of who makes it, IE exceeds css standards, and pushes the envelope for what will come in the next standards. Its a joy to use![/blockquote]

    Yeah I love the way that IE exceeds at fixed positioning...

    --
    Dissolve... Resolve... Evolve...
  386. actually, not entirely true by sugrshack · · Score: 1
    I agree with your point about most Flash sites, however there's a way around this.

    We discovered this when working with a client that wanted a fully interactive Flash site, but also wanted to track how people were using it.

    Impossible, you say?

    I thought so at first, but we came up with a solution... it inolved the use of frames (yech, I hate em, but they were useful in this case). We broke up the site into individual html files loaded into a seamless bottom frame, with each one an independent flash file, which could do a number of things (this was a music/entertainment oriented site, so we had a bit of leeway). There were a number of advantages to this:

    1. Tracking of pages
    2. The ability to bookmark individual sections of the site
    3. It kept the flash file sizes nice and small, making them easier to use on slower connections.

    Yes, it's a weird way of using the tools, but sometimes this kind of challenge can be fun!

    --
    I can't believe it's not lard!
    1. Re:actually, not entirely true by ReVMD · · Score: 1

      From experience keeping a flash web site simple is the key to success. when you start loading 4 movies just to get an intro going thats insane, you should never have to wait for an intro, because those first 30 seconds define whether you lose your potential visitor or not.

      People need to follow the same rules they would with an HTML site, by making sure that no page is more than 50-60k in size unless absolutely necessary.

  387. I can understand them by oneself · · Score: 1

    I developed my site with Mozilla on Linux, and it was a pain in the ass to find a Windows box and test it with IE. If IE held only 10% of the browser market I wouldn't have bothered supporting it AT ALL.

  388. funny by alernon · · Score: 1
    > 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.

    It's funny how if I would have posted this, it would have been moderated down into oblivion for being offtopic, but it's apparently fine to post it on the front page.

  389. Re:The sadder truth. by lugonn · · Score: 1
    Preach on Brotha!

    I've found JS support in Mozilla/NS6 to be pretty sketchy sometimes.

    In NS6.1, I would load some html to an iframe, then load the iframe.innerHTML to a div for display. It worked fine in NS4 and IE5, but NS6.1 url-encoded all href's in the innerHTML. I had to write an ugly hack to fix it. Now, NS6.2 doesn't do that...so I have to go back and remove the hack from 4000 pages of content. No big deal with a PERL script, but still.

    I hate to say it too...but IE IS a superior browser to anything else...as far as DOM and javascript support go.

    I wrote a WYSIWYG web editor for some of our clients to use, and it only runs in IE5.5+. It uses the CONTENTEDITABLE keyword found in MSHTML. At first I started writing it using javascript (the code for the arrow up and down keys was lotza fun!), but cross-support was to difficult to maintain. So, I went with the IE only solution. IE is ubiquitos enough that it doesn't bother the clients to be forced to use it.

    M$ sucks donkey dingles, but COM is a really cool architecture.

  390. the funny part.. by someonehasmyname · · Score: 1

    The funniest part about this is that when you plan on supporting all the browsers from the start it's not that much extra work... Unless you're doing dhtml/javascript menus, but I code a long time ago that I've tested under ie, ns4, ns6, moz, and opera. Works fine with all those browsers, and I copy-and-paste it when I do ew sites that require dhtml/javascript.

    --
    Common sense is not so common.
  391. What's "Flash" got to do with it? by newestbob · · Score: 1
    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.

    These sites really aren't IE sites, they're Macromedia sites, designed for the Flash "browser". (And why are they all designed by the same guy: "Skip Intro")

    Anyway, developers *are* following the Standard. The Microsoft Standard.

    According to the W3C, "Amaya" is the browser against which to check compliance. Have you ever tried using "Amaya"? I thought so.

  392. How about a SpamCop-like system? by varebel · · Score: 1

    How feasable would it be to develop a Spam-Cop like system where, if you came across a page that did not render correctly, you could copy/paste the URL into a form. From that URL, contact emails would be intelligently parsed out/located and a polite email would be sent to the responsible parties explaining how their page was non-compliant, as well as the browser ID of the complaining user.

    This might get more "Joe Average" users involved in bringing the issue to the attention of those responsible.

  393. Lynx vs. NN4 by fumble · · Score: 1

    Amen brother. Lynx is 10 times the browser NN4 is when it comes to properly rendered pages. Thank god for NN4's @import CSS bug, where would we designers be without it? :)

    Where the other "buggy/bad" browsers just suck in an indirect annoying way like some pest shooting spit-wads at you during class ... NN4 is the bully that actively seeks you out to ruin your day and steal your lunch money. NN4's bugs are so bad they can't be compared to other browsers. Two things make NN4 suck more than the other browsers: 1)The quantity of rendering bugs and 2) The *SEVERITY* of the rendering bugs.

    I would guess I spent about 50% of my GUI development time "fixing" things to work in NN4 for a recent client. This is for a browser that has about 1% of market usage. This ratio is too skewed to justify. Here me out people: I'm not a "Standards Nazi." I believe in making a site look the same in all browsers even if you have to "tweak" things ... but come on. A 50-to-1 ratio is ridiculous.

    Ok, enough ranting. Seriously, NN4 really and truly is worse than all the other browsers combined and only deserves minimal fixing.

  394. Web sites for IE = /dev/null by Rohan427 · · Score: 1

    I will not look at a site if it requires IE, no matter what the content. In fact, I have removed IE from ALL the Windows machines in my house - my single game box, my wif'e game box, and my son's game box - due to security concerns, so none of us even can if we wanted to. IMEO, any web designer that designs a site that will only work on a single browser, no matter what browser it is, does not deserve his/her job. There is absolutely no excuse other than not being qualified for the job in the first place.

    Come on web designers, there is a "standard" (come on, say it with me, slowly...Good, now spell it out: s-t-a-n-d-a-r-d) for a reason. It's a big world, and it is NOT a M$, AOL, world, though each of these companies may want it to be theirs.

    Another peeve of mine is web "designers" that have to use tools like Front Page (what an abomination THAT is), have to put every multi-media bell and whistle on the planet on a site, and can't make a site that is usable for the masses. Hello? The masses do NOT have high-speed Internet access. The masses are still on low-speed dialup and don't want to be sitting in front of their computer for days waiting to see your bloated, artsy-fartsy site. They want the info it contains, not the pretty pictures and cute sounds and crap.

    I won't even go into the millions of sites that are out of the reach of the handicapped. Text to speach systems are few and far between and screen readers just plain suck and are expensive. These people can't see your pretty pictures and hear your cute sounds, and can't view your site and your content because they are hearing/sight impaired and you don't have a plain text, straight HTML version for them to convert.

    Get a grip, follow the standards, provide some damn text for the less fortunate (though since they aren't subjected to the garbage on the 'net these days, they may very well be considered MORE fortunate!), think, and open up your site to the masses, instead of bowing to the corporate, Internet elite, few.

    PGA

  395. Doh.. by Anonymous Coward · · Score: 0

    meant to insert (php, asp, perl, cf) after css. owell.

  396. Re:The sad truth...ignore boss by Razzak · · Score: 1

    Find a way to show your boss's boss what you're doing :)

  397. We had a supplier... by arfy · · Score: 5, Interesting

    We had a supplier who switched from Apache on some flavor of UNIX to IIS /SQL Server on at least two WinNT boxes. BIG mistake, whoever did the work for them set it up so that Netscape browsers were denied online transactions.

    We gave them a few months to try and fix it, meantime we phoned in our orders but we weren't going to switch to IE internally. Their IT head was stubborn and the business owner bought the marketing line about how much money he'd save. I'm sure it wasn't the only factor but they're gone now. I spoke to one of their workers who bailed to another company and he told me that they'd lost more customers than just us over the Apache-to-IIS conversion and general unworthiness of the new system and that the client loss plus absorbing the costs of the upgrade and running maintenance costs of a system that never worked as well as the old one took the company down.

    All this so the CEO could have a pretty GUI to look at instead of a character-based terminal! Somebody should've bought him a Mac, put pretty pictures on it and told him they reflected some sort of reality and to leave the IT work to the pros.

  398. Non-standard web pages typically not relevant by Darth+Daver · · Score: 1

    Most Internet content is crap these days, and this is especially true for the content churned out by the brain-dead web "developers" who aren't smart enough to adhere to standards. I never have problems with any of the sites targeting topics for the technically gifted such as Linux users. Let Windows users speak ebonix. I don't frequent "their" type of bar.

  399. LOL by Danse · · Score: 1

    Gotta love the Natalie Portman / Kirsten Dunst query graph.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  400. Issues by Voltronalpha · · Score: 1

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

    Flash designers pushed web desgn into the 21st century. Html was not originally designed to handle the kinds of things many people want to do with their site.

    I'm a professional web developer, I am not aligned with any particular technology choice Microsoft or other. I use what works, Netscape contains far more buggy behaviors than IE, specifically in the era of 4.0 browsers. The developers noticed this and in turn stopped suggesting Netscape, which in turn helped wane the user base I will agree that Microsoft had a hand in this as well but the people ultimately still choose their browser. Just because someone serves you goat testicles doesn't mean you have to eat it. They choose of their own free will not to support a different technology.

    I started an avid supporter of Netscape and hating IE, after developing for a couple of years I changed my opinion based on learned behavior. Sorry if this is unsavory to you but if your hammer was so awkward to wield that it hurt you every time you used it you'd get tired of it and find a new one, the same is true of browsers. Don't forget it is just a tool.

    The moment something works better for the developers is the moment the microsoft browser monopoly ends.

    But flash will still be there :P It behaves correctly under NS and IE. If you think about it that's one more reason it has support from developers, oh and it is capable of some pretty snazzy stuff.

    Just my opinion you don't have to like it.

    --
    There is evidence to prove both Democrats and Republicans are lying cocksuckers. Vote independently.
  401. Tell me about it! by Anonymous Coward · · Score: 0

    Am I the only one here that is pissed I can't use Mozilla to log into Microsoft Passport? (No, I'm not suprised.)

  402. Re:Adopt the standards. Gain customers by Danse · · Score: 1

    If you design the website using the proper standards no dual maintenance would be needed. What you design would work on all browsers.

    Uh uh. If you design it using proper standards, it will break on nearly every browser except Gecko-based browsers. You still have to use some bizarre CSS or HTML hacks to make it work on all browsers.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  403. ShutterFly's a bad example by LouQ · · Score: 1

    ShutterFly.com (linked in the News.com story) does user agent detection because it requires a browser with hooks into the OS (uploads, etc.). It's not warning-off certain browsers because page markup will break, but rather because the service won't work as advertised without browser access to the local file system -- and ShutterFly will have already taken your money before you find that out.

    'Course ShutterFly.com's pages don't validate to their stated HTML 3.2 Final doctype either, so ...

    Standards-compliant markup and liquid design are easy if you make them a priority. Their greatest enemy is pixel-perfect layouts, which are rarely necessary. Forget pixels, code relative, and be free.

  404. Re:... but Flash can be usefull, in a non intro wa by Bedouin+X · · Score: 2

    Well personally I think that the vast majority of Flash "developers" are misusing Flash. There is very little Flash that I've seen that was even neccessary. Try surfing the web without Flash for a week and then ask yourself what you're really missing. I found that I was missing nothing. And man Flash navigation in general is a pet peeve.

    Just for the record, I like Flash. As a presentation tool it can be a Godsend. It just has too many limitations (can't resize, recolor, or otherwise modify text, no default settings that I know of - like always disabling sound, can't control navigation - i.e. opening links in new windows, can't search text via the find function, and so forth and so on) for doing any serious data presentation. It's great for audio synching like you said, and it's cool that you can make flash apps as standalone apps too. I just wish that these graphic / multimedia designers would understand that designing for the web requires more than a simple title change.

    --
    Dissolve... Resolve... Evolve...
  405. Screw standards. by Anonymous Coward · · Score: 0

    They've been dead since Netscape. Microsoft's just keeping the legacy of laughing at the w3c alive.

    What I'd love to see is a movement against those moronic dolts who think that their site with black text on a dark background and enough animated images to freeze an Athlon is 'okay'.

  406. love by Anonymous Coward · · Score: 0

    All you need.

  407. Re:IE has the most users by Yorrike · · Score: 5, Insightful
    Groan, you're in management too, aren't you? No self respecting web designer/webmaster would say anything along the lines of "Web development is a field that constantly strives towards providing applications level functionality that rivals and imitates desktop software" - it's marketing guff with approx. 80% buzz words.

    Let's get a couple of things straight: Web pages are there to provide information. Plain and simple. If your webpage requires DirectX extentions through IE, it's not a web page, stop kidding yourself.

    If you want to write a Windows application, write a fucking Windows application, DO NOT pretend it's a web page. It's web designers with your kind of attitude that make browsing the web suck.

    I have no problem making any of my pages display the same way in IE 5,5, Mozilla 5,6 Opera, Konquerer or even Links. I write standards compliant CSS and XHTML. Anyone who tells you that their CSS/XHTML pages don't look the same across all the later browsers is not writing their pages properly. Stick to the standards and everything works. If you find an aspect of your design doesn't work, change the design. Simple.

    --

    Looks can be deceiving. Or CAN they?

  408. Re:Standards according to who? by Bedouin+X · · Score: 2
    No.. You just need to try harder, or do it differently. Sure, I have a site that works a little better in IE (the TD background color is changable - remotely - in IE, as a highlight, while not in Opera/NS), but if I used an image instead, it would work just fine.
    Try assigning a class to that TD and then assigning a hover value to it. Or even doing a p hover. Some derivative of that should work on NS 6+ or Mozilla.
    --
    Dissolve... Resolve... Evolve...
  409. Netscap 4x is the devil... by Anonymous Coward · · Score: 0

    I got so tired of my compliant code being rendered improperly by 4.7, that I finally gave up. I have a relatively popular site, and I finally got to the point where I put a disclaimer at the bottom of the page that said if you were using Netscape, good luck, because I refuse to create time-consuming work-arounds for a crap browser that doesn't render properly.

    So, even though Netscape 6x is probably fine with my site, I have no idea. And further, I honestly don't care. I'll code for IE, and hopefully Netscape will wither up and blow away. Yes, my anger about 4.7 is that strong. I will NEVER again lift a finger to make my code compliant in NS.

    Microsoft might be the devil, but I'm glad IE won the browser war.

  410. Less editorializing, damnit by Anonymous Coward · · Score: 0
    " 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. ".

    My pet peeve is when the editorial staff ads zero-worth commentary to the topic stream....

  411. Flash Good'un by Anonymous Coward · · Score: 1

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

    Ahh, but then the site will work just fine for anyone who has the flash plug-in, regardless of what silly browser they are using, so long as the browser supports the plug-in standard.

  412. NeverWinter Nights by ariel7 · · Score: 0

    Gee, I complained about this "feature" of the NWN website in a discussion a few days ago about their new support for Linux, and I was modded down as Troll :-)

  413. RTFM by BaRaf · · Score: 1

    If you are a professional, you "code" to meet documented
    standards, design specs, or API. You test your code (or in
    this case "web pages") with the target programs (e.g.
    browsers). If the code follows the spec., the defect is in
    the target program, or the spec. is wrong, so submit a
    defect report against the offending part.

    If the defect won't be repaired in time for your next
    release, then code a workaround, preferably within the
    spec. or as an exception to the particular target.

    Contrast this with non-professionals: write the code to work
    with what you think most everyone else has, and test with a
    particular version that you have on your system. If it
    works, you're done. Actually the non-professional method
    might work, but ONLY if an attempt is made to fix 100% of
    all the problems reported back to them.

    A core software engineering axiom: high quality is achieved
    *by design* not by testing.

    This is true because it is impossible to remove all defects
    from code with testing alone. If you have a problem
    believing this, then this will really fry-your-brain: if
    your code (or web page) doesn't work with the target
    browser, then you might think that this is a defect with the
    browser (e.g. because it used to work with a previous
    version). But how can you prove that if there is no spec.?
    The vendor will always tell you that this is a feature, and
    that the defect is in your code!

    Of course this particular topic of incompatible web
    browsers has been around for some time:

    "Anyone who slaps a 'this page is best viewed with
    Browser X' label on a Web page appears to be
    yearning for the bad old days, before the Web, when
    you had very little chance of reading a document
    written on another computer, another word processor,
    or another network." --Tim Berners-Lee in
    Technology Review, July 1996

    See the "Viewable With Any Browser" campaign web site for
    more details: http://www.anybrowser.org/campaign/

  414. Re:Standards according to who? by Anonymous Coward · · Score: 0

    You're behind the times. All new pages should conform to this de facto standard.

  415. Re:Complain to webdesigners BOSS by tupps · · Score: 2

    Web Designers will be quick to give you an email saying that they will not support this browser blah blah blah. They have been doing it for a long time, they are used to it.

    The best way is to complain to the web masters boss. Now most sites don't have webmastersboss@domain.com but most have sales@domain.com if a commerce site. Simply state your case, ie was going to do business with you but it doesn't work with my browser. Let me know when it is fixed and I might consider doing business with you.

    You will find things get fixed quick smart. Especially stupid things, like sites that have a flash intro, & a skip intro button that is also don e in flash so if you don't have flash you can't get into the site.

    --
    Go out and get sailing!
  416. Muchos problem by olman · · Score: 2

    I use Mozilla for work. Stabler, no backdoor of the day, no asking if I'm sure I rather wouldn't use MSN instead every time I log into webmail.. It's just nicer to use, period.

    However, as a HW designer, I have to spend quite a bit of time browsing the net for datasheets etcetera. I don't mind flash sites and I have zero problem using them. If done right. I really do hate fixed size flash windows. It's just *so* hard to understand that if you make a guy making purchasing decisions view your product listing via 600x400 window, he'll probably start thinking about competitors.

    There are quite a few sites which will work with IE only but same flash(y) interface would work just as well with mozilla. In any case, high-density I/O connectors may be boring, but a gimmicky site design doesn't help as far as I'm concerned.

  417. Re:Adopt the standards. Gain customers by pjrc · · Score: 2
    Here's the analysis of the buyer's browsers (as opposed to the visitor's browsers) for the month of June 2002

    Is this published somewhere?

  418. Re:The sad truth - everyone has IE. by Fastolfe · · Score: 2

    Well, the corp standard here is IE, but I use Opera.

    It's IE here too, but I use Mozilla most of the time. Like you, I switch to IE when I need to. So far it's a non-issue.

    but what we are developing is for customers (hospitals)

    Then perhaps this thread doesn't really apply to you. I was simply trying to say that there are situations where coding for one particular browser is not bad.

    Or some of the employees work from home or remotely and need to access it?

    For us, at least, we prohibit even remote access into the corporate network from non-company systems, so that's a non-issue for us also.

    It is ALWAYS "cheaper" to do something correctly up front instead of trying to fix it after the fact.

    This is completely dependent upon the situation. In my corporate environment, I disagree completely. We have hundreds (if not thousands) of different internal web sites. If 1% of these sites later for some reason becomes more of a public-facing site, it's far cheaper to go in after the fact and shore it up so that it's standards-compliant and functions with other web browsers than it is for us to double (or triple or more) our testing efforts and add development time to ensure all of our sites work with browsers that are not company standards. This just doesn't make good business sense.

  419. Web Applications not Sites by SteveMac007 · · Score: 1

    One of the largest Issues I face each day developing our application is that scripting support for each browser is different. We develop a Web-Application that has a lot of validation and would like to have a lot of dynamic content. (Click a button, textbox appears).

    Most people who have web-sites, with pages of mainly HTML should have no problem handling any browser compatibility, but we have to basically create 2,3 or 4 versions of certain things to make them all achieve the same goal.

    All I want to see is some standards adheared to.
    We need to look at enhancing HTML to support Web-Applications not just Web-Sites.

    --
    --- Book your game of golf now.
  420. OMFG by SoupIsGoodFood_42 · · Score: 1
    I agree. That has to be one of the most horrible sites I have ever seen. It's dosn't even work properly in IE 6. I the top of the sub-menus are hidden somewhere above the top of the browser.

    I tried to look into the HTML to pick out the contact link (to tell them there is has serious issues). But there was nothing there but javascript files. I looked at both. Neither had the data that I needed (from what I could see), and one of them had some strange looking code in it.

  421. You just don't get it, do you by tyler_larson · · Score: 1
    > Netscape 4 users can go fuck themselves, though.

    Thanks for your gentle advice, how thoughtful of you. The arrogance of the Web designers never ceases to amaze me.

    It's a frustration that every web developer understands. I can design a web site using galeon, making sure to follow w3c standards; and when I'm done, it will display perfectly in konquerer, mozilla, ie and even lynx. But it will not display correctly using ns4. The reason being: Netscape 4 is broken! Some pages will have cosmetic problems, others will be completely unreadable. In order to fix it for ns4, I often have to mangle the code to the point that it no longer displays correctly under any other browsers.

    Pretend for a moment that I decided to come out with a new x86 processor, but screwed up the interpretation of about 5% of the op codes. Still, I sold it really cheap and got it into, say, 2 or 3 OEM's computers. It might be popular and people may depend on it (and with the right assembler, you may even get it to work right) but developers would HATE it because it was broken.

    Sure, a developer could skirt the problem by avoiding certain instructions, making his program "compatible," but limiting your program's functionality to support a broken system sucks. The correct response is to say (loudly), screw the people with the broken systems, we're following the spec whether it works on your box or not.

    That is, in fact, the position I've taken toward ns4, and I'm not going to change my mind just because your browser's broken.

    --
    "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea...."
    RFC 1925
    1. Re:You just don't get it, do you by Isofarro · · Score: 2
      In order to fix it for ns4, I often have to mangle the code to the point that it no longer displays correctly under any other browsers.
      Its amazing considering that we are in the twenty first century, and supposedly cutting edge designers haven't figured out the basics of componentising the tools of their trade.

      Have you never heard of the benefits of separating content from the presentation? Have you never heard of using templates to publish a website? Have you never heard of using automated tools to speed up the donkey-work?

      You are supposed to be using a cutting edge medium, we're no longer in the middle ages, we do have tools to reduce problems down to manageable sizes.

      Its your lack of understanding of the tools available that fails you as a good web developer. You've been caught out by the oldest trick in the book. Start modernising your design and development practices, all the tools you need are freely available.
  422. Wrong - if it's company policy ... by Clansman · · Score: 1

    ... arrogant twat.

    1. Re:Wrong - if it's company policy ... by Anonymous Coward · · Score: 0

      Eat a dick, 486-user.

  423. Intentional Feature Crippling by eegad · · Score: 1

    Slashdot recently rejected a post of mine which was sort of related to this subject. Maybe now it will get through.

    I've noticed something even more insidious than failing to meet web standards. Some web sites appear to be intentionally crippling their pages for browsers other than IE. I specifically noticed this on Yahoo! Mail when I couldn't find my address book when using Opera. When I enquired to technical support about it, they responded that it just didn't work right with Opera and I should try using a supported browser. Funny thing is, when I configured Opera to identify itself as IE, the links reappeared and everything functioned just fine.

    Now, maybe it's within the legal rights of companies to serve up what they want to whatever browsers they please, but it sure seems anti-competetive. Does Yahoo have some kind of deal with Microsoft? If not, what possible reason could they have to cripple features? Has anyone noticed anything else like this going on at other web sites? Is there any recourse?

  424. An example for pure HTML by NoKi · · Score: 1

    This page is in pure handwritten HTML which can be easily displayed correctly by any browser (though it's in German, sorry...) - i once used M$ Frontpage (shame on me), but after i had tried to get it rendered in Mozilla, i screwed the entire Frontpage crap and started over again from scratch. In my opinion no one really needs those sometimes annoying Flash sites - just plain graphical overkill. Good ol' plain HTML should be sufficient for most private homepages (like mine, i'm not speaking of commercial ones) - faster loading times as an added bonus :-) Just my personal opinion...

  425. Standards Compliance by xard · · Score: 1

    What I would like to know is . WHY is it assumed that standards compliance is not possible to maintain if some form of compatibility logic is introduced into the browser. Surely your base should be close to 100% standard compliant and the rest should be the whistles. Ie. why force designers to be compliant and just fix the damn browser to acomodate for their lazyness. Beggers can't be choosers as they say. And lets face it no matter how good mozilla apparently gets until it has more of a foot hold it is a pointless debate. The redesign time for most sites is quite involving and long and its plain nuts to ask everyone to redesign their site. I have nothing against standards I just don't see that the browser needs to break its standard compliance to include extra non compliant features. I use both Mozilla and ie. but I do find myself forced into IE alot becasue Mozilla just cant do the job on some pages. So by this arguemnt I would what wait for them to fix the sites or get the job done with IE?. What path do you think is more cost effective in my time?. Well just my 2 cents worth.

  426. Exaggerated by alizard · · Score: 2
    When I saw the article, I checked both mac.com and salon on my browser, Opera 6.02 . Salon still works fine and I sent myself an e-card via mac.com... i.e. everything works. Starting the article with an obvious fuckup like that detracts from its credibility.

    I generally use Netscape 4.78 about twice a week for sites that Opera won't render. I'm beginning to run into sites that work on Opera 6 and not Netscape, when I run into them in significant numbers, I'll upgrade my Netscape.

    Opera doesn't render in most cases because:

    1. The tard site author told the browser detection not to support anything but IE/Netscape... Note in most cases that if one can bypass browser detection, the site will work fine in the great majority of cases.
    2. Incompatible Javascript and rarely, Java applets.

    The only site I couldn't get into with either Opera or Netscape was when MSN declared itself offlimits to everyone not running IE.

    As someone else pointed out, cross-platform compatibility is one way to tell developers from wannabes.

    Also, the browser-specific stuff tends to be bloated bandwidth hogs done by dipshits who forget the rest of the world generally runs dialup.

    In the great majority of cases, any site that isn't platform neutral has a direct competitor who is, whether the site is informational or sells products/services. Patronize the competitor and leave the IE-only site to Darwin.

  427. www.muchoviaje.com sucks the most by Anonymous Coward · · Score: 0

    Shit, I clicked the wrong button, sorry :(, here is the post again, this time I hope it's ok.

    There is a web www.muchoviaje.com that sucks a lot, when you enter there is a javscript that redirects you to a "netscape" page in wich they say how sorry they are, but download IE.

    I changed the user agent of mozilla to match IE 6 in windows 98, entered the page, notice that everything worked and feeled ok and mail to info@muchoviaje.com, so far the javascript continues to be there, and nobody asked me. I was polite and explained my arguments in a clear way, but they don't seem to care.

    It's a pity, but all I can do is to direct all the people who ask me to mozilla and to standard compliant web pages.

    Just my 0.02 (EUR)

  428. That's what YOU want from the net by spoco2 · · Score: 2, Insightful

    While you may want the web for just information and nothing else, some of us like to occasionally visit a site that's only point is to entertain via graphics, or demonstrate some very nice interactive graphics, sound etc.

    Why are you determined to LIMIT the web to be a text only domain?

    Sure my main use of the web is for text rich informative sites, but I don't want to be using a browser that can't support the entertaining flash driven sites with some very impressive graphical artistry if I wish to see them.

    Just because YOU only want text and static pictures does mean EVERYONE wants that out of the web... remember, when reading and posting on Slashdot you are conversing with a very limited subset of the web community... don't let your view of the web community be overshadowed by that.

    1. Re:That's what YOU want from the net by arkane1234 · · Score: 1

      ummm, entertainment?

      I've yet to see anything in the least entertaining in flash.. It's mostly been used to show you how 3l33t their company is.
      I hardly think that the amount of people wanting to get information is in the minority. I hear it all the time from people in the labs, "good god, what the hell is going on... why can't they just get rid of this plugin crap and get to what I want"

      What you think isn't necessarily the truth.

      --
      -- This space for lease, low setup fee, inquire within!
    2. Re:That's what YOU want from the net by spoco2 · · Score: 1

      Sure people want information from the web, but if they didn't want entertainment, how do you explain:
      OSDN visits a month: More than 5 million (Source, FAQ)
      AtomFilms unique visits a month: 18.7 Million (Source http://www.atomshockwave.com/mediakit/traffic_demo graphics.html)

      And what does AtomFilms do? They entertain. Lot's of plugins there... Shockwave, Realmedia, Windows Media etc.

      Yes Flash can be used for evil, it happens so very often... but there are some great uses for it, it provides high quality entertainment in a compact file format... nothing wrong with that, and sites like AtomFilms demonstrate just how good some of the uses can be.

    3. Re:That's what YOU want from the net by CProgrammer98 · · Score: 2

      Yahoo! games is a hugely popular entertainment site, with many tens of thousands online at any one time. (As I write this, there's 15,000 people just on Yahoo! pool) then there's MSN Gaming zone which is also very very popular. Admitedly, they're not flash but still entyertainment.

      Entertainment on the web is HUGE. The Web is many things to many people. To me it is a rich resource of knowledge that I use constantly at work, but when I get home I chill out and shoot some pool at yahoo, surf slashdot, read some other community hobby sites, check the news and sport, see what's on TV (usually nothing of interest!)...

      The Web has many many facets and we shouldn't disparage or discourage any of it. Well, ok, maybe except X10 and doubleclick.net :) ... but certainly entertainment sites have their place.

      --
      And the people shall be oppressed, every one by another, and every one by his neighbour Isaiah 3:5
    4. Re:That's what YOU want from the net by Isofarro · · Score: 2
      I don't want to be using a browser that can't support the entertaining flash driven sites
      I don't want to be using a browser, I'd rather have an intelligent agent to scour the web on my behalf and summarise what I need to know, offer me alternatives based on my criteria. That would return me a summary in my preferred format and allow me to flick through the personalised results.

      Unlike you, I don't see the value of sitting infront of a monitor all evening clicking links like a semi-trained gopher, gawking at flickery tricks like a magpie -- Oh look a blinky text cursor -- . I'd rather go out and see a movie on a large screen, a nice restaurant and finishing it with an exquisite company of friends. Not watching geekaws on a 17 inch monitor.

      Now with HTML correctly describing the structure of the content, I can spend more time with friends, and less looking at your blinky things. Because my agent will peruse your site, see nothing of value, and won't bother to record it (or add it to the trash filter of sites to avoid).

      Yes, there will be other people like you not having a life, and want to look at your geegaw portfolio. I have a life, the web is just a tool, and at the moment a manually-intensive tool, and judging by your efforts it will remain that way.

    5. Re:That's what YOU want from the net by Isofarro · · Score: 2
      Sure people want information from the web, but if they didn't want entertainment, how do you explain:
      OSDN visits a month: More than 5 million (Source, FAQ)
      AtomFilms unique visits a month: 18.7 Million
      Yahoo: 18 million visitors a day
      Google: 25 million a day
      MSN: 16 million a day
      BBC: 4.8 million a day

      Note: A DAY not a month
    6. Re:That's what YOU want from the net by spoco2 · · Score: 1

      That's such a very constructive post there, not at all personally attacking at all.

      If you're so non-geek and have such a busy life, what are you doing reading down to this level in a comment history within a Slashdot article on a decidedly geek based topic.

      Perhaps I too love going out with friends and spending quality time away from the 'puter, but also I may wish to have some entertainment on the web for those little dull moments at work.

      When did I say that I saw "the value of sitting infront of a monitor all evening clicking links"?

      Humph.

  429. Well, of *course* this is happening.. by DarkHelmet433 · · Score: 1

    Of course this is happening. That is the whole point of 'embrace-and-extend'. Microsoft isn't stupid. This was carefully calculated and is obviously working.

  430. But what would your client say? by Anonymous Coward · · Score: 0

    As a web designer I visit the forums and what I hear from many people is "I designed this site for IE6 under 800x600 resolution."

    So now I am going to throw down some statistics for april 02.
    IE6 32%
    IE5 55%
    IE4 3%
    Other 5%

    1024x768 41% (this surpised the crap out of me last time I checked it was at 10%)
    800x600 51%
    640x480 3%
    other 5%

    And dont' forget the 11% that don't use javascript.

    So the majority is prolly just designing for 32% of the population in the browsers and 51% in the resolution.

    This is not to say that the other 50% don't get a decent experience. But lets say that 10% - 20% don't get a good experience.

    So taking this lets go and sugest a senario.

    Your in a meeting with a client and your giving the client a go over on why you should build their webpage for them.

    "You can design this beautiful site for you. It is wonderful and it fits your image perfectly. and it only sacrifices 10-20% of your viewing audience. So do we havw a deal?"

    What do you think the response would be here? I am sure some questions would be raised as to why your firm feels the need to sacrifice this large portion of their viewing audience.

    I know that most companies want the most exposure possible, and that 1% of market share means a lot. So why in the world would they want to alienate that many viewers. The answer is they would not.

    Now. The solution is easy, and it is not relying on old outdated practices.

    There are a couple of new developements they are XHTML and CSS (PhotoShop / Gimp can come in handy as well).

    But by simply using and validating your CSS and XHTML you can quickly and easily design a page that reaches the majority of your viewing audience. Includeing Lynx. There are millions of resources available on both of these different technologies. the w3.org shows you most of them.

    You will end up in the long run saving time. By using this stuff well you will no longer need to worry about the tables hacks and the rest. You design your page and code your style sheet and your page is done. Easy to change easy to modify. No fuss no muss.

    Using XHTML and CSS has already alleviated the problems with the browsers and the resolutions. Those who study this don't have to worry much about their compatability, it is almost given once it validates. And even if it doesn't look right you can go in a modify a few lines to make it work on them all, not hacking your 18 tables that position your 2 images.

    The new discussions of these technologies are not browser compliance but making your webpages printer, wap friendly, accesible(handycap), and text only.

    It is not a big deal except that people don't like to take time to actually learn.

    But then all in all I just went preaching to the choir, and probabally rehashed the same thing you have been hearing for the past 3 years since CSS really started hitting hard.

  431. Why we still use NS4 by allrong · · Score: 1

    At the large astronomy research organisation where I am webmaster we still use Netscape 4.x as it is the only common browser that currently works properly on the older Solaris boxes. We tried Mozilla, but encountered problems - it's also a comparative resource hog.

    Don't think even NS4 runs on our Vax machines though.

    --
    What is the inverse of the Matrix?
  432. why netscape died. by v8interceptor · · Score: 1

    I am a web designer by trade. I love Internet Explorer. It rocks my world. Everything looks so nice in it. I also, by the way, love to develop in PHP and hate Flash.

    I hate Netscape - this article was written by Jim Clarke who co-founded it. To me, this article is akin to Mohammad Omar writing about how no one likes Taliban Afghans anymore.

    People dropped Netscape like an anvil in a WB cartoon in the late 90's because it simply an ugly, awful piece of software. Netscape 4.x is NOT a version 4 browser. It supports only a tiny fraction of HTML 4. Trying to do anything with Style Sheets in Netscape 4.x is like trying to do drag race in a Robin Reliant

    Then there of course was Netscape 6.0, which was at least HTML 4 compliant, but was as stable as Norman Bates.

    Only a while ago, Netscape 6.2 came out, and this was FINALLY something I would consider using as my default browser. But I had already switched to IE, and had no need to go back. At any rate, why would I want an old version of Mozilla packed to the sky with AOL propaganda?.

    When I develop sites, I make sure they work in Mozilla/Netscape 6.2+, IE 5+ (Mac/PC) and even though it pains me, Netscape 4+.

    The reason Netscape lost the browser war is not because of the Microsoft Evil Empire. Well partially - but the nail in the coffin was the fact that when IE 5 came out, the best that Netscape could manage was something like Netscape 4.72.

    Most users don't care what they use, the have no real software political agenda - they just know what they like, and what they don't like. And users just didn't like Netscape. I remember the vehement attack my own Mother launched on Netscape after using IE for the first time (after using Netscape 4 for a few years)... "my goodness, Netscape is really AWFUL!! I am so glad I've got Internet Explorer now!".

    --
    --- Why are you wearing that stupid bunny suit? | Why are you wearing that stupid man suit?
  433. I think they're just bad programmers.... by serial_crusher · · Score: 1

    If all the sites are designed for IE, then why do i keep getting JavaScript errors like crazy? For anybody thinking of saying "I don't get them", keep in mind that by default IE just hides the error messages and continues as though nothing happened. I think this is the source of most compatibility issues, and it's not so much a case of "only supporting IE" as it is "being to stupid to realize that IE is hiding the error messages generated by your seriously bad code".

  434. Well, I'm really not a big fan of Microsoft.... by r0ach · · Score: 0

    I'm not really a big fan of Microsoft, and I've been using Netscape ever since I first started browsing the web almost a decade ago, but you know what? Mozilla and Netscape DONT FOLLOW THE DHTML STANDARD.
    I'm down with open source, I'm down with Linux and all that good stuff, I run my own server and whatnot, and I've had plenty of sysadmin and web development experience with Linux and open source software, but the harsh reality of the situation is that Mozilla is at fault for not following the DHTML standards correctly, so no offence, please stop bitching and start fixing the problem instead...

    --
    -- www.RoachMcKrackin.com
  435. Re: GoLive by Anonymous Coward · · Score: 0

    (though most developers worth their HTML-salt will prefer DW over Golive! without exception)

    I find myself to be more productive and faster with Golive.

  436. HTML? by autopr0n · · Score: 2

    Since when is HTML programming?

    --
    autopr0n is like, down and stuff.
    1. Re:HTML? by Wakko+Warner · · Score: 2

      Since when is HTML programming?

      Since they extended the same term to include "Visual Basic".

      - A.P.

      --
      "Remember when the U.S. had a drug problem, and then we declared a War On Drugs, and now you can't buy drugs anymore?"
  437. IE to reign by Moakek · · Score: 1

    I hate to say this, but I think IE will dominate the browser market, the same way Windows has dominated the desktop PC (if it isn't doing already). I think IE's only challenger was Netscape but after that "browser war" the winner was IE. I gave Netscape 6.x a go, did not like it at all and haven't used it since. I think Opera is quite good but since it can't view all web pages properly, I gave that up too. Not a good trend.

  438. Time to move on.... by Anonymous Coward · · Score: 0

    As a web developer I am tired of making sure that my site(s) work for Nav 4.x. This year I said screw it and I only support IE 5.0+, latest Opera and zilla.

    Time for 4.x to be killed off.....

  439. "95% of users use IE, so why bother with others?" by helmutjd · · Score: 1

    This is like saying "My site is in Japanese, and only 5% of my visitors speak English..." Well, no shit.

    If your website only works under IE to begin with, do you really expect much traffic from people using Mozilla/NS/Opera/Konquerer/etc?

  440. No good docs for programming Mozilla by alonsoac · · Score: 1

    I sometimes break Mozilla simply because I don't have a good source of information on how it works. I use this when building dynamic websites:
    http://msdn.microsoft.com/workshop/auth or/dhtml/re ference/dhtml_reference_entry.asp

    That is the most detailed and complete DHMTL reference I have seen and I would love to have something similar for Mozilla.

    If it's not easy to be standards compliant I won't because I'm not getting paid for it. I like my pages to be standards compliant but I don't like to waste hours trying to make a page work in Mozilla if I'm not getting paid for it.

  441. Vis a vis cascading menus etc... by HKTiger · · Score: 1
    ...I've been surfing some user interface design sites lately, and have found a site of interest. Basically, they've done some mini-studies about how well people use those funky features. The results surprised me: not that well at all. And yes, I know it's not a statistically significant sample size, and 'twas done in a somewhat artificial way, but there's still something in what they say: cascading menus and all their flashy chums are irritating, and can often deter users to the point where the users give up and leave without completing their business.

    For me, simplest is best. If I want exciting piccies, I'll watch a movie. Fair enough for a site that must have moving pictures for whatever reason, but otherwise I just want the sleekest experience that lets me do stuff and get out.

    Oh, ogk, where can I put my face. Almost forgot the URL:

    http://www.uie.com/moreart.htm

  442. The Standards Ignore Reality! by MickNobody · · Score: 1

    Its not the the Web Developers ignore the standards its the to brosers themselves do. Face it the only good product ever turned out in Redmond is/was IE. I have tried to design cross platform sites, but its impossible. The best I can do is IE compatibility and Lynx compatability.....I hate to sound elitist but if you visit one of my sites using anything but IE 5+ you get plain text. Netscape is another story... I Netscape doesnt even follow its own standards... IE is the only standard available...its just a matter of time until its ported to linux..... As a matter of fact I do the majority of my code in QuantaPlus on a Slackware box......Yet after I have previewed my code in quanta the only browser that properly displays it is IE, not Mozilla, Not Konqueror, Nor Netscape.....

  443. Citibank worked on Ns4.7 for me, I think, by Anonymous Coward · · Score: 0

    (not sure, either Ns4.7 or Mozilla 0.9.1) but
    I didn't have any problems other than their unintuitive navigation.

  444. Moz first. by Aigantighe · · Score: 1

    Well, that's interesting.

    Me, while I still give due consideration to IE, I design first for Mozilla.

    All the QA folk here use IE, though, so I have to be careful.

  445. You've never worked as a Web developer, have you? by setmajer · · Score: 1

    Me: It doesn't work because the browser she is using only supports the capabilities set forth by some standards comittee. You know, a bunch of people sitting around a round table, arguing about some base set of features the web should have.

    Boss: How do we get it to work?

    You're already off in dreaming wish land here. I've had this conversation with bosses and clients hundreds of times in the past 6 years, and the actual response is:

    Boss: I don't give a damn why. Just make it work, or I'll hire someone who can.

    --

  446. Microsoft and Standards by wedge` · · Score: 1

    Install MSIE 2.0 and try to get anywhere within www.microsoft.com

    Last time I tried, I just got a bunch of error text. How's that for compatibility :)

  447. NOT the same as applications for Windoze only by setmajer · · Score: 2, Informative

    Designer: All of them? Okay...lets take a look at the possible conditions under which you can view a web site. You can have this generic looking site that will distinguish you from this peanut in that the peanut isn't on the screen, and it is dumbed down enough to be viewed by everyone. That's cheap. You can have this terrific looking site, but for every different scenario that you want someone to be able to view it under, it will cost an additional 'X' dollars. Or...you can develop for M.S., get 85% of the potential viewers, and have it cost the original quote"

    Me: You're incompetent. Next designer, please.

    I design and build sites for a living. I worked on the campaign that got an accessibility law analagous to the U.S.'s Section 508 passed in Germany. For very little additional development time (like less than 5%), you can build a site that will function correctly in damn near any browser you throw at it once you know what you're doing.

    You probably won't get fancy DHTML menus in Netscape 3.x, since that browser doesn't support DHTML in any form. It may look pretty bland in a browser with weak CSS support like OmniWeb. But it will function just fine in all of them.

    If you really must have the thing look 'the same' (not possible, really; never was; there's always a few pixels here or a differently-styled bullet there) in all browsers, I'll use a valid and accessible table layout (yes, it can be done) and call it a day. If you really want it done fast, I'll do the whole layout in CSS and use @import for the fancy stuff, then do a quickie stylesheet for NN4.x and bring that in via the <link> tag. NN4.x users will get colors, fonts, images, maybe even some of the JS goodies. The layout may be circa 1995 top-down boring, but it'll be perfectly usable. If another browser has issues, I'll just use one of assorted browser hacks to hide that bit of CSS. We're talking a couple of hours of testing and hacking, tops.

    Things do get ugly if you try to do a CSS-only multi-column layout that works perfectly in NN4.x. (I've done it, but it was a royal PITA). So what? If NN4.x is that big a deal for you, use tables and have done.

    Barring developer incompetence, there is NO reason on God's green earth why a site can't look great in Opera 5+, IE 5+ and Gecko-based browsers and function perfectly well in the rest without spending ungodly amounts of development time on it.

    Period.

    --

    1. Re:NOT the same as applications for Windoze only by Gorbie · · Score: 2

      Great point. I guess the question becomes "How many people buying the web programming/design services would have a clue about that"?

      My uncle is a developer and has written code for the Mac, Newton, Windoze, and many other devices/operating systems. Once he said to me "Programmers are the next Doctors and Lawyers. Everyone will need one, and the programmers will be able to charge what they want because the rest of the people do not understand what they are doing". While I thought this was a maligned viewpoint, I understood it. Some of the people that do this for a living will be honest and provide a good service. The rest of them will take advantage, and have been for quite some time now.

  448. N64 by Anonymous Coward · · Score: 0

    Which one, N64 or GC?

  449. BBEdit DID have CVS support by Ethelred+Unraed · · Score: 2

    What I don't understand is, in pre-OS X versions they DID support CVS (in combination with MacCVS). Since OS X, that support is gone.

    Of course, MacCVS and the UN*X CVS included with Mac OS X work rather differently -- MacCVS would write the CVS tag info in the resource fork of each file, whereas UN*X CVS has a directory "CVS" to store that same info. But I can't imagine that it would be that hard to change BBEdit's old CVS support to look in a directory named "CVS" rather than in the resource fork.

    Ah well...maybe they will have it again soon.

    Cheers,

    Ethelred

    --
    Everyone wants to be Ethelred. Even I want to be Ethelred.
  450. Compatible with a specific browser! NO! by Anonymous Coward · · Score: 0

    The issue is not about being compatible with a specific browser. Everybody's missing the point here - as long as you're creating standards compliant web pages any standards compliant web browser will render it properly, be it IE, Mozilla, etc. As we all know, standards is the way to go as it benefits everybody.

    I tend to think the blame should fall on both web authors and vendors of authoring tools. Even web browser vendors to some extend. IE is largely standards compliant, but the big issue is that it doesn't enforce standards compliance. Not good considering it's widespread usage.

    Even if a web page has been designated as HTML4 strict via a DTD, and thus rely on CSS to deal with the presentational issues, IE will happily render whatever you throw at it, falling back on old rendering mechanisms if necessary, when it shouldn't, ie. ignoring what should be displayed as block content or inline content.

    This doesn't help to teach would be web authors good maners. Most people are ignorant of these facts, and this is why everybody believes that IE is a better that any other browser - because it can render anything. Well, the truth is that it's only because IE doesn't exactly adhere to the standards, and it's sad when you think that MS is a member of the W3C. You would think they had some interests invested in the W3C and the adoption of web standards.

    MS could learn greatly by Mozillas way of rendering pages. Mozilla will react on the DTD of the web page and enforce standards compliance if the author has designated the page accordingly. I guess if MS did this, most pages created with FrontPage would break based on the DTD used, but then again everybody would learn the truth. In the end this would be a Good Thing, for all. Web authors would learn to adopt the standards, and vendors of web authoring tools would be forced to do so too.

    The end users using old browsers would have to upgrade for this to work. This is not much too much ask, really - it's easy to install a new browser, and the end user can pick any browser he or she likes, as long as it's standards compliant.

    Granted, some proprietary extensions to web browser will remain dependand on the particular web browser and indeed on the platform you're using. But if you need a flashy web page, that's fine, lock out some users, but remember to bug the creators of the proprietary extensions about it in the process. Maybe this will motivate them to support more browser and platforms, whatever.

    Remember though, much can be done with Java and you can make it work on most platforms. In my country (Denmark) some banks have successfully created complex homebanking solutions based entirely on Java. It's possible, think about it.

    Glory me, joy oh happy days! My first post, maybe I should register.

    Cheers,
    z

  451. We need to publicise the big named non conformers by Smid · · Score: 1

    I've found a few bigger named ones, but this might be prevalent in more british based websites, but there are often multi-million companies who have non conformant websites.

    Just give them a bit of publicity...

    www.tesco.com

    (I got an email from one of their customer service people saying my order was being dealt with, when I complained).

    Often I can't remember them now, because this has been going on for years (we can't upgrade our browsers in work, multi versioned solaris's, which needs OS patches to run netscape 6).

    If I had an online source of somewhere to submit my non compliant website, I would have probably submitted hundreds by now.

    The games site at blueyonder.co.uk (an isp?)

    www.bensonsworld.co.uk (told they don't care about my type of customers)

    www.gamesdomain.co.uk (after it got took over by BT open world)

    www.pcworld.co.uk (not joking. they assume you have a PC running windows and IE)

    I've found computer hardware sites being the worst, with over 60-70% of the ones I've tried in uk to cause my browser to core dump. Games sites come next, causing all sorts of problems.

    At one point hotmail wouldn't work with my browser for months. Still has java bugs with mozilla at home...

  452. Obvious Solution by cjb110 · · Score: 1

    Why not let Microsoft create the standards, and let them enforce it, document it, market it and support it, because obviously the current guys can't do any of that. Then they also have to pay for it.

    Or why not produce a product that is actually better than IE??

    --
    ----- I refuse to have an argument with an unarmed person
  453. Re:Adopt the standards. Gain customers by Juanvaldes · · Score: 1

    I assume this would be for his site so he would be privileged with such information, or it's just more /. bullshit...you decide.

  454. Reluctant IE Usage by Anonymous Coward · · Score: 0

    Just wondering if the internet usage of IE is simply because there was no real alternative to match its user experience. Most people drop NN4 as it became dated, and choose IE because it was there. For a while I had to use and develop for IE, although most of the time the page rendered in NN4 as a by product. Perhaps subconsiously I was still developing with NN4 in mind.

    NN4 is a real B* (infer word as you wish) to develop for, in fact its so buggy it gave my coding the same asthetic feel as speghetti junction. I decided about a year ago not to develop any more web content for it and adopt a motto if it aint compilant it aint worth bothering with and that goes for IE 4 as well. Simply put I develop for W3C compliance at work and home and modify for IE at work. Mozzi (sorry three sylabols is far too much) is fine with it, and hopefully so is K.

    As an aside, Nature does not cater for the obsolete, and evolution is the norm so why should web developers or the web cater for the dumb terminal browsers. Old browsers should all be consigned to the waste bin of evolutionary dead ends along with Flash, Java Applets and HTML 3.1. The web evolved and these browser didn't, and like nature, they should not be (and are not) catered for.

    IE and Mozilla are free so there is no excuse for users not to have uptodate versions of both on their system.

    Now there is an alternative perhaps once again users will have more than one browser on their machines, hell, I have even persuded my employee that that should be the case.

  455. or... UltraEdit by frostman · · Score: 1

    I'm a big fan of BBEdit for Macs, just wanted to mention that in the Windows world hardcore handcoders continue to swear by UltraEdit, which has a lot in common with BBEdit (also in the history and ethics of its development).

    --

    This Like That - fun with words!

  456. Don't forget to compliment good designers. by jotaeleemeese · · Score: 2

    Every time I go to a new site that works flawlesly with Mozilla/Linux I drop a quick mail of appreciation explaining why I used their site.

    People that stick to standards and do the right thing normaly answer back and are very grateful for the encouragement they receive from paying costumers (then they can show evidence that sticking to standards does really pay).

    --
    IANAL but write like a drunk one.
  457. Boycott CapitalOne!! by kayakgreg · · Score: 1

    Their brain-dead online account services web application only allows Internet Exploder and older versions of Netscrape.

    The only way we can get these idiots to support browsers other than Micro$oft's virus-friendly browsers is to not use their services and swamp them with complaint email.

  458. DTV / STB by Martin+Spamer · · Score: 2

    This is not just a problem for PC users, it is a bigger problem for alternative access devices, for example STB's for Digital TV services which are increasingly Web enabled. A large propotion of web-sites do not work [well] because the web developers make assumtions that the access device is a PC.

    This plays into Microsoft hands, because most alternative access devices are disruptive technologies that could break the Microsoft monopoly because most IP enabled STB's are Linux based. Some examples: http://www.linuxdevices.com/news/NS4506518394.html

    Consider Slashdot & Google, these render poorly even on fully standardised DTV & STB's.

    The biggest problems are:

    1) Hardcoded widths in tables and frames instead of proportional.
    2) Colour Saturation levels are too high for TV's.
    3) Using proprietary web extensions like Flash, PDF, Real.
    4) Poor Standards (www.w3c.org) support.

    The most common Browser for on DTV systems is ANT's NC Fresco Browser (a Mozilla derrivative).

    So if you find 'NCBrowser' or 'NCFresco' in the User Agent, you now know that it is a DTV/STB.

    If you want argue that you get few/no visits from STB's, well you won't if you don't support them, so build it and they will come.

  459. Oh dear... by jotaeleemeese · · Score: 2

    I want information, relevant information, not idiotic flash snipets.

    How is people going to use search engines if everything is in Flash...???

    --
    IANAL but write like a drunk one.
  460. This discussion is pointless. by Azureash · · Score: 0

    As much as I wish it were otherwise, the market dictates the technology, not the other way around. The funny thing is that this discussion is taking place on Slashdot, which is horribly uncompliant with any W3C standard. Unfortunately most of the tech community are hypocrites that would rather spout off than work together to find a solution. Which is why Microsoft is still around...(sigh)

    --
    Look at my karma - I'm bad, just like Michael Jackson!
    1. Re:This discussion is pointless. by wessman · · Score: 1

      I have to agree with Azureash here.

      I have tried to be a standards follower, testing in Netscape, Mozilla, Opera, etc., but in the end, if I need to do something unique and it works in IE, then I run with it. That is why all my websites state at the bottom that "this site is best viewed in IE 5 or higher."

  461. Re:The sad truth - everyone has IE. by pete-classic · · Score: 2

    I think the phrase "legitimate business reason" was removed from my original post in the drafting process. I needed UNIX more than I needed corporate email, to be honest. I had manager approval, etc.

    The point, however, is that if the site 1. complied with some W3C standard and 2. worked with IE, I would have been fine. I'm not demanding testing with my browser. That's, in fact, my core point. Testing with one browser and an SGML parser is no harder than testing with two browsers, but it puts the onus on the browser vendors when stuff breaks. Writing valid code is certainly no harder unless you have developed bad habits. Debuging valid code is easier.

    -Peter

  462. Re:Standards according to who? by Havokmon · · Score: 1
    • No.. You just need to try harder, or do it differently. Sure, I have a site that works a little better in IE (the TD background color is changable - remotely - in IE, as a highlight, while not in Opera/NS), but if I used an image instead, it would work just fine.

    Try assigning a class to that TD and then assigning a hover value to it. Or even doing a p hover. Some derivative of that should work on NS 6+ or Mozilla.

    Since you're getting specific ;)

    Check out testsite.valeoinc.com/valeoinc.com

    You'll see basically two options. In IE, the menu lights when you do either a hover on the menu or a hover on one of the two images. Granted, I could have the Javascript code wrong.

    Yeah, I COULD make the menu work with just a hover, but it doesn't seem "right" to me.

    Last time I played with it, Mozilla would change the TD background, but the text still had a black background. So I left it without a highlight. The link is functional, and it's an obivous menu item. I saw no reason to spend more time on 'flair'. I don't think the 'experience' is affected at all.

    BUT, if you have a suggestion, I'm welcome to it. :)

    --
    "I can't give you a brain, so I'll give you a diploma" - The Great Oz (blatently stolen sig)
  463. Re:No. You are wrong. by Isofarro · · Score: 2
    Actually it will work in ns4, but only because I put in a server side hack to detect NS and send it a blank style sheet.
    Another wheel reinventor! What is wrong with
    <style type="text/css">
    @import url(/path/style.css);
    </style>

    Or is your solution the proverbial triangular wheel, eliminating the extra bump from the square wheel implementation?
  464. Re:Of course --Right! by Fucky+the+troll · · Score: 0

    I only ever use Visual Interdev now (HTML view only, of course). I used to use textpad, but found Visual slightly better for projects and stuff.

    My main focus of work is to fellow employees, and I know they all use IE. There are *some* people who access from home PCs, but it doesn't matter if they can't see it properly 'cause they can still come in to the office.

    --






    Roadkill is yummy.
  465. Re:The sad truth - everyone has IE. by Fastolfe · · Score: 1

    I agree that developers should ensure that their output passes a validation test. We're actually starting to move some stuff to XHTML, so this will be even easier as time goes on.

    Our testers, though, are still just going to test exclusively with with the company-standard browser for internal company sites.

    So in theory, keeping the applications honest will allow them to be used by a number of different browsers. In practice, though (and this is becoming less of a problem as browsers standardize), even standards-compliant apps will fail to render as expected in different browsers. For our specific situation, though, it's not worth it for us to go that extra mile for stuff that isn't public-facing.

  466. Standards by grandslam · · Score: 1

    Why should all the web developers be forced into developing for multiple browsers? Aside from IE, Opera, Mozilla, etc., there are a ton of other browsers such as Web TV, AOL, and alot of no-name browsers. How can a developer be held responsible for making sure their site works on every browser. I think the browser developers should take a stand and start conforming to some standards, all of them, including Microsoft, Netscape, etc. It's like Java, anyone can develop Java and it will run on any machine because their is a common language interpreted by a JDK developed for multiple OS's. If html tags, javascript, dhtml, etc. had a common "interpreter", there would no longer be an issue. This is not Microsoft's fault, it is an industry problem caused by every browser developer's lack of conforming to a common standard, no matter what that standard may be.

  467. Re:Of course --Right! by Anonymous Coward · · Score: 0

    So you installed Frontpage as an FTP replacement ? *LOL* Uninstall Frontpage and run iexplore click on the File/Open. Type in the URL to your webpage. Check of "Open as webpage".

    Now why the heck did you install Frontpage....

  468. What an idiot by Anonymous Coward · · Score: 0

    Both you and your boss...

  469. coding for all browsers by Patrick13 · · Score: 2

    Well, the problem I have is that there is no emulator for "all" browsers. I test pages with IE 5 & 6, Netscape 4.7 & 6.x, k-meleon and Lynx. I happen to have an iBook, so I also check IE & Netscape on that machine.

    The real problem, at least for me, is that it is fairly inconvenient (no to mention unrealistic) to test sites with every browser that has ever existed.

    I don't design out of preference to one browser over another, but the truth, there is not one web browser that interprets HTML 100% correctly. Different brands and different versions have introduced their own particular bugs.

    Its true that 90% of my visits are from users with IE running some version of windows. But I do take the time to make sure someone can view it with Mac browsers (mac's IE 5.0, for example had several bugs in it when loading tables, fixed in 5.1).

    The best I can do for everyone else is use a browser based on the Mozilla engine (K-Meleon) and lynx, the theory being that if the site works with these 2 browsers, it should at least be viewable for any others.

    The results aren't always pretty when you aim for wide interoperability. But at least they work.

    I hate flash. IMHO, the only thing more pathetic than a flash intro page, is an HTML page that says "click here to see our Flash presentation".

    --
    ::.. check out some Cell Phone Reviews
  470. Re:The sad truth - everyone has IE. by pete-classic · · Score: 2

    Well, as often is the case, the debate has become one of semantics.

    If your "XHTML" isn't valid it isn't XHTML, is it? If you are testing (as opposed to validating) with an out-of-compliance browser you don't even really know if you are writing XHMTL, do you?

    And, as I said, I don't expect "you" to make any special allowances for my browser, and I certainly don't expect you to test against it. But if you don't write some form of valid HTML I can't even write a useful bug report for my browser vendor.

    That makes you part of the problem. Internal site or no.

    -Peter

  471. It's not just the browser: what about resolution? by arrogance · · Score: 1

    I've got a 1600x1200 resolution screen. I'm being discriminated against through table widths that are too small. About 20% of the websites I visit that have images or tds that span the width of the page aren't wide enough. CmdrTaco, you're guilty too!

    HELP! I'M BEING OPPRESSED!

  472. Omniweb 4.1 no likey your front page by Anonymous Coward · · Score: 0

    so forget lynx...what about Omniweb? it does a pretty good job (CSS/JS/etc). It's not IE or Moz, but apparently your javascript doesn't seem cross-platform enough. What I'm trying to say it that you aren't just having problems with console browsers, dude.

  473. Mozilla is cool by chill182 · · Score: 1

    When I designed www.bitsmack.com (shameless plug) I always look at it in Mozilla first and IE second. So far I haven't run into any compatibility issues. There is an upside to this article, if companies started making their sites compatible with Mozilla they might find a way to get their stupid pop-ups to work (so far using Mozilla has all but completely stopped pop-ups).

  474. Re:The sad truth - everyone has IE. by Fastolfe · · Score: 1

    Forcing XHTML means we're forcing XML, which tends to enforce better HTML coding habits in the first place, and is easier to validate. That's all I was trying to suggest.

    I simply don't understand how you can label me part of the problem when I've said multiple times that we have a very extensive lab that we use to verify that public-facing sites function with a diverse set of browsers. I don't make the decisions as to how that testing occurs, be it with an HTML validation tool or other forms of software and human testing.

    I also can't believe you'd advocate two to three times the testing and extend development times simply to support non-standard browsers that make up a stubborn 0.01% of employees that might use them. This does not make good business sense. Coding to standards is only part of this picture.

    In an ideal world, all code would adhere strictly to standards, and all browsers would render those standard-compliant documents perfectly. This is not an ideal world, and development time and testing cost money. While I personally (like you, I believe) do not feel this should be neglected on web sites that have a non-specific intended audience (e.g. public-facing Internet sites), I see no reason to not apply only a subset of these development and testing measures when you have a very specific target audience. This in no way reduces the expectations of public-facing code, and simply allows us to reduce development and testing times (which cost money!) for internal sites.

    Perhaps we'll just have to agree to disagree here Sometimes the needs of the business outweigh technical wants. Even though I am one of the biggest supporters of W3C standards and validation in the web group at my company, I nevertheless recognize that there are overriding business needs to take into account here as well.

  475. Re:The sad truth - everyone has IE. by pete-classic · · Score: 2
    we have a very extensive lab that we use to verify that public-facing sites function with a diverse set of browsers. I don't make the decisions as to how that testing occurs, be it with an HTML validation tool or other forms of software and human testing.
    Who is talking about your "public-facing" pages? Not me.

    We seem to be hung up on testing and validation. Think debugging vs. compiler errors and warnings.* Somehow it became okay for "web designers" to pass off code that isn't HTML as HTML. How did that happen? I guess the same way it almost became okay to pass off non-Java that works with J++ as Java . . .

    So, yes, my opinion is that web sites, even internal ones, should be based on actual, valid (and by implication validated), HTML.
    also can't believe you'd advocate two to three times the testing and extend development times simply to support non-standard browsers that make up a stubborn 0.01% of employees that might use them. This does not make good business sense. Coding to standards is only part of this picture.
    Are you trolling me or what? I specifically said that I don't expect you to guess what browser I am using and test against it. My suggestion, in fact, was to do more (some) validation followed by less testing. In fact, I'd wager that the over all testing cycle would be shorter if you started by validating your HTML.
    In an ideal world, all code would adhere strictly to standards, and all browsers would render those standard-compliant documents perfectly. This is not an ideal world, and development time and testing cost money. While I personally (like you, I believe) do not feel this should be neglected on web sites that have a non-specific intended audience (e.g. public-facing Internet sites), I see no reason to not apply only a subset of these development and testing measures when you have a very specific target audience. This in no way reduces the expectations of public-facing code, and simply allows us to reduce development and testing times (which cost money!) for internal sites.
    You clearly didn't comprehend my previous posts. Allow me to spell it out a little more clearly.

    I worked at a company who's internal website was unusable in any browser except IE. (It was the same story for the corp email.) Running UNIX was a job requirement for my position. The company gave me 1 PC. I had neither the time nor the disk space to dual boot. They wouldn't buy me a VMWare license.

    You tell me how to reconcile all of the above without buying another PC (or VMWare) out of my own pocket.

    Explain to me how it makes business sense to go out of your way to write a web site to a specific browser, to the exclusion of all others, when you have employees who cannot run that browser.
    Perhaps we'll just have to agree to disagree here Sometimes the needs of the business outweigh technical wants. Even though I am one of the biggest supporters of W3C standards and validation in the web group at my company, I nevertheless recognize that there are overriding business needs to take into account here as well.
    I'm not prepared to agree to disagree based on that premise.

    The fact is that writing actual HTML is no harder than writing non-HTML (at least for someone who legitimately claims to be able to write HTML), and it is considerably easier to debug. The fact is that anyone who claims to be writing HTML and isn't is a twit at best and a charlatan at worst.

    The reality is that people are promoted to their level of incompetence and web designers are generally at that level. Most have no understanding of the technology that is their "area of expertise" and are just GUI monkeys that can drag shapes together to make flash animations and follow "Dummies" books to make barely-working sites that are "cool" because the menus expand when you hover over them (in IE, it crashes NS4.x (which is a separate rant), and causes newer browsers to be unable to render the page due, at lest in part, to undefined use of HTML tags).

    The bottom line is that most IT employees suck at their jobs, and most IT services hover around the line of total uselessness due to incompetent design and administration.

    -Peter

    * God this pisses me off. In my mind this is analogus to saying "Our C program throws a gazillion warnings, but it compiles with the particular sub-version of the compiler we are using at the moment and it seems to work with the test data. Any more testing would be a waste of money. Fuck it; were shipping it."

    Beyond this is the fact that so many "web designers" are frustrated wanna-be artists who think that their site is a work of art, and that the media is the message. I've got news; the message is the fucking message**. I don't give a shit that you graduated top of your class in graphics design at Shitheel Technical College, I actually want to know what the number to HR is, or what's for lunch in the cafeteria or how to change my 401k. Get over yourself and give my browser the INFORMATION (That is what the "I" in "IT" stands for!) in a format that my browser, whatever it is, has a fighting chance of parsing and presenting to me however I damn well please. If I want to use FooBrowser2000 on a black & White monitor at 320x240 with a gigantic font that ain't your fucking problem, Monet.

    -P

    ** I think I have a new sig!
  476. Re:The sad truth - everyone has IE. by Fastolfe · · Score: 1

    Running UNIX was a job requirement for my position.

    It sounds like your job requirements were counter to your company's standards. You have a legitimate gripe, but it's against your company, not the web designers. They made a conscious business decision to accept what may very well be "faulty" code in their web sites and/or to hire designers without requiring them to adhere to standards.

    I think you should petition your higher-ups to spend the extra money to train your developers to learn how to standardize their HTML output, purchase better authoring tools that generate clean HTML output, and get more testing time against your sites to ensure everything validates cleanly and appears as expected in your web browser. What do you think they will say to that?

    Being simply standards-compliant is not enough. Standards-compliant code may still appear differently in different browsers. Testing must be performed if you want to view that page as designed in your browser of choice.

    In fact, I'd wager that the over all testing cycle would be shorter if you started by validating your HTML.

    I agree, where "testing" in this discussion refers to the look-and-feel of the site. With full-blown usability testing, you're primarily checking the functionality of the site, and that's generally done once for each set of browsers being targeted. Look-and-feel is part of that, obviously, but isn't all of it. It's arguable how much testing time would be saved by having your developers take the extra effort (if any) to ensure their application always outputs valid HTML.

    The fact is that writing actual HTML is no harder than writing non-HTML (at least for someone who legitimately claims to be able to write HTML), and it is considerably easier to debug.

    This is fantasy-land, or for small firms that may wish to spend more money to hire people that really understand what they're doing. In the real world, your bottom-rung "web authors" do not have an exceptionally high degree of training, which is pretty much what you say in the next paragraph. I'm not saying this is good, but it's the real world.

    In addition, some web sites have content backed by more than one application, possibly done by more than one development group or even generated by 3rd-party applications. Fixing a web page that doesn't validate 100% is frequently a little more complicated than calling Bob the web guy and having him clean up his code.

    In my mind this is analogus to saying "Our C program throws a gazillion warnings, but it compiles with the particular sub-version of the compiler we are using at the moment and it seems to work with the test data. Any more testing would be a waste of money. Fuck it; were shipping it."

    HTML validation problems aren't nearly as severe as warnings pointing out a potentially serious vulnerability in code. You are unlikely to find exploitable buffer overflows in HTML. I understand and empathize with your point here, but it's a bit of a stretch.

    I've got news; the message is the fucking message**. I don't give a shit that you graduated top of your class in graphics design at Shitheel Technical College, I actually want to know what the number to HR is, or what's for lunch in the cafeteria or how to change my 401k. Get over yourself and give my browser the INFORMATION (That is what the "I" in "IT" stands for!) in a format that my browser, whatever it is, has a fighting chance of parsing and presenting to me however I damn well please.

    Agreed, 100%. However, the people building our web site content are not the ones designing HTML. Frequently our content managers have no knowledge of HTML. They just click the bold button. It's those back-end systems, 3rd party applications, and developers in another group that actually get all of that turned in to HTML. This may be the key bit where our environment may differ from what you're used to. If we were talking about one person drawing up HTML documents all day, you're right, it's nothing to just pump these through a validator before slapping them up on a web site.

    Look, I hear what you're saying. Coding to standards is really the way things ought to be. The reason I threw testing in there was because it seemed like your gripe was actually due to the fact that things did not render in your browser of choice. I was trying to point out that even standards-compliant code may not render as you expect. I frequently come across code that actually does validate with no errors whatsoever on some of our internal web sites, but the site fails to render as expected (sometimes making it very difficult to use) in browsers not supported by the company. Coding to standards only goes so far, and for internal use, actual usability testing is given precedence over ensuring that <p> tags are properly terminated.

    All that managers look at are numbers. When figuring out how to design and test web sites for internal use, they go with the cheapest method for developing the sites safely, and the cheapest method for testing these sites completely, so that all employees should theoretically be able to use that site without problems with the minimum of expense. Things like strict HTML or XHTML validation are perks at this point.

    Your case is peculiar because somebody made the decision to go with this site development model while simultaneously requiring a percentage of its workforce use alternative web browsers. That sucks, but it was a business decision. Estimate the costs involved in getting all of the company's sites viewable in your browser (include training and additional development time to get these sites validated and standards-compliant if you prefer) and compare that with the costs saved by letting you view these sites at your PC instead of another company-provided terminal and make a managerial decision.

  477. Web Designers: Design For All or None by Anonymous Coward · · Score: 0


    I've spent 6 years in web design and have seen seen the evolution from no tables to CSS, Javascript and more. Same problems. As the browsers continue to use their audience as political pawns by refusing to follow the spec, this will inevitably be a war that will only be won by people who STOP playing to the browsers. This means:

    1. Stop using browser-specific code.
    2. Just because the majority use IE doesn't mean that all others should be excluded from using the Internet (since when did Microsoft become the democracy?)
    3. Use cross-browser AND cross-platform code. It if doesn't work, don't use it. Why? Because when people keep using it then eventually browsers support it above the spec. Stop using it and stop allowing the browsers to use YOU as their political pawns.
    4. Sometimes webmasters *do* care. Don't judge people by their position in the company. As a webmaster, I've had to be forced to design IE specific pages because Marketing pushes to tell me I have to because it's "the" audience.
    5. Make a statement. I can't stand the political practices of Microsoft and refuse to use or support IE as a browser. This doesn't mean I don't test in it - I do. I just refuse to use it myself.

    I think anyone who can justify design for IE only should take a look at the history of the Internet and to think seriously about WHY it exists - for everyone to SHARE information and ideas.

    I think the other issue that is often not addressed is the rise in designers/webmasters using editors. I have seen people who claim to be designers or developers and don't have any idea of HTML. Or they know HTML but don't know what to do when it breaks in the browser. And don't understand what the section 508 spec is about or even what the w3c is. I think that's sad. Very sad. And that's the future of the Internet: misinformed designers/developers, company politics, browswer wars, lack of standards, etc. It's as if we were in kindergarten.

    A previous post mentioned that their resume says that they have to design for the majority, that is IE. I definitely hope I never hear that on my staff or that person will be fired immediately. That is completely unacceptable. If you can't design for everyone then don't call yourself a WEB designer/developer. Call yourself an IE Pawn.

  478. Coding for all browsers by Anonymous Coward · · Score: 0


    Coding for all browsers is easy - if you know the code. If you don't, of course it won't work well. Know the limitations of each browser and refuse to use code that doesn't play friendly.

    Consider it a challenge to let ALL USERS see your website and not just IE. How would you feel if you didn't like IE and wanted to see a website?

    The arrogance in this industry peeves me.

  479. Re:The sad truth - everyone has IE. by pete-classic · · Score: 2
    You have a legitimate gripe, but it's against your company, not the web designers.
    What can you possibly mean by this. I have a gripe with the board of directors? It is ultimately "management's" fault, particularly the manager of the web designers. But to some extent it is the web designers fault. The ultimate responsibility falls to the technical level to make sure things work. Their manager was probably only vaguely aware that something other than IE exists. It is up to technical folks to inform management.
    I think you should petition your higher-ups to spend the extra money to train your developers to learn how to standardize their HTML output, purchase better authoring tools that generate clean HTML output, and get more testing time against your sites to ensure everything validates cleanly and appears as expected in your web browser. What do you think they will say to that?
    I don't work there anymore (laid off) so they'd probably say "Leave the property or we will call the police." ;-)
    In the real world, your bottom-rung "web authors" do not have an exceptionally high degree of training, which is pretty much what you say in the next paragraph. I'm not saying this is good, but it's the real world.
    Get out of here. The entire XHTML spec is 30 pages long (in PDF). If you can't digest 30 pages of material in a week or two you have no place in this business.

    If you are in technical management and you keep someone like this in your org for more than a month you need drug out and flogged.
    HTML validation problems aren't nearly as severe as warnings pointing out a potentially serious vulnerability in code. You are unlikely to find exploitable buffer overflows in HTML.
    Woah! Exploitable bugs are a miniscule portion of the bugs out there (and are unlikely to throw warnings besides). I know they get all the ink, but let's be for real.

    I'm just talking about quality, and how disturbing I find it that "our current dot version of IE" is the gold standard of HTML quality in corporate America. Disturbing on several levels.
    I was trying to point out that even standards-compliant code may not render as you expect.
    Ah Ha! Now we've hit upon something. The problem, clearly stated is that web sites and web browsers both approximate the specifications to widely varying degrees. This causes a less than ideal coincidence of interoperability.

    There are two general approaches to resolving this problem. First, pick two (or maybe more) particular release versions of particular browsers. Write some gross approximation of HTML (or "better yet," let FrontPage do it for you) then make ad hoc changes until it happens to mostly work in both (or all) the selected browsers. Second, write actual HTML, then resolve any issues with your selected browsers by eliminating problematic elements.

    The first creates an unmaintainable mess of javascript browser detection routines and hacks that are sure to break in the next few point releases of you pet browser. It also reflects a defeatist attitude about browser standard support, which I believe to be self-fulfilling.

    The second attempts to add to the harmony between web sites and browsers. The only actual disadvantage of this approach is that it doesn't give web designers the opportunity to masturbate to DHTML menus.

    The real point, however, is that you can only positively influence the situation by 1. writing (and encouraging others to write) valid HTML and 2. reporting failures to properly render valid HTML to browser vendors.

    Key to this is the fact that I believe that this can be done not only without additional expense, but at a development savings long term. (Yes, "long term," that magical phrase that sounds like silence to a manager's ears.)

    To illustrate. Before the UNIX consultant gig I've been talking about I worked as a phone drone at Dell. Dell took exactly your attitude towards web development. When IE4 was released we were forbidden to install/run it (but were expected to support it, which was fun). They worked and worked on the site, which had been designed around IE3's quirks. It seems that IE4 has a completely separate set of incompatible quirks. Finally, because of Dell's "special" relationship with MS we had to start moving workstations over to Win98 which includes IE4. What a fiasco.

    Things really haven't changed that much since then. The fact is that if you use "advanced browser features" you end up locked into a browser brand and version. Who wants to be in that pickle? Or, if you'd like, who wants to go to the CFO to explain that the web devel budget needs to be doubled for the next three quarters so that the crufty IE8 site can be refactored into a crufty IE9 site?

    I guess the same guy who in the late seventies wanted to go to the CFO and explain that only IBM peripherals would work with that spiffy new IBM mainframe, and cost 230% of what everybody else's peripherals cost.

    -Peter
  480. MSFF Apache Module by SgtChaireBourne · · Score: 1
    --
    Beta is broken and the link to classic doesn't work. Stop wasting our time or there won't be anybody left here.
  481. Re:Omniweb 4.1 not finished on CSS, JS by TheInternet · · Score: 2

    hat about Omniweb? it does a pretty good job (CSS/JS/etc). It's not IE or Moz, but apparently your javascript doesn't seem cross-platform enough.

    OmniWeb's CSS and JavaScript (ECMAScript) support is not complete, and therefore, will have problems in some situations, even if the site is authored to spec.

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
  482. CSS makes life better in many ways by TheInternet · · Score: 2

    A lot of the craziness involving nested tables goes away if you use CSS, like W3C recommends.

    It's not perfect, but I can't imagine going back to all those nested tables, single pixel hacks, etc. It's such much easier to maintain.

    - Scott

    --
    Scott Stevenson
    Tree House Ideas
  483. Flash the illiterate disabled? by Domo-Sun · · Score: 1

    Do you know what flash-pages look like on Pentium 233?!
    Do you know what it looks like on an SGI?


    And do you know what they look like to the illiterate???
    How about to the blind and disabled?

  484. Re:Standards according to who? by paulbiz · · Score: 0

    (Assuming you're not just trolling, given the title of this article...) Virtually every line of the source of that page contains invalid HTML according to recent (2+ years old) standards. Since you don't specify a DOCTYPE, I'm assuming it's supposed to be using the current standards, because, since you don't tell me what it's supposed to be, I can assume anything I want. And so can a browser, which might be one reason why it doesn't look the same on different pieces of software.

    Perhaps you should read & conform to the standards before being so quick to blame it on browsers... Stop using obsolete & invalid HTML. XHTML 1.0 is 2.5 years old already, and you're still not using it? It really isn't that difficult.

    Check out the XHTML Recommendation, specifically Chapter 4 which will give you the basics on making the transition from HTML 3 or whatever you're using into the current, mature standard. View the source of that page as well, as it is composed in proper XHTML 1.0.

  485. Re:The sad truth - everyone has IE. by Fastolfe · · Score: 1

    The fact is that if you use "advanced browser features" you end up locked into a browser brand and version.

    Agreed. My comments were geared more towards testing and supporting a particular browser, though, not towards writing for a particular browser. We discourage writing for proprietary features of a web browser just on general principle.

    Aside from that I mostly agree with all of your other points, though I still think less of the mainstream web guys than you do. Maybe all of the companies I've worked for have just been dominated by below-average employees that should not have been in those positions, I don't know. We certainly have a number of people that do know how to write clean code, and how to build applications that output clean, validator-friendly code, but generally these guys are in positions a little more advanced than a typical web monkey.

  486. Re:The sad truth - everyone has IE. by pete-classic · · Score: 2
    At the risk of making this the thread that never ends . . .
    My comments were geared more towards testing and supporting a particular browser, though, not towards writing for a particular browser.
    Well, I don't know how to be any clearer that I don't want you to guess what browser I am using and test against it.
    We certainly have a number of people that do know how to write clean code, and how to build applications that output clean, validator-friendly code, but generally these guys are in positions a little more advanced than a typical web monkey.
    This is a management issue. Like I said, 30 pages. Those Sr. guys should be spot-checking the grunt's work. People will work up (or down) to expectations.

    -Peter
  487. Re:IE has the most users by Anonymous Coward · · Score: 0

    Hmmm...
    And yet when I go to your site, http://www.hardcoregamers.com/ I see halves of paragraphs chopped off for no apparent reason (IE 6.0). To be fair, I checked it out in NN, and it looks fine.

    But... still pretty lame.

  488. Re:Adopt the standards. Gain customers by MS · · Score: 2
    Sorry, I cannot publish the full data - I'm sure you understand this. But believe me: it's true.

    The first three months of last year (jan - mar 2001) were even more interesting:

    • visitors: 71% MSIE, 23% Netscape
    • buyers: 49% MSIE, 51% Netscape
    So again: Netscape users are 3 times more likely to buy something, than a visitor which uses MSIE.

    For the same period of 2001 we analyzed also the visitors for different sections of our mall:

    • Fashion, T-Shirts: 80% MSIE
    • Coffe-related products: 56% MSIE
    • Wine: 44% MSIE
    • Gourmet products: 40% MSIE
    We hardly sold any t-shirts, but the mall is selling lots of wines to lots of returning customers.

    The numbers have now obviously shifted towards MSIE, but still Netscape is *very* important for anyone doing e-business.

    Markus Senoner

  489. I wasn't aware of that. by autopr0n · · Score: 2

    I wasn't aware you could do that. Next time I'll do it that way.

    --
    autopr0n is like, down and stuff.
  490. Re:Coding to standards should not even be a questi by doom · · Score: 2
    But I want to use those special IE-only features!

    Most of the world can do without page transitions. If you need some special eye candy, it can most likely be done with Java, Flash, or plain old DHTML coded properly. The flash plugin exists for the major browsers (and works under linux too) and can be done properly, but again that takes some work on the developers part.
    I agree with most of your rant here, but I want to make the point that "Flash" is definitely *not* a standards-based technology. In principle, a Macromedia dominated web would be no better than a Microsoft dominated web.
  491. Re:Coding to standards should not even be a questi by WebMasterJoe · · Score: 2
    I agree with most of your rant here, but I want to make the point that "Flash" is definitely *not* a standards-based technology. In principle, a Macromedia dominated web would be no better than a Microsoft dominated web.

    Of course it isn't a standards-based technology. I never said it was. The reason I suggest flash as an alternative is that is is supported under popular browsers in Windows, Mac OS and Linux. Also, the swf file format is open, so that you can actually create swf files with other tools, such as PHP.

    --
    I really hate signatures, but go to my website.