Slashdot Mirror


Mozilla 1.4RC2 Released

levell writes "Mozilla 1.4RC2 has been released. It looks like the final version of 1.4 may be out soon. It looks good although there are some problems with java on old linux systems (discussed here). 1.4 will be a long lived branch that some distributors will base versions of their own software on (e.g. Netscape planned release, codenamed "buffy"). 1.4 will be the last version of Mozilla released as a suite, after that the switch to separate browser, e-mail etc. applications will take place."

53 of 508 comments (clear)

  1. Hmm... by stienman · · Score: 5, Funny

    "We do not guarantee that any source code or executable code available from the mozilla.org domain is Year 2000 compliant."

    Good thing we're not in the year 2000 anymore. Lucky for those lazy developers...

    -Adam

    1. Re:Hmm... by TheViffer · · Score: 5, Informative

      Oh .. time bugs will happen much sooner then that.
      Unix timestamp roll over

      --
      -- Knowing too much can get you killed, but knowing who knows too much can make you rich.
  2. Camino? by Montreal · · Score: 4, Interesting

    Hopefully the Camino developer(s) will now switch to this branch - from what I can see, the nightlies have been pretty variable quality ever since 0.7, which is when they switched to the trunk from a 1.0-ish branch.

  3. But, but, but... by Blahbbs · · Score: 5, Funny

    ..I just downloaded RC1 last night! Thank God for DSL...

  4. Java by graikor · · Score: 5, Informative

    It isn't just old Linux systems that have problems with Java - in fact, Java applets are one of two issues that cause Mozilla to crash. The other is viewing too many images in tabs - even if you close tabs after you've viewed the pics, and try not to keep more than a half-dozen open at once, eventually it will die, and the Netscape Quality Agent pops up...

    1. Re:Java by syle · · Score: 5, Funny
      The other is viewing too many images in tabs - even if you close tabs after you've viewed the pics, and try not to keep more than a half-dozen open at once, eventually it will die

      Another case of porn driving innovation. Come on, people, try to have some self-control! Was 5 naked people at once really not enough?

      --

      /syle

    2. Re:Java by Majix · · Score: 4, Informative

      This is because the Java plugin and Mozilla must be compiled with similiar verions of GCC to work (for C++ ABI compatibility). For example, you can't run (Sun's) Java 1.4.1, which is compiled with GCC 2.X, with Red Hat 9's Mozilla version which is build around GCC 3.X and a new glibc. Blackdown makes an Java version for users of newer glibc's and GCC's that had to be used in the past.

      Now in Mozilla 1.4 the Linux builds are by default compiled with GCC 3.X so Sun's Java version no longer works. You got to either use Blackdown's 1.4.1, which is stable, or the go with the 1.4.2beta.

    3. Re:Java by hendridm · · Score: 5, Funny

      > Was 5 naked people at once really not enough?

      I've run into this problem with Firebird. Moz is well suited for surfing porn link farms since you can quickly control-click (to open in new tab) down a link list. Since there is usually SO much crap thrown in with porn links, you can quickly click on one tab and hit the "X" to close the bad ones. For someone who is looking for quality porn quickly, there is no other.

    4. Re:Java by Graspee_Leemoor · · Score: 5, Funny

      IE for pr0n? Are you crazy, man? Going to a pr0n site with IE is like saying "I am crazy mister person who likes pop-ups! Please to pop-up many windows!"

      "Oh a pop-up! I kiss you!"

      "Oh another pop-up! I kiss you again!"

      "Oh, a pop-up that launches 8 pop-ups when you close it! Many times do I kiss you, oh pop-up provider!"

      graspee

  5. RH 7.x is "old" ? by DragonWyatt · · Score: 5, Insightful

    Interesting that the last great, stable RH is considered too "old" for mozilla...

    Or am I just overreacting? I like my 7.3 boxes, dammit.

    --
    Don't sweat the petty things. But do pet the sweaty things.
  6. They still haven't fixed the a huge issue by PhysicsGenius · · Score: 5, Interesting
    MathML. It's supported, but only in pure XML pages. This means that on legacy HTML sites, like Slashdot and K5, I can't fully get across the brilliance of my scientific and mathematical ideas, which is a lose-lose situation.

    As open source projects, you'd think that Slashcode and Mozilla could meet halfway on this. But, as anyone who's tried to submit a patch to either project knows, they are open in name only. Development of both systems is really closed to outsiders and only insiders (the creators, their friends and people who think exactly the same way that they do) are allowed to submit patches. Witness the recent Taco IRC interview where his response to "when will Slashdot validate at the W3c" was "Whatever. Next."

    /me starts an open-minded source revolution

    1. Re:They still haven't fixed the a huge issue by scrytch · · Score: 4, Insightful

      MathML. It's supported, but only in pure XML pages. This means that on legacy HTML sites, like Slashdot and K5, I can't fully get across the brilliance of my scientific and mathematical ideas, which is a lose-lose situation.

      HTML doesn't support namespaces, which makes picking out your embedded mathml a little problematic. Ideally the <OBJECT> tag would support XML (or HTML). In the meantime, use an iframe -- true, it won't work on slashdot, but slashdot won't accept your mathml anyway.

      --
      I've finally had it: until slashdot gets article moderation, I am not coming back.
    2. Re:They still haven't fixed the a huge issue by Phantasmo · · Score: 5, Informative

      Witness the recent Taco IRC interview where his response to "when will Slashdot validate at the W3c" was "Whatever. Next."

      The only reason to use tabular layout (like Slashdot does) is to make things look good in Internet Explorer.
      Switching to pure CSS (as the W3C recommends) saves bandwidth (as all of the formatting and layout information can be stored in a separate, cacheable file), gives you the freedom to create far more interesting and visually powerful designs, and makes the page accessible.

      Slashdot should take a hint from Wired's excellent example and move into the new millenium.

      --

      The US Army: promoting democracy through unquestioned obedience
    3. Re:They still haven't fixed the a huge issue by arkanes · · Score: 4, Informative
      The other reason is that the markup is simpler, more portable, and less bandwidth intensive. How about that?

      The Wired site loads and renders slowly, does wierd things when sized very small, and is much heavier on markup than slashdot (when balanced agasint the larger size of a slashdot page).

      I agree that using tables for layout is a crappy way of doing things. On the other hand, it's well known and commonly supported (all modern browsers render tables more or less identically, the same cannot be said for CSS markup, especially level 2), but CSS layout semantics are crappy, overly verbose, and lend themselves to pixel-width positioning. Try reproducing all the built in features of table layout in CSS - it's very difficult. And your newly marked up pages will be noticably heavier than the table layout.

  7. Due to being sued by the auto makers by numbski · · Score: 5, Funny

    Unfortunately, the auto makers have decided to sue the Mozilla team for using their trademarked names. The new names are now:

    Buffy - Browser
    Dawn - Mail Reader
    Willow - HTML Editor
    Xander - News Reader
    Spike - Porn Search Plugin

    --

    Karma: Chameleon (mostly due to the fact that you come and go).

  8. Java Problems on old linux distributions by levell · · Score: 5, Informative

    I linked to it in the story but the summary of the java problems on linux is:

    You need to use a version of the java plugin that has been compiled with the same version of gcc that mozilla has been, the 1.4 latest branch mozilla build has been compiled with gcc3.2 and therefore you need to use the gcc3.2 plugin that ships in the latest betas of Sun's JRE (and there is also a suitable Blackdown java).

    The kicker comes if you run an old linux distribution (e.g. Redhat 7.x), - you don't have the dynamic link libraries required to run gcc 3.2 code as they weren't available when RH7.x was released. Mozilla still runs as it includes all the relevant libraries statically linked inside it - the java plugin doesn't. You therefore either need to recompile Mozilla with an old version of gcc or install the libraries for gcc 3.2.

    The release notes could do with a little tidying in order to make what java works where clear to users

    .

    If this isn't fixed in the release version it would hint that Mozilla plan to phase out support for old distributions which would open to the door to things such as nice font rendering (via XFT) in the default builds, or do some other current distributions not come with XFT?

    --
    Struggling to find a day everyone can make? WhenShallWe.com
  9. The most important item was missed in this story. by Dolemite_the_Wiz · · Score: 5, Informative

    This is probably the most important feature missing from Mozilla for YEARS.

    NTLM Support.

    From the Release Notes page:

    Mozilla on Windows now has support for NTLM authentication. This enables Mozilla to talk to MS web and proxy servers that are configured to use "windows integrated security".

    Dolemite
    _______________________

    --
    Save the World! Use a Quote!
  10. Browser Spoofing. by Delta-9 · · Score: 5, Interesting

    I think browser spoofing is a very bad thing. Yes it lets you load your page correctly, but it will never let the "powers that be" know that people use something other than IE.

    I have stopped telling safari to use the IE "user agent" because of this. I want people to know that I use something that isn't Microsoft and sooner or later this is going to make a difference. Especially with the fact that M$ has officially dropped their IE for OS X.

    1. Re:Browser Spoofing. by El+Cubano · · Score: 5, Interesting

      I have stopped telling safari to use the IE "user agent" because of this. I want people to know that I use something that isn't Microsoft and sooner or later this is going to make a difference. Especially with the fact that M$ has officially dropped their IE for OS X.

      Boy would I love to join you there. Unfortunately there are still some websites that flat out refuse to load into anything other than IE, most notably the website where I access my payroll information to verify I was paid correctly). I emailed tech support and their reply was, "we only support IE in Windows, get partition magic and install windows on your computer." It's a tough fight righ now.

    2. Re:Browser Spoofing. by Anonvmous+Coward · · Score: 4, Informative

      "WHo's to say IE is correct in their implementation?"

      The market. They'd be more or less right, too. IE's not only good at rendering HTML, but it's also very fault resistant. I've had HTML in both Netscape and Opera cause the scrollbars to never appear. Can't say I've ever had that with IE.

      "No browser follows the specs exactly (last I heard, Mozilla was closest), and that is a damn shame."

      That's debatable. Who says the spec was correct in the first place? As people use the HTML, ideas about how it should be used evolve. For example, tables have a border feature. In Netscape (4 I think, it's been a while since I've done HTML) you can't set the color of the borders. You always get that ugly gray embossed table. Ie was quite happy to accept a hex code to draw the table with that color. The result? Instead of assigning a color value to the border, you had to set the table background color to what you want the border to be, and then set each cell to have a bg color that you want the foreground to be. That's pretty convoluted. It's possible that either Netscape was pretty dumb about it, or they were following WC3s flawed spec. To be honest, I don't know. The point is I don't think that following the spec is necessarily the holy grail of browser rendering. The code just plain needs to be usable. (I do agree, though, that a standard should evolve and everybody should follow it. That doesn't necessarily mean it's WC3's.)

      "I wish I could earn a living as a lazy web designer, toying with Photoshop and Dreamweaver all day and not even lifting a finger as to do some actual work, like checking cross-platform or at least cross-browser compatability."

      1.) Who says it's laziness? When you're a web-develoiper, you have unreasonable deadlines to get things done. My company in particular thought it took a week to design, build, and publish an entire website. The idea of spending time to test it on various platforms was ludicrous. "Just make it work in Netscape and IE, don't worry about anything else." Don't fault me for my boss's pointy-haired decisions.

      2.) I can't speak for Dreamweaver, but FrontPage made it real easy to test your pages in various browsers. It had a 'preview in browser' mode that would give you a dropdown of all the browsers you had installed or setup on your machine, then it'd send the page to it. Then, it'd even ask you what window size you wanted to try it at. Want to test your site at 800 by 600? No problemo. I would assume that Dreamweaver did all that as well.

      I probably wouldn't ordinarily have responded to that comment, but I've had that Photoshop/FrontPage 'lazy job'. And it's anything but lazy. You try coming up with an artistic design for a site and then hacking HTML to make it work. HTML is a lousy markup standard for doing artsy sites. You'd be surprised at the pixel-magic we've had to do.

  11. No longer integrated? by introverted · · Score: 5, Insightful
    1.4 will the last version of Mozilla released as a suite, after that the switch to separate browser, e-mail etc. applications will take place."

    So instead of monolithic systems that try to do everything, this sounds like a swing back in the direction of discrete programs that only do one thing. (And hopefully do it well.)

    I very much like the idea of being able to install my web browser of choice without being forced to simultaneously fill my hard drive with "extras" that don't quite do what I want, but can't be removed either. And browsers and office suites are just two places I'd like to see a little less of the "Swiss army knife" approach. (Sure, it's cool, but do you really need a telephone that can take pictures, program your VCR and mow the grass?)

    Don't get me wrong, I agree that interoperability is a Good Thing. I just don't want to be forced to take on the clutter of tools I won't use.

    1. Re:No longer integrated? by Cochonou · · Score: 5, Informative

      You don't seem to have heard about the new Mozilla roadmap.
      Here is for you.

  12. Re: Browser spoofing problem by Cochonou · · Score: 5, Interesting

    I think developpers have said numerous times on Bugzilla that they didn't want to implement an "user friendly" browser spoofing feature because they believe it would hurt Mozilla in the long run.

    The problem is that, if many people were using Mozilla spoofing (let's say) IE6, Mozilla "market share" would appear even lower in statistics than it already is, thus making even harder for Mozilla evangelists to do their job.
    Who would want to support a browser that would seem to be used by 0.003% of web surfers ?

  13. Re:The most important item was missed in this stor by driverEight · · Score: 5, Informative
    If you want more features don't forget to donate

    --

    It's not the size of your .sig that matters, it's how you use it.

  14. What the... by JediTrainer · · Score: 4, Insightful

    From the release notes (emphasis mine):

    Mozilla 1.4 requires Sun J2SE v 1.4.2 Beta to run Java applets

    Why would they make a decision to make a browser dependent on an unreleased version of Java? 1.4.1_02 isn't good enough?

    --

    You can accomplish anything you set your mind to. The impossible just takes a little longer.
    1. Re:What the... by brettlbecker · · Score: 4, Informative

      This is because the beta is compiled against gcc3.2. It's the first sun release to be compiled as such. I'm using the beta right now and it works perfectly.

      It should be noted that this version of Moz is not meant for universal public use. 1.3 is still the 'default' public version. So what's the harm of requiring a development version of java if you're running a development version of the browser?

      B

      --
      "We must still have chaos within in order to be able to give birth to a dancing star." --Friedrich Nietzsche
  15. Re:One thing FireBird is missing..... by Matchu · · Score: 5, Informative

    run firebird with -p, and it brings up the profile manager. If you're running windows, set up a shortcut to firebird.exe" -P Username and it should run automagically as that user.

  16. Re:Does Phoenix/Firebird support tabbed homepages? by SushiFugu · · Score: 5, Informative

    Short answer: yes, it supports it.

  17. The problem is with PRECOMPILED only. by Lumpy · · Score: 5, Informative

    I just love the FUD that flies around here...

    Yes if you use a older distro you will have troubles, simply get the sources and compile it... Magically the problem goes away.

    --
    Do not look at laser with remaining good eye.
  18. Amateur by Pac · · Score: 5, Funny

    Any professional pornographer has a mouse with a middle button so he can middle-click the link to open it in a new tab. Do you realize Control-Click requires both hands?

  19. Doesn't work to well..... by JaJ_D · · Score: 5, Funny

    Netscape planned release, codenamed "buffy"

    Buffy the IE slayer...... Hummm doesn't quite work.

    Although the 'destroying the undead whose goal it is to reign the earth and bring pain, misery and fear to all' analogy may have some distance to run

    :-]

    Jaj

  20. Code named Buffy? by edwardd · · Score: 5, Funny

    (e.g. Netscape planned release, codenamed "buffy").

    As in "Ready to be canceled"?

  21. Decent SVG support on Linux by Monkey-Man2000 · · Score: 4, Interesting

    I'm sure this Mozilla doesn't have SVG support. However, I was wondering if anyone knew the status of the Adobe SVG Plugin's compatibility with the browser (whether Adobe is developing a new compatible plug-in or Mozilla compensating for Adobe's compatibility problems). My understanding is that Adobe developed the 3.0 plugin before the Mozilla API was frozen, and now it crashes the browser. This is common to Windows and Linux and for Mozilla derivatives as well (Netscape). Neither the Mozilla developers or Adobe seem to be budging. I just want to have some decent SVG support in Linux. Is SVG development something I should avoid?

    --
    This post was generated by a Cadre of Uber Monkeys for Monkey-Man2000 (603495).
    1. Re:Decent SVG support on Linux by IamTheRealMike · · Score: 4, Informative
      The Adobe plugin appears to be frozen in time, focus now appears to be on a Corel plugin. I don't know if that works with Mozilla or not.

      For those who don't know, Adobe used unfrozen APIs, which Mozilla then scrapped entirely, rendering their work useless. Unsurprisingly, they never updated it.

      So, if you want SVG in Mozilla, you need to hack on the Moz native support, which has more potential anyway. Be warned, it's a LARGE spec :( I'm not really sure what has been happening on it lately, but iirc there have not been any updates for a long time now.

  22. Re:Watch out for new version of Hotmail... by Spazmania · · Score: 5, Funny

    The irony in that statement is that IE is still spoofing Mozilla:

    "Mozilla/4.0 (compatible; MSIE 6.0; MSN 2.5; Windows 98)"

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
  23. Re:Finally! by DrXym · · Score: 4, Informative
    What the hell are you talking about? If you didn't want the mail/news component why did you install it?


    Yes, that checkbox in the installer does indeed control whether you get the mailnews component. If you're using a .zip or .dmg that gave you no choice, then a little surgery such as removing the mail/news chrome does the same trick.

  24. Threaded Mail by abischof · · Score: 4, Informative

    Threaded mail is a handy feature, especially when following multiple discussions on mailing lists. And, though Mozilla supports threading, it just doesn't remember the threaded expansion state.

    So, you could turn on threading (View -> Sort By -> Threaded). Then, you'd probably expand the threads (View -> Threads -> Expand All Threads). So far, so good. But, if you switch to another folder and come back to the original one, the threads won't be expanded anymore.

    This is bug 64426 and you can vote for it if you like (of course, you'll need a free Bugzilla account to vote). You may need to copy-n-paste the links into your URL bar, as Bugzilla doesn't accept referrerrs from Slashdot.

    --

    Alex Bischoff
    HTML/CSS coder for hire

  25. Re:Finally! by jonadab · · Score: 4, Informative

    For email, try Pegasus Mail. You'll *never* go back to Messenger.
    The one bad thing about Pegasus Mail is that it's tied to a
    specific platform (Windows), so if you're on another platform
    or anticipate moving to another platform you have to settle for
    less in the mailreader department. Or you can use Gnus, but it
    has a big learning curve.

    Usenet is trickier. The only usenet client I've found so far that's
    any good whatsoever is Gnus, and it's a long way from perfect. (It
    has a huge learning curve, plus some substantial problems in the
    offline-reading department, and it's not properly multithreaded.)
    You could try Agent; it's arguably better than Messenger, but that's
    not saying a great deal.

    Regarding Mozilla, the Navigator component is without question
    *way* better than the Messenger component. However, with the
    split for 1.5, Navigator is being set aside in favour of the
    Firebird browser (formerly Phoenix), which while not altogether
    bad is not yet up to the level of Navigator, feature-wise. (It
    is smaller, though, and so performs better on older systems.)

    After 1.4, I don't expect another good solid release until at
    least 1.6 for the browser, probably more like 1.7 -- and I don't
    expect the Thunderbird project to produce anything that resembles
    a usable mail/news reader 2-5 years. Note, however, that I am
    using higher standards here than most people do; email is important
    to me and I expect a great deal from my mailreader. If you consider
    Eudora and Outlook and the current Messenger to all be perfectly
    wonderful, then Thunderbird may reach that level a good deal sooner
    than the timeframe I'm predicting (say, 1.7 maybe).

    --
    Cut that out, or I will ship you to Norilsk in a box.
  26. Re:Java - Tiled browsing! by nadadogg · · Score: 4, Funny

    I think a better way to view like this would be using Tiled browsing. Have 4 pages simulatneously loaded, and scroll to the "relavant" information at each one, and blammo! "Raised productivity" from being able to view multiple "documents" at once so that you can "deliver your report" to the "executive office."

    --
    i use linux and windows oh god how can i have an opinion
  27. Re:Question by iapetus · · Score: 4, Informative

    There are computers in England?

    Seriously, though, to answer the original questions: Mozilla is nothing like Netscape 4.7. Early Netscape browsers were some of the biggest crimes against HTML ever seen. Mozilla, on the other hand, is considerably better-written and far more standards compliant. Sometimes too standards compliant for its own good, in fact, since some sites that rely on IE broken features or extensions to work won't give the same results under Mozilla. There are also an irritating few sites that will just refuse to serve pages to anyone not using IE. I figure if they can do without my custom, I can do without their services.

    The overall browsing experience in Mozilla (particularly Mozilla Firebird, IMO) is considerably better than that in Internet Explorer in my experience. Plenty of extra (useful) features that IE shows no signs of including, such as tabbed browsing. And it's free - other than the hefty bandwidth charge to download it. :)

    If you can get hold of a copy while you're in England, do so. Hopefully you'll be converted before you go home. Otherwise, put it at the top of your to-download list when you get back home.

    --
    ++ Say to Elrond "Hello.".
    Elrond says "No.". Elrond gives you some lunch.
  28. MNG, JNG support gone, too. by jwriney · · Score: 4, Informative

    Not to mention the major burst of insanity that surrounded the removal of MNG/JNG support, two perfectly useful new formats.

    Mind-boggling Bugzilla discussion of this is here - http://bugzilla.mozilla.org/show_bug.cgi?id=195280

    --riney

    1. Re:MNG, JNG support gone, too. by Mitchell+Mebane · · Score: 4, Informative

      Thankfully, it will still be in 1.4, but it is removed for all future versions.

      If you want it back, vote for this bug!

      --

      The roots of education are bitter, but the fruit is sweet.
      --Aristotle
  29. Re:RPM? by tuffy · · Score: 4, Informative

    I'm hoping there'll be an RPM of the official 1.4 release. But rpmfind.net lists of a few RawHide Mozilla-1.4 RPMs that work just fine on a RH 9 box. I haven't been able to determine just which "official" Mozilla build they are, but they have the nice antialiasing that I've come to enjoy from the GTK2-linked builds.

    --

    Ita erat quando hic adveni.

  30. IHBT, but.... by mikey504 · · Score: 5, Insightful

    Sometimes when I am fishing I wonder if fish sometimes bite knowing they are going to encounter a hook. Anyway, I get tired of the "give us news, stuff that matters" rants.

    There is an awful lot of information out here on the net. It is your job to sift through it all, determine what is of interest to you, and IGNORE THE REST. Along the way, if you feel you have something to contribute, please share.

    Really, if this story is of no interest to you, move on to the next one. I think, as I'm sure many other people think, that announcing releases on a site with a high geek population is a good way to recruit quality beta testers who will fill out useful bug reports and help to drive the software development process forward. This means you get your free software faster and with less bugs. It's fine if you don't feel like taking the time to help out yourself, but give us the few tenths of a second it should take you to read the headline and decide to skip the story. Think of it as your way of helping to keep free software moving forward.

    If you take the time to click on the headline, scan down to the bottom of the comments, and compose a mini rant about how you didn't feel you needed to know the information the story provides, people might get the impression that you just felt like whining.

    It seems a bit hypocritical to rant about wanting stuff that matters within a post that almost everyone will consider noise, not signal.

    Have a nice day.

  31. Blockers once again seem non-corporeal by gringer · · Score: 5, Interesting

    I have been trying to keep up with Mozilla developments, and have noticed here that there are still bugs to be resolved that are apparently blockers (or go straight to the bug list). The strange thing is, there was mentioned a possibility of rebranding RC2 as final, according to the recent staff meeting minutes (*1.4*, Point 3).

    I find it strange that the Mozilla team is prepared to release 1.4 (which will replace the 1.0.x branch) with previously-declared blocker bugs still floating around.

    --
    Ask me about repetitive DNA
    1. Re:Blockers once again seem non-corporeal by cant_get_a_good_nick · · Score: 4, Informative

      Just to be silly, I opened the Bugzilla link; 3 of them are already fixed, and a 4th is a licensing issue if you link statically against gcc libstfc++ (which I don't think is the default).

      Of the remaining bugs, one is about the status bar, which doesn't seem to be a blocker, and the other two remaining are mem leaks which I would consider blockers. That just leaves two big ones. They probably have time to get thse and so they're probably good for 1.4.

  32. Re:MNG, JNG support not gone for 1.4. by mlefevre · · Score: 4, Informative

    that's not the case for 1.4. MNG/JNG has been removed from the trunk (pre-1.5alpha builds), but it is still in 1.4RC2 and will appear in Mozilla 1.4.

  33. Don't cave in. by haeger · · Score: 4, Interesting

    I emailed tech support and their reply was, "we only support IE in Windows, get partition magic and install windows on your computer."

    Then do what I do. Refuse to use their service. My bank didn't allow me to use Mozilla on Linux, bye bye bank. I can find someone else to give my money to. My company recently installed a time-reportin tool that requires Windows and IE, I still send my report card to a secretary since I don't have a computer with IE on it, it's either that or they can PAY me to come in in the evening to fill out those damn web-reports in IE, and I guarantee You that I will do this on high pay time.

    Don't cave in. All over the world there is one thing people understand. Money. If not supporting Mozilla starts costing them money then they'll have to rethink.

    I'm sure I could install windows if they like, provided that they pay for the licese, the computer, my time to install and administer the box. If they want me to run it, they'd better pay me. I don't do boring stuff on my spare time.

    .haeger

    --
    You are not entitled to your opinion. You are entitled to your informed opinion. -- Harlan Ellison
  34. Spellchecker for Mozilla Here by alistair · · Score: 4, Informative

    You can download a spellchecker for Mozilla here;

    http://spellchecker.mozdev.org/

    It also includes links to non - american english dictionaries, I have been using the UK english one with some builds very happily.

    The version for Mozilla 1.4 Beta is already there. I use Mozilla as my only mail client at work and have been using this for over a year without any major problems. If only it could test spelling in input boxes, I could even spell check my slashdot comments :-).

  35. Re: Browser spoofing problem by D.+Book · · Score: 5, Insightful

    Won't the users pay the price in the long run when corporations see that 99.9% of their website visitors are IE users, and implement future IE-specific features that Microsoft has made sure alternative browsers are unable to implement?

    As I see it, this is similar to other forms of discrimination -- people are being forced to look like the majority (in this case, IE users) so that they don't get treated differently.

  36. Re:discrimination? by arkanes · · Score: 5, Insightful

    More of a case than you'd think. See if that page works in a screen reader or a braille converter. If it rejects non-IE user agents, odds are that it doesn't.

  37. Re:mozilla mail by jmertic · · Score: 4, Informative

    What? Thunderbird has everything that is currently in Mozilla Mail 1.4. The only difference is a better looking interface ( much like Mozilla Firebird ) and redesigned preferences screen ( also like Firebird ). Check out the roadmap for Thunderbird.

  38. Re:Netscape, why? by skt · · Score: 4, Insightful

    Mozilla isn't really intended to be an enduser product.. its primary purpose is for testing. However, because of its stability and major releases, it seems to be appealing to endusers.. but mostly tech-saavy power users IMHO. Netscape is the product for the masses, it will have a more polished interface than mozilla and it has name recognition. It will also undergo more testing (both bug and usability) than an average milestone of mozilla. Then there is the matter of application support, netscape7 will be supported more often than mozilla. Even though anything that works with NS7 should work in mozilla, name recognition and specific quirks with releases make this somewhat important.

    Notice how NS7.02 is still based on a very early build of mozilla, the focus of Netscape 7 is on stability (in terms of the interface and functionality) and not on cutting edge features that are typically found in mozilla milestones. Most people do not need the features found in mozilla, which makes netscape 7 very appealing.