Slashdot Mirror


AP reports on renewed "Browser War"

An anonymous reader writes "CNN and others are reporting an Associated Press story on "the revived browser war" with Mozilla paired against Microsoft. It seems the 1.0 release is creating some waves out there. " Considering most people consider the war long since over, I can't imagine this mattering much.

56 of 592 comments (clear)

  1. 90%+ for IE still by dpete4552 · · Score: 3, Interesting

    Until my logs show something close to 50/50 for IE/Mozilla I don't believe it. Still showing 90% for IE, and I promote Mozilla on my site.

    --
    http://www.archive.org/details/ThePowerOfNightmares
    1. Re:90%+ for IE still by loply · · Score: 5, Funny

      My logs go something like: 50% IE 20% Moz 10% Konq 20% CodeRed

    2. Re:90%+ for IE still by ryants · · Score: 3, Insightful

      Keep in mind that you can change the User-Agent string for Mozilla for various reasons, from security to working with broken sites. Pretending to be IE with Mozilla (or Konq or Galeon...) is not too uncommon.

      --

      Ryan T. Sammartino
      "Ancora imparo"

    3. Re:90%+ for IE still by killmenow · · Score: 4, Interesting

      And I use Opera, but identify as IE5.

      And when I use curl, I use an IE5 user-agent string. Some sites just won't let you in otherwise.

      We've all heard it before: when (yes, I said when) AOL switches to Mozilla, there will instantly be millions of Mozilla users.

    4. Re:90%+ for IE still by zulux · · Score: 4, Insightful

      And I use Opera, but identify as IE5.

      You want a site to fix this in under 24 hours? Just tell them that you're blind and that their site won't let your blide-enabeled web-browser in.

      Dreams of ADA lawsuits start dancing in their heads. It works really well for government sites, and moderatly well for medium sized corporations.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

    5. Re:90%+ for IE still by rseuhs · · Score: 5, Funny

      Well, that's still 70% Microsoft... ;-)

    6. Re:90%+ for IE still by Eil · · Score: 3, Informative


      Believe it or not, this doesn't seem to work with the newer builds of Mozilla.

      By this I mean you can set the user agent pref (See prefs.js and edit/create user.js to set your own) and the about:mozilla page reports the correct faked agent. But go to any web page that reports your user-agent string back to you (such as here near the bottom) and it still gives the old built-in user agent string. Since I have no real reason to fake my string, (and this therefore doesn't affect me) I haven't filed a bug report.

      Curiouser, an outdated mozilla.org page reports the correct values. (Scroll down to "Profile of Your Browser".

      Another thing is that navigator.appVersion string cannot be changed other than modifying the source... it won't get changed with a faked user agent string. There's an entry in bugzilla for this.

      So what gives? I dunno, other than there seem to still be a few quirks of Mozilla that won't likely be worked out for a few more versions.

  2. Perception is reality by Anonymous Coward · · Score: 3, Insightful

    If they say there's a browser war, there's a browser war. When they said it was over, it was over.

    So, now it's back. More media exposure for Mozilla (especially when it's quite positive) is a good thing. If Mozilla were bad, no one would care. Mozilla is good, very good, and people notice that.

    Go Go Mozilla!

    1. Re:Perception is reality by LinuxCumShot · · Score: 3, Funny

      Maybe now its just a browser police action.

      --
      -- OMFG = Oh My Floatse Goatse
  3. War is over unless AOL changes default by acomj · · Score: 4, Interesting

    It AOL changes it Default browser to Netscape, than web designers will again have to consider netscape/mozilla when doing pages..

    Why AOL hasn't switched after buying netscape must say something about microsofts control...

    Competition is good though, so hopefully this will help all browsers get better..

    1. Re:War is over unless AOL changes default by Hollins · · Score: 5, Insightful

      Think about it. You're AOL and half of America's internet subscribers go through you. Because 95% of surfers are using IE, sites are built to display on IE. Many sites are designed to display properly in IE, standards be damned, meaning they don't work on a properly performing browser. Many don't allow anything but IE to use their services.

      Now, to convert your entire userbase to Netscape will mean a significant portion of sites will no longer look correct or will cease to work entirely. Your customers don't understand browser compliance, they merely know that they could visit sites with AOL 7, but not AOL 8. Is the deluge of customer support phone calls and email really worth the hassle?

    2. Re:War is over unless AOL changes default by pi_rules · · Score: 3, Insightful

      It AOL changes it Default browser to Netscape, than web designers will again have to consider netscape/mozilla when doing pages..

      No... it will mean designers will have to think about W3C compliance. The days of dual-coding for NS4 and IE4 are long gone. Anybody who can't right a page that works on both browsers without even detecting which one you're on has done of one two things:

      a) Designed it poorly.

      b) Written it without ever looking at the standards.

    3. Re:War is over unless AOL changes default by Coplan · · Score: 3, Insightful
      Get the Major Websites by the ear!

      If I were in charge of AOL, and I wanted to once again make one of my products (Netscape) a staple on the internet, I would employ one simple strategy. I would pick a version of the Mozilla engine (aka, Netscape). Mozilla 1.0 final seems like a good choice, as it's a stable release, and it has reached approval from many critics. Now, I would make a development timeline for AOL version 8 (or whatever version might be next). Then, I would make an all media announcement: "AOL version 8 is scheduled to release on December 1st. At this time, we will fully implement the Mozilla engine into our browser, using Mozilla 1.0 as our framework."

      The important step is the follow through, however. I can say that, but I have to do two things to make sure I maintain my market share. First, I have to make sure that I do in fact implement the Mozilla engine completely. Second, I have to make some sort of incentive for AOL users to upgrade. Nevermind a minor release. This would have to be a major release with lots of new features. Maybe take advantage of Chatzilla and get that fully integrated into AOL. Whatever it takes...but just changing the rendering engine or the browser will not be enough for most AOL users to upgrade.

      The old addage is "If it isn't broken, don't fix it." Many people know that. But many people also know the caveat: "If its got new features, it might be worth a try."

    4. Re:War is over unless AOL changes default by msaavedra · · Score: 4, Informative
      This is mostly true, but it is still possible to come up with theoretically (if not practically) excellent designs that adhere precisely to the standards, but don't render correctly. For instance, it is widely considered a good practice to use HTML only to mark up the logical structure of a page (avoiding using tables for layout, tags, etc) and use CSS to handle layout and style. This ensures a good separation between content and presentation. However, both IE and Mozilla have some quirks with their interpretation of the CSS2 box model and positioning properties. At this stage, it is impossible to design a page that:
      1. Uses a complex CSS-based layout (though simple ones work pretty well)
      2. Renders correctly in IE5, IE6, and Mozilla
      3. Adheres strictly to the standards (XHTML 1.1, CSS2)
      4. Doesn't use any browser detection tricks
      Things are getting very close, but the browsers are not quite ready for well-designed, browser-agnostic pages using the latest standards.
      --
      "Any fool can make a rule, and any fool will mind it."
      --Henry David Thoreau
    5. Re:War is over unless AOL changes default by RedWizzard · · Score: 3, Informative

      Nope, it's in the UI. Open a bunch of tabs and then go to Bookmarks->File Bookmark... Check the "File as Group" option and a group bookmark containing all the open tabs is created. In "Manage Bookmarks" it behaves as a folder so you can add and remove individual pages.

  4. It's an AP story on CNN's site.. by Anonymous Coward · · Score: 3, Informative

    NEW YORK (AP) That's the associated press' byline. CNN didn't write the story, they simply published it. Lots of other news outlets will publish it, too.

  5. Re:Not objective by tswinzig · · Score: 4, Informative

    Keep in mind that it's an AP article, not written by CNN.

    --

    "And like that ... he's gone."
  6. A bit of history by b.foster · · Score: 5, Interesting
    Microsoft won the browser war because IE4 beat the hell out of any other browser that was available at the time. In fact, IE4 beats the hell out of the latest Netscape 4.7x release on any platform.

    Unfortunately for Bill Gates, his company has rested on its laurels. IE6 offers little that wasn't present in IE5, and the many useful features in Mozilla 1.0 (tabbed browsing, anti-popup features, speed, stability, and security) mean that IE will be losing a significant amount of market share very soon.

    And how can we complain about that? May the best product win - again. It's nice to see open source come out on top.

    1. Re:A bit of history by FyRE666 · · Score: 3

      In fact, IE4 beats the hell out of the latest Netscape 4.7x release on any platform.

      Sounds good! Where can I get the rpm of IE for linux?

      IE6 offers little that wasn't present in IE5, and the many useful features in Mozilla 1.0 (tabbed browsing, anti-popup features, speed, stability, and security) mean that IE will be losing a significant amount of market share very soon.

      Sorry, you were making sense up until the "Speed" part there. I'll admit it's getting much better with 1.1a, but it's not nearly as quick as IE4/5/6 yet (at least with DOM manipulation via javascript).

      I'm using Moz more these days, mostly to test pages, but it's not quite good enough to become my default browser under Windows as yet. Maybe on the next release...

    2. Re:A bit of history by lgraba · · Score: 4, Interesting

      Microsoft won the browser war because IE4 beat the hell out of any other browser that was available at the time.

      And I guess the fact that MS:

      1) "Integrated" IE into the OS so that you got it whether you wanted it or not, and
      2) Threatened the computer OEM's with withheld Windows licenses if they installed Netscape on computers going out the door, thus forcing them to pull Netscape

      had nothing to do with it.

      Face it, with actions such as these, in which MS used their power to skew the market by shutting off marketing channels, you do not have a fair fight. If MS had played fair AND achieved the market share they have, THEN they would have something to brag about.

  7. IE7 and CSS by Dr.+Eric+Peters · · Score: 5, Insightful

    Based on secondhand reports, it sounds to me as if IE7 is going to bring *major* advances in CSS support for Windows Internet Explorer. They're going to fix the box model, with bugwards compatibility handled via a DOCTYPE sniffing strategy similar to IE6/Mac's.

    This is a hugely significant event for advocates of CSS. I'm eagerly looking forward to this, even though I don't plan on ever using Windows on a regular basis. Given Microsoft's ability to bulldoze Windows users into upgrading, we may soon have a world in which, for the first time ever, *the dominant Web browser* has good CSS support.

    This could improve things for CSS in general even if we don't end up with the dreaded Microsoft-only world. Developers of *other* browsers will no longer be able to hide behind claims of industry-leader compatibility when releasing buggy CSS implementations.

    Of course DOCTYPE sniffing is going to complicate the situation somewhat, since IE7 will still have a bugwards compatibility mode. I'm hoping that the existence of IE7 will cause enough people start intentionally invoking standards mode that other browser developers notice. While from a theoretical point of view DOCTYPE sniffing makes no sense--it's a pure hack--in practice it's a lot better than no standards mode at all, which is the only likely alternative.

    Furthermore, my secondhand source also tells me that IE7 will finally bring full PNG support to IE. This is a major step ahead in InterNet graphics.

    1. Re:IE7 and CSS by msaavedra · · Score: 4, Informative

      Actually, IE6 already has doctype sniffing. Unfortunately, it has a glitch so that if you put <?xml version="1.0" encoding="UTF-8" ?> or something similar as your first line, which is standard for XHTML, IE becomes confused, even if you specify the proper doctype on the second line. The result is that this puts the browser into "quirks" mode, which is probably exactly what you don't want if you're writing XHTML.

      Of course, even in its "strict" mode, IE6's CSS layout is far from perfect, so the changes in IE7 will be great. And finally being able to use PNG's properly will ROCK!

      --
      "Any fool can make a rule, and any fool will mind it."
      --Henry David Thoreau
  8. The War War by tswinzig · · Score: 5, Funny

    I'm starting a new war. It's called the War on War. If you're sick of all these Wars, please join my war.

    Seriously, who really wants to read about browser wars any more? The market will dictate which browser "wins." The rest of the browsers will have to be happy with less than a majority of users.

    Big friggin whoopty-do!

    I use mozilla because I like it. If MSIE comes out with something better, I might use it instead.

    --

    "And like that ... he's gone."
    1. Re:The War War by chris_mahan · · Score: 3, Funny

      In today's report on the Browser War, Pentagon spokesperson Colonel John L. Bruegghammer announced that following sustained bombing of Mozzillite position during the night, the Softies thought they would simply need to perform a mop-up operation. However, the fighting intensified during the morning, and the Open Reporters quoted a source in the opposition: "We are in high spirit, and even though we lost a lot of ground, we are poised to carry the day".

      --

      "Piter, too, is dead."

  9. If the war is over, who's the loser? by donutz · · Score: 5, Insightful

    Clearly, the consumer.

    If I added up all the time spent closing those annoying pop up/under windows with IE, I'm sure it'd more than make up for the time spent waiting for Mozilla to get swapped back into memory (I often run a lotta apps, and Mozilla uses a lot of RAM (who doesn't these days?)...

    And then there's the seizure-inducing rapid-flash animated gifs that loop to infinity in IE...in Mozilla I can set them to run just once. Or not view them at all (or only ones from the same server). The savings from not paying those medical expenses...I could put a down payment on a house with that money instead!

    The Tabs are a nice feature...when I'm running a lotta apps, there's no room for text on the Taskbar...but my tabs can tell me what page they're holding for me.

    If everyone else sticks with IE, at least I know I'm happier browsing now than I was before. Thanks Mozilla!

  10. It's not a real war.... by Steveftoth · · Score: 3, Insightful

    because IE renders most Mozilla pages fine, but mozilla doesn't render all IE pages fine.

    Since Mozilla is the 'better browser' but doesn't accept sloppy coding, IE has an advantage.

    There is not a huge difference inbetween the commands that Mozilla accepts but IE doesn't.

  11. Self-Hype by TWR · · Score: 5, Insightful
    Quote from article:

    Mozilla may thrill some tech-savvy users, "but it's not going to make a dent with the mainstream," said WebSideStory's Geoff Johnston, unless, that is, AOL Time Warner puts major marketing muscle behind it.

    Like, oh, I don't know, having the news division of AOL Time Warner run stories on the browser?

    -jon

    --

    Remember Amalek.

  12. It's Over by Lysander+Luddite · · Score: 4, Insightful

    This is the media simply trying to stir up a story. The fact that it is being pushed by AOL properties like CNN, Fortune etc makes it even more apparent.

    It really doesn't matter to me which browser people use as long as it supports 95% of the latest specs (in this case HTML 4 and CSS-1). If it supports DOM, XML, and CSS-2 even better.

  13. Mozilla's path to victory: Annoyance free browsing by sterno · · Score: 5, Insightful

    The big problem I've found when I am pressed into using IE for whatever reason is the ridiculous amount of ad-related annoyances I have to deal with. Pop-over ads, pop-under ads, animated things flying all over my screen, etc. And this isn't even at the pr0n sites!

    I think Mozilla's chance to grab some market share is by pushing for the fact that it gives you control over these annoyances. Turn off all of those unrequested popups with a couple of mouse clicks, or you can go back to using IE and have to close a bazillion windows every time you are done surfing.

    So, I think the browser war isn't quite over, it's just going to be fought on a different front.

    --
    This sig has been temporarily disconnected or is no longer in service
  14. Washington Post has a story too by peterdaly · · Score: 5, Informative

    The Washington Post has a favorable review of Mozilla 1.0 as well, with I though was interesting because a) it's read by politicians among others, and b) it is a review of Mozilla and not Nutscrape.

    Anyway, here is the link. One of his favorite features was the ability to block ads. He even tells people how to turn that feature on.

    -Pete

  15. losing a significant amount of market share by glrotate · · Score: 3, Funny

    IE will be losing a significant amount of market share very soon

    Bookmarked.

    Care to bet on this?

    1. Re:losing a significant amount of market share by zulux · · Score: 5, Funny


      Bookmarked.

      Care to bet on this?


      Don't you mean "My Favorites" ?

      Here's a hint: Right click on "My Computer" then rename it to "My Komputer." Then all your fiends will think youre a cool KDE Linux user.

      Gotta go.. The paperclip is helping me write a letter.

      --

      Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.

  16. Market broken by Anonymous Coward · · Score: 3, Insightful

    It has nothing to do with the market. IE comes bundled with Windows, which comes bundled with your computer when you buy it. There is little incentive to switch browsers when your computer already comes with one.

  17. Frosted glass by jlusk4 · · Score: 5, Interesting
    http://www.meyerweb.com/eric/css/edge/complexspira l/glassy.html

    Those of you using IE will need to switch to Mozilla. Those of you using Mozilla won't even notice the part that doesn't work under IE, it feels so natural.

    Cool effect that works only under Mozilla and just feels right. Now who's at the disadvantage?

    1. Re:Frosted glass by Per+Wigren · · Score: 3, Informative

      Works perfectly in Konqueror (KDE3)! :)

      --
      My other account has a 3-digit UID.
    2. Re:Frosted glass by Sloppy · · Score: 3, Insightful

      Now who's at the disadvantage?

      Whoever made that web page, that's who.

      I looked at that page (with a browser that has CSS), and it was pretty cool! So then I looked at it with a completely CSS-ignorant browser, and the page still worked fine. It just looked bad. When I see a web page that looks bad, I don't think, "Oh no, my browser sucks." I think, "Wow, whoever made this page, was clueless."

      MSIE users will surely draw the same conclusion. And it's the right conclusion too. If someone makes a web page that requires CSS (or requires that some specific style be used) to look good, then they're messing up.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    3. Re:Frosted glass by weave · · Score: 3, Insightful
      If someone makes a web page that requires CSS (or requires that some specific style be used) to look good, then they're messing up.

      Oh, so you admit that people who make pages that require IE to look good are messing up too?

      I hope you also realize how some really neat stuff is not being done because of lack of standards support in IE. IE is to Mozilla now what NS 4.x was to IE before now.

      IE = Old and Busted
      Mozilla = New Hotness

      :-)

  18. AOL 8.0 Beta still uses IE by cpeterso · · Score: 5, Insightful

    I wouldn't hold your breath waiting for AOL to use Netscape, considering AOL 8.0 Beta 1 was just released and it still uses IE.

  19. There shouldn't even be a browser war by nrosier · · Score: 4, Insightful

    Mozilla is not a weapon to fight a browser war, it's a weapon to fight a standards war. Fight MS in following the W3C standards.

    All the discussions about IE looking, feeling, being better then any other browser don't matter to me. IE is MS's tool to internet domination through bad standards support and proprietary tags. This is what we should be fighting against. Educate web-developers not to take the easy road but follow the standards, drop IE-only tags, use validator.w3.org. If I can do it for my personal pages, they should be able to do it too.
    ---
    "Anyone who slaps a 'this page is best viewed with Browser X' label on a Web page appears to be yearning for the bad old days, before the Web, when you had very little chance of reading a document written on another computer, another word processor, or another network."
    -- Tim Berners-Lee in Technology Review, July 1996

  20. Favorite Quote by Selanit · · Score: 4, Informative
    Microsoft declined comment on how much of a threat it considers Mozilla, saying it cannot speak on rival products.

    Eh? What's that? Is this the same company that called the GPL "pac-man like" and Linux "unamerican?" How is it that all of a sudden that can't speak on rival products?

    <snort>

  21. If IE really did suck by Steveftoth · · Score: 4, Insightful

    then people would get netscape. Look at IE version 2.0. However, IE is a decent browser, not the best but it does most of what people expect it to do. And since people code to it, the web works on it.

    It's our job to change that. To make sure that people move to bigger and better browsers. ;)

  22. "Browser War Already Over" by pyrrho · · Score: 4, Insightful

    This sets off a few of my "old timer" bells (that's right, I'm old, aka "over thirty")...

    One, did you ever read about "The War to End All Wars"? That was WWI! They were much more realistic about naming WWII.

    Also, please realize what you thought about history perpetually progressing forward was a lie. Things are never determined. It's all still up for grabs. Winning is what happens in board games, in the real world it's a perpetual struggle. Yes, even among browsers.

    --

    -pyrrho

  23. You can browse annoyance-free with IE, too. . . by PhxBlue · · Score: 4, Informative

    Turn off all of those unrequested popups with a couple of mouse clicks, or you can go back to using IE and have to close a bazillion windows every time you are done surfing.

    Actually, that's all it takes for IE, too--just use the highest possible security settings, including "Disable Active Scripting," for your "Internet" zone. Probably 90% of the websites I surf render just fine without it. And if I think I'm ever going to come back to one of the 10% that don't, I can add it to my "trusted" sites list, which uses "Internet"-level security settings.

    --
    !#@%*)anks for hanging up the phone, dear.
    1. Re:You can browse annoyance-free with IE, too. . . by Tokerat · · Score: 3, Informative

      I can add it to my "trusted" sites list, which uses "Internet"-level security settings.

      Which is burried under Edit->Preferences... then "Security Zones", then Zone: Trusted Zones then "Add Site..." THEN "Add..." THEN type the friggin URL (or well yea, paste). AHHHH Why isn't there a "Trust" button I can add to my Toolbar that just does this?

      Microsoft: As feature-rich as a Mac with all the ease of use of a Univac.

      --
      CAn'T CompreHend SARcaSm?
    2. Re:You can browse annoyance-free with IE, too. . . by cybermage · · Score: 4, Informative

      Probably 90% of the websites I surf render just fine without it.

      That means 1 in 10 don't render fine. Would you buy a car if it didn't start 1 in 10 times?

      Having "toggle JavaScript On and Off" as your only option isn't an option. Deciding what Javascript can/cannot do is better. In Mozilla, you can tell it, specifically, no unsolicited pop-up windows. Yes, it even differentiates between click-generated pop-ups and automatic pop-ups.

  24. Mozilla would win the browser war by cr@ckwhore · · Score: 4, Interesting

    Here's my theory. If the word was spread that mozilla can block pop-up ads by simply checking a checkbox in the preferences, then I bet people would come to mozilla by the millions.

    Unfortunately, most people are completely unaware of that simple, yet extremely powerful feature.

    --
    Skiers and Riders -- http://www.snowjournal.com
  25. They don't know, but they do care by mangu · · Score: 3, Informative

    Why they chose to block any customers remains a mystery

    I like to browse with konqueror and I try to do something about it when I can't. I send a polite email to the webmaster telling my problems. They usually are surprised that their site, created with whatever "point-and-click" website creation tools their artists are able to use, doesn't work for standard browsers. They are even ignorant of the fact that the web standard is published by the W3C, not microsoft. The happy ending to the story usually is that one more website becomes compliant with the *true* standard and one less website requires IE.

  26. Don't forget the PS3 by rseuhs · · Score: 5, Insightful
    Playstation3 will use Linux for everything online-related. If it is as successful as PS1 (100 Million sold) or PS2 (30 million sold, another million sold EACH MONTH), there will be millions of Mozilla-users who won't accept a "use IE instead" because they *can't* use IE.

    Add to those:

    • 30 million of AOL users who will sooner or later upgrade to a Mozilla-based browser. Few computers last longer than 4 years, also Widows tends to be reinstalled sometimes even without upgrading hardware, so I guess that in 3 or 4 years we will see at least 20 million Mozilla-users coming from AOL.
    • Windows-users who like Mozilla's features (tabbed browsing, http-pipelining, stop animations)
    • Windows-users not liking Microsoft (actually I know more Windows-users hating Microsoft than liking them. Yes, you can flame me for this.)
    • Linux users. Yes it's starting to happen. South Korea switching 1/4 of their desktops to Linux, allmost all Hollywood studios switching to Linux, Walmart starting to sell Linux-preinstalled computers to the masses - this is just the beginning, Linux will make inroads in the desktop in the next years.
    • People who want a multiplatform browser. No, IE/Mac is not the same as IE/Win and see above for PS3 and Linux/desktop in the future. Those people who use any non-Windows OS either at work or at home will probably also use Mozilla on their Windows-machines because Mozilla makes it easier to share bookmarks etc. between platforms.
    • As the article suggests, people using embedded devices, etc.

    Mozilla will almost certainly break IE-domination in this year (by reaching more than 10% marketshare, which is too much to ignore for webdesigners) and will become the standard browser within 10 years.

  27. Oh, but it does. . . by Fantastic+Lad · · Score: 3, Insightful
    However, IE is a decent browser, not the best but it does most of what people expect it to do.

    And more!

    Having my desktop re-organized in terrible ways by IE 6, allowing Windows to make unauthorized connections to the web even when I don't have my browser fired up. . , well that just pisses me off.

    I don't like to be a shill in some corporate control ploy.

    Mozilla 1.0 is like a breath of fresh air! It does what I ask, it gives me power over simple things IE does not, such as turning off pop-ups, "unrequested windows" in the preferences, among many basic, sensible features. --Features which would only ever be written by non-corporate, private individuals who want a good browser.

    IE is for the uninitiated, the unaware, the manipulated consumer sheep of the world.

    And damn it, I AM NOT A NUMBER. . !

    *ahem*


    -Fantastic Lad

  28. Make mozilla.org your signature. by alfredo · · Score: 3, Insightful

    Put a link to mozilla in your e-mail, at BBS's, anywhere you think your writing will be read.

    Get the word out as best you can.

    --
    photosMy Photostream
  29. The harsh truth by inkswamp · · Score: 3, Interesting
    I'm seeing comments here about how it must be one or two features of Mozilla that make it attractive to people, but the harsh truth is that until the 1.0 release, Netscape/Mozilla sucked ass and now it's an uphill battle in pulling people away from IE.

    I'm not trying to troll here, but it's the truth. And don't give me the typical "but IE breaks web standards, etc." I'm not talking from a developer's perspective, but from a user's perspective which we have seen time and time again is the real deciding factor in most technology "wars," fair or not.

    I try my best to keep my machine MS-free, but when it comes to browsers, there was little choice in the matter. Netscape 4.x was a joke and Netscape 6.0 was freaking slooooowwwwwww. A lot of people (even those who despise MS) fled to MSIE for relief, and let's be honest. MS did a decent job with it, at least from a user's perspective.

    I'm using Mozilla 1.0 now, trying to give it time to grow on me and replace IE. Mozilla has a few quirks, but its benefits outweigh the negatives and I see significantly little difference between it and IE in terms of user experience. I've been actively encouraging others to try it out, but it will take time. Netscape botched the browser war very badly and IE has rooted itself in the public mind as THE ONE AND ONLY BROWSER. Although I like Mozilla, I have real doubts that it will get far, but best of luck to them. I'm on their side.

    --Rick

    --
    --Rick "If it isn't broken, take it apart and find out why."
  30. Dude, Galeon, j0 by rwa2 · · Score: 3, Informative
    You've got to try galeon! It's like a browser done right! Here's my personal list of favourite features not offered by IE or even the Mozilla UI that it derives its rendering engine from:
    • popups can come up in new tabs, and each tab can have its own close button. You can kill popups without even looking at them! It also makes it easier to kill tabs without leaving the tab you're looking at (unlike the middle-click in mozilla)
    • The searches text inputs are very unobtrusive. It doesn't pop up that big ugly sidebar that insists on popping up even when you're doing normal searches in the main window.
    • It saves the state of your browsing session, so you can open everything just like it was when you left off after quitting / rebooting / crashing / etc. Big time saver!
    • The Preferences are in the Settings menu item, and not "Edit" or something silly like that
    • Nice autobookmarks feature of your most-browsed sites, when you don't feel like mucking around in your history
    • A bunch of other inane but useful features that really click in a way no other browser has clicked for me :P
    Of course, it's a challenge building it to keep up with the pace of Mozilla development, but once it works, it's really nice... (of course with debian, it's just a simple apt-get source -b galeon )
  31. Not to Mention Fully Supported PNG in Mozilla by Uggy · · Score: 3, Interesting

    IE 6 doesn't have full alpha layer for PNG yet... no word on if it ever will. 24 bit png with alpha layer (transparent/translucent) works just great in Mozilla, blending into background, without all the tricks and hacks that you have to do with IE. I can use a style sheet to change colors on the fly and don't have to to re-save all the damn graphics and screw with them to get the shadows, edges to come out right. For me that's IE's biggest drawback.

    What do most people who design for IE do to avoid this silliness? Is there any 24 bit graphic format that supports an alpha layer in IE? No, really, I'd like to know.

    --
    Toddlers are the stormtroopers of the Lord of Entropy.
    1. Re:Not to Mention Fully Supported PNG in Mozilla by Chester+K · · Score: 3, Informative

      What do most people who design for IE do to avoid this silliness? Is there any 24 bit graphic format that supports an alpha layer in IE? No, really, I'd like to know.

      Yes. There is. PNG.

      You just can't use it straight in an IMG tag, you need to instance a DirectX blending filter. It's not complicated at all, but granted, it is platform-specific.

      --

      NO CARRIER
  32. I have bookmarked this story by q-soe · · Score: 3, Interesting

    The sight of people defending AOL Time Warner against Microsoft is in my mind worthy of a bookmark for future reference... AOL Time Warner are a monopoly in a way Microsoft would love to be - they have absorbed media companies left right and center yet as long as they release or support free software they are considered acceptable? Hmm why is it im suspicious of their motives ?

    These people control what you see and what you read - they make no bones about their desire to dominate the media world and for them to turn around and start lawsuits against a former ally and best buddy (MS) shows the level of loyalty and trust worthiness they should be afforded.

    I use Mozilla on Linux - i like it - its not as stable nor as useable as IE5.5 but it is a damn good browser. Netscape is a bloated, buggy unuseable piece of crap on windows and from my experiments on linux as well. To defend AOL and beg for them to do something like this is a joke, they WILL not do anything unless they can gain a competitive advantage from it - this is the way they have built a business (and previous slashdot stories can attest to it)

    Im bookmarking this so when they become 'evil' in the eyes of /. i can post links to this story - Just WHO do you guys think would have the cash to buy parts of a split up MS anyway ? Painting the worlds largest media monopoly as a small guy against microsoft's might makes me laugh and feel ill at the same time.

    It might sound bad to some people but superior products win marketshare - IE was better than Netscape - IE won whilst netscape frittered away a lead and became a second rate product (yet mozilla is a first rate ? go figure)

    And yes the majority of the real world (non open source) consider IE a very good product.

    --
    I refuse to argue with Anonymous Cowards - if you want a discussion get an account....
  33. Re:If you can't get into the site, by zulux · · Score: 3, Insightful

    Personally, I can't afford to lose 5% of my business; it croggles me that online outfits will cheerfully accept even 10-20% "can't even get in the store"

    Hopefully that mentality is going away with the fall of easy VC money. My own company is standards complient due lazyness - we don't want to waste time dealing with any gripes. We've found that doing it right the first time is actaully the lazy way - a we like being lazy. Give us more time to post to Slashdot!

    --

    Moneyed corporations, non-working 'poor' and criminal prisoners are turning productive citizens into tax-slaves.