Slashdot Mirror


When Should You Stop Support for Software?

hahafaha asks: "I am currently working on a website for a small organization. We (I am not alone in this) have a beta version ready, and are currently testing the site on browsers. We have tried all of the big browsers (Firefox, IE, opera), as well as other browsers, such as lynx, links, w3m and even NetFront. So, when can one decide that they will stop supporting a system. Obviously, going (for example) down to IE 1 is crazy, but is IE 3 crazy? This is not only relevant to web design but to any programming at all. When, for example, can you say that I will *not* support a certain version of Windows. Can you say that now about Windows 98? How about 95?"

49 of 438 comments (clear)

  1. Depends... by ndogg · · Score: 5, Insightful

    Depends on if you consider x% of the interweb population to be valuable to your business.

    --
    // file: mice.h
    #include "frickin_lasers.h"
    1. Re:Depends... by unoengborg · · Score: 4, Insightful

      It is not as simple as just look at the percentage of users that use a certain browser.

      The choise of browser also is an indication whether the user is likely to buy something or not, at least if you sell software or some other computer related thing

      A user that still runs IE3 may be less likely to change things, or buy anything new than a user that runs the latest version of IE or even have shown enough initiative to upgrade to Firefox or Opera.

      So 10% user share for Firefox, would likely be of more business value than 10% IE5 users.

      --
      God is REAL! Unless explicitly declared INTEGER
    2. Re:Depends... by whorfin · · Score: 2, Insightful

      This is not a valid argument. It's all about target market, opportunity cost, and diminishing returns.

      It's like saying an underwear manufacturer is stupid for eliminating 40% of their market by making underwear that is designed for women. My god! No fetish free men will buy it!

      If your target market is 'technically savvy and up to date', then supporting anything prior to IE6/FF/Safari is an absolute waste of effort, and you may even want to target Opera.

      If the site is a Windows 95 user forum, on the other hand, you'd better support the browsers that those people run.

      This is why kids' software is still designed to run on pre-cambrian computers...They and the schools usuall have some crappy old hand-me-down from a couple of generations ago, so a significant fraction of the target market would be eliminated if it required a 128meg 3D card. In comparison, WOW seems to have done quite well requiring hardware 512MB of RAM and 3D acceleration.

      --
      Laugh while you can, monkey-boy!
    3. Re:Depends... by DavidTC · · Score: 2, Insightful
      It's like saying an underwear manufacturer is stupid for eliminating 40% of their market by making underwear that is designed for women. My god! No fetish free men will buy it!

      That makes sense only when the browser selection is related to the site.

      If you're selling IE plugins, it might work. Or if you're selling Mac software, by all means don't worry about IE.

      But if you're selling widgets, it's just stupid. The correct analogy is selling all kinds of underwear, but only letting women into the store. Or having an elevator that can only support people who weigh less than 200 pounds.

      --
      If corporations are people, aren't stockholders guilty of slavery?
    4. Re:Depends... by Kirth · · Score: 2, Insightful

      IME, most users of Opera and Firefox have IE to fall back to if their prefered browser doesn't work.

      No, they haven't. There are at least 7% of all users out there which do not happen to run windows and have no IE. Do you really want to lock out 7% of your potential customers, and annoy another 10-20% or something which could use IE, but doesn't want to?

      --
      "The more prohibitions there are, The poorer the people will be" -- Lao Tse
    5. Re:Depends... by chrisv · · Score: 2, Insightful

      It's a profit decision, sure. Assuming those values, though - of the 2 groups of people who use alternative browsers, most of them are the geeks, the rest are Mac users, a generally more affluent and powerful group anyway. Not supporting alternative browsers also makes you more vulnerable to looking bad in the eyes of both of these groups - and while they're a small proportion of the marketplace, combined there's a disproportionally large share of power between them.

      If you've got a website where you potentially promote your business or whatnot, and it doesn't work in whatever browser the end user happens to use, you make yourself look bad - make yourself look bad to the decision maker, and you've lost almost any chance of selling your product to them in the first place; make yourself look bad to the geek, and they're going to tell their friends and family to not support your business. Either case is bad - potentially worse for you to not support the alternative browsers, even if their users don't directly make you any money, as people connected to them very well might.

      So in the end, is it worth writing off the 1,000 users you presented above because they won't buy your software, simply because it costs $10,000 to redesign what you're working with so that it does? Sure, that's where your point of good will comes in - not just in supporting legacy systems, but in supporting alternative systems as well, which is especially true when it comes to designing web-based software. Make it difficult or impossible for a group of users to get to or use your software and they're not going to recommend it to anyone, and are even more likely to attempt to dissuade anyone they know from using it.

      --

      Dogma: Dead (mostly because your Karma ran it over)

    6. Re:Depends... by Macka · · Score: 2, Insightful


      You miss the point. You must be in a 0.001% bracket of users who go significantly out of their way to shut out as much formatting as possible from their web experience. Certainly in all my years I've never heard of anyone going to the extremes that you do.

      As such, you consign yourself to an insignificant minority. Why should the parent, or any other online service care about you or loosing your custom. From a business perspective you're so small that you just don't matter. And its all your own fault.

    7. Re:Depends... by buvic2 · · Score: 2, Insightful

      That 2 depends. I have my hands in 2 markets: financials (stock traders) and automotive.
      The financials tend to have the latest and greatest, but as standard as you can get. The faster stuff is the more opportunity to make (or lose) money, and being standard reduces the time spent on stuff that doesn't work as expected and that you have to look after. In that market you're unlikely to have to support more than the 2 most current versions of IE and Firefox/Mozilla. They do want everything fast though - a second delay can turn a good trade into a bad one.
      The auto people, especially smaller shops, tend to run equipment and versions that are on average much older. If it works, why change it. It's a business tool, and you wouldn't replace a servicable lift or compressor either. When looking at small independents computers are often set up by a local computer guy (often a customer) too, so they're much more likely to contain whatever flavor of software the computer guy likes - and if he explained it well the shop will be happy with it. So if you're trying to sell automotive supplies to professionals, you better support a larger variety and more versions of browsers. A second delay isn't life threatening though.

      In other words: look at your particular customer base and what they're running, then tailor your efforts towards their expectations.

  2. When the vendor no longer supports it... by (H)elix1 · · Score: 3, Insightful

    That is what I see. When the vendor drops support - and that can range from normal EOL to extended contract based EOL - it is time to stick a fork in it. Sadly, it looks like I get to keep a copy of Solaris 8 running for a few more years....

    1. Re:When the vendor no longer supports it... by (H)elix1 · · Score: 2, Insightful

      I misread the post - thought they were talking about OS support on platforms. I spend most of my time writing server side apps or thick clients, so the OS matters more than the browser. Dropped NT support when Microsoft did, dropped SuSE 7 support when Novell did, dropped Solaris 7 support when Sun did, tried (and failed) to drop Solaris 8 when they were moving on. Not to say the kit would not work - it was just I no longer would have the platform in my dev or support areas.

      In the Federal space, things tend to last even longer. Still seeing folks using NT4 and older cuts of Solaris. Obviously you don't bite the hand that feeds you, but you quickly find yourself in a n!-1 situation if you don't eliminate variables. Customers paying a healthy support contract could still be running DOS for all I care, as long as the check still clears and it is enough to make it worth the time.

      I've got one set of codebase for JDK 1.3 and another that uses the JDK 1.4 stuff. When the last of my WPS 5.0.x customers move on, I'll drop support for it. Not doing anything with JDK 1.5 until BEA, IBM, or Oracle run with it... Always a judgment call. But heck, I know the parent *cares* about what I think, so world according to helix, that is my take. (grin)

  3. This is Easy... by barfy · · Score: 4, Insightful

    Whenever the cost of supporting the customers that comes from supporting those customers, exceeds the benefits of satisfying those customers.

    The trick is determining the costs and benefits. But often it is not that hard.

    1. Re:This is Easy... by Zerathdune · · Score: 2, Insightful
      while in general, I agree with you, your point doesn't quite apply to this situation.

      we're talking about supporting old web browsers when doing web design. you can't charge for the site working with a particular browser, (or at least, that would be a little weird,) it either works or it doesn't. the question is, is it worth making sure it works with browser X or is the extra work going to outweigh the benefits?

      again, we're not dealing with the kind of support where, "ok, I'll help you figure out this problem," we're talking about the kind of support where "my product works with the tool you're using." that kind of support is either there or it isn't. no one is going to pay you to send them a version of the site reworked for their browser.

      --
      No single raindrop believes that it is responsible for the storm.
  4. That is a business decision. by khasim · · Score: 3, Insightful

    That's a business decision, not your's.

    If the company is willing to pay you to support old browsers/OS's because the company is getting something out of the clients with those browsers/OS's, then that is their concern.

    1. Re:That is a business decision. by Persol · · Score: 2, Insightful

      That's shortsighted. He'll spend more time explaining the difficulties/benefits of compatability than the benefits the company will get.

      It's likely that the article writer understands the problem better then 'the business' (even though he is asking for feedback).

    2. Re:That is a business decision. by SteveAyre · · Score: 4, Insightful

      NOT a good way of making that decision. That'll be 1% of the people using the site. Who the site already work for.

      Anyone using an incompatible browser'll see the first page, then have to go away. It won't show up that many people are using the browser to view the web pages, even if a lot want to.

      So that method'll be biased towards saying there's no point because 99.9% of your users use a browser which is already compatible.

      Some people who can't will simply open another browser such as IE and come back. Others can't - it's pretty much impossible to use many sites designed for IE (especially any that require ActiveX) on anything other than Windows. *nix users are completely cut out of your user base, and Mac users too now that IE won't be available for that any more.

      These users probably won't have Windows to load IE in and therefore won't use your site. Even if they do, having to reboot into Windows would turn them away from using your site. And probably to your competitors site, which does happen to work in their browser.

      Most annoying I find are the sites that turn away anything that's not IE because they don't support 'Netscape' (I actually use Firefox), even though their website would work perfectly without any changes except removing that damn message.

  5. Does the vendor support it? by mveloso · · Score: 2, Insightful

    If you're looking for a baseline that may be acceptable for customers, you could just use the browser vendor's support matrix. If the vendor doesn't support it (IE 2.0), it'll be difficult for you to support it.

    Realistically speaking, it depends on your target audience. It's probably safe to ignore IE5 and older versions of Netscape, because your customers probably can update to newer versions, even on older OS versions.

    1. Re:Does the vendor support it? by zerocool^ · · Score: 5, Insightful


      Yeah, what happened to "Degrade Gracefully".

      I mean, if you're entire business is a web app which requires CSS and modern javascript... then support what you need to support. I'd personally support firefox 1.0+, netscape 6.0+, IE 5.5+. That will encompas more than 99% of people; after that I think it's really diminishing returns (pre-IE5.5 means pre-windows98).

      I can't see supporting netscape 4.7 anymore. It was a good browser, but it was released in what, 1998? It's time to move on, folks - it's been 8 years. It doesn't support CSS and iframes properly and a whole bunch of stuff. Trade in your SparcStations and PackardBells for something modern, please.

      Just attempt to make it degrade gracefully.

      ~Will

      --
      sig?
    2. Re:Does the vendor support it? by Kirth · · Score: 2, Insightful

      Trade in your SparcStations and PackardBells for something modern, please.

      Please? My SparcStations happily run Debian GNU/Linux "sid", with Firefox 1.5.

      I don't see any point of supporting ancient operating systems for hardware on which you can install a very modern operating system without problems. Or supportings Browsers on platforms for which there are modern browsers freely available.

      Of course, with "modern" I don't mean "has the latest graphical glitz" but "has a modern design and can work with xhtml/css". links or w3m are modern in that respect, IE 5 and Netscape 4.7 are not.

      I design my webpages for Firefox, check them with the latest Konqueror and Opera, and finally make some fixes for IE 6 where I hit the famous box model bug, so they can at least view the pages. Other checks I do is using the w3c/wdg validator to make sure my documents are valid xhtml 1.0 strict, and a check with links/lynx or something to make sure search-engines and blind people can use and navigate the pages. Also, I check pages with a browser width of 600pixels, and with one of 1900 pixels to make sure it scales.

      --
      "The more prohibitions there are, The poorer the people will be" -- Lao Tse
  6. Take the lead from others.... by dallask · · Score: 4, Insightful

    I develop websites as well as part of a much larger firm. We stop providing support for older browsers (Like IE 5 and 5.5 Mac) when MS decides to stop supporting them.

    We will only test on XP, Win2K and win 98, but not 95... (that's just silly :)

    Our browser support goes back to IE 5.5 Win, NS 6, FF .8, and Safari (forget which version).

    Take the hint from others and you will be able to justify your actions.

    --
    The Code Ninja is swift with his tool, precise in his delivery, and deadly accurate in his execution.
  7. The obvious answer by kaligraphic · · Score: 3, Insightful

    I suppose the obvious answer would be "What is the lowest level that you could reasonably expect from your userbase". For a site touting the latest and greatest in web technology, you might be a bit heavier in your requirements than for, say, a site on nutrition.

    For regular applications, you might ask yourself what the lowest level is that can reasonably be expected to do what's required. i.e. if you need a gig and a half of RAM for most operations, you might not support Win95 simply because it can't support you RAM-wise.

    Then, even if you could do it in '95, would your userbase still be in '95? Really, it just boils down to "what's on the machines of the people you want to serve?"

    --
    You are standing in an open server west of a blue house, with a boarded front door. There is an Exchange mailbox here.
  8. The bottom line. by Anonymous Coward · · Score: 1, Insightful

    Profitability.

    If you're programming for money, then do you want to do business with the largest userbase possible. That means, what you are doing is popularity driven. If your customers are on win3.11 or dos6 machines, then you code for those machines. If you've got your current product sufficiently done and have some extra time left over, then is the time to spread into new markets as is with all businesses. Ultimatly, if cost doesn't justify the support then don't do it.

    If you're programming for fun, then you do what you want because it's rewarding to you. Make your app for a certain platforms and it's popularity will drive itself. Hence the OSS model. Doing anything else is sadomasochistic.

    The last and best place support should end up is in a perminant forum with a very good search utility and an FTP file archive all running on old, redundant, stable hardware that will mabye get a few hundred hits a year. Your reputation will be very good for providing support like that since people know in 10 years when they plug in their old machine they can still find drivers or programs for it even if nothing new is being produced for it. It's also very cheap.

  9. Look at the statistics by Diordna · · Score: 2, Insightful

    If I were you, I'd put up a counter and see what browsers are visiting the site, dropping support for browsers that never visit.

    The same principle goes for the rest of everything. Have a peek at the statistics, and if no one uses it, then don't support it. It's that simple.

    Alternately, don't support it if it's just too hard/impractical to support it. If a minor change would do, then it wouldn't hurt.

    1. Re:Look at the statistics by singularity · · Score: 2, Insightful

      Answers like this are evidence that you should not permanently fake User Agent strings.

      "Oh, no one uses FireFox to visit our site!"

      "No, 11.7% of our users are using FireFox, and have to fake it to get around our User Agent filtering."

      --
      - (c) 2018 Hank Zimmerman
  10. Let the browser "try" by EEBaum · · Score: 5, Insightful

    Whatever you end up doing, don't block browsers out with the horrid "Sorry, you do not have Internet Explorer 5.0 or better" message. Most of the sites that show that message, I can view just fine if I can manage to get past the browser-blocking "welcome" page. Let the browsers "try" to view the page, even if your "what kind of browser are you?" check thinks it shouldn't be able to. Even if it doesn't display perfectly, the user might still get the information they were looking for.

    --
    -- I prefer the term "karma escort."
    1. Re:Let the browser "try" by Mancat · · Score: 2, Insightful

      Good god I can't agree with this enough. I'm ashamed to admit it, but I can't view some music videos on MTV because their site detects that I'm using something other than Internet Explorer. Oh no, the world is ending. Of course if I fake the User Agent string, it works fine.

      --
      hello dear sirs my name is jamesh i are india (bihar) can u guide me install red had linux 9?
    2. Re:Let the browser "try" by Anonymous Coward · · Score: 3, Insightful

      If the information the user is looking for is the price of a widget, an unsupported browser may display $1500 while in a supported browser the 00 are superscript and underlined, which means the price is really $15.00.

      That is so theoretical it boggles my mind.

      "That's odd, a $200 toothbrush? Could it be that my 300 year old browser is displaying that number incorrectly just like how every single other site I visit is displayed incorrectly?"

      When you start asking yourself theoretical questions like that you know that you've lost it. Imagine losing market share to fix this kind of theoretical problem.

  11. It's a math problem by aiken_d · · Score: 3, Insightful

    (total number of users) * (% of users using browser) = # of users who you won't be supporting.

    We have a two-tired philosophy: we don't test with browsers that have 5% market share, because we're a small business with limited resources. However, if a user reports a problem in a 5% browser that's easy to fix, we'll fix it. If it's a fundamental issue (lack of CSS support, etc), we'll just say "sorry, can't do it."

    If it's not fundamental but not easy to fix, we'll consider the direction that the browser's market share is going in. An IE 4 problem that would take a lot of time to fix is not as important as an Opera problem that will take a lot of time to fix, because any work we do to support IE 4 is less and less valuable every day; Opera work should be worth more or less the same in a year that it is now (yeah yeah, it may gain another .5% of total market share, but you get my point).

    As you get more users, that threshold drops. If you've got a million revenue-generating users, it only takes a fraction of a percentage drop in revenue to justify the resources needed to support an old browser.

    Cheers
    -b

    --
    If I wanted a sig I would have filled in that stupid box.
  12. Re:Depends on the audience... by blincoln · · Score: 2, Insightful

    The problem with this line of reasoning is that it means supporting browsers (or in the larger view, platforms) which are so old that making your product work with them is a huge security risk.

    Supporting older web browsers means allowing 40-bit SSL for "secure" transactions.

    Supporting older Microsoft OSes is basically the same in terms of authentication mechanisms, for example.

    --
    "...always new atoms but always doing the same dance, remembering what the dance was yesterday." -Richard Feynman
  13. More up to date browsers? by ickeicke · · Score: 1, Insightful

    More up to date browsers?

    It is not so much that lynx is not up to date, but just that it does not have a fancy GUI.

    --
    Firehed - Unfortunately, thanks to medical breakthroughs, common sense is not as common as it once was.
  14. Re:value of lost customers by Anonymous Coward · · Score: 1, Insightful

    I think a more relevant analysis is this:

    Are those users that you're shutting out likely to be also people interested in your products/services/charity etc?

    Compare the demographics of your "typical customer" to the people who still use outdated OSs/browsers. If your organization sells expensive golf clubs, how likely is it that a potential customer for those clubs will be running Windows 95 (or whatever)?

    (Yeah, we've all heard stories of bigwigs with stone age software, but those are the exceptions)

  15. Re:That completely depends by drivekiller · · Score: 2, Insightful

    The gold standard in this case is to find out what browsers your clients are using at home and in the office. Then be sure that all those work flawlessly.

    --
    Yes. I'm cynical, aren't you.

  16. Re:That completely depends by Simon+Garlick · · Score: 4, Insightful

    The gold standard in this case is WILL IT MAKE MONEY. If supporting users on IE3 costs more money than you'll get FROM users on IE3, don't do it. Simple.

  17. Keep 95, drop 98 by Andrew_T366 · · Score: 2, Insightful

    Part of the challenge of determining what systems to which you will present lies in weighing the advantages and disadvantages of given software versions with their popularity. As such, I would actually endorse prioritizing support of Windows 95 over Windows 98, since Windows 98 added few if any notable technological advantages over Windows 95 OSR2, feature additions of dubious usability, and was (in my experience) less stable as well. Additionally, developing for Windows 95 always produces compatibility with Windows 98 as a consequence, although the inverse is not always true. "Newer" or "more popular" do not necessarily mean "better" or "more suitable" for testing.

  18. Definition of "Support" by Brandybuck · · Score: 2, Insightful

    It depends on your definition of "support". To many web developers, "support" means you deliberately prevent the site from working on unsupported browsers. A slightly more lenient web developers will instead throw up a "hey idiot" message to users that they aren't using an approved browser.

    What you need to do is to make the page conformant to standards. Don't use yesterday's revised standard, use something that reasonably supported by a lot of browsers. And use only what you need, because the more odd corners of CSS you decide to use, the fewer browsers the page will render correctly in.

    Dish out IE-specific pages to IE, because it whines if it doesn't get them. Then dish out standard HTML/CSS/Javascript to everything else. If you want to be thorough, dish out HTML 3.2 for older browsers.

    You will want to *test* the page on a lot of different browsers at a lot of different versions. You should be doing this anyway, without having to ask Slashdot for permission.

    --
    Don't blame me, I didn't vote for either of them!
  19. Support by deanj · · Score: 2, Insightful

    This completely depends on your customer base. If 80% of your customer base is Windows 95, then you'd better support that platform. If it's just two percent, and the other 98 percent is Win 98 and Win XP, then it's probably time to rethink that last two percent, especially if continuing to support is holding you back.

    That said, think a long time before you drop support, and only do it if continuing to do that support is hurting your company or the product in some way. Customers in that minority that enjoy your products, and especially long time customers who are in that minority, will be pretty vocal about their happiness that you've got a product they can still use. This can help drive further sales.

    At some point, you might have to drop support despite the wishes of these customers, but until that time, continue to support 'em as long as you can.

    We have a set of potential customers we'd love to be able to support with our products, but the platform vendor bailed on 'em a long time ago. We can't even get the development software for the platform any more. We've had a number of inquiries about that platform, and we know that if we could support those folks, they'd love to have our software, but there's not much we can do.

  20. This question was asked too late. by shoolz · · Score: 4, Insightful

    I'm not trying to attack or troll, but seriously, you can't develop a product to beta stage, and then start questioning whether it should run on hardware/software X or Y.

    The correct way to go about any project is to identify the target audience and their technology, and develop accordingly. 12 years of bone-headed decisions have taught me this simple truth.

    Never build a house first and then question if the design was right or the tools were chosen correctly - identify what you need in a house first, design it accordingly, and then pick the tools to build it.

  21. Re:Dependencies... by drakewyrm · · Score: 5, Insightful
    > IME, most users of Opera and Firefox have IE to fall back to if their
    > prefered browser doesn't work.

    In my experience, most users of Opera and Firefox won't fall back to IE if the website appears broken. You've already pissed them off by not working with their preferred browser. If you're not somehow handing bars of gold through the screen, they won't stick around longer than it takes to close the tab.

    --
    Batou: Hey, Major... You ever hear of "human rights"? Major: I understand the concept, but I've never seen it in action
  22. Re:Support only if it pays by IntlHarvester · · Score: 2, Insightful

    Things have changed. You can easily write javascript that is 99% cross-browser, at least for browsers released this century.

    --
    Business. Numbers. Money. People. Computer World.
  23. Lies, Damned lies, and statistics by Anonymous Coward · · Score: 1, Insightful

    w3schools.com is directed towards a technical audience that is more likely to use minority browsers.

    For example, this page shows 85% IE, 10% Firefox, and 5% everything else. And, Web browser statistics are unreliable.

    In the real world, design the site on Firefox, debug the site on IE6, and make sure there aren't any glaring incompatibilities in Safari and Opera. Minor unfixable incompatibilities (such as Opera's and Safari's problem with jumping centered content based on whether there is a scrollbar) with non IE/Firefox can be ignored.

  24. Depends on type of site. by WoTG · · Score: 4, Insightful

    I think that it depends entirely on the type of site.

    I like to give the example of a local company that was offering some sort of website video streaming software for smaller retail firms. About a year ago, I was forwarded an introductory letter with a demo URL. My default browser, Mozilla, did not load the page properly at all -- I didn't bother to see if it would work in IE or not. Simply put, if you are trying to sell web based software to technical users, you better have the site work in more than just IE.

    However, if it's a website of a smaller organization (that isn't technically orientated) that doesn't have the resources to spend on extensive compatibility testing, I will often cut them some slack and try IE.

  25. Crazy idea! by theLOUDroom · · Score: 5, Insightful

    Here's a crazy idea:

    Instead of coding for specfic browsers, write valid code!

    That was the whole intent of the web in the first place.

    I always find it ridiculous when a website talks about what browsers it "supports." Websites should not be browser-specfic.
    Also:
    USE AS FEW FEATURES AS POSSIBLE.

    I can't count how many times I've seen things that could have been done in simple HTML, done instead in flash, java, javascript, activex, etc. The more different technologies you use, the more you'll get screwed up by subtle glitches in their implementation.
    In short, pick a handful of good technologies and implement them properly. Support users by pointing them to software that is not broken.

    --
    Life is too short to proofread.
    1. Re:Crazy idea! by MoonBuggy · · Score: 3, Insightful

      Instead of coding for specfic browsers, write valid code!
      USE AS FEW FEATURES AS POSSIBLE.

      That's hardly an an answer to what the parent was asking. Good general advice, but not an answer. If you write a fairly simple page using valid HTML and CSS, it will almost definitely display correctly in up to date versions of Firefox, Opera and Konqueror/Safari. It should display correctly in IE6 too, but in my experience IE has worse rendering of completely valid code than Firefox overall, so it might need a few tweaks (while still remaining valid). IE5 has its own set of quirks with CSS, meaning more tweaks again. Lynx should be fine as long as you've got your content and your style data properly separated. When you start moving down into Netscape 4 and IE3 you're talking major reworking just to ensure it doesn't render vital bits of text at a location of -3000px or anything equally strange. Writing valid but more advanced CSS just compounds the problem - even Firefox and Opera start showing their differences there. Valid code is a good start, but it doesn't excuse you from the decision of which browsers you want to support.

  26. I love broad statements by jschottm · · Score: 5, Insightful

    Grandparent post:

    Do you use java, javascript, CSS, flash, CGI, etc., or not?

    Your post:

    No, a flashier website will still work just fine on lynx, if it's done competently.

    That's an awful broad statement to make in response to a post that gives five specific examples (some valid, some not). However, grandparent poster did not give sufficient detail, but I'm bored and will give some.

    1. Java. I fail to see how a visually oriented java based website will work "just fine" in lynx, regardless of comptence. Let's take a good example of when to use java - I have a number of server software packages that use java based websites to provide system/software monitoring capability, specifically real-time graphing of various things. Lynx cannot provide that. If I'm in text only mode for whatever reason, I'll monitor the servers using text utilities.

    2. Javascript. Moving into something I've written recently, I have a nice AJAX based based database front-end. It's meant to allow users on Windows, OS X, or Linux to graphically manipulate the database. It does so very nicely according to all of the users. Lynx cannot do what's required for the application. However, again, if I were trying to work the console, there are text based database front-ends. The key is to use the appropriate tool.

    3. CSS. OK, grandparent loses some points on this one, as most things you do with CSS don't affect lynx, in that it simply ignores the CSS and presents the content in plain format.

    4. Flash. I'll assume that the flash content is something that would be useful to the viewer and is, per your statement, "done competently." This eliminates sites that use Flash "incompetently" - doing things like using it for naviation and not providing html links to the same content and so on and so forth. This still leaves us with interactive meida, multimedia presentations, online tutorials that simulate applications, and various front-end software as discussed in points 1 and 2 that's also possible to do in flash. Unless you've convinced lynx to download the flash file and hand it off to flashplayer, none of these will work with lynx.

    5. CGI. I'll give you this one, as whether a website is using CGI or not really doesn't have much effect on whether a page will work on lynx or not. I suppose maybe the poster was getting at the fact that many of the clever CGI programmers these days also integrate java, javascript, or flash into their applications.

    So that gives you two points and grandparent three. I award the belt to him.

    Really, what it comes down to is evaluating who will be using your site, what they're doing, and what their needs and expectations are. Most of what grandparent posted about aren't used in a *needed* way on public websites, but are extremely useful when done correctly. You also need to evaluate what portion of your site is reasonable to have higher requirements for. Are you simply presenting information or pushing the envelope into increased user interaction?

    Google.com works with lynx, while google maps does not. Part of what google maps presents (directions, things near places) *could* be presented in lynx, but you know, doing so would take a very large amount of effort for virtually no payoff. I don't think google stockholders are loosing too much sleep over the issue.

    Similarly, my main website supports and has been tested in IE 5.x for Windows and Mac, IE 6, Mozilla, Firefox, Safari, Opera, Konqueror, Lynx, and Links. It looks virtually identical in all of them, but doing so required some horrible kludges that make the code harder to read and understand.

    On the other hand, my web applications (both internal and for public use) support IE 6, Moz/FireFox, and Safari. The code is clean and simple, and works in all three with the exact same code for the most part - there's very little that's coded based on which browser you're using (obviously, the AJAX calls are different). I could spend time devising wa

  27. Re:The Automotive Industry by alc6379 · · Score: 2, Insightful
    10 years is FAR too long for software development. You'd either be limiting your functionality, or tip-toeing around bug/quirks of a particular old browser more than making new features.

    The only reason why there's a 10 year requirement for car manufacturers (at least in the US) is a safety issue-- you wouldn't want 10 year old cars rolling around on bad brakes due to parts being unavailable, would you?

    --
    I don't moderate anymore. Karma penalty for 90% fair mods? Can I mod that unfair?
  28. Re:The Automotive Industry by UncleFluffy · · Score: 2, Insightful

    Disclaimer: Writing this after coming home from the bar and randomly having a look at slashdot

    10 years is FAR too long for software development.

    I'd disagree. I regularly write code in a language invented 20+ years ago for an interface defined 20+ years ago, using principles defined over a hundred years ago.

    You'd either be limiting your functionality

    Do you mean functionality, or do you mean "shiny things"?

    particular old browser

    What has writing HTML to do with software development? That aside, if you concentrate on content rather than "pretty" then practically any browser in existence will be able to deliver that content to the user perfectly fine.

    --

    What would Lemmy do?

  29. Don't support the browsers by tacocat · · Score: 4, Insightful

    Get a clue. Don't support the browsers. None of them. Don't support the IE series or the Firefox browsers.

    Support to a set of standards.

  30. Don't support browsers, support standards by mcvos · · Score: 3, Insightful

    Well, that's the principle. Since 90% of the web surfers (less on tech-savvy sites) use IE, I suppose explicitly supporting the latest version of IE is a good idea. But other than that:

    • Stick to the standards.
    • Use the correct (X)HTML declaration and obey it.
    • Do all layout in CSS, don't muck around with tables (except for the 3-columns problem; there tables are acceptable, IMO).
    • Make sure it's still readable without CSS.
    • Don't use javascript unless you really have to. Try to make sure it still works without javascript.
    • Don't use flash, except for content. Using Flash for navigation is really, really bad, but if flash animations and games are the main purpose of your site, it's obviously okay to use it. You're targeting a smaller audience anyway.
    • Give every image an alt attribute. If it's a meaningless image, give it an alt="". Blind people like not hearing "image, image" all the time.
    • Don't use absolute font sizes; declare a "font-size: x%" in the body (I've read somewhere that 76% looks the same in all browsers) and use %s or ems from there. Forefox may be smart enough to change absolute font sizes, but IE isn't.
    • Avoid browser-specific hacks, unless you really, really have to. (Meaning IE is being stupid again.)

    I'm sure there's a lot more that every webdesigner should know, but this is a nice start.

  31. Re:That completely depends by samkass · · Score: 2, Insightful

    IMHO, what it really depends on boils down to two things:
    1. Is it worth the time to develop it for release? (Return on investment, factoring in goodwill and brand loyalty, etc.)
    2. Would it be a support nightmare after release? (If you can't reproduce problems, you can't fix/mitigate them very well, and the customers may end up being more frustrated than if you'd just told them "Sorry, use Firefox".)

    --
    E pluribus unum
  32. Supported software by unix+guy · · Score: 2, Insightful

    I quit supporting it when the original creators stop supporting it. Windows: 2000 and XP only - no NT, no Win9x - Browsers are the same. If the guys that wrote it give up on it it, far be it from me to continue to support it's arcane functions.

    --
    "Straddling the sword of technology..."