Slashdot Mirror


4 Years Later, The Mozilla Tide Has Turned

dave writes "In 1999, I editorialized that the browser was the battleground that would win or lose us the whole thing. 4 years later, in light of the excellent Firefox 0.8 release it is time to update the article with a slightly more optimistic view."

230 of 923 comments (clear)

  1. The tides have changed.. Positive outlook by eyeareque · · Score: 5, Interesting


    Yesterday I rebuilt my sisters windows 2000 machine. I installed gaim for her, and also ad aware then let her install whatever other apps she wanted.. The funny thing is, she called me later last night asking where she could download firebird because she hates internet explorer. I thought to myself, wow, how the tides have changed.

    Creative Criticism: The DHTML or whatever is used to give the advanced editing features of Exchange 2000 web mail, msn hotmail, yahoo mail, and the geocities web site editor don't work in Firebird; If they did my sister, my mom and many other web users would never use IE again.

    1. Re:The tides have changed.. Positive outlook by AKAImBatman · · Score: 5, Interesting

      Creative Criticism: The DHTML or whatever is used to give the advanced editing features of Exchange 2000 web mail, msn hotmail, yahoo mail, and the geocities web site editor don't work in Firebird; If they did my sister, my mom and many other web users would never use IE again.

      Amusingly enough, they don't always work in IE either. My mother and sister where having problems with not being able to type in the Rich Text Control. I showed them how to turn it off every time, but it was still very annoying. I finally gave them Firebird 0.7. No rich text controls, no pop up ads, no viruses, just pure web browsing bliss. They haven't looked back. :-)

    2. Re:The tides have changed.. Positive outlook by Suppafly · · Score: 4, Insightful

      I always use firebird to check my exchange webmail for work.. The basic features seems to work better in firebird than IE.. Now if I could just figure out what the firebird setting for "Check for a new version of the page everytime" like there is in IE, so I'd stop getting cached versions of static pages from our proxy at work.

    3. Re:The tides have changed.. Positive outlook by robslimo · · Score: 2, Interesting

      I assume that she's an average user? Maybe she's a little more intellectually active and can better form her own judgements than the average (l)user. Anyway, it's still encouraging.

      I sincerely hope Firefox proves out. I've not tried it yet; still using Mozilla here. I have preferred Moz over IE for its extra features (anti-popup, image blocking, etc) but its bloat is pretty much on par with IE, IMO. I'd certainly like something that offers the best features of both in a tamer package.

      I guess I'd better stop wondering and give Firefox a try.

    4. Re:The tides have changed.. Positive outlook by jgalun · · Score: 4, Interesting

      Creative Criticism: The DHTML or whatever is used to give the advanced editing features of Exchange 2000 web mail, msn hotmail, yahoo mail, and the geocities web site editor don't work in Firebird; If they did my sister, my mom and many other web users would never use IE again.

      That would be a nice feature to have...but I believe that this is a Microsoft proprietary extension to the JavaScript DOM, not a standard. Which is not to say that the Mozilla team is incapable of reproducing it, just that they may have some qualms about it.

    5. Re:The tides have changed.. Positive outlook by TulioSerpio · · Score: 4, Interesting

      Look here, but ojo! its experimental Mozilla activeControl

      --

      I'm from Argentina: Tango, Asado, Mate, Gaucho, Maradona, YPF

    6. Re:The tides have changed.. Positive outlook by cyfer2000 · · Score: 5, Informative

      By I remember from mozilla 1.3, there is something like richtext edit in mozilla, lemme google it... link1 and link 2

      --
      There is a spark in every single flame bait point.
    7. Re:The tides have changed.. Positive outlook by kson34 · · Score: 2, Informative
      Actually the DHTML component (called the Midas in Mozilla) does exist:
      See Rich Text Editing Specification.
      However most sites haven't supported it yet, I'm sure it will be a cold day in hell before hotmail and exchange 2000 web mail supports it, but complain loudly enough and maybe we can get yahoo, and other other sites to start using it.
    8. Re:The tides have changed.. Positive outlook by NShade · · Score: 5, Informative

      Try loading about:config and changing the browser.cache.check_doc_frequency setting to 1. I think that does it.

    9. Re:The tides have changed.. Positive outlook by Frymaster · · Score: 4, Insightful
      I assume that she's an average user?

      the tragedy is that real "average" users use whichever browser ships as the default on their operating system.

      a not insignifcant chunk of computer users aren't even aware of the concept of "applications". they don't see "explorer" it's just "the internet".

    10. Re:The tides have changed.. Positive outlook by AKAImBatman · · Score: 4, Informative

      I am aware of the control, but IIRC it isn't compatible with IE's implementation. So it really doesn't help with the webmail providers.

      In any case, Rich Text email is highly overrated. My family can barely send an email, much less know what to do with all those formatting buttons! Sometimes, less is more.

    11. Re:The tides have changed.. Positive outlook by jsebrech · · Score: 4, Insightful

      Creative Criticism: The DHTML or whatever is used to give the advanced editing features of Exchange 2000 web mail, msn hotmail, yahoo mail, and the geocities web site editor don't work in Firebird;

      The IE-only way of doing this doesn't work. The standards-based way however does work. Most blogging tools support rich text in gecko browsers. That MS uses its own proprietary stuff instead of the standards is hardly surprising, and I suspect yahoo and geocities are just suffering from inertia (because admittedly, mozilla hasn't had this capability for more than a year).

    12. Re:The tides have changed.. Positive outlook by Graelin · · Score: 4, Insightful

      That is not a tragety at all. It's proof that computers are serving their role well. As tools.

      Just as you could probably care less about the thickness of the heating wire inside your toaster, most other people on this planet could care less about what browser they use. They just want to get their pr0n|warez|stock info|etc.

      Can you blame them? NO. They have more important things to be doing.

    13. Re:The tides have changed.. Positive outlook by thesolo · · Score: 5, Informative
      That would be a nice feature to have...but I believe that this is a Microsoft proprietary extension to the JavaScript DOM, not a standard. Which is not to say that the Mozilla team is incapable of reproducing it, just that they may have some qualms about it.

      It's already implemented. Mozilla has Rich-Text controls; They have dubbed it Midas.

      It's been in Mozilla since around 1.2 or 1.3. Of course though, their implementation is standards-based, while IE's is not. Just like XML document loading, and various other features of the DOM, you have to code for standards, and then again for IE to work.

      If you have a text area whose ID attribute is called "edit", you can easily start to use Midas by doing something like:
      if (!document.all && document.getElementById) {
      document.getElementById("edit").contentDocument .designMode="on";
      }

      You can also view a Midas Demo.
    14. Re:The tides have changed.. Positive outlook by Ark42 · · Score: 4, Informative


      It has to be possible though, and without much extra work, because I have seen WYSIWYG editors on message boards now, that work in IE and Mozilla with no trouble.

      Whatever they use at Codejock, which I think is WebWizForums, says that If you are using Internet Explorer 5+ (windows only), Netscape 7.1, Mozilla 1.3+, Mozilla Firebird 0.6.1+ it should work fine.

    15. Re:The tides have changed.. Positive outlook by Plac3bo · · Score: 5, Informative

      Yes. This is correct
      docs

    16. Re:The tides have changed.. Positive outlook by AKAImBatman · · Score: 2, Interesting

      Don't you think that CodeJock/WebWizForums coded the tags to work with the different browsers? That doesn't help much with the MS "friendly" sites like HotMail and Yahoo! Mail.

    17. Re:The tides have changed.. Positive outlook by Anonymous Coward · · Score: 2, Informative

      Now if I could just figure out what the firebird setting for "Check for a new version of the page everytime" like there is in IE, so I'd stop getting cached versions of static pages from our proxy at work.

      If that's happening, then you either frequent sites that send incorrect HTTP headers, or your cache is misconfigured. I'd guess at a little bit of both.

    18. Re:The tides have changed.. Positive outlook by npistentis · · Score: 5, Funny

      My girlfriend voluntarily installed Firefox before I did, and told me afterwards- imagine my swell of first shock, then pride :-]

      --
      Gentlemen, you can't fight in here! This is the War Room!
    19. Re:The tides have changed.. Positive outlook by dfeist · · Score: 5, Interesting

      Maybe. But being technically correct is still important.

      And by the way, I do care what is in virtually every product I buy. It's not enough that it "just works" - I know everything can fail, everything has its dangers. So I want to know where they are. I need to know what's in the product, and I hate it if everything is hidden to me and there are so many warning labels that I couldn't use the product if I really took care of all of them.

      You may think everyone should be able to use products without understanding them. I want that everyone understands as much as possible of the technology behind them.

      People should better understand _why_ not to put their cat into a microwave oven...

      --
      Unix makes easy tasks hard and hard tasks possible. Windows makes easy tasks easy and hard tasks $29.95.
    20. Re:The tides have changed.. Positive outlook by Anonymous Coward · · Score: 3, Insightful

      Yeah, but why should we have to.
      I'm getting real sick and tired of having to edit esoteric scripts in every damned OSS application I want to run, which are in half a dozen different locations on a hard drive.
      If the application has an option it should be at the very least under a tab labeled ADVANCED.
      Perhaps a popup box saying "Consult your son or grandson before editing this tab, anything and everything you do on this tab could render this application useless." would be usefull.

    21. Re:The tides have changed.. Positive outlook by TheTimoo · · Score: 2, Insightful

      uhm... about:config is not some kind of esoteric script. Actually it's more like the thing you described, without the warning.

      --
      "Be careful or be roadkill" - Calvin
    22. Re:The tides have changed.. Positive outlook by Pionar · · Score: 3, Interesting

      Why does that matter? Everyone knows why not to put a cat in the oven. They may not know the physics behind the magnetron's (or whatever the hell that thing's called) reaction with water molecules, but they know that kitty + microwave = boom.

      I have no clue how infrared communication works, nor do I care, but I know that when I push the buttons on my remote, the tv should come on.

      Do you know exactly how the ignition system on your car works? Do you care? Key turns, car goes vroom.

      Likewise, if a user double-clicks on the IE icon, they may not know that it's IE that opens up, but they know that "the interweb" should come up and their home page should load. If it doesn't, then we have a problem Houston.

    23. Re:The tides have changed.. Positive outlook by cyfer2000 · · Score: 2, Funny

      guess how many average web developer don't know there is something named W3C arround the world?

      Life is always funny.

      --
      There is a spark in every single flame bait point.
    24. Re:The tides have changed.. Positive outlook by tgd · · Score: 2, Insightful

      The real value of that isn't for rich-text e-mails. In enterprise apps, its the ability to cut n paste Word documents directly into a web form.

    25. Re:The tides have changed.. Positive outlook by thelasttemptation · · Score: 3, Funny

      actually I'd figure this would be great as static pages don't change that often...

    26. Re:The tides have changed.. Positive outlook by Xawen · · Score: 4, Insightful

      I work in a 100% Windows environment and frequetly have to tune systems to meet very strict security standards (yes, I realize the irony in that...).

      I spend a significant amount of time digging through "half a dozen different" registry locations (pretty similar to browsing a filesystem in gui) "to edit esoteric" value names to activate/deactivate hidden or complely undocumented features in software and even the OS. Yeah, it's really annoying. Yeah, it's not necessarily user friendly. But, no, it's not limited to OSS apps.

    27. Re:The tides have changed.. Positive outlook by karnal · · Score: 4, Funny

      Kitty + microwave = boom?

      You may just spark the curiousity of a few people out here. And stay away from my kitty!

      --
      Karnal
    28. Re:The tides have changed.. Positive outlook by hendridm · · Score: 2, Informative

      There are rich text editors (Google cache) that are compatible with both browsers.

    29. Re:The tides have changed.. Positive outlook by Derek+Pomery · · Score: 3, Informative

      This is not going to work linked from /. - you folks will just have to copy and paste it.
      http://bugzilla.mozilla.org/show_bug.cgi?id=1 83863

      Anyway, that bug was filed a while ago. Multiple offers to Yahoo! have gone out to help them write their JavaScript to make it compatible with both browsers in a similar fashion to htmlArea (check out the sourceforge project).

      They haven't responded. Perhaps more complaints might help from paying customers, ideally.

      --
      -- perl -e'print pack"H*","6e656d6f406d38792e6f7267"' /. ate my old sig. Bastards.
    30. Re:The tides have changed.. Positive outlook by Anonymous Coward · · Score: 2, Informative

      Yeah, I'm glad Microsoft doesn't introduce esoteric settings to the registry to break^^^^^ control samba.

      Also, while were at it - i'm glad that Microsoft office only gets installed in one directory (re: your all over the place comment). That's why you can have as many copies of Open Office as you like - because it's all installed in one directory... wait a minute, oops - sorry - the Open solution is actually better than the proprietary solution because you don't have to worry about clashing dlls in shared directories.

      I agree that OSS needs to be better than proprietary. I agree that tweaking scripts is not ideal. I also recognise 0.8 means "not yet complete".

    31. Re:The tides have changed.. Positive outlook by Anonymous Coward · · Score: 3, Informative

      Here, let me help. Type 'about:config' in the address bar, hit enter, then bookmark the page. Exactly what you asked for. Now wasn't that hard?

    32. Re:The tides have changed.. Positive outlook by cyborch · · Score: 4, Insightful

      Everyone knows why not to put a cat in the oven.

      In Denmark we have a concept of an "average person" in our legal system. If you did things that the "average person" should know are stupid then you cannot sue. The average person should know not to put cats in microwaves, yet some people still do equally stupid things and get away with sueing companies for the damages these people do to themselves.

      I have no clue how infrared communication works, nor do I care, but I know that when I push the buttons on my remote, the tv should come on.

      Do you send angry letters to the company that made your remote when it stops working or do you know enough to change the batteries? what about when you cannot shoot the infrared signal though a wall? Knowing just a little bit about how things work make your life a lot easier.

      Do you know exactly how the ignition system on your car works?

      I am required by law to know, if I want to have a driver's license. Also I am required to know stuff about how quickly I can bring a car to a full stop at various speeds. I am required to know enough not to hurt myself and others.

      Likewise, if a user double-clicks on the IE icon, they may not know that it's IE that opens up, but they know that "the interweb" should come up and their home page should load.

      Again, I know enough not to hurt myself or my software. People should know that they are actually putting their software and data at risc when installing untrusted software. We teach our children not to talk to strangers, let's also teach them not to install strange software.

    33. Re:The tides have changed.. Positive outlook by Tin+Foil+Hat · · Score: 4, Informative

      It is possible, and has actually been available for some time. I use Kevin Roth's rich text editor. It works in any recent IE or Mozilla based browser. Other browsers should display a normal textarea input.

      --
      No matter how many of my rights are taken away, somehow I still don't feel safe. -Frigid Monkey
    34. Re:The tides have changed.. Positive outlook by Eraser_ · · Score: 3, Informative

      I don't know what the big deal is. In the cache options of Mozilla there is the option to "Check every time I view a webpage". This should get you the caching you want.

      The real problem here is Exchange or your proxy. If Exchange isn't properly setting Cache-Control directives, and/or your proxy is ignoring them, I would fully expect to get a cached view. This is not Mozilla's fault. Talk to your systems administrator.

    35. Re:The tides have changed.. Positive outlook by lutzomania · · Score: 4, Informative

      Or you could download and install the Preferential Extension (Project page | [Extension Room) and be able to edit settings directly from the Tools menu.

      JMHO

    36. Re:The tides have changed.. Positive outlook by OldManAndTheC++ · · Score: 5, Insightful
      it's not limited to OSS apps.

      I remember reading somewhere that design is the art of making choices. Well designed apps (or products for that matter) make good choices. Apps that don't make choices are passing the buck, in a way. Many open source developers seem reluctant to make those design choices, and pass the responsibility on to the user. Sometimes they can forget who is their target audience. Note that I don't think the Mozilla folks are in this category - Firefox is remarkably easy to install and works great with the default settings.

      The best approach IMHO is to make the hard choices and bury the option settings where the geeks can easily get at them, but where Grandma is not likely to Ctrl-Alt-(whatever) her font settings to Cyrillic by mistake. (Of course if Grandma is a geek who reads Cyrillic then by all means go for it...)

      --
      Soylent Green is peoplicious!
    37. Re:The tides have changed.. Positive outlook by 42forty-two42 · · Score: 4, Insightful

      Fireb^Hfox has a HUGE number of :config options, many of which rarely (if ever) need to be used. They can't make a GUI option for all of them. In addition, it's still beta, even though most people seem to forget. So if it really bothers you, file a feature request for that specific option, and/or wait for the final release.

    38. Re:The tides have changed.. Positive outlook by Feztaa · · Score: 4, Funny

      No rich text controls, no pop up ads, no viruses, just pure web browsing bliss. They haven't looked back. :-)

      Man, I wish I could get my mom using firefox/thunderbird. She has a burning hatred for the word "mozilla", and I do truly mean the word, because she's been using mozilla for a few months, I just disguised it to look like Internet Explorer and Outlook Express. She loves it, but she's convinced that mozilla is the devil or something.

    39. Re:The tides have changed.. Positive outlook by lars_stefan_axelsson · · Score: 2, Interesting
      Do you really mean the ignition system, as in, how the engine computer signals the ignition module, and how the ignition module triggers the ignition coils, etc...? (Or, in the case of a car with a distributor, how that whole mechanical scheme works...?) Or did you mean the ignition switch--that thingy you put your car key into, and turn to start the car?

      Speaking of the Nordic countries, he meant the ignition system. Granted it's a 'dumbed down' version that's taught in driving school (and required knowledge to pass the driving test) but you're supposed to know about the car's major technical systems, especially safety related ones. The driving examiner may ask you to do a basic safety check of the car (about the level of a US road worthiness inspection, without the exhaust check, obviously), and may test you on hypothetical scenarios on the lines of "The car starts to act like this, what do you do?"

      And if you take the test in a car with automatic transmission that becomes a requirement for your drivers license (as in your license will have the words "automatic transmission required" printed on it). As a result everyone knows how to drive 'stick'. The option of taking the test in an automatic is really there for those with handicaps, as you'd in practice be deemed not fit to drive if you were physically capable of driving a manual tranmission, but couldn't manage to learn how.

      Driving in the US is a basic right (more or less), here it's a privilege.

      --
      Stefan Axelsson
  2. The tide is high, but are we rolling on.... by overbyj · · Score: 4, Interesting

    I agree that Mozilla has come a long way but unfortunately, as long as there is a very large computer company in the Pacific northwest that shall remain nameless continues to more tightly integrate their nameless browser into the OS, Mozilla stands little chance overall. Sure, I love Mozilla on Linux and OS X but there are sooooooo many people that respond " Mo...what?" when I mention it to them.

    Kudos to the Mozilla team for Firefox. It is pretty sweet. Let's hope that the nameless company in the Pacific northwest loses it grip on the browser market. Not likely, but we can always hope.

    --
    No trees were harmed in the composition of this; however, numerous electrons were inconvenienced.
    1. Re:The tide is high, but are we rolling on.... by HairyCanary · · Score: 5, Interesting

      If the nameless software company in the Pacific Northwest keeps deleting features from their browser, and making it less and less standards compliant, then Mozilla WILL take off.

      At my company, users are switching in droves today, as a direct result of the IE patch our helpdesk pushed out yesterday.

    2. Re:The tide is high, but are we rolling on.... by ktulu1115 · · Score: 2, Insightful
      ...keeps deleting features from their browser, and making it less and less standards compliant...
      The growing number of security holes in IE does nothing but help as well. :-)
      --
      # fuser -v /dev/attention | grep work
      #
    3. Re:The tide is high, but are we rolling on.... by double-oh+three · · Score: 2, Insightful

      I have to disagree. IE's integration with the windows OS hurts it, and it's image. Why? because image-wise it makes it seem like the 'basic' or 'generic' version of the product, and once people start getting into in they want to move away from the 'generic' product and into a 'specialized' one; a catagory that firefox seems to fit into.

      The other thing is that Mozilla is being spread by word of mouth. I do the regular comp. geek favors for neighbors, and more than a few of them have been asking me about Mozilla because "the tech guys at work use it." People want to use it because the specialists use it, and I makes them seem more into computing image-wise. Throw in the popup blocking, bug support, cookie management, and the host of other features and you have a product that's very easy to switch to. And it's free, as in 'free beer' and 'trouble-free', not 'free headaches included' or 'free viruses'.

      --
      "For years, I struggled with reality... but I'm happy to say I finally won out over it." -- Elwood P. Dowd
    4. Re:The tide is high, but are we rolling on.... by Senior+Frac · · Score: 5, Funny

      yeah, but each time I'm with friends and they surf, and they get popups, I show them fire(bird-fox), and tabbed browsing.

      I'm betting that Microsoft is getting customers faster than you're making friends.

    5. Re:The tide is high, but are we rolling on.... by Ilgaz · · Score: 2, Interesting

      "The growing number of security holes in IE does nothing but help as well. :-)"

      I am a my yahoo user, whenever I check the IE bugs for fun, those embedded market values appear.

      In such a freaky situation of MyDoom even, damn MSFT rises!..

      Any finance geek here to explain this freakness?

      Its like "Ford brakes proved not to work in snow" and Ford shares rise...

    6. Re:The tide is high, but are we rolling on.... by garcia · · Score: 5, Insightful

      no, see, that's where the zealots are wrong.

      Standards are being ignored and shoved to the wayside. Sure, make a website that conforms and blah blah blah, but does it matter? No, not really... People use IE. People will probably continue to use IE. If a website is "correct" and IE is "broken" because of ignoring standards and the webpage displays incorrectly the IE people are going to complain. The IE people will win, hands down.

      It's unfortunate but it's true.

    7. Re:The tide is high, but are we rolling on.... by el-spectre · · Score: 2, Insightful

      It's not just a matter of zealotry. We've been doing this thing of supporting "non-standard" browsers for 10 years now, and it's a major pain in the ass. In addition to MSIE not implementing certain standards fully (like CSS) sometimes they just plain do it wrong. It's very difficult to work around that kind of randomness.

      --
      "Faith: Belief without evidence in what is told by one who speaks without knowledge, of things without parallel." - A.B.
    8. Re:The tide is high, but are we rolling on.... by poot_rootbeer · · Score: 3, Informative


      Which IE patch are you referring to that "deletes features and makes it less standards compliant"?

      If it was the one that removed support for http://user:pass@domain/ syntax, that actually makes IE MORE standards compliant, not less.

      According to the RFCs, the URI formatting for the HTTP protocol was never supposed to allow user and password to be specified. It was a logical but non-standard extension to the RFC implemented by many browser authors, and it just kind of stuck.

    9. Re:The tide is high, but are we rolling on.... by mahdi13 · · Score: 4, Informative

      That address bar embedded in the taskbar in Windows XP (Right click on taskbar -> Toolbars -> Address Bar) uses the system's default browser. If you set the system default browser to Mozilla, that will launch Mozilla to that address

      --
      "Some things have to be believed to be seen." - Ralph Hodgson
    10. Re:The tide is high, but are we rolling on.... by 00420 · · Score: 3, Interesting

      I think this round of browser wars depends on what MS adds to IE in longhorn, and how long it takes for them to release it.

      The rate that people are currently switching to Mozilla may remain slow if MS adds pop-up blocking, tabbed browsing, a built-in search bar, and some more [percieved] security because the average person wouldn't see an advantage to switching then.

      However with how quickly the Mozilla team seems to advance their technology they have a good chance of always having a more appealing (to non-geeks) browser than MS.

      Regardless of all of this it's still great to see people's reaction to Firebird/fox after using it for a few minutes. Most don't ever want to go back to IE.

  3. I remember... by cozziewozzie · · Score: 5, Interesting

    ...when Mozilla was the poster child for how NOT to run a project: hopelessly behind schedule, slow, bloated, leaking memory left and right. And there were people who kept saying that the Mozilla guys would get it working and that it would be a kickass browser.

    Guess what? They were right after all. Congratulations to the Mozilla team and thanks for the excellent browser(s)!

    1. Re:I remember... by TulioSerpio · · Score: 3, Informative

      FireFox is XUL

      --

      I'm from Argentina: Tango, Asado, Mate, Gaucho, Maradona, YPF

    2. Re:I remember... by jsebrech · · Score: 4, Informative

      i know it crashes more often than not for me, and after a bit i have to restart it because it gets so slow it's unuseable

      I'm always curious what exact configuration the people who say this are running. I've run both the suite and the separate browsing app (firebird/firefox) for literally years, and ever since about mozilla 1.2 it has been fast and stable for me, on at least 10 different machines.

      One well known caveat is that if you're having stability problems you should start with a fresh profile. I've had this problem exactly once. Saw crashes, created a new profile, copied over bookmarks.html, and the crashes disappeared.

    3. Re:I remember... by jez9999 · · Score: 2, Informative

      Um, I think that's bullshit. Asking Kerz (who basically thought of the name) in the Mozilla devs channel, I was told that 'Firefox' shall REMAIN the name of the browser. Hopefully, with a passing wind.

    4. Re:I remember... by MenTaLguY · · Score: 2, Informative

      No, Firefox really is all XUL.

      The XUL engine uses Gtk for widget _rendering_ now on Unix platforms (as it uses Aqua on OS X, or the Win32 Appearance Manager on Windows), but that's it.

      --

      DNA just wants to be free...
    5. Re:I remember... by TulioSerpio · · Score: 2, Informative
      --

      I'm from Argentina: Tango, Asado, Mate, Gaucho, Maradona, YPF

    6. Re:I remember... by Tin+Foil+Hat · · Score: 2, Insightful

      That is one of the drawbacks of open source projects. New code is usually buggy, slow, and unstable - just like mozilla in the pre-1.0 stage. Since the development process is open, everyone gets to see exactly what a mess it is at first. Some people immediately start loudly proclaiming how much the project sucks.

      As time passes though, the project makes extraordinary progress precisely through the same open process that allowed earlier, unfair criticism. Which, incidently, will have been largely silenced by this point because everyone can see exactly how much progress has been made.

      --
      No matter how many of my rights are taken away, somehow I still don't feel safe. -Frigid Monkey
    7. Re:I remember... by Saint+Stephen · · Score: 2, Insightful

      Well, whatever, but don't forget the main point is Phoenix was started as a "lite fork" because the main fork was bloated and going nowhere.

      A couple guys are responsible for Moz succeeding.

      Now, everyone else helped -- but don't think it was a linear progression from there to here. These guys backed up and went in a different direction.

    8. Re:I remember... by BZ · · Score: 2, Informative

      1.4 is the version for _application_developers_ who need a stable API to base their applications on. 1.6 has changed some APIs, but is probably more stable (in terms of crashes) than 1.4....

  4. The Popup Killer spreads the Gospel by erick99 · · Score: 5, Interesting
    Now that popups have become something of a nightmare for most users, I have found that most people I talk to are willing to try Mozilla just for the popup suppression. Once they are onboard with Mozilla they often comment that it is a faster browser and a better browser. It is almost comical to try to capture the expression when I tell them this "third party" browser is absolutely free and is continually updated - also for free.

    Happy Trails,

    Erick

    --
    http://www.busyweather.com/
    1. Re:The Popup Killer spreads the Gospel by emanumail · · Score: 2, Insightful

      Too bad more people have heard of google and the google bar that blocks popups in IE.

    2. Re:The Popup Killer spreads the Gospel by 1000101 · · Score: 4, Insightful

      I'm not trolling here, but if you are still getting pop-ups just because you use IE, well, you're an idiot. There are so many pop-up blocking apps out there that it should be a non-issue. The pop-up blocking feature that is built into the browser (soon to be added to IE) is nice, but this is hardly a feature to brag about for trying to convince someone to switch.

    3. Re:The Popup Killer spreads the Gospel by Lehk228 · · Score: 3, Informative

      (no version for netscape/mozilla exists yet...)
      That is because Firebird 0.7 and firefox 0.8 have a google search widget built in, and other searches can be added to the list.

      --
      Snowden and Manning are heroes.
    4. Re:The Popup Killer spreads the Gospel by DeadSea · · Score: 5, Insightful

      FireFox features I can't live without:
      1. Middle click to open link in new window/tab
      2. Find as you type
      3. Themes/Skins/Chromes
      4. Customizable toolbars
      5. Plugins that allow me to put just about anything on the toolbars
      6. Great development tools - javascript console, venkman debugger, live-headers plugin

      All that boils down to:

      1. Easier to use
      2. Easier to customize
      3. Broader advanced feature set

    5. Re:The Popup Killer spreads the Gospel by gfxguy · · Score: 4, Informative

      I disagree - it's hard enough to get people to switch FROM their default browser (by downloading a new one) simply because it's the one that came with the system. So they hesitate. However:

      IE can do tabbed browsing, with an extra download.

      It can do pop-up blocking, with an extra download.

      It can do probably do better cookie management and other features, all with extra downloads.

      Why not just download the one browser that has it all? It won't be any help if everyone switches to a new IE that has all these features built in, but it's one of the great examples of how it's MS playing catchup, and not everyone else.

      I introduce more and more people here at work to Mozilla all the time. It's great when I visit people and see them using Mozilla. I might see a pop-up on the screen, and say "you know you can disable that?" Or sometimes when we get into privacy concerns and someone mentions cookies - "Mozilla has a great cookie manager, instead of accepting or rejecting, you can select wether you want one or not". Some people say "but there's so many, what a pain!" to which I can respond "but it'll remember the sites that you say are ok!" "Really? Wow!"

      Even the image management is great - sometimes you can't get rid of ads entirely, but you can block a lot of images.

      I think there are a LOT of compelling features in Mozilla. Mozilla is, IMO, the technological leader, not the follower. IE may have more users, and it may be the leader in usage, but it's simply not as good as Mozilla, IMO.

      --
      Stupid sexy Flanders.
    6. Re:The Popup Killer spreads the Gospel by jsebrech · · Score: 4, Interesting

      What has firefox got that's not coming in the next service pack for IE?

      Better standards support. IE would have to break backwards compatibility to fix this. They won't.

      Better security track record. No known unfixed security flaws. This is a good reason to go from outlook (express) to thunderbird too, by the way. Don't be a worm victim. Switch.

      Smaller download. Firefox 0.8 is less than 7 megs and getting smaller. I very much doubt IE's next service pack will fit in that category. If your choice is between firefox or IE's next service pack, and you're on modem, it makes sense to go for firefox. I have a modem-using friend who uses firebird 0.6 as a browser because she doesn't want to suffer the huge download to bring her basic installation up to the current service pack.

      Better extensibility. IE doesn't have a framework for easily and quickly developing extensions with just a zip tool and notepad. It won't have it till longhorn.

      Better web development functionality. The javascript console, the dom inspector, the various bookmarklets, the less permissive engine (which points out errors in your code much more easily than IE), and the in general better standards support work to make gecko-based browsers much better choices for web developers. Though I admit that is a niche market.

      Currently in most cases firefox is also faster (except on first load of the app, because it's not preloaded). But I suppose an IE service pack might fix this. I doubt it though.

    7. Re:The Popup Killer spreads the Gospel by jsebrech · · Score: 4, Interesting

      I forgot to mention the reason why better standards support matters. It matters because a lot of cool webdesign techniques exist that create pages that show the content correctly in basic browser (like IE), but do all kinds of cool stuff in advanced browsers (like firefox). There exist no equivalent techniques for IE's proprietary stuff. So if you develop for standards you can do all the cool stuff while offering basic functionality for the other camp, but if you develop for IE, you're locking out the entire market.

      As a result, standards-based sites often look prettier in firefox.

    8. Re:The Popup Killer spreads the Gospel by _xeno_ · · Score: 4, Interesting
      As an example of this I can point out my new site that creates a rather neat alpha-effect using a fixed background image. This works with Mozilla but not with IE. There's also a standards complaint Tetris-like game I've coded on the site, it works with Mozilla but not with IE.

      And, because they're standards compliant, the alpha effect and the Tetris game both work in Opera too. But not in IE.

      --
      You are in a maze of twisty little relative jumps, all alike.
  5. I could really care less about who wins. by normal_guy · · Score: 5, Interesting

    Standards compliance and all that is great, but the thing that made me switch to Firefox is that Microsoft pulled out support of it's JVM. I'm sure it was a half-arsed implementation, and they probably left some things out - but it was FAST. Now that I'm waiting five seconds for applets to load anyway, I made the switch from Avant (IE-based tabbed browser) to Firefox.

    --

    Linux: Free if your time is worthless.
    1. Re:I could really care less about who wins. by Kenja · · Score: 3, Informative

      The Microsoft JVM is/was very good. Microsoft didn't pull support for it, Sun sued them to stop development and distribution. Sun then sued Microsoft to force them to bundle the Sun JVM. Then Sun sued to stop Microsoft from using ANY JVM. Thus ends Java on the desktop. Pity too, I like Java quite a bit.

      --

      "Have you ever thought about just turning off the TV, sitting down with your kids, and hitting them?"
    2. Re:I could really care less about who wins. by Miamicanes · · Score: 2, Insightful

      That sounds kind of like the argument that McDonalds limits the freedom of consumers to eat healthy food by being too convenient and cheap, and thus luring poor helpless diners into gastronomic slavery by pandering to their laziness and frugality. Bull$hit.

      The fact is, Microsoft shipped a JVM that blew Sun's implementation out of the water insofar as the execution of web page applets (and most consumers) was concerned. It didn't, however, support RMI (something that most JAVA developers, even relatively advanced ones) have never bothered with either).

      Microsoft's biggest sin, however, that drove Sun up the wall, can be summed up succinctly as "com.microsoft.*". That innocent-sounding package hierarchy gave Java apps running under Windows direct, native win32 API access. That's right... no need to screw around with JNI and all its related ugliness. DirectX? Simple. Embed IE in your own app? Trivial.

      Sun freaked out. It was pure politics and religious zealotry. Sun WANTED it to be hard and painful for Java apps to directly interact with native code. Sun didn't sue microsoft to force them to incorporate RMI... they sued them to force their JVM's castration and removal of com.microsoft.*.

      As for why Microsoft doesn't just bundle the 1.4 JPI with Windows XP, it's simple: Sun tried to bully Microsoft into accepting a new EULA that imposed MORE restrictions on what Microsoft is allowed to do than the old one that Microsoft can still legally get away with, and Microsoft told them to F**k off.

  6. MIRROR by Anonymous Coward · · Score: 5, Informative

    Posted by dave on Feb 11, 2004 2:55 PM
    By Dave Whitinger

    In 1999, I editorialized that the browser was the battleground that would win or lose us the whole thing. 4 years later, it is time to update the article with a slightly more optimistic view.

    On November 5th, 1999 I wrote an essay to the community titled The Battle That Could Lose Us The War. In that essay I described my mounting frustration over the losing battle we were fighting in the area of web browsers. My conclusion was that if Microsoft was able to dominate the web on the desktop, it would be a short matter of time before they could extend and dominate the web on the server. I knew that Mozilla was our last and only hope for winning this.

    In the years since then, despite enormous and sundry pressures against them, the Mozilla project has moved forward at a remarkable pace. They somehow rebounded from each major setback even stronger. Milestones were passed, 1.0 came and went, and the layout engine Gecko started to pick up speed and became used in a variety of applications, including Galeon and Netscape 6 and 7. When AOL finally turned the developers loose, they responded by apparantly doubling their efforts and moving even faster and smarter. Whether you like Mozilla or not, their persistence is an inspiration to the entire Free Software community.

    So much progress has been made, in fact, that today, more than four years since my gloomy outlook was keyed, with unspeakable pleasure I am now in a position to report that this tide has finally turned. The Gecko layout engine seems unbreakable and is reportedly more standards compliant than Internet Explorer. The Firefox browser is fast and stable, and supports the plugins out there that the users want and need, and, for the first time in several years, my wife is actually excited about her Linux desktop again. For the first time since Internet Explorer 3.0 was released, I am seeing people switching browsers in droves.

    Furthermore, we now have the same browser as the Windows users. By making sure that my web pages look good in Firefox, I can be sure that it will look similarly in Firefox for Windows. Speaking of Windows, many of the Windows folks that I know, including those computer newbies that still think the "internet" is in their "Internet Explorer icon", have already made the switch to Firefox. Joe-User is excited about Firefox, and this means fast adoption of this browser in all computing circles.

    Not only is Mozilla/Firefox a superior product, but it is built in the best traditions of quality software: simple, extensible and free (libre). The extensions support in Firefox is simply genius and will continue to create an entire industry of software products to enhance and customize the browser for individuals.

    At the risk of fostering an attitude of complacency, I must say that the Mozilla project has breathed new life into the web, and as a side-effect, into the Linux desktop. The war is still far from over, but the tide of this crucial battle has most definitely turned. Things have never looked brighter for Linux (as a server, and a desktop), nor for the computing community as a whole, as a direct result of the tireless and outstanding work of the Mozilla developers. Well met!

  7. droves you say!? by actionvance · · Score: 5, Insightful

    "For the first time since Internet Explorer 3.0 was released, I am seeing people switching browsers in droves"

    Droves you say?! is that future sight?! firefox comes up less than WEBTV in most of the webtrends reports I am seeing. I look at the statistics for a number of frequently used (100k visitors a day) sites and do not see firefox gaining users. (note - Ill happily eat my words if the statistics show a significant increase.) but still... droves?

    Joe User does not give a fuck about standards... in fact - he is HAPPY to view websites that have broken table tags and still display in IE. Joe user wants to continue not thinking and have stuff given to him. for that reason alone, Internet Explorer will continue to be the most used windows browser, and until the tides turn on the desktop operating system situation, IE will stay in its comfy place.

    1. Re:droves you say!? by Haxwell · · Score: 2, Insightful

      We know that, but the average user still doesn't care.. its not worth the effort for them to download and install another browser.

      I think until IT departments come around and start installing Mozilla on their desktops, for mail and web browsing, most people will not care/know about alternatives to IE. Regardless of how many viruses they get. Really, just think how long people have been getting viruses through Outlook/Outlook Express/IE. How many of those people have switched?

      --
      http://www.haxwell.org
    2. Re:droves you say!? by back_pages · · Score: 4, Interesting
      You may have a point, but practically anybody that I ever talk to about web browsers switches to Mozilla/Firebird/Firefox. People complain about the internet all the time - I just say, "Well, I don't have that problem."

      Mozilla will win ground on 3 representative features: No popups, different security issues, and tabbed browsing.

      The popups affects everyone using IE. Impress upon people that popups are the result of Microsoft screwing people over and not caring - it's not even a half truth. It's an obnoxious misfeature that irritates end users but gives Microsoft friends in business. It should have never been implemented. While Microsoft serves their own interests and contemplates their cash flow, Mozilla went ahead and solved the problem.

      Internet Explorer has about ninety billion security flaws. Even if you have all the patches, you'll still want to disable ActiveX. You still don't have a convenient way of blocking images from particular servers (spam related, annoying, inappropriate). I'm not going to pretend that Mozilla is flawless on the security front, but it does represent a distinct minority of security problems. Bad people attack IE, Microsoft is slow to fix IE, Microsoft designed IE with a million other security issues. While Microsoft drags their feet and does everything possible to make money, Mozilla went ahead and solved the problem.

      Mozilla presents tabbed browsing, among other features, that are simply better than what IE offers. Type ahead links, one key to search for text, Google built into the button bar, a spiffy download manager in Firebird 0.8, and 2 clicks to block images are fantastic additions to your web browser.

      So really, you'd be a complete fool to use IE. Maybe Mozilla isn't your cup of tea, but you'd be a fool to use IE. Maybe you are required to use IE for a few specific sites, but you'd be a fool to therefore use IE for all your web browsing. Maybe you can't install Mozilla on your lab/work computer, but you can install Firebird on a USB Flash Drive ($20 or less) and take a better browser with you everywhere.

      So maybe they aren't switching in droves, but a person would have to be a complete fool to use IE exclusively. When the word really gets out about that, the results will be hardly surprising. Like they say, "Lead, follow, or get out of the way". Internet Explorer is no longer a leader.

    3. Re:droves you say!? by STrinity · · Score: 2, Insightful

      firefox comes up less than WEBTV in most of the webtrends reports I am seeing.

      It's only been out for two days. Give it time.

      --
      Les Miserables Volume 1 now up with my reading of
    4. Re:droves you say!? by prockcore · · Score: 2, Informative

      I look at the statistics for a number of frequently used (100k visitors a day) sites and do not see firefox gaining users.

      I don't know about firefox in particular, but Gecko based browsers is gaining. Looking at individual browsers: Mozilla is ranked #3, behind IE6 and IE5.5, and ahead of Safari, Netscape4, and IE5.0

      Looking at "Browser Types":
      Microsoft is in the lead with 81%
      Gecko is in second place with 7%
      All others (safari, opera, etc) are grouped.

      Microsoft has gone from 97% of all browsers to 81%.. that's a significant drop.

      We're a local news site, we don't even run technology related news.

  8. Netscape 7.1 -- Un, well, I hate to say it, but... by etLux · · Score: 4, Insightful

    Grudgingly, albeit, I must admit -- Netscape 7.1 is pretty snappy. Technically, it still doesn't offer a great deal of what IE does... but one wonders sometimes if Microsoft's browserworks elves have gotten a bit carried away, anyway -- as extraordinarily few websites ever actually *use* a great many of those bells and whistles. Anyone for an "IE Light"?

  9. Re:Netscape 7.1 : The best browser for Windows so by Jim_Maryland · · Score: 2, Interesting

    I haven't tried out all the browsers available, but I must agree that Netscape 7.1 is a nice product. Definitely much better than Internet Explorer.

    I've installed this browser on several family members PC's that I support, and they all say never realized that other browsers were available. After they used it a couple of times, they found they actually like it better than IE too.

  10. Re:Already? by Minwee · · Score: 2, Funny

    That doesn't make sense. It means that people would have to be reading the article _before_ commenting.

  11. Ironic that... by addie · · Score: 4, Interesting

    For the grant application system I manage, I have to officially recommend using IE 5.0 or above to all users. And my response to Mac users who don't use IE? I have to tell them "we're working on it". But when I'm using/testing the system myself, I use nothing other than Mozilla Firebird.

    When will the bigwhigs realize that open-source does not necessarily mean risky, dangerous, or taboo in some way?

    1. Re:Ironic that... by Dalcius · · Score: 2, Insightful

      "When will the bigwhigs realize that open-source does not necessarily mean risky, dangerous, or taboo in some way?"

      When they see more IBM commercials and read about somebody making millions with Linux (besides, perhaps, IBM).

      The info is out there, the PHBs just have to see it. Linux is already a positive buzz-word but the big iron will move when someone strikes oil with Linux.

      Props to IBM for pushing a clean message of Linux to gain the OS more mindshare. As much as I can dislike some big companies, IBM seems to be playing a good game. "Linux is wonderful. Use it. If you like, we can help you." But, I digress...

      Cheers

      --
      ~Dalcius
      Rome wasn't burnt in a day.
    2. Re:Ironic that... by jsebrech · · Score: 2, Informative

      There are several sites which makes IE screenshots for you. There's also the option of using codeweavers' crossover products, which run IE on linux (which is how I test websites for IE in linux).

  12. Not only the browser! by incuso · · Score: 3, Interesting
    Here in my office a lot of persons switched toward the beast mainly for spam filtering.

    Browsing using it is only a consequence.

    IMHO it is a pity to break it in different pieces...

    M.
    --
    http://incuso.altervista.org/

  13. Why is Firefox such a memory hog? by MonkeyCookie · · Score: 5, Interesting

    On a related note, a freshly opened Galeon used 120M of RAM, while a freshly opened Firefox used 86M. I don't really know exactly what that means, but a lower RAM usage number is always a good thing to see.

    Why on earth does a web browser like Firefox take up 86 MB of memory? That seems like an awful lot of memory for just a web browser. Is it GTK2 that is taking up all that space?

    1. Re:Why is Firefox such a memory hog? by m0rph3us0 · · Score: 4, Informative

      FireFox uses about 20 megs of RAM, I've seen its virtual size at 120 megs but that isn't the amount of ram it is using. Its resident space is usually about 20 megs.

  14. Netscape is dead by Anonymous Coward · · Score: 5, Informative

    Move on. 7.1 is the final version. Go get Mozilla or Firefox, where the updates keep coming.

  15. Wow... 4 years ago by Xpilot · · Score: 4, Interesting

    I actually printed out that article, with the Star Wars references and all, and kept it in a nice thick binder :) I was a slashdot newbie then, and every story fascinated me. Whenever I read it, I think, "if only this article were seen in context today, with the success of Mozilla"... and today I see this. Great job :)

    --
    "Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds
  16. embedding into applications? by ldspartan · · Score: 5, Interesting

    Has any work been done to allow the Moz renderer to be embedded into other applications the same way that IE can be? (under Win32, obviously). It seems that without that functionality, Moz will never be able to fully replace IE on the Windows desktop.

    --
    lds

    1. Re:embedding into applications? by cyfer2000 · · Score: 2

      http://www.iol.ie/~locka/mozilla/mozilla.htm Mozilla ActiveX Project

      --
      There is a spark in every single flame bait point.
    2. Re:embedding into applications? by tsarin · · Score: 5, Informative
    3. Re:embedding into applications? by balster+neb · · Score: 4, Informative

      Yes, the GRE (Gecko runtime environment) has been around for a while. See http://www.mozilla.org/projects/embedding/GRE.html

    4. Re:embedding into applications? by alasdair · · Score: 2, Informative

      Has any work been done to allow the Moz renderer to be embedded into other applications the same way that IE can be?


      I've dropped this Mozilla ActiveX control into my Visual Basic project using WebBrowser, and it seemed to work just fine. I didn't do any major testing, though.


    5. Re:embedding into applications? by seanmeister · · Score: 2, Informative

      Yep - there's even one project that embeds both IE and Gecko in a single window.

  17. Browser wars by Tenfish · · Score: 5, Interesting

    Thw browser wars were overrated I think. There's more to the desktop experience than the browser.

    Look at the kinds of games that are popular on the internet, for example. Flash, Shockwave, java, etc. These areas are still dominated by Microsoft, and I don't see much progress with Linux. A lot of people are still having trouble getting something like Flash working properly. I keep getting pages that say that I need to upgrade to Flash 6. I have Flash 6 installed on my Linux box, and it works well on most pages. But there are the corner cases that it fails on.

    We don't need just the browser to work. We need everything to work. Does the Firefox browser have Java in it out of the box? Java was terribly difficult to get working under Mozilla, and like Flash, didn't work all the time.

    Even something as simple as playing two sounds at once would hang the browser. We've got to fix these problems before Linux becomes big on the desktop, or the users will not have a good time.

    --

    --Guns don't kill people, abortion clinics kill people.
    1. Re:Browser wars by QID · · Score: 3, Insightful

      "We've got to fix these problems before Linux becomes big on the desktop, or the users will not have a good time."

      I think you misunderstand--if problems like these aren't fixed, Linux simply won't become big on the desktop.

    2. Re:Browser wars by pandrijeczko · · Score: 4, Insightful
      I appreciate the contents of your comments but I do get slightly annoyed by people who expect Open Source software to always be released as finished, feature-rich products that do everything every user could desire the moment they install them. This is not the way the Open Source community works.

      If you buy a piece of commercial software, you're making the assumption that you have a product that "does what it says on the box" that the vendor will support with fixes and future upgrades. As a user, you probably have very little input into the future development of that product because future enhancements will be dictated by what is commercially viable to implement.

      If you use a piece of free software, then you must take an entirely different attitude. Firstly, the product may not be a finished one (as is the case with Firefox) but has been released early for anyone who wants to to have a go at using. The expectation from the developers is that you report problems with that software back to them and suggest enhancements. It might be that any enhancements you suggest are not deemed as good ideas by the development team but if enough people request an enhancement, and it's a good one, then it usually gets implemented.

      No software can be "all things to all men" and many browsers users will actually think of Flash as being a pointless graphical exercise that simply consumes bandwidth - neither you or they are right or wrong, it's just a difference of perception of "usability".

      The real point I am trying to make here is that if you're expecting to suddenly wake up one day and find a desktop Linux system that you deem to be ready "for the desktop", then that is the wrong attitude to take, I'm afraid.

      The Open Source developer community does not have an agenda to displace Microsoft from the desktop, despite what many people seem to believe. The community's only agenda is to make good, free software and to listen to users of that software to make it better - remember that much of that free software is available to run on Windows as well as Linux or a BSD OS.

      If you (and others) want to have a Linux OS that you consider is ready to displace Windows from your own machines, then it is your remit to let the Open Source developers know that you need "this feature" because "this commercial package" already has it.

      The only important thing is that you have a choice, albeit that to use an Open Source alternative may require extra effort on your part or being more involved in the development of that alternative by giving feedback as to what you want out of it.

      The so-called "revolution" in software is not just about free software but a change in the mindset of the people that use software. Although there has always been an "underground" Public Domain/Shareware/Free Software/Open Source movement, most people have gotten into the mindset of going into their local computer store and browsing the shelves of pre-packaged software products until they find something that fits their needs at a price they're prepared to pay, exactly as they would select food products at the local supermarket - perfectly fine if that's the way you want it.

      However, you do now have a voice in getting the software you want if you care enough about it and speak up enough - that's the mindset change.

      --
      Gentoo Linux - another day, another USE flag.
  18. Re:About FireFox by iamsure · · Score: 3, Informative

    Completely different product space. Trademarks are allowed for such things, and the Moz project is well on its way to having the trademark approved.

  19. Why does mozilla get all the press? by ToadMan8 · · Score: 4, Interesting

    It's a good browser with stability, speed and some cool features. So is Opera. It's cross platform. So is Opera.

    Opera may be a bit behind on OS X but it was independantly tested as being the world's fastest rendering browser. It sticks to interdational standards like superglue and your fingers.

    Is the reason it gets nowhere near the press Mozilla does that Opera is not open source? What are your thoughts on this one?

    The company released it's IPO intensions a few days ago (Initial Public Offering; it's "going public" or starting to sell shares of stock to make shareholders the owners). I personally am very excited. I think it's a margainally better product than Moz and that makes it best in the world, IMHO.

    --
    I haven't posted in so long, my sig is out of date.
    1. Re:Why does mozilla get all the press? by BenjyD · · Score: 5, Insightful

      Is the reason it gets nowhere near the press Mozilla does that Opera is not open source?


      Erm, yes. Opera isn't free beer or speech. Open source projects can't be bought by MS, can't be destroyed in the way MS did to Netscape.

      Hence the article - the web browser is absolutely key to the desktop market, and this time we're wise to what a bad idea relying on a company (however well intentioned) to supply that key component is.

    2. Re:Why does mozilla get all the press? by Apreche · · Score: 3, Interesting

      Opera doesn't get the press that FireFox does for a number of reasons. While Opera is a "next gen" browser it isn't as polished and perfect as Firefox is. Ask the guy who invented tabbed browsing (forget his name). I read an article where he pretty much said "yeah, I made tabbed browsing in Opera and Safari and Phoenix (this was way back). But the way I did it in phoenix was the right way". The themes and extensions are key. Also The idea is to get rid of ads. Forget about open source or not. The fact that it costs money to get opera without an ad is ridiculous.

      I'm at a tech school and people are starting to switch to Firefox surely but gradually. We may reach 10 - 15% of the campus soon. Plus I think I'm going to put up some flyers and leave some cds lying around to help it out a bit.

      Oh yeah, I have a friend who was the most stubborn Opera user ever. Wouldn't even consider switching. Got him to sit at Firebird for 5 minutes. Couldn't admit that Opera was better with a straight face. He totally caved. In fact, anyone who I've gotten to seriously try out Firewhatever has never looked back. Nobody who browses the web can resist because it is just so objectively superior in all ways. The only thing left to do is increase awareness.

      --
      The GeekNights podcast is going strong. Listen!
    3. Re:Why does mozilla get all the press? by bogie · · Score: 5, Insightful

      Short answer, Opera is closed source and payware. Nobody wants to see some small company in Norway get control over the browser market. We've been down that path and the result is a browser that is bug ridden and hasn't been updated in years. In case you don't know what I'm talking about its Internet Explorer. Who wants to see yet another commercial entity force its ever whim upon us just because they have a majority. With Mozilla if we don't like where the project is heading we just fork it. With Opera there is no out.

      To borrow a phrase "The Future is Open". Nobody wants to root for something like Opera when a better Open Source alternative is out there. Opera is exactly what the IT world is heading away from where possible. Also you won't see a closed source browser like Opera riding on the coat tails of the Linux Desktop revolution, however slow that may be.

      Lastly and to go back to my first statement Opera costs money. Its been ingrained in consumers heads since the 90's that browsers are Free. If Mozilla costs money you could bet that it never would have stood a chance and IT Press would not be rooting for it.

      Frankly Opera just don't have much of a future for general Internet browsing.

      --
      If you wanna get rich, you know that payback is a bitch
    4. Re:Why does mozilla get all the press? by Anonymous Coward · · Score: 2, Informative

      Is the reason it gets nowhere near the press Mozilla does that Opera is not open source?

      I want to challenge that assertion. It's the reason Mozilla gets more press on slashdot, which shouldn't surprise anyone, but I don't think there's a very big gap in the general press. Opera gets almost as much coverage as Mozilla outside of open source centric sites.

      Google claims "opera browser" turns up approximately 2.5M hits, and 2.8M for "mozilla browser". Checking news stories, there are 139 for "opera browser" and 185 for "mozilla browser". Not all that far off. And stories about Opera are frequently the type that people with money read - Motorola licenses Opera, Opera selected for PDA x, cell-phone y, etc. Opera has a niche that goes well beyond the desktop already. That isn't enough to make them the dominant browser, but it IS enough to make sure they'll be around for a while.

    5. Re:Why does mozilla get all the press? by adrianbaugh · · Score: 2, Insightful

      Yes, probably. By and large most of the people here are interested in open source software. If there's a choice between two comparable products we'll rave about the open source one.
      I'm sure Opera is a very competent browser, but I find it hard to get excited about because Firebird is also a very competent browser - but it's open source. Whether one or the other is "marginally better" doesn't really matter a hill of beans, they're both "good enough".
      By the way, Mozilla can be made faster if you turn on pipelining (off by default) and get rid of the 250ms delay before it bothers rendering anything (this helps on old computers but not on modern ones).

      --
      "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
      - JRR Tolkien.
    6. Re:Why does mozilla get all the press? by mbbac · · Score: 2, Informative

      That was Dave Hyatt and he didn't invent tabbed browsing. He implemented it in Mozilla and (what is now) Firefox. He believes Firefox's tabs are his best implementation.

      --

      mbbac

  20. Three words: automatic popup blocking by seldolivaw · · Score: 4, Insightful

    Tabbed browsing is addictive, standards support is wonderful, but the feature that makes people go "oh, this is SO much better than Internet Explorer!" is the automatic popup blocking. I don't have to sell any of the other features to the people I recommend FireFox to; they discover them on their own.

    My only current quibble is the new way FireFox handles download in 0.8... I liked that "launch" button dammit!

    1. Re:Three words: automatic popup blocking by tommut · · Score: 2, Insightful

      I liked the "launch" button too. But you can double -click on the icon in the downloads window and it will launch it. Guess that works.

    2. Re:Three words: automatic popup blocking by ratamacue · · Score: 2, Funny

      What's even more impressive, IMO, is tabbed browsing. The demonstration that will have them hooked instantly is to do a search on google and start middle-clicking on the results. Open about 10 tabs, close the original search page, and show them how the first tabs are already downloaded and ready to go. You are guaranteed to get a "WOW" on this from the average clueless IE user.

      I work in IT, and I find it's not enough to simply install and configure the browser for them (modern theme is mandatory to catch their attention BTW -- I don't know why this isn't the default). You have to give them a real-world demonstration before it clicks for them.

  21. Re:good FUCK people!! Get a clue!! by scharkalvin · · Score: 4, Insightful

    Having a good browser for Linux was the point here. The fact that the SAME browser works on windows is a good thing since it means that no mater which os you run, you are not stuck with MS standards on the web.

  22. Lets not get complacent by gururise · · Score: 3, Insightful

    With the 0.8 release of Firefox, the OSS community has achieved, no, surpassed browser expectations that many have had.

    The question now remains.. With IE the default on Windows, what compelling reason does Joe User have to go through the trouble switching to Firefox? I can think of a few: tabbed browsing, security, NTLM compatibility, popup blocking.

    But what about Joe Users' activeX sites? Will Firefox work with sites that use activeX? Unfortunately not. Will Joe User see this as a failing of Firefox? Probably. So what can we do to address this issue? Any thoughts?

    1. Re:Lets not get complacent by crimethinker · · Score: 2, Insightful
      But what about Joe Users' activeX sites? Will Firefox work with sites that use activeX? Unfortunately not. Will Joe User see this as a failing of Firefox? Probably. So what can we do to address this issue? Any thoughts?

      I'm sure that MS has a shload of security vulnerabilities waiting in the wings. These will only help the argument to switch away from MS.

      I got into a pretty heated argument with the help desk when their POP3 server went down. My mail client, Sylpheed, couldn't get mail, but everyone with Exchange could still get their mail over MS's proprietary protocol. "We only support Outlook 2000." I finally gave up, told him I would install it, then didn't and waited for the POP3 server to come back to life (it came back 8 hrs later). A few weeks later, it was time for the outlook virus-du-jour, and everyone except me got hit. In your face, Mr. Helpdesk.

      Similarly, if you are trying to convince someone of the virtues of using non-MS solutions, either point to last week's vulnerability (there seems to be a new one each week) or wait one week for the next one. "Did you know that OpenOffice reads MS Word files, except for the virus part?" "Did you realize that Sylpheed doesn't run VBScript viruses that come in your e-mail?" "By the way, only IE is susceptible to that malformed URL exploit." Pretty soon, people come to hate your smug attitude, but deep down inside, they know you're right.

      And right is more important than being popular.

      -paul

      --
      Pistol caliber is like religion: everyone has their favourite, and theirs is the only right choice.
  23. Alternate universes? by orthogonal · · Score: 4, Interesting
    dave writes "In 1999, I editorialized that the browser was the battleground that would win or lose us the whole thing. 4 years later, in light of the excellent Firefox 0.8 release it is time to update the article with a slightly more optimistic view."

    In dave's original 1999 article, he had written:
    "Attention: This is the battle that could cost us the war. If we come together and push all of our might toward a Free Web Browser for Linux, we have a good chance of winning this battle. If we fail, we will lose the war. This is the issue that Microsoft wants us to overlook."


    Meanwhile, over on MozillaZine's Firefox discussion board, Firefox developer "bengoodger" responds to criticism that Firefox is insensitive to the needs of its users:

    I'm not quite sure how many times I need to explain this, maybe I should stick it in a FAQ or something, but Firefox is not a community driven project. While it gets a lot of benefit from testing, ideas, patches, etc, the prerogative for deciding what will and will not go into the product has always been held by the development group. This is not a new thing, this was in fact the reason this project was created.


    In a subsequent message he explains further (emphasis mine):
    Aside from the work that Pierre has done improving Bookmarks and digging around in the toolkit, patches from individual contributors and the infrasturcture (sic) work Brian has been doing on an ongoing basis, Firefox is basically just me at the moment.


    So are we all in this together, or is the community just sitting on its collective ass, waiting for bengoodger to vanquish Microsoft all by himself? (I realize it's not so black and white, especially given Mozilla's extensible structure, but still I found the contrast of opinions revelatory.)
    1. Re:Alternate universes? by SpamJunkie · · Score: 2, Interesting

      It should be no surprise that a project with a lone visionary leader can make a better product than one with a committee. XFree86 is lagging behind, plagued with problems. It's also run by a committee. Firefox is screaming along, adding features rapidly and increasing quality - with just one leader.

      Steve Wozniak made the Apple I basically by himself. DOS was written by Tim Patterson in two months.

      Design by committee rarely works, and never well. It might be argued this is one of the greatest risks to the open source development model.

  24. Re:Lets help by Des+Herriott · · Score: 5, Insightful

    Because the only phrase that should follow "Best viewed with " is "any browser".

  25. From the Article by SpyPlane · · Score: 5, Insightful

    I must say that the Mozilla project has breathed new life into the web, and as a side-effect, into the Linux desktop.

    Indeed. I was laughing the other day about how I am excited to go browse a webpage again. I was tinkering with the features of firefox, and was just loving it. I had used Mozilla on my Linux box at home, but to be using firefox at work on my Win2k machine is absolutely refreshing. Keep up the good work guys.

    --
    "We need a fourth law of Robotics: Stop Fingering My Wife"
  26. Proprietory plugins are the problem by pirhana · · Score: 3, Interesting

    Firefox is an amazing product and personally I love it a lot and use it exclusively. But I dont think it will capture significant market share anytime soon. I think these proprietory plugins are what preventing users from switching to firefox(or mozilla). Joe user cannot download and install those plugins to get his job done. He is too lazy/scared to do that. Untill and unless there is an acceptable remedy for this proprietory craps, things are not going to change IMHO. I would love to be proven wrong though. But still kudos to mozilla project for coming up with such a wonderfull product.

  27. Re:One thing against it... by pytheron · · Score: 5, Insightful
    and still chokes on a number of websites


    If 'programmers' adhered to well documented standards, and stopped trying to make eye candy by biting on the non-standard hooks in IE, then you'd find that the problem of choking would pretty much vanish.


    It is a very clever strategy of microsoft to release a non-standard adhering browser, since as they currently control the vast majority on desktop machines, they puppet 'programmers' into doing their dirty work for them (keeping people on the MS platform).


    The less tech-savvy of us will of course assume "this browser sucks, it can't render this page correctly", when it is the page itself that can't be rendered properly within standards guidelines.

    --
    "I am not bound to please thee with my answers" [William Shakespeare]
  28. The browser wars? What was it all about? by heironymouscoward · · Score: 5, Insightful

    IIRC they have suspended further development of MSIE and will only release security patches.

    This is a far cry from the days when hundreds of developers worked on making MSIE one of the fastest and smartest browsers out there.

    You really have to wonder whether it was worthwhile for Microsoft. What would have changed if Netscape had continued to sell their browser? Fewer people using Windows? Hardly. A less powerful browser platform? Not really: the browser never could be the operating system.

    Personally I thought the whole browser war was part of the same hype that caused Oracle to invest so much in web terminals, or whatever they called them.

    The browser is just one more applet, fundamentally. Comes in all shapes and sizes, and so long as it respects the rules, no-one cares what logo it shows in the top corner. I come here for Slashdot, not for the browser.

    So, since development on Mozilla and its cousins continues unabated, it's only a matter of time before Microsoft start to play catch-up. Will they, I wonder? What can they gain?

    --
    Ceci n'est pas une signature
  29. Microsoft don't need to update their browser.. yet by Killswitch1968 · · Score: 4, Insightful

    Way back when, Microsoft poured tons of money into IE to kill of Netscape, Netscape was simply too entrenched. "Bundling" helped but people would have downloaded Netscape if it was indeed a significantly better product.

    Fast forward to today. The only looming threats are Opera and Firefox. The problem with all Open Source is that they have absolutely no marketing. It solely relies on word of mouth. 1 person tells another, who tells his friends, etc. and the usage theoretically increases exponentially (subject to gross errors of course). But even exponential growth is tiny if the current user base is small.
    Until the Firefox usage rates increases to a threatening rate MS will sit on its shoddy browser and milk it for all its worth.

    I'm sure MS knows FireFox is better, but why spend money to update their browser when the competition can't effectively communicate to a target market? A great product is no good if no one knows about it. Eventually the 'diffusion' of FireFox will increase enough to cause MS to grudgingly update. Then you will see a TRUE browser war.

    --

    Corporations: your universal scapegoat for all society's ills.
  30. I'm still lost by Mr.+Darl+McBride · · Score: 5, Insightful
    Serious question: Why is Firefox supposed to be "better" than Mozilla?

    Firefox takes away the master password from the personal security manager, so it's just as much of a personal liability as IE if your machine's compromised. This makes it a spectacularly bad idea for the office if you deal with sensitive websites, and for casual home user who may not know security well.

    Firefox takes dozens of basic features like animated GIF removal away from the configuration panel -- instead you have to know what undocumented value to insert in a hidden configuration screen. Even Internet Explorer offers this option in a mouse-accessible location!

    Why are the Firefox folks hiding features? Why not add an "advanced options" chevron for the things you think only 2% of users use? Removing 50 options from the mainstream configurator altogether means that you've disappointed a different 2% of your users with each new annoyance.

    1. Re:I'm still lost by dhamsaic · · Score: 4, Informative

      Serious question: Why is Firefox supposed to be "better" than Mozilla?

      It's smaller, faster. The UI is more easily configurable. It doesn't include an email app, WYSIWYG HTML editor or IRC client that I'm never going to use. For fellow Gentoo users, it compiles faster. Default theme sucks less than Mozilla's.

      Firefox takes dozens of basic features like animated GIF removal away from the configuration panel -- instead you have to know what undocumented value to insert in a hidden configuration screen. Even Internet Explorer offers this option in a mouse-accessible location!

      This is being worked on. Firefox is not complete. It is not even "One dot Oh". Firefox is incomplete software. The GUI for preferences is slowly but surely getting better. Mozilla has more people working on it than Firefox does. Eventually Firefox will supplant Mozilla as the official mozilla.org browser. Eventually. Not yet.

      If you don't like it, don't use it.

      --
      Every once in a while I like to masturbate a new word into my vocabulary, even if I don't know what it means.
    2. Re:I'm still lost by christopherfinke · · Score: 2, Interesting
      If you don't like it, don't use it.
      No, if you don't like it, tell them why. When else are you going to get the chance to give input on how you want a major Web browser to work and actually be listened to? I doubt that you have or ever will have that chance with Internet Explorer or Netscape.
    3. Re:I'm still lost by jesser · · Score: 2, Insightful

      If you mean what I think you mean by "if your machine's compromised", having a master password makes you no more secure. The attacker just has to install a keylogger to get your master password.

      --
      The shareholder is always right.
  31. Re:Lets help by Ilgaz · · Score: 5, Funny

    No! Instead put W3C logo at bottom that it complies to W3C standards completely... at bottom of slashdot..

    http://validator.w3.org/

    Wait a minute..

  32. I'm relatively new here, maybe someone could expla by mhlandrydotnet · · Score: 2, Insightful
    The war is still far from over, but the tide of this crucial battle has most definitely turned.

    I'm relatively new here, but maybe someone could explain why so many people use these metaphors. I like GNU/Linux and OSS as much as the next guy here, but why do I keep hearing about the desktop wars, browser wars, etc?

    I use firefox because I like it. It is more secure than Internet Explorer, no popups, and is extendible to what seems like no end.

    I use thunderbird because I like it. Nearly all my spam gets filtered and I don't have to worry about any outlook insecurities.

    I use MEPIS at home on my desktop. When you install MEPIS, everything just works. Click on a file and it opens in whatever you think it should open in. I love the ease of keeping everything up to date: apt-get is incredible. I love the stability: I haven't rebooted my computer more than a few times (3 max) since I finished the install.

    Most here use Linux/OSS because we like it. Isn't that enough? Why do we keep seeing articles about how some Linux/OSS product is going to take over the world in x years? Why does it matter if everyone on the planet using Linux/OSS? If you don't like it when people preach to you about religion, why is it fine to preach about OSS? More than once I have seen people referred to as "Linux Evangelists" ...

  33. Four years later... by Kjella · · Score: 5, Insightful

    ...and MSIE is still dominating the market. Firefox (sigh) is an excellent product, but very few are using it all the same. If anything, it's the success of Linux that is their core - if there hadn't been a real need to get a good browser on the Linux platform, I don't think they'd be anywhere near where they are today.

    But, as long as the standards are winning, I really don't care what browser is winning. Personally I prefer Opera, but it's yet another of those browsers that are "not MSIE". And as long as there's many enough of us, hopefully Microsoft can't embrace and extend.

    Though I fear what will happen once the DRM shit comes. "This page requires Internet Explorer 7.0 with Enhanced Content Security Pack(TM) running on a Trusted Computing System(TM). Please upgrade to take full advantage of our site."

    I only hope Linux will push through and become at the very least a minority they can't ignore before that window of opportunity closes. Once shut out of the market, there's no easy way coming back in.

    Kjella

    --
    Live today, because you never know what tomorrow brings
  34. Re:One thing against it... by Dark+Lord+Seth · · Score: 4, Insightful

    I dare to disagree. IE is the most used browser, that I agree with. But not the most well known or commonly known one. Non-techie people I talk to don't have a clue what IE is and only once I mention it's the thing they use to go on the internet ( Remember, talking to a non-techie here... To most of them the web IS the net. ) I'll get an "Oh yeah..." as reply. People don't use IE because it's well known, they simply use it because it is there.

  35. Re:Lets help by cozziewozzie · · Score: 5, Insightful

    "Best viewed with..." ads are evil, even if the browser you're supporting is great. People should be coding according to the standard because the web exists to present information, not tell you what you should be running. I prefer the any browser and W3 logos.

    What you might want to do instead, is to have a 'tested with' list somewhere on your page, which lists the browsers you tested your page with. It shows that you take your work seriously, and mentions a lot of browsers people might want to try.

  36. Easy to solve by EvilStein · · Score: 4, Interesting

    I just tell them that it's a special version of Netscape 7, without the AOL logos.

    People immediately recognize "Netscape," even to this day.. which is a good thing.

    1. Re:Easy to solve by EvilStein · · Score: 5, Insightful

      Grandmother & family do not care about "open source" or otherwise - they just want stuff to work.

      Get them to use Mozilla, and explain open source later. Works well. :)

  37. Re:About FireFox by Weird+O'Puns · · Score: 2, Informative

    Mozilla is now smarter after the firebird incident. They have filed a trademark application for firefox

  38. It needs to turn more by mydigitalself · · Score: 3, Interesting

    Firstly, install Firefox and then go to, say, http://www.simsnow.com which has flash on the front page. In IE I would get a dialog saying "do you want to install this now". I click "Yes", I have flash. Instead I was taken off to download something, which I did and I installed it. I restarted Firebird - still not flash. What I ended up doing was copying the plug-ins from my old Firebird installation into Firefox's plug-ins directory and then it was fine.

    Secondly, it has crashed twice today on Windows XP. Firebird crashed about once a day - and it wasn't page rendering. I would do this:
    * Open the Browser
    (blank page loads)
    * I click on my "news and daily" folder link to goto Slashdot
    * Firebird/fox hangs

    Thirdly. The plug-in installer is totally cool - but its too hidden. As a seasoned computer user it still took me 5-10 minutes to figure out how to install the Google toolbar in Firefox - even though I'd done it before in Firebird.

    Fouth - and this one is the sh*t one. Although it may be more "standard compliant", it is not as forgiving as IE in terms of bad HTML. I still get many sites that don't work in Mozilla - and because I know how HTML works and know the whole history behind W3C compatability standards I'll launch IE and look at the site with that. my mother would probably think the website was screwed. The sad fact of the matter is that there are a myriad of WYSIWYG HTML authoring tools that produde non-compliant HTML and to use the argument that they should fix their problems and Mozilla is god because it adheres to standards is horribly narrow-minded.

    My comment perhpas paints a picture more bleak than the reality. Personally I love using Firebird/fox in general, especially for its rendering spped - but I'm quite sure my mother would find the "immersive internet experience" of IE more pleasurable.

    Also this whole Mozilla/Netscape/Firebird thing is really confusing me - and perhaps others. Why doesn't the Mozilla team commit a bit more resource towards polish and user experience and produce a single primary browser with some more bells and whistles and sell/give that away. I believe that Netscape is supposed to be this, I think, but after my experiences with older versions of Netscape I really wouldn't install that.

    1. Re:It needs to turn more by slide-rule · · Score: 2, Interesting
      Also this whole Mozilla/Netscape/Firebird thing is really confusing me - and perhaps others. Why doesn't the Mozilla team commit a bit more resource towards polish and user experience and produce a single primary browser with some more bells and whistles and sell/give that away. I believe that Netscape is supposed to be this, I think, but after my experiences with older versions of Netscape I really wouldn't install that.


      These are all personal opinions, but Netscape is all-but-dead as an end-product; only the brand-name lives on now. Mozilla replaced NS Communicator for an integrated browser/e-mail/news client. But people aren't happy enough and want a browser-only configuration. That's well and good, and thus started the phoenix/firebird/firefox line, but these should be considered mainly in-development code names not necessarily intended for public consumption (i.e., "for mom"). Personally, I'm hoping that when they get enough back-end kinks worked out in the engine and protocol support items, these codename browsers will roll back over to something like "Mozilla Browser" where useability items will be addressed; this is really what you and I are watching the mozilla team work towards, IMO. We (well, they) aren't there yet, and while it gets exciting to see what new widgets get added to a codename build, I think we can ultimately (and accidentally) do a disservice to push firefox (etc.) as a "for mom" solution for just the gripes you listed. Those of us here on /. with the ability to muddle through some install and/or upgrade pain to try the newest build out is, of course, another matter.
    2. Re:It needs to turn more by jsebrech · · Score: 2, Informative

      Although it may be more "standard compliant", it is not as forgiving as IE in terms of bad HTML. I still get many sites that don't work in Mozilla - and because I know how HTML works and know the whole history behind W3C compatability standards I'll launch IE and look at the site with that. my mother would probably think the website was screwed. The sad fact of the matter is that there are a myriad of WYSIWYG HTML authoring tools that produde non-compliant HTML and to use the argument that they should fix their problems and Mozilla is god because it adheres to standards is horribly narrow-minded.

      The gecko engine is a best effort with respect to approaching IE. It already does a lot of things which aren't in the standards per se. It has two different rendering modes which aren't standards compliant for pages that are buggy. The problem is that making a browser that acts just like IE is a HUGE waste of development resources. IE is a moving target. You'd always be playing catch up. And for what? If your engine is EXACTLY like the IE engine, why not embed that? And it really has to be EXACTLY like the IE engine before all sites will work, because a lot of sites depend on the bugs in the IE engine in order for them to show up correctly.

      Even big sites like the internation herald tribune depend on IE bugs to render correctly. (Load it up in mozilla and due to mozilla actually interpreting the html and css correctly you'll get overlap between the image at the top and the text next to it.)

      Also, we're just now getting the web dev tools vendors to output standards. Dreamweaver mx now produces good clean standards-compliant code. Frontpage 2003 has much improved standards support. The various blogging tools play MUCH nicer with respect to standards. We're finally seeing the tide change wrt getting people to use standards, and now you propose to throw that away and give the web to microsoft. Why?!?

  39. Don't let IE fool you by Anonymous Coward · · Score: 2, Informative

    Some of the memory it uses is hidden by its OS integration.

  40. overrated by BigBir3d · · Score: 2, Interesting

    Mods do your worst
    --

    Mozilla is overrated in my opinion. On my linux machine, it works great. On my Mac it is okay. On my Dell at work, it sucks. And it is for the same reasons since my older win98 box (now have 3 month old XP Pro machine); slow to load on start of program, loads pages incorrectly - including /. of all places, under heavier system load it is the least responsive of any programs running, etc etc. I am only talking about the browser itself. Every new release I download and install Mozilla or Firefox/bird/whatever, try it for a few days, and end up going back to IE6 for my windows machine and Safari for my Mac. Safari is now (as of 1.2) to the point that I like it as much as I like Mozilla on linux! I would love to use the same browser with the same config for all 3 boxes... but the Mac and Windows versions are just not up to snuff IMNSHO.

    YMMV of course.

    1. Re:overrated by SharpFang · · Score: 2, Informative

      Have you thought WHY it runs great on Linux but so slow on Windows?
      It's the same reason, why Windows start so slowly. The same reason why Explorer starts so fast.
      Explorer loads on system startup. You won't do anything until Explorer has fully loaded, whether you want it or not. Only after it's fully loaded, you can click on Explorer icon and it pops up, ready for your orders. Total load time? About as much as Mozilla. Except you don't need for Mozilla to load, watching "Loading windows" splash screen if you want i.e. to use a text editor.
      And then, why does Mozilla run so slowly once loaded? Well, Explorer is still in RAM, hogs the memory, even as background task slows the system down, and while running one browser (IE) may be just enough for your system, running TWO browsers at the same time, may be just too much.

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
    2. Re:overrated by FrostedWheat · · Score: 2, Insightful

      No rendering problems here. There's a good chance it's a problem with your machine. Slashdot renders well on pritty much every browser on the planet. Possibly because many of the people who make them are readers.

  41. Re:One thing against it... by Chanc_Gorkon · · Score: 3, Interesting

    This hits the nail on the head. Our local transit authority here has some IE specific BS in their fornt page. It won't even work in Safari, but it does work in Mozilla Firefox. I have not tried it with Konquerer yet, but my bet is it would not work there either. What's funny is I used IE and found a link for the schedule and trip planner page, copied it into Safari and it work just fine. Firefox is great. Is Camino as good?

    --

    Gorkman

  42. Firefox on OS X by Slowtreme · · Score: 5, Insightful

    I've been ignoring Mozilla since the Mozilla project started. IE for Windows was great for me, and I didn't like Navigator. Having moved to OSX last year and having Safari to use, I never even bothered with IE. Then the other day I responded to the /. story for Firefox, and gave it a shot.

    I thought "Wow this is just like Safari without the metal." I mean, common it's a web browser. What I dont like is that the scroll bars are screwed up on Firefox if you load anything other than the default theme (Under OSX anyway). So with nothing to add over Safari, I probably won't be switching. But if I was using Windows at home, I'd love to have the tabbed browsing that IE doesn't provide. Then again, in windows I have a task bar...

    --
    Post: Sigged, for your pleasure.
  43. IE is painful by Darth+RadaR · · Score: 3, Interesting

    With the tab-based browsing in Mozilla (along with other features), IE is painful to use IMHO. Along with Linux CDs, I also burn some Win-Mozilla CDs to give to people so they can break the M$ habit.

    The only thing I wish they'd do is ditch the Firefox name and keep it Mozilla. Or shall we call it "The browser formerly known as Mozilla"?

    --
    /*drunk.. fix later*/
    1. Re:IE is painful by S.+Bolle · · Score: 2, Informative

      Firefox is just a name for the development phase. I believe it has been announced that when Firefox and Thunderbird reach 1.0 status, they will be named Mozilla Browser and Mozilla Mail.

  44. Re:One thing against it... by 74nova · · Score: 2, Interesting
    The less tech-savvy of us will of course assume "this browser sucks, it can't render this page correctly", when it is the page itself that can't be rendered properly within standards guidelines.
    while i agree with this completely, the fact remains that people still see it as the browser not doing its job well. as countless people have said before me about OSS, linux, etc, people's perception is key. they have to see that it works all the time(again, their perception, of course) like IE or windows or there is no reason to change. IE comes in the desktop, why use anything else? it does an okay job...

    it's an unfortunate fact, but it remains true nonetheless. i think that OSS has to be considerably and consistently better and prettier than the Microsoft (or whatever else) product that is the popular choice right now. ive switched to opera because it does enough things better than IE that i see it as far superior. what my wife sees is that it doesnt always work well with multimedia w/o changing preferences. she doesn't like to have to fiddle with stuff liek that.
    --
    use your turn signal! you people act like it's divulging information to the enemy
  45. still long way to go though by mm0mm · · Score: 3, Insightful

    Even if a good number of Windows users come to realize uselessness of IE after all years and begin switching, the story is not over yet. There still are very many sites that are readable only with IE, and for these sites Windows/IE is the standard, regardless of w3c. Not to mention WMP9 and DRM, Microsoft has planted enough propriatery lock-ins to the Internet in the last several years so that it is impossible to get rid of IE (and Win) over night. I hope none of commercial mp3 download sites using IE/WMP will become a success, as they are endorsing this business strategy.

    Maybe I'm too pessimistic. At least I can wish that the world is better place than what I think it is.

  46. Webtrends is useless for a metric in this regard. by Svartalf · · Score: 4, Informative

    It only monitors what browser is being used for a subscribing site. As a metric, it's only useful to say that the percentages of browser use is accurate for the types of sites that subscribe to Webtrends as they don't have more than maybe 10% of the web servers out there covered.

    There's lies, damned lies, and statistics. Be careful what you accept as facts and what context the facts are from.

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  47. Web not as important by Loconut1389 · · Score: 3, Insightful

    While web browsing is a major part of what people do with their operating system, somehow I think the battle for linux on joe-user's desktop lies in other areas. Major improvements in ease of use have taken place in gnome and kde, as well as in the os installers such as redhat and fedora. The key to getting joe user is first getting the install to be plopping in a cd and putting in some minimal and straight forward information and letting it go wild.

    Konqueror has been showing my webpages well for quite some time now, and is my primary browser though I do use Firebird/FireFox on occasion.

    Granted, web browsers are significant part of the application base of a functional os: in my honest opinion, mozilla itself hardly matters in the war of linux vs windows.

    1. Re:Web not as important by miffo.swe · · Score: 3, Insightful

      Well i think you are wrong on several layers. There are a wast number of pople who dont play games and dont download mp3's and whatnot. They just browse the web, pay some bills and essentially use the computer as a hotted up library. For those people linux/mozilla is good enough today, especially since those poeple NEVER ever is the ones installing or fixing their computer. Ease of use to them is clicking on an icon and be in the right program, the web browser that is.

      Second, how many ordinary users of windows manage to install windows, antivirus, firewall and office successfully? They arent the ones installing, the darn thing comes preinstalled from the shop. In the box lies some images bringing the computer to the state it had from the factory. Any problems and support tells you to use the discs and that is how much help you get.

      The biggest advancement linux could do is to be preinstalled by Dell, HP or Fujitsu actively. The day people can get linux preconfigured and preinstalled is the day linux will be really appealing to joe the surfer. Not having to deal with viruses and crashes etc is something most poeple would see as a selling point.

      PS. There are people who dont like tinkering with their computer, they just want to use it. DS

      --
      HTTP/1.1 400
  48. The reason sites "break" more by Anonymous Coward · · Score: 3, Insightful

    It has little to do with actual HTML. The vast majority of compatibility problems are javascript related, when people either ignore Mozilla/5 completely, or try to treat it like Netscape 4. Sometimes the "IE code" they're using would even work fine in Mozilla if they gave it the chance.

    I personally don't get crashes with Firefox more than once a month, and usually not even that. And, I've never had a problem with the Flash installer finding my installation.

  49. Understatement of the year? by tiger99 · · Score: 5, Insightful
    "The Gecko layout engine seems unbreakable and is reportedly more standards compliant than Internet Explorer." The understatement is the latter part of the sentence, for those who may be new to this issue.

    The Convicted Monopolist, having supposedly wiped out opposing browsers, have been utterly negligent with Incompetent Exploder for years now. It has fallen way behind in useful features, and it never made any attempt at standards compliance. As for the security holes..... I know they claimed the other day that it was now the most secure because they had fixed so many problems, but anyone who has ever done any software QA will know the utter incompetence of statements like that, in fact the number of bugs discovered is more likely to correlate with th elack of quality of the underlying code, much of which still remains, so it is almost certainly still very bad indeed. IE was another case of "decommoditising the protocols", as described in the infamous Halloween Memos, delibarately breaking standards compliance and reducing everything to the lowest common denominator of quality and interoperability.

    The big problem is that ignorant or indolent web designers have churned out buggy code that works (sort of) in Inept Eradicator, but will fail in any standards-compliant browser, the closest to that ideal of standards compliance being Mozilla, Opera and Konqueror (not in any order, and apologies to any I missed). Some designers have apparently used that other utterly useless M$ product, Frontpage, which AFAIK has never had a good review in any magazine. Standards compliance is absolutely essential, that is why the Web grew so quickly, but now growth is jeapordised by the ill-defined non-standard set by the Monopolist and the fact that incompetents have chosen to work to it.

    The way forward is of course to make sites which are fully standards-compliant (relatively easy, there are lots of better tools than Frontpage, some of them free, and a free validation service at w3c.org.) The trash that went before such as IE is best forgotten, otherwise we will forever be infested with bugs, security holes and Billisms. (A Billism is a feature which is illogical, unwanted and ineptly implemented, which forces itself upon you because Sir Bill presumes to know better than you what you want to do. Word is particularly full of Billisms.)

    Mozilla and its relatives, not forgetting Netscape is an excellent base from which to move forward once more, without deviating into the closed, unstable and constantly changing world of Illegal Monopolies and their badly deficient producta. (Point to ponder - a monopoly is only necessary when a company can not succeed on the strenghts of its products, therefore th eneed to create one is in fact an admission of abject failure.) I use Mozilla at home, as do all my friends, and we are all quite keen to recommend it to others. It has also been getting favourable reports in the press. Long may it continue.

    1. Re:Understatement of the year? by JimDabell · · Score: 5, Informative

      IE6 is remarkably web-standards-compliant

      Bullshit.

      It manages to get CSS 1, a specification over seven years old mostly right. However, it ignores or screws up vast swathes of CSS 2, a specification that will soon be six years old. It doesn't even attempt to handle the four year-old XHTML 1.0. It doesn't understand most selectors. It doesn't understand any of the CSS table model. It violates a number of mandatory sections of the five year-old HTTP 1.1 specification. It can't render PNG images correctly, despite the fact that Microsoft promised support in Internet Explorer 4 and the fact that it's been around for over eight years. It can't even decide between "quirks mode" and "standards compliant mode" reliably, as it throws an eppy when faced with the XML prologue in XHTML documents.

      Don't even try to argue that Internet Explorer is in any way a decent browser when it comes to supporting standards.

    2. Re:Understatement of the year? by websensei · · Score: 2, Interesting

      ok I agree I need to amend my statement. I did mean to write "[IES is remarkably standards-compliant in comparison to earlier versions of IE".

      it is now possible to write compliant web documents that validate and appear virtually the same in ie6, mozilla and opera. that didn't use to be the case, and the post I replied to implied this was still so.

      IE no longer tries to introduce new proprietary tags, they support *most* doctypes, and at least some of the specific issues you describe are problems in other browsers too. (e.g. http1.1 preservation of request method in a 302 response is a problem in mozilla too, as is robust css2 support)

      now this was never intended as flamebait.
      there's no excuse for png, and IE6 sucks on a number of levels, but compared to earlier versions of IE it is a large step in the right direction.

      So I still contend it is completely false to say that IE6 makes no *attempt* to comply with web standards.

      that said, I still don't recommend its use, as mozilla is safer, faster, much MORE standards-compliant, and better in every regard.

      --

      La via sola al paradiso incommincia nel inferno
    3. Re:Understatement of the year? by JimDabell · · Score: 3, Insightful

      I did mean to write "[IES is remarkably standards-compliant in comparison to earlier versions of IE".

      That I can agree with a bit more, it does manage to get a bit more of CSS 2 right. The majority of the things I mention are still just as big of an issue in Internet Explorer 6 as in previous versions though.

      it is now possible to write compliant web documents that validate and appear virtually the same in ie6, mozilla and opera.

      Absolutely, yet you can't simply write to the standards and forget about it. You need to write to the standards, avoiding all the bits of the standards that Internet Explorer ignores, and then find hacks to work around the issues where Internet Explorer tries to get it right and fails miserably.

      at least some of the specific issues you describe are problems in other browsers too. (e.g. http1.1 preservation of request method in a 302 response is a problem in mozilla too, as is robust css2 support)

      302 responses, as described by RFC 2616, are effectively dead since so many web applications rely on its traditional behaviour. That is why it was obsoleted and replaced with 303 and 307 responses. I was mostly thinking of things like disregard for the Content-Type header. I would describe Gecko/Mozilla as having robust CSS 2 support for quite some time. It could be improved upon, but it's miles ahead of anything Internet Explorer can handle.

      So I still contend it is completely false to say that IE6 makes no *attempt* to comply with web standards.

      I agree with that, but I'd also say that once it was clear that Microsoft had won the browser war, they completely gave up on Internet Explorer development. It had served its purpose.

  50. Opera makes you pay, or view ads by sulli · · Score: 2, Interesting

    While Mozilla doesn't. End of story.

    --

    sulli
    RTFJ.
  51. After using Mozilla, IE isn't much by dtjohnson · · Score: 2, Insightful

    Using Internet Explorer for a brief interval after steady Mozilla use makes IE look pretty tiresome here. It's amazing that IE still has such a large market share, its major security problems notwithstanding.

    1. Re:After using Mozilla, IE isn't much by dfj225 · · Score: 3, Informative

      "It's amazing that IE still has such a large market share, its major security problems notwithstanding."

      Not really. If you think about it from the perspective of an average computer user, and not a geek it is simple. You click on internet and what opens? IE. Do you care or even know about security holes? Probably not. Do you even know that Mozilla exists? Probably not. Really, the normal user has no incentive to go looking for another browser. Sure they may be annoyed by pop-up ads, but chances are they don't know that Mozilla can block these and they may just do a google search resulting in the installation of a 3rd party IE pop-up blocker. It's not really amazing that IE has a large market share, it's common sense.

      --
      SIGFAULT
  52. Re:Disagree by symbolic · · Score: 4, Interesting


    The more Microsoft continues to integrate, the more it sets its customers up for even greater degrees of security risk. As vuruses and and other maladies continue to plague the Windows OS, people will begin to see the light - bigger and more bloated is not always better, no matter how tightly "integrated" it is.

  53. Re:good FUCK people!! Get a clue!! by Xabraxas · · Score: 3, Insightful
    You missed the point entirely. The author is a Linux advocate who originally wrote an editorial (4 years ago) explaining that he believes Linux will never take off if everyone else is using IE because Microsoft will use it to creep into the webserver market. Now, years later, Moz is really outshining IE. This is good for Linux because it will force people to start coding standards compliant pages if they want their audience to be able to view them. This will give Linux a chance to take hold of the desktop. Even Windows users who use Moz are helping by leveling the playing field.

    This article was about Linux, and how the use of Moz will help it. It was not about Moz specifically, so get over it.

    --
    Time makes more converts than reason
  54. Re:The browser wars? What was it all about? by BenjyD · · Score: 2, Insightful

    You really have to wonder whether it was worthwhile for Microsoft. What would have changed if Netscape had continued to sell their browser?

    It's another way for MS to make other platforms less attractive and to lock users into Windows. If they control 95% of the browser market and therefore all the crappy web developers write IE only pages, it's that much harder to switch to another platform.

  55. Re:One thing against it... by NutscrapeSucks · · Score: 3, Insightful

    Nobody would have started using IE if it didn't incorporate all the non-standard quirks of old versions of Netscape.

    First of all, let's be clear -- Mozilla accepts all sorts of non-standard stuff. However, they don't accept non-standard stuff when it was invented by Microsoft, rather than Netscape.

    If Mozilla were to make a couple minor tweaks, they could easily be compatible with the majority of "non-standard" IE sites. However, they decided they were not going to be compatible with IE when they had a 50% marketshare, and apparenlty that's the decision they'll stick with even with a 1% marketshare. Their choice, but Mozilla Advocates shouldn't not be suprised because adoption is very slow.

    (This is ignoring all the sites that don't want to work in Mozilla and actively sniff browser strings. That's basically a marketshare issue.)

    --
    Whenever I hear the word 'Innovation', I reach for my pistol.
  56. Mozilla is there for the future users by krmt · · Score: 4, Insightful

    Wow, that article brings back memories. Anyhow, the fact that the population doesn't use or know about mozilla or firefox right now isn't a big deal. They'll continue to use IE because that's what they know. They even do this on the Mac (which is really sick, given IE's crappy state on the Mac).

    When Linux starts to move in to more and more corporate desktops, people won't be able to rely on their IE habit anymore, and will be forced to use a Linux browser. This is when you'll start to see it in greater force.

    And even further down the line, when Linux starts to invade the home desktop space also, we'll be glad the Mozilla project (and the KDE/KHTML project) has been around for so long. These things will come, it's only a matter of time.

    --

    "I may not have morals, but I have standards."

  57. Shipping News by epine · · Score: 3, Insightful


    I'm rather unimpressed by this about face. I thought the original artical back in 1999 was way off base.

    The author seems to have taken the Shipping News to heart.

    "imminent storm threatens village"
    But what if there's no storm?
    "village saved from deadly storm"

    Only it's worse, because the deadly storm was entirely manufactured by a combination of personal insecurity, unrealistic expections, and a "complain until some one else fixes it" mentality.

    It was obvious to me that the Mozilla developers were going to have to pay the price for a few years to get their house in order before their hard work became obvious from the external perspective.

    Developers are supposed to know better than to run around complaining "the sky is falling" while the people involved are wrestling with really difficult structural problems. What's amazing is that the people involved stayed involved, while having to read this kind of crap in the first place.

    It always saps my strength when management runs around saying "nothing is happening fast enough" when I've just spent a month of long hours excavating down to the bedrock.

    Just what is this guy taking credit for?

    "falling sky threatens village"
    But what if sky doesn't fall?
    "village saved from deadly sky"

    It doesn't get much worse than that.

    1. Re:Shipping News by jesser · · Score: 2, Interesting

      Developers are supposed to know better than to run around complaining "the sky is falling" while the people involved are wrestling with really difficult structural problems.

      His 1999 article doesn't come across to me as "the sky is falling". It came across to me as a well-motivated call to action.

      What's amazing is that the people involved stayed involved, while having to read this kind of crap in the first place.

      His 1999 article got me involved in the Mozilla project. Since then, I've reported over 1000 bugs, including over 50 security holes, and I now run The Burning Edge. If the article got me involved, I don't see why it would have discouraged existing Mozilla volunteers.

      --
      The shareholder is always right.
  58. Re:One thing against it... by gfxguy · · Score: 4, Interesting

    I had a similar thing happen at work... they revamped the internal website (it's quite large, for a large company). They kept spamming us advertising the rollout of their great new website.

    When it finally came out, they had hooks on the main page that kicked you out if you weren't running IE. I went medieval on their asses! I really let them have it, and I'm sure I'm not the only one. One of the things I pointed out was how stupid it was since I could stop the page from loading all the way (just hit esc before it could execute the java code) and still click on links and they'd work just fine. So then I bookmarked the links, and everything worked just fine.

    They took out the offending code within one day, so I can actually visit the main page again.

    --
    Stupid sexy Flanders.
  59. Re:Lets help by stephenb · · Score: 2, Informative

    I agree with the other replies, "best viewed with" ads are bad. No harm in promoting your favorite browser, though. I'm going to put one of these good looking buttons on all my pages, personally.

  60. Re:One thing against it... by GoofyBoy · · Score: 4, Insightful

    >IE is the most used browser, that I agree with. But not the most well known or commonly known one.

    If the users of IE can't even notice the name of the product in the title bar, how will they the name of browsers they don't even use?

    --
    The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
  61. Re:good FUCK people!! Get a clue!! by orthogonal · · Score: 3, Insightful

    You idiots are turning an excellent browser into a weapon in your imaginary war. Why would you isolate it from Windows users with your shitty "us vs them" attitude? Firefox has nothing to do with the Linux "movement." It apparently works great regardless of the OS.

    I'm afraid you've missed the point, AC. Linux isn't about linux.

    No, really, I mean that.

    That is, linux isn't about "the linux movement". I can see how the opinions of some super-zealot linux fanbois might have given you that impression, but they're a tiny minority.

    But you're right about one thing: the fact that Mozilla works under linux -- or as you note, it "works great regardless of the OS" is the point.

    Because linux isn't about linux. Linux's about the freedom to make up your own mind.

    Let me explain by contrasting linux with MS-Windows. MS-Windows is about vendor lock-in, embraced standards that are extended to be proprietary and ad hoc, and above all making blanket decisions for all users that don't take into account individual variation among users.

    Microsoft gives you XML that only Microsoft Word can read. Microsoft gives your disk formatters that can but won't format partitions lagrer than 32GB -- because Microsoft believes that partitions larger than 332GB should be NTFS. Microsoft's browser can't conceive of a situation where its proxy settings shouldn't apply to all programs -- so rather than have it's own proxy settings, it alters the settings for the overall network connection. And so forth.

    Linux says to you, it's your computer, you can do whatever you want with it, if you're willing to take the time to figure out how, or -- if it can't yet be done -- figure out how to code it.

    And Firefox is about that philosophy too. That's why Firefox runs regardless of OS: because your choice of OS shouldn't be dictated by your browser.

    And that -- the browser dictating the OS, by means of embracing and extending the HTML markup language -- was what dave was complaining about in the first place.

    The reason I use Firefox is two-fold: one, it's a better browser in most ways than IE (it's worse in others, especially Mozilla's doctrinaire insistence on not compensating for obviously incorrect mime types on mis-configured servers).

    But the other reason I use Firefox is the same reason I use cygwin and Open Office and ScITE: Microsoft has put me in a corner one time to many, a corner where Microsoft couldn't or wouldn't llet me run my computer as I needed to.

    And so I turned to linux-style tools. Cygwin, because Windows doesn't support command line tools or development well. mkfs (yes, a version of mkfs compiled for Windows!) in order to make a 60GB partition for my mp3s -- because, as I noted above, Windows could but would not write a partition bigger than 32GB, and I didn't want to and couldn't use NTFS for my mp3 partition.

    Open Office and SciTE because it's clear that MS-Windows is going to keep restricting me. While I'm not ready to move to linux yet, I am making sure that my transition will be easy: Open Office and SciTE both run under both MS-Windows and linux, so I won;t have to learn news apps when I transition.

    So Firefox's philosophy works hand-in-hand with linux's philosophy, and Firefox supports linux by giving it a browser that doesn't care what OS you're using. And that's the point.

  62. 4 years later by evrybodygonsurfin · · Score: 2, Funny
    4 years later...it is time to update the article...

    4 minutes later...it is time to slashdot this article...
  63. Re:good *****people!! Get a clue!! by amightywind · · Score: 2, Insightful

    Why be so crude? Firefox has everything to do with the free software movement. It is proof that a group of talented and determined developers can out hack Micro$oft or any other commercial outfit for the benefit of all. It means the future of computing can be dominated by openness and understanding, not coersion and marketing. Let the war continue unabated. I would like to paraphrase a speech George C. Scott gave in the movie "Patton".

    "We're going to hold onto them (Microsoft) by the nose and kick them in the ass. We're going to kick the hell out of them all the time and go through 'em like crap through a goose..." ...Windows is the enemy! Wade into them. Spill their blood! Shoot them in the belly!" , figuratively speaking.
    --
    an ill wind that blows no good
  64. OT, I Know, but... by Morologous · · Score: 2, Funny

    As I write this I have 2 tabs in my browser and Firefox is taking 21 mb. It's not 86 mb, but before I even saw your post I was wondering why it needed over 20 mb. Seems pretty resource hungry to me, considering Eclipse is using 56 mb and Websphere(!) is using 76 mb. (my emphasis added).

    I believed you up until you said that WebSphere was only using 76M ;o)

  65. clueless troll? by Slowtreme · · Score: 2, Interesting

    IE is standards complient, it renders W3C validated pages just fine. Are you disagreeing with that?

    It's also able to render complete HTML TRASH is a fasion that most people accept as valid and viewable. It's the Websites the work fine on IE and not on anything else that isn't using the "standards of the W3C"

    --
    Post: Sigged, for your pleasure.
  66. Re:Lets help by anno1a · · Score: 2, Interesting

    I code to XHTML 1.1 and CSS 2.0... It validates. It looks perfect in mozilla and opera, but somehow mozilla manages to completely ravage the page so everything looks wrong. I have a "Best viewed with *\msie"... It's not that I hate IE, it's just that I'd rather code to the standards than to IE..

    --
    ------- I fumbled my registration and I now must suffer
  67. Re:One thing against it... by supun · · Score: 2, Insightful

    True, however there are people like me. When ever friend complains about popups and virus, I install something like Fire[bird|fox] or Phoenix. His problems are gone. Now when his sister computer does the same, he suggests what I did for him. And so on, and so on.

    Word of mouth is slower, but in the long run is more powerfull.

    --
    :w!
  68. Re:One thing against it... by yerfatma · · Score: 2, Insightful
    Anybody with a clue programs to the specific requirements of the project.

    I disagree with that statement in the realm of HTML. We have a new project where we'll provide HTML templates to be integrated into an application. They application only supports IE5.5+ (and they're willing to move that to IE6 only). I explained that was fine but my templates will be compliant with web standards so they don't get screwed when Longhorn or some other "advance" in IE comes out and Microsoft fixes a bunch of fuck-ups in their rendering engine that breaks templates built to IE's current rendering mode.

  69. Re:One thing against it... by Patik · · Score: 2, Interesting
    The less tech-savvy of us will of course assume "this browser sucks, it can't render this page correctly", when it is the page itself that can't be rendered properly within standards guidelines.
    But even the people that understand whose fault it is don't care, they just want it to work. You can shake your fist at The Man all you want, but that doesn't help anything. If browser X displays the page and browser Y doesn't, people will use browser X. They care about reading the page, not doing things the right way.
  70. Re:One thing against it... by MindStalker · · Score: 5, Insightful

    Actually that is not true, Mozilla incorperates the W3C standards, and it tried to also incorperate as many of the non-standards as it can. BUT, it will not incorperate any IE standards that breaks W3C or in some way is incompatible with rendering a standard website correctly.

  71. Fun with Internet Explorer by HarveyBirdman · · Score: 3, Interesting
    I got tired of seing Flash based ads, so I followed the instructions on Macromedia's website on how to remove the player.

    No more Flash ads.

    What I did get was a popup dialog everytime there was Flash content bothering me because there isn't a web designer on the Earth who knows how to check for Flash capability before trying to serve it. And IE has no way to turn off the bloody dialogs that I can find.

    Gods, just put the red X up and move on, IE! I don't care!!!

    --
    --- Ban humanity.
  72. Re:Lets help by Dalcius · · Score: 2, Insightful

    Or even better:

    Best viewed with an Open Standards compliant browser.

    --
    ~Dalcius
    Rome wasn't burnt in a day.
  73. Adblock for Mozilla is great too by Lord+Satri · · Score: 4, Informative

    No one mentionned this ?

    Ad-blocking with Mozilla is GREAT. See http://adblock.mozdev.org/

    It even works with Slashdot ads....

  74. Re:Lets help by DJ+Rubbie · · Score: 3, Insightful

    Actually, on my personal site, I have something like 'View with any XHTML 1.0 and CSS2 compliant browser' and somewhere down the line 'strongly not recommended: Microsoft Internet Explorer, all versions', because it consistently break my layouts.

    Then again, that is why I have the <!--[if IE]><link rel="stylesheet" href="main-ie.css" /><![endif]--> at the head part to 'fix' up most of the idiotic errors IE makes...

    Only if people would actually follow that advice.

    --
    Please direct all bug reports to /dev/null
  75. Re:Mozilla only part of the picture by adrianbaugh · · Score: 3, Informative

    From the FAQ on konqueror.org:

    -- snip --

    Why does ever page with flash crash konqueror?

    This is a result of a clashing symbol in both the flash plugin and the XFree86 libGLU (OpenGL utility lib). Upon closing an embedded flash view, the wrong function is called which heavily corrupts memory and leads to either immediately or delayed crashes, lockups and worse.
    The only solution that is currently known is either to install Qt without OpenGL support or to not use the Flash plugin. You can't combine both until this symbol clash is somehow solved. Unfortunately we cannot do much about this issue, unless Macromedia is willing to help.
    Another reason for Konqueror to crash on every page using a Netscape plugin is the use of gcc3. Plugins can't work with gcc3 because they are linked to gcc2's libstdc++, which is incompatible with gcc3's libstdc++.

    -- end snip --

    This looks recent: no gcc3 in 1999. Perhaps you have Qt compiled without OpenGL support: either way, it's definitely not working for everyone until either Qt or Macromedia renames their symbol. Personally, I'm betting that'll be about the time that hell freezes over.

    --
    "'I pass the test,' she said. 'I will diminish, and go into the West, and remain Galadriel.'"
    - JRR Tolkien.
  76. Re:One thing against it... by azzy · · Score: 2, Interesting

    Mozilla is not split into a million projects. Thunderbird isn't even a web browser, it is an e-mail client. As far as market share .. in terms of a browser being important enough to support.. you can easily add all gecko based browsers together, as they will all render pages the same way. A page that displays well in Mozilla will work in Firefox, Kmeleon, Galeon, Epiphany, in any other browser using the gecko rendering engine.

  77. Lacking Important features by Qutec · · Score: 3, Funny

    I've been using firebird for a few months now and I find it very lacking in features. Users like me need a history feature that we can control. This similar to IE shit isn't good enough.

    Say I'm working at home from 8-10 in the evening, then the wife goes to bed, it's porn time baby! Off to the hun I go and have my way with the ladies. I NEED firebird/firefox to help me out here. I don't want to loose the tracks I've made doing my research, but I sure as hell don't want my wife knowing about my addiction to midgets.

    If the guys at Mozilla can't fix this feature, they are going to fall flat on their face. Now if they could put in a hidden history for porn time, that would be even better.

  78. Re:Firefox on OS X by thesolo · · Score: 4, Informative

    What I dont like is that the scroll bars are screwed up on Firefox if you load anything other than the default theme (Under OSX anyway).

    Several of the bindings for Firefox changed between the 0.7 and 0.8 versions, so older themes that have not yet been updated for Firefox 0.8 will have problems; one of those problems manifests itself by making your scrollbars disappear. Once the themes are fixed, this problem won't exist (it's not specific to OSX).

    Also, as for Firefox vs. Safari, I have a Powerbook, but I prefer Firefox on it. While it handles tabs similar to Safari, I can't browse anymore without find-as-you-type, a feature that only Moz/Firefox has (to the best of my knowledge). My only complaint about it is that NSITheme isn't fully implemented on OSX, so you don't get native-looking widgets (unlike on WinXP).

  79. Re:Embedding Firefox? by AYEq · · Score: 3, Informative

    try here

    You don't embed firefox, you embed gecko. (the rendering engine for mozilla, firefox, camino, etc..)

  80. Microsoft should adopt Mozilla by Anonymous Coward · · Score: 3, Insightful

    IE has filled its purpose: it killed Netscape, and ended that threat. It's usefulness has expired.

    Microsoft should dump it, then embrace and extend Mozilla. That would give them a better browser at less expense. And anytime Windows gets blasted by some new internet-related exploit, Microsoft can say, "It's not our app. It's not our fault." Even if the real problem is in the OS.

    They could add ActiveX abilities for a fraction of the development costs they are sinking into IE. They could create whatever plugins they wish. Like a Windows Update plugin.

    They could turn OSS into a Microsoft winnning strategy. They don't make any money on IE, anyway. It's just a resource drain for them. They could think seriously about doing the same with Apache and other OSS projects that don't threaten a revenue stream. The more involved they are in these projects, the more they could steer them to the best effect for their own purposes.

    1. Re:Microsoft should adopt Mozilla by pandrijeczko · · Score: 4, Insightful
      It's a nice idea but I don't really see it happening.

      True, Microsoft have no interest in IE anymore because it fulfilled its job in destroying Netscape. Add to that the fact that IE is a free product, there's no commercial sense to them expending any effort into developing it further.

      Also, in theory, Microsoft could take the source code to Firefox or the Gecko engine, develop it for a new Windows browser and as long as they released the modified source code, be perfectly within the remits of the GPL.

      Unfortunately, Microsoft's own arrogance will stop this happening - with Ballmer having declared Open Source a "cancer", MS embracing Open Source code would mean a huge U-turn and loss of face in the eyes of the public.

      My guess is that MS will just work harder towards proprietary lock-in and DRM to simply stop any other browsers working on their platforms for reasons of "security".

      The future of the browser simply depends on getting the word out to "Joe Public" on the alternatives and hoping that IE eventually becomes the "minority" browser, even for Windows users.

      --
      Gentoo Linux - another day, another USE flag.
    2. Re:Microsoft should adopt Mozilla by Dracos · · Score: 2, Informative

      M$ already is adopting (read; embrace & extend) Mozilla. There will be no new releases of IE beyond security patches. The beast's new browser will be integrated more tightly into Longhorn than IE ever was into previous Windows versions, and will apparently rely on an XML-like markup language called XAML (eXtensible Application Markup Language or some such), which from what I've seen, looks and sounds a lot like XUL.

      Once again, Microsoft is innovating what has already been done.

  81. You can use User Agent Switcher by Skim123 · · Score: 4, Informative
    The DHTML or whatever is used to give the advanced editing features of Exchange 2000 web mail, msn hotmail, yahoo mail, and the geocities web site editor don't work in Firebird; If they did my sister, my mom and many other web users would never use IE again

    One solution is to download and install the User Agent Switcher Extension. You can then have FireBird/Fox/Mozilla send the IE 6.0 User Agent string.

    Another extension that was a requisite for me to move from IE to FireBird/Fox was the GoogleBar, which emulates the Google Toolbar for IE. (They also have ones to mimic MSN and Yahoo! toolbar, IIRC.)

    --

    I could not justify my existence if I were a turkey farmer. Would I terminate myself? Undoubtably, yes.

    1. Re:You can use User Agent Switcher by sremick · · Score: 4, Insightful
      One solution is to download and install the User Agent Switcher Extension. You can then have FireBird/Fox/Mozilla send the IE 6.0 User Agent string.

      Except by doing this, you're casting your vote as "I am an IE user so no need to fix your website." instead of "I use a standards-based browser and my experience on your site sucked." Webmasters DO use logs to see what percentage of their visitors are using what browsers, and this information is used to decide whether revamping the site to standards is worth it. By faking your UA string, you're skewing the stats against yourself, and are actually hurting your cause instead of helping. It's better to leave the UA alone and work with the site in other ways... this way you're investing in a long-term fix, not a short-term one.

  82. firefox icons by tippergore · · Score: 5, Funny

    I'm using Firefox right now as a matter of fact, but I don't know where they're going with their icon designs...

    the new logo appears to be a gigantic fox humping the earth

    I wonder if that's the old IE 2 earth icon he's humping?

  83. Re:The browser wars? What was it all about? by ninewands · · Score: 3, Interesting
    Quoth the poster:
    You really have to wonder whether it was worthwhile for Microsoft

    It most definitely WAS worthwhile for MS for reasons I will explain below.
    What would have changed if Netscape had continued to sell their browser? Fewer people using Windows? Hardly.

    I hasten to disagree and hope to enlighten you my friend. In 1995 when Netscape released 3.0 Gold, it included both javascript and full support for Java. This made the browser into a full-blown (although I must admit it was also crude and slow given the hardware available in that day) OS-agnostic application platform. This was Andreesen's stated intention at the time for taking a move that predated the current marketing uproar over "Web Services" by some eight+ years. Needless to say, this was an idea about which Microsoft was somewhat less than ambivalent.
    ... the browser never could be the operating system.

    True, but the browser could have ... or, more accurately, might have ... succeeded in making the OS irrelevant ... a commodity software layer which served only to support the browser. Again, Microsoft was less than enthusiastic about this idea so they moved to "cut off their (Netscape's) air supply" (internal Microsoft memo entered into evidence in the antitrust trial).

    If you truly buy into the logic you espouse about the browser being, " ... just one more applet, fundamentally. ... ," I would recommend that you not seek employment in the Web Services field.

    Best wishes,

    'wands
  84. Re:Lets help by AeroIllini · · Score: 2, Informative

    What about Best Viewed with Telnet to Port 80? Seems to me that philosophy would fit neatly with current server-script-generated (php,cgi,etc) pages using the div/span/css model for layout. Keep the HTML as barebones and standards compliant as possible, and add the flair, like layout and colors, with CSS.

    I remember A List Apart had an article on cleaning up the HTML generated by Slashcode. (It was posted here, too.) Such a model would even save bandwidth on high traffic sites, since the CSS files all get cached. It's standards compliant, too.

    --
    For security, the MD5 hash of this message and sig is 09f911029d74e35bd84156c5635688c0.
  85. Re:Lets help by gnu-generation-one · · Score: 2, Insightful

    "Best viewed with..." ads are evil, even if the browser you're supporting is great.

    Do people imagine that their users are going to go off and download another browser (10MB or so), install it, reboot however many times Windows needs, and then remember to come back to your site?

    Seems if they've spent their day installing a browser on the reccommendation of a website, the last thing on their mind will be whatever the website was?

    "Hello, I already have a browser. See, if I didn't have one, I wouldn't be at your website. So why bother telling me to download another one?"

  86. Re:My 2 problems with Mozilla by gfxguy · · Score: 3, Informative

    I disagree. First, as pointed out by an AC, a lot of IEs memory is hidden by it's integration - the same achilles heal that can potentially crash the whole OS with a browser failure.

    Second, "slow, tedious to use and access..." are all simply opinions (wrong, but then that's just my opinion).

    I personally did use IE when I was forced to switch from SGI to MS Windows. I didn't use Mozilla until it was good enough. Now, IMO, it's better. I guess it depends on how you use it.

    Sites that don't work are practically non-existent, and often there are simple work arounds for viewing them. Now, "work arounds" are annoying, and not an excuse to switch browsers, but like I said - at least for me, sites that don't work are few and far between, and getting fewer all the time.

    But again, it depends on how you use it. If your bank doesn't support w3c standards, and it's a site you visit often, then you are stuck. Frankly, as a paying customer, I'd complain.

    There are a lot of compelling reasons to use Mozilla besides "it's not MS".

    --
    Stupid sexy Flanders.
  87. Re:One thing against it... by NutscrapeSucks · · Score: 2, Informative

    This is actually a wise decision -- I worked for a company that developed some very fancy DHTML for IE 4.0, only to find out that it didn't work at all in IE 5.0. There's also some totally undocumented stuff like "window.elementName" that works *sometimes* in IE, but not all the time.

    I've also seen a bunch of "layers" code for Netscape 4 that of course had to be trashed when Mozilla came out.

    Standards are of course the best way to move forward, but they are not the universal panacea that everyone here is making them out to be. First of all, there's 10,000,000,000 web sites and intranet apps out there, and they aren't all going to be W3C compliant overnight. Second, not every browser supports every standard -- You could write a 100% standards-compliant site that works in IE but not Mozilla, for example. But if Mozilla support is a requirement, you're going to have to make it work in Mozilla (or Safari or whatever).

    --
    Whenever I hear the word 'Innovation', I reach for my pistol.
  88. Other Browsing Fronts in the War? by buckhead_buddy · · Score: 5, Interesting

    The browser battles may have fought to a stand still but there are some other issues that still bug me. The biggest is the Intellectual Property battle.

    Web pages are copyrightable code and content. There have been features around for years to take this bundle and automatically put it into something else (a PDF file, a archive folder, etc.). What hasn't been addressed are the legal implications of doing that.

    If I go to a sight that says it's pages are protected (for example) what happens if I send the page in an HTML email to my boss. It may even make a differnence if the pages claimed to be copyrighted, gpl'ed, or click-through-licensed.

    Where Microsoft can win this game is by making everything on Windows locked down tight in Longhorn. They then make sure that every author can set their price per page on the Microsoft web: "Downloading a page out of Internet Explorer isn't allowed unless you pay $0.001 cents per byte." (or some such nonsense).

    Why would anyone use a non-free browser in this manner? They wouldn't unless they were forced to. Microsoft can do this by convincing every blogger and Parent Teacher Association that they're losing money by not exclusively using Microsoft technologies. For the insurgents who write out of some (un-American!) sense other than profit, they can probably stir up enough noise and uncertainty in the court rooms (whether they do the suing or a puppet) that makes people just feel like the "web" was the equivalent of some sort of sixties commune. Groovy and completely unsustainable.

    The fact that free software has a pair of good tools (apache and firefox) is still barely into this game.

    What else can be done? Legally I don't know. I'm not a lawyer.

    But for the coders and writers and web users of today, get them using standards and free software and realize they're using it is a very good thing.

    Second, maybe get something like source forge set up for people to GPL web sites. I'm not talking people's blogs here, but major site redesigns that have become standard compliant and how they did it. Heck, get volunteers to do site redesigns if the code becomes GPL and open to all. People need to realize that not only is it important to redesign their sites to be standards compliant, but it's also cheap to do so. The site probably won't convince the CitiBanks of the world to do anything special, but it will hopefully show and convince the community colleges and small businesses and non-profit organizations that this is really a do-able thing.

    Greed is still a strong factor. If Microsoft ever does release a secure OS, then there will be a lot of people who succumb to greed. But if their whole stream of server, database, & browser is already Microsoft proprietary they'll certainly not see any advantage to going open and standards compliant at that point.

    But that shouldn't take away from the great progress that Mozilla has made. It's been a fantastic thing to watch.

  89. All Hail Web Standards by Ngineer · · Score: 5, Interesting
    It's been a long time coming, but part of the reason Firefox is so exciting is that web designers are finally starting to come around to the value of web standards (namely XHTML, CSS, and ECMAScript). ESPN.com was one of the first of the really huge sites to commit to these standards, and the trend is accelerating. See Jeffrey Zeldman's excellent book Designing with Web Standards to get a handle on these developments. And if you haven't already seen it, here's a cool article about how to get /. into full standards compliance.

    There are still plenty of sites that are built to work only with IE for Windows, but now that the alternatives are so good and the advantages increasingly obvious, this is changing.

    --
    "Does this path have a heart is the only question." --Carlos Castaneda
  90. What I find funny... by SirTreveyan · · Score: 3, Informative

    is all the emphasis the IE users are putting on the Google tool bar as IE's way to block popups. I am a fairly new user, having decided to try a different browser after the last IE security problem, but from what I have seen FireFox offers much more. The following short list are some of the features I find important:

    1. Customizable. Firefox offers some basic functionality. If you want more functionality, you can add-on an extension. You are not stuck with having a bloated executable containiing functionality you will never use.

    2. Tabbed browsing. Having web pages appear in different tabs within the same window ROCKS. I just hated IE forcing you to open a new window if you did not want to leave a site. I just have to learn to quit closing the damn window when I am done with a site.

    3. Fast. I have not timed anything, but Firefox seems much faster than IE.

    4. Secure. The open nature of the source code permits far more eyes to search for, and hopefully find security weaknesses. Having >1000 people review code is far better than the dozen or so MS had review IE source. Also, the script kiddies is not targeting their mischeivious efforts toward Firefox since Firefox is NOT the browser with the largest installed base.

    Taken together, the value Firefox offers is far exceeds pop-up blocking. But if you examine at how Microsofties view the world, there is a tendancy to claim they inovated what is obvious, and disregard the rest.

    --

    SELECT * FROM User WHERE Clue > 0

    0 rows returned

  91. "Firefox" catches by tverbeek · · Score: 5, Insightful
    I think it's interesting to see all the people saying how they use Firefox, love Firefox, tell their friends about Firefox, etc. When a mere 50 hours ago they had yet to even hear or see the name.

    For all the handwringing and then the grousing about the name change, if /. is any indication, it seems to be going over pretty well.

    --
    http://alternatives.rzero.com/
  92. I switched because... by nuckfuts · · Score: 3, Interesting

    I could no longer live with the serious and unpatched security flaws in IE. I thought the URL spoofing flaw was terrible. Then it was followed up with a file extension spoofing flaw. This basically meant that I couldn't trust IE to correctly show me what site I was visiting or what kind of file I was opening!

    Yes, a patch was finally issued for the URL flaw, but the fix was criticized by people like Russ Cooper for not going far enough.

    I am finding Firefox on Windows XP to be excellent so far. It was a minor pain to reinstall support for Macromedia Flash, Shockwave, etc. but my QuickTime and Acrobat plugins just continued to work. What pleases me most is that web pages are loading noticeably faster in Firefox. I have heard this claim made my many new browsers over the years but this is the first time I have ever actually perceived a difference.

    I also like that downloads seem to start immediately in the background as soon as a link is clicked on. With IE, when I click on a download nothing starts transferring until I browse to a location to save the file, choose a filename (perhaps) and then click OK. In Firefox, I am sometimes surprised to find that my download is completed by the time I have finished choosing a location for the file!

    It is not advisable to completely abandon IE on Windows, however. Firefox won't work for grabbing updates from windowsupdate.com.

  93. Re:W3C standards by valkraider · · Score: 3, Insightful

    What are those sites? Help the developers improve Mozilla, and help the websites support more browsers... If we don't know which sites cause problems, they can't be fixed, right?

  94. Re:Explorerer.exe takes just as much by sinergy · · Score: 2, Informative

    What they are saying is wrong.
    Explorer.exe is the windows file shell.
    Iexplore.exe is Internet Explorer The two are completely separate programs, sharing only HTML DLL's.

    --
    ...
  95. Mozilla grows on you. by miffo.swe · · Score: 3, Interesting

    At first i wasnt that impressed by mozilla but lately it is getting near perfection. Granted the mozilla suite is a bit bloaty but FireFox makes most other browsers look really stupid. If i use other browsers who lack tabbed browsing i feel disabled. I have become used to it and its features.

    I can honestly think of one single thing i lack or despice in Mozilla. Maybe on windows where it runs slow but on linux its a blast even on my 200mhz old IBM. On windows i think part of the problem is that you already have a browser idling in the background refusing to be uninstalled.

    Mozilla is now Good Enough (tm) for me.

    --
    HTTP/1.1 400
  96. PNG support by Pionar · · Score: 2

    What I want to know is, when will IE get into the 1990s and support transparent PNGs? If such an "unprofessional" rendering engine as Gecko could do it back in the 90s, why couldn't IE? I'm tired of my web graphics having black backgrounds in IE.

  97. Re:One thing against it... by eggz128 · · Score: 2, Informative

    Well, for a start, a lot of scipts do a simple browser sniff to see if the UA supports document.all (IE), document.layers (Netscape4), or document.GetElementByID (i.e. standards compliant - Mozilla and Safari).

    Basically, once you commit to supporting dcument.all you have to commit to supporting every other propriatory extention IE offers (yes, even the bugs in those extentions) to be sure peoples javascript still works. Even when they have provided a standards compliant way of doing things.

    So document.all support doesn't really give you anything, you can support it, but the document.all path is bound to have other IE only methods in it. If you dont support those methods, the script won't work anyway. And there's a good chance that the standards compliant version that was available and Mozilla could have run won't be chosen as the script now thinks Mozilla is IE.

    IIRC Konq does support document.all and document.GetElementByID IIRC. I also believe they have the exact problem outlined above.

    (In practice, the standards compliant route seems to be chosen based on the UA supporting document.GetElementByID but not document.all, as IE6 supports both.)

  98. standards by Semi-Lagrange · · Score: 2, Insightful

    Make that "best viewed with any STANDARDS COMPLIANT browser".

    --
    No hay banda
  99. Slashdot does not work for Mozilla by djeaux · · Score: 2, Insightful
    I've noticed those problems, too. But I attribute the issue somewhat differently from you. Run a DIFF on our subject lines ;-)

    How about it, Slashdot? It may be time to revisit the templates...

    --
    "Obviously, I'm not an IBM computer any more than I'm an ashtray" (Bob Dylan)
  100. Re:Lets help by cyfer2000 · · Score: 2, Insightful

    We should also make sure our webpages are available to people with disability. So, it should be "Best presented by any browser!"

    --
    There is a spark in every single flame bait point.
  101. I disagree by Skim123 · · Score: 3, Insightful
    So if someone says, "I'll only use FireFox if it works on this one Web site," and this "one Web site" requires IE. You would tell them, what?

    (a) Use IE
    (b) Use FireFox but ban the Web site (perhaps not plausible, especially if it's work related)

    I would choose (c) Use FireFox with the User Agent Switcher. Yes, a short term solution, as you put it, but, dammit, the user just wants to have the site work with the browser they'd like to use. Yes, your idea is best for the long run, but my grandpa doesn't care about the long run - he just wants the "Internet to work."

    --

    I could not justify my existence if I were a turkey farmer. Would I terminate myself? Undoubtably, yes.

    1. Re:I disagree by ChristTrekker · · Score: 2, Interesting

      Depends on how good the UA filter on the site is. Opera does something just like that. If the IE test is shoddy, then Opera (spoofing) will look like IE, but it still says "Opera" somewhere in the string.

      Another variation that doesn't have either of these problems is to request a non-existent page (www.somesite.com/I_USE_A_COMPLIANT_BROWSER/IT_WOR KS_FINE/PLEASE_LET_ME_IN) so it reports in the 404 log. A decent webmaster ought to be reviewing those, checking for broken links and such.

      A(nother) curse on Microsoft for starting the trend of UA spoofing in the first place!

  102. Re:Lets help by SomeGuyFromCA · · Score: 2, Informative

    > Because the only phrase that should follow "Best viewed with " is "any browser".

    Yes, but when two browsers render the page differently - and one does it according to the HTML standard and the other does it One Microsoft Way - you need the "Best viewed by " tag to indicate which one is closer to how you the webdesigner want it to look.

    --
    if the answer isn't violence, neither is your silence / freedom of expression doesn't make it alright
  103. Please get your facts straight... by hkmwbz · · Score: 2, Insightful
    "While Opera is a "next gen" browser it isn't as polished and perfect as Firefox is."
    Please. FireFox has quite a few problems to iron out before 1.0. I am glad the developers and most FF fans aren't like you. They actually recognize that FF has problems, and they work together to remove those problems to really make it polished. But it will never be perfect. No program will ever be perfect.

    And not only because of bugs, but also because people have different needs. With FF, you have to download and install extensions, which isn't exactly easy for newbies. Opera, when installed, has everything right there, including a full email client. Firebird requires additional downloads.

    Claiming that FF is perfect is a disservice to the FF developers and the community. Actually, it is disrespectful towards the people who contribute to make it better!

    "Ask the guy who invented tabbed browsing (forget his name). I read an article where he pretty much said "yeah, I made tabbed browsing in Opera and Safari and Phoenix (this was way back)."
    That is completely wrong. Opera has had MDI since version 1.0. Opera 4.0 came with tabs - before Mozilla, and the guy who implemented it still works for Opera.

    Opera has true MDI. You can tile and cascade pages, and it keeps everything within one window by default. FireFox is far more limited, especially before downloading extensions.

    "In fact, anyone who I've gotten to seriously try out Firewhatever has never looked back. Nobody who browses the web can resist because it is just so objectively superior in all ways."
    Is that so? How come FF doesn't open the previous page instantly when going back, like Opera? How come it is a bigger download, but still has fewer features? How come you have to download extensions to get functionality that is considered to be essential in other browsers?
    --
    Clever signature text goes here.
  104. Re:Lets help by Spotless+Tiger · · Score: 5, Informative
    What's the deal with Opera's "!" as the third character of the HTML, HEAD, and BODY tags anyway? It sounds to me like incompatability for the sake of incompatability.
    Netscape patented the original HTML, HEAD, and BODY tags. While the patents were almost certainly bogus, most browsers switched to supporting a syntax with an exclamation point as the third character, and you can interchange them pretty much consistantly.

    Microsoft's IE still supports the original keywords of course, but that's because Microsoft pretty much came out at the beginning and said they'd challenge the patent in court if need be, and Netscape backed down (or at least didn't sue.) Opera et al though had more to fear from a lawsuit and adopted the "!"s instead.

    You're right, if it wasn't for the built in extentions to IIS and Apache to translate HEAD to HE!D, etc, on the fly for non-Netscape browsers, we'd all be stuck with Netscape and IE.

    --
    Racists should be sent back to where they came from
  105. with help from Safari by edgarde · · Score: 2, Interesting
    I don't use Mac, tho I've seen pictures of them.

    However, I feel like Safari is what's been keeping websites standards-compliant for the past year or so -- the KHTML engine is stricter than Gecko in that it doesn't support the badly formed pages IE likes.

    When IE was considered adequate for Mac & PC, insisting on a standards-compliant website was a hard sell one's PHB. Not supporting the lowly Linux geek is one thing, but Mac users are perceived as important consumers.

    And with a de facto IE web standard, M$ would continue to extend & proprietize (word?), and Moz/Thunder/Fire/Netscape/fox/bird would forever be playing ketchup.

    Incidentally, last week I called support for my credit card's online payment site, which wasn't supporting Firebird. The tech I ended up talking to said Safari & Mozilla were giving them problems. The Safari factor was pretty reassuring to me as I felt they would fix the site for Mac users.

  106. Mozilla part of nt4 install by MeBadMagic · · Score: 3, Informative

    I find it humorous that I have to download mozilla to a new NT4 install in order to browse M$'s web-page to get the new IE for NT4, so that I can get the needed service packs and such. Great opportunity to show client the power of Mozilla, usefullness of OSS, and the lack of backward compatability of M$ software.

    --
    A friend will come and bail you out of jail, a true friend will be sitting next to you saying, "damn that was fun!"
  107. Flawed premise? by sixpaw · · Score: 2, Insightful
    My conclusion was that if Microsoft was able to dominate the web on the desktop, it would be a short matter of time before they could extend and dominate the web on the server. I knew that Mozilla was our last and only hope for winning this.

    Guess what? Microsoft *does* dominate the web on the desktop. They have since Netscape went down (I know, I know, but everyone knows what I mean) and that really shows no fundamental sign of changing. IE is overwhelmingly the #1 browser according to all of the usage statistics out there; Mozilla is making huge gains, unquestionably, but the last I saw it was still under 10% of the market and, more to the point, its gains have come from cannibalizing older browsers (Netscape 3/4) more than IE (which seems to be maintaining a steady market share in the low 80s even despite Mozilla's gains).

    But amazingly, and more to the point, that's had virtually no bearing on the web server world. Unless one takes 'a short matter of time' to be 8 to 10 years (twice as long as Netscape's dominance held out!) then there's no indication whatsoever that Microsoft will win the 'web war' server-side. IIS is eternally mired in the 20-30% market share range, while Apache has been a majority leader for more than a half-decade now (at least, according to NetCraft). I have no problems with the FireFox browser itself, but the original premise the author is touting, that MS browser dominance would lead inexorably to server dominance, seems even more absurd now than it did at the time.
  108. Re:Question... by BigBir3d · · Score: 2, Informative

    Fresh install every time. Of course, the box is only 3 months old, so their isn't old stuff there anyway. I have been using Mozilla (mainly on linux where the other browsers sucked ass) since before the 0.9 days. I actually used to care what the roadmap said.

    For IE pop-up blocking I use the google toolbar. Works nicely, and most like the instant access to google searches (ala Safari).

    For anti-spyware I use and run AdAware from time to time.

  109. Insightful my ass, mod "-1, Didn't Read Comment" by Stormie · · Score: 2, Insightful

    I'm getting real sick and tired of having to edit esoteric scripts in every damned OSS application I want to run, which are in half a dozen different locations on a hard drive. If the application has an option it should be at the very least under a tab labeled ADVANCED.

    If you'd bothered to read the comment you're replying to, instead of launching into your canned and ignorant rant, you'd know that Firefox does it exactly the way you recommend. Except the tab isn't labelled "ADVANCED", it's labelled "about:config".

  110. FireBird? FireFox? ThunderFox! by axxackall · · Score: 2, Funny
    I guess birds are not flying in the sky anymore and falling down to the ground.

    Now they have renamed FireBird to FireFox (I hope they won't rename it again to FireMouse or FireWorm).

    What's next? Easy - they are gonna rename ThunderBird to ThunderFox soon too. Well, after its stability will be fixed as well.

    By the way, I wonder why Mozilla Calendar is neither a fox or a bird? Its even not a Caledarzilla, like Chatzilla. Personally, I loved all thoze Zillas, and at some point I even expected they would break the suite to Browzilla and Mailzilla, but they have decided to fly with birds. Not for long though.

    --

    Less is more !
  111. Re:Wrong. See RFC 1738 by poot_rootbeer · · Score: 3, Informative

    Nope. I'm not wrong.

    From RFC 1738, sec. 3.3:

    An HTTP URL takes the form:
    http://<host>:<port>/<path>?<searchpart&g t;

    and

    No user name or password is allowed.

    Pretty clear on the point, I'd say.

  112. Windows XP registry is the same by iion_tichy · · Score: 3, Informative

    I'm getting real sick and tired of having to edit esoteric scripts in every damned OSS application I want to run, which are in half a dozen different locations on a hard drive.

    This is no Open SOurce Phenomenon, there are lot's of neat things in Windows XP you can only achieve by editing the registry by hand.

    In theory I'd like to have transparent options, too, but maybe there are just too many of them to squeeze them all into a menu. So it's just bad luck the option you want is missing.

    OTOH, maybe there is a positive side to it, users are made to understand what is going on to some extent.

  113. But it is Chaltek who is wrong. See RFC 1738 by ideut · · Score: 2, Informative
    Who the hell modded this informative?

    The rfc you just linked to says:

    An HTTP URL takes the form:
    http://<host>:< port>/<path>?<searchpart>
    where <host> and <port> are as described in Section 3.1. If :<port> is omitted, the port defaults to 80. No user name or password is allowed.

    Or are you the troll?

    --

    --

  114. Cool stuff you can do with standard code by InvisiBill · · Score: 5, Informative

    css/edge

    This site showcases some amazing stuff, all done with standard HTML and CSS. No Javascript, no (specific browser)-only code. That doesn't mean it works in all browsers, as the different versions of IE have varying bugs and/or missing implementations. This site is flat-out proof that the internet doesn't need the majority of proprietary code that sites use. The fact of the matter is that in most cases, the author used the easy way (auto-generated proprietary code) as opposed to the right way.

    Demo and Demo-IE are a good example. IE does get it mostly right, but not quite. On the complexspiral pages, you can see again that IE doesn't do the background image the way it's supposed to.

    This is a great site. It's 100% standards-compliant (i.e. it follows the rules set up to ensure proper operation of the web), does some neat visual stuff, and points out IE's flaws all at once.

  115. Alternate Stylesheets? by erik_fredricks · · Score: 3, Interesting
    The only problem I see is the inability to select alternate stylesheets from the "View" menu. Every other Mozilla-based browser (as well as Konq and Netscape) has this, but not Firefox.

    I'm curious: is this a deliberate omission, or just an oversight?

    --

    THE GOOD HUMOR MAN CAN ONLY BE PUSHED SO FAR
    Bart Simpson on chalkboard in episode 2F18

    1. Re:Alternate Stylesheets? by stefan_naewe · · Score: 3, Informative

      Don't you get a little icon at the left side
      of the status bar ?

    2. Re:Alternate Stylesheets? by InvisiBill · · Score: 2, Interesting

      http://ted.mielczarek.org/code/mozilla/

      Alternate Stylesheet Switcher - restores the "Use Style" menu from Mozilla in Firefox

      I'm not sure why it's not included. The RFCs don't state whether stylesheet switching should be handled by the browser or by the code, so perhaps it's still viewed as optional?

  116. Re:Wrong. See RFC 1738 by Chaltek · · Score: 2

    I apologize for the troll remark. That was stupid or me and uncalled for. You were absolutely correct and I just didn't read the full RFC.

  117. Killer browsers musts by horza · · Score: 2, Interesting

    Possibly too late in the thread to be read, but things I would like to see to make it an IE killer:
    * SVG support
    * Privoxy available as a plug-in

    For Thunderbird:
    * spam-assasin and dspam available as plug-in options

    Phillip.

  118. Re: Not exactly. See RFC 2396 by RJHill · · Score: 3, Informative
    You wrote:
    From RFC 1738, sec. 3.3:

    An HTTP URL takes the form:
    http://<host>:<port>/<path>?<searchpart& g t;
    and

    No user name or password is allowed.


    This has been updated. See RFC 2396, sec. 3.2.2

    URL schemes that involve the direct use of an IP-based protocol to a specified server on the Internet use a common syntax for the server component of the URI's scheme-specific data:

    <userinfo>@<host>:<port>
    where may consist of a user name and, optionally, scheme-specific information about how to gain authorization to access the server. The parts "@" and ":" may be omitted.


    Note that the password portion is not recommended. From the same section:

    Some URL schemes use the format "user:password" in the userinfo field. This practice is NOT RECOMMENDED, because the passing of authentication information in clear text (such as URI) has proven to be a security risk in almost every case where it has been used.

    Sage advice, I'd say.

    BTW, The RFC Index Search Engine at rfc-editor.org returns links to obsoleted and updated RFCs. It's probably a good idea to check for updates prior to providing advice.
    --
    Ron