Slashdot Mirror


Explorer Destroyer

slayer99 writes "I came across Explorer Destroyer yesterday, which is a project that aims to increase the market share of Firefox in a slightly more proactive way than is usual. They provide some code which you add to your front page which presents a banner to IE users urging them to switch to using Firefox. As a bonus, you can potentially make some money via Google's Firefox referral program."

25 of 417 comments (clear)

  1. That's retarded by Anonymous Coward · · Score: 5, Informative

    Why bother with scripts and such? All you need is IE's own conditional html comments.

    1. Re:That's retarded by Conspiracy_Of_Doves · · Score: 5, Insightful

      But isn't it poetic justice that we use IE's dirty little hacks to bring it down? Remember that evil always contains the seeds of its own destruction.

  2. Unbelievable. by Anonymous Coward · · Score: 4, Insightful

    Isn't this the same kind of actions that open source advocates condemn, when Microsoft and friends use it ?

    1. Re:Unbelievable. by Pneuma+ROCKS · · Score: 5, Insightful
      Isn't this the same kind of actions that open source advocates condemn, when Microsoft and friends use it ?

      Absolutely.

      I would like to point out that this "project" has been pushed (possibly by its creator) on SpreadFirefox.com for quite some time, but it has met with the appropriate response: NO. Link to the post. I'm an active SFX member, and I can tell you that most members of the community realize how annoying and stupid this idea is. Browser-detection scripts and browser-specific behavior should be buried and forgotten. Firefox is about standards, and the community acknowledges that.

      I know the creator of those scripts is trying to help, but his/her aim is terrible.

      --
      Favorite quote: "
    2. Re:Unbelievable. by FooBarWidget · · Score: 4, Insightful
      I expected a post like this to be modded up to +5 Insightful. But frankly, you people miss the damn point!

      Look at all the IE-only websites. Firefox has reached about 10% market share now, yet there are still people out there who develop for IE only, with no legitimate reason to do so. If you speak to those webmasters, you'll probably hear something like "I don't care about the minority". Why is this a problem? Because as long as IE has the most market share, it holds back the W3C standards!
      • For example, IE doesn't support PNG alpha channels. This is 2006, every single browser but IE supports alpha channels, there's absolutely no reason for IE to not support it! Yes yes I know about IE 7, but how many years will it take before it's out? IE 7 won't have a significant market share for a long long long long time, and during all that time we're stuck in the no-alpha-channel-dark-ages. And yes I know about the PNG hack, but I shouldn't have to use it! And the PNG hack doesn't work for background images (translucent background images can be very useful for rounded borders or shadows).
      • IE's (at least version 6's) XHTML support sucks. It has almost no XHTML support. XHTML is rendered as HTML 4, but a bigger problem is that IE doesn't even support the application/html+xml MIME type!! As a result I'm forced to configure my web server to send text/html as MIME type, causing all the other browsers to interpret the document as HTML 4 instead of XHTML. This makes XHTML almost useless.
      • CSS support. IE doesn't support the 'overflow' property, for example. IE's support for 'margin' and the 'em' unit is broken.
      • And numberous other things. When I design a website, I test it in Firefox and Konqueror, and validate the code with the W3C validator. If it's valid, and it works on Firefox and Konqueror, then it usually works on Opera too. But not IE. Almost every single time I have to use IE conditional statements to include a custom, IE-specific CSS to fix the layout.


      This has got to stop. As a webmaster, I'm sick of hacking my website to be IE-compatible while I'm already W3C-compliant, and I'm sure many webmasters are sick of it too. The only way to fight this is to ensure that IE loses more of it's market share. We cannot wait for IE7, that takes too long and who knows what else Microsoft refuses to fix. Yet Firefox still doesn't have more than 10% market share. It's time for more aggressive weaponry, because apparently you can't win by playing the nice guy. Plus I'm sick and tired of all the IE-specific sites. The only way to get rid of them is by decreasing IE's market share.

      I don't care what browser will have the most market share, as long as it's not IE (or IE shells). Every single modern browser out there has good support for W3C standards - except IE.
    3. Re:Unbelievable. by FooBarWidget · · Score: 4, Insightful

      Uhm no it isn't. Every single browser except IE has superb support for W3C standards. As long as any non-IE browser gets more market share, webmasters who want to design a website according to the W3C standards will be able to do so, instead of holding themselves back and resorting to IE-specific hacks to make the website render correctly in IE, just because IE's the only one that doesn't render things properly.

  3. WaSP Browser Update Campaign by tepples · · Score: 4, Informative

    The Web Standards Project (WaSP) ran a similar Browser Update Campaign a few years back.

  4. Annoyance as a marketing technique? by goofyheadedpunk · · Score: 5, Insightful

    Is it just me or does annoying the people you're trying to attract sound like a poor idea? I know when I am annoyed by something I'm more likely to resist. For example, whenever I meet militant PETA people I really want to go kill baby bunnies, skin them, and wear their bloody firs as a coat... and I'm vegetarian!

    I think if I were an IE user I'd refuse to use Firefox on these grounds. Impress me on technical or philosophical merits, not by being a bully.

    --

    What if the entire Universe were a chrooted environment with everything symlinked from the host?
    1. Re:Annoyance as a marketing technique? by kryten_nl · · Score: 4, Interesting

      How many times have you come across a website which, in stead of giving you content, advised you to update your IE to 5.0 or higher?

      --
      For the perfect anti-Unix, write an OS that thinks it knows what you're doing better than you do and let it be wrong.
    2. Re:Annoyance as a marketing technique? by linebackn · · Score: 4, Insightful
      How many times have you come across a website which, in stead of giving you content, advised you to update your IE to 5.0 or higher?

      I come across this kind of thing all the time. Way to often. And while *I* turn away from such sites, regular blow joe users will stop using whatever non IE-browser they may be using and "just use IE because everything works in IE". And it is damn near impossible to convince these people to not use IE.

      It is high time to start fighting fire with fire (and Firefox!).

      I don't see why people are getting so uptight about this. People are free to use their own judgment as to how to inform, warn, or outright block IE users. If these people want to design sites so they work in Mosacic and Netscape 2.0 they are free to do that too, but the web is moving on with or without them.

  5. Oh, lovely, it's spyware by Anonymous Coward · · Score: 5, Informative

    function hasIE_phoneHome(image) {
      if (document.getElementById)
        {
          var img = document.getElementById(image);
        }
      else if (document.all)
        {
          var img = document.all[image];
        }
      else if (document.layers)
        {
          var img = document.layers[image];
        }
      img.setAttribute('src','http://getunder50.com/ping .php?host='+location.host);

    }

    1. Re:Oh, lovely, it's spyware by orkysoft · · Score: 4, Informative

      They're just collecting site - browser id pairs for statistics, because they want to know which of the participating sites have under 50% IE visitors.

      --

      I suffer from attention surplus disorder.
  6. not keen by icepick72 · · Score: 4, Insightful

    Ya right, I want to explicitly drag the browser war straight into my commercial web sites. That should help business. What kind of web sites will you see with banners telling the user to switch? This is no better than the old "Designed for x Browser" buttons that were displayed in the past. In fact this is worse.

  7. Re:That's _exactly_ what we need... by LGagnon · · Score: 5, Interesting

    There's no guarantee that this will cause another monoculture. AS Firefox becomes more popular, people will likely see that they have more choices for browsers (rather than the old IE = internet mentality). Over time, other browsers will be embraced based on how well they compete with Firefox. And unlike with IE, Firefox is actually competing fairly.

  8. Please, please don't! by Opportunist · · Score: 4, Insightful

    As long as the IE has a dominant role in the browser world, trojan writers will concentrate on it. There are already the first trojans aiming for FF, and I'm not sure if I want them to become more.

    Also, it's not really a program I can support. Inform those that don't know about their options, but don't get on their nerves. Ever opened an IE (when your standard browser is something else) and noticed how it bugs you with "IE ain't your standard browser, do you want it to be?"?

    And how annoying this is?

    And how it doesn't want you to make IE your standard browser even MORE?

    Why would you think it makes someone use FF instead of IE if you keep bugging him just the same way IE pesters you?

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:Please, please don't! by bunratty · · Score: 5, Insightful
      As long as the IE has a dominant role in the browser world, trojan writers will concentrate on it.
      By your reasoning, hackers would concentrate on Apache instead of IIS because it runs more servers. Wrong, they still attack IIS more. Likewise, hackers will focus on IE because it has more known unpatched vulnerabilities than other browsers.
      --
      What a fool believes, he sees, no wise man has the power to reason away.
  9. Your Mission: Get Under 50 by tepples · · Score: 4, Informative

    this project's goal is not to get people using any better browser but Firefox.

    O rly? "Your Mission: Get Under 50" in the article describes a stats page that tracks sites that have fewer than 50% page views from Microsoft Internet Explorer. The end is less IE; the means is more Firefox. If the goal were to advocate Firefox to replace Opera or Safari or Konqueror, the mission would be "Get Over 50".

  10. Firefox Deterrent by gihan_ripper · · Score: 4, Insightful

    Huh? This is the same type of bull that makes me hate IE only websites. At least most IE-only problems can be attributed to stupidity instead of malice. If someone tried to deliberately hinder my access to their site because I use Firefox, I'd likely never visit the site again.

    Worryingly, the wording of this site makes it sound as though Google is affiliated with ExplorerDestroyer, which is very far from the truth. In fact, I imagine that Google would be worried by this page as it detracts from their "do not evil" ethos.

    --
    Phoenix, Boston, Little Rock, see a pattern?
  11. You missed an important point by njdj · · Score: 4, Insightful
    ..another browser monoculture.

    Wrong. A user who comes to the site with Opera or Mozilla or Safari, or in fact any W3C-compliant browser, will not see the message (unless browser options are set to lie about its identity, which is probably not a smart thing to do anyway). This initiative is not intended to lead to a browser monoculture.

    Having said that, I would have preferred to see a script which detects grossly non-standard behavior, rather than a specific browser. I'd have no problem with MSIE being dominant if it respected agreed W3C standards.

  12. Annoying by danimrich · · Score: 4, Insightful

    This is annoying for those who cannot switch browsers for one reason or the other. In my opinion, web developers should aim to make their sites usable for as many different browsers as is reasonably possible. Including Internet Explorer, Lynx, mobile phones and old Netscape versions. Usable does not imply that the site needs to look pretty in that browser, but people should be able to access the (text) content.

    Your users will have a reason why they use a particular browser, and often it's not because they're too lazy/dumb to install a "better" one.

    --
    where's all that Karma?
  13. Browse Happy by rathehun · · Score: 4, Informative

    Why create an annoying additional campaign. Use an existing one:

    http://browsehappy.com/

    R.

  14. Re:That's _exactly_ what we need... by linebackn · · Score: 4, Interesting
    That is just pathetic - soon there will be banners "Using Windows - switch to Linux, you will like it better, and maybe we will let you in our website


    There are already plenty of web sites that say they only work on IE using Windows and won't let you in. The other day I even saw one that explicitly and snobbishly said the only way they would "support" using a Mac was with Windows and IE loaded in VirtualPC.

  15. Re:Is this easy by Anonymous Coward · · Score: 5, Informative

    No, <!-- is the beginning of an HTML comment, and --> is the end of one.  IE sees the comment, then sees the conditional code and knows to include it (if it matches the right version).  Other browsers simply see it as an HTML comment and don't show it.

  16. Re:Is this easy by Firehed · · Score: 4, Funny

    Well go figure. As soon as I put my "Switch to Fx" code at the page, it starts rendering correctly in IE. I had no idea it was that sensitive, but apparently threatening browsers makes them work better.

    --
    How are sites slashdotted when nobody reads TFAs?
  17. Re:If blocking users is wrong,it's wrong for every by Spicerun · · Score: 5, Interesting

    "...but by blocking IE users, you're frustrating them, making their lives that much more difficult, and making them that much more annoyed at Firefox. Plus, actively turning away users is not something *any* webmaster who cares about his/her readers would do, IMHO."

    Why is it that nobody can frustrate IE users, in your view, but its perfectly acceptable to frustrate non-IE users (which has already been going on for years)? IMHO, this is long overdue and it is about time the IE users get some of the treatment dished out on the rest of us who don't use IE.