Slashdot Mirror


First Reviews of Mozilla 1.0 Roll In

Since the announcement of Mozilla 1.0's release, at least a few journalists have been quick to turn the beast over and poke its belly. Tina Gasperson's review over at NewsForge makes an interesting contrast to CNET's review; strange how they give a rating that would barely merit a "C-" after describing Mozilla's robustness, standards compliance, speed and convenience features.

263 of 846 comments (clear)

  1. hahaha by Anonymous Coward · · Score: 5, Funny
    CNET on popups:

    this function doesn't discriminate, so it may disable pop-ups you actually want to see, such as the video pop-ups on the News.com front door.

    Yeah fucking right CNET. Suck it!

    1. Re:hahaha by CynicTheHedgehog · · Score: 5, Interesting

      It does too discriminate (or can). You can disable all popups or only "unrequested" (for instance, onLoad) popups. You can also diable moving or resizing windows (take that hollywood.com!). It's granular and configurable, as the C|Net reviewer would have discovered had he done his job.

  2. Newspeak by Mr+Guy · · Score: 5, Funny

    From The CNET article Even stranger, both Mozilla and Netscape outran IE 6 in three of four tests.


    From now on, "strange" will be defined as "something you would predict off the top of your head"

    1. Re:Newspeak by mapinguari · · Score: 2

      Also from the CNET article: when we ran File > Quit from the JavaScript debugger, instead of closing just the debugger window, it closed all of our Mozilla browser windows, as well--definitely not the behavior we expected...

      When you expect that Quit will do something other than quit, all other bets are off. Funny how they didn't mention the only other menu item in that menu: Close. Wonder what that one would do, close the menu?

    2. Re:Newspeak by EvlG · · Score: 2

      I'm familiar with the NT kernel api discussed on sysinternals.com

      But my impression was that API is only really useful for creating programs to run on system startup, (like autochk mentioned on sysinternals).

      So it seems that this API isn't really useful to give an MS app an advantage over a non-MS app.

      What other API is there?

    3. Re:Newspeak by SoupIsGoodFood_42 · · Score: 3, Insightful
      When you expect that Quit will do something other than quit, all other bets are off. Funny how they didn't mention the only other menu item in that menu: Close. Wonder what that one would do, close the menu?

      Sorry, but thanks for playing. The debugger window is not really part of the browser...It's a debugger. Quit would logicaly quit the debugger, and not the whole browser. They shouldn't really have a quit button on there if they consider it part of the browser, just close. A child of the parent window shouldn't have command that can affect the parent in such a durastic way.

      This is where programmers tend to make the biggest mistakes. They that their way is right (I'm sure someone will tell me that I'm full of shit). But the fact is, the user clicked the wrong button. Given that the Cnet people aren't totaly newbies, it's the programmers fault that the user clicked the wrong button....They have misslead the user in some way.

    4. Re:Newspeak by phyxeld · · Score: 2

      I think it's kind of fun, reading software reviews written by people who don't understand even the most basic computer interface concepts. I mean, File -> Quit has had the same functionality in practically every program for every OS since 1984, if not longer.

      Then again, the same review started by noting that Harry Potter is more newsworthy than mozilla - perhaps cnet's technology writers all have the week off?

      --
      __
      Choose mnemonic identifiers. If you can't remember what mnemonic means, you've got a problem. - Larry Wall
    5. Re:Newspeak by ywwg · · Score: 2

      the user doesn't know that the debugger is a separate program any more than multiple browser windows or the mozilla mail program is separate. it's part of the mozilla suite, so they are all together. Quit always quits out of the whole suite, close closes the current window. your approach assumes the users thinks of the debugger as a separate program, which it isn't.

    6. Re:Newspeak by moogla · · Score: 2

      Let's just ignore the fact that in EVERY version of Netscape Communicator, Quit meant close every Netscape-related window. The only difference is that in 4.X, if you did "Quit" because you launched Composer by accident, it would ask you "Do you really want to close all windows and exit Netscape?" As a Netscape user I learned pretty quickly to use CTRL+W instead of the file menu to close things, to avoid that.

      Maybe they should just bring that back with an option to turn it off. Hell, there's probably a user.prefs thingie to turn it _on_.

      --
      Black holes are where the Matrix raised SIGFPE
    7. Re:Newspeak by SoupIsGoodFood_42 · · Score: 2
      That's *exactly* what the menu says on Mac OS X ("Quit Mozilla")...

      Yes....But that's just a coincidence I think since all menus on OS X now have the application name add to the 'quit' part.

      Of course, the whole thing is less of an issue on the mac since there is only one menu bar. Unlike windows (or Linux to?) where you have menu bars for each app (or each window in the case of apps like mozilla). I spose you could say the MS partly to blame for the confusion.

    8. Re:Newspeak by SoupIsGoodFood_42 · · Score: 2
      I've heard of macs, unfortunatly I've heard of windows to. As I said in another reply, the whole issue is irrelevant on the mac since there is only one menu bar to contend with.

      Man, I've already had a coment about the speling....But this is /.! If the edditors are aloud to make imbarissing spelling misteaks, than the users shoud be alloud to spell bad too. If I want to stik a extra 'u' in, I shold beable to do it in peice.

    9. Re:Newspeak by EvlG · · Score: 2

      I searched around and could not find any information whatsoever on winehq.

      Can you post a more specific link?

    10. Re:Newspeak by rifter · · Score: 3, Informative

      Microsoft has, indeed admitted in open court that:

      1) There are hidden API's

      2) They refuse to disclose them as they feel it will negate a competitive advantage such nondisclosures afford them.

      As for URL's, for starters, /. had an article on this recently, though salon seems to have broken the referenced link and it has been tough tracking it down. I believe it is cached here.

      The fact MS API's are not documented is better documented than that, however. One should probably peruse the findings of fact. There was also an article on ZDnet (surprisingly) on this as well.

      I found a Microsoft KB Article on undocumented API's as well as a perl tool pertaining to them with just a cursory google.

      For the paranoid, I am sure a little more diligence would indeed turn up the very court documents in which the quotes were made, but really, the fact Microsoft hides code from developers has been discussed ad nauseum in the press ever since DOS, and has not only never been contested by Microsoft, rather the reverse, Microsoft has always said this is a necessary part of its business strategy.

    11. Re:Newspeak by rifter · · Score: 2

      Winehq is indeed a place to find obvious whining about undocumented api's. One link was here. Another is here.

      Besides that, this reminds me there are indeed numbers of books documenting some of the previously undocumented API's, written by developers outside microsoft who have figured some of them out.

    12. Re:Newspeak by civilizedINTENSITY · · Score: 2

      SouplsGoodFood is wrong on several levels. Its true that the debugger isn't a subset of the browser, but the browser isn't a subset of the debugger either. The debugger is, and the browser is, (and the mail client, and composer are) a part of mozilla, which is what "quit" is quitting. The difference between "quit" and "close" is ancient and venerable. Thus, I'd have to say that it appears that at least some cnet people are newbies.

    13. Re:Newspeak by SoupIsGoodFood_42 · · Score: 2
      See. I told you someone was gona tell me I'm full of shit ;)

      The technical side isn't important here. The fact is that the debugger window looks like a program in it's self. The quit is misleading/confusing because the user has to stop and think if it will only quite the debugger, or quit the whole suite.
      There is nothing that obvious telling the user that the programs are linked (lets forget the fact the debugger has a live link of info to the browser content etc, because other apps like the mail client don't).

      In my experience, a child window opened by the main window, doesn't have a title bar if it closes when the main window is closed (think of most toolbar palettes, documents etc). If it has it's own toolbar. It should be considered independent of whatever spawned it.

  3. Reviewer Wrong? by _Quinn · · Score: 3, Informative

    Reviewer: "However, the release notes say you should not use your Netscape profiles, because you could lose your search settings or become the victim of an ever-growing bookmark file that might freeze your system. I've been using Mozilla 1.0 since the release announcement, with my Netscape profile, and haven't experienced these problems. Yet."

    Release notes: "Do not share a profile between Netscape and Mozilla builds."

    e.g., not in the same directly, not import, yes?

    -_Quinn

    --
    Reality Maintenance Group, Silver City Construction Co., Ltd.
    1. Re:Reviewer Wrong? by nil_null · · Score: 2, Interesting

      Who uses bookmarks anymore? It's easier to use auto complete for the sites I visit most (i.e. sl = slashdot.org) and Google [google.com] is good usually good enough to find whatever other information I need.

      Bookmarks are good for keeping track of sites you might want to go back to but wouldn't remember to otherwise. And a lot of times URLs alone are not descriptive enough. I use bookmarks quite frequently and I imagine many other people do the same (especially when doing research). There are times when even Google won't help me find that page I came across but didn't bookmark.

      Of course as you can imagine I have a heap of bookmarks with only the most important ones organized. But it gives me something to do when I just want to randomly surf and can't think of anything to go to.

    2. Re:Reviewer Wrong? by Shelled · · Score: 2

      He's wrong. My bookmark file, migrated and appended from one system to the next for the last four years, weighs in under a whopping twenty kbytes. It's hard to imagine a still running system that could halt.

  4. I think it's great. by gambit3 · · Score: 2, Redundant

    First open source stuff I've used. I'm running it at home on XP and at work on NT4. Absolutely LOVE the tabs.

    I think I finally found what will replace my beloved Netscape 4.7 as my browser of choice.

    1. Re:I think it's great. by mshiltonj · · Score: 4, Funny

      First open source stuff I've used.I'm running it at home on XP and at work on NT4.

      Welcome aboard, friend! Now, about that XP...
      ;-P

    2. Re:I think it's great. by baldass_newbie · · Score: 2, Interesting

      Absolutely LOVE the tabs.

      Er, uh, have you tried Opera yet?
      They practically invented tabbed browsing.
      Not that I don't like Moz, I've had rc3 since its release and I'll download next week when the pipes have cooled.
      I've just always thought Opera was a little better than Netscape 4.7. (And hell, at least you had the good sense to stay away from 6.)

      --
      The opposite of progress is congress
    3. Re:I think it's great. by gambit3 · · Score: 2

      LOL.

      Well, I just bought a new HD, and I think I see a Linux boot in my future.... running Mozilla, of course.

    4. Re:I think it's great. by Asprin · · Score: 3, Interesting

      Er, uh, have you tried Opera [opera.com] yet? They practically invented tabbed browsing.

      I love Opera, too, but the first browser *I* ever saw with tabs was the bundled browser from (IIRC***) the now-defunct GNN internet service.... in 1996!

      I'm just shocked it took that long to catch on, it was a pretty cool feature even in a time when IE didn't fully support TABLE!



      *** NOTE: It might have been SPRYnet, not GNN - it *was* six years ago, after all...

      --
      "Lawyers are for sucks."
      - Doug McKenzie
    5. Re:I think it's great. by Futurepower(R) · · Score: 3, Informative


      Opera is not nearly as good. Apparently, you can start only one instance of Opera. You can start several instances of Mozilla. Each instance can have several tabs. You can save all the tabs in an instance in one bookmark (group bookmarking). That is an extremely useful feature.

      For example, suppose you are doing research on backup systems. You may load 10 or 20 tabs that show backup software reviews and manufacturer web pages. You can save them all and shut down your system. Ten days and many other research projects later, you can bring the backup research pages back by loading that bookmark.

      You can save multiple Opera windows to a file, but the interface is quirky, and the system is not nearly as useful.

      Here's how one person uses group bookmarks:

      When you have several tabs open, go to Bookmarks|File Bookmark... and check the box that says "file as group". Name your bookmark, and each time you open that bookmark all the tabs you had open will reopen. You can even later add bookmarks to the group as if it were a folder. I love that to read my daily comics I don't have to select endless bookmarks or cycle through a list, I just click on the item labeled "Comix" and a dozen tabs open up.

    6. Re:I think it's great. by Codifex+Maximus · · Score: 2

      -snippety-
      > than Netscape 4.7. (And hell, at least you had the
      > good sense to stay away from 6.)

      Hey don't rag on Netscape 6. I'd have to be dragged kicking and screaming back to Netscape 4.x. The fonts just look too good in NS6 to go back to squinting in NS4.

      NS6 does everything I need it to do... browsing with nice fonts and sharp layout (gekko engine), mail, newsgroups, composer, AIM, Shockwave, Java, Acrobat Reader, RealPlayer. It's a multimedia powerhouse!

      Aside from being hungry for RAM, NS6.x is a great browser. I see nothing but improvement of a good thing with Mozilla.

      BEWARE! Mozilla has emerged from the software forge and can only get stronger, better and more capable with each new iteration.

      Congratulations Mozilla Dev Team on a job well done!

      --
      Codifex Maximus ~ In search of... a shorter sig.
    7. Re:I think it's great. by Eil · · Score: 2


      You can start several instances of Mozilla.

      I wouldn't recommend that. At least, not in Linux. (No idea about builds for other OSes.) For example, let's try out this scenario. When browsing, I might add 6 or 7 new links (that I don't have time or motivation to read currently, but want to eventually) to my bookmarks per session. Then I switch to another workspace in my window manager, fiddle with some text files, maybe chat in IRC a bit. Lets say someone on IRC passes me a URL that I absolutely must visit. The natural reaction is to start Mozilla up from my Gnome panel, which I do, but completely forgetting that I already have the other instance running in another workspace.

      Blammo, two instances. What happens every single time, no matter what order I quit the instances, is that my bookmarks that I've added get lost and my history gets deleted. No more purple links indicating where I've already been.

      Most annoying. I've come within inches of writing a wrapper shell script that checks for an instance of Mozilla already running so it doesn't start a second.

      Dunno if this has been fixed in v1.0, but I rather doubt it. At the least, I'd like to have an option in the prefs that automatically disables multiple instances.

  5. Built for IE! by hkhanna · · Score: 5, Insightful

    For one thing, Mozilla doesn't always render Web pages the same way IE does. Why does that matter? Many Web designers have built sites primarily for IE, and those pages look odd in Mozilla.

    This is what irks me. The web is supposed to be platform-neutral, not built for IE. Mozilla, IMHO is doing the right thing by not making its browser conform to the skewed standards IE has set. I say let those pages that are "built for IE" look like crap. Sooner or later, Mozilla will gain market share (we hope,) and people will have to begin building web pages that are standards-compliant not IE-compliant. Good job, Mozilla!

    Hargun

    --

    Think nothing is impossible? Try slamming a revolving door.
    1. Re:Built for IE! by mshiltonj · · Score: 2

      I say let those pages that are "built for IE" look like crap. Sooner or later, Mozilla will gain market share (we hope,) and people will have to begin building web pages that are standards-compliant not IE-compliant.

      If AOL uses NS7 for its AOL 8.0 client. I'd say that's a safe bet.

    2. Re:Built for IE! by stefanlasiewski · · Score: 5, Interesting

      And I've been wondering about Apple. Many web designers still use Macs for web design.

      If Apple started to distribute Mozilla as the default browser instead of IE, it would also help Mozilla to gain market share.

      --
      "Can of worms? The can is open... the worms are everywhere."
    3. Re:Built for IE! by ftobin · · Score: 2

      I entirely agree. If you want something to look the same on all sites, use a PDF or PNG. Next we'll have people complaining that they don't get 1024x768 resolution with 16 bit color (among other things, of course) on their cell phone and hence their yahoo.com displays a bit different.

    4. Re:Built for IE! by SteveX · · Score: 2

      Problem is HTML intentionally leaves some presentation issues up to the browser, and Netscape/Mozilla and IE have made different choices. It isn't always that one browser is "right" and the other is "wrong".

      - Steve

    5. Re:Built for IE! by gambit3 · · Score: 5, Informative

      IIRC, and I think there was a Slashdot story about this, I remember reading that one of the conditions that M$ put forth as a requirement for them to continue developing Office for the Mac, was that Apple had to stop using Netscape as the default browser, and replace it with IE.

    6. Re:Built for IE! by Dimensio · · Score: 2

      Here's an idea I just had.

      Mozilla figures out how to render "made for IE" sites in some fashion. Have this an option that can be enabled that by default is turned off.

      Label the option "enable broken website compatibility". Describe it as enabling support to view websites that violate accepted HTML design standards and that these websites normally do not appear correctly because of bad design. Have big warnings about how enabling might cause problems in viewing websites that were designed properly. See what happens when people who have sites "designed for IE" find out about it.

    7. Re:Built for IE! by _Sprocket_ · · Score: 2


      They should've made their browser IE and W3C compatible.


      Well, that's the problem, isn't it? Mozilla has been priding itself on being adherant to W3C standards. It would seem that IE behavior and W3C standards may actually conflict - as suprising as that might be.
    8. Re:Built for IE! by samael · · Score: 2

      The web is supposed to be platform-neutral, not built for IE.

      The Web isn't supposed to be anything. It's not centralised or ruled. There are suggestions and many people issue guidelines, but nobody forces anyone else to do anything. If people want to produce IE specific pages, then it's their free to choice to do so. If you want them to do differently, it's up to you to convince them that it's in their best interests to do so.

    9. Re:Built for IE! by ftobin · · Score: 2

      I'm not advocating the use of PDF's or PNG's, I'm more trying to be sarcastic, trying to show that web documents were never meant to look the same everywhere. Trying to shoehorn HTML+CSS into that role is bad.

    10. Re:Built for IE! by Lysander+Luddite · · Score: 2

      True developers use several browsers to test their pages, whether they are on Mac or not.

      If you visited sites with developers as their audience (such as A List Apart) you'd see that people test on as many platforms as possible and emphasize standards compliance as much as possible.

      IMHO it's MS, Intranet, and home developers that go the "designed for IE" route. Its what they use, audience be damned.

    11. Re:Built for IE! by Moonshadow · · Score: 2
      However, Mozilla and IE play together a lot more nicely than, say Netscape 4.x and ANYTHING.

      I'm a professional web developer. As such, I have to make sure my sites look pretty much the same, and function in IE, Netscape 4-6, Konq, etc. It's a royal pain. I've been pleasantly suprised by Mozilla so far - it's much better at not choking than some other browsers.

      The problem with IE is that it is too forgiving. Mismatched tables? No problem. Quotes in CSS? Takes it like a champ. IE will render just nearly anything you throw at it, which is wonderful from a browser perspective, but sucks from a developer's perspective, because you have people writing broken code that IE manages to render, yet that same code looks like the crap it is in other browsers.

    12. Re:Built for IE! by Phroggy · · Score: 2

      If Apple started to distribute Mozilla as the default browser instead of IE, it would also help Mozilla to gain market share.

      Awhile ago I saw an Apple ad aimed at UNIX geeks with a Netscape 6 icon in the Dock. For the first time in years, the MSIE icon was nowhere to be found. I think that may be a sign of things to come. Apple wouldn't ship Mozilla, but I think they will ship Netscape 7.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    13. Re:Built for IE! by Llywelyn · · Score: 2

      It was part of the deal that occurred awhile back where MS agreed to continue producing office and apple dropped some lawsuits.

      However, I think that the deal has expired should they care to switch it.

      Regardless Netscape/Mozilla can still be included and Netscape 4.7x is still bundled with OS 9.

      --
      Integrate Keynote and LaTeX
    14. Re:Built for IE! by Aerog · · Score: 2

      IE is the built in browser in almost every windows HTML development tool.

      I'm not sure what sort of percentage of the "industry" as it were still writes HTML by hand (At least, I still do). For the most part, I can see how using development tools like dreamweaver would make it faster for things like standard formatting, but from my experience if you have any knowledge of JS/CGI/HTML and a reasonable amount of time, you can come up with a page almost as quickly, with almost half of the useless code that some things seem to thrive on throwing in. But that's not really my point.

      The point is, ideally you can change those defaults if you absolutely need to use the programs. If a so-called "professional" web developer doesn't understand about browser issues and how to work around them, then maybe you should look at hiring a different company/getting a new developer. I at least try to check all my sites in major (Mozilla, IE) and some less-than-major (Opera) browsers, and often check back to see how it renders in NS 4.x. If the page depends on some snazzy new DOM features, etc. then put up a browser filter, but at least check. Okay, that's enough ranting for today. . .

      --

      - Relativistic? That's barely Newtonian!
    15. Re:Built for IE! by Elwood+P+Dowd · · Score: 5, Informative

      That used to be the case.

      They made a deal that expired. There is now no deal, and no contract requiring Microsoft to produce Office:Mac. Kevin Browne of Microsoft's Macintosh Business Unit keeps telling people that there's no reason MS is going to stop making Office:Mac. There doesn't need to be a contract. There just needs to be goodwill between the companies.

      Interview
      Keynote

      Of course, Apple switching to Mozilla might easily count as an end to the goodwill between the companies.

      --

      There are no trails. There are no trees out here.
    16. Re:Built for IE! by r_j_prahad · · Score: 2

      Funny thing about IE for Apple. It's always been way more standards compliant than IE for Windows. It's not built by the same group at Microsoft, or even around the same code base. And I've always wondered why Microsoft would allow something like that, since it makes a competing O/S look good, and I came to the conclusion that it might be that Apple has better documented APIs than Microsoft. Even inside Microsoft, all the hidden features of the Win32 APIs are probably not widely known.

      Damn. There goes another one of those black helicopters again....

    17. Re:Built for IE! by RzUpAnmsCwrds · · Score: 2

      Have you ever seen the IE6 standard-complaince mode?

      I have plenty of pages that are XHTML 1.0/CSS 1.0/CSS 2.0 ERROR FREE, that render in IE and Opera fine, but fail to render properly in Mozilla (usually spacing in tables where there should be none).

    18. Re:Built for IE! by meldroc · · Score: 2

      I like that idea - that should generate thousands, upon thousands of complaints to web site administrators that insist on using IE-only features.

      --

      Meldroc, Waster of Electrons
    19. Re:Built for IE! by RzUpAnmsCwrds · · Score: 2

      I used to bother with bugzilla but stopped caring a while back. Every time I submitted an layout engine bug it was either marked as "redundant", or my website was claimed to be "in violation of the standard" (which, it wasn't, at least according to the WC3s XHTML 1.0 spec). Bugs that got through were pushed back from M9 (yes, I was following Mozilla back then - actually, since M6 - I remember M8 where they introduced a themed menubar) to M12 to M16 to pre-1.0 to 1.0 to post-1.0

      One bug which caused the Apple homepage to misdisplay took something like ten milestones to fix.

      I eventually just gave up.

    20. Re:Built for IE! by Gerv · · Score: 3, Informative

      (usually spacing in tables where there should be none).

      http://www.mozilla.org/docs/web-developer/faq.ht ml

      Question 2.

      Gerv

    21. Re:Built for IE! by rifter · · Score: 2

      Apple Works does ship with every Mac.

      And it is a solid product, too. I had noticed that while MSOffice and MSIE for Mac were lighter and better than the Windows versions, Appleworks was considerably less bloated and had a more friendly install (for instance not using a lot of Extensions like MSOffice). When Apps can refrain from using Extensions, it is easier to get rid of them and they are less likely to affect the overall system by the simple act of their installation. MSOffice installed more extensions than any other MacOS App I tried.

    22. Re:Built for IE! by David+Gerard · · Score: 2
      "If you want something to look the same on all sites, use a PDF or PNG."

      Ha! Have a look at the Mozilla 1.0 Start Page. In particular, look at detect-problems.js. You know why it's called that? And why it's so long? Because IE's PNG handling is from Mars. IE6 (and MacIE5) uses a different default gamma to everyone else. IE5 can't handle alpha transparency. And just giggle hysterically if IE4 is mentioned.

      IE is such a bastard to code for.

      --
      http://rocknerd.co.uk
    23. Re:Built for IE! by David+Gerard · · Score: 2
      Gecko already does this automatically: 'quirks mode' for stuff with no doctype or an old doctype, 'standards mode' for 4.01 Strict or later.

      Interestingly, IE 6 uses a similar solution (standards and quirks mode) to get standards-based sites to render properly.

      --
      http://rocknerd.co.uk
  6. Funniest line in the Cnet Review by vjmurphy · · Score: 5, Funny

    "The bad: Incompatible with some sites built for Internet Explorer"

    Uh. Well. Duh.

    --
    Vincent J. Murphy
    Spandex Justice
    1. Re:Funniest line in the Cnet Review by Jucius+Maximus · · Score: 2, Informative
      "The bad: Incompatible with some sites built for Internet Explorer"

      The good: CNET realises that those sites were built using nonstandard markup language for IE and it is not some standards-deviation or bug in Mozilla that is causing the problem.

  7. You would think that CNET had competent authors by akiaki007 · · Score: 4, Informative
    But...once you are done with the full review and read "The Good, The Bad..." section...take a look at this.
    The bad: Incompatible with some sites built for Internet Explorer; chat client doesn't work with the big commercial IM systems, including ICQ, Yahoo IM, AOL IM, and Windows Messenger.

    Last time I checked. ChatZilla was a IRC client, not a friggin chat program to be used with AIM, ICQ, etc. While that would be something nice to add, it's already been done and I don't see why the author would mention this. IRC is much cooler than IM anyhow!
    --
    "Time is long and life is short, so begin to live while you still can." -EV
    1. Re:You would think that CNET had competent authors by Jeppe+Salvesen · · Score: 2

      I believe Netscape 7 implements AIM & ICQ. The implementation is prolly proprietary, and that's why it's not in moz. Or maybe they wanted to exclude it from moz since having IM in moz would remove the final reason to go with NS7 rather than moz1.

      --

      Stop the brainwash

    2. Re:You would think that CNET had competent authors by rmohr02 · · Score: 2

      Netscape is owned by the same company that owns AIM & ICQ, so it's to be expected that they would support it. Jabberzilla will work with even more IM clients than Netscape 7.

    3. Re:You would think that CNET had competent authors by nhavar · · Score: 2

      You have to remember that when the average user thinks of "chat" they don't think IRC, hell they don't even know what IRC is. The average user thinks "chat" is a room on AOL unless you want to talk one on one and then you IM. Any of the none AOL users are just using MSN/Yahoo/AIM for one on one talk and hitting websites with Java or something for group chats. Most average users that I've spoken to, which is the market that Mozilla supposedly should be capturing, wouldn't understand "channels" or what efnet or dalnet was, or how to do much of anything in an IRC client. I think that was more the point of the statement.

      Technophiles - chat == IRC
      AverageJoe - chat == IM/ChatRoom

      --
      "Do not be swept up in the momentum of mediocrity." - anon
  8. CNET are M$ whores. by crovira · · Score: 3, Interesting

    Unless you want to read ass-kissing, don't go there.

    They can even write pap about desktop Video and FireWire without even mentionning Apple existence.

    They're strange that way.

    --
    MSBPodcast.com The opinions expressed here are my own. If you don't like 'em... Think up your own stuff.
    1. Re:CNET are M$ whores. by I+Want+GNU! · · Score: 4, Insightful

      Actually, Mozilla had a 7/10 on their rankings, the same thing they gave to IE. And they noted how it was faster than IE. I'd like to see some other evidence of them being "M$ whores." I don't like MS, but I like actual evidence instead of baseless accusations and name callings (The $ in MS is just getting old).

      I think that if they considered security as well, Mozilla would beat out IE, but ignoring security and standards (both of which Mozilla beats out IE at) the browsers would be similar.

      Maybe it's just me though not wanting to give internet servers capabilities to read my entire hard drive (see jscript.dk).

    2. Re:CNET are M$ whores. by ywwg · · Score: 4, Insightful

      the evidence is their total lack of objectivity. when mozilla and netscape are faster than IE they call it "strange." When mozilla doesn't conform to ie's broken renderring and self-invented standards, they call it "incompatible." They assume that IE is the standard, rather than the w3c.

    3. Re:CNET are M$ whores. by blazerw11 · · Score: 2

      90% of PCs run windows.
      Another 2% run other OSes that can run IE.
      85% of PCs that can run IE, do.

      That's not 99%. (~75%)
      My numbers are good guesses, but the point is clear.
      Your point is still clear, but the exaggeration was not necessary to make it.

      When the facts seem to be in your favor, why lie?

      --
      A great many people think they are thinking when they are merely rearranging their prejudices. -- William James
    4. Re:CNET are M$ whores. by JanusFury · · Score: 2

      Wait, a news website that's not objective? Call the tabloids, this is big news! It may be a sign of the coming apocalypse, shit like this doesn't happen every day!

      --
      using namespace slashdot;
      troll::post();
    5. Re:CNET are M$ whores. by felipeal · · Score: 2

      (The $ in MS is just getting old)

      Ok, from now on let's call it M# (as a reference for the C# - C crarp - and an abbreviation for 'that #$%^&!* company'.).

    6. Re:CNET are M$ whores. by Danse · · Score: 2

      Actually the figure is more like 75%. I haven't found a single analysis that puts the combined total users of all versions of IE at 80% or more. 75% seems to be about the peak, and it should drop significantly since all 30-35 million AOL users will come out of IE's share. I invite you to do your own Google searches and see if you can find any that give higher estimates. I'd be curious to see them.

      --
      It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    7. Re:CNET are M$ whores. by Danse · · Score: 2

      Hmm.. yeah. I think there was a story here on /. a while back (a year ago maybe?) that got everyone in a tizzy because some site was saying that IE had this outrageous percentage of users. The conclusion then was the same as what you're saying. The site that was doing the counting was serving mostly Windows-related sites (and a few Mac sites) and was therefore badly skewed. Not sure if it was thecounter.com or some other site though. I can't think of too many sites that would give non-skewed results either. Google is probably the only one that is relatively neutral. Maybe a few of the more popular hardware sites would work too.

      --
      It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  9. Truly amazing! by ciryon · · Score: 3, Insightful
    I am thrilled beyond words. This is absolutely the best browser I have ever used. I had a tough time deciding which browser to use, but this is it. I especially recommend the Mouse Gesture Add-on.

    Ciryon

    1. Re:Truly amazing! by BZ · · Score: 2

      The file extension bug is unfortunately just not on people's radars... I want to fix it by I was kinda tied up with finishing up my thesis and graduating. Now that that's over, I should be able to fix it within the next week and a half or so.

  10. it doesn't surprise me that CNET gave a 7 by peteshaw · · Score: 4, Informative
    Think about it. CNET has never strived to achieve a benchmark for impartial reporting, they collect advertising revenue. So one of there biggest caveats is to not piss off 'the industry' as they see it. So they give all these least common denominator reports that don't have any useful information. They just gave a Netscape a review, and gave it the lowest possible score they could justify given that it was faster, more stable, and more W3C compliant than the big IE.


    Think I'm wrong? By contrast, PCWeek, eWeek, and lots of other industry rags tend to be more impartial, and will generally call a turd a turd and a gem a gem, not vice versa.


    But then there's audience too to calculate in too. I dare say that if Microsoft were to behave nicely and come out with a superier product that was priced fairly, some one here would find something to bitch about.

    --
    www.avacal.com -- the home page of pete shaw
    1. Re:it doesn't surprise me that CNET gave a 7 by ftobin · · Score: 2

      I dare say that if Microsoft were to behave nicely and come out with a superier product that was priced fairly, some one here would find something to bitch about.

      Assuming by 'superier' you mean technically, of course many of us here would find something to bitch about, particularly the fact that it wouldn't be Open Source or Free Software. I don't bother wasting my breath putting down MS products on technical merits, when the social issues (e.g., Free Software) about such software are much more important to me.

    2. Re:it doesn't surprise me that CNET gave a 7 by lak3rs · · Score: 2, Informative

      CNET's review of IE6 gave it a score of 7, same as Mozilla 1.0 on XP.

    3. Re:it doesn't surprise me that CNET gave a 7 by Bearpaw · · Score: 3, Funny
      But then there's audience too to calculate in too. I dare say that if Microsoft were to behave nicely and come out with a superier product that was priced fairly, some one here would find something to bitch about.

      Well, I'd be pretty pissed that someone transported me to an alternate universe without giving me any warning.

    4. Re:it doesn't surprise me that CNET gave a 7 by Amazing+Quantum+Man · · Score: 2

      I dare say that if Microsoft were to behave nicely and come out with a superier product that was priced fairly,

      They can have my MS Natural Keyboard and MS Mouse 2.0 w/IntelliEye when they pry them out of my cold dead hands.

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    5. Re:it doesn't surprise me that CNET gave a 7 by denshi · · Score: 5, Insightful
      But then there's audience too to calculate in too. I dare say that if Microsoft were to behave nicely and come out with a superier product that was priced fairly, some one here would find something to bitch about.
      Certainly. The platform, for one. Were you suggesting that M$ would come out with a 'superior product that was priced fairly' that ran on multiple platforms (PC, Mac, Un*x, Linux for start), operated in a relatively self-contained mode that didn't require extensive library rework on the non-MS machines, played fairly and constructively with other applications, talked on open procols and file formats, and was generally friendly to being controlled by scripts or broken into components?

      I'll believe it when I see it.

      The problem with M$, besides being convicted monopoly abusers and yadayada, is their refusal to interoperate with as much as they can get away with. They demand complete adherence across your network, and give interoperability only grudgingly, and frequently with lawsuits. To persons with or in control of large, heterogeneous networks, this behavior is rather irksome, as we grow rather risk-averse, where 'risk' is defined as: reinstalling everything in the building and tossing a decade of experience. Not fun, or worthwhile.

      Yes, we're a curmudgeonly audience who are almost totally opposed to Microsoft. But quite a few of us have valid, and very expensive, reasons.

    6. Re:it doesn't surprise me that CNET gave a 7 by cpeterso · · Score: 2


      They just gave a Netscape a review, and gave it the lowest possible score they could justify given that it was faster, more stable, and more W3C compliant than the big IE.

      If you read the CNET review, you would see that in their performance tests , IE6 was faster than Mozilla in the three HTML tests. In the Java test, Mozilla was faster.

    7. Re:it doesn't surprise me that CNET gave a 7 by tempest303 · · Score: 3, Informative

      try again, friend. ;)

      from the site:

      Longer bars indicate better performance, with the fastest browser scoring 100.

      The Java test was the only one that IE won!

    8. Re:it doesn't surprise me that CNET gave a 7 by Mr_Perl · · Score: 2, Redundant
      If you read the CNET review, you would see that in their performance tests [cnet.com], IE6 was faster than Mozilla in the three HTML tests. In the Java test, Mozilla was faster.


      Wrong. You got it backwards.


      From the article: Longer bars indicate better performance, with the fastest browser scoring 100.

      Short bars bad. Long bars good.

      --

      My poetry site welcomes the unusual.
    9. Re:it doesn't surprise me that CNET gave a 7 by startled · · Score: 2

      "CNET's review of IE6 [cnet.com] gave it a score of 7, same as Mozilla 1.0 on XP."

      Yup. I think they're just one of those rare sites that uses the entire review spectrum, instead of restricting themselves to giving everything an 8, 9, or 10 (like most gaming sites).

      If you look at their cell phone reviews, they're similar. They give decent cell phones 5 and 6 ratings, and good ones 7s 8s and 9s.

      The article poster's idea of 7 being a C- is a bunch of crap-- do they claim that their rating of 7 is slighly below average anywhere on the site? No. 5.5 should be average; though I'd guess that their average rating is a bit higher than that.

      I think people are just looking for things to bitch about. It's a good review on a major site. Could it be an 8? Sure, but even a 10 wouldn't get most casual users to download it. And it doesn't change my experience with it-- I'm loving it!

  11. why is opera so fast? by JeanBaptiste · · Score: 2, Informative

    Not knowing a whole lot about it, it seems that my opera has (speedwise) outperformed both netscape and ie by quite a good margin

    1. Re:why is opera so fast? by NanoGator · · Score: 2

      I think the most interesting speed boost in Opera comes from the MDI interface. Opening a new window in Opera is virtually instantaneous. However, opening a new window in IE is akin to opening a new instance of an app.

      Also, Opera doesn't require near as much memory as IE does. So if you're on a machine limited on RAM, like my laptop is, then this'll provide a nice speed boost heh.

      --
      "Derp de derp."
    2. Re:why is opera so fast? by tshak · · Score: 2

      That's what I've found. I'm running Mozilla 1.0 rev. OMGITACUALLYGOTRELEASED and Opera 6.0.3. My current gripes about Moz so far is A) it's 2.5 times larger then Opera, B) it's subjectively slower then Opera (I'd be interested to see if this is true or not), and C) it renders CSS 3D stylized borders (like "ridge" etc.) in a very bland and boring way (like Opera) whereas IE uses a nice gradient and semi-dropshadow effect that makes it look great (and yes, IE DOES follow the CSS standard in this case).

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    3. Re:why is opera so fast? by gusnz · · Score: 2

      Dynamic HTML support.

      Mozilla and IE offer a reasonably full DOM model of every loaded page. Every tag is represented in there, and essentially all atributes are categorised and changeable. Done in realtime, too -- have a look at the JavaScript Object Browser script on my homepage.

      Opera's JS documentation, meanwhile, can be browsed in about 10 minutes. It has light JS 1.1 support -- not all properties implemented, compared to Mozilla's full JS 1.5. Its DOM is inferior in places to Netscape 4 -- as of v6, you cannot yet dynamically create positioned elements, clip content, or replace content of elements. It can't even run the above script I linked -- it doesn't even index its DOM properties correctly, so you can't say "tell me all properties of the 'window' object" like you can in every other browser.

      Don't even get me started on how Opera Lies, pretending to be IE and making it an incredible pain to code in workarounds for its shortcomings.

      So yes, Opera has blazingly fast HTML+CSS support, but it has sacrified good JavaScript and DHTML abilities to get it -- it's about 5 years behind the 8-ball, depending on how you want to count it.

      I'd recommend Mozilla for the moment for most sites, hopefully Opera 7 will improve on this situation sometime -- the Opera developers have said DOM support is part of their eventual plans.

  12. OK, but not all I wanted by AvitarX · · Score: 3, Interesting

    A while ago (M17?) I decided I was going to wait for 1.0 before I switched over to Mozilla.

    Since then I fell in love with Opera's gestures and tabbed browsing. I think that Mozilla handles Tabs Awsomly, but that its gestures are kinda lame.

    ex: in Opera I can right click hold and mouse wheel to change windows.

    and can go foward and back with just the buttons (no motion). In Mozilla I am stuck with holding a button that has another function and moving the mouse, and with my spazzy hand I fail half the time succeed.

    Amyway, I like Mozilla but it won't become my browser of choice anytime soon (I predict).

    --
    Wow, sent an e-mail as suggested when clicking on "use classic" banner, and got a fast response that addressed my msg
    1. Re:OK, but not all I wanted by moonbender · · Score: 3, Interesting
      ex: in Opera I can right click hold and mouse wheel to change windows.
      Yep, that's what made me stick to Opera, too. But I'm sure Mozilla will be there, eventually, they've ripped most of the other good features of Opera so far. ;)
      --
      Switch back to Slashdot's D1 system.
    2. Re:OK, but not all I wanted by tswinzig · · Score: 2

      In Mozilla I am stuck with holding a button that has another function and moving the mouse

      You're STUCK with that? I don't think so. See, it's called open source, and... connect the fucking dots.

      --

      "And like that ... he's gone."
    3. Re:OK, but not all I wanted by BLAMM! · · Score: 2

      My feelings are the same. The mouse gestures are habit forming and I can no longer browse without them.

      I also love the way Opera will open right where you left off. Close it with 10 pages open and it open those same 10 pages when you restart it. Brilliant!

      I have no gripes about Mozilla, but after a day of trying it out, it just couldn't lure me away.

    4. Re:OK, but not all I wanted by Violet+Null · · Score: 4, Funny

      and... connect the fucking dots.

      Look! A puppy!

    5. Re:OK, but not all I wanted by Glytch · · Score: 2

      One feature I'd love Mozilla to copy from Opera is the ability to send the entire URL to a helper application when downloading, instead of just the file. Until Mozilla lets me use Downloader for X just as well as Opera can, it's unusable for me.

  13. It has problems with ads. by peterdaly · · Score: 4, Insightful

    For example, we struggled with sites that use a technology called positioning to put ads on their pages. In IE, those ads temporarily hide part of the page, then go away. But in our Mozilla tests, the ads sometimes permanently blocked part of the page, and we had to reload the page until we got a different, regular, nonpositioning ad.

    ------
    The problem is not the browser...but the ad. When will these people wake up? Did you catch that TWO of their few complains centered around use of ads, or features to stop ads? When you turn pop-ups off, it may disable some aspects of cnet.com (news.com?) that you really want to use. Hehe...yeah.

    The ads causing a page to be non-function is a good reason to a) stop using the site and b) send the webmaster a poltite message telling them why you will never visit their site again.

    -Pete

    1. Re:It has problems with ads. by foobar104 · · Score: 2

      The ads causing a page to be non-function is a good reason to a) stop using the site....

      There's another way to phrase that. I believe it more accurately reflects what most users will think.

      "Mozilla can't display some sites correctly. Your only alternative is not to browse those sites."

      Right or wrong, that's how it looks to the public. "The site is broken" or "the ad is broken" don't mean anything at all to anybody, because it works just fine in the browser than nn% of surfers use.

      This is called a "de-facto standard," and the Mozilla team is just going to have to find a way to deal with it.

  14. The by Big+Stick · · Score: 4, Insightful

    In the CNET review,

    For one thing, Mozilla doesn't always render Web pages the same way IE does. Why does that matter? Many Web designers have built sites primarily for IE, and those pages look odd in Mozilla.

    This "criticism" seems to me to be rather absentminded. Specifically building sites for IE is a shortcoming on the developer side. And imagine a browser being criticised for rendering ads, of all things, incorrectly! Go figure. Personally I can't wait to update my RCx.

  15. mentions the good, the bad, but never the ugly by Schlemphfer · · Score: 2, Interesting

    I suppose these were a couple good first-day reviews. I downloaded 1.0 yesterday and played around with it. My impressions were that for casual use, Mozilla's pretty indistinguishable from IE. But there was one thing that caught my attention that I think is of great importance, but wasn't mentioned in either review.


    Not to troll, but the front end of Mozilla is ugly as sin. If this browser's going to catch on, what will matter to most mainstream users isn't pipelining, tabbed browsing, or HTML compliance, but the initial first impression of how good it looks. Say what you want about Microsoft, but they hired some standout designers to make IE look gorgeous.


    Now I know that the whole point of Mozilla is the underlying technology. But for it to catch on as a browser, it needs to be every bit as pretty as IE. It'll be interesting to see if the Netscape version of 1.0 incorporates a glossy front end. For now, I know which browser I politically favor, but I also know which one I want to look at several times a day. They aren't the same.

    --
    I'm generally "Interesting," "Insightful," and even "Funny" here. What the hell happens to me at parties?
    1. Re:mentions the good, the bad, but never the ugly by NullProg · · Score: 2, Informative

      "Edit"
      "Preferences"
      "Appearance"
      "Themes"
      "Get New Themes"

      Enjoy.

      --
      It's just the normal noises in here.
    2. Re:mentions the good, the bad, but never the ugly by Platinum+Dragon · · Score: 2, Interesting

      Did you try switching to the Modern theme?

      Or take a peek at some of the other available themes to find something you like?

      --

      Someday, you're going to die. Get over it.
    3. Re:mentions the good, the bad, but never the ugly by crawling_chaos · · Score: 2
      I'm running it right now at the office and it looks no worse than any other Win XP application. The window frame and outside controls are all native widgets.

      What OS are you running it under?

      --
      You can only drink 30 or 40 glasses of beer a day, no matter how rich you are.
      -- Colonel Adolphus Busch
    4. Re:mentions the good, the bad, but never the ugly by SimplyCosmic · · Score: 4, Insightful

      Alright, I realise what we're talking about is more personal aesthetic tastes than anything else, but I just couldn't believe someone would describe Internet Explorer as "gorgeous".

      Functional, yes. Gorgeous, what?

      Regardless, if that's the biggest complaint, try any of the smattering of themes available. Now that 1.0 is out, I imagine they'll start growing in number soon, but at least try out Orbit Moz Theme

    5. Re:mentions the good, the bad, but never the ugly by SurfsUp · · Score: 4, Insightful

      Not to troll, but the front end of Mozilla is ugly as sin.

      You aren't using the classic theme, are you? In my opinion the modern (view/apply theme/modern) looks quite nice. Anyway, the big deal about 1.0 is that the interfaces used by themes are finally stable, so expect the floodgates to open.

      --
      Life's a bitch but somebody's gotta do it.
    6. Re:mentions the good, the bad, but never the ugly by Amazing+Quantum+Man · · Score: 2

      Pinball is pretty good. The Trek LCARS themes are a bit too garish, though.

      --
      Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    7. Re:mentions the good, the bad, but never the ugly by tswinzig · · Score: 2

      Not to troll, but the front end of Mozilla is ugly as sin. If this browser's going to catch on, what will matter to most mainstream users isn't pipelining, tabbed browsing, or HTML compliance, but the initial first impression of how good it looks. Say what you want about Microsoft, but they hired some standout designers to make IE look gorgeous.

      I disagree about the ugliness. Modern looks good. The pinball theme is also nice (I'm using it now). There will be many more once it becomes popular. That's the whole point of skinning. It can look like anything with it's skin-a-bility.

      There's nothing stopping someone from copying the MSIE look* exactly, or the Aqua look*, or making something even better.

      * Lawsuits notwithstanding.

      --

      "And like that ... he's gone."
    8. Re:mentions the good, the bad, but never the ugly by cjpez · · Score: 4, Informative
      Or even . . .
      • View
      • Apply Themes
      • Get New Themes
      :)
    9. Re:mentions the good, the bad, but never the ugly by _Sprocket_ · · Score: 2


      Funny how CNet mentions XULPlanet.com as a place to get new themes. Mozilla 1.0 links to a page which lists MozDev and DeskMod, but not XULPlanet.


      According to this explanation , XulPlanet had become the defacto source of Mozilla themes after the fall of Themes.org. However the traffic soon became unmanagable and so they threw their support to DeskMod. It would seem that the author isn't keeping up with the times.
    10. Re:mentions the good, the bad, but never the ugly by snake_dad · · Score: 2
      But for it to catch on as a browser, it needs to be every bit as pretty as IE.

      So you are really, really, absolutely sure that you want an IE skin?

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
    11. Re:mentions the good, the bad, but never the ugly by Polo · · Score: 2

      Do this:

      go to Edit->preferences

      Go to Appearance->themes

      click on "Get New Themes"

      Go to the first site on the list and download the
      theme called Pinball.

      I like it.

    12. Re:mentions the good, the bad, but never the ugly by krs-one · · Score: 2

      There is an IE theme you can use called (surprisingly) The IE Theme.

      Get it from http://mozdev.org/.

      -Vic

    13. Re:mentions the good, the bad, but never the ugly by tshak · · Score: 2

      Actually, IE for WinXP looks pretty slick.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    14. Re:mentions the good, the bad, but never the ugly by crawling_chaos · · Score: 2

      Now that you mention it, I see that the Search button is in fact getting themed, although the form controls (like Submit buttons) aren't.

      --
      You can only drink 30 or 40 glasses of beer a day, no matter how rich you are.
      -- Colonel Adolphus Busch
    15. Re:mentions the good, the bad, but never the ugly by ekidder · · Score: 2

      I've never liked Mozilla theming. It is, in fact, one of the major reasons that I don't use it (smooch Netcaptor - I love you!). I run a tight ship for my desktop and I don't like applications that don't play ball regarding appearance and usage when WindowBlinds is the coach.
      (Not that Microsoft Office plays ball, it but plays more ball) (Winamp sucks at ball, too, and I would kill for a tiny (window-size) player that's just a player for god's sake and doesn't have a built-in theming engine)

    16. Re:mentions the good, the bad, but never the ugly by jonnythan · · Score: 2

      Why can't it use the standard windows widgets like every other fucking program?

      I don't want every single program to look astoundingly different. Screw this skinning crap!

    17. Re:mentions the good, the bad, but never the ugly by Danse · · Score: 2

      I really like the Pinball skin. It's attractive and unobtrusive.

      --
      It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    18. Re:mentions the good, the bad, but never the ugly by Danse · · Score: 2

      Here ya go. This should make you happy. Now you can make Moz look just like IE. Bout as standard as you can get.

      --
      It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
    19. Re:mentions the good, the bad, but never the ugly by caferace · · Score: 2
      Hmmm. You can get close to that with Mozilla.

      1) Grab and apply the "pinball" theme.
      2) Turn your browser on full screen.

      voila. Single line controls (unless you're using tabs, of course). Kinda cool, but you are limited to full screen for now. Give it a week, and someone will hack something together.

  16. Quick Review by dasmegabyte · · Score: 2, Funny

    I like the idea of Mozilla. But a day after installing it, I'm still using IE. Why? IE is more responsive...and that's what's important to me.

    I do use it at home sometimes...but only because the wife hates it, and therefore she never checks my pr0n history (heh).

    --
    Hey freaks: now you're ju
  17. Reviewer need's a lesson in HTML standards by Neil+Watson · · Score: 3, Insightful
    From the CNET article:
    " Beyond its skins and pop-up-killing abilities, however, Mozilla 1.0 doesn't do much more for the average Web surfer than Internet Explorer does. For one thing, Mozilla doesn't always render Web pages the same way IE does. Why does that matter? Many Web designers have built sites primarily for IE, and those pages look odd in Mozilla. For example, we struggled with sites that use a technology called positioning to put ads on their pages. In IE, those ads temporarily hide part of the page, then go away. But in our Mozilla tests, the ads sometimes permanently blocked part of the page, and we had to reload the page until we got a different, regular, nonpositioning ad."

    I seriously doubt this has anything to do with Mozilla. More likely, the web designer used the broken standards of IE and never bothered to test it with other browsers.

    1. Re:Reviewer need's a lesson in HTML standards by Neil+Watson · · Score: 2
      I assume he is in the US. When I used to work in the automotive industry, alot of our customers were in the US (I'm in Canada). I found that the term engineer was so overused. It was used as a job title just like manager.

      So if someone claims to be an engineer that may be his/her title not necessarily his trade/education.

  18. What a shock.. by Rombuu · · Score: 2

    ...the open source advocacy site likes an open source web browser. Color me surprised.

    --

    DrLunch.com The site that tells you what's for lunch!
    1. Re:What a shock.. by tempest303 · · Score: 4, Insightful

      Actually, Linux.com editors seem to say even more nice things about the closed source, commercial Opera than they do any open source browser. I don't think I've read a browser review yet on Linux.com that didn't mention it, so if you're implying bias, go look again.

    2. Re:What a shock.. by iceT · · Score: 2

      .the open source advocacy site likes an open source web browser. Color me surprised.

      And the Advertising WHORE site gave it a mediocre review, and used IE as the 'base reference'.

      Go figure.

      --
      -- You can't idiot-proof anything, because they're always coming out with better idiots.
  19. my faith restored by negativethirsty · · Score: 4, Insightful

    After becoming an employee of a "microsoft shop" in jan, I've used nothing but m$ and its products for 99% of my development tools(officexp/winxp pro/messenger/vis studio etc) and day to day work.

    So I took a chance on the posting yesterday and decided to give Mozilla a whirl. First impression wasn't that great due to the cheese splash screen on launch(which I replaced, and it actually listened to me!). However it didn't take long for me to be converted after that.

    Right off the bat, I turned off 90% of pop up adds, imported my IE fav's and even gave it a new look using the themes. i was and still am truely impressed by Mozilla. I can search my bookmarks, a huge deal for me. I can tell Mozilla how to behave...and it seems to actually listen!
    After realising how much I liked this new browser I suddenly became very aware of how far the 'net in general has gone down hill since IE's dominace. I realized how my work got further and further away from stds, focused on M$ and how they wanted things done. Most of all I was dissapointed how I had forgotten just how good the net as a whole used to be.
    Either way, if the Moz. dev team is listening, thank you. I can once again surf in peace.

    --

    thirsty*i^2

    "Ya I finished that last week, it just doesn't work"
  20. C-Nut review is narrow minded by d3xt3r · · Score: 4, Insightful
    This is the type of review that really annoys me. The review spends 10 paragraphs praising Mozilla for it's standards compliance, speed, reliability, etc and then has to go and ruin it all by saying "Good but no IE Killer."

    "Mozilla doesn't always render Web pages the same way IE does. Why does that matter? Many Web designers have built sites primarily for IE, and those pages look odd in Mozilla"

    What?!? So because a bunch of lazy web "developers" have written IE specific html, we should not just assume this means IE is the better browser? I think this is a really narrow-minded observation. Granted he may be right about the rendering, but it does not mean that Mozilla is not as good as IE.

    Seriously, IE simply renders pages more "correctly" because it dominates the market and lazy "developers" have written IE specific code.

    I guess this journalist also believes that Windows is superior to Mac OS X because there is more software available for it. Or maybe he just enjoys BSODs. Get real, this is not a fair way to compare browsers.

    One last thing... can someone please show me a page link to all these pages that don't render correctly in Mozilla? I use Mozilla exclusively and have not come upon any pages in the last few months that do not work correctly with Mozilla.

    1. Re:C-Nut review is narrow minded by nuggz · · Score: 5, Insightful

      Most people want to use their web browser and see the site as it was written to be seen.

      If the browser shows the site nicely, it is a good browser.
      If the browser shows a garbled mess it is a bad browser.

      You can argue technical correctness all you want, but all most people care about is if it works as intended. The fact that the site isn't written properly doesn't matter to them, just that IE works and Mozilla doesn't.

      yes this could be flamebait, but really that is how people think.

    2. Re:C-Nut review is narrow minded by blamanj · · Score: 2

      Good but no IE Killer

      It's not surprising that this is what the press is interested in. For one thing, it's been four years, they're expecting some pizazz. For another, it is this aspect that is required to get Joe Consumer to switch. I mean really, if they get IE for free and you tell them, you can spend X amount of time downloading and installing Mozilla and they say "what for?", you're going to need a better answer than "it's just as good as IE."

  21. Now of only theu could get Mozilla Mail working... by Rob+Parkhill · · Score: 2

    Got to admit, Moz 1.0 is pretty sweet. It got a little bit faster with each release, and a lot more stable.

    Now if only the Mozilla email bits would work properly. All sorts of issues there. My favorite is Mozilla crashing whenever you try to sign/encrypt any S/MIME message when you are not logged into the certificate manager. Nice.

    --
    "Tomorrow's forecast: a few sprinkles of genius with a chance of doom!" - Stewie Griffin
  22. Re:CNN.com review by Jucius+Maximus · · Score: 2

    MOD PARENT DOWN. It's a TROLL.

    The first link is a troll. (Yeah I'll lose karma on this too but moderators, please wait for the parent to get modded down before you kill this post.)

  23. All Links are bad, "-1" down this one. by peterdaly · · Score: 2

    see subject.

  24. Who is this clown? by Curtman · · Score: 2, Insightful

    "If you really want to chat on IRC, use an IM such as Trillian instead."

    Honestly, why would anyone want to use IRC in and instant messanger? Chatzilla is an IRC client as it should be.

  25. IE 6 gets a C too by zmokhtar · · Score: 4, Informative

    Don't worry to much about the 7 out of 10. They gave IE 6 the same score.

    --
    Why aren't we told when editors moderate our posts?
  26. Make Mozilla Cooler in MacOS X 10.1.5 by toupsie · · Score: 5, Informative

    Mozilla is nice on MacOS X but it does not take advantage of the Quartz type smoothing like OmniWeb or Chimera. However, if you install Unsanity's haxie program called Silk, it will allow Mozilla (or IE) to use the Quartz text smoothing along with your other Carbon apps. Well worth the download and it doesn't appear to slow down the system -- which I expected. With Quartz text smoothing, MacOS X becomes the most visually appealing, web browsing platform -- which it should be.

    --
    Strange women lying in ponds distributing swords is no basis for a system of government.
    1. Re:Make Mozilla Cooler in MacOS X 10.1.5 by foobar104 · · Score: 2

      Or you could use Omniweb, from a group which isn't afraid to use native widgets.

      Right on. Not only is it prettier than any other browser, but it's faster, too. I use it on a 400 MHz G3 iMac, and a 500 MHz G3 iBook. Release 4.1 beta 7 is the fastest thing going, and renders 99% of all web sites perfectly. It isn't without flaws, but I'm not willing to trade speed or overall quality of the experience for perfect standards compliance. Speedwise, it spanks both IE and Chimera.

      OmniWeb is my dad.

    2. Re:Make Mozilla Cooler in MacOS X 10.1.5 by carlfish · · Score: 3, Insightful

      I used Omniweb for a while, and was sufficiently unimpressed to not register it. Don't drink the Cocoa kool-aid. (On the other hand, I did pay for Omnigraffle and OmniOutliner, because they're both way cool.)

      Omniweb's support for modern standards is well below-par, especially when it comes to CSS selectors, and the CSS2 box-model. This causes it to render CSS2-based sites really, really badly. It may render the majority of the web correctly, but that's because the majority of the web has been painstakingly designed to render correctly in Netscape 4.

      Even worse, Omniweb _pretends_ that it understands CSS, causing it to not degrade gracefully when it meets markup that it either doesn't understand, or misinterprets. Which makes a lot of pages that have perfectly good HTML unreadable.

      The more we support browsers with crappy standards support, the more we force web designers to make stupid concessions for dumb browsers.

      Charles Miller

      --
      The more I learn about the Internet, the more amazed I am that it works at all.
    3. Re:Make Mozilla Cooler in MacOS X 10.1.5 by foobar104 · · Score: 2

      1. There's more to life than web markup standards.

      2. Try the betas. While version 4.0 left a lot to be desired, 4.1 beta 7 is much, much better.

    4. Re:Make Mozilla Cooler in MacOS X 10.1.5 by David+Gerard · · Score: 2
      "Mozilla is nice on MacOS X but it does not take advantage of the Quartz type smoothing like OmniWeb or Chimera."

      The trunk (not 1.0 branch) now does take advantage of the OS-supplied smoothing. You can still use Silk with previous versions, including 1.0.

      --
      http://rocknerd.co.uk
  27. Enigmail / MozDev by E+Zimmer · · Score: 2, Informative

    I personally like the Enigmail plugin for OpenPGP support in the browser. Easy encryption for the masses.

  28. Re:Mozilla ain't that great. by rainwalker · · Score: 5, Insightful

    Have you EVER used Mozilla? And, as the above poster mentioned, may I please have some of whatever you are smoking? A few points-

    One example of this problem is Mozilla's extremely slow development cycle

    Have you compared the relative quality of IE 1.0 to Mozilla 1.0? Many people are comparing IE6.0 to Mozilla 1.0 in a favorable manner...certainly comparing the 1.0 releases of both products would be silly. The "slow" dev cycle is based on an entirely different design philosophy: the code is released when it is ready, not when some arbitrary date arrives.

    Mozilla has no paying customer or management to answer to, the browser suffers from innumerable problems. It's a RAM hog [...] Its default user interface emphasizes form over function [...] It does not support the current generation of Web-related standards. It's slow.

    On my current machine (Win2K Pro), Mozilla is using 21,272k. I am not worried about this, as I have a gig of ram in this box. However, I have *no* other apps open (even in the tray), and currently 181meg of my memory is being used. How much of that is IE? We will never know. Obviously iexplore.exe is not all of IE, as Microsoft has repeatedly informed us that IE is integrated into the OS. As to the slowness, you would be best to go peruse the reviews linked in the article. All of them show Mozilla being at least as fast as IE. Are you sure you have your l33t Solaris box configured properly? I used Mozilla and IE (where possible) on my 7 machines, which are a mix of Win2K and various flavors of Linux, and Mozilla is the same or better than IE on every single one. As to web standards, you have no idea what you are talking about. Go read some of the info on Mozilla's web site. Mozilla is the most standards-complaint browser on the market. The problems that you see are its incomplete handling of IE-specific extensions to W3C standards.

    But I think that the most laughable thing of the farse that is the Mozilla project is that no one said "no" to any feature requests [...] the project is so disorganized that basic web browser functionality was often ignored so that developers could work on their favorite "cool" features. A good example is the mail client [...] development on such a client should not have began until the browser was finished [...] I simply don't understand why Mozilla implements a completely custom widget set...

    This long, ranting paragraph basically says that you would have developed Mozilla differently. Apparantly, the people who actually worked on Mozilla (it is pretty obvious that you are not a developer, but merely a whiny user) favored certain features that you do not find useful. Please bear in mind that if you do not like how Mozilla was developed, then you certainly could have lent a hand, rather than criticizing the years of hard work that the devs put into Mozilla. Provided, of course, that you can be dragged away from your "Real UNIX Work" on your "Solaris Box That Cost More Than Slashdot Makes In A Year."

    And Windows users have even less reason to be impressed with Mozilla, because most of its "features" seem even more unecessary in a Windows environment. For example, the mail client is absolutely useless, because almost all Windows business users use Outlook or Outlook Express.

    Hundreds of virus writers worldwide are alternately laughing or thanking you profusely for your endorsement of Outlook.

    Gecko violates Windows user interface conventions, making it look more like some college student's "intro to VB let's see all of the cool buttons and colors that I can add to my app" project than an application that is actually intended for use in the real world

    If you don't like how Mozilla looks, go grab a different skin. I did (Lo-Fi). I only wish that I could make the rest of Windows look like my Mozilla skin, which I find simple, clear, and easy to use. Sadly, I can't change the look and feel of my Windows machines as easily as I can the Linux ones.

    Internet Explorer is superior to Mozilla

    Again, I have my opinions, so do many others, but I really think you should do some research before stating them as fact. Go read the reviews linked in the article.

    Mozilla has also lost on the UNIX platform. Internet Explorer is faster and more standards compliant

    Could you please provide a link to the GNU/Linux binaries for IE? Oh, wait, by UNIX you mean Solaris...and of course, Solaris is taking over the desktop market.

    In all honesty, this reply has been a complete waste of my time. You are obviously trolling here, more interested in spewing invectives about Mozilla than any useful discussion. In reality, noone is even going to see your reply, as it will be moderated down below 1. However, I hope that you will indeed take the time to reconsider your opinions and maintain a bit more of an open mind concerning your software.

  29. This is not realistic by ColGraff · · Score: 5, Insightful

    "Sooner or later, Mozilla will gain market share (we hope,) and people will have to begin building web pages that are standards-compliant not IE-compliant."

    Sir, on the one hand, I think it is commendable that you believe so strongly in the platform-independant Internet. That is the way it is supposed to be, and IE's standard skewing is regrettable. That skewing is now the reality, however, and there is no way Joe User will keep Mozilla installed for more than 5 min once he sees that his pages look different - and standards compliance be damned. The average user wants their pages to look pretty. If mozilla doesn't do that, even in the name of standards compliance, most people will not use it. The only way to gain market share is to support the IE standards.

    For now. :-)

    But if Mozilla does grow more popular, then there's no reason it couldn't take a page from IE's book, and slowly stop supporting IE "Standards" in new releases. Once the user base for Mozilla is large enough - and remember, a period of IE compliance IS needed for this to happen - then if Mozilla starts adopting strict standards compliance, IE might be forced to follow suit. Might.

    It worked for microsoft - could it work here?

    --
    I'm the stranger...posting to /.
    1. Re:This is not realistic by rmohr02 · · Score: 2

      We need to find an ISP willing to distribute Mozilla instead of IE. Then more will follow, and people won't want to bother downloading a second browser if they already have one--and if they do download IE, I'd think they'd find Mozilla to be better.

    2. Re:This is not realistic by Tack · · Score: 5, Insightful

      I can't quite understand all these posts saying "if pages don't render 'properly' [i.e. same as IE] users will not use Mozilla." I use Mozilla, and often I use IE. I rarely encounter a page that doesn't render usably in Mozilla. Sometimes it doesn't render the same as IE, but it never looks out of place.

      It's possible, yes, that some users won't use Mozilla because it doesn't render their favorite site. These people are a lost cause until those sites become compatible with the standards that exist for web sites. But for the majority of the people, I suspect they will either not notice any problems with Mozilla, or they'll not care much that the odd site does not render perfectly (because it uses IE extensions) when they consider all the added benefits that Mozilla does provide them over IE.

      Jason.

    3. Re:This is not realistic by rnd() · · Score: 2

      i mark the day when Netscape refused to support IFRAME as the beginning of its downfall. And no, Mozilla is not Netscape (or vice versa), so there's hope.

      For the longest time, Microsoft was way ahead of Netscape in terms of standards compliance. If there had been a competetive browser platform in existance, Microsoft would have had less market share and therefore more of a reason to think twice about including non-standards-compliant features.

      --

      Amazing magic tricks

    4. Re:This is not realistic by Coplan · · Score: 2
      Sadly, I have to agree with your point. While us geeks know the difference between HTML 4.0 compliant and IE 5.x+ compliant, the average user does not. That's too bad. But there are too many people out there (commercial web designers as well) that take advantage of some of the features that IE has implemented. Last time I said that, people jumped all over me...but to the end user, if browser X does something that browser Y and Z don't do...it's a feature (from a marketing point of view anyhow...and what runs the world? Marketing).

      Anyhow, a friend of mine pointed out a back-alley solution to the situation that has, unfortunately, become a reality. At install time (and as a toggle after install), it would be pretty educating to the joe-web-user to actually have an option in which you can choose how pages are rendered:

      How would you like Mozilla to render web pages?

      Render pages following the Microsoft standards

      Render pages following the more widely accepted HTML standards promoted by the World Wide Web Consortium

      If nothing else, such a scheme would be a bit of an eye opener, and maybe pick up a few more web designers -- maybe we'd even grow a few more purists. I imagine that Netscape wouldn't want to do this as they don't want to draw on a law suit. But an open source project like Mozilla could pull it off.

      The problem is as it always is: Lack of Education ruins quality and puts money in the pockets of the greedy (aka, MS).

    5. Re:This is not realistic by gol64738 · · Score: 2

      Incredible.. have you ever taken a Logic class in school?

      I highly recommend that you do.

    6. Re:This is not realistic by JamieF · · Score: 3, Interesting

      Seriously, have you never heard of the Web Standards Project?
      http://www.webstandards.org/

      Web developers are sick of coding HTML, JavaScript, and CSS for one browser, and then debugging it for every other browser they have to support. Netscape 4.x and 6.0 are definitely high on the list of sucky browsers to have to support, but IE 5, 5.5, and 6 aren't perfect. Also, IE 5, 5.5, and 6 differ greatly, not to mention the Mac versions of IE which also differ. You can't just target one IE version and get 100% compatibility with the others.

      So, rather than looking at the ridiculous statistics that say stuff like "97% of browser users use MSIE" (which I just don't believe), start looking at stats about which browser AND VERSION your users are using. Surprise, chances are there are a hell of a lot of IE 5 and 5.5 users. Chances are there is no one browser+version that covers the majority of your site's users. Doh! So much for just targeting "one" browser.

      So, forget about this silly notion of "IE won, all web sites will be IE sites from now on." That's not financially viable, since IE is actually serveral products which must be QA'd for separately. The solution that web designers are rallying around is "code to the standard, and debug for supported browsers from there." Screw IE 5, make people upgrade to IE 6. Screw Netscape 4.x, make them upgrade to 6.2, 7.x, or Mozilla 1.0.

      Otherwise, why even bother with HTML at all? If you're going to target Windows only, you're wasting your time trying to get a good GUI user experience and robust application functionality implemented with tools as crappy as HTML, JavaScript and CSS. The only reason to use them is to get thin-client, cross-platform, cross-browser functionality with zero download time. Use Delphi or Visual C++ or Java or something if you want total control over the user experience and you don't care about porting.

    7. Re:This is not realistic by jejones · · Score: 2

      It would have to become very popular indeed to be able to pull off an "engulf and extinguish" (the best I could do for a phrase with assonance à la "embrace and extend")--MS and IE still has the advantage of being preloaded on nearly every retail computer, and were Mozilla to try it, MS would, I am sure, suddenly add a lot of new non-standard features, and have the ability to encourage them to appear in new web sites (e.g. making sure that their web page editor emits them, requiring them of others to get some sort of MS stamp of approval, or even flat out paying people to make their web sites use IE-specific features). Mozilla would end up on a perpetual catchup treadmill of a sort that even IBM had to give up on (vide the win32s.dll scam MS pulled on them to break compatibility with OS/2).

  30. Mozilla did as well as IE in the ratings by dlevitan · · Score: 5, Informative
    strange how they give a rating that would barely merit a "C-"

    Actually, they gave it the same rating as they gave IE 6, Netscape 7 PR 1, Netscape 6.1, and one more than Opera 6. So in reality, Mozilla ranked as well as the "best" browsers from MS.

  31. Neglected to mention security by Trolocsis · · Score: 5, Insightful

    "Beyond its skins and pop-up-killing abilities, however, Mozilla 1.0 doesn't do much more for the average Web surfer than Internet Explorer does."


    Not true... Mozilla allows for faster turn-around times for security patches and updates. Cookies and images can be disabled in actual Emails, something outlook or outlook express fails to do.

    In a security consience world, Mozilla is probably better in security than IE, since Mozilla isn't apart of the OS itself! Granted, Mozilla will have a few security holes, but who would you rather fix them? Microsoft with a 4 week turnaround time, or Mozilla with usually a 1-2 day turnaround.
  32. Simple, idiot-proof 372 step install process... by Rob+Parkhill · · Score: 2

    I love this quote right at the start of the review:

    First, the basics. Mozilla and Netscape mirror each other in ease of installation with an idiot-proof GUI installer. I just downloaded the installer in a tar.gz format. Unpacked into my home directory, the files went into /home/tina/mozilla-installer. I entered the directory, changed to superuser because I want the rest of my family to be able to use Mozilla, too, and typed sh mozilla-installer. The GUI interface came up, and I accepted the default installation directory: /usr/local/mozilla. If you're the only one who uses your computer, you could just install it in /home/your_home/mozilla.


    Heh, that's a whole heck of a lot of steps just to get to the GUI installer. Isn't there anything available for Linux that would provide the functionality of something like a self-extracting ZIP file on Windows?

    --
    "Tomorrow's forecast: a few sprinkles of genius with a chance of doom!" - Stewie Griffin
    1. Re:Simple, idiot-proof 372 step install process... by skt · · Score: 2

      A self extracting zip file IS tar.gz, right? I don't use KDE or GNOME, but I imagine that if you go into their filemanager they are tar and and gzip "aware". What happens when you double-click on a gzipped archive from that?

      The problem is actually Windows, in that most versions do not know what a zip file is. I think that only recently there is unzip software included in Windows and tied to explorer. That makes the self-extracting zipfile offer no more functionality over a conventional zip file.

    2. Re:Simple, idiot-proof 372 step install process... by foonf · · Score: 2
      Isn't there anything available for Linux that would provide the functionality of something like a self-extracting ZIP file on Windows?

      If you don't mind downloading all 13 megs at once, there's a self-extracting/install tarball available from mozilla.org. Of course you might have to set it +x first, but really, how much more brain-dead does it need to be?
      --

      "(Man) tries to live his own life as if he were telling a story. But you have to choose: live or tell." --Sartre
  33. Don't submit by ceswiedler · · Score: 2, Offtopic

    Use what you want. Don't submit to any Slashdot propaganda which tells you that you need to run a free operating system to be cool.

    1. Re:Don't submit by gambit3 · · Score: 5, Interesting

      Thanks for the thought. I appreciate your advice and your honesty.

      However, I'm not going to do it because of propaganda. I'm going to do it because my first experience with an Open Source product (Mozilla), has been excellent. Especially the power to customize it to what I want it to do. This is the one thing that absolutely caught me off guard. I don't have to Beat It Into Submission like I've had to do with commercial to mold it to my liking.

      From what I've read about Linux users, that it also a strength of Linux, and THAT'S why I'll probably give it a try.

    2. Re:Don't submit by tshak · · Score: 2

      Just remember that Mozilla is a few years "late" (eg. It essentially sucked until a few months ago"). Opera and IE have been much more competent browsers of late. The same goes for OS's on the desktop. OSS needs at least a few more years of refinement before you can compare Win2K or even XP to KDE or Gnome.

      --

      There is no longer anything that can be done with computers that is nontrivial and clearly legal. -- Paul Phillips
    3. Re:Don't submit by Metrol · · Score: 2

      Use what you want. Don't submit to any Slashdot propaganda which tells you that you need to run a free operating system to be cool.

      Would you like an after dinner coffee with your FUD Mr. Gates?

      --
      The line must be drawn here. This far. No further.
  34. Does Mozilla allow users to "Steal" content? by JustAnotherReader · · Score: 2, Interesting
    >If you're like us, you're not a big fan of pop-up and pop-under ads. Hence, you'll adore the handy Mozilla feature that disables many, though not all, of them.

    Uh oh! So Mozilla allows the users to see content without seeing the pop-up and pop-under adds. If we are to believe the Replay TV lawsuit then Mozilla is a tool which allows users to "steal" content. Sounds like a DMCA violation as well.

    Let's sit back and watch as the lawsuits start rolling in.

    1. Re:Does Mozilla allow users to "Steal" content? by Junior+J.+Junior+III · · Score: 2

      It's true!

      Even more shocking was the revelation that Mozilla 1.0 also supports the saving of files, thereby depriving content owners the opportunity to charge web users for multiple downloads of webpages.

      Truly revolting.

      Hilary Rosen called the "save" feature "preposterous" and "a reckless use of technology designed to harm copyright owners."

      --
      You see? You see? Your stupid minds! Stupid! Stupid!
  35. Re:I wonder by Salsaman · · Score: 2
    Yes you can install it without mail/news. Just use the network installer, and select 'custom'. You can then choose exactly what components you want or don't want.

  36. SVG support in 1.0 is claimed, but non-existent by tobi_pinkjuice.com · · Score: 2, Informative


    Mozilla 1.0 is out, and the release notes say:
    "Supported XML W3C Recommendations
    SVG
    "
    "The standards Mozilla 1.0 supports include:
    SVG
    "
    but there is no SVG support in 1.0. Ze-ro.
    Check this post for some more info.

    --
    peace, love, respect
  37. Re:On first glance.... by brsmith4 · · Score: 5, Informative

    it uses 3 times the memory space as IE. I thought it was supposed to be more efficient?

    Yes... Do you know why??? Because most of IE is integrated into the explorer UI. Most of the bulk of Internet Explorer lies there. When you fire up mozilla, it has to start everything, the rendering engine, its own UI, etc. If you take that into account, Mozilla is far more efficient. Think of it this way: take the time that it takes the explorer shell to start and add the time that it takes for IE to start. Also, add the memory usage. Then compare to mozilla. Have a nice day.

  38. best thing never mentioned: keywords for bookmarks by tswinzig · · Score: 5, Informative

    The coolest thing in mozilla is that I can associate a bookmark with a keyword (even just a letter or two), and go to that bookmark through the URL bar with that keyword, even with search terms.

    E.g. I have this bookmark for dictionary.com:

    http://www.dictionary.com/cgi-bin/dict.pl?term=% s

    For keyword, I have it set to 'd'. I can lookup a word by typing "d " on the url bar, and hitting enter.

    I do similar things for Google (http://www.google.com/search?q=%s), for IMDB (http://www.imdb.com/Find?select=All&for=%s), and especially for various customer searches with our database search engine at work.

    This feature saves me TONS of time every day. This alone is enough to keep me using Mozilla as long as it remains stable.

    Then you add in the oft-mentioned tabbed browsing, popup blocking, standards compliancy, skinnability, programmability, etc., and it just gets better.

    And don't forget, the perfect complement to tabbed browsing -- saving a group of bookmarks as one item ! Perfect.

    And what about how much more consistently Mozilla handles links for new windows? MSIE has two shitty behaviors to choose from, which drive me crazy. Either you open up a page in a new window each time , or it tries to re-use windows that are already open, usually picking the one I don't want. Even when clicking on bookmarks, it uses this bizarre behavior. I don't know when they added this 'feature', but it drove me bonkerz.

    Jeez, I haven't even gotten to the email client! All the things that drive me nuts in Outlook/Outlook Express are fixed in Mozilla's mail client. It only lacks a couple things I like (Eudora's "redirect" ability, for one).

    Finally a mail client that lets me use IMAP without constantly reminding me that I'm looking at a remote message. (What's this outlook crap with drawing a line through a deleted message? I like for the message to disappear, and the focus to move to the next message... thanks mozilla.)

    Not perfect, but mozilla is getting there.

    --

    "And like that ... he's gone."
  39. Re:too many bugs for me by Salsaman · · Score: 2
    Point 5 is bug 82534 on bugzilla. IMO they should have fixed it before releasing 1.0. Oh well.

  40. Re:too many bugs for me by rtaylor · · Score: 2

    3 is definatly a video driver issue.

    I've had the same thing with many programs under ATI video cards. Seems it has something to do with specific drawing methods.

    I've not seen in with mozilla, but many a time I've lost the X in all windows to a green and black mess.

    --
    Rod Taylor
  41. Comment removed by account_deleted · · Score: 5, Insightful

    Comment removed based on user account deletion

  42. Re:best thing never mentioned: keywords for bookma by tswinzig · · Score: 2, Informative

    For keyword, I have it set to 'd'. I can lookup a word by typing "d " on the url bar, and hitting enter.

    Whoops, that should have said "d [word]". You type d, then the word you want to lookup, hit enter.

    --

    "And like that ... he's gone."
  43. Re:Mozilla ain't that great. by nil_null · · Score: 3, Insightful

    It's a RAM hog. It's slow.

    You can cut down the amount of RAM usage by going to Preferences->Advanced->Cache and then reduce the memory cache. Personally, I find its memory usage quite acceptable (I watch the virtual memory usage as well as the physical memory usage). I've heard that IE hides much of its mem usage. But I guess you're on a Solaris box so this is probably not the case for you.

    (You may have noticed that I seem fixated on Mozilla's slowness. [...] I have a Sun workstation that cost more money than Slashdot earns in a year. On this workstation, Internet Explorer takes x seconds to load, Netscape 4 takes 2x seconds to load, and Mozilla takes 15x (!!) seconds to load.

    You're comparing browser load times? If so, that's not a really an important issue, though I find Mozilla loads fast even without the preloading feature. What's important is page rendering times. According to the CNET article, Mozilla was faster in 3 or 4 tests (granted they don't go into detail and talk about other tests).

    In any case do want you want. Continue to use IE exclusively if you please. But many of us are going to be giving Mozilla and Mozilla-based browsers a chance. It has something that IE will most likely never have: it is completely customizable in that we have the source code.

  44. IE should not be followed. by Steveftoth · · Score: 2, Insightful

    The web 'standards' are the ones that everyone agreed that they would implement. There is this thing, called the W3C that the companies in question, Netscape, MS, and whomever else wanted to say got together and decided to agree that there was a way to do things like style sheets and DOM, etc...
    MS has not implemented them, which is their right, they don't have to. Trying to emulate them will only cause their stranglehold to increase, not decrease. Mozilla is a better browser, but not because it renders HTML faster, but because it actaully does MORE then IE does.

    1. Re:IE should not be followed. by dylan_- · · Score: 2

      Says who? IE6/Windows and IE5/Mac both support all of CSS1, and I believe also DOM0 and DOM1.

      Not really. Have a look at css/edge. Actually, have a look even if you don't use IE. It's got some very cool stuff.

      --
      Igor Presnyakov stole my hat
  45. Re:Just downlaoded it by wikkid007 · · Score: 2, Insightful
    well, there's gotta be more to it than that... I just viewed an unordered list in RC3 on Win2k and it looked just fine.

    there are numerous wierd little bugs in every browser that might occur on a specific platform under certain conditions -- Mozilla relies on people who find such bugs to report them so thay can be fixed...

    if you found a bug in a pre-release version of the browser and didn't report it - you have no right to complain!

  46. Re:On first glance.... by Junior+J.+Junior+III · · Score: 2

    My understanding is that since IE is so integrated into the OS, a lot of the DLLs that it uses are already loaded with the operating system, so the apparent memory footprint of IE isn't quite what you see; there's a lot that's behind the scenes. Which is one of the reasons why Windows is so bloated.

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
  47. BBC story by Brown · · Score: 4, Informative

    The BBC has a story on the 1.0 release of mozilla, including the background of Mozilla and the principles of OpenSource.

    It seems to be a generally favourable overview: "Mozilla is quick, stable, and virtually free of the default links to manufacturers' products that feature so prominently in commercial browsers". Also mentioned is the recent release of OpenOffice. Includes some quotes from Mitchell Baker of mozilla.org.

    Chris

  48. I would have liked to see... by Dixie_Flatline · · Score: 3, Interesting

    ...the help documentation filled out before release. A 1.0 release shouldn't have vast gaping holes in the docs that say "Information to be filled in". There are actual things I'd like to know. For instance, is there a way to switch between tabs, using the keyboard? If I can't, it's arguably faster to have multiple windows open and cycle through them that way.

    It's all well and good that the browser has lots of features. They're pretty useless if I can't figure out how to use them.

    1. Re:I would have liked to see... by Violet+Null · · Score: 2

      For instance, is there a way to switch between tabs, using the keyboard?

      Ctrl-PageUp and Ctrl-PageDown.

      And, just in case, you can use Ctrl-L to jump to the address bar (this is mentioned in the help, just hard to find); useful for those who got used to Alt-D in IE.

    2. Re:I would have liked to see... by snake_dad · · Score: 2

      or use F6 to go to the address bar, use F9 to open the sidebar, and use F11 to go fullscreen. All of this on windoze, dunno if it's the same on other OS's.

      --
      karma capped .sig seeking available Slashdot poster for long-term relationship.
  49. CNet Screenshot of Moz Looks Like Shit by idonotexist · · Score: 2

    Odd, Cnet used the classic skin in its screenshot --- big buttons with big text. Cnet notes: "Mozilla comes with two skins, or interface designs. The default is the so-called Classic, which makes Mozilla look an awful lot like Netscape Navigator 4.x."

    Perhaps I am mistaken, but I am really sure the default skin for Mozilla is modern, which is much prettier than Classic.

    I know this is just a screenshot, but first impressions may be important for an IE user who is learning Mozilla for the first-time via Cnet reviews.

    --
    "There ought to be limits to freedom"
  50. Re:I wonder by lactose99 · · Score: 2

    I use Mandrake and I'm using the packaged installer for Mozilla, partially because the last time I checked the mozilla mdk RPM (1.0-rc2 I think), it required an update of 30-something packages. This, on a newly-installed Mandrake 8.2 system. That is NOT necessary just to install the latest copy of Mozilla.

    Quite the contary to your post, I believe the installer version of Mozilla is much more conveinent than the RPM version. It installs the entire application in one folder (/usr/local/mozilla), which you can quickly remove if you need to.

    Needless to say, there is a version of the Mozilla installer that includes all of the components (at a sizable 12.5MB download), where you can pick and choose components (I bypassed the mail client and Chatzilla). I still have Mozilla-0.9.8 installed as an RPM (as Nautilus and several other programs require it being there), but I never run that version anymore. 1.0 is all I need.

    --
    Fully licensed blockchain psychiatrist
  51. CNET reviewer is not that professional by Frag-A-Muffin · · Score: 3, Interesting

    First off, I don't use Chatzilla, but from what I read, it gave me no info. on Chatzilla itself.

    The editor reviews Chatzilla as a IM client? You can't really compare. That's like saying, "Computers suck, they don't cut my lawn well". It would have been wiser to perhaps compare Chatzilla to say, BitchX (my IRC client of choice), or XChat or *another IRC client* ??? :)

    --

    AirSpeak - http://itunes.com/apps/AirSpeak
  52. Not Necessarily... by BlackGriffen · · Score: 2

    Mozilla is at the core of NS nowadays, right? IIRC, AOL plans on replacing IE with NS as the default web browser (since, uh, they own it). That right there would catapult the NS/Mozilla user base in to the multi-millions, and possibly force web authors to use the actual standards.

    Who knows, maybe that's just wishful thinking.

    BlackGriffen

  53. IRC and ICQ/IM/Proprietory IMs by idonotexist · · Score: 2

    chat client doesn't work with the big commercial IM systems, including ICQ, Yahoo IM, AOL IM, and Windows Messenger

    Three words for CNET: Apples and Oranges.

    --
    "There ought to be limits to freedom"
  54. Re:Whence spell checker? by crumley · · Score: 2

    Who decided to drop the spell checker facilities? The spellchecker wasn't dropped. Netscape bought there spellchecker from someone else, so they couldn't release the source to it. There is a working spellchecker, but it hasn't been merged into Mozilla's source tree yet. See bug 56301 for more details as well.

    --
    Preventive War is like committing suicide for fear of death. - Otto Von Bismarck
  55. Re:WARNING: Heresy proposed within by Neil+Watson · · Score: 2
    Let's assume that we make IE's HTML standards THE standard.

    Would MS publish this standard? How long before they sould stop publishing it in order force people to use IE?

  56. Mozilla: useless for the intranet by gblues · · Score: 3, Interesting

    At work, web access is controlled by a Microsoft proxy server. The MS proxy server requires NTLM authentication support. Guess how many browsers support NTLM? (See also: how many Internet browsers has Microsoft released?)

    Given that there is and has been PLENTY of information on the NTLM-over-HTTP authentication process, it is inexcusable for a 1.0 browser to not have support for this protocol.

    Nathan

    1. Re:Mozilla: useless for the intranet by John+Fulmer · · Score: 5, Insightful

      Hmmm. It is inexcusable for Mozilla 1.0, which tries to be a very standards based browser, to support Microsoft's proprietary, non-(w3c)-standard authentication scheme?

      And it is unexcusable for Opera, Konquor, lynx, wget, and every other http-based tool?

      MS Proxy server supports other authentication methods. The manager for the proxy server has chosen to only support NTLM authentication. I would consider *THAT* to be unexcusable, myself...

      If you REALLY must use NTLM authentication, there are installable local proxy servers that can fake out the NTLM authentication for you, like this one.

      jf

      (who manages proxy servers for a living...among other things.)

    2. Re:Mozilla: useless for the intranet by Fastball · · Score: 4, Funny
      At work, web access is controlled by a Microsoft proxy server. The MS proxy server requires NTLM authentication support. Guess how many browsers support NTLM? (See also: how many Internet browsers has Microsoft released?)

      Sucks for you.

    3. Re:Mozilla: useless for the intranet by gblues · · Score: 2

      NTLM itself is a broken protocol because it is wide open to man-in-the-middle attacks. With a log of the NTLM transaction between a client and the server, you have more than enough information to brute-force the password easily.

      Nathan

    4. Re:Mozilla: useless for the intranet by gblues · · Score: 2

      I make no excuses for the idiocy of the IT department of my employer. Since I am not the IT manager, I do not get to make the decisions.

      Yes, it is inexcusable for Mozilla 1.0, which wants to supplant IE, to not be flexible enough to support Microsoft's proprietary protocols. It would be one thing if this protocol were still in the unknown and required actual work to decipher. However, the page you link to itself provides adequate documentation to integrate the authentication into a browser.

      The information is out there, and has been for a large portion of Mozilla's development. If Mozilla wants to supplant IE, it needs to integrate with Microsoft standards as well as it supports the W3C standards. All the standards compliance in the world means shit if I can't even authenticate with the proxy!

      Nathan

    5. Re:Mozilla: useless for the intranet by jonabbey · · Score: 5, Informative

      They are still working on NTLM. Look up bugzilla bug 23679 for details. Or copy the following URL and enter it into your browser (to work around bugzilla's slashdot referer filter): http://bugzilla.mozilla.org/show_bug.cgi?id=23679

    6. Re:Mozilla: useless for the intranet by Arandir · · Score: 2

      Maybe they DONT want to supplant IE. Maybe they just want to build a good browser. Ever thought of that?

      --
      A Government Is a Body of People, Usually Notably Ungoverned
  57. Sometimes this is not IE's fault by Sycraft-fu · · Score: 4, Interesting

    Now I haven't used Mozilla 1.0 extensively yet, what with it just having come out, but I can tell you that Netscape 6 and espically 4 have problems of just rendering HTML WRONG. Some examples:

    I was designing a site and, as I'm won't to do, doing the whole thing in a text editor and using IE to look at it. Now because my intention was compatibility, I strictly adhered to the HTML spec (using the W3's validator to check myself) and used only tags I knew that both IE and Netscape implemented. The result was broken in Netscape. It was a 3 column, expanding design somewhat similar to Slashdot's. The code was 100% compliant and rendered properly in IE 4, IE 5 and Opera (don't remember what the current version was then). In Netscape 4.7, half the right hand column failed ot display. It to a real hack ofa workaround to make it display properly on Netscape and still maintain standards compliance.

    Or another time, I was messing around with CSS and managed to create a neat little script that did text dropshadows. It took the length of the text based on font type and size (it only worked with one font) and calculated the correct offset for the top text. It worked really nice. Now I figured a neat trick like this was bound to be broken on anything but IE 6 since that was what I designed it for. To my plesant supprise it wasn't, it rendered great on IE 5 and 6 for both Mac and PC. Not on Netscape 4.7 or 6, however. The alignment was all off. Worse, it was off by different amounts on different platforms. I ended up just canning the idea.

    The problem I've had with Netscape up to this point is that many of the standard they impliment, they impliment WRONG. Now since I haven't used Mozilla much for design checking (I quit doing web design) I can't speak for it's release, but NEtscape 6 which was based form it's code still had some massive problems.

    1. Re:Sometimes this is not IE's fault by wishus · · Score: 3, Insightful
      Or another time, I was messing around with CSS and managed to create a neat little script that did text dropshadows. It took the length of the text based on font type and size (it only worked with one font) and calculated the correct offset for the top text. It worked really nice.

      It is possible to abuse a standard and still have a valid CSS. If your effect relies on a certain font, how is it going to look on a text-only browser like lynx, or a system for the visually impaired? What if the user is using IE, but doesn't have that font installed?

      The purpose of CSS is to separate the formatting of the document from the appearance. The style sheets cascade, meaning that a user could attach his own style sheet to your document to adjust for a disability, or lack of technology.

      You may have written valid CSS, but you abused the standard and tried to do womething it was not intended to do. So, from a certain point of view, you were not "standards compliant" at all.

    2. Re:Sometimes this is not IE's fault by Pont · · Score: 2
      Or another time, I was messing around with CSS and managed to create a neat little script that did text dropshadows. It took the length of the text based on font type and size (it only worked with one font) and calculated the correct offset for the top text. It worked really nice. Now I figured a neat trick like this was bound to be broken on anything but IE 6 since that was what I designed it for. To my plesant supprise it wasn't, it rendered great on IE 5 and 6 for both Mac and PC. Not on Netscape 4.7 or 6, however. The alignment was all off. Worse, it was off by different amounts on different platforms. I ended up just canning the idea.


      Well duh it didn't work the same way in Netscape 6 (and probably wouldn't have in Mozilla either). IE 4, 5, and I believe 6 all get the CSS box model wrong. It has to do with whether the border adds to the padding etc. Anything that needs to be pixel-perfectly aligned will NOT work the same in Mozilla (or Mozilla-based) browsers and IE because Mozilla follows the spec and IE doesn't.
    3. Re:Sometimes this is not IE's fault by JamieF · · Score: 3, Insightful

      > Now I haven't used Mozilla 1.0 extensively yet, what with it just having come out,
      > but I can tell you that Netscape 6 and espically 4 have problems of just rendering
      > HTML WRONG.

      Netscape 6 came out a *year and a half* ago. The excuse of "Mozilla 1.0 just came out" is totally bogus - Netscape 6.1 and 6.2 have been released since then, and are much better than 6.0. If you really wanted to keep an eye on Mozilla's progress, you could have downloaded nightly builds or stable milestone builds every few weeks, or months. The downloadable installers have been out there, 1 click away from www.mozilla.org, all along. Mozilla 1.0 RC1 has been out for over a month.

      Why not do this:
      1) download Mozilla 1.0 and see how your stuff works
      2) post a comment describing how good or bad Mozilla 1.0 is

      Nobody really cares how Mozilla 0.6 stacks up against IE 6 anymore.

  58. Re:On first glance.... by throx · · Score: 2

    Actually, if you compare Mozilla's memory usage to that of explorer.exe, Mozilla is still a bigger memory hog, even when Explorer is running the entire shell in addition to HTML rendering.

    Viewing CNN's home page I found Mozilla taking around 16M and Explorer.exe around 15M. Those are total allocated memory sizes, not working set.

    Three times is a bit out, but it is definitely less memory efficient.

    To me it seems slightly more stable, but it's handling of Bookmarks annoys me enough to stop me from using it as my default browser. I far prefer the Drag/Drop ability you have on the IE menu.

    --

    Fear: When you see B8 00 4C CD 21 and know what it means

  59. Get the latest beta of America Online by yerricde · · Score: 5, Informative

    We need to find an ISP willing to distribute Mozilla instead of IE.

    Thirty percent of people who connect to the Internet do so through America Online. After AOL's contract with Microsoft (bundling IE in exchange for bundling an AOL icon on the desktop) expired, AOL switched CompuServe to Gecko, and the next version of the AOL client is headed that way as well (AOL keyword: beta).

    --
    Will I retire or break 10K?
    1. Re:Get the latest beta of America Online by rmohr02 · · Score: 2
      I haven't kept up on AOL, but it's nice to know their switching to Gecko.
      Get the latest beta of America Online
      Hrmm, I think I'll pass on that for now.
  60. The thing I really like about Mozilla... by Trogre · · Score: 3, Informative

    ... is it's standards compliance.
    Try the cool demos, using nothing but fully w3c-compliant HTML/CSS code.

    Try that with IE. Honestly, IE still won't even support transpartent PNG's, effectively rendering (no pun intended) it useless as a serious web browser. No matter how popular it is.

    --
    "Nine times out of ten, starting a fire is not the best way to solve the problem." - my wife
  61. Re:Embrace? Extend? by snake_dad · · Score: 2

    Hell, it stole the idea of rendering HTML from others. Who cares? Use the browser you like.

    --
    karma capped .sig seeking available Slashdot poster for long-term relationship.
  62. This is getting really old by fondue · · Score: 2, Interesting
    "Incompatible with some sites built for Internet Explorer"

    It's strange that I've not managed to find a site that Mozilla can't render correctly for the last six months or so. Do C|Net's reviews get to use a different version or something?

    Any commercial website that does not operate correctly on non-IE browsers is cutting a swathe out of its customer base. This is why you will be hard pushed to find any. It really is that simple.

    Beyond its skins and pop-up-killing abilities, however, Mozilla 1.0 doesn't do much more for the average Web surfer than Internet Explorer does.

    A strange complaint, when these two features alone massively enhance the usability of the product. I simply cannot use IE anymore, rather like the majority of apps that last had any new meaningful features added circa 1996. The Mozilla Organisation at least seems to value the end user over the Spam/Web-advertising lobby, unlike some.

    As for CNET: It's sad that these people call themselves journalists. Oh well.

    --

    Preferences > Homepage > Customize stories on homepage > Authors > Zonk > Uncheck

    1. Re:This is getting really old by BreakWindows · · Score: 2

      It's strange that I've not managed to find a site that Mozilla can't render correctly for the last six months or so.

      I'm glad someone brought this up, I thought it was just me. The only sites I've seen that didn't show up perfectly in Mozilla are dopey, overdone personal pages, like any girl who has a webcam and Microsoft's dHTML book. Shut up, you look at them too. Besides that, the closest I found was some fool who put a browser check on the front page and wouldn't let non-MSIE browsers view the content, leaving the message "This site will not display properly in anything but Internet Explorer 5 or above"....so I had Konqueror pretend to be IE 5.5, and everything looked fine. Put the source through to Mozilla, and it looked perfect there, too.

      Even Microsoft's website displays well, and I can't imagine anyone with more of an interest in creating a site for IE than its manufacturor.

    2. Re:This is getting really old by rtaylor · · Score: 2

      CIBC.. They upgraded their website about a month ago from a perfectly functional version to one that won't allow Mozilla to login.

      Some weird javascript or something that bumps it back out to the frontpage. When I complained they said they knew and were working on it.

      Funny thing is that other affiliate banks (Presidents Choice Financial) appears to use the same backend -- similar style, binary conventions and server cluster -- but it works fine.

      --
      Rod Taylor
    3. Re:This is getting really old by Syllepsis · · Score: 2

      "Incompatible with some sites built for Internet Explorer"

      It's strange that I've not managed to find a site that Mozilla can't render correctly for the last six months or so. Do C|Net's reviews get to use a different version or something?


      This may have been fixed, I am too lazy to upgrade from RC2, but MSNBC seems to have a few minor visual glitches.

      On the other hand, this is the only website that I still see having problems. Overall, I agree with you, that the web is 99.99999% rendered correctly.

  63. IE does a better job in some aspects of security by Nailer · · Score: 2
    When I run the current version of Windows, I use both Mozilla and IE regularly.
    • Mozilla recently had a major security issue with 1.0RC1, IIRC. Nobody running Mozilla would have known they were vulnerable unless they a) still has their home page set to mozilla.org (yeah right) or b) subscribed to a security mailing list (doubtful for most users).
    • IE recently had a major security issue with version 6. Anyone running a vulnerable version would realize this as soon as they looked at the screen, because there's a flashing item in the task bar telling them a critical security update needs to be installed.

    In this case, response times are irrelevant - someone using the vulnerable Mozilla still wouldn't know about the update as we speak.
  64. Re:What is realistic? Foofy layout, or content by Hallow · · Score: 2

    Hey, some of us web developers get bitched at when we tell our clients (in house people in my case), that we don't need or want super fancy graphics, flash animiation, distracting backgrounds, and an overall "geocities" kind of feel.

    There's a lot of people in this world that think that's what the web should look like apparently.

    *sigh* Every time we manage to convince one management type not to look at the web as a publication, but as a whole different medium with it's own set of rules, mores, norms... well, we get a new one that doesn't have a clue. "Why can't we force page breaks in HTML? How come we can't use this spiffy font? Why can't we just make all of our table images? How come it doesn't look the same on *MY* screen? ") *SIGH*

  65. Re:best thing never mentioned: keywords for bookma by snake_dad · · Score: 5, Informative

    I'd like to mention the possibility to create a bookmark for a group of pages, that you have currently open in separate tabs. Just open several tabs, load one of your favourite news sites in each of them, and create a bookmark, and check the "File as group" checkbox to be able to open all of them in one single mouseclick. I love it.

    --
    karma capped .sig seeking available Slashdot poster for long-term relationship.
  66. Differences by Bilbo · · Score: 2
    Fundamentally, it's a ground-up rewrite of the entire browser, so it does away with a lot of the buggyness of the old Netscape 4.X code base. The fact that it "looks the same" is intentional (some paople don't like sudden changes in the look and feel of their software), but can quickly be changed by selecting another "skin".

    Of course, when you get down to it, it basically renders Web pages. So at a glance, there's not a lot of difference. Once you use it for a while though, you start to notice subtle things, like it crashes less often. I've been using the Moz since they began the .9.X releases, and I really like it, though there are some annoying bugs still, like squished lines of text in some windows (such as the text window I'm using to compose this message), and the fact that there are still IE specific pages out there that will never render "correctly" in a non-MS browser is something I don't think we will ever get around.

    There are lots of new preferences too. I haven't tried the pop-up blocker, but that would be REALLY nice!

    Another huge feature is the fact that the underlying rendering engine is modular, and can be embedded into other applications. This way, you get a lot of the same advantages that Microsoft claims when it integrates its browser "into the OS", such as uniformity of behavior between many different applications that all have to now deal with HTML and XML, without having to sell your soul to the OS vendor.

    (I'm thinking of swapping Mozilla in to replace the old version of NS that my wife is using, without telling her, and seeing if she notices a difference... ;-)

    --
    Your Servant, B. Baggins
  67. Re:I don't get it.... by Bilbo · · Score: 2
    Try dillo.

    Or perhaps, lynx

    ;-)

    --
    Your Servant, B. Baggins
  68. Broken vendor STL by yerricde · · Score: 2

    [The fact that Mozilla does not rely on the vendor's Standard Template Library implementation is] why Mozilla is such a bloated piece of NIH.

    Mozilla uses its own template library because some vendors' implementations of the C++ standard library are hopelessly outdated or broken, and without its own template library, Mozilla could not run on those C++ implementations. GNU libstdc++ is not as ubiquitous as we'd like.

    --
    Will I retire or break 10K?
  69. My thoughts by Richard5mith · · Score: 2, Insightful

    CNET complaining that it doesn't render pages built for IE is a bit stupid. Blame the page designers, there's no real reason for any half decent web designer to build a site like that (I should know, I am one).

    I've gone through a whole series of different web browsers on Windows, OS X and Linux over the years. On Linux, I'd choose Mozilla 1.0 without hesitation, clearly the best.

    On Mac OS X, I stick with IE5. Omniweb, despite everybody saying it's brilliant, just doesn't do it for me. All the fonts are overly anti-aliased, and if you switch off anti-aliasing, they look rough. It also does strange things with simple tables and images on some pages. Chimera is almost there, fast, but still lacking a lot of features. Once it gets there, it'll be great. IE5 is slow, but it renders pages correctly, and 10.1.5 of X really helps with it's scroll speed on my Powerbook.

    Windows 2000, IE6 is the no-brainer. And even with Moz out, it still is I'm afraid. The fact is, IE6 never crashes for me. Neither did IE5, on any of the Win2K machines I use. It never appears slow, renders every page I visit perfectly, gives me the font sizes I like, doesn't overly anti-alias text and for our internal office systems lets me do fun things with <div> tags. Where's the reason not to use it, other than for those who hate MS? I've never found any IE security hole to be a problem (how many people are going to be using Gopher links these days?) so I don't see that as a major selling point (and neither will the rest of the general public). And Moz's open-source status won't make it free from issues like that either, despite what people might think, just go look for known open-source security holes. There are lots. Apache, mySQL, PHP and more have all had them.

    But in the end, Moz does a lot of things right, tabbed browsing is great (Opera may have had it first, but Opera never rendered pages for me as well as Moz does), the page rendering is almost always on par with IE6, as is the speed. I'm not a fan of the interface and I hate skins (pointless, useless things, just design an interface that looks good and works in the first place), but generally I was very impressed with it. Stupid things like forgetting the section I was last in when I go back to the Preferences, or continuously adding my shacknews password details to the store every time I posted, resulting in it asking me to keep selecting which username I wanted to use marred the experience somewhat.

    What the Moz developers need to do now is stop copying every other browser out there, so they're not missing features, and start changing people's perception of how a browser should work to start with. Give people a reason to change. Think outside of the box. There's not been much change in the way a browser works since TBL created the web, even if HTML and the way people use the web has changed significantly. I'm interested to see if Apple do indeed produce an iWeb application (as is currently rumoured) because they would probably try something different.

    Mozilla is still on my machine, but for now, I don't see much reason to switch.

  70. I beg to differ... by Jugalator · · Score: 2

    Right now:

    explorer.exe + iexplore.exe = 15,776 Kb
    mozilla.exe = 14,908 Kb

    You need to remember that Internet Explorer is nothing without its Explorer integration.

    You can kill IE and keep the Windows Explorer, but not the opposite. Mozilla was designed to fit more than the Windows OS and therefore doesn't have as many dependiences on the Windows Explorer.

    Btw, explorer.exe alone = 6,340 Kb right now. That's about 2 times, so not even when measuring with IE in favor, that facts isn't always right.

    Finally note: I'm right now using 2 tabs in Mozilla and a *single* IE window, so I wasn't even favoring Mozilla...

    --
    Beware: In C++, your friends can see your privates!
  71. IE compatibility is a must by Nailer · · Score: 2
    "The bad: Incompatible with some sites built for Internet Explorer"

    Uh. Well. Duh.


    Why is it so obvious that Mozilla wouldn't do a good job of displaying sites designed for IE? You'd think it was one of the primary goals for Moz. Otherwise, the only hope for a standards compliant web comes from Oepra and Konqueror.
    Its pretty simple:
    • Joe Average was gonna use Mozilla because he liked it, but it doesn't apparently want to show sites designed for IE

    • So Joe Average will stick to using IE

    • So Dave Web Developer can continue developing sites for IE, because that's what Joe average uses.

    1. Re:IE compatibility is a must by King_TJ · · Score: 2

      You'd be right, except even IE can't adhere to its own standards from version to version.
      (Well, ok, in all fairness, perhaps they just tightened up the rules for some things that used to allow more sloppy HTML coding.) But still, with IE 6, I get lots of errors that don't happen with IE 5.x. That's not too cool.

      Where do you draw the line for IE compatibility? 100% IE 6 compatible? Fine, but that means MS dictates all your required updates when they release IE 7 and modify things - or else you're "outdated and incompatible" again.

      Instead, I say stick to all the rules of HTML and scripting that make good common sense, and conform to published standards. Beyond that, implement IE specific tags if it's a "no brainer" to do - but don't knock yourself out to be perfectly compatible.

  72. Re:On first glance.... by throx · · Score: 2

    Libraries are counted against a process' memory allocation, as are inproc COM servers and the like.

    I think you are grasping at straws here.

    --

    Fear: When you see B8 00 4C CD 21 and know what it means

  73. Re:bugs (nope) by wikkid007 · · Score: 2, Informative
    I really wish people would think/look at source/search bugzilla before saying stuff like this.

    Yes I really wish people would look at the source too... if anyone took a look at the source of the example URL for the bug you mention, they might realize that the list item tag was opened and then closed, before the content.

    You can't blame the browser for incompetent web design. IE has always been more forgiving in regard to poorly formed html, but that's not necessarily a good thing -- it's just a thumbs up to writing sloppy html.

  74. Now all we have to do... by Bilbo · · Score: 2
    Now all we have to do is start beating on people who write their pages in such a way that they only work "correctly" with IE. I've got a favorite hardware vendor who runs a great little store in town here. He's always had a useful Web site where I can look up things to compare prices before I drive over to the store. Great service and all that stuff. However, he recently changed the layout of his site so that it ONLY works under IE! I've tried it on Opera, and if you tell it to "lie" and identify itself as IE, then it sort-of renders correctly. Have to go in and tell them, "As a dedicated customer of yours, I really like your store, but it's really frustrating that I can no longer make any use of your Web page..."

    Oh well.

    --
    Your Servant, B. Baggins
  75. Re:Embrace? Extend? by yomahz · · Score: 2

    Well, this post seems to indicate that mozilla had tabbed browsing before Opera . I'm not sure about it's accuracy since I've only tried Opera 6 but the majority of the moderators and comments seem to support it.

    For what it's worth, gestured mouse operations is hardly a new concept either.

    --
    "A mind is a terrible thing to taste."
  76. not as biased as you think? by dumbArtMajor · · Score: 3, Insightful

    As a web designer who uses OS X, I have no allegiance to M$ at all, especially IE. But I didn't really think the article was that biased, to be honest. I don't know very much about Mozilla, and it broke down the feature set pretty nicely.

    Granted, the comment about rendering differently than IE was just dumb, as anyone who knows anything about standards would tell you. And anyone with intelligence will see through his pandering News.com comment anyway.

    But I'm not sure I'm seeing the "C-" grade. Could it be you're all just a little too close to it, like an artist having his painting criticized? I think it seemed like he liked it for a 1.0 release and he'd like to see some usability improvements so the general public could get down and dirty with it. Maybe it's not fair to compare it to IE6, but that's life. Anyone who's looking for a different browser or just open-minded will get the feeling that this is a viable alternative, and at least you don't have to pay for it like Opera, while getting similar features.

    Bottom line: I downloaded it and I'll check it out.

    1. Re:not as biased as you think? by CaseStudy · · Score: 2

      I think they got the "C-" from the 7/10 ranking and a failure to realize that 70% isn't synonymous with a C-, even if many teachers grade that way.

  77. ... and they have a very strange comment! by Jugalator · · Score: 2

    (regarding IE 6): "If you're a Netscape 6.1 fan, don't bother to switch."

    Huh??

    So, do this translate to the following scores then?

    IE 6: 7 of 10.
    Moz 0.9.3 / Netscape 6.1: 7 of 10.
    Moz 1.0: (surprise!) 7 of 10.

    Is that because the browser demands have increased somehow? I don't think so, since the web looks to be demanding more or less the same since IE 6 (or IE 5 for that matter...) was released. I have no other explanation for this than their reviewers either don't do in depth tests or are simply poor enough to not notice progress.

    --
    Beware: In C++, your friends can see your privates!
  78. This is not important by athmanb · · Score: 2

    There are two different kinds of people who might use Mozilla/Gecko.

    First, the informed user who checks several browsers, decides opon their technical merits and chooses Mozilla because it's superior. They are usually well qualified to distinguish between a browser bug and a defunct HTML design.

    Second, those who have it installed by default. They may curse at the browser because it doesn't render sites exactly like IE down to the pixel, but they don't have the ability to change the browser anyway.
    And with the inclusion of Mozilla in AOL, the second group will be big enough anyway.

  79. Re:Mozilla: useless for the intranet - IE only? by WD · · Score: 2

    Name a browser other than IE that supports NTLM authentication. I'm curious....

  80. Pseudo-compatibility woes by brsmith4 · · Score: 2, Interesting

    People speak of incompatibilities with IE-specific sites and mozilla. I don't know about the rest of you, but would you mind giving me some sites that wont render correctly? I have failed to find any sites that do not render adaquately (by adaquately, I mean sites that get the job done... i.e. microsoft.com, when viewed in Mozilla, doesn't show those drop-down menus, yet it doesn't hinder my ability to traverse the site and find what I am looking for. The same applies to nvidia's site.) Since most of the sites that I encounter use PHP, as any good site should, I never have any problems. Because of this, I feel that negative judgement on mozilla, based on the fact that some reviewer visits totally obscure pages that idiots wrote to save time, is simply unwarrented and misguided. This judgement should not be passed on Mozilla nor on Microsoft or IE. It should be passed on the 'developers' who write code that is browser-specific, non-standards compliant, and to be simply put, garbage.

  81. Re:I wonder by Salsaman · · Score: 2
    I have the same setup, but I still download using the installer and then I copy the files into the locations where Mandrake expects them.

    Here are some simple instructions to do it:

    First of all, download the installer to /usr/local. Gzip -d and untar it - this will create the mozilla-installer directory. Then from that directory, run mozilla-installer and pick the components you want and begin the install. Mozilla gets installed into /usr/local/mozilla. Mozilla will try to start up automatically, but exit it as soon as you can.

    Now do the following:


    mkdir /usr/local/plugins-moz
    cp -r /usr/lib/mozilla/plugins/* /usr/local/plugins-m oz
    cd /usr/local/mozilla
    mv mozilla mozilla-xremote-client /usr/bin
    mv lib* /usr/lib
    rm -r /usr/lib/mozilla/*
    cp -r * /usr/lib/mozilla
    cp -r /usr/local/plugins-mozilla /usr/lib/mozilla/plu gins
    ldconfig


    Then finally, edit the file /usr/bin/mozilla and somewhere around line 47, you will see:
    progname=$0
    curdir=`dirname $progname`

    Immediately after this, add a line:
    curdir=/usr/lib/mozilla


    And there you have it. If there are any problems, try deleting ~/.mozilla to create a new profile (back it up first though).

  82. Microsoft Compressed Folders by yerricde · · Score: 2

    The problem is actually Windows, in that most versions do not know what a zip file is. I think that only recently there is unzip software included in Windows and tied to explorer.

    This software, included in Windows ME and Windows XP, is called "Compressed Folders". It provides functions nearly identical to those of WinZip and WinRAR.

    That makes the self-extracting zipfile offer no more functionality over a conventional zip file.

    Unlike a vanilla compressed folder (.tar.gz, .zip, .rar, etc), a self-extracting archive (.exe, .rpm, .deb, etc) can automatically run the extracted setup.exe application that copies the components where they go and registers them with the operating system.

    --
    Will I retire or break 10K?
  83. Re:Mozilla ain't that great. by Phroggy · · Score: 2

    For example, the mail client is absolutely useless, because almost all Windows business users use Outlook or Outlook Express.

    The browser is absolutely useless too, because all Windows business users use Internet Explorer.

    Uhhhh....

    Seriously, if you don't need the mail client, that's why you have the option of not installing it. I, however, enjoy having a cross-platform client that works the same way on every system I use it on - something that Microsoft will never give me (they have trouble getting software to work the same way on one platform, let alone four).

    ...ever since Netscape shat out that awful 4.x source code so many years ago.

    Yep, that's why the Mozilla team threw it away and started over.

    Kindly crawl back under the rock from whence you came.

    --
    $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
    $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
  84. Re:Here's a question... by sconest · · Score: 2, Interesting

    You could try this

    --
    Guvf vf abg n EBG zrffntr
  85. W3C Standards too complex? by Cardhore · · Score: 2

    I think part of the reason why it takes so much effore to write a (complete) browser is that there are so many W3C standards and they are so complicated. I mean, they are great for the end user to write pages in because it's really easy (if your browser supports them, of course), but even CSS2 is pages upon pages, nobody fully supports it yet, and it's four years old! Perhaps these standards are just too much? Even "simple" HTML is bizarre and overly complex by having things like headers and paragraphs that you can do in DIV's with CSS now. XHTML replaces it, but they leave in all the HTML stuff for compatibility. Of course, my favorite is that XML is an ugly re-invention of LISP s-expressions. I.e., you could write <HTML body="whtie">etc etc</HTML> or in an S-expression it would be: (HTML (@BODY whtie) etc etc), consume less space, and be easier to parse as well.

    That's just for static pages...don't get me started on javascript (version incompatibilites), document object models, java, visual basic scripts...

  86. Re:too many bugs for me by anthony_dipierro · · Score: 2

    This is open source, dude, so fix the bugs yourself.

    Let me compile it without paying $3000 for Visual Studio.

  87. Uhm... by TheSHAD0W · · Score: 2

    I just tried to install Mozilla 1.0 on a virgin XP Pro box, and when I try to make it the default browser, Mozilla freezes. Does anyone have any suggestions? Would it help if I uninstalled, put in an earlier RC and then upgraded?

  88. IE memory usage isn't hidden that way by ZeekWatson · · Score: 2, Informative
    Yes... Do you know why??? Because most of IE is integrated into the explorer UI. Most of the bulk of Internet Explorer lies there

    IE will run fine without the explorer.exe shell running dumbass. Lower memory usage and faster performance comes from moving certain functions/objects right into the Win32 API.

    Mozilla is basically an OS running on top of an OS. It has its own native widget set, its own Cross-platform Component Object Model (XPCOM), god knows what else (check the source) and people wonder why it is dog slow?

    Mozilla is FATware. That is what you get for re-inventing the wheel.

    I use it for my email :)
    1. Re:IE memory usage isn't hidden that way by moogla · · Score: 2

      Mozilla is basically an OS running on top of an OS
      &nbsp At least it's smaller than EMACS... /me ducks

      --
      Black holes are where the Matrix raised SIGFPE
  89. Re:Mozilla ain't that great. by Miguelito · · Score: 2, Insightful

    The UNIX and Unix-workalike browser market is essentially non-existant, and I can tell you that those of us who use UNIX for real work (as opposed to pirating MP3s and DVDs and other Taco-esque activities) would have appreciated a fast, standards-compliant browser with the Navigator 4.08 GUI and featureset much more than we appreciate the slow, RAM hog piece of unprofessional garbage that Mozilla has taken way too long to produce.

    Funny, I use a unix box (linux and solaris) to "do real work" and I find mozilla to be a damn fine browser. I've been using it since the first public release days (.7.x?) when I had to compile it myself to use it under solaris. Even then, when it had far less features and wasn't super stable, I preferred to to IE.

    Mozilla has also lost on the UNIX platform. Internet Explorer is faster and more standards compliant. Ironically, it's also a much better UNIX application. By the way, did you know that Microsoft includes CDE icons with the IE/UNIX distribution? That's class.

    Bwah ha ha! IE under Solaris is one of the most unstable apps I've ever seen under solaris. It's one of the few apps that can be counted on to take down an X session or just hang the whole session. We had several people trying it under several different solaris versions (from 2.5.1 from way back in the day to 8 these days) and everyone that tries it hates it!

    Better unix app? My ass! Sure, and NT is a better unix than unix.

    Fuck you all.

    Thanks but no thanks.

    --
    - My favorite error message: xscreensaver, running on an old Sparc 5 w/ 8bit color: bsod: Couldn't allocate color Blue
  90. A "C-" !?! Hell musta froze over!!! by Mulletproof · · Score: 2

    "Strange how they give a rating that would barely merit a "C-"..."

    Did this guy even read the entire story he was submitting on? Lets review.

    "Mozilla 1.0 doesn't do much more for the average Web surfer than Internet Explorer does"
    "But in our Mozilla tests, the ads sometimes permanently blocked part of the page"
    "Unfortunately, IRC client apps aren't very user friendly, and the same goes for Chatzilla"
    "Chatzilla doesn't offer much help, either"
    "instead of closing just the debugger window, it closed all of our Mozilla browser windows, as well--definitely not the behavior we expected or wanted."

    ...Not to mention it placed first in only one of the XP Pro tests (mixed text and graphics)

    I'm not a huge fan of IE, but it's the standard at this point in time. According to the author's of the review, it just doesn't do enough to topple the standard or convince people to defect from everybodies favorite comapany in droves. maybe the C- rating was a little hard, but surely not as inconcievable as this obvious Mozilla fanboy thinks.

    --
    You need a FREE iPod Nano
  91. Oh yeah... =) by Balinares · · Score: 2

    Oh, and sometimes when I look in the task manager under windows after completely thinking I closed mozilla, I'll still see mozilla.exe running, and have to kill it from the process manager in windows 2000.

    It is truely an annoyance. I suggest you do the same with explorer.exe. :)

    --

    -- B.
    This sig does in fact not have the property it claims not to have.
  92. Welcome to the world of Software Libre by Kiwi · · Score: 2
    Given that there is and has been PLENTY of information on the NTLM-over-HTTP authentication process, it is inexcusable for a 1.0 browser to not have support for this protocol.

    You seem to be rather ignorant of how software libre works. The way proprietary software works is that new features are added when enough people complain that the feature is not added.

    The way software libre works is that a new feature is added when someone submits a patch which implements the feature in question.

    If this particular feature is important to you, please start coding. You have already found the documentation which describes how this particular authentication works. That is a good start.

    Now, if you have a patch which implements this feature and the Mozilla development team isn't taking the patch, that is a different story.

    And, oh. Is there any particular reason you are not directly nor indirectly sharing your real name with us? When people start using anonymous IDs like "gblues", instead of their real names, that makes me thank that such people are engaging in actions which they are not accountable for.

    - Sam

    --

    The secret to enjoying Slashdot is to realize that it should not be taken too seriously.

  93. Re:Specify Bookmark Icon Location? by Codifex+Maximus · · Score: 2

    Sounds like a request to be put on Bugzilla don't it?

    --
    Codifex Maximus ~ In search of... a shorter sig.
  94. "The bad" ?!?!? by gnovos · · Score: 2

    For one thing, Mozilla doesn't always render Web pages the same way IE does. Why does that matter? Many Web designers have built sites primarily for IE, and those pages look odd in Mozilla.

    It's tantamount to saying, "For one thing, Mozilla doesn't use a big 'e' for it's icon."

    If a site is designed to reder only IE, and other browers don't render, this shouldn't come as a big shock to anyone....

    --
    "Your superior intellect is no match for our puny weapons!"
  95. C|Net: Click the close-box! by alacqua · · Score: 2
    C|Net: In IE, those ads temporarily hide part of the page, then go away. But in our Mozilla tests, the ads sometimes permanently blocked part of the page, and we had to reload the page until we got a different, regular, nonpositioning ad.

    I'm not flaming mad over this review like some others, but this seems silly. Am I missing something, or wouldn't it be much easier to simply click the close-box and close the ads instead of reloading the page over and over again? In fact, many of the ads don't go away in IE but pop behind the main page. In those cases I prefer that the ads stay on top so I can click them closed that much easier.

    I just disable "move or resize existing windows" and "raise or lower windows" in Mozilla and I've been happy. I'm afraid to disable some of the other stuff because I suspect that some legit sites use some of the features.

    --

    Move on. There's nothing to see here.
  96. Answer: It's not. by Danse · · Score: 2

    How is that for Embrace & Extend (TM)?

    They are simply doing the embracing part. They aren't extending them in proprietary ways, which is what Microsoft is faulted for.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  97. Re: pop-ups by wideangle · · Score: 2
    Speaking of pop-ups, from the NewsForge article -- "It'd be even greater if it worked all the time -- the popups at some sites still keep popping -- nytimes.com, for example."

    Can anyone reproduce this? I tried several pages on nytimes.com and nothing popped up for me.

  98. It's so slow by Kanasta · · Score: 2

    I normally have NS4 and IE5 on my AthXP1700 system. Both work fine. NS4 is faster than IE5 in normal cases, but sometimes it decides to 'think' about a webpage (maybe with crappy JS?) for a few minutes before letting me get back to work.

    I didn't like IE5 because I can't ctrl-tab across pages.

    Now we have Mozilla, and on MY system, it's slower than both. Maybe I'm used to things happening immediately when I click a button. Moz just seems to 'think' about every action a while first.

    Plus it loses the ctrl-tab ability, not to mention all the other usability issues that kept me with NS4 rather than to use IE5.

    So, I guess in this age of eye-candy, Mozilla is king ("ooh look-skins!"). Anyone with wrist pain can get stuffed eh?

    Back to NS4 and waiting for Mozilla 2.

    1. Re:It's so slow by ainsoph · · Score: 2

      Moz just seems to 'think' about every action a while first.


      umm.. computers don't think. People do.

      So, I guess in this age of eye-candy, Mozilla is king ("ooh look-skins!").

      There's a lot more going on there than pretty skins bro, ever hear of web standards? Didn't think so. Here's a couple of hints for ya.

      w3.org

      webstandards browser upgrade

      Webstandards

      While yer at it, you may wanna validate some of those pages you surf in NS4.

      Did you know what people have been writing webpages with CSS for the past few years?

      Back to NS4 and waiting for Mozilla 2.

      Thats it, I am finally using some DOM sniff code and routing all the 4.0 browser people to AOL, where they belong.

  99. save link TARGET as... barf by red_crayon · · Score: 2

    "save link as"

    has become

    "save link target as"

    barf. this is IE-speak

    --
    "Never bullshit a bullshitter" All That Jazz
  100. Re: RBG sub-pixel Anti-Aliasing in X Window System by foonf · · Score: 2

    I'm running the exact same thing, you're right, it does look better than anything else I've used. Unfortunately the gdkxft patch which debian includes in their Mozilla builds probably isn't ever going to make it into the main mozilla tree, and moreover it mangles some characters unacceptably. Now, whenever Mozilla gets ported to GTK 2.0, that will be fun...

    --

    "(Man) tries to live his own life as if he were telling a story. But you have to choose: live or tell." --Sartre
  101. It works in Windows XP. by Futurepower(R) · · Score: 2


    When I read your message, I happened to have 6 instances of Mozilla with a total of 17 tabs running under Windows XP. (Don't hassle me about this; I have to support my customers, and I am wrestling with the bugs and insufficiencies in XP.)

    I added a bookmark in one of the instances and then started a 7th instance of Mozilla. The bookmark was still there, and the history was there too. So maybe the bug you have found is specific to your situation in some way.

    1. Re:It works in Windows XP. by Eil · · Score: 2

      (Don't hassle me about this; I have to support my customers, and I am wrestling with the bugs and insufficiencies in XP.)

      Sir, please try not to be so defensive. I think the vast vast majority of everyone here has to run Microsoft products from time to time. Even those who say they don't. :P

      Now then, I may be wrong here but I think when you click on the icon for Mozilla under Win32, it just opens a new window inside the instance of Mozilla already running (if there is one). One easy way to tell: If the "auto-load" (or whatever it's called) feature is enabled, your taskbar would show two lizard icons when you try to run multiple instances of Mozilla. Another way to tell: if you see two mozilla.exe images listed in the Processes tab (not the Applications tab) of the Task Manager.

      I'd verify these myself, but I won't have access to my desktop computer (with WinXP) for another week.
  102. Re:best thing never mentioned: keywords for bookma by Punto · · Score: 2
    http://www.dictionary.com/cgi-bin/dict.pl?term=%s

    I wonder if they pass that string directly to sprintf or whatever.. (and yes, I'm too lazy to find out for myself)

    --

    --
    Stay tuned for some shock and awe coming right up after this messages!

  103. This would make Mozilla look bad by ColGraff · · Score: 2

    Users would just switch to IE to get rid of the "error messages."

    --
    I'm the stranger...posting to /.
  104. Standard Windows by blazerw11 · · Score: 2

    1) 95/98/ME/NT/2K/XP Which Standard?
    2) Windows widgets don't exist on Linux i386, Linux PPC, Mac OS 9, Mac OS X, OS/2, Solaris, FreeBSD, Irix, BeOS, HPUX, BSD/OS, etc. However, Mozilla looks the same on all.

    --
    A great many people think they are thinking when they are merely rearranging their prejudices. -- William James
  105. My little feedback note to CNet by theolein · · Score: 2

    RE: Mozilla 1.0 review. Is it just a coincidence or does dear old Rex's comment about CSS positioning not doing the same things as IE does mostly involve just one site that I know of: ZDNet, the tabloid of web news articles, owned by dear old Rex's company?

    And talking about Mozilla being complex, I suppose if entering a URL or clicking on a link is complex then I must agree. And how does this relate to wading through IE's security settings and not having a clue as to what they do.

    I think they all need to make a special browser for you Rex. The irony is that with Mozilla, that is possible.

  106. MOZILLA CAN LOOK LIKE IE by Ender+Ryan · · Score: 2
    Not to be an asshole, but you're a moron. Mozilla is completely themeable, there is even a theme which makes it look almost exactly like IE. There is also the Modern theme which is very nice.

    View / Apply Themes / Get New Themes

    --
    Sticking feathers up your butt does not make you a chicken - Tyler Durden
  107. Re:Hi! by Zontar+The+Mindless · · Score: 2
    yey I am a pimple faced 13 year old I know how to make the screen realy wide I am cool!
    Fortunately, since I use Mozilla, the text wraps very nicely, thank you, and Moz seems to be quite immune to all page-widening techniques I've seen employed at /.

    :)
    --
    Il n'y a pas de Planet B.
  108. Re:A "C-" !?! Hell musta froze over!!! by blazerw11 · · Score: 2

    "instead of closing just the debugger window, it closed all of our Mozilla browser windows, as well--definitely not the behavior we expected or wanted."
    File->Quit - always (and has always) closed the application. Had they clicked File->Close, only the debugger would have closed. See how the common user interface helps even the most ignorant of newbies. (Well, except you and the reviewer.)

    ...Not to mention it placed first in only one of the XP Pro tests (mixed text and graphics)
    Except that you got it backwards. 100 was the best score. (Didn't you think it was weird that one browser ALWAYS scored a 100?) IE only won once. Mozilla based browsers won the rest.

    --
    A great many people think they are thinking when they are merely rearranging their prejudices. -- William James
  109. Re: pop-ups by wideangle · · Score: 2
    Found the bug, (140638) but after browsing numerous pages on nytimes.com and maccentral.com, I still can't get popups to appear. (Mozilla 1.0 2002053012, Open unrequested windows unchecked)

    Some of the code nytimes uses:

    function pop_me_up(pURL,features){
    new_window = window.open
    (pURL, "popup_window", features);
    new_window.focus();
    }

    function pop_me_up2(pURL,name,features){
    new_window = window.open
    (pURL,name,features);
    new_window.focus();

  110. Re:On first glance.... by blazerw11 · · Score: 2

    Libraries are counted against a process' memory allocation, as are inproc COM servers and the like.

    However, there are some facts at which we should look (using my PIII 800Mhz Dell Laptop with 128MB memory.
    1) Task manager says 150MB of system memory are currently in use.
    2) Total of MB used in all running processes listed in Task Manager ~ 70MB.
    3) Only one application is running, Mozilla ~ 13MB.

    What libraries and INPROC Com Servers are we missing? What is Windows hiding? What the FUCK is wasting 80MB of memory?

    To truly figure out what's going on we could simply check the Windows Source ...

    DOH!

    --
    A great many people think they are thinking when they are merely rearranging their prejudices. -- William James
  111. Re:Too complicated? by jonabbey · · Score: 2

    Well, there's the sidebar, for one, and the tabs, everything under the tools menu, everything under the 'Window' menu that relates to email, newsgroups, irc, html page editing..

    Mozilla does a lot more than IE does. As some have pointed out, in so doing, it helps maintain the original vision of Netscape as a tool to wrest the center of gravity away from Microsoft's API's and towards the panoply of open network standards.

    That does make it a meatier enchilada than some IE users may be used to.

  112. Re:best thing never mentioned: keywords for bookma by tswinzig · · Score: 2

    I wonder if they pass that string directly to sprintf or whatever.. (and yes, I'm too lazy to find out for myself)

    Why, are you planning on running a buffer overflow attack on yourself?

    --

    "And like that ... he's gone."
  113. Don't forget the Managers! by joelpt · · Score: 2, Informative

    Virtually the sole reason I've moved from the wonderful Opera browser to Mozilla: the 'Managers'. All these are found in the Tools dropdown menu.

    Form Manager: store all your personal information in Mozilla (name, address, cc#, etc.) -- all password protected if you so desire (also very configurable) -- then when you have to fill a form in, click Edit->Fill In Form. Ahhh.. finally :)

    Password Manager: like the form manager, but remembers your login/password(s) on a per-site basis, and auto-fills them in for you when you return next. Also protected by a (master) password if you see fit.

    Cookie Manager and Image Manager: browse and edit your cookie list, and restrict which images are shown in your browser as you see fit.

    Download Manager: not quite as cool as Opera's transfer window, but keeps all of your downloads in one convenient window -- enough with the zillion individual download popups, I say!!

    Mozilla is almost everything I want in a browser. The only thing I'm still wanting is the "remember where I was browsing" feature of Opera. While Moz does tabs, it doesn't remember which were open for you and reopen them upon your next session (and it also has a known issue with the preference which makes new windows open new tabs instead). Here's to hoping such features get implemented in the near future! :)

  114. You are right! by Futurepower(R) · · Score: 2


    You are right! There are 6 Mozilla icons in the taskbar, but only 1 Mozilla.exe in the processes list.

    But that's slicker than I thought! Less memory usage that way. I think Mozilla is a lot better than most people have yet come to realize.

    I wasn't being defensive about Windows XP. I was saving a lot of people the bother of posting their complaints. *grin*

  115. Dubious Statistic by grinwell · · Score: 2, Interesting

    I'm surprised that after 473 comments, no one has brought up the extremely dubious statistic that:

    Because since IE browsers now hold around around 97 percent of the browser market, many developers design sites that cater to IE's various standards.

    Cnet kindly provides a link to a tiny blurb promoting a net-metric site which gives that dubious figure.

    Seems like a convenient FUD.

  116. quick question on possible bug by jbert · · Score: 3

    Am I doing something stupid, or does Mozilla 1.0 stop rendering a page at the first control-L (page-break) character?

    This causes me no end of grief since most/all/many RFCs contain embedded RFC characters - meaning I can't read them (e.g. rfc2060).

    Before I create a bugzilla account and report back there, can anyone reading here tell me if I'm missing a config setting/doing something stupid/etc.

    ta.

  117. Easter Eggs by Captain+Large+Face · · Score: 2

    Has anyone else experienced the strangeness that is the about:mozilla page (Mozilla users only obviously)? I accessed this page using 1.0 RC3, after noticing the About Mozilla tag leads to the url "about:", not "about:mozilla"

  118. Re:Mozilla ain't that great. by jukal · · Score: 2

    >there has never been a .1-.5. the first point release was .6 which Netscape 6 was based on. Fruity troll.

    who cares, whether it was 0.1, or 0.6. I built the thing for myself before 0.6, but that does not matter. Anyway, the experience I and probably many others got during the years remains the same. It is my pure feeling on Mozilla, I don't like that I have to have that opinion, but that's exacly how I see it at the moment.

  119. about:config by IamTheRealMike · · Score: 2
    A quick tip if you're somebody who likes to customise things, try entering about:config into the URL bar. Warning: on my (fast) PC that kills performance for some reason, but you'll get a list of every "hidden" pref you can use. Look at the prefs.js file in your profile, and you'll discover about a million different things to play with that aren't exposed via the GUI.

    I've been told that soon about:config will be fast, and you'll be able to edit settings from it as well. Mondo cool :)

  120. Slow hog by CaptainPhong · · Score: 2

    I've used Mozilla on a number of Windoze and Linux systems, and it always seems to be the most bloated, slowest browser. On my Athlon 1.2Ghz with half a gig of ram, it's close, but not quite. Admittedly, IE has a big advantage being integrated in the OS, but still... On some of the "smaller" computers I have to use (100-500Mhz range, 128 or fewer megs of RAM), it's downright unusable. Compare that to Opera, which is just fine on a Pentium 166 Linux box with 64 megs of ram and pokey-slow hard drives. How can all the other browsers justify their bloat when Opera can do almost everything useful in such a tiny space?

    Where are people pulling these benchmarks from that say Mozilla is so fast? Is it the only thing running on the system? Do they not consider start-up time important (i.e. when opening up lots of windows)?

    --
    ... "Give me a woman who loves beer and I will conquer the w
  121. Re:On first glance.... by throx · · Score: 2

    1) How does Task Manager say 150M is in use? Is it the "Commit Charge" or are you calculating from total physical memory and available physical memory?

    2) What are you using to tally the memory used? My guess is the "Memory Usage" column which corresponds to the working set of the process. However, the real column to look at is "VM Size" which tallies the total allocations for the process.

    3) Don't be so naive as to think only one application is running. There are at least 20 processes running on your average Windows box on startup. You should be able to verify this easily using Task Manager.

    You aren't missing any libs and inproc COM servers. Windows isn't hiding anything. It's just the failure of the user (in this case you) to understand the data presented. The difference of 80M is more than likely the difference between the working sets and the total VM size of the processes.

    There's no need to "look at the source". It's perfectly well documented. Perhaps you just need to RTFM?

    --

    Fear: When you see B8 00 4C CD 21 and know what it means

  122. Okay, but could you explain how? by Futurepower(R) · · Score: 2


    Great! Read my earlier post about this. Note that Mozilla and Opera operate the same, if Opera works as you say.

    I haven't been able to figure out how to get Opera to open multiple windows, and therefore assumed it didn't. Could you explain how?

    Note that the mail client in Mozilla is able to compose HTML. It's good, clean HTML, without the junk inserted by MS Word or MS Frontpage. The Opera mail client does not support HMTL composition.

    As I write this, I have Opera open with 29 tabs (research on web hosting providers), and 6 windows of Mozilla with a total of 17 tabs (research in other areas). Both browsers are excellent.

    I didn't know about dragging and dropping tabs in Opera, because I didn't know about the possibility of more than one window.

  123. Re:On first glance.... by blazerw11 · · Score: 2

    How does Task Manager say 150M is in use? Is it the "Commit Charge" or are you calculating from total physical memory and available physical memory?

    On Win2k at the bottom of Task Manger, there's a thing we like to call the Status Bar. It has a field with the text: Mem Usage 150,321KB. It matches the Total value in Commit Charge. No FM to R there, just look at the screen.

    What are you using to tally the memory used? My guess is the "Memory Usage" column which corresponds to the working set of the process. However, the real column to look at is "VM Size" which tallies the total allocations for the process.

    Obviously, VM Size, I don't know why I didn't look at that "not chosen by default" column. Oh, but it still fell 40MB short of the total. Probably still not the "real" column to look at. There are about 20 more columns that can be viewed, let me know which one is the "real" column.

    Don't be so naive as to think only one application is running. There are at least 20 processes running on your average Windows box on startup. You should be able to verify this easily using Task Manager.

    See, when a user starts a program it's usually referred to as an "application" and typically shows up in Task Manager under the "Applications" tab. Still with me? Then, when the OS starts a program, or an "application" starts a helper program, those are called "processes". They typically show up on the "Processes" tab of Task Manager. Your FM that you Rd probably didn't cover that, did it?

    The difference of 80M is more than likely the difference between the working sets and the total VM size of the processes.

    Nope, VM Size was still missing 40MB. Any more guesses? Because, you ARE guessing.

    Perhaps you just need to RTFM?

    Actually, I do have a copy of the Task Manager User's Guide (who doesn't?). I bought it on Amazon.com, used from somebody who'd never read it. (For those in our audience who are slow, this is a reference to throx who felt that if he/she through a few technical sounding words around it would seem like he/she knew something. Sadly, he/she does not.)

    --
    A great many people think they are thinking when they are merely rearranging their prejudices. -- William James
  124. Re:IE does a better job in some aspects of securit by David+Gerard · · Score: 2
    "I'm actually very impressed they did that (hopefully w/o violating anyones privacy)."

    Don't worry, it's just looking at your User-Agent string :-) The script looks at the date on the Gecko tag.

    --
    http://rocknerd.co.uk
  125. Re:On first glance.... by throx · · Score: 2

    Ok, ignoring all your smart-arse comments and still trying to help you understand Win2k's VM system. I'm not sure if you are actually interested or just trying to bash Microsoft now, but what the hell - I'll try to help anyway.

    The best "manual" I'd recommend for this stuff is "Inside Windows 2000", or even looking over the Platform SDK. There's a lot of info there about how the VM system works and what the performance counters exported by it mean.

    On Win2k at the bottom of Task Manger, there's a thing we like to call the Status Bar. It has a field with the text: Mem Usage 150,321KB. It matches the Total value in Commit Charge.

    That number is the total amount of memory used by the OS and all applications, yes.

    Obviously, VM Size, I don't know why I didn't look at that "not chosen by default" column. Oh, but it still fell 40MB short of the total. Probably still not the "real" column to look at. There are about 20 more columns that can be viewed, let me know which one is the "real" column.

    VM Size is the "real" column. The Memory Usage column is the real amount of RAM the process is using which is generally more realvent to users and hence selected by default. I'm sorry you feel angry that you selected the wrong column.

    VM Size falls short of the total because it is actually reporting the "Private Bytes" figure from the performance counters. This number excludes a few things. Shoot me an email if you want me to explain further, but chapter 7 of Inside Windows 2000 goes into a lot of detail on this.

    See, when a user starts a program it's usually referred to as an "application" and typically shows up in Task Manager under the "Applications" tab. Still with me? Then, when the OS starts a program, or an "application" starts a helper program, those are called "processes". They typically show up on the "Processes" tab of Task Manager. Your FM that you Rd probably didn't cover that, did it?

    You are wrong, and I'm not sure where you got that description from - it's just bizarre. An "Application" in the context of Task Manager is simply a top level window. It means nothing. In fact for every "Application" in the first tab there is a process in the second tab which is running - just right click on the app and choose "Go To Process". Processes are a core OS object which contains a virtual memory space, some system resources and at least one thread of execution. They are the base objects which are used to manage memory (exactly the same as on Linux).

    Nope, VM Size was still missing 40MB. Any more guesses? Because, you ARE guessing.

    No, I'm not guessing. I was just skipping the details on exactly what the VM Size column doesn't include. To summarize though, it misses all the kernel memory and any shared VM pages.

    Actually, I do have a copy of the Task Manager User's Guide (who doesn't?). I bought it on Amazon.com, used from somebody who'd never read it. (For those in our audience who are slow, this is a reference to throx who felt that if he/she through a few technical sounding words around it would seem like he/she knew something. Sadly, he/she does not.)

    I have the strange feeling that I know a little more about OS architecture than you do, give your strange explanation of Applications and Processes. There's several different "Manuals" you can read and I'm guessing you haven't read any of the ones I've suggested?

    Given this thread is so old, I'll send you a copy via email. Hope you appreciate the help.

    :-)

    --

    Fear: When you see B8 00 4C CD 21 and know what it means