Slashdot Mirror


Web Standards Project: Upgrade, Or Miss Out

DShadow writes: "The Web Standards Project launched yesterday a Browser Upgrade Campaign. They feel that the Web is being held back by users who use older versions of browsers. Their solution is twofold. First, they are asking web developers to drop support for old (pre- IE5.5/NS6/Opera5) browsers and code only using the most recent standards. Secondly, they are asking developers to add a bit of JavaScript to web pages that forces browsers to redirect to the a WSP page explaining this. Now, I'm all for using modern technology and phasing out support for the old stuff, but to say that I'd be annoyed when websites start telling me to go away and upgrade my browser (Netscape 4.6) because they don't want to support it would be an understatement. I'll upgrade when I'm ready to, and not a moment sooner." It took me a few reads to realize that they're serious.

32 of 733 comments (clear)

  1. This reminds me... by srhuston · · Score: 5

    An old tagline from my Offline Express (BBS offline mail reader) days:

    We've upped our standards, so up yours.

    --
    Three dits, four dits, two dits, dah!
    Radio, radio, rah rah rah!
    1. Re:This reminds me... by CAIMLAS · · Score: 3
      I thought I would take this most opportune time in my life to point out a dreadful inconsistency in your post. Oh dear.

      You mention that they can't upgrade their systems for *gasp* 3 years. A phenominal amount of time nowadays, especially in the computer industry. Those poor, oppressed, Katzian children, trying to geek on such old, depreciated systems. (Something must be done to fight the oppresion of geeks! Brothers, take arms!)

      You also mention a bastardized form of software you call "Windows 95" (who in their right mind still runs this thing? Even Win98 beats the tar out of it, in pretty much every category.) How you would A) get ahold of such software - since it isn't exactly readily available - and B) pay for such software - after all, you have no funds - is beyond even the keenest logic. Of course, you wouldn't simply copy a single original disk. That's horridly immoral - everyone knows software has to be paid through the rear for.

      Also, I'm relatively sure that your comparision of the modern distro to 6 year old software is humorous at best, but most likely akin to a pickup truck full of horse apples. Actually, I'll bet on it. But onto what I was saying.

      Comparing a recent version of Redhat, SuSE (or whatever those Germans call it), or Mandrake to Windows 95 is nuts. It's more easily compared to Windows 2000 in all categories, namely due to the fermentation and it's year of origin, but also due to stability and code maturity. You'd be best to compare, what, RedHat 4.2? I don't even know what came out at that time. Take that, slap in a basic browser such as Netscape or maybe even Mozilla, and let it be. I've seen it work before on 'such horribly slow systems' before, for months on end. There's one such box on my campus that I know of.

      As far as whe whole situation of 'standard browsers'... dude, that kind of drug abuse isn't good for your health. As a matter of fact, it's quite bad, and quite comparable to electocutional shock. You do realize, don't you, that MS IE symbolizes everything that is Bad and Wrong? This, of course, symbolizes everything that is NonStandard and ALoadOfHorseApples. This whole deal wreaks of a potential MS sponsorship or funding of the WSB in exchange for some one-ups or various other perverse favors.

      When I'm right, I'm right.

      -------
      CAIMLAS

      --
      ~/ssh slashdot.org ssh: connect to host slashdot.org port 22: too many beers
  2. Web Standards by silfreed · · Score: 3

    I'm all for web standards, but this is a little too far. As a web developer, I understand that coding for backwards compatibility is a pain, but very necessary right now. A 14 meg download for Mozilla or IE5 is still not very easy for people with dialup access.
    Still, it is a pain to make your pages look good on Netscape 4.x. Their spotty implementation of CSS and other small bugs have always been an irritation to me.
    As I said, though, this is definatly not the way.

    1. Re:Web Standards by thex23 · · Score: 3
      It all depends on your audience, of course. For my "professional writer" site, I use vanilla HTML and CSS to keep things simple. It might not look great on everything, but you it works just fine in Lynx, and it's always readable. Designing for an audience that uses the latest tools is easy, but so is presenting content in a basic fashion.

      Obviously, a commercial site that expected to get every kind of user is going to have to break their back to make sure they support as many browser versions as practicable, while maintaining a sophisticated interface.

      But I don't see what the problem here really is at the top end: just generate your pages from a database and stick the content into a template for the browser/platform in question. What's the big deal? If it matters, you can do it. Was it supposed to be easy, too?

      We thieves, we liars, we vandals, and poets. Networked agents of Cthulhu Borealis.

  3. Re:I don't care about users by Kris_J · · Score: 3
    Far too many web developers are worried about making pages look the same on all browsers, when they should just make them look good on all browsers.

    And if you have to check for browser version and provide different code for different browsers, find another way to do what you want, or don't do it at all.

    Some of us aren't interested in investing in the new hardware needed for the latest browser software, but that doesn't mean we aren't exactly your market demographic...

    --

  4. Browser makers got us here by TheInternet · · Score: 3

    If those folks making browsers put one out that has compelling enough features, those same folks WILL download and use it.

    Yep, I know. The only problem is that people complain if browser makers add too many extraneous features. The MacIE team sort of split the difference by revamping the UI and making it more customizable. That got people downloading, whereas a rewritten rendering engine alone would not.

    The UI is important stuff, and at this time I don't know of another browser that replaces NS 4.x to a reasonable extent.

    I suppose this is a matter of opinion as I really don't like it much at all. There might be a little less choice on the Unix side of the world, but from what I can tell, IE, Opera, and the Gecko-based browsers look pretty reasonable for Windows users. Personally, I'm on OSX, and IE5 fits my needs nicely, and had some of the best standards support around.

    Clean efficient browsers are needed BEFORE designers can take advantage of these new tools, not the other way around.

    So, do you feel it is more important to have a "clean efficient" browser (which I assume means strong on standards, low on frills), or compelling features to get people to download, as you mention above? Either way, we can't really afford to wait around any longer. Either we push W3C standards now, or sit by and watch Microsoft take over with Active*.

    Yes, CSS has been around a while. XML is just now getting itself solidified. Thing is though, nobody, and I mean nobody, has been able to produce a web browser that is 100% compliant with all that encompasses CSS1 and CSS2.

    CSS2 really isn't that big of an issue right now. I'd settle for CSS1. MacIE5 was probably the first shipping browser to do 100% of CSS1, and Mozilla is probably right there as well. I don't know much about Opera, but hear it's good.

    Is full compliance with CSS even possible? There's been a lot of folks throwing in a ton of time trying to get there, yet nobody is.

    Yes, MacIE5 did 100% of CSS1, HTML4 and PNG. This was all over the web.

    [HTML 3.x is heavy on inline commands to achieve formatting. This is totally backwards.] Yes it is, but it totally worked.

    You and I must have been working with different browsers. :)

    I found myself constantly battling to get things to work the way they were supposed to, especially anything in terms of alignment. And in the end, you had a very clunky, difficult to maintain page. CSSP elminates many of these issues.

    It really should be the browsers leading the way, with designers following. The other way around is simply a chaotic mess.

    I could not possibly disagree with this more. It was the browser makers that forked DHTML and created their own proprietary standards that caused all the nightmares we've had to endure over the past several years. The fact that some sites require IE is a direct result of this.

    - Scott

    --
    Scott Stevenson
    WildTofu

    --
    Scott Stevenson
    Tree House Ideas
  5. I don't care by glitch! · · Score: 5
    ...I'd be pretty pissed-off if I was constantly getting nagged to upgrade...

    Exactly.

    ...older browsers screw up my designs...

    I don't care...

    • I don't care about your fancy layout.
    • I don't care about your animated GIFs.
    • I don't care about your eye candy.
    • I don't care about your exact positioning "needs".
    • I don't care about your midi sound effects.
    • I don't care about your Java "enhancements".
    • I don't care about your Flash animation.
    • I don't care about your ego.

    I DO care about your message.

    I want to hear what you have to say. By all means, spend a few moments on making it look nice. But there is really something wrong if you spend more time on "style" than the actual substance.

    Tables are great. They help my browser format large amounts of information so that I can understand your data. But please don't use dozens of nested tables just to make some graphic show up at exactly coordinate x, y.

    Graphics can help your site make sense and help me to understand your message and naviate easier. But please don't pollute my browser with hundreds of micro-images just to achieve some special effect that could be replaced with a simple navigation bar on the side.

    Most of all, if you respect me (the viewer), with clean and useful content, I will respect you for the effort you have spent in creating it.

    --
    A dingo ate my sig...
  6. Netscape 4.76? by Metrol · · Score: 5

    Okay, there must be something I'm just missing in all the browser war talk. NS 4.76 is to this day my primary browser under NT, and my secondary on FreeBSD (Konq being my primary). If the font handling weren't so god awful it'd be my primary on FreeBSD as well.

    I personally don't have the constant lock up problems I keep hearing folks complain about. I personally support around 40-50 installations of NS 4.76 at my company, and the darn thing works. To date, it still has the best E-mail client I've used on any platform, and it certainly has the best LDAP integration at there.

    Yeah, IE is faster at rendering pages with gobs of emedded tables. So? NS 4.76 still processes JavaScript faster than anything else I've tested, and the right-click menus are noticeably faster. Other than ActiveX security updates, I honestly don't have a reason to move my browsing to IE, or any other browser for that matter.

    Even Mozilla, right up to last night's build, doesn't perform any faster for me where it counts, at the UI level. Again, some of the heavy table pages show up a wee bit faster, but no where near a level to compensate for a far slower UI. Oh god, and don't get me started on the mail client.

    How about getting us end user types a browser that has a really sweet and fast UI that'd cause us to actually want to upgrade? This strong arming us from the top down makes the web weaker, not stronger. Dreaming up standards faster than developers can implement them is just plain annoying. How about let's all get HTML 3.0 done correctly across browsers and platforms, THEN worry about the wonders of CSS and XML? How about getting JavaScript to actually work 100% across every browser at the version it's at now? We ain't even there yet, and these folks are worried about CSS? Ack!

    "This page is not viewable because you need to upgrade to IE or die! Don't like IE? Go buy another 256meg of RAM and run NS 6.0!"

    --
    The line must be drawn here. This far. No further.
  7. Re:Stop to consider... by carlfish · · Score: 4

    One of the great advances of web standards is that they have re-introduced the strict separation of structural markup from display markup. This effort is actually a bonus for the vision-impaired, or handheld users, because the more standards-compliant a site is, the more likely it is to be possible to get some kind of coherent content out of a site after the "designed for 800x600 graphical displays" styles have been stripped away.

    This is one of the real problems with the current system. The more you have to tweak your site just so it'll work in NS4.x, NS3.x, IE3 and IE4, the less inclined you are to do the work that will also make it viewable in non-traditional browsers, screen readers and handhelds. If people used standards-compliant browsers, then the effort now put into supporting 5 different browsers, could instead be put into supporting 5 different modes of viewing.

    Charles Miller
    --

    --
    The more I learn about the Internet, the more amazed I am that it works at all.
  8. not gonna happen by mr_burns · · Score: 3

    Corporate sites don't give a rats about browser technology. They want their audience to see the site, and if you fail to make their page work in the old ass version of AOL's crappy browser like you said you would, they are going to sue you for everything you have.

    Also, no web development firm is going insist on using new browser standards when the competition knows the client's ceo want's to have the page work in the widest selection of browsers possible.

    I'm not tooting my horn here. This part of the discover phase of web application development in the industry today, and as long as it remains so, we're going to be laying out pages in tables and clear spacer gif's. We're lucky we were able to sneak css text control past the clients, seeing as how it doesn't work in version 3 browsers. The only reason we cant use css-p is because the AOL browser chokes on it.

    AOL's web developer documentation even has the guts to say that we may as well "sacrifice" new technology for the greater good.

    Talk about pushing a boulder of cruft up a mountain as your day to day existence. I've found some HTML sites that I've worked on to be harder than keeping 7 dimensional arrays in my brain. It's all because we've learned to write code to break consistently, instead of working.

    And it isn't going to change, no matter how hard we try. Our clients just won't go for it. They're willing to pay money for crap technology everybody can see, and aren't willing to pay LESS for good technology that the user would have to install additional software to see. They know the customer/user would rather use some other site.

    --
    "Let him go, Ralph. He knows what he's doing." --Otto Mann (simpsons)
  9. Re:I don't care about users by Tumbleweed · · Score: 5

    > The web is not at all about stylized content. It's about content. Period.

    The web is about _lots_ of things, and to say something as sweeping as the above proves you don't understand that yet.

    I'm a web interface designer/developer, and thus am _really_ picky about how things appear. It's often quite difficult to organize content and design interfaces to complex content. Most sites don't get it right - heck, most don't even come close! One of my mottos is, "If someone can't _find_ what they're looking for, it might as well not even _be_ there." There is a place on the web for both style as well as substance. You could put the best novel in the world online, but if you make all the text blink, it won't matter. _Think_ about that! People avoid sites with lots of crap, despite how good the content may be - simply because the other stuff is too irritating. It's not necessarily that there's too much 'technology' (ie: javascript, popup windows, etc.), it's that it's not DESIGNED properly. Some content lends itself to simple layout - all text, perhaps, single column, whatever. Some content does NOT (no matter what your personal opinion is, I'm sticking to this). Frames are not only somtimes appropriate, they're sometimes the ONLY _good_ way to present some content (generally navigation, though). Just because you've been subjected to evil web site design using frames or javascript or popup windows (as have we all), that doesn't make such things bad. Those things are just tools - neither good nor evil. I certainly like having the option to use such thing when I feel they're appropriate.

    I've seen some _fantastically_ artistic presentations done via Flash - which many SlashDot snobs dismiss out of hand. I've seen things that simply couldn't be done without Flash. Sure, someday some of the upcoming vector and SMIL stuff will likely make that possible without Flash, but it ain't here, yet, so stop bitching about Flash. Instead, bitch about Macromedia not properly (not even REMOTELY properly) supporting non Win and Mac platforms. And where's the Flash program itself for Linux? Nowhere. Ugh. Nevertheless, the technology is here, and can be quite cool.

    Anyone developing a website has to make many choices, not the least of which is, "How many people, and WHICH people, am I targeting this to?" Does it make sense to not be able to, or to have to dumb-down, your content to be able to reach more people? Many artists in non-web fields would answer that with a resounding "No!", so why should artistic expression on the web be any different? Just because a small percentage of people think so? The artist is the only person qualified to determine what is the 'proper' method of expressing their vision, be it text or audio or visual. Deal with it.

    In a related vein, my opinion is that if content really WAS king for most people, the web would be vastly different than it is now, and people would be more willing to pay for quality content. I'd certainly be willing to pay a small fee for monthly local movie listings, for example, if they listed EVERY local movie theatre, and listed them correctly and reliably. Unfortunately, moviefone.com and citysearch.com both have similar such problems. :(

    All of this is, of course, an opinion, just like yours. :^)

  10. Some PHB's just don't care anyway... by driehuis · · Score: 3
    I recently needed to buy an airline ticket from KLM (http://www.klm.com). They had this lovely browser detect JavaScript, and because I always disable JavaScript until I get to verify the authors intentions, I got a blank screen. So, I got a blank screen, glanced quickly over the code and enabled JavaScript.

    Blank page.

    As it turns out, the JavaScript code checked for IE or NS on MacPPC or Win32. If you run NS on BSD/OS, they don't want to do business with you. Neither do they care about Amiga, Mac68K, Linux, WAP phones, well, anything they never heard of...

    Every three months they change the website, and every time I run into this, I point it out to them (at first to the webmasters, later to their PHB's). They usually fix it a few days after I report it, but they invariably screw it up when they bring a new site online and they fail to see that it's the kewl scripting that's the problem, not my browser.

    I don't care how the site looks. I want to buy an airline ticket. This concept is one I have not been able to get across, and they will not acknowledge it's their problem. Sometimes I can vote with my feet, sometimes I can't: that's my biggest frustration.

    --

    Bert Driehuis -- All I asked was a friggin' rotatin' chair. Throw me a bone here, people.

  11. I agree. This is a new level of bastardry! by TheDullBlade · · Score: 5

    Standards organizations are a scam. A (relatively) small group of people get together and say "This is the way it's going to be from now on." It's bullshit.

    I've seen a lot of standards written, and rewritten, and rewritten, with never a fully-compliant implementation. No standards-body should ever release a standard without a fully-functional reference implementation; otherwise, the natural ambiguity of human language will always leave doubts about what is and isn't compliant. Standards are mostly useful when everyone who is expected to follow them has a part in making them (i.e. such as if all memory manufacturers get together and agree to make standard interchangeable chips); this is impractical for something like the WWW.

    The WWW was defined by the first web-browsers. There has, in fact, been no truly useful addition to HTML since the first few years of development. It has only had gobs of useless and annoying eye-candy piled on top of (obscuring and interfering with) the content and navigation.

    Every new browser worth mentioning still works with this original core functionality. This is the defacto standard

    Defacto standards compliance:
    -it works in every major version of IE and Netscape
    -you can navigate with images turned off
    -it works with Java turned off
    -it works with Javascript turned off
    -it works in Lynx

    It's not hard to make a web page that everybody can use. Avoiding all the new features will generally make a better, less frustrating interface, too.

    That's the problem: it's very easy to write good HTML. "Web designers" like to pretend that it's hard, that's what gives them a career. They sell flashy, expensive garbage that looks good to a manager viewing a local copy for the first five minutes. That's where the majority of the profit is, anyway. There's certainly a need for navigational interface designers and back-end programmers, but they hardly care about HTML features.

    So let's turn the tables. Everybody use Lynx!
    ---

    --
    /.
  12. Re:Can you imagine how the PHBs would react? by hyoo · · Score: 4
    I've written javascript like this before but it was more along the lines of:

    If it's netscape 4 on Win32 or Unix do X
    If it's netscpae 4 on mac do this
    If it's netscape 6/ Gecko do this
    If it's IE do this
    etc

    This was a real pain in the ass to write but...

    Hint: you can remove the "if it's ns6/gecko" section since you browser would have already crashed if you are using mozilla.

  13. Great! Now make it possible... by The+Man · · Score: 5

    for me to upgrade my browser. Netscape hasn't supported sparc*-sun-linux since 4.51. Someone, please tell me, how am I to upgrade to NS6 when AOL can't be bothered to telnet over to their sparclinux system and type make for me? I'd very much like to rid myself of this down-rev, POS browser and get something that looks like the authors have at least heard of the W3C. But until either AOL gets its collective head out of its collective ass, or Mozilla runs for more than 10 seconds between crashes, I can't, really...

    1. Re:Great! Now make it possible... by mattdm · · Score: 3
      Have you looked at Mozilla recently? It's very stable. Some problems with SSL sites, but other than that, I haven't had a crash for weeks.

      Recent builds have very good performance, too. Takes 10 seconds to start up, but once it's running it's pretty snappy.

      --

  14. Stop to consider... by JanneM · · Score: 5

    Some users (like vision impaired -- or people using small handhelds) need to be able to get text only content. There are really no excuses not to provide data in a text-only format.

    Second, JavaScript is a _bad_ idea. A quick check reveals that the percentage of users not using Javascript at all was 20% in 2000, up from 14% in 1999. This is of course due to pop-ups and to the irritating habit of overriding user preferences that we all know and love, but also because it is more and more common for companies to filter out javascript at their firewalls.

    I understand the reasoning behind their concerns, but as a practical matter, many web sites do _not_ wish to alienate more users than they have to (though some obviously does not understand this).

    /Janne

    --
    Trust the Computer. The Computer is your friend.
    1. Re:Stop to consider... by User+317207 · · Score: 3

      Supporting the newer web standards does not mean that support for the lower-end would disappear. Indeed, newer HTML versions are better for accessibility purposes than older versions.

      It does mean that support for the old, buggy, non-standard shit is reduced. Good news all round, IMO.

  15. backwards compatibility.. a MUST by mashy · · Score: 4

    backwards compatibility is a must. it's gotton bad over the years with all these table, java, image crazy webpages.. sure it's sometimes nice to have that smooth curvy border that changes colour and dances around when you move the cursor over it, but I've noticed the amount of real content going down with the increase of all this visual content. there are exceptions but lately the web has become cluttered with this junk people think is pretty. call me old fashioned but I (and I'm sure much of the slashdot community) use lynx for most of my web browsing. It's quick (or at least it used to be in the days before scrolling through 500KB of formatting/positioning pieces was necessary) for getting to the meat of a page, and in general I just prefer reading plain text in my own font and size without the distraction of everything else. now these days I've pretty much had to accept the fact that it's not always easy to do that anymore, especially on some of the big popular sites today, but I can still always count on the few web designers who understand the importance of writing html that anyone can use, and often sacrifice some of the visually pleasing elements for some usefulness.

    now comes a campaign to rid the world of this important compatibility factor so a bunch of WYSIWYG web designers can whip up dirty broken code that everyone can see as they wish it to be, while invalidating millions of users with valid standards-following browsers. the web was not designed to be a TV set, but a useful way of linking resources together. anyway I've said enough..

  16. Can you imagine how the PHBs would react? by 0xA · · Score: 5

    I've written javascript like this before but it was more along the lines of:

    If it's netscape 4 on Win32 or Unix do X
    If it's netscpae 4 on mac do this
    If it's netscape 6/ Gecko do this
    If it's IE do this
    etc

    This was a real pain in the ass to write but it needed to be done some some funky tables our designer came up with looked right. Turned out to be a really cool looking site. I can't imagine turning to my PHB and saying, "This person is using Netscape 4, we're not going to sell them anything". I would have been fired sooo fast.

  17. I don't care about users by iElucidate · · Score: 4

    You may want simple, or complex, or weird, or whatever, but the fact is that this increased fracturization of the internet is destroying progress. FUD perhaps, but by God, if I have to write another stupid page with four different ways to do the same thing just so that I can support every browser out there, I am going to shoot someone. Four levels of nested tables makes sites absolutely evil, but that is what you must do if you want to maintain layout compatibility. Even then, it still breaks like crazy on older browsers. I think that if we don't have a concerted effort to get everyone to update to a 5.0 or equivalent browser, and soon, we will face an even bigger problem - new standards are just not backword compatible, and soon half the pages on the net will be accessible to only certain browsers. How are we going to improve the web landscape if we cannot even use the new standards, for fear that no one will be able to see them? I mean, DHTML is still rarely used, a few years after its release, becuase so many 3.0 and worse browsers are out there. If you really just want plain text and crap layouts, go back to Usenet. The web is all about stylized content. I mean, have you looked at Slashdot's HTML lately? The insanity must end!

    1. Re:I don't care about users by Tumbleweed · · Score: 4

      > Look at a book (I'll avoid the sarcastic description of what one is...), they've been around for centuries, and are still quite popular for communicating information. Now, notice how the book is laid out; is it artistic? No.

      You have obviously never heard of the field of typography. Yes, books are artistic. Type design (nevermind the layout design) is an entire field unto itself. Just because YOU don't notice it, doesn't mean there isn't any artistry there. One could claim that means it's been done well - it's not getting in the way. That actually makes my point.

      Then there are the non-fiction, reference type books. Lots of design there - the table of contents, appendix, glossary, illustrations, and so forth. I've seen many an otherwise-great book get a thrashing in reviews for badly-done TOCs and appendices.

      There is also artistry in writing. Well, there is if it's done well. I'm about to have my first article published in April (on Internet privacy), so I like to think that I know what I'm talking about!

      Whether _most_ web pages exist to further artistic expression, or to communicate information, is not the point. Using proper design is KEY to communicating one's message - whether that message be informational only, or creative in some way. Proper design enhances that process. 'Artistry' doesn't mean lots of Flash and javascript pop-ups by default. I just want to have the option to use such technology.

      Pop-up windows don't kill people - people kill people!

  18. concern over non-mainstream browsers by mattdm · · Score: 3
    I'm posting this from Mozilla -- not Netscape 6. And I know a lot of people out there use Konqueror. Both of these browsers aim for complete compliance with modern web standards, and it'd be ridiculous for them to be locked of sites by silly javascript.

    I'm pleased to notice that the proposed methods of browser detection and redirection actually utilize modern functions and see if they work -- sort of like <NOFRAMES>. So, first of all, obscure but modern browsers will "just work". And perhaps more importantly, older browsers (and special-purpose ones, like text-speech) could transparently be redirected to pages designed for that technology level.

    As a compromise between users who want to stick with their old browsers and designers who don't want all of their time stuck in a quagmire of old-browser esoterica, I'd suggest that the redirection page should be a plain-text version of the content, with a footnote note that compliance with certain standards is required to view the fancy web page.
    This is less heavy-handed than just pushing people away, and yet still gets the message out -- and doesn't take nearly as much time as it would to generate a distinct complete HTML site.

    --

  19. Nothing wrong with my current browser. by Restil · · Score: 3

    So what's wrong with Netscape 3.0? Sure, it might not load any pages with any kind of javascript on it anymore, but really, don't you think thats MY problem? If I don't access your site because you choose to make it more complex than I am able to access, then that is YOUR problem and shame on you for not providing an adaquate alternative. Certainly, you don't HAVE to, and if I REALLY need to see your page, I will. Older browsers have certain features that make them ideal. They take up less space, they're a LOT less bloated, they load faster, and in some cases, they're a lot less bug ridden.

    So I'll use whatever browser I damn well please.

    -Restil
    restil@alignment.net

    --
    Play with my webcams and lights here
  20. Rejecting _bad_ browsers by yerricde · · Score: 5

    The original goal of Web and HTML was to be platform neutral - now I'm being told that I need one of the approved browsers in order to sites.

    The point wasn't to reject all browsers but a select few. The point was to reject a few bad browsers (read IE 4 for Windows and Netscape 4.x) that are known not to conform to standards, known not to degrade gracefully when presented with content they don't recognize, known not to be accessible to the physically challenged, and known not to be fixable by the community.

    I use conforming HTML 4 on my own pages and see no reason why I should have to support user agents that don't handle conforming HTML in a "nice" way.

    If you're running Netscape 4, upgrade to Mozilla 0.8. Now.


    All your hallucinogen are belong to us.
    --
    Will I retire or break 10K?
  21. Screw these guys! by Arandir · · Score: 3

    If they're talking about not supporting Microsoft of Netscape extensions to HTML, I'm right behind them. But if they're talking about not supporting HTML-3.2, then screw them!

    I like C++. It's great. But if I have a project that doesn't need objects or templates, then I'll use just plain vanilla C. Likewise, if I don't need any HTML-4.0 constructs, I won't use them, and resort to HTML-3.2 instead.

    And I'm certainly not going to put in any ECMAScript telling the user that I disapprove of their personal choice of web browser!

    --
    A Government Is a Body of People, Usually Notably Ungoverned
  22. Too Subjective, But Revolutions Usually Are by Silas · · Score: 3
    From the article: "If the web page is valid and you can't view it in your browser, the problem is your browser," said WaSP steering committee member Dori Smith. "Our goal is not to promote one browser maker's product over another; we are urging users to upgrade to any browser that does a better job of supporting standards than the one they're using now."

    Now, I'm a professional website developer, and I have my fair share of frustration in building websites that are generally accepted as "standards compliant" but that can't be rendered properly by many people (sometimes even our clients, on their own machines).

    But, the approach of these folks seems too harsh and too subjective. They're basically saying that "our desire to use standards is supremely more important than your [lack of technical experience | shortage of time | computer's limitations | appreciation for simplicity. ]"

    It's not that these things can't be overcome in time - they can, and they are being overcome. But to suggest that, starting right now, someone shouldn't be able to look at a website with whatever client software they want is akin, in my mind, to saying they shouldn't be able to publish on the web unless they adhere to a certain set of guidelines. That's scary.

  23. Doubt it will happen by ryanr · · Score: 5

    If it were possible to kill off old, bad standards then we would have shot FTP in the head and left it to rot in a ditch long ago.

    1. Re:Doubt it will happen by warpeightbot · · Score: 4
      If it were possible to kill off old, bad standards then we would have shot FTP in the head and left it to rot in a ditch long ago.
      I dunno, most modern FTP clients and servers I'm familiar with seem to do OK.... they support passive mode, resume, recursive directory get, and such like... seems to have aged gracefully to me.

      Now, if you want to password protect something, it's a Bad Idea, but for general purpose anonymous file distribution and retrieval, I don't think it's so bad. Keep It Simple, Stupid, I always say.

      --
      I remember when we had 300 baud, dummy terminals, and UUCP, and LIKED it.

  24. Comment removed by account_deleted · · Score: 5

    Comment removed based on user account deletion

  25. this will never be used by BenHmm · · Score: 5


    Think of it...

    You're a website owner/designer who wants to get as many people to see your site as you possibly can (so that they then go on and buy stuff/click on banners/laugh at your jokes/post first).

    Someone comes to you and says, "Listen Mr Webmaster, we're sick and tired of people not cooperating. Put some scripting into your page which makes your customers disappear if they have the temerity to not want to see sites as your designers dream of making and persist in not wanting to spend a couple of hours downloading our new bloat"

    and you say,

    "No, bollocks, I want as many people as possible to see my page/buy my books/read my posts, and if my designers can't be arsed to make a page that the biggest possible audience can see, then that's my problem. It's nothing to do with my customers."

    Imagine a bookshop not letting you buy their books until you'd completed a literature degree. Do you think people would go to another store?

    Do you know of any sites where the same content CANNOT be found elsewhere?

    Do you think these sites are going to make it actively difficult for potential customers to come and see their stuff?

    nope. didn't think so.

  26. sites are broken, not browsers by q000921 · · Score: 4
    I do agree fully that web sites should not use IE or NS-specific features. But to conclude from that that people should therefore be forced to upgrade is wrong.

    People have lots of legitimate reasons for not upgrading. Their hardware may not support it. They may not be able to pay for it. They may be on a slow connection or wireless device. And they may need special accessibility features.

    Any web site that relies on the presence of the complex web features is broken. Sites should be able to render fine with no JavaScript, no DOM, no pixel-accurate positioning, and no graphics even. If they want to offer a graphically overburdened site in addition to a plain one, that's fine, but that should be an option.

    Most old browsers are perfectly serviceable for rendering plain HTML and graphics. If someone with an old browser comes to a web site, the site should fall back to its plain version. It shouldn't complain or hassle the user.