Slashdot Mirror


The Browser Wars Are Back?

jpkunst writes "ZDNet UK reports and PCWorld.com report that, according to Netscape founder Marc Andreessen, whose comments came during a discussion with Yahoo Chief Operating Officer Dan Rosensweig at the Web 2.0 Conference in San Francisco on Wednesday, 'the browser wars are back', thanks to the emerging popularity of products such as Apple's Safari and the open-source Firefox. Andreessen warned that 'competition could compel the company [Microsoft] to use aggressive tactics to protect its Windows operating system monopoly'."

130 of 634 comments (clear)

  1. opera by genner · · Score: 3, Interesting

    Firefox, Safari? What about Opera! I'm sick of
    being left out of the browser wars. I like my
    mouse gesture enabled browser thak you very much.

    1. Re:opera by Anonymous Coward · · Score: 5, Informative
    2. Re:opera by hype7 · · Score: 5, Informative
      Firefox, Safari? What about Opera! I'm sick of
      being left out of the browser wars. I like my
      mouse gesture enabled browser thak you very much.


      there's nothing opera-specific about mouse enabled gestures.

      here it is for OS X, supporting all major browsers and many other apps:
      http://www.bitart.com/CocoaGestures.html

      Cocoa Gestures adds mouse gestures to any Cocoa program such as Mail, Address Book, iCal, TextEdit, Safari, Chimera, OmniWeb, Path Finder, Stone Design's great suite of applications like Create, and many others.

      -- james
    3. Re:opera by Jens_UK · · Score: 5, Informative

      Well, they are not enabled by default, but gestures can be added to Firefox: http://update.mozilla.org/extensions/showlist.php? category=Mouse%20Gestures

    4. Re:opera by TheRealMindChild · · Score: 4, Informative

      Opera is one of the FEW pay for Web Browsers, AND it is the most horrible browser *I* have ever used. Especially its crippled javascript implementation is enough to drive a geek to burn villages and blow up trains

      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    5. Re:opera by genner · · Score: 3, Funny

      I'll go warn the villagers.

    6. Re:opera by betelgeuse-4 · · Score: 5, Insightful

      Opera was around during the original browser wars but was never a serious contender (in terms of market share). What makes you think it is a serious contender now? Firefox has mouse gesture extensions (some people don't like them anyway), has managed to gain a reputation as more secure than IE and, as others have pointed out, is free.

    7. Re:opera by WIAKywbfatw · · Score: 2, Informative

      Again, more FUD. Opera's JavaScript hasn't been an issue for sometime now.

      --

      "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
    8. Re:opera by Foofoobar · · Score: 4, Insightful

      Well I wouldn't call it inferior because it still is a damn fine browser but there are a few things that don't make me use it.

      - larger footprint
      - less CSS support
      - not free (unless you want an annoying banner ad)
      - buggier (yes, in comparison to Firefox)
      - less support
      - they make the choices for you unlike in Firefox where all the add-ons and extensions are there for YOU to choose.

      Al in all, I would still use Opera LONG before I got back to IE but it took a different approach than Firefox and I really have to say I like that I get to choose my own extensions rather than having them bundled.

      --
      This is my sig. There are many like it but this one is mine.
    9. Re:opera by ACNSlave · · Score: 3, Insightful

      Opera was around during the original browser wars but was never a serious contender (in terms of market share). What makes you think it is a serious contender now?

      I'm no Opera Fan, but I have to point out the logical fallacy here (which, by the way the people who marked this guy insightful should read): Product A had no market share at some point in time. Support your argument that it should have more market share now.

      Can you see how easily that same argument can be turned against your favorite browser? I believe the term is non sequitur. Get a better argument. One based on facts would be good.

      --
      Today is a good day to code.
    10. Re:opera by Bralkein · · Score: 2, Interesting

      I've used quite a lot of browsers in my time, including Firefox, and I have to say that Opera impressed me so much I bought a license. It's not just about the features, it's how they're implemented and put together that matters. Sure, Firefox can have extensions added to give it an Opera-ish feel, like mouse gestures and the superior (IMHO) implementation of tabbed browsing, and it's free software, which is great, I am writing this on Linux and if ever I made software I'd be sure to GPL it, so Firefox is definitely a good, flexible browser that one can use with a clear conscience.

      Still, I prefer to use Opera. Firefox's extensions, plugins, whatever you call them feel just like what they are, additional features glued on afterwards. That's not to say they're not useful, but using Firefox is simply not as smooth and effortless as using Opera. I wanted to move away from Opera to Firefox, for the sake of free software, but I am afraid I just couldn't forget it. It is such a beautifully crafted piece of software that I can't just not use it. Even if you don't like the default appearence, interface, whatever, it is so configurable, moreso than Firefox I think, that you can make it behave just how you want it to. With any other browser I just don't feel like I have that level of control. Maybe it is true that it is not a strong contender in the "Browser Wars"... but that's just bad luck, because it damn well should be!

    11. Re:opera by TheRaven64 · · Score: 3, Informative

      I don't know what version of Opera you used, but the one I used had two JavaScript implementations. One of which conformed to the ECMA specification, and another that is bug-compatible with IE (it switched between them depending on what you told it to identify as). It also included more complete CSS2 support than any other browser I've used (although Safari generally provided nicer looking output from the same CSS, particularly on things like shadows and bevels).

      --
      I am TheRaven on Soylent News
    12. Re:opera by f00zy · · Score: 2, Funny

      Yeah, so when is lynx going support mouse gestures anway?

    13. Re:opera by TheRealMindChild · · Score: 5, Interesting
      I don't think so champ. Indulge me, ever so quickly...

      Make 3 pages, called main.html, topframe.html, and bottomframe.html. And dont worry. I took a whole 3 minutes putting this together. No need to thank me.

      Begin main.html
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN">
      <html>
      <head>
      <title>Main</title>
      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
      </head>
      <frameset rows="50%,50%">
      <frame name="mytop" src="topframe.html" scrolling="no" frameborder=0 noresize>
      <frame name="mybottom" src="bottomframe.html" scrolling="no" frameborder=0 noresize>
      </frameset>
      </html>
      End main.html

      Begin topframe.html
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      <html>
      <head>
      <title>Top</title>
      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
      </head>
      <body>
      <script type="text/javascript" language="javascript">
      function printframe()
      {
      window.parent.mybottom.window.focus();
      window.parent.mybottom.window.print();
      }
      </script>
      This page should never print<br>
      <form name="PrintTest" method="get" action="">
      <input type="button" name="printme" value="Print other frame" OnClick="printframe(); return false;">
      </form>
      </body>
      </html>
      End topframe.html

      Begin bottomframe.html
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
      <html>
      <head>
      <title>Bottom</title>
      <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
      </head>
      <body>
      <b>Only this page should print!!!!!!!!!!!!!!!!!!!!!</b>
      </body>
      </html>
      End bottomframe.html

      Now I even made sure they pass the w3c validator so as to not get blame from having invalid pages. Anyway, that code works perfect in the top browsers... all except Opera. Opera, even the most current version (This has been a bug for as long as I have known in Opera), will print every frame, where as all other browsers will properly print their specific target. I used this perticular example because it is the most recent one I have had the priviledge of dealing with. Believe me, there are hundereds more. Ive got a notebook dedicated specifically to Opera bugs I should watch out for
      --

      "When life gives you lemons, don't make lemonade. Make life take the lemons back!" -- Cave Johnson
    14. Re:opera by ViolentGreen · · Score: 2, Funny

      Would that have anything to do with the lack of a right mouse button?

      *ducks*

      --
      Not everything is analogous to cars. Car analogies rarely work.
  2. Protecting the Monopoly by PonyHome · · Score: 5, Funny

    Yeah, Microsoft might take some REALLY extreme tactic to protect their monopoly -- like giving their browser away for free, bundled with the operating system! Oh, wait....

    1. Re:Protecting the Monopoly by Mattintosh · · Score: 5, Funny

      That'll be a good tactic against Safari... ...

      AHAHAHAHAHAHAHAHAHAHAHAHAHAHAHA!

      Sorry. :)

    2. Re:Protecting the Monopoly by Bastian · · Score: 4, Insightful

      OK, so they've got the embrace done.

      I predict that their REALLY extreme tactic will be to start throwing every "extension" they can think of into IE, especially ones that break compatibility with other browsers and webservers.

      Well, every "extension" except for security, that is. =D

    3. Re:Protecting the Monopoly by hype7 · · Score: 5, Interesting

      maybe the reason MS have stopped caring is that there is no longer any reason to care.

      they offered IE for free in the hope that they could "embrace and extend" the internet - stopping all other browsers, and thereby stopping all other platforms - but it didn't work. so why should they bother any more? there's nothing to be gained by owning the users browser.

      on the other hand, owning where they buy all their music from... now that might be a lucrative business to get into...

      -- james

    4. Re:Protecting the Monopoly by salvorHardin · · Score: 5, Informative

      Against safari? They'll probably just employ the same kind of dirty tricks they did against Opera, where they detect the user agent string, and send back broken CSS files.

    5. Re:Protecting the Monopoly by typhoonius · · Score: 5, Insightful

      Or they could make it impossible to uninstall, make it the file manager, require it for security updates, and make the help system dependent upon it.

      OH, WAIT. The only way could integrate IE more into my Windows "experience" is if they soldered a big metal "e" onto my ass.

    6. Re:Protecting the Monopoly by Coryoth · · Score: 5, Interesting

      they offered IE for free in the hope that they could "embrace and extend" the internet - stopping all other browsers, and thereby stopping all other platforms - but it didn't work. so why should they bother any more? there's nothing to be gained by owning the users browser.

      There is still a lot ot be gained from owning the users browser, because at long last real rich GUI apps are starting to be available over the web. We were promised web applications a long time ago, but all we got were forms and web pages that, while providing an interface were quite slow, and had a very bare bones interface.

      Microsofts big new technology advancement for Longhorn is XAML and Avalon which, in theory, brings real fast rich web applications to the world. In the meantime firefox/mozilla is busy with XUL and related technologies (if you want to see what XUL can do, take a look at this site).

      Web applications are going to happen. They aren't going to replace locally installed apps entirely, but they will fill niches with, for instance, powerful webmail interfaces (that look and behave like a local GUI), tax calculation apps, calendaring services, and all those simple database frontends etc. The question then, is who is going to provide the architecture for Web Apps? MS desperately wants to be the one to do it - because web applications are potentially completely platform agnostic. If Web applications are all XAML, then you need Windows to use them, and MS strengthens their monopoly. If XUL gets a decent foothold, then any platform that has Mozilla, Firefox, or in fact any XUL implementation (XUL is open source and LGPL, so whoever wants to can implement it), is a viable platform for those web apps.

      What MS fears most is a world where a decent chunk of applications are completely platform agnostic, because then people simply won't care about Windows. Lose the monopoly stranglehold, and MS will be in severe trouble.

      To keep that monopoly stranglehold MS has to, if not win this latest browser war, at least keep the fight going long and hard enough that Longhorn has significant market share (that's well past the release date), and hence XAML is the most widely available architecture via which to deliver web apps, before Mozilla/Firefox gets any really significant market share.

      This war is surprisingly important.

      Jedidiah.

    7. Re:Protecting the Monopoly by theantix · · Score: 2, Insightful

      You joke, but with the amount of money that Microsoft makes they could very easily refocus on their browser and make it a lot more competitive. If they added tabbed browsing, popup blocking, and a few other popular FireFox features they would prevent a lot of average Windows users from switching to FireFox.

      With all the money they make there, I really can't understand why they _don't_ do this. It makes no sense at all why they'd just give up on their browser like they have.

      --
      501 Not Implemented
    8. Re:Protecting the Monopoly by mcrbids · · Score: 3, Insightful

      they offered IE for free in the hope that they could "embrace and extend" the internet - stopping all other browsers, and thereby stopping all other platforms - but it didn't work. so why should they bother any more?

      Imagine what they COULD have done by leveraging IE into developing weblications!

      The biggest problem with web-based anything is the lack of control you have over the browser. Not coincidentally, this is why development time for web-based applications is quick - the application output is very simple.

      For example, I've written a medium-sized application (~40,000 lines) in PHP-GTK and love the control I get over the client experience in the application. User chooses X, I pop up a dropdown list to get more information, pop up an editor that captures their input in real time, etc....

      It's hard to impossible to do all this with javascript, but it's sort of what I'm talking about.

      Take javascript, make it 10x more powerful, and provide some security measures.

      For example, a certificate that would have to be installed in the browser first before scripts from NNN site would operate. Control the distribution of the certificates, and you control access to the application! You could use a bi-directional certificate so that both sides authenticate each other!

      Run this over HTTPS and you'd have a damn secure application framework that would allow for:

      1) Rapid application development times - On the server it'd be a set of ASP/PHP style scripts.

      2) Rich client-ish interfaces that make XUL look tame.

      3) Secure by design. Your scripts would only be accessable to somebody with a valid certificate.

      4) If sufficiently developed, the javascript replacement could operate offline merely by saving the script to disk. (stretching things a bit, here)

      In short, all the advantages of web-based design with all the advantages of client-side design. What's not to like?

      They botched it with ActiveX, but it was an attempt at what I'm talking about. Can you imagine trying to fight that?

      Java comes close to the above - but it lacks the security features I'm mentioning, and it's operational characteristics are "heavy" - the JVM is large and slow, particularly in low-memory situations.

      --
      I have no problem with your religion until you decide it's reason to deprive others of the truth.
    9. Re:Protecting the Monopoly by leifb · · Score: 2, Funny
      The only way could integrate IE more into my Windows "experience" is if they soldered a big metal "e" onto my ass.

      My God, Man! What are you doing with your computer?

    10. Re:Protecting the Monopoly by DennisZeMenace · · Score: 3, Insightful

      I don't think that'll work anymore because there are just too many people using open-source browsers nowadays, including all Mac users.

      Microsoft's enormous mistake was to drop IE for the Mac. Back in the days, when you complained to a webmaster about a webpage not rendering well on Linux, you'd get laughed at. I got even insulted once, about how i had to use a 'serious' browser. Now, when you complain about a page not rendering well on a Mac, webmasters take you seriously because Mac OS gets a lot more respect as a desktop OS.

      While there are still web sites out there that don't render well outside of IE, there are a LOT less of them compared to three years ago.

      If I were MS, I'd make a huge marketing campaign about a brand new browser, with a different name and all, with all sorts of new features, and make sure you provide a Mac version. If they were smart, they'd release a Linux version too, but god knows pigs will fly when that happens...

      -DZM

    11. Re:Protecting the Monopoly by michaelepley · · Score: 2, Funny

      I think a new "IE" key is in order too.

    12. Re:Protecting the Monopoly by Hoplite3 · · Score: 4, Funny

      {knocks on door}
      Sir, I'm from the microsoft corporation. I was sent to "upgrade" your browsing experience. Plase bend over and drop your shorts.

      No, sir, this isn't really necessary. Our geeks are working on a way to use XAML to automatically download and solder metal on to your ass over the internet. Yep, the future is coming.

      --
      Use the Firehose to mod down Second Life stories!
    13. Re:Protecting the Monopoly by kisielk · · Score: 2, Informative

      You mean like ActiveX controls? I can think of many web services that don't work without ActiveX.. particullary some web conference software. However I think most of those are going to eventually have to change and go under. I know we dropped a few at the company I work for because our Unix users couldn't use them in Mozilla. Instead we went with one that had java-based clients

    14. Re:Protecting the Monopoly by graveyhead · · Score: 2, Interesting
      Web applications are going to happen.
      Amen, brother! I'm getting in on the discussion a bit late, but WTF.

      I've been thinking about this recently too. It requires an interesting mix of screen-scraping techniques and RAD GUI development. Mozilla's XUL engine is perfect for this.

      Most /. readers have probably noticed that many sites offer an RSS (or other RDF format) feed. This is a good start, because it allows a desktop app to get at the structured data without knowing how to parse HTML.

      There is a major problem with this, however. Take a look at slashdot's feed. Interesting, yes, but limited. About all it lets you do is create a simple launcher that would link to the details / comments page. You couldn't, for example, put user comments into a tree-like widget very easily. Since /. doesn't provide comments in RSS the app would be very limited.

      I've been thinking about solutions for this problem for a long time now. Mozilla is by far the most interesting solution to date. My solution uses XSLT and RDF and only requires a couple hundred lines of script code. The basic flow looks like this:
      • start with a plain-old URL, e.g: http://slashdot.org/article.pl?sid=04/10/08/143520 1&tid=154&tid=113&tid=114
      • Transform the page into a custom RDF/XML format, using XSLT. This simplifies transformation and makes it easy to track HTML updates on the host site.
      • Create a 'rdf:xxx' in-memory datasource from the loaded RDF.
      • Attach templated components to it, which are notified and refreshed when the datasource is re-read.
      This class is implemented in less than 300 lines of Javascript code.

      The XUL template system hooks into this perfectly. For example, I was able to write a menu which contains the front-page slashdot stories in about 5 lines of XUL code and about 30 lines of XSLT.

      In short, if you haven't already, check out Mozilla as an application development platform. You won't regret it!
      --
      std::disclaimer<std::legalese> sig=new std::disclaimer; sig->dump(); delete sig;
    15. Re:Protecting the Monopoly by owlstead · · Score: 2, Informative

      Java does use quite a lot of memory, but so does .NET, and - pardon me - mozilla as well. Actually, I was looking for a Java browser just now, but the only hits I get are for HotJava, which is *completely* deprecated, and ICE, which is commercial.

      I've seen an implementation of Mozilla in Java, but I could not get it to run. Still I hope that somebody will find the time to create an open source Java browser. The HTTP part is already there (Apache Jakarta project).

      Currently I am busy with a USENET client in Java, after that I might switch to the web browser part. Let's create something that is safe, rather fast, ultra portable and looks like a native application (e.g. the SWT of IBM might do just that).

      Java has quite a lot of security features including certificate support, classloaders etc. etc. so that would certainly not be the problem. For speed try the new 1.5 version of Java, its quite a starter, since a lot is cached in advance.

  3. Oh goody. by psbrogna · · Score: 5, Funny

    Well it's about time- we were damn close to having actual web standards. Glad we dodged that bullet.

    1. Re:Oh goody. by rootofevil · · Score: 5, Insightful

      standardizing on IE? as a web designer, id rather shoot myself in the face than be saddled with IEs "enhancements" and "features" thankyouverymuch.

      whats so hard about loading a transparent PNG anyway?

      --
      turn up the jukebox and tell me a lie
    2. Re:Oh goody. by mini+me · · Score: 3, Informative

      whats so hard about loading a transparent PNG anyway?

      What's even worse is that IE does support transparent PNGs, if you apply a filter to it. Why can that be the default action for PNGs?

    3. Re:Oh goody. by Infonaut · · Score: 2, Insightful
      .PNGs don't work? Jesus, use GIFs, JPGs, TIFFs, etc. No big deal.

      Actually it is a big deal. PNG provides many advantages over GIF for both designers and Web users. But because the dominant browser doesn't support PNG properly, even those people who don't use IE are saddled with its limitations.

      That's one of the most pernicious effects of monopoly control - the weaknesses of a monopoly product become liabilities to everyone.

      --
      Read the EFF's Fair Use FAQ
  4. Three Words by cryptochrome · · Score: 5, Informative

    Opera's Not Free

    --

    ---If you can't trust a nerd, who can you trust?

    1. Re:Three Words by genner · · Score: 2, Informative

      Sure it is, if your willing to put up with a
      single ad being wedged at the top of the screen.

    2. Re:Three Words by Anonymous Coward · · Score: 3, Insightful

      Which I'm not - and based on the popularity of adblocking extensions, I'm not alone.

      It also isn't open-source which is kind of important to a lot of people here.

    3. Re:Three Words by adam+mcmaster · · Score: 2, Insightful

      Why would I want software with ads embedded in it?

    4. Re:Three Words by RangerRick98 · · Score: 3, Insightful

      And why would I want screen real estate taken up by an ad when I can use Firefox instead?

      --
      "You're older than you've ever been, and now you're even older."
    5. Re:Three Words by Silverlancer · · Score: 2, Interesting

      No its not. I've used both, and here's what I have to say...

      1. Opera eats memory almost as bad as Windows XP does.

      2. Opera is slow.

      3. Opera has that stupid ad.

      4. Opera isn't open source.

      5. Opera isn't as well-supported as Firefox.

      6. Opera is ugly.

      7. Opera is annoying to use--Firefox has a much better interface. Simple is good.

      IMO Firefox/Safari are by far the best browsers out--I've tried many others and nothing really comes close. Including Opera. In fact, I'd put IE above Opera, simply because Opera is so damn slow, ugly, bloated, and has that stupid ad...

  5. All MS needs to do to compete is imitate by winkydink · · Score: 5, Interesting

    Just watch Safari & Firefox development and imitate the functionality. Joe User then has no compelling reason to switch.

    --

    "I'd rather be a lightning rod than a seismometer." -Ken Kesey

    1. Re:All MS needs to do to compete is imitate by hype7 · · Score: 3, Insightful
      Just watch Safari & Firefox development and imitate the functionality. Joe User then has no compelling reason to switch.


      I can think of a few compelling reasons...

      -- james
    2. Re:All MS needs to do to compete is imitate by FooBarWidget · · Score: 2, Insightful

      Joe User doesn't care about that kind of stuff. He downloads WinXP SP 2 and then brags about that it's a "huge improvement" and that security problems are a thing of the past.

      Whether that's true is another story. But that's the Joe User mentality.

    3. Re:All MS needs to do to compete is imitate by winkydink · · Score: 2, Funny

      Yeah, just look at Netscape. MS chased their taillights too.

      --

      "I'd rather be a lightning rod than a seismometer." -Ken Kesey

    4. Re:All MS needs to do to compete is imitate by dtfinch · · Score: 2, Informative

      Mozilla's tabbed browsing has completely changed how I research on the internet.

      I scroll through the current page, middle clicking on every interesting link, which opens them in background tabs. Then when I've done with the current page, I close its tab to move to the next page.

      This ensures that I don't miss anything and I don't have to mess with as many as 50 windows open at once. I just have 50 tabs at once, all preloading so I don't have to wait at all.

    5. Re:All MS needs to do to compete is imitate by david_reese · · Score: 2, Informative
      Joe User doesn't care about that kind of stuff.

      Bullshit. I have had 3 friends who, even if they're computer literate, are really hating their windows boxes. I've tried time and again, to get them to install spybot, firefox, etc. But they won't have it. THey're convinced that these are stopgap measures that really won't accomplish much in the long run. One of them refuses to use his PC networked anymore (even afer OS reinstall). He just views his camera images and listens to his music. Another one is trying out Linux (Lindows/Linspire). The last one is dead-set on spending $3000+ to get a new powerbook + ipod.

      These people aren't exactly Joe Schmoe, but they're not powerusers either. They're done with windows. I just wish my work would let me bring in a mactop, otherwise I'm stuck with my windoze one :-(

  6. Too late , too little by Gopal.V · · Score: 4, Insightful

    When my company started putting "Best Viewed in Firefox/Mozilla" on the intranet . I knew that the browser wars are over .

    Microsoft may be able to do something however late it is (see .NET and Java) ... but I suspect Mozilla's not as slow as Java in responding , especially when it's Microsoft

    1. Re:Too late , too little by Mattygfunk1 · · Score: 5, Insightful
      When my company started putting "Best Viewed in Firefox/Mozilla" on the intranet . I knew that the browser wars are over .

      When you said your company started putting "Best Viewed in Firefox/Mozilla" on your intranet, I knew that your developers missed the point of web standards and the browser wars entirely.

    2. Re:Too late , too little by lukewarmfusion · · Score: 4, Insightful

      "When my company started putting "Best Viewed in Firefox/Mozilla" on the intranet . I knew that the browser wars are over."

      1. That's very 1997 of you. Good job.
      2. The browser wars are not over; that's like claiming that Palestine has suddenly won the conflict over Israel. (Yes, I did just compare Microsoft to Israel and Mozilla to Palestine. Politics aside, I think their positions are similar.)
      3. Your company is, at most, a drop in the ocean compared to the [steadily declining] number of IE users out there. You might have fifty users on Firefox, or you might have ten thousand.

      It comes down to a business decision. If you force software upon your employees, will they be more or less productive? Will they actually use it, or will they use the alternatives? If your company's employees come to work after checking their email in AOL on Windows 98, they might not be comfortable using Firefox. It shouldn't be that way, but not everybody moves very easily. This is the same reason why OpenOffice.org isn't more popular. Luckily for Mozilla (esp. Firefox), their product has so many advantages that people are willing to undergo the relatively painless process of switching.

    3. Re:Too late , too little by arhar · · Score: 2, Insightful

      Yes, I did just compare Microsoft to Israel and Mozilla to Palestine. Politics aside, I think their positions are similar

      Politics aside, I think you're a troll.

    4. Re:Too late , too little by pmsyyz · · Score: 2, Informative

      "Anyone who slaps a 'this page is best viewed with Browser X' label on a Web page appears to be yearning for the bad old days, before the Web, when you had very little chance of reading a document written on another computer, another word processor, or another network."

      -Tim Berners-Lee, Technology Review, July 1996

      --
      Phillip
  7. Re:This Just In by mikefe · · Score: 4, Funny

    "Microsoft attempts to destroy all browsers in new version of Windows by causing them to make farting sounds every time you visit a web site."

    Oooh, even better do that with IE!

    What a better way to keep workers from using it -- emberass them!

    --
    There: Something at a specific location.
    Their: Owned by someone.
    Please make sure your english compiles.
  8. FireFox by jokerr · · Score: 2, Interesting

    Firefox will most likely gain a lot of ground but I don't think it will come out on top. I would love to see it come out on top but Microsoft has a lot of ground it they're not going to give it up without a fight.

    1. Re:FireFox by Doesn't_Comment_Code · · Score: 4, Insightful

      Firefox will most likely gain a lot of ground but I don't think it will come out on top. I would love to see it come out on top but Microsoft has a lot of ground it they're not going to give it up without a fight.

      Firefox and others don't have to come out on top. There just needs to be a significant presence of browsers other than IE on the net to negate Microsofts ability to abuse. When 98% of browsers are IE, they can basterdize standards and it looks like the 2% are the screwed up ones. If several other browsers are largely in use (don't need to be #1) then it will be more apparent which browser is actually screwed up and not following standards.

      Well, I can see it in Safari, and Joe can see in Firefox. Sally says it works with Opera. How come it looks so weird on your computer?

      --

      Slashdot Syndrome: the sudden, extreme urge to correct someone in order to validate one's self.
  9. I think the whole virus thing is really helping by hsmith · · Score: 4, Interesting

    as bad as it sounds. You add browser hijacking, security holes in MS OS's volla!

    MS needs to unhook the browser from the OS, i think this turned out to be a major assbiter for them now. Becuase it is so intertwined they have allowed the holes to become easily exploitable.

    maybe they will finally rewrite IE and allow for it to be better? but lets not cross our fingers

    1. Re:I think the whole virus thing is really helping by Nikker · · Score: 2, Insightful

      You forget one thing M$ cannot under any circumstances let IE go from the OS. That is the entire reason why they are allowed to send out coppies of it right now with your new machine.

      By Microsoft taking IE out of the deep depths of the OS all of a sudden you have an "external" browser. Sure the OS will benifit from security and a smaller foot print, but who will be able to say "it cannot be removed from the OS because with out it the system doesn't work"

      That is why I think M$ is doomed to carry this monkey on their back and apparently after having it for the past 9 years they have no idea how to isolate it from the os, or just dont want to.

      --
      A loop, by its nature, continues. If that didn't make sense, start reading this sentence again.
  10. Not surprising by Schweg · · Score: 5, Interesting

    This issue seems to have come to a head in the past year or so, particular in the corporate environment.

    I am IT director for a small division of a company near Philadelphia, and the problems caused by IE in our environment have increased greatly in the past year. We spend more time than ever fixing problems caused by spyware in particular.

    This also falls into a timeframe when the browser alternatives have been getting much better (Mozilla, Firefox). We are currently planning to move everyone to Firefox as their default browser once it has been released as 1.0 or better.

  11. "Aggressive tactics" by ARRRLovin · · Score: 2, Funny

    You mean, like actually putting some developers on IE and shining it up a bit? At least give it a bit of XP flavor or something, call it IE 2005 or something.

    --
    -Randy
  12. I use Windows on my laptop... by dodongo · · Score: 3, Interesting

    And I certainly don't browse with IE; I use Firefox. I use Windows on my laptop because it's most convenient for what I do. Furthermore, it's also convenient just to have a Windows box lying around :)

    That said, I use SuSE 9.1 on my desktop and I love it dearly. I wouldn't go back for any reason. Yes, there's still the occasional glitch or issue I don't know how to resolve, but I'm fine with that.

    Microsoft needs to understand, though, that if any sort of aggressive monopoly protection significantly affects the way in which I use my laptop computer, WindowsXP SP 2 will be going the same way as the Windows XP on my desktop: right out the, er, window.

  13. Re:Huh? by devphaeton · · Score: 5, Interesting

    When were they gone?

    I believe that was declared with the PMSNBC.com article that trumpeted "BROWSER WARS OVAR!!" and thus went on to claim IE the victor....

    By what standard, i don't know...

    Currently, i view MS as a hibernating giant- with Longhorn getting pushed back again and again, and IE just barely adding some bolted-on features of late (but yet not really fixing any of the severe issues with it)... and so forth...

    If we, Apple, or anyone is going to put a sizeable dent into the Windows Entrenchment, *NOW* is the time...

    --


    do() || do_not(); // try();
  14. HypeWars by Doc+Ruby · · Score: 3, Insightful

    Maybe the browser wars are back, but that gasbag Andreessen is clamoring to be back at any rhetorical cost. He hasn't done anything useful since he butchered HTML with the badly coded tag, which he couldn't even code himself at NCSA. Since then, he's gone from expensive blowhard spokesmodel for the biggest IPO in history, to has-been blown '90s dude. Only _Wired_ even listens to him anymore.

    --

    --
    make install -not war

    1. Re:HypeWars by jvj24601 · · Score: 2, Interesting

      I did a Google search on this topic, and the first link returned was the start of an email thread that turned out to be insightful reading on the key guys (Andreessen, Tim Berners-Lee, and many others) in early 1993 regarding the evolution of hypertext, HTML, and other related topics.

    2. Re:HypeWars by Anonymous Coward · · Score: 3, Funny

      The true story of why the <IMG> tag is the abomination that destroyed not only the Internet, but HTML and page layout.

      Yeah, I sure do miss the Internet.

  15. Not Until IE is Unbundled by dekemoose · · Score: 5, Interesting

    It's foolish to think that alternative browsers will ever have more than a few percentage points as long as users have what appears to them be a perfectly good browser sitting on their computer when they unpack it from Dell/Gateway/Whatever. We're talking about people who for the most part don't have the competence to download security fixes, let alone downloading a new browser. Just as Windows is synonymous with computers for most people, IE is synonymous for the Internet. I'll believe the browser wars are back when Dell (oor similar) bundles Firefox with their machines.

    1. Re:Not Until IE is Unbundled by savagedome · · Score: 4, Interesting

      IE is synonymous for the Internet

      When you search Google for the word internet, the first hit is IE home.

    2. Re:Not Until IE is Unbundled by Doesn't_Comment_Code · · Score: 3, Funny

      We're talking about people who for the most part don't have the competence to download security fixes, let alone downloading a new browser.

      Shouldn't the automated security patch downloader on Windows install Firefox for you?

      --

      Slashdot Syndrome: the sudden, extreme urge to correct someone in order to validate one's self.
    3. Re:Not Until IE is Unbundled by msisden · · Score: 3, Interesting

      You don't think that large corporations installing additional browsers will have any impact?

      I work in the IT department of a university, and we currently have Firefox installed on all the machines we manage. We actually install Firefox on any machine missing it before we do anything else with a computer, because we do not like using an insecure browser. While Firefox might not be entirely secure (then again, what is?) but it is much better than IE.

      Currently we are working on a way to remove as much of IE as possible (which IS possible, just a lot of trial and error so as not to break other programs that are needed) at which point Firefox will become the defacto browser.

    4. Re:Not Until IE is Unbundled by thenextpresident · · Score: 4, Interesting

      Hehe, but searching for 'web browser' brings up Mozilla.

      Just found that amusing.

      --
      Jason Lotito
  16. Say it ain't so by ZoneGray · · Score: 4, Funny

    Holy cow! Microsoft is going to start using agressive tactics? How will we ever survive?

  17. *sigh* "Best Viewed"? by Anonymous Coward · · Score: 5, Insightful

    When my company started putting "Best Viewed in Firefox/Mozilla"...

    Why do people continue to insist on stupid "Best viewed with X" labels. Your website should be developed to display properly on any standards-compliant browser, and not be restricted to a particular platform or application.

    Why not put up one of those "Try Firefox" icons instead of implying that other standards-compliant browsers (namely Opera) might have trouble with your poorly-designed site?

  18. Re:Huh? by falcon5768 · · Score: 5, Insightful
    For a long time you wouldnt be caught dead with Netscape on your computer... nothing worked with it because the web standards all used microsoft standards, not the properly selected ones.

    But with Netscape turning into Mozilla and then being spunoff into Firefox, and Safari along with Opera and Omni giving even MORE choices, there now are more browsers that dont support microsoft standards than do.

    Now you couple the fact that a large number of in the know people have now said to NOT use IE because of numerous widely publisised security breaches, and the once barely existant browser war has regained steam.

    The best analogy would be the World Wars. It might be considered one long war, but there was a long break where hostilities stoped.

    --

    "Slashdot, where telling the truth is overrated but lying is insightful."

  19. Alternative browsers? Who knew? by The+I+Shing · · Score: 5, Insightful

    I don't know about the rest of you, but I still find myself having to explain what a web browser is to 90% of the people I know that use the internet. Many of these people think that their web browser is called "MSN" or "Yahoo." They pull up a portal site as their home page and actually enter URLs into the search window and wait for the portal site to give them the link. I try to tell them about the wonders of Firefox, and they stare at me blankly and say, "But I'm perfectly happy with Yahoo."

    --
    You are in error. No-one is screaming. Thank you for your cooperation.
    1. Re:Alternative browsers? Who knew? by Spoing · · Score: 3, Insightful
      1. "But I'm perfectly happy with Yahoo."

      I encounter similar statements. Most people think that they have to set the browser home page to the ISP they are using and click on things from there.

      Here's what I found: I haven't talked anyone into using Firefox or Mozilla, let alone Linux. Don't tell them how wonderful it is...they won't get it!

      Here's what works;

      Ask them if they have problems with pop-ups.

      Ask them if they have problems with 'the Internet'. Get details on these 'problems'.

      If either answer is 'yes', ask them what sites they like to go to.

      Install Firefox, and add those sites to the Home page; create tabs for each site, bookmark the tabs, use that bookmark folder as the user's home page.

      Import IE settings.

      Show them this new program. Show them how easy it is to click on the tabs for each web site.

      Point out that there are no popups.

      If necessary, tweak Firefox to 'fix the problems' encountered with IE.

      Having said all that, I can't get my older sister to look at anything but IE...while about a month ago two people outside of work have asked me for help in installing Firefox and one other person asked me to install Linux after I showed him Firefox and mentioned Linux in passing. (This last person is a total novice; hadn't turned his computer on during most of last year). All are happy and have not switched back to IE.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
  20. So What? by PincheGab · · Score: 2, Insightful
    OK so if new browsers want to take "marketshare" from IE, then they are going to have to handle pages exactly as IE does... As opposed to the old days when IE had to be compatible with Netscape when Netscape was the leader.

    Also: What market share? If browsers are freely-available, is it really a "market"?

    Now that IE is free as in beer and is the 900-pound gorilla, what will make people switch to alternatives en masse? Are security scares enough motivation? My experience is that "Normal" people seem to care little about the "backdoor of the week" syndrome, and they feel specially secure when they have turned automatic updates on

    So, why will people switch?

    1. Re:So What? by urmensch · · Score: 2, Interesting

      So, why will people switch?

      Because they will ask me to clean the spyware/pr0n hompage off their computer and I will tell them that I'm going to install a browser that won't let that junk though.

  21. The missing link: Distribution Channel by otisg · · Score: 3, Insightful

    Firefox & Co. are coming back, and that software is indeed technically superior to IE. However, Mozilla foundation still misses one crucial piece of the puzzle: a distribution channel. Until somebody with a big distribution channel jumps in and helps Mozilla, my web server access log will continue showing Mozilla user base growth of less than 1%/month/year.

    That is where GBrowser comes into play. Google has a massive distribution channel that knows no OS boundaries.

    --
    Simpy
  22. One Fight that Micro$oft Cannot Win by reporter · · Score: 4, Insightful
    One fight that Micro$oft cannot win is the fight between open source and Micro$oft -- if a stable company backs any piece of open source software. In the particular case, we need a company like IBM to back FireFox in order to persuade commercial customers to use it. Commercial customers absolutely need to know that, if a flaw in FireFox is not addressed promptly and correctly by volunteer programmers, then IBM wil step into the picture and fix the problem immediately.

    The reason that Micro$oft cannot win in this kind of fight is that there is no company paying the salaries of the programmers developing FireFox. It is a volunteer effort.

    In the case of the Netscape browser, Netscape was a commerical company and essentially cut its own jugular in funding Netscape development and support and giving it away for free, but where could Netscape get its money to grow? It tried branching into commercial Web servers, but there were too many competitors in that market. Netscape was headed for bankruptcy.

    In the case of FireFox, there is no company for Micro$oft to crush. Round 1 and the game goes to FireFox and the open-source movement. <applause>

  23. Simple explanation by gilesjuk · · Score: 2, Insightful

    Microsoft is waiting for the competition to come up with all the new ideas and take the lead. Microsoft will then implement these ideas in IE with their own take on the idea.

    Microsoft will then hype up these new developments as if they were their ideas and go on about how their right to innovate is important.

  24. Also: Microsoft are not extending IE for Mac by tod_miller · · Score: 2, Interesting

    news.com.com.com.com.com

    I think Microsoft still want to keep people on IE, but they are unable to concentrate thier efforts, and with the hullabaloo they are working behind the scenes to 'extract' the browser.

    IE has kinda been tapered into a usable yet dangerous browser - firefox is fairly good (I have a wish list and potential bug list too long for me to sift through bugzilla reports)

    Opera is good, does its job.

    What is next for the humble browser? Integration? Better / faster rendering? I think not.

    Perhaps being able to do a simple task better.

    I personally would preffer my email and web in one box, so thunderbird developers write a neat plugin for firefox that combines them quickly and seamlessly.

    And the sunbird calendar is good. Again, I want them in one side bar, F7 for mail and F8 for calendar, Fsomethingelse bookmarks, Fagain for RSS links.

    And remove the download window :-/ unless it gets as good as a real d/l manager, it is more of a hassle!

    I like the autodownload features, I can rip down pdf files from a list without fsssskking Adowbee Acrowbaht Readuh trying to happily rape my ram.

    --
    #hostfile 0.0.0.0 primidi.com 0.0.0.0 www.primidi.com 0.0.0.0 radio.weblogs.com
  25. Three more (more accurate) words... by WIAKywbfatw · · Score: 3, Informative

    Yes it is.

    There's a Google ads-supported free version of Opera and a paid for ad-free version. Either way, you've got a damn good browser, arguably the best one around.

    A great deal of the features that FireFox users rave about came from Opera, and every version brings even more innovation. It's even smaller and faster than FireFox too (IIRC.)

    And, before someone starts saying that its UI takes up too much screen space, let me just say that the default interface in the latest version is tiny (and, of course, Opera can be skinned and customised to your taste). While I'm on the subject of dispelling myths and inaccuracies, Opera renders virtually every web page out there as well as MSIE or FireFox: there were problems with some JavaScript-heavy pages in the past, but that's been fixed for a long time too.

    About the only website that the current version Opera has a problem with is Gmail, because of all its weird code, and even then there are simple workarounds for that. The issue is fixed in the latest beta, which means that even that problem is only temporary.

    So, to recap, Opera is a smaller, faster, more feature-packed browser that's on the cutting edge. And there's a free version and a paid-for version. What more did you want from a commercially-developed application?

    --

    "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
    1. Re:Three more (more accurate) words... by ExKoopaTroopa · · Score: 2, Insightful

      A great deal of the features that FireFox users rave about came from Opera, and every version brings even more innovation. It's even smaller and faster than FireFox too (IIRC.) agreed, but with Firefox extension model, you don't have to have them all, although with Opera you don't have to hunt down / install/ update as much

      --
      Don't Tell Me What I Can't Do!
    2. Re:Three more (more accurate) words... by ydnar · · Score: 5, Insightful

      It may be gratis, but it's not libre.

    3. Re:Three more (more accurate) words... by Anonymous Coward · · Score: 5, Informative

      There's a Google ads-supported free version of Opera and a paid for ad-free version. Either way, you've got a damn good browser

      I wouldn't call something with an annoying, distracting animation in the corner of my eye all the time to be a damn good browser.

      (And I have a legitimate license for Opera).

      About the only website that the current version Opera has a problem with is Gmail, because of all its weird code, and even then there are simple workarounds for that.

      It was my understanding that it was because Opera lacked the XMLHTTPRequest object, which isn't "weird" and can't be worked around.

      So, to recap, Opera is a smaller, faster, more feature-packed browser that's on the cutting edge.

      Smaller and faster? Not in my experience. More feature-packed? You haven't actually listed any features it has that its competitors do not. You've focussed on trying to rebut criticisms against it instead of talking about what it can actually do that other browsers can't.

    4. Re:Three more (more accurate) words... by cryptochrome · · Score: 2, Insightful

      Ad-supported does not equal free in my book. It costs my time and attention, and my monitor is cluttered enough as is. That goes for Eudora as well.

      For the record, I use Safari, which boots and runs faster than Firefox in my experience and looks better, although on occasion does not render correctly. My only major wish is for mime-type behavior control. Of course, it's mac-only.

      I tried Opera once and while I don't recall the details, I remember not being impressed with performance or stability. I just downloaded again to check it out. My initial impressions:
      1) That banner is freaking enormous.
      2) It does seem to be fast and rendering correctly, although not much faster.
      3) The panel on the left is ugly and takes up too much space

      So a casual inspection gives me no compelling reason to switch, and a couple rather obvioius reasons not to.

      --

      ---If you can't trust a nerd, who can you trust?

  26. Don't worry, MS by koi88 · · Score: 4, Interesting

    Honestly, I think MS has little to fear of Mozilla & Co.
    Don't mod me Troll, I love Firefox, Safari and Opera and use them almost exclusively. Yet when I try to convince my Windows-using friends the reaction is usually "But the included browser (if they know this expression) works fine. I'm used to it."
    It's incredibly difficult to compete with a program that comes installed with the OS.
    I think the population of really internet-savy people, people who care about their browser, is no more than 5-10%. These people can be won. The vast majority will stay with IE.

    --

    I don't need a signature.
    1. Re:Don't worry, MS by marq00z · · Score: 2, Insightful

      "It's incredibly difficult to compete with a program that comes installed with the OS." - so, you'd rather use Microsoft(R) Paintbrush[TM] than Photoshop or The GIMP? ;-)

    2. Re:Don't worry, MS by I+confirm+I'm+not+a · · Score: 4, Insightful

      "But the included browser (if they know this expression) works fine. I'm used to it."

      Aye, I get this argument too (and also from people I'd expect to know better ;) but I just don't get it:
      wordpad comes bundled with Windows; yet the first thing most people do is install Word. I think that that needs to be our argument: "IE is a capable-enough browser, a bit like wordpad or the Windows firewall, but a power-use like you would probably want to upgrade to a proper browser"... or something similar.

      Also, don't underestimate the power of themes and extensions! Most of the interest I get in my "strange" browser is from it (a) looking different fairly frequently (usually when a new Firefox is released and my usual theme breaks :( ) or from (b) me using an extension to do something faster than my colleagues.

      It's a slow process, but I feel I'm winning people over bit by bit...

      --
      This is where the serious fun begins.
  27. Not Opera-specific? by WIAKywbfatw · · Score: 2, Informative

    Just who do you think came up with mouse gestures? Opera did, that's who. Everyone else's mouse gestures are "me too" additions.

    --

    "Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
    1. Re:Not Opera-specific? by aed · · Score: 4, Informative

      Just who do you think came up with mouse gestures?

      Not Opera, that's for sure :-)

      I remember using software which gave me mouse gestures in Windows about 9 years ago, not too long after the first release of Windows 95.

      According to their site, Opera released their first Windows browser (version 2.1) in 1996.

    2. Re:Not Opera-specific? by aldoman · · Score: 2, Insightful

      I'll agree with you. Mozilla is a bit on the heavy side for phone/PDA use. However, I just don't see why people expect that a _desktop_ browser should work on a Nokia Phone. I think a separate (or heavily cut down) rendering engine is a better idea, specialized exactly for small screens.

  28. I care nothing for your browser wars. by venomkid · · Score: 3, Insightful

    For I design my sites to standards.

    (Sure, I kludge it a little to make it look 100% in all the major browsers, but it still validates w3c.)

    --
    vk.
  29. Browsers for specific purposes: by miscellaneous_havoc · · Score: 5, Funny

    I have a purpose for just about every browser out there:

    Firefox - Everyday browsing (Duh!)
    IE - College webmail reading (ActiveX)
    Netscape - When I feel like being punished
    Opera - Searching for pr0n! (Those one-handed guestures. ;)

    Just seems to me you can appreciate them all!
    Make Love not [Browser] War.

    --

    -----
    Make Love not [Browser] War!
    1. Re:Browsers for specific purposes: by FooAtWFU · · Score: 2, Funny
      IE - College webmail reading (ActiveX)

      Dude- Tell us which college you go to, so we can avoid it at all costs. :)

      --
      The World Wide Web is dying. Soon, we shall have only the Internet.
  30. Come on people, itse easy by Prince+Vegeta+SSJ4 · · Score: 2, Funny
    to pick the winner. Just look at thier pictures.

    Who do you think would win in a fight between THIS guy, and THIS guy. It's no contest.

    1. Re:Come on people, itse easy by Peyna · · Score: 2, Funny

      I imagine that Mozilla would do the same thing that anyone else would do if they saw that guy in a butterfly costume. Run!

      --
      What?
  31. The Browser Wars ARE back by RangerRick98 · · Score: 2, Funny

    Yes, they are, because merely by posting this story, we've got a war raging in the comments right here on /.

    --
    "You're older than you've ever been, and now you're even older."
  32. The only saving grace is IE's crapyness. by asoap · · Score: 2, Informative
    The only saving grace is all of the horrible faults in IE.

    Using your example:
    Person A buys a new computer, and uses the IE browser because they could care less what they use.

    Person A then gets a crap load of spyware on there computer, and then bugs that one geek that they know to fix there computer. Then the geek says.... I don't need to fix your computer, just download and install Firefox. Don't use that IE piece of crap.

    Boom, there we go, problem fixed. This is exactly how I've gotten firefox on people's computers. I haven't heard of one story of a lamen user who has been tired of IE, so they searched out a better brower, and picked up firefox or opera.

    It's always been because there geek friend telling them to use it. Geeks are what are powering this new browser war. If Microsoft fixes there brower, we are in trouble.

    -Derek

    --
    Treat me like a marketing stat, and I'll treat your movie like a series of ones and zeros
  33. It is different now by shikan_taza · · Score: 2, Insightful

    Microsoft cut off Netscape's air supply to prevent Navigator from making the OS irrelevant (by hosting the JVM). I don't think there is any such danger from Safari or Firefox.

    Just my two cents.

  34. Stability by Andy+Dodd · · Score: 4, Interesting

    On one of my old systems, Opera happened to be the only browser light/fast enough to run reasonably on that system.

    My main dislike of it? It was unstable as hell. :( It crashed frequently, even more often than IE on my Windows boxes.

    At that time, Mozilla was massively bloated. From what I've heard, and experienced, Firefox is much closer to Opera in terms of size and speed than the Mozilla of old, and it's *damn stable*.

    --
    retrorocket.o not found, launch anyway?
    1. Re:Stability by Jaycatt · · Score: 2, Interesting
      it usually remembers where I was last

      That's my favorite feature, too. Even if it crashes with 5 tabs in use, it brings back each one. No struggling to figure out which search terms you used and which pages you had opened, if you get a crash partway into researching something. Of course, other browsers might do that too, I haven't done a whole lot of searching since I'm satisfied with Opera.

      --
      "Shared pain is lessened; shared joy is increased. Thus we refute entropy" - Spider Robinson
  35. Welcome to the digital future by Ifni · · Score: 2, Funny

    Andreessen warned that 'competition could compel the company [Microsoft] to use aggressive tactics to protect its Windows operating system monopoly'.


    Top story for Saturday, October 11, 2008:
    Microsoft strikes back as browser war rages on


    "Thousands more found dead today as orbital lasers owned by Microsoft Corporation (NASDAQ: MSFT) were deployed to eliminate useres of competing browser products. Using code that interfaces with the GPS component of the DRM system now part of every home PC and relaying this information to Microsoft, the beams were very precisely targeted, according to a Microsoft press release. Though many are outraged, the acts are uncontestable in court as each of the victims were also users of Microsoft Windows and had agreed to the "No Open Source" clause in the EULA."

    I think I spent too much time playing Cyberpunk 2020 as a kid...

    --

    Oh, was that my outside voice?

  36. Indeed, the browser wars are back by d_jedi · · Score: 3, Informative

    I was a die-hard IE guy. But what with CERT recommending using an alternate browser for security purposes.. and Microsoft's own recommendations for security all but disabling many sites (I believe their recommendation was to turn off active scripting).. that was when I switched browsers.

    But, alas, because "Set program access and defaults" doesn't actually do $hit.. last weekend I was infected by spyware using IE. Nasty, nasty stuff that just won't die.

    So IE is out for me.. I don't blame Microsoft for the malware (although I DO blame them for a link opening with IE when I had FF set as the default..).. but enough is enough.

    The sites that don't work properly with FF are few.. and I can easily decide if the site is worthy of really browsing by using the open in IE extension.

    My criticism of FF is that extensions break with each release, and that security updates are not available as patches (I could tolerate ONE of them.. but combined it's really a nuisance).

    --
    I am the maverick of Slashdot
  37. Simple by Andy+Dodd · · Score: 4, Insightful

    Because IE isn't standards-compliant and barfs on standards-compliant pages very often.

    --
    retrorocket.o not found, launch anyway?
  38. Re:Huh? by Anonymous Coward · · Score: 2, Funny

    So where are the WMBD (weapons of mass browser destruction)?


    Why are we going to war? Is this approved by the UN? (Is France in on this)? Is this Bush's Idea?

  39. Re:Slashbot alert! by teamhasnoi · · Score: 2, Insightful
    It's been shown that most /.ers read /. with IE on Windows (presumably at work).

    Even though I *am* here on OS X, methinks you don't know what 'monopoly' means. It doesn't mean that there aren't any other choices, it means that MS leverages their market share in their OS to stifle competition in other areas.

    Go back a few years, and read about the original browser war. That is a good example. Or see what MS did to BeOS's OEM program.

  40. Re:Huh? by gowen · · Score: 4, Funny
    When were they gone?
    What? Didn't you see those photos of Bill Gates standing on the USS Mariner in front of the banner that said "Mission Accomplished"?

    Now watch this C: drive.

    --
    Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
  41. For me it has... by yoshi_mon · · Score: 3, Insightful

    After being ignored the 1st time I decided to keep a copy the text of my latest email to Bellsouth. When trying to access their page with my latest version of Opera I am told to "upgrade" to IE or Netscape. For the record most of the times when I access this page it's to pay my bill.

    ---
    Once again I would like to renew my request that your website be updated to support all modern browsers. The idea that by running a current version of Opera but then being told to "upgrade" speaks poorly of your website and it's staff.

    The fact that all one must do to access Bellsouth's website is to change the user agent gives lie to the fact any upgrade is need.

    Please respect your customers by allowing them the option of using whatever modern browser they wish instead of making them think that they must use a browser that has so many security issues that the federal government has dissuaded it's use or one that has become outdated.

    Thank you.
    ---

    Yes it may be a little harsh but sometimes you have to be pretty forthright to get past the corperate mindset. Until I get a response I plan on sending this same text once a week.

    --

    Really, I know what I'm doing...Ohhhh, look at the shiny buttons!
  42. LAYER and JSSS? by Numen · · Score: 4, Interesting

    That would be the properly selected ones like the LAYER tag then? Or JSSS as the prefered alternative to CSS?

    Netscapes track record pre-Mozilla with the W3C makes MS look like angels.

    Firefox is a fantastic browser, but lets not start revising history. The original Netscape sucked and deserved to fall flat on its face.

    1. Re:LAYER and JSSS? by I+confirm+I'm+not+a · · Score: 4, Funny

      Sir, you deserve dome sort of award for not mentioning the hated blink-tag.

      (Apologies if it's bringing back horrible memories)

      --
      This is where the serious fun begins.
    2. Re:LAYER and JSSS? by torstenvl · · Score: 2, Informative

      That's not how standards work.

      Standards are agreements on best practices. They are not there to dictate what happens. Sometimes they are innovative, but seriously. Why do you think C89 was wildly popular but C99 is only sort of supported on some compilers?

    3. Re:LAYER and JSSS? by kcb93x · · Score: 2, Funny

      Oh damn...and I just encountered the marquee tag just the other day...the horror...both mentioned in less than a 24 hour period...

      YOU'VE RUINED ALL MY YEARS OF THERAPY!

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  43. Re:Huh? by davandhol · · Score: 3, Informative

    Netscape 6 & 7 were based on Mozilla, with added "features."

  44. Re:Huh? by Sqwubbsy · · Score: 2, Insightful

    Question:
    Where are you going to find investors when you offer that kind of return?
    Seriously, IBM already has an Office Suite, SmartSuite. They charge $$$ for it. We get it free with our StinkPads and don't use it. Why?

    Well looking at how well IBM has pushed OS/2, Notes, 1-2-3 and Ami-Pro, which was only like the best Word Processor EVAR, they've shown they can't manager Software. Why rely on stuff that won't be around and isn't compatible with anything?

    Novells^WSCOs record isn't much better.

  45. Best browser by XxtraLarGe · · Score: 2, Interesting

    I'm a web designer/programmer among other things at work, so I have most of the browsers available for testing. I use IE as my main browser on my PC, but I also have FireFox & Netscape for testing purposes. At home I have an iMac. I have Safari, Netscape Navigator & IE installed. I tried OmniWeb, but was unimpressed. IMHO, Safari is far and away the best browser out there, and I'm not even using the version that supports RSS. I still have to use IE whenever I want to print something (odd that an MS product on the Mac would print better?), but that's about all. Maybe you PC people will luck out and Apple will make Safari for Windows. I am thoroughly convinced that if Macromedia ever decided to make a web browser, they would blow everybody out of the water!

    --
    Taking guns away from the 99% gives the 1% 100% of the power.
    1. Re:Best browser by ckelly5 · · Score: 2, Informative

      what? it does. it shows them in the status bar. At least mine does in OS X 10.3 (Safari 1.2.3 (v125.9))

      or am I looking at the wrong thing? perhaps I need a link with an alt tag to see your complaint?

  46. Re:I hope FireFox does not win by GFBurke · · Score: 2, Insightful

    Your therory is good.. However FF is not full of the holes IE is. + it dosnt run activeX. So... I don't see a problem. Plus there are updating it. unlike IE ever gets..

  47. My reason for sticking with IE by openSoar · · Score: 2, Interesting

    The main, perhaps only reason I still use IE is that I find the Yahoo Companion toolbar extremely useful - mainly it's ability to integrate with my online Yahoo Bookmarks and allow me to store/retrieve/edit them from.

    If there was something similar but more generic for Firefox, I'd probably switch over..

    Any suggestions?

  48. Re:Huh? by Sweetshark · · Score: 3, Interesting

    The Nazis felt they were bred to be superior (period).
    Its less importent to know what the Nazis felt. Its more importent to find out why so many germans played along. And the reasons for that are to be found in WW I (the versailles treaty giving the germans the sole responsibility for the war, forbidding almost all military, and requesting reparations that made it impossible for germany to recover economically. The reason for WWII is the way WWI was ended. check your facts here.
    The french wanted revenge (why else did they pickk versailles) for 1870 but went over the top. In the end this was the foundation for another war.

  49. Re:Huh? Will longhorn become... by SilentChris · · Score: 4, Funny

    I'm sorry, but you've taken the "change letters in a word to express your disgust" principle to ridiculous extremes. M$ is acceptable here at Slashdot. "LongTHORN" is just silly. I vote to suspend your account. Any other takers?

  50. Competition is a good thing... by JimLynch · · Score: 2, Insightful

    A renewed browser war is going to benefit everybody. Microsoft has sat on its ass for far, far too long and allowed IE to stagnate. That was arrogant on their part and now they have to play catch-up to the Mozilla/Firefox/Safari browsers. Regardless of which browser you prefer, real competition and innovation is a good thing and should be welcomed by everybody.

    --

    Jim Lynch

    Tech Analyst and Community Manager

  51. Re:Huh? by balster+neb · · Score: 2, Interesting

    Sure, standards compliant is important, choice is important, and it's good that non IE browsers are finally getting attention. And it's nice to see Mozilla.org getting so much coverage in the mainstream media after all these years. And yes, do expect more sites to become more standards compliant in the coming months.

    However, I feel that most of this talk of the browser wars being back and Firefox gaining market share are pretty irrelevant now.

    The original browser wars started when MS realised the threat Netscape posed to its dominance on the desktop. Their fear was that the web browser (Netscape) would bypass the OS. This is precisely what Netscaped planned -- their intention was to reduce windows to "a buggy set of device drivers". This threat prompted MS to massively invest in their web browser (IE), and integrate it with future versions of Windows. IE eventually became the dominant browser on the web, and Netscape became a minor player.

    But the web, and web browsing as they stand today are still fairly far from the old vision. Firefox and the other browsers will make the web slightly nicer, and IE's market share may just drop rapidly over the next year or so.

    But is MS worried? No. Even if IE's market share falls massively in the near future, it is not Microsoft's concern. The real future lies in the next generation of web browsers. With Longhorn we are likely to see a hugely rewamped browser (probably rewritten from scratch), and built probably for potentially nasty things like XAML. That would be more of a realisation of the old vision.

    The OSS world is obviously not blind to this. Mono addresses this possibility, and is trying to make an MS compatible XAML implementaion. Mozilla too has been drawing up plans for the future.

    But either way, the browser wars as they are won't be here forever. Eventually (2006-07, perhaps), web access and interactivity would be so fundamental to the operating system shell itself, that the "web browser" as a stand alone app would be irrelevant.

  52. Re:Huh? by mattyrobinson69 · · Score: 2, Insightful

    Your right, except the british navy was the most powerful navy in the world.

  53. Word has serious issues between versions, however. by Richard+Steiner · · Score: 2, Insightful

    It's a nice tool for documents of small or medium size, but the document format is a nightmare. Try changing the margins in Word 97, for example, and then reading the result in Word 2000. The margins are all messed up in many cases... :-(

    If only they'd kept the document format simple and added a nice "review codes" feature like WordPerfect used to have...

    --
    Mainframe/UNIX Bit Twiddler and long time Windows/Linux Hobbyist.
    The Theorem Theorem: If If, Then Then.
  54. They already do by KenFury · · Score: 2, Insightful

    ASP.net,outlook web access, CRM, sharepoint, and pretty much all other MS web apps will not work on anything other than IE. Firefox activeX plug-in still does not get around this. Forcing Corp. users to stay on IE is a great way to keep people stuck on IE.

  55. Build a better mouse trap... by DavidBrown · · Score: 3, Insightful

    But I thought that Microsoft got rid of all of the competition by illegal exercise of its monopoly power?

    The good news is that innovation (including better security) are good reasons to switch from even heavily-entrenched products.

    The bad news is that some people may have to admit that Microsoft isn't as guilty as they want it to be. IE beat Netscape for the simple reason that it sucked less. Sure, maybe being a "monopoly" helped, but that doesn't mean much when browsers were and are still given away for free (a trend which M$ didn't start).

    If Firefox overtakes IE, I win. If IE gets better, I still win. If Netscape pulls out from under years of browsers not any better and usually worse and more bloaty than IE, I still win. I win, I win, I win. And, honestly, I don't care who else wins with me. It can be MS, or Apple, or the open source community. The point is that competition is still alive in the browser world, even if all of the things Netscape whined about were true.

    --
    144l. ph34r my 133t l3g4l 5k1lz!
  56. Re:Huh? by Anonymous Coward · · Score: 2, Funny

    So where are the WMBD (weapons of mass browser destruction)?

    Microsoft Internet Exploder

  57. Re:*sigh* "Best Viewed"? by 91degrees · · Score: 3, Funny

    I put a 'Best viewed using a computer!' notice up on a site I built.

    THOSE OF US WHO GET INTERNET ACCESS VIA TELEGRAPH FIND THIS DISCRIMINATORY STOP WE DONT ALL HAVE COMPUTERS STOP SO PLEASE STOP

    Along with a 'Web server powered by electricity'...

    SOME PEOPLE I KNOW STILL USE SMOKE SIGNALS STOP

  58. I'm finding this to be less of a problem by G27+Radio · · Score: 3, Interesting

    It seems to me that the typical person I deal with lately catches on pretty quickly to the idea of using a different web browser. Every single home computer I've worked on in the last couple months has been barely usable due to all the spyware on them.

    After cleaning up their machines I install Firefox and tell them about the pop-up blocking and tabbed browsing. I tell them that at this point they should only use IE as a last resort. The explaination literally takes about 30 seconds and I haven't had any problems with people not "getting it."

    I've done this for easily a dozen different people in the last month, and every one I've talked to afterwards has mentioned how much nicer it is browsing with Firefox.

    Maybe I've just been lucky with the people I've done work for recently, but it seems to me that most people are more than happy to make the switch once the software is installed and demonstrated to them.

    Undoubtedly there are people out there that just can't be bothered (from what I've read on here at least,) but at that point it's their problem and they'll be paying me if I have to come back and clean the crap off their computer again.

    PS: I just wish Firefox would render Slashdot consistently. WTF?

  59. like Star Wars? by milatchi · · Score: 2, Funny

    Netscape: No. I am your father
    Mozilla: No. No. That's not true! That's impossible!
    Netscape: Search your source code. You know it to be true.
    Netscape: You can destroy the Internet Explorer. He has foreseen this. It is
    your destiny. Join me, and we can rule the internet as father and son. Come with me. It's the only way.

    --
    Slashdot = -1 Redundant, Asperger, kdawson FUD, Libertarian, and Linux