Slashdot Mirror


Ars Technica Reviews Mozilla

Aglassis writes "This Ars Technica review gives mozilla 1.0 an overall score of 7/10 (9 for Gecko and 6 for the browser). The major detractor was the user interface, since it didn't feel like a Windows application. This was probably due to a poor understanding by the authors of XUL. Overall they say that mozilla would make a good substitute for IE 6 but there is no major reason to switch over."

301 of 804 comments (clear)

  1. tabs by JPriest · · Score: 4, Informative

    I like the tab feature with Galeon, Mozilla, and opera. That is one large feature they have over IE.

    --
    Saying Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
    1. Re:tabs by Jugalator · · Score: 3, Insightful

      ... along with built-in privacy features that work very good. Even ad-blocking via "do not download more images from this server" which is simply outstanding.

      I'd actually use it over IE if it was more stable. Yeah, you heard right. IE is actually more stable for me for some reason. :-P

      --
      Beware: In C++, your friends can see your privates!
    2. Re:tabs by Bert+Peers · · Score: 2
      Yep, especially with gesture based tab cycling.

      Spamming this until everyone uses it ! :) It si teh rox.

    3. Re:tabs by FyRE666 · · Score: 2

      "IE is actually more stable for me for some reason"

      Actually while I agree that IE6 is still the best browser to use under Windows*, it does have instabilities - mostly revolving around the cache. One widely reported problem is that suddenly the "View Source" and other options will just stop working. This is fixed by clearing the cache and history (why?!)

      I've also noticed the browser go dead (after clicking a link, it stays on the page, as though it's loading, but never loads a new page until it's closed and then re-started). I'll admit I do abuse it a lot as I write a lot of DHTML scripts, but Mozilla doesn't fall over as easily (though I have crashed it on occasion).

      * Due to it having a faster reflowing/DHTML engine and other capabilities not strictly related to normal web browsing. I repeat this is Windows only though, I'd advocate Mozilla on other platforms (on Mac OS-X both IE and Moz are slow and broken in various ways though, so it's a matter of taste).

    4. Re:tabs by jazman_777 · · Score: 4, Funny
      I've also noticed the browser go dead (after clicking a link, it stays on the page, as though it's loading, but never loads a new page until it's closed and then re-started

      That is my main gripe. Plus no tabbed browsing. Plus that Russian guy showing us how many odd security holes there are in IE.

      --
      Slashdot: Failed Car Analogies. Amateur Lawyering. Anecdote Battles.
    5. Re:tabs by Dalroth · · Score: 2

      I used the Mozilla gesture stuff for awhile, but had to turn it off.

      The default gestures are absolutely terribly chosen. The single biggest one was for moving back and forth in the history. I quite frequently go to highlight a piece of a web page to copy it, only the find Mozilla decided I REALLY wanted to go back (or forward) to a previous page.

      Bad bad bad! Now, of course, there are ways to avoid having that happen, but they all involve extra work (either by taking extra steps while copying the text, or by mucking around in the menus to change/and or stop certain features). That, imho is a big impediment to getting the gesture support actually used by the community. The default install should come with a set of gestures that DON'T interfere with the things you already do on a daily basis (yet are still easy to use and remember).

      When that day comes, I'm sure I'll use gestures again and many other people will probably do the same.

    6. Re:tabs by Citizen+of+Earth · · Score: 3, Insightful

      Even ad-blocking via "do not download more images from this server" which is simply outstanding.

      I think they need a "do not download anything from this server" option and another option to include a list of the usual suspects.

    7. Re:tabs by Bert+Peers · · Score: 2
      Agreed, for some reason the default setting of making the gestures with the left mouse button is nearly unworkable. However, in Preferences, Advanced, Gestures, you can set the 'gesture hot key' to the right mouse button. That works _much_ more comfortable... and it's not really 'extra work' :)

      Otoh I also have to mention that for some reason, right-button-gestures are not working very well either on Linux -- context menus going bananas, stuff like that..
      But on Windows, it's a blast.

    8. Re:tabs by dylan_- · · Score: 2


      downloaded mozilla 1.1beta - crashed 15 minutes later - I know its beta


      Yes, 1.1 crashed on some sites for me too. I use 1.0 on Win2K and it's fine.

      --
      Igor Presnyakov stole my hat
    9. Re:tabs by Mr.+Balrog · · Score: 2, Informative

      Download Moz 1.0. 1.1b is for people who want to report bugs, fix bugs, and add more features. 1.0 is a lot more stable.

    10. Re:tabs by keytoe · · Score: 2


      on Mac OS-X both IE and Moz are slow and broken in various ways though, so it's a matter of taste

      Pick up the current (0.4) version of Chimera for OS X. I've been waiting patiently since the 0.1 days for it to stabilize - the idea of a native Cocoa front end makes me tingle.

      Mozilla 1.0 does some 'odd' things (mainly related to text input) and if you don't have a zippy machine those things become very noticable (why does typing in the location bar need all of my processor time?!).

      So, last Thursday, I downloaded the 0.4 version of Chimera to see how things were coming along. It's still running and Mozilla is no longer sitting in my dock. It's far from complete (very minimal prefs interface, but the prefs.js file is right where you'd expect it), but native Cocoa tabs, sidebar (it's a drawer) and widgets make it all worth it. And windows open at 'normal' speed.

      Really, go try it.

    11. Re:tabs by alanjstr · · Score: 2

      There is an application that creates a wrapper for IE to allow tabs. NetCaptor, however, is trialware.

    12. Re:tabs by keytoe · · Score: 2


      looked exactly like Mozilla to my eyes

      Well, yeah. The rendering engine is the same, therefore pages look the same. That's the point. However, the is a huge difference between running the the XUL skin that looks like a native app and actually running the Gecko engine in a native app.

      Form elements on pages look and behave like native widgets (makes quite a difference for popup menus) while they don't if you simply skin the standard mozilla. Scroll bars are native. The tabs, sidebar, toolbar et al are all native, not just native looking.

      If you have a fast machine, you won't really notice much of a difference. Run it on an old iMac, and the choice is quite clear. Mozilla skinned (with ANY skin) requires 100% of my CPU to type into text fields and doesn't even keep up with me. The 1.1beta tries to get around this by not updating the text in the field as frequently, but this leads to 'ghost typing' (not that I ever miss :).

      This doesn't even get into the selection issues that have been driving me nuts in Mozilla for the last 3 years. Clicking in the location bar to change a URL shouldn't be a guessing game as to where the cursor and selection will end up.

      All of these problems went away with Chimera - and it's entirely due to the actual Cocoa widgets. Use the framework, Luke.

    13. Re:tabs by Citizen+of+Earth · · Score: 2

      Try writing stuff like:
      127.0.0.1 *.doubleclick.net


      Actually, the Mozilla mechanism should use URL prefixes, such as:

      http://images.slashdot.org/banner/

  2. its not a xul issue by sirinek · · Score: 5, Insightful

    Poor understandnig of XUL or not, if it doesn't feel like a Windows application, then it just *doesnt* feel like a Windows application. I agree with the author's opinion on that. I am a happy mozilla user at home on my Linux box, but I am not about to switch IE to Mozilla on my windows machine here at work, theres really no reason aside from maybe curtailing javascript annoyances (popups, resizes, etc)

    siri

    1. Re:its not a xul issue by mshiltonj · · Score: 2

      theres really no reason aside from maybe curtailing javascript annoyances (popups, resizes, etc)

      That and blocking ads with a mouse click are *great* and *compelling* reasons to switch.

    2. Re:its not a xul issue by MaxVlast · · Score: 5, Insightful

      Ha! I almost fell out of my chair laughing at the "poor understanding by the authors" comment. A program's philosophy and reason shouldn't be explained to the user! This isn't a humanities class! A browser is a tool for getting information. It should be fluent and natural to use. I absolutely, 100% do not want to even think about the tools that the programmers used to create the UI. Furthermore, if I have to have an understanding of those tools to be able to deal with the non-standardness or funkiness of the browser, I will immediately go to the next browser available. And I did. The Mozilla UI is ghastly, and I don't care why. There are other, equally good, products out there which I'll happily use. Hehe. Thanks for a good laugh.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    3. Re:its not a xul issue by Brian+Kendig · · Score: 4, Informative

      Mozilla doesn't feel like a Mac OS X application, either. Sure, if you set the theme to 'Classic' then it fakes having Aqua scrollbars and buttons, but set the theme to 'Modern' and the generic interface elements return.

      It just lacks the spit-and-polish that other Mac OS X applications have. Mozilla doesn't get the text navigation shortcuts (option- and command-arrowing through text) quite right, it doesn't get the 'new document' behavior quite right (if it has no windows open and I click on the 'M' icon in the dock then it should create a window), the pulldown menus don't look quite right, it shouldn't hijack Command-W to close tabs instead of windows... sure, there's another project ('Chimera') to create a Mac OS X-friendly version of Mozilla, but there shouldn't *have* to be; the original Mozilla shouldn't be such a Frankenstein's monster on Mac OS X in the first place.

      IMHO, the Mozilla developers made a very bad decision when they decided to create their own GUI toolkit from scratch rather than rely on the interface of each operating system Mozilla ran on. Sure, Mozilla's controls look the same on Mac OS X as they do on Windows and Linux and Be and OS/2 and OpenVMS... but who cares? I don't want it to look like a Windows application on my Mac. And having to reinvent the wheel and get all the buttons and scrollbars and pulldowns working right must have added at least a year or two to Mozilla's schedule, and they still need work.

    4. Re:its not a xul issue by yasth · · Score: 4, Insightful

      Umm but the comments the article made about it not fitting in with with the windows UI were a philisophical dig at mozilla, therefore respond in kind and all that. Truthfully IE has at many times used non standard windows omponents. The Rebar system that allows for the toolbar customizing was most certainly not standard in 4.0 and wasn't available for developers to use for quite some time. The toolbar for IE 3.0 wasn't windows standard at all. As far as the UI being ghastly, well I have trouble seeing that, after all the principle aspects of the UI that I deal with are all clearly pressented (more so then IE). I mean if you want you can grab a skin and make it look IEish. Though All that being said I do use the pinball theme for daily work, but don't have trouble with either classic or modern. What is more important neither have the several friends that I have introduced to Mozilla.

      --
      I'd do something interesting, but my server can't handle a slashdotting.
    5. Re:its not a xul issue by forgoil · · Score: 4, Interesting

      I am a software engineer, I work with computers all day in and day out, given enough time I could code my own GUI (done part of that for a commercial company already) and my own browser. Heck, I could make my own OS etc.

      But I don't want to, I want to dubble click the installation icon when I install an app, answer some silly questions, and be done with it. I don't want any extra GUIs, I want it to look and feel 100% like the style guide for that platform. I don't want to see any code, I never want to touch any configuration text files, I care little of whatever XUL can do for me. I won't use up a single second on something like that, and I never should have to.

      MaxVlast has got it right, and so has the majority of the web browsing population. They care about browsing, not software politics or technical merits.

      Besides, if it was so darn easy to fix with XUL, couldn't the developers fix that from day one so an installation is 100% like the native system it runs on? The two browsers I use does this perfectly (a virtual pat on the back for those who can guess which ones I use;)).

    6. Re:its not a xul issue by prgammans · · Score: 5, Interesting


      IMHO, the Mozilla developers made a very bad decision when they decided to create their own GUI toolkit from scratch rather than rely on the interface of each operating system Mozilla ran on. Sure, Mozilla's controls look the same on Mac OS X as they do on Windows and Linux and Be and OS/2 and OpenVMS... but who cares? I don't want it to look like a Windows application on my Mac. And having to reinvent the wheel and get all the buttons and scrollbars and pulldowns working right must have added at least a year or two to Mozilla's schedule, and they still need work.


      Have you actually tried to create a application that can run on multiple platforms and present a GUI that matches the underling OS.

      You have two basic options
      1) use something like qt which just emulates the look and feel if the OS, this very close to what mozilla did, there are just no windows themes*

      2) Write the GUI side of you application for each OS you wish it to run on. Which would at least double the amount of work required and also prevent to from being able to show a consistent interface across platforms. Not to touch upon the complexities of debugging issues.

      The only other option is use something like wxWindows which tries to present a single API that is platform independent but will use native widgets, though this approach has it own problems.

      *There are actually as part of the mozdev project.

    7. Re:its not a xul issue by Jeppe+Salvesen · · Score: 2

      If you would like native look'n'feel for Max OS X, try Chimera. I don't have OS X, but it claims to be what you're looking for!

      --

      Stop the brainwash

    8. Re:its not a xul issue by Bedouin+X · · Score: 2

      Well... this has been addressed for the most part in WinXP / OS X with the classic skin. I know that one complaint about the Win XP implementation has been that smaller scrollbars aren't inherited, but that's beside the point that there is an implementation that uses native widgets.

      I should say (though I'm sure that it's also said on here somewhere else) that IE isn't a fully native (widgets-wise) app either.

      --
      Dissolve... Resolve... Evolve...
    9. Re:its not a xul issue by davids-world.com · · Score: 2, Informative
      When you pick "Classic" as a theme in Mozilla on OS X, the explanation given reads

      "This theme simulates the appearance of previous Netscape versions for the Windows operating system".

      Sad, but almost true.

    10. Re:its not a xul issue by bigjocker · · Score: 2, Flamebait

      The only other option is use something like wxWindows which tries to present a single API that is platform independent but will use native widgets, though this approach has it own problems

      I believe this is the most logical option. If you are writing a GUI app then you should use as first option the OS native widgets. If you are writing a multi-os GUI app then use a wrapper for the GUI. Thats the magic about Object Oriented Programming.

      Why leave the wxWindows option last? there are other projects like this one, even they could have done something like this instead of creating their own set of widgets and would be a lot easier and nicer.

      I dream of the day when us Open Source developers start coding thinking on the user, and not thinking in "ooh, I can do this the easy way or I can do it the hard way, I'll do it the hard way so everyone knows I can".

      --
      Life isn't like a box of chocolates. It's more like a jar of jalapenos. What you do today, might burn your ass tomorrow.
    11. Re:its not a xul issue by gpinzone · · Score: 2

      Then do it the proper way and use Proxomitron. Now if I can only figure out how to get it to block popups without knocking out javascript "new window" commands...

    12. Re:its not a xul issue by PainKilleR-CE · · Score: 2, Informative

      2) Write the GUI side of you application for each OS you wish it to run on. Which would at least double the amount of work required and also prevent to from being able to show a consistent interface across platforms. Not to touch upon the complexities of debugging issues.
      This is the option that most developers prefer when writing professional cross-platform applications. It also helps to track down bugs in some cases, because your UI logic is separated more thoroughly from your core application logic (this bug appears only on this platform, therefore it's more likely to be in the UI or platform-specific code; this bug appears on all platforms, so it's most likely in the platform-independant code; not to mention not having to iron out bugs in the interface toolkit if the native interfaces are stable). Microsoft tried the 'one look on all platforms' thing with Office a couple of versions ago, and basically pissed off the majority of Apple users (and they have a larger percentage of the Apple market for office suite software than they do of the Windows market for office suite software), and eventually they went back to using the native OS' interface in the new version.

      --
      -PainKilleR-[CE]
    13. Re:its not a xul issue by markhb · · Score: 5, Interesting
      Choice 2 is exactly how the original Navigator / Communicator line was done: Bill Law has some info on this at his NSCP homepage.

      IIRC, the discussions regarding creation of XUL went something like this:
      • No one wants to work on the Communicator 5.0 codebase; it's all crufty spaghetti.
      • NGLayout is really cool; let's work on that instead!
      • There are very few people who want to work on the front-end stuff for {platform X where X not in ('Windows','Linux')}
      • You know, we have to code all these widgets anyway for use in the browser window; the APIs are all too different to try to use native ones in the renderer.....
      • Why don't we use the renderer widgets to build the chrome!
      • Let's go with that, and rebrand Mozilla as an Application Development Platform instead of a browser!
      IMHO, it was that change from native front ends to XUL, and all the tangents that that gave birth to (ChatZilla, anyone?), that caused the Mozilla project to take 4 years. Switching to NGLayout didn't hurt the timeline nearly as much as the XUL implementation.
      --
      Save Maine's economy: write stuff down. All comments are exclusively my own, not my employer.
    14. Re:its not a xul issue by HerbieStone · · Score: 2, Insightful
      It should be fluent and natural to use....

      Sorry, but the only interface that is natural to use is the nipple. From then on, everything is learned.
      I've designed GUI's. You either go with something existing which almost fits your needs, or you go the "innovative" way. "Natural to use" doesn't enter into it.

    15. Re:its not a xul issue by Otter · · Score: 2
      2) Write the GUI side of you application for each OS you wish it to run on. Which would at least double the amount of work required and also prevent to from being able to show a consistent interface across platforms. Not to touch upon the complexities of debugging issues.

      People talk about this as though that's not how Netscape did things for years.

      Look, supporting three platforms (Windows, Carbon and X) covers 99.99999% of the desktops out there. And abstracting as much as possible and making and maintaining three parallel native interfaces is far less work than creating an entirely new display method that imposes its own performance problems and inconsistencies and its own set of platform-specific bugs. I couldn't use Mozilla on MacOS for a year because of the white-text-on-white widgets it was giving me.

    16. Re:its not a xul issue by Sloppy · · Score: 2
      The only other option is use something like wxWindows which tries to present a single API that is platform independent but will use native widgets, though this approach has it own problems.
      That is the correct thing to do. Native widgets should always be used. Always.

      "Skinnable" programs suck. They never look right, even when you go out of your way to try to find a theme that resembles native widgets. Customized GUIs for apps, instead of using the usual services available for the platform, are a technological step backwards. It's can be tolerable, but it's still wrong.

      --
      As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
    17. Re:its not a xul issue by Crispy+Critters · · Score: 2
      MHO, the Mozilla developers made a very bad decision when they decided to create their own GUI toolkit from scratch rather than rely on the interface of each operating system Mozilla ran on. Sure, Mozilla's controls look the same on Mac OS X as they do on Windows and Linux and Be and OS/2 and OpenVMS... but who cares?

      Microsoft cares a whole lot.

      Why did the browser war start? Because MS was terrified of netscape becoming a platform itself. The softies imagined a future in which people did stuff by using netscape to interact with servers. If this happened, it wouldn't matter what the OS was as long as it ran netscape. This is what made MS flip out.

      So they killed netscape, but moz is rising from the ashes, with a much more versatile interface. Get people used to moz/NS, and they'll be happy on windoze, linux boxes, X terminals...

      Oh, someone does care very much indeed.

    18. Re:its not a xul issue by oconnorcjo · · Score: 2
      ... sure, there's another project ('Chimera') to create a Mac OS X-friendly version of Mozilla, but there shouldn't *have* to be; the original Mozilla shouldn't be such a Frankenstein's monster on Mac OS X in the first place.

      I disagree. Mozilla should NOT try to make a browser for a specific desktop. I like the fact that Galeon is out there for Linux and Chimera is out there for Mac. Mozilla is turning out to be an excellent collection of components for others to build excelent browsers around. It really is a waist of time for them to paint the pretty browser when there are people on various platforms who know thier platform BETTER and who have a personal interest in getting the GUI stuff right. I want the Mozilla developers to keep developing excellent components and work on making those components easier to use so that OTHERS can build the browser you want.

      --
      I miss the Karma Whores.
    19. Re:its not a xul issue by ebyrob · · Score: 2

      As far as the UI being ghastly, well I have trouble seeing that

      I run mozilla 1.0 on win2k with the "modern" theme. 20% of the time when I start up mozilla and begin typing in the address bar the cursor just dies and nothing but a mozilla restart will allow me to type in the address bar.

      This certainly fits my definition of "Ghastly" and is what keeps me using IE on windows instead of the more script-friendly mozilla.

      The ratio goes up to 60% when I use the Lo-Fi mozilla theme, which happens to be my favorite, looks wise.

      There are a couple conclusions here:
      1) Skinning is really tough to do right, and has little benefit even when it works.
      2) It's so difficult to write a decent XUL skin that even the XUL developers can't get their examples right.

      The fact this and similar bugs get repeatedly ignored on bugzilla doesn't help matters either.

    20. Re:its not a xul issue by DunbarTheInept · · Score: 2

      They care about browsing, not software politics or technical merits.

      Then they don't care about browsing. Not in the long term, anyway. They only care about the here and now.

      An idealist is merely a pragmatist with a long view of things.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    21. Re:its not a xul issue by jesterzog · · Score: 2

      Mozilla is not an end user browser, anyway. It was never intended to be, so I'm not sure why this is such an issue for people here. The end user products that should be reviewed are ones like Netscape.

      A negative review from an end users perspective that criticises end user issues shouldn't be a cause for the mozilla development team to be worried in the slightest, with the possible exception of bad publicity towards people who don't understand that it's not intended for them.

    22. Re:its not a xul issue by MaxVlast · · Score: 2

      The thing is that it is intended for me. I'm a coder. I'm a sysadmin. I have pretty tough software requirements. The problem is that I also care about aesthetics and about design. Technologically, Mozilla isn't so bad (save the fact that it feels shakey to use -- I have the feeling that it might just go away at a moment's notice), but when it comes to design and aesthetics, it really misses the boat, IMO. Oh well. My 2.

      --
      There should be a moratorium on the use of the apostrophe.
      Max V.
      NeXTMail/MIME Mail welcome
    23. Re:its not a xul issue by ebyrob · · Score: 2

      I'll give 1.1 a try, and I'll also give Kmeleon another try. I've been told this bug doesn't exist in 1.0. However, it and similar problems relating to keyboard/mouse focus, have existed to varying degrees in every version of mozilla I've ever used (which includes a lot of nightly builds).

      I have yet to see a valid bug be ignored on Bugzilla, marked duplicate, yes, assigned to someone who is overloaded and can't handle the bug, yes, get lost in a long flame war, yes, but ignored, no.

      I should have stated my point better. This was one that's been repeatedly turned into a flame war and marked as duplicate, or maked fixed when it wasn't. I've even tried to get involved with reporting on it, but each time I get disgusted and go use IE for another week. It just shouldn't be that tough to code a working address bar and the dancing around it really gets my goat.

      I suppose the real solution would be to get involved with coding and fix the darn address bar myself since I seem to be one of the very few people able to reproduce these bugs on a consistent basis.

    24. Re:its not a xul issue by jesterzog · · Score: 2

      You might be right, but I thought it was intended primarily for bug testers. Or am I only thinking of the builds that were pre-version-1.0?

  3. Security? by vofka · · Score: 4, Insightful

    ...but there is no major reason to switch over.

    Secirity Problems perhaps? Given the number os severe security issues that have been found in IE over the years, I would have thought this would have been a pretty major reason to switch!

    --
    Disclaimer: I meant what I thought, not what I wrote! What? You can't read my Mind? Oh dear!
    1. Re:Security? by Jugalator · · Score: 2

      Well, I have never been victim of one. I don't think *anyone* I know has. I wonder how rare these exploits are really. From the news, I'd be attacked approx. once a month or so, but I haven't been once since IE 2.0. :-o

      You have a point, but I guess it's just human laziness in my case... Switch when you have to, not otherwise. :-P

      --
      Beware: In C++, your friends can see your privates!
    2. Re:Security? by DeadSea · · Score: 2
      Mozilla is likely to have more holes in it than IE. Any monolithic program such as a browser will have bugs and some of those bugs will lead to leaked information, or backdoors. You cannot use either IE or Mozilla and expect to be secure. You can expect Microsoft and Mozilla developers to fix security bugs and release new versions. Currenly IE has many known security holes, and since bugzilla is down, I can't tell how many mozilla has (they might not be public bugs anyway), but I'd wager there are several. If most users don't even apply hot fixes to the browser they have to secure it, why would they upgrade to another browser (which won't be secure) to fix security issues?

      There are many reasons why I use mozilla, but security isn't one of them.

    3. Re:Security? by zmooc · · Score: 2

      The point with most (all) MSIE-exploits is that you have to visit a page that has an exploit. Since most visited pages are legitimate ones and such exploits are easy to trace (so the website-owner will think twice before putting up an exploit), you're not very likely to encounter one. I think the best place to find exploits would be on defaced websites.

      --
      0x or or snor perron?!
    4. Re:Security? by kawika · · Score: 2, Troll

      The point with most (all) MSIE-exploits is that you have to visit a page that has an exploit.

      No, the page can visit YOU via the HTML email feature of Outlook Express, Outlook, and even Eudora in some cases. Until very recently, scripting and ActiveX were enabled by default for incoming emails on most mail clients.

    5. Re:Security? by dbrutus · · Score: 2

      If I know that there's a new version every night with bug fixes and new features, whenever I hit a browser limitation I would download a new version because maybe they've fixed it in the meantime.

      If a new browser version comes out once every several months, I might be feeling fairly good about my browser experience at that point and wouldn't feel any incentive to install a new version whether or not I've got problems I don't feel.

      Mozilla's dev schedule is better for updating. It caters more to human nature.

    6. Re:Security? by PsiPsiStar · · Score: 2

      I've gotten a few virus from the web, sircam being one. I didn't download anything. My browser made me do it.

      --

      ___
      It's the end of my comment as I know it and I feel fine.
  4. Well... by Mr+Guy · · Score: 4, Funny

    The major detractor was the user interface, since it didn't feel like a Windows application

    Well, can I be the first to say, "Thank God"?
    I mean, isn't this a Good Thing (TM), at least according to Thomas Krul's theory?

    1. Re:Well... by Paladin128 · · Score: 5, Insightful

      I also dislike the Windows style interface, but as a trained human-computer interface designer, I can state that interface consistency is important to even intermediate and advanced users. Interface consistency means you have to learn less, which means you learn faster. You can also start building motor reflexes for use of an application faster if it is more consistent. Why is "properties" always the last menu item in a context menu in Windows? Why is the "help" menu always the last menu item on the menu bar? Because if you always no that's where it is, it takes less time for you to find it, thus making YOU faster.

      This is a major detractor to most cross-platform toolkits. Apps in Windows should look like Windows apps, Apps in MacOS should look like MacOS apps, Apps in KDE should look like KDE apps, etc. It helps the user immesurably, and makes learning applications more follow the power law of practice.

      --
      Lex orandi, lex credendi.
    2. Re:Well... by DeadSea · · Score: 2
      The reviewer puts a lot of weight on IE's "professional polish". This seems to boil down to the fact that IE uses colors, sizes, and fonts specified in the Windows control panel. The reviewer says that IE's arrangement is more flexible. Since I can change the skin on Mozilla, I'd say that Mozilla is more flexible, and I can get it to look the way I want mare easily, (including getting a skin to make it look like a windows program).

      I feel that IE has little polish and I am constantly reminded of it every time I use the product. Most annoying is that I use a dvorak keyboard but my default layout on my computer is qwerty because other people use the computer. Every time you open a new window or dialog, IE uses the default keyboard layout. I have to switch layouts for every little popup including pressing ctrl-f for find on page. The other major annoyance is IE's new page logic. I can't for the life of me figure out why they put the same page you are looking at in the new window. I set my homepage to about:blank and new windows should be blank. The only reason I can see for opening a new window would be to get away from what you were doing and go somewhere else. IE gives you exactly what you were doing. This is very annoying for slow loading pages. It has also caused me to submit numerous forms more than once.

    3. Re:Well... by southpolesammy · · Score: 2
      Why is "properties" always the last menu item in a context menu in Windows?
      This is just a hypothesis, but perhaps the properties tab is so far away from the beginning of the pull-down list because the software designers figured out that if people can't find the properties button, then they won't change things within the app, thereby making the application support person's jobs easier.

      Just a theory though....
      --
      Rule #1 -- Politics always trumps technology.
    4. Re:Well... by PainKilleR-CE · · Score: 2, Informative

      This is just a hypothesis, but perhaps the properties tab is so far away from the beginning of the pull-down list because the software designers figured out that if people can't find the properties button, then they won't change things within the app, thereby making the application support person's jobs easier. A 'context menu' is the menu that pops up when you right-click on something, called a context menu precisely because a good application will change what comes up based on context (ie a user will not right-click on the toolbar expecting text-editing options when they're using Word or another text editor). The reason Properties is the last item, in most cases, is simply for consistency. An experienced user will usually be able to get to it quite quickly precisely because it's the last item, rather than being somewhere in the middle of the menu list, and if you right-click near the bottom of the screen or application window, it's the first thing your mouse pointer will hit.

      --
      -PainKilleR-[CE]
    5. Re:Well... by SuperKendall · · Score: 2

      Then why complain about Mozilla - it doesn't LOOK like a Windows app because of the skinning, but all of the muscle-memory trained actions are in the right places.

      However, I am now convinced that consitancy between apps is exactly backwards. Instead an app should be able to be configured quickly to operate at maximum speed for the user. I use Emacs in just this fashion, coming up with sets of macros for a task and assigning these macros to various keys around the keyboard to make completion of a task a matter of using a small cluster of keys.

      Remember, the best tool is one that is used for tasks its creator never imagined - and if the inventor could not imagine all the tasks in can be used for, how can they even begin to think any one UI design is the best possible solution to the problem at hand?

      --
      "There is more worth loving than we have strength to love." - Brian Jay Stanley
    6. Re:Well... by glwtta · · Score: 2
      on the other hand, having some applications that behave and look consistently across platforms, helps those who are in the process of switching oses. as an example, windows users new to linux are often "comforted" to have the same Mozilla they had in windows.

      I personally would love for Mozilla to use native widgets though, then it would look as pretty as the rest of KDE :)

      --
      sic transit gloria mundi
    7. Re:Well... by DennyK · · Score: 2

      Good thing or not, I want to know how the ArsTechnica folks think Moz doesn't "feel like a Windows application". I use the Classic skin on Windows 98, and I'll be damned if I can find anything that sets it apart (visually/operationally, at least) from any other Windows program. What exactly do they mean by "Rather than use the default 'widgets' (menu bars, pop-up menus, drop downs and the like), Navigator comes complete with its own set of widgets."? Granted, Mozilla may use XUL instead of the Windows API to create it's widgets, but they then go on to say that "a Windows application should have Windows' look and feel." What exactly is not "Windows" about Moz with the Classic skin?

      DennyK

    8. Re:Well... by 1g$man · · Score: 2

      Re: New Page logic.

      I for one am *glad* that the new window keeps the same page. When I'm about to submit a form, I often want to go back and look at previous pages, and the simplest solution (while keeping the form) is to open a new window, and go back from there.

      If I want a new blank window, I just start a new instance. (Yay for keyboard shortcuts...)

    9. Re:Well... by Paladin128 · · Score: 2

      You are a bit of a different class of user than the average computer user. Mozilla's default interface is confusing at first. The toolbar buttons are non-standard, the look is unfamiliar, and the widgets behave differently. They do not perform properly with some of the Windows accessibility features, which means Mozilla is not usable by a small number of disabled people. The widgets don't change colors along with the global settings of the OS. It stands out --- that's bad. If it looks like just another Win32 app, people are less intimidated by it.

      Now, I really like Mozilla, and Emacs, and XMMS and countless other apps that have non-standard interfaces. The increased learning curve is made up for by the incredible power the applications have. I am not a novice, however. I've done countless usability tests on more subjects than you will believe, and I can tell you that non-standard interfaces == higher learning curve. Sometimes there is a compelling reason to break away from the standard interface design, as the user may be given more power, speed, or flexibility in the long run.

      Mozilla, however, is a browser. It's a standard desktop app that doesn't really gain anything extra from the non-standard way in which the widgets are rendered. It should look and feel like one. On Windows, it should use Win32. On MacOS X it should use Cocoa. On Linux it should use Qt or GTK.

      --
      Lex orandi, lex credendi.
    10. Re:Well... by Paladin128 · · Score: 2

      I'm an avid Linux user who feel far more comfortable on the command line than a GUI. I use Emacs and GCC on the command line, because I don't trust pretty visual environments with my source code. I'm not the majority, neither are you. I am an HCI designer, however, and I think I'm a pretty good one. Consistency of interface is not the most important design element, but it is important because it decreases the learning curve.

      Most users don't want to be flexible... they want the computer software to work the way they expect it to. They're not interested in digging deep into user preferences to tweak the interface to look/feel/act in a way that will save them keystrokes. Most of them simply want to perform a few tasks, then stop using the software that they are intimidated by.

      I'm not saying Windows is inherently more friendly because it's popular. It is more user friendly than a lot of Linux distros out there, such as Debian (which is my personal favorite). I could take 10 computer users that have never used IE before, but have used Windows 9X/2K/XP extensively, test half of them on IE, and half on Mozilla. I can guarentee that the ones using IE will perform thier tasks faster and with fewer errors than those using Mozilla, simply because it looks familiar.

      --
      Lex orandi, lex credendi.
    11. Re:Well... by Paladin128 · · Score: 2

      Although this may be true, if Mozilla is harder to use at first, why would they start using Mozilla on Windows? In a tightly-controlled office environment where the IT staff forced people to use Mozilla, OpenOffice, etc. on Windows for 6 months because of a planned switch to UNIX/Linux, this would work. Why would my mom switch? I've offered to install it, and she doesn't see the point. She's perfectly happy with IE. Mozilla is intimidating to her. She uses IE, MS Office, etc. at work. Why should she waste her time learning something new?

      --
      Lex orandi, lex credendi.
    12. Re:Well... by glwtta · · Score: 2
      yeah... see link, click link - very intimidating. but yeah, I don't need a lecture on how fragile our precious users are, so I won't say anything about the "learning curve" for a browser.

      you'd be surprised how many people still use Netscape (6.x AND 4.x), to them Mozilla is an "upgrade". there's also those who use different OSes constantly (work vs home, or workstation vs email box) and might appreciate the same browser on their linux, windows and MacOS boxes.

      Personally, I don't care what your mom does, and will not make any effort whatsoever to influence her decision. (my mom uses Mozilla simply because a bought my family a PC to replace their Mac, and Mozilla is what they are used to, but that's completely besides the point)

      What I don't understand is why a technology cannot be good unless everybody uses it. "MS is dominating the market with a monopoly, we must find an alternative!! well, there's Mozilla for browsing... but will EVERYBODY use it? if not, then it's not a good alternative."

      --
      sic transit gloria mundi
    13. Re:Well... by Paladin128 · · Score: 2

      I'm not saying what everybody uses is good... I thought BeOS had one of the nicest, simples, most straight-forward UI's one can get. Properly configured KDE IMHO is better than Windows or MacOS. But whatever platform one is using should be consistent to be friendly to users. It would be nice if on Win32 Mozilla used Win32 widgets, on MacOS Mozilla used Cocoa widgets, under KDE Qt widgets, under GNOME GTK+ widgets, etc. I'm not implying this is easy either; it's a much more difficult task than using a portable toolkit. The end user, however, really doesn't care.

      --
      Lex orandi, lex credendi.
    14. Re:Well... by Paladin128 · · Score: 2

      Yes, but what if one door know looks more or less like it is supposed to be turned as normal, but in reality needs to be pushed in, an action which reveals a small toggle switch. Assume that this doorknob was also free-spinning, that turning it does nothing. How many people would sit there for many minutes trying to turn the door knob each way? Why do they do this? Are they stupid? No... if the door knob looks like all the other standard doorknobs they are used to turning, they are predicting its functionality based on a previously established pattern. This is how we function.

      Now what if you show the user a doorknob that doesn't look anything like what they have seen before, yet has to be turned to open? What if it is square, and recessed into the door, with no obvious way of grasping it? Same problem. The look of the doorknob will confuse the user.

      But once they learn it, you say, there will be no problems, right? That's because it's a simple case. I'm using Mozilla right now, I see 9 tabs, 4 circles with arrows and other things in them, a printer icon, a big 'M', a text box, some labels that say "Home", "Bookmarks", etc., and some menus at the top, 4 little icons on the lower-left, a label that says "Document: Done", two more icons on the lower right, a scrollbar, a little "x" button by the tabs. All in all, there are 45 things I can click to do things that are not part of the page I'm navigating, which has dozens of links, buttons, checkboxes, images, and an animated ad at the top.

      This is what we call information overload. Why do I not freak out? Because I know more or less what everything does, and I ignore what my brain sees as noise. When things are unfamiliar, this is harder to do. When I don't know what things are, I can't tell whether they are signal or noise. This slows me down. This disturbs me because I am in an unfamiliar environment. Being the tinkerer that I am, I tend to muddle through unfamiliar interfaces with curiosity and disreguard for consequences. Most people will not do this.

      --
      Lex orandi, lex credendi.
    15. Re:Well... by Rick+the+Red · · Score: 2
      The reviewer says that IE's arrangement is more flexible. Since I can change the skin on Mozilla, I'd say that Mozilla is more flexible, and I can get it to look the way I want mare easily,
      The average user isn't going to learn how to create skins just to change font sizes or colors. Skins are cool and all, but applications should also follow Windows standards on the Windows OS. Windows Media Player supports skins and also, skinless, looks like a standard Windows application.

      --
      If all this should have a reason, we would be the last to know.
    16. Re:Well... by Paladin128 · · Score: 2

      Nope... not wishful thinking. This is the way everything eventually will be heading. Much more speciallized apps, using a common set of very large, advanced widgets. Imagine a rich-text widget that had all of the features of Microsoft Word's. It would then be trivial to build word processors for specific purposes, such as specifically for legal annotating. The tricky part is figuring out exactly what each person/profession needs.

      Qt already has such a widget. Although it's not as featureful as MS Word, it's pretty darn nice, and can use Win32 drawing functions to look, act, and feel like another Windows app. Never tinkered with the Mac version... Don't have the cash to spend on a Mac. I'd love to play around with OSX, however.

      --
      Lex orandi, lex credendi.
  5. There is no major reason to switch... by kenthorvath · · Score: 4, Insightful

    Unless you are a web designer who wants to make sure that his site looks correctly when viewed with a browser that adheres to STANDARDS, or unless you are a person who believes that the web should be easy to navigate and not overwhelmed with pop-up advertisements, or unless you believe that you should have the ability to modify the code to your browser for timely fixes to security flaws. Nope, no major reasons there....

    1. Re:There is no major reason to switch... by ovapositor · · Score: 3, Insightful

      How about killing those pop (under/over) Advertisments? That alone is worth the price of admission!

    2. Re:There is no major reason to switch... by wfrp01 · · Score: 2, Insightful

      Yep. Plus I'd add that Mozilla doesn't trick people into relying on proprietary technologies which have lock-in ramifications beyond the browser market. Microsoft weaves a tangled web, and IE is one of the stickiest threads.

      --

      --Lawrence Lessig for Congress!
    3. Re:There is no major reason to switch... by Ionizor · · Score: 2, Informative

      You can drop IE into "standards compliant" mode if you give a proper DOCTYPE declaration (e.g. ) at the top of your documents. Whether or not the standards compliance mode is actually fully standards compliant is debatable but so far the only thing I've found in the standards that isn't in IE has to do with centering images. You can't do it the recommended way because it won't center. Then again Mozilla has the same problem, so...

      That's not to say that Microsoft isn't playing Embrace and Extend because CSS styled scrollbars still render styled in standards compliance mode despite the fact that those definitions aren't in the CSS standard anywhere.

      --

      --
      Todd's Law: All things being equal, you lose!
    4. Re:There is no major reason to switch... by sootman · · Score: 2

      So, is slashdot a non-compliant site? Look at this and let me know. Seriously, I'm not baiting or trolling-- is slashdot compliant or isn't it? Because Mozilla on Mac OS 9 looks pretty crappy on most slashdot pages. The bottom three boxes are just minor font issues (still annoying on long reads) but look at the top three boxes and tell me what you think.

      --
      Dear Slashdot: next time you want to mess with the site, add a rich-text editor for comments.
    5. Re:There is no major reason to switch... by Darren+Winsper · · Score: 2

      Extending a standard is nowhere near as bad as actually breaking it. Unfortunately, IE does both in places, but it's nowhere near as bad as the Netscape/IE 4.x days.

    6. Re:There is no major reason to switch... by rseuhs · · Score: 2

      Or unless you like tabbed browsing and tab-group bookmarks (whoever thought that up, thanks a lot).

    7. Re:There is no major reason to switch... by Dalroth · · Score: 2

      Well, you know one now. I am a web developer and I do 90% of my work with Mozilla (even though we ONLY have to support IE where I work). If it works in Mozilla, there's a good chance it will work in IE, Opera, and just about any other browser you can throw at it. It makes my job easier, it makes me more productive, and that makes my work that much more imrpessive. It gives me an edge over my fellow coworkers who are too stubborn to do the same.

      Porting a web page from Mozilla to IE is a lot easier than from IE to Mozilla.

    8. Re:There is no major reason to switch... by Bedouin+X · · Score: 2

      ..and lets not forget the broken fixed positioning.

      --
      Dissolve... Resolve... Evolve...
    9. Re:There is no major reason to switch... by grahamm · · Score: 2, Informative

      Mozilla renders slashdot in 'quirks' mode. I can't comment on Mac OS 9, but on Linux and Windows 2K I can see no problems with Mozilla's rendering of Slashdot.

    10. Re:There is no major reason to switch... by keytoe · · Score: 3, Insightful

      Bull. Why would I, as a 'serious web developer', want to develop initially for a single browser, drop into another browser for testing purposes, then go back and fix what didn't work? I have an alternative: I write for the spec.

      I develop in Mozilla, and if it looks good I know it'll look good in all browsers. I used to be completely anal about checking every single browser under the sun, but once I started using Mozilla as my primary dev platform I discovered that this was almost totally unnecessary. I'll run everything through the various platform checks before shipping to a client, but it boils down to this: if it works properly in Mozilla, it'll work fine everywhere.

      Working in this business is all about producing as efficiently as possible (You have to when the client keeps changing ideas and deadlines on you). Why would I choose to write and revise when I can write once?

    11. Re:There is no major reason to switch... by Milalwi · · Score: 2

      How about killing those pop (under/over) Advertisments? That alone is worth the price of admission!
      Yes it certainly was. But the advertisers seem to be coming up with ways to get around Mozilla's anti-popup feature. The problem appears to be listed in Bugzilla, but not at a high priority.

      Milalwi
    12. Re:There is no major reason to switch... by BrookHarty · · Score: 2

      There are tab addons for IE.

    13. Re:There is no major reason to switch... by cheese_wallet · · Score: 2

      That's funny because the Ars Technica gives several examples of web pages that work in mozilla but not in IE (due to IE flaws).

      Sounds to me like you guys should be using the w3c browser.

    14. Re:There is no major reason to switch... by rseuhs · · Score: 2

      Now you tell me why downloading IE-tab addons which are not supported by Micrsosoft (= may break anytime with an upgrade) is better than just download mozilla?

    15. Re:There is no major reason to switch... by poot_rootbeer · · Score: 2


      Or maybe he could decide for himself whether or not there's any major reason for him to switch, rather than have you preach at him...?

    16. Re:There is no major reason to switch... by epsalon · · Score: 2

      Wrong!
      IE does not even implement the HTTP RFC correctly as you can see in My explanation.

  6. No major reason? by GrBear · · Score: 3, Insightful

    I'd say there's several major reasons to switch.. the fact that you can block pop up advertising is a major reason. The fact that is has far superior cookie and password management is a major reason. The fact that it has a better email and usenet client (than OE) is a major reason.

    No major reasons? According to who, Billy?

    1. Re:No major reason? by muffen · · Score: 2

      I'd say there's several major reasons to switch.. the fact that you can block pop up advertising is a major reason. The fact that is has far superior cookie and password management is a major reason. The fact that it has a better email and usenet client (than OE) is a major reason.

      This may be major reasons for a /.'er, but I find it unlikely this is going to convice any "normal" user to switch from IE to Mozilla.

      If Mozilla wants to gain market shares, they MUST make it look more like Windows. A fancy GUI is unfortunately the easiest way to get a "normal" user, not good security.
      Microsoft has proven that beyond any reasonable doubt.

    2. Re:No major reason? by DaneelGiskard · · Score: 2

      Ah, now that supports my theory. Page of the author:

      http://arstechnica.infopop.net/OpenTopic/page?a=mp rf&s=50009562&ignore=&u=422098605



      Gender: Male
      Location: Where the Boys Are


      heh ;-)

    3. Re:No major reason? by xanadu-xtroot.com · · Score: 2

      There are already proxy servers that filter malicious or annoying Javascript before it even reaches your browser.

      While you are correct, this reason for defending IE is incredibly insane. Are you suggesting that people setup a proxy server / gateway in all thier homes because of the failings of the browser they use? I'd LOVE to watch my Grand Ma setup a Proxy Server... heh.

      the fact that no-one has done it yet indicates that there is very little demand for these extra features.

      Did you by any chance think that they haven't been implemented becuase no one knows IT'S EVEN POSSIBLE, or even knows there is a problem? People have been using IE for years, and most of the people using it have a hard time even turning their computer on ("What OS are you running?" "Ummm... Windows 97 I think." Y'all know THAT converstaion...).

      Yes, you are 100% correct, though; no demand, no code. That is indeed the M$ way of thinking.

      --
      I'm not a prophet or a stone-age man,
      I'm just a mortal with potential of a super man.
    4. Re:No major reason? by xanadu-xtroot.com · · Score: 2

      I was referring to proxy server software like Junkbuster, not a separate physical machine.
      - OK, maybe I took you a bit to litteral, but I think my point still stands. How would someone that doesn't know much at all about a computer, know to install this sort of stuff? With Mozzie, it's already built in. That was more my point.

      Pretending that Windows users barely know how to use their computers doesn't really support your argument. After all, it's not those you describe who would be writing such software anyway.
      - Thank you for making my point better than I did.

      That 'way of thinking' isn't limited to Microsoft.
      - Again, 100% correct. *BUT*, since the current topic is Mozzie, their developers thought of things to help the user have a better experience, and work hard to ensure that. Can you stop (for one example) those damn X-10 pop-ups in IE? Nope. As you say, you have to install and configure a fair amount of other software for that to happen. Moz has it built in. (dare I go into cookie management? Yes, I know Tools --> Internet Options --> Securtity and you can play around with that till the cows come home, but will you get the same security and ease of setting that said security up with IE like you do with Moz "out of the box"? Nope.)

      Pretending that Windows users barely know how to use their computers...
      - I guess you've never spent much time on a Help Desk, eh? :-)

      P.S.
      No, I'm not a Linux Zealot, I understand the need for using the right tool for the job. Moz fits that bill better than IE does. On ANY platform. Try that with IE...

      --
      I'm not a prophet or a stone-age man,
      I'm just a mortal with potential of a super man.
    5. Re:No major reason? by rseuhs · · Score: 2
      This may be major reasons for a /.'er, but I find it unlikely this is going to convice any "normal" user to switch from IE to Mozilla.

      Everybody loves tabbed browsing and being able to open new tabs with the middle mouse button.

      If Mozilla wants to gain market shares, they MUST make it look more like Windows. A fancy GUI is unfortunately the easiest way to get a "normal" user, not good security. Microsoft has proven that beyond any reasonable doubt.

      If that were true, Winamp would have never been successful. Neither ICQ, nor WMP (!) nor most games.

    6. Re:No major reason? by Darren+Winsper · · Score: 2

      The problem is "normal" users usually use what they're given. When my mother first started using her laptop for accessing the internet, I'd have given her Mozilla if 1.0 was out when she started using it. After some coaching, I could see her handling it well.

    7. Re:No major reason? by Bedouin+X · · Score: 2

      Except for the fact that clicking a checkbox in preferences vs. downloading and installing ANYTHING is easier for said user.

      --
      Dissolve... Resolve... Evolve...
    8. Re:No major reason? by Darren+Winsper · · Score: 2

      Mozilla doesn't rely on the Mail/News component at all. You don't have to install it, but if you do, it comes as little surprise it'll make heavy use of the base Mozilla code.

    9. Re:No major reason? by Bedouin+X · · Score: 2

      Amen brother.

      --
      Dissolve... Resolve... Evolve...
    10. Re:No major reason? by Bedouin+X · · Score: 2
      'Would you like to save this password?' prompt for a particular site without disabling it for all sites.
      Another score for Mozilla.
      --
      Dissolve... Resolve... Evolve...
  7. Interface issues / XUL by thasmudyan · · Score: 5, Insightful

    The major detractor was the user interface, since it didn't feel like a Windows application. This was probably due to a poor understanding by the authors of XUL.
    You're joking, right? XUL is an interface/component application based on XML allright. But that has nothing to with the cited usability problems. The Open Source community simply has to stop saying things like 'yeah the user interface is bad, but if you complain about it openly it shows that you don't really understand the XYZWhatever+ architecture!' Stop accepting things like they are, change the world (of software) now!

    1. Re:Interface issues / XUL by tswinzig · · Score: 2

      The point is, using XUL, this application can be made to look and behave just exactly like any other Windows application.

      --

      "And like that ... he's gone."
    2. Re:Interface issues / XUL by gorilla · · Score: 2

      If it doesn't do so out of the box, then that's not relevent. The vast majority of people are not capable of, or interested in, XUL configuration.

    3. Re:Interface issues / XUL by tswinzig · · Score: 2

      If it doesn't do so out of the box, then that's not relevent. The vast majority of people are not capable of, or interested in, XUL configuration.

      Those people should be using Netscape 6.x, then, where out of the box, it looks like Netscape 4.x, which I don't recall being a problem for anyone to use due to the way it looks.

      --

      "And like that ... he's gone."
  8. 7 is about right... by lennart78 · · Score: 5, Insightful

    Mozilla 1.0 is 'getting there'.
    Support for flash / shockwave is decent.
    Frontpage-generated pages still distort often.
    Java works great (better than IE).
    At leasts it beats opera on stability and functionality, plus it's (banner)free.

    With Linux, I guess it's your best choice, with Windows, frontpage makes the difference, not IE.

    1. Re:7 is about right... by Neil+Watson · · Score: 2
      Frontpage-generated pages still distort often.

      I'd be very surprise if this was NOT due to Frontpage creating non compliant code.

    2. Re:7 is about right... by Neil+Watson · · Score: 3, Informative
      Non-compliant to whom?

      W3C sets HTML standards. What you're suggesting is to let Microsoft determine HTML standards? HTML standards are there so that many people using many platforms from PCs to cell phones can access web pages. Microsoft's goal, on the other hand, is to have every PC, PDA, cellphone, TV, and video game user a Microsoft customer. Does that not seem like a conflict of interest?

      If that's not what you are suggesting then it sounds like you are just to lazy to create proper HTML pages, prefering instead to settle with tool that requires the least amount of knowledge. However, there are better WYSIWYG HTML editors out there. Try Dreamweaver.

    3. Re:7 is about right... by liquidsin · · Score: 2, Insightful

      Hmm....Frontpage (a Microsoft product) produces web pages that render properly in Internet Explorer (a Microsoft product) but that don't render properly in other web browsers (non Microsoft products) despite the fact that the other web browsers adhere to standards. Are you on the trolley yet?

      --
      do not read this line twice.
    4. Re:7 is about right... by Peyna · · Score: 2

      Just like nearly every website looks greap in mozilla, except at microsoft.com nothing lines up quite right and looks like CRAP. Coincidence indeed =]

      --
      What?
    5. Re:7 is about right... by Shimbo · · Score: 3, Insightful
      Now, I like standards as much as the next guy, but don't dilute yourself. Standards bodies typically move much slower than the market so the market must move forward without them.

      That is a really poor excuse for not supporting existing standards. W3C is an 'industry standard' standards body, and as such moves faster than recognised standards organisations.

      CSS2 is 4 years old, and still IE has by far the worst support for it of any major browser.
      I don't really object to vendors producing eye candy stuff like coloured scrollbars; when they do it and can't get the basics right (like taking until version 6 to understand difficult concepts like 'width') you have to question their motives.

    6. Re:7 is about right... by Shimbo · · Score: 2, Interesting
      As a web developer I'm sick of the "Your shitty page doesn't show up right on my (insert your favourite niche browser here)!" whining.

      Worry not. Most of your users won't bother to tell you if your pages are buggy - they'll just go somewhere else.

      Your attitude is not new: just go back through old Usenet postings and read the 'why should I care if my pages only look good in Netscape?' posts.

      Still, if your employers are happy to pay you twice: once for IE only pages, and again next year for cross-platform ones why should you care either?

    7. Re:7 is about right... by zerocool^ · · Score: 2

      What you're suggesting is to let Microsoft determine HTML standards?

      I would state facts rather than rhetorical questions. I.E. constitutes about 90% of the visitors to my page. If I write my pages to the exact specifications of the W3C, and something doesn't render properly in I.E., then I'll alienate lots of people. I'm as pro-anything-not-microsoft as the next guy, but you have to at some point face facts. I.E. is the internet's browser. If you don't write pages to work with it, you may be right, but it's awful pretentious to call 90% of the internet wrong. I know it's done on slashdot on a daily basis, but elitism is what slashdot is all about - having a community of people who are better than 90% of the internet. What happens when you have to interact with that 90%?

      Do you honestly think that new versions of slashcode aren't checked out with I.E. to see if they look right, on the principle of "I.E. is wrong, we shouldn't account for it"? There's my rhetorical question.

      ~Will

      --
      sig?
    8. Re:7 is about right... by Neil+Watson · · Score: 2

      So we should just give in and conform? I can't bring myself to do that. Wrong is wrong no matter how many people beleive it so.

    9. Re:7 is about right... by zerocool^ · · Score: 2

      So we should just give in and conform? I can't bring myself to do that. Wrong is wrong no matter how many people beleive it so.


      I know. It sucks. But...
      I'm no web developer. I'm an amateur web designer. But when I started working at netmar, my boss asked me to do the new webpage design. So I did.

      It renders perfectly in I.E. It's a little sloppy in mozilla. I HATE that I did it that way, but I've tried to make it look not so bad in netscape-esque browsers, and some little things look bad. But where money comes into the question, I can't bring a situation where we might alienate some potential client cause something doesn't render in I.E.

      --
      sig?
    10. Re:7 is about right... by glwtta · · Score: 2
      From poly: Greek; many

      actually, politics comes from latin politicus which comes from greek politikos (of citizens of the state), which comes from polites (citizen), which in turn originates form polis - city. but the blood sucking tics part is correct, though.

      --
      sic transit gloria mundi
    11. Re:7 is about right... by zerocool^ · · Score: 2

      slashdot and slashcode also aren't W3C compliant:

      slashdot.org gives the W3C validator a 403 forbidden response (insert witty comment about the fact that they know that it's not compliant), and slashcode... well see for yourself. There's so many errors I can't even count.

      ~Will

      --
      sig?
    12. Re:7 is about right... by Malcontent · · Score: 2

      Amazing!. So your boss turns away 10% of his customers and tells them to go shop elsewhere. He must be a genius if he can take a 10% hit in revenue and profits and still compete. He must be a cushy market. I know that most businesses could not afford to take a 10% cut without lying people off of other drastic measures.

      What's most amazing to me is that it's relatively easy to just to stick to standards and have pages that view great in both IE and Mozilla. In fact if you use almost any tool other then frontpage you will have no problems. But if you want to go tell 10% of the people who come to your site to go screw themselves it's nobody's business but yours.

      --

      War is necrophilia.

    13. Re:7 is about right... by zerocool^ · · Score: 2

      We're not turning 10% away. It's just that I know it renders in I.E. fine, and that's 90%. I've checked it with netscape 4.7 and 6.0 and that accounts for over 99%. After that, what's next? I mean, it doesn't render in lynx. It looks ok in kmeleon and galeon. Never tried konqueror....

      --
      sig?
    14. Re:7 is about right... by epsalon · · Score: 2

      Yeah! And IE fails to show my riddles page but shows an error message instead. So IE must be bad, right?

  9. Not a poor understanding of XUL by MosesJones · · Score: 5, Insightful

    This was probably due to a poor understanding by the authors of XUL Why is it a poor understanding for the reviewers ? This is one of the reasons that techies have a bad name the "I know best" attitude that pervades our industry. I like Mozilla, I use Mozilla, I like it because it works and because of the way its navigation works. BUT if you are used to Windows and not an old school Unix person then it is different to the rest of the windows applications you use so it is a valid comment. Now its not difficult to fix by having the Windows Theme be one of the default installed themes so Mozilla looks the same as the rest of Windows. Get off your high horse and think about why looking like everything else is good for the majority of users who don't want the power and control that Gecko and Mozilla offer, they just want a Browser that looks like the other applications they use. Minimise the "suprise" factor and maximise the uptake.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
    1. Re:Not a poor understanding of XUL by colmore · · Score: 5, Insightful

      Exactly, software should work, in default mode, like the other software on that platform. That is fundamental UI that the open-source community feels perfectly happy to neglect.

      It's probably one of the biggest obstacles to the holy grail of a popular linux desktop that no two applications work the same way. Right-clicking in one does something completely different than right-clicking in the other. Hell, there are major applications that have completely different keyboard shortcuts for basic actions like save, copy and paste.

      Perhaps one of the greatest reasons for Windows' (and Mac's especially) success is that learning one application makes learning other applications much much easier.

      Last summer I taught my mom how to use MS Word. After that she picked up Internet Explorer with no problem whatsoever. When Moz 1.0 came out, I tried to get the family to switch over, but it was an effort in futility. Internet Explorer on Windows, for all its many many flaws, works the way a Windows application is supposed to work. Mozilla on Windows (kind of) works the way an X-Win application is supposed to work, which is absolutely no good. The Windows theme should be the default on the Win32 binary package, and the only reason it isn't is the stupid pride of the OS community.

      --
      In Capitalist America, bank robs you!
    2. Re:Not a poor understanding of XUL by great+throwdini · · Score: 2

      Exactly, software should work, in default mode, like the other software on that platform. That is fundamental UI that the open-source community feels perfectly happy to neglect [...] Perhaps one of the greatest reasons for Windows' (and Mac's especially) success is that learning one application makes learning other applications much much easier.

      Oh, and Microsoft, too, when they feel like it (to pick on one of the two OS developers you mention). For example, migrating to Office 2000 way back when introduced me to the horrors of the re-engineered menu bars set to hide drop-down options from me by default. Or the switch from SDI to MDI for Office applications? Windows Media Player 6.x/7.x bears little to no similarity to its predecessor, and it's frickin' skinnable!

      Then again, since Microsoft wrote the platform, they can change the standards for acceptable behavior at any time... :P

    3. Re:Not a poor understanding of XUL by leuk_he · · Score: 2

      And that link that points to the xul page does not help very much. It's for developers, not for users.

    4. Re:Not a poor understanding of XUL by Khalid · · Score: 2

      I completly agree with this; but I am happy to see that the open source community is slowly getting aware too. It started with the usability study done by SUN for GNOME, also, efforts like http://usability.kde.org are steps in the right direction. Geeks are notoriously bad for designing good GUI, they need people sensible to this who conduct indpendent usability studies, and give them feedback.

    5. Re:Not a poor understanding of XUL by Crispy+Critters · · Score: 4, Insightful
      Exactly, software should work, in default mode, like the other software on that platform. That is fundamental UI that the open-source community feels perfectly happy to neglect.
      A foolish consistency is the hobgloblin of little minds. This is where the confusion between usability and marketability comes in. To follow your idea to the extreme, mozilla will not be a success unless it looks and acts exactly like IE. What purpose is there in having mozilla if it is made indistinguishable from IE?

      It is certainly clear that a program for windows, lacking some spectacular feature, will sell only if it follows the arbitrary conventions of the windows interface. But no one is trying to make a profit selling mozilla for windows.

      Back to foolish consistency: a program should follow the conventions of other software only if it does not decrease the usability. As an example, the most useful menu in emacs is the buffer menu; everything else is either seldom used or more easily accessed from the keyboard. This menu has been moved in version 21 from its prime location at the left so that the File menu can be in its "conventional" location. Maybe some people are comforted by this bit of familiarity, but this should not be confused with usability.

      Remember, the moz interface is easily and infinitely malleable. This is a program where people could test out hundreds new ideas on interface design, now that it is (mostly) stable.

    6. Re:Not a poor understanding of XUL by colmore · · Score: 2

      Well when you write software for Windows, you have to play by their rules, even if Microsoft breaks them from time to time.

      I'm not saying that Moz should look and act exactly like IE, I'm saying it should look like a windows application. If we want non-developers to use Mozilla (which is supposedly the purpose of the binary distribution, right?) then we should make the default install work the way people expect a Windows app to work.

      As it stands now, Mozilla kills IE on features, but loses big time on the interface. I'm not suggesting we take away the ability to switch interfaces or develop new ones. And once we really get one that works well, within the windows idiom, there's no reason not to use that. But for right now, Mozilla would be a better product for a larger number of people if it switched default interfaces.

      And this is doubly true for netscape. the 6.x/7.x line is simply horrible. I can't believe that AOL is putting up with those clowns. Lord only knows how much money it's lost them.

      --
      In Capitalist America, bank robs you!
    7. Re:Not a poor understanding of XUL by The+Raven · · Score: 2

      There is a difference between following OS guidelines, and imitating another application. OS guidelines set standards for how all applications work, how menus work, what standard keystrokes do what, what happens if you right click or drag. Mozilla is nice, but in many fundamental ways it breaks these guidelines, thus making it harder for average non technical users to use.

      That is not inefficiency, that's just plain common sense.

      You end with the note that "the moz interface is easily and infinitely malleable. This is a program where people could test out hundreds new ideas on interface design". Great, then it's a nice testbed for ideas... but it's still a mediocre browser.

      --
      "I will trust Google to 'do no evil' until the founders no longer run it." Hello Alphabet.
    8. Re:Not a poor understanding of XUL by Malcontent · · Score: 2

      "it should look like a windows application."

      I am so sick and tired of idiots repeating this. In what way does not mozilla look like a windows application? It has a menu bar on the top, it has a tool bar, it has scroll bars, it has tabs, what else do you want?

      Name one thing in mozilla that is not windows like I dare you.

      --

      War is necrophilia.

    9. Re:Not a poor understanding of XUL by Malcontent · · Score: 2

      " but it's still a mediocre browser."

      Spoekn like a man who has never used it. It's so much better then IE. No popups, ability to block advertising, tabbed browsing, ability to prevent animated images, ability to block cookies and images on a per site basis. I could go on and on.

      Mozilla is the best browser made to date. IE is not even a browser anymore. It's an advertising delivery mechanism, it's a MSN hit generator, it's a passport sign up generator. The fact that it can render HTML is a pure coincidence.

      IE was made to leverage MS monopoly to other markets, Mozilla was made to be the best browser for you.

      --

      War is necrophilia.

  10. User Interface by bdesham · · Score: 2, Interesting
    The major detractor was the user interface, since it didn't feel like a Windows application.
    This is one of the major reasons that I use IE on Mac OS X. The browser just doesn't look or feel like any of the other applications I have, which all use the Aqua widgets and so have the same functionality.
    --
    Alcohol and Calculus don't mix. Don't drink and derive.
    1. Re:User Interface by jalefkowit · · Score: 2

      *cough* Chimera *cough*

    2. Re:User Interface by paradesign · · Score: 2
      try the pinstripes skin, i use it on MOZ 1.1b on OS 10.1.5. and it blends in nicely, not quite Aqua but nice. plus there a variety of other "Aqua" skins available.

      IE5.5 is nice but the MOZ is better, now if pixeljerk would make an icon for it it would be perfect.

      --
      I want 2D games back.
    3. Re:User Interface by jht · · Score: 2

      When Chimera is ready for prime time, I'll probably switch. But for now, Mozilla gets to live on my Powerbook, but I use IE first (despite the occasional crashes and that damned rendering glitch that sometimes leaves the page blank until you do a "Cmd-A" and then click away). The biggest argument pro-Mozilla (for day-to-day use, besides the politics of it) is the pop-up stopping control, but there's a neat 3rd party pop-up killer now for IE that I use and happily paid the $10 for.

      --
      -- Josh Turiel
      "2. Do not eat iPod Shuffle."
  11. XUL has nothing to do with it. by colmore · · Score: 4, Insightful

    XUL has nothing to do with it.

    They like the engine. It's the default interface that 99% of users will be using that they have problems with, and I think that's a valid point.

    XUL makes it possible to do a lot of cool interface things, and it is definitely a Good Thing For Mozilla, but it doesn't really matter when the default interface is slow and sucks.

    Heck, most people never even change their startup page, much less program a new *interface*

    --
    In Capitalist America, bank robs you!
  12. I don't think the author got the point by slaker · · Score: 2, Insightful

    Basically, the author goes from "Here's all the cool stuff Gecko can do." to "...but it doesn't look like IE and some pages don't detect it properly."

    Is that Mozilla's fault? Moz works better and behaves more reliably than any cross-platform GUI program I can think of.

    More than that, its unique features (image permissions, javascript controls) barely rate a passing mention by the author. Those are killer features. I'd hate to use a browser that didn't have them.

    I felt that the author - and most people writing browser comparisons right now - was too heavily biased by IE-related experiences; I thought he was writing more toward "This is what IE does and this is how Moz is different" rather than an actual browser review.

    Try using IE and Moz over a 28.8kpbs internet connection and THEN tell me which you like better.

    --
    -- I wanna decide who lives and who dies - Crow T. Robot, MST3K
  13. Frontpage is the difference... by MosesJones · · Score: 3, Funny

    Promoting Frontpage as an advantage is similar to saying that Volkswagen would never sell in East Germany because they have the Trabant.

    Frontpage is to web design what chocolate is to teapots.

    --
    An Eye for an Eye will make the whole world blind - Gandhi
  14. The interface *is* a problem by Alderete · · Score: 2, Insightful

    The major detractor was the user interface, since it didn't feel like a Windows application. This was probably due to a poor understanding by the authors of XUL.

    Uh, why can't the problem just be that Mozilla's user interface is not very good? I'm sorry, but there's a reason why there are multiple Mozdev projects to build browsers without Mozilla's cumbersome interface, why Dave Hyatt and mpt have savaged the current interface.

    Why can't some people accept the fact that Mozilla's UI needs a lot of work?

    1. Re:The interface *is* a problem by IamTheRealMike · · Score: 2
      I'm sorry, but there's a reason why there are multiple Mozdev projects to build browsers without Mozilla's cumbersome interface, why Dave Hyatt [mozillazine.org] and mpt [phrasewise.com] have savaged the current interface.

      Here is his list of usability problems with Mozilla From what I recall, the main criticisms of MPT boiled down to "I don't like it". For instance, he makes a big deal of the fact that the Home link is on the Bookmarks toolbar, rather than the main toolbar. This immediately leads of course to flamewars between people who believe it "belongs with the reload button" or people who thinks it makes more sense to have it with your other links. This is hardly a usability issue (remember neither Hyatt or MPT have any usability training at all - no disrespect to them, but it's true). It's just personal preference.

      He talks about speed as well - that's hardly as much of a problem as it was. Especially on Windows, Mozilla feels just as snappy as IE (no, really, and I have a PIII/500).

      Text editing bugs : these are bugs, not usability problems.

      Message Display: he doesn't like the fact that headers are in their own section. Personally I don't mind this at all, but clearly he feels otherwise.

      The list goes on and on. Some of his points are good. Many are simply pet peeves on his part. This is often the problem with "usability", it's a very vague concept and the science of usability is still in its infancy. Therefore a "usability" review often degenerates into a case of the UI reviewer picking on things they don't like. For instance, the "I don't think this feature is useful, so it's preferences bloat". There is a grain of truth to this sometimes, but often it just ends up pissing off the people who worked on something only to be told it's "unusable" without any scientific backing for this assertion at all. I've had some dialog boxes of mine put through an UI review. Some of the points made were good, but some were for instance "There shouldn't be a horizontal line there, it looks unprofessional" which is not usability review, it's just irritating.

      I have yet to find any major problems with the Mozilla UI - where I define major as being, I notice a big usability problem and get annoyed because of it. Saying, I can't drag toolbars around is valid, but that'd merely a feature request rather than a statement about the underlying design of the product.

      Oh and finally, for those who like to bash XUL, remember one thing: if it wasn't for that, Mozilla probably wouldn't be cross platform, and as a result, would only exist on Windows.

    2. Re:The interface *is* a problem by Lysander+Luddite · · Score: 3, Insightful

      A true critique of user interfaces uses testing methodologies involving actual users. I don't know if the Mozilla critics actually did any testing, but UI and usability testing is a science, not a matter of personal preferences.

      It can be measured scientifically.

    3. Re:The interface *is* a problem by EdlinUser · · Score: 2, Insightful

      >It can be measured scientifically.

      And when Microsoft used those *scientific* measurements they came up with MS Bob.

    4. Re:The interface *is* a problem by Lysander+Luddite · · Score: 2

      Baloney. Go do some research into HCI, ergonomics, and usability studies. It is NOT personal preferences if measurable differences in reaction time and productivity can be measured across different control groups.

  15. Non-standard interface by jtdubs · · Score: 5, Insightful

    They say the interface was unflexible, non-standard, and yes, didn't look like the native interface.

    At the very least you must concede that the interface IS non-standard and does NOT look like the native interface.

    So, we conclude that:

    > This was probably due to a poor understanding
    > by the authors of XUL.

    Explain?!?

    They make a valid point. It's true regardless of the technologies involved. So you claim that they are wrong due to ignorance of XUL? I would claim that you were wrong due to ignorance of logic.

    Justin Dubs

    1. Re:Non-standard interface by jtdubs · · Score: 2

      If that was the case then my original flame on this, the worst day in the history of the universe, was for not.

      Please forgive your humble servant, Bob. Oh, Bob, please forgive me! Pleeeasssee!!!!

    2. Re:Non-standard interface by DunbarTheInept · · Score: 2

      Am I the only one that sees the irony in complaining that the interface is "unflexible" while simultaneously singing the praises of forcing your app to be exactly like the standard native interface?

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  16. XUL by dizco · · Score: 2

    The major detractor was the user interface, since it didn't feel like a Windows application. This was probably due to a poor understanding by the authors of XUL.

    No it isn't. Understanding XUL doesn't make the application feel any more like a Win app. They hit the nail on the head- the engine is great, but whats up with that wacky UI? I love moz, but clearly the beast is as much a technology demo as it is an end-user application.

    A non-sarcastic, real question:

    Does anyone using linux/bsd/whatever prefer the mozilla UI to galeon or skipstone?

    I myself use galeon for 100% of my web browsing.

    --sean

  17. a reson to switch by gyratedotorg · · Score: 2, Interesting

    ill give you a reason to switch! it's the ability to mount a windows partition from *nix and use the same browser with the same settings (bookmarks, cookies, emails) on both platforms.

    no more rebooting to find that old email message you were looking for.

    --
    Gyrate Dot Org - "Where high-tech meets low-life"
  18. Major Reasons to swtich: by SkyLeach · · Score: 4, Insightful

    1.) Tabbed Browsing

    2.) No more popups

    3.) Better Security

    Reasons to still use IE on occasion:

    1.) Poor support for common technologies (like the JRE: it runs but it don't run for long (2-3 hours and it goes down hard)).

    2.) Poor support for common but non-standard features (Like layers). Even Qmailadmin doesn't work well with Mozilla.

    3.) Idiot web designers that refuse to let you view their page/application unless you have one of their approved browsers (Like Webtrends).

    --
    My $0.02 will always be worth more than your â0.02, so :-p
    1. Re:Major Reasons to swtich: by fishbot · · Score: 4, Interesting

      I find the java plugin available as a link from the mozilla.org download page is _very_ unreliable.

      If you grab the latest jre1.4 from java.sun.com, install the RPM, tgz or whatever your preference, then link the file (path to jre)/plugin/i386/ns610/libjavaplugin_oji140.so to your plugins directory, not only do you gain much reliability and speed, but also a handy per class progress bar :)

    2. Re:Major Reasons to swtich: by larien · · Score: 2
      Well done, you've just pointed out why browser plugins are flawed in linux.

      In Windows, you click a link which installs & configures the plugin, even when a page loads with a plugin required.

      With linux, you have to hunt for the download (NB: java.sun.com requires something like 5-10 clicks to get to the damn download page!), download, install, and then you have to drop to the console to complete the install.

      It's getting better, I admit, plugins tend to work after installation (I've had huge trouble getting basic plugins to work under NS4), but it still ain't perfect.

    3. Re:Major Reasons to swtich: by Malc · · Score: 2, Informative

      Check out http://uabar.mozdev.org/.

    4. Re:Major Reasons to swtich: by SkyLeach · · Score: 2

      Actually, it works better in windows than in Linux on Mozilla, although Mozilla does eventually go down hard in either.

      But mozilla is a hell of a lot better than Konqueror at running the JRE. For whatever reason Konq runs the JRE slower than my old 486 runs interpreted VB.

      --
      My $0.02 will always be worth more than your â0.02, so :-p
  19. Mozilla for Windows is awesome... by artemis67 · · Score: 2

    However, Mozilla for OS X is incredibly slow. I have a 933 mhz G4, I don't expect to have lag time on popup menus. Also, it seems to load pages more slowly than IE for OS X.

    1. Re:Mozilla for Windows is awesome... by realgone · · Score: 2
      Agreed. The only reason I tend to run Mozilla on my OS X box, apart from that open-source warm fuzzy feeling, is IE's absolutely enormous rendering time on table-heavy pages (such as the typical Slashdot article with 200-300 responses). When you can click a link, run downstairs to buy an iced coffee, come back up two minutes later and *still* see that little beach ball chugging away in IE -- well, something's wrong.

      So it appears my browsing habits have made my choice for me. Good. Conserves all the blood sugar I would have spent on thinking that one through. =)

  20. Here's a good reason by jlower · · Score: 4, Insightful

    Using a browser other than IE is voting for an open, interoperable internet.

  21. No major reason? by DaneelGiskard · · Score: 2

    Well..obviously the author hasn't yet achieved the status of social interaction ... ie watching porn on the internet (read: pop-ups!!) ;-)

  22. practicing what they preach? by dobratzp · · Score: 4, Insightful
    From page 2 on web standards:
    The worst problem with the current internet landscape is the proliferation of "table-based" layouts.

    But what does view source reveal?

    <!-- CONTENT TABLE -->
    <TABLE WIDTH="100%" BORDER="0" CELLSPACING="0" CELLPADDING="0">
    <TR>

    Look no further than the HTML header for the culprit:

    <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">

    Now that they have recognized the problem, are they or their resident Microsoft weenie going to fix it? Probably not.

  23. Spoofing UA by Mr+Guy · · Score: 2
    This functionality isn't present in Mozilla, even though it would solve many of the incompatibilities between Mozilla and the rest of the internet. The developers may have decided that accurate traffic stats are more important than a few rendering inconsistencies, which is a completely reasonable position. In light of their goals to push web standards, I suspect that giving the end-user the ability to masquerade as a less-compliant browser may simply seem antithetical to their purposes and philosophy. Still, I personally would have preferred a "spoofing" feature over accurate statistics, but I'm not the one writing an underdog rendering engine.


    I thought there WAS a way to spoof the User Agent with one of the javascript settings. Is that not right?
    If it isn't right, people who find this page on google like I did are going to be pissed.
  24. Unsupported? by Erik+Fish · · Score: 2


    Consider that there will be no technical support for this software outside community-based support, such as you would find in the Software Colloquium or at Mozilla.org itself. In theory, Netscape Navigator is the finished, polished product, not Mozilla.

    Supposedly this is the big reason why businesses should deploy Communicator rather than Mozilla however Netscape hasn't provided support for Navigator/Communicator in many years (probably since they stopped offering a license you could purchase). Since the EULA disclaims any and all responsibility anyway it's not like there's even a legal ass-covering reason to use Communicator over Mozilla.

    Where I work we're happily deploying Mozilla 1.0 in place of old Communicator 4 installations. It's working great and since lack of support is par for the course anyway all we're missing out on is a lot of ads and AOL garbage.

  25. A question on Mozilla by richieb · · Score: 2
    I use Mozilla on Linux and on home Windows boxes. However, on my corporate NT network I cannot use Mozilla, because I need to login to a proxy server. The server requires user name, password and domain for login and in Mozilla I don't know where to put the domain?

    Has anyone done this?

    --
    ...richie - It is a good day to code.
    1. Re:A question on Mozilla by Yunzil · · Score: 2

      and in Mozilla I don't know where to put the domain?

      Edit --> Preferences --> Advanced --> Proxies?

      Just guessing... never tried it myself. :)

    2. Re:A question on Mozilla by richieb · · Score: 2
      When prompted for a username and password, just type in:

      username: domain_name/username password: password

      This worked for me. Thanks a 1e6 !

      --
      ...richie - It is a good day to code.
  26. Doesn't look like a windows app by fishbot · · Score: 4, Insightful

    One of the negative points was that Mozilla does not look like a Windows app. I shall ignore the existence of the IE skin for now.

    However, what I will mention is software such as QuickTime player, RealOne, MusicMatch Jukebox, and literally anything written in Java. None of these use the MFC toolkit (not the widgets, anyway) nor do they follow the theme of the widgets in WinXP.

    Many people complain that Linux apps don't fit together because QT != GTK != Motif etc. However, it is commonplace in Windows apps for larger development outfits to use their own widget sets, and nobody bats an eyelid.

    As a simple example, I use Mozilla with the excellent Orbit-Retro theme. My dad can't figure it out. So, I switch to the IE theme. The layout is identical, but the look/feel of the widgets is more 'windows like'. Suddenly he's right at home.

    Perhaps the comment should have read 'doesn't look like any of the windows apps we're used to'

    1. Re:Doesn't look like a windows app by Nailer · · Score: 2

      However, what I will mention is software such as QuickTime player, RealOne, MusicMatch Jukebox, and literally anything written in Java. None of these use the MFC toolkit (not the widgets, anyway) nor do they follow the theme of the widgets in WinXP.

      That's true, but a lot of people hate those applications too. I'm not batting an eyelid, I'm swtiching to something else, just like I do on Linux when a KDE (or sometimes GTK) frontend to some skinned monstrosity appears.

  27. Comment removed by account_deleted · · Score: 2

    Comment removed based on user account deletion

  28. Mozilla Mail is better? lol by wackybrit · · Score: 5, Insightful

    The fact that it has a better email and usenet client (than OE) is a major reason.

    You have to be joking. I'm a Mozilla advocate, but even I admit the mail client is a piece of trash.

    The interface is inconsistent, and it doesn't make it obvious what is going on at any one time. There's nothing like the big 'Send/Recv' button in OE, and when you collect mail, you have no idea what's going on.

    The folders are sloppily managed, and the news reader is certainly worse.

    Sure, it doesn't automatically open attachments or spread viruses around.. but the user experience is more important than security to me! It's a program I have to use for hours every day!

    1. Re:Mozilla Mail is better? lol by CynicTheHedgehog · · Score: 2

      In my opinion Mozilla has the best mail agent I've ever used. It took me 5 minutes to set up and it allows me to apply rules to IMAP folders. That's really all I ask for, and it does it quickly and intuitively. I've really never had a problem with it.

      But then again I come from Outlook Express, and the interfaces are similar. I suppose someone using PINE or Eudora may have some trouble with Mozilla (just as I was totally bewildered by Eudora the first time I used it).

    2. Re:Mozilla Mail is better? lol by Baki · · Score: 2

      Strange you think that. Mozilla's mail client is the main reason I use Mozilla. Especially when you have multiple IMAP accounts there is nothing that comes close.

      OE is horrible, the worst mail client I know and very clumsy, unless maybe OE is all you are used to.

    3. Re:Mozilla Mail is better? lol by rickymoz · · Score: 2, Insightful

      ...and when you collect mail, you have no idea what's going on.

      Ah? Then what does this mean: Contacting host... sending login information... no new messages on server... downloading message 1 of 10?

      I've been using Mozilla Mail for 3 years now and I am quite happy with it. Before I was using Netscape mail (4.7) and I was happy too. Last year, I've been working at a company with Outlook. This is the most confusing software I've ever had, especially when you try to configure it. "Adding a mail account" anyone? Go to Options, Properties, blah blah blah? I've had to do it several time, but really every single time I've had to mess around for a while before finding it.

      I know (though I admit I haven't ever used it) that OE is much inferior to Outlook. Wow great piece of software this must be!

      While I agree that the inconsistency and weird folder management are a real problem, I don't think Mozilla mail is inferior to OE, not to mention the viruses, by the way...

    4. Re:Mozilla Mail is better? lol by iceT · · Score: 2



      You honestly don't see anything wrong with this sentence? This is EXACTLY how Microsoft got to the vulnerable position they are in with ALL of their products: Features are more important than security... No 60 or 90 day security review will fix 10 years worth of security hole development...

      Thanks to Microsoft, my cable web-server runs on port 8080, since port 80 was blocked due to Nimbda and the IIS holes.

      Once Microsoft understands this, then their software can be evalued for the rest of it's merits...

      --
      -- You can't idiot-proof anything, because they're always coming out with better idiots.
    5. Re:Mozilla Mail is better? lol by pmz · · Score: 2

      Would you rather have 500 locks on your door, and require a key for each? Or just one single lock?

      The key word, here, is "compromise."

    6. Re:Mozilla Mail is better? lol by HiThere · · Score: 2

      I prefer Mozilla over IE, but for mail, when I have free choice I prefer KMail for two reasons:
      1) I can turn off the html in the mail folders
      2) I can reprocess the mail against a new filter that I've added.

      It's also true that the mail client tends to be a bit unstable. It seems to break in more versions of Mozilla than any other part that I use, and occasionally the result has been the unrecoverable loss of mail.

      OTOH, I find the browser to be as good as Konqueror, though the strengths are in slightly different places.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    7. Re:Mozilla Mail is better? lol by Bedouin+X · · Score: 2

      Also funny how OE hijacked Messenger a few years back. OE used to just dump all of your mail into one folder. How braindead is that? Or maybe they were both jacking Eudora. I never used Eudora that much but understand that it was the big kid on the block back in the day (when I was just fine with Netscape 3 mail).

      --
      Dissolve... Resolve... Evolve...
    8. Re:Mozilla Mail is better? lol by Graymalkin · · Score: 2

      Large buttons are large targets and thus easy to hit with a mouse. Fitts' law being applied and all. Large buttons aren't Dublo Lego blocks meant for kiddies, they are obvious to the eye and easy to hit with the cursor with as little time as possible aiming. I have my cursor speeds set extraordinarily high to make up for the time lost clicking retardedly small buttons on my relatively high resolution screen. Large buttons don't make the users less intelligent, it shows the designers of the UI were indeed more intelligent.

      --
      I'm a loner Dottie, a Rebel.
    9. Re:Mozilla Mail is better? lol by Inoshiro · · Score: 2

      "The interface is inconsistent,"
      Inconsistent with what? Office Outlook? Outlook Express? Mutt? Pine? Eudora? Juno?

      All email clients I've ever tried had different interfaces within a few bounds (like the 3 pane layout most graphical clients share). Mozilla is no different. In fact, it's even less different since it looks entirely like the NS4 email client.

      " and it doesn't make it obvious what is going on at any one time."

      But it does. When I click a message, it throbbs and loads the message. Most of the time (except when reading large directories on the server), it's so fast that I don't even notice it's taking time to do anything. But when it's slow, it does update the status bar. Plus if I do something I don't want to do, there's a nice stop button.

      "There's nothing like the big 'Send/Recv' button in OE, and when you collect mail, you have no idea what's going on."

      The big "get mail" button not turn your crank? Message dirs that receive new mail being in bold, with new message counts in brackets, and a little green down-pointing arrow like in the getmail button just not obvious enough for you? Maybe you should switch to AOL. They have a nice sound file to tell you that you have new mail. Oh, that's right, you can configure Mozilla to play a sound file just like AOL for that. How is it hard again?

      If you're done trolling, let's get down to the facts: Mozilla is the only IMAP4 with SSL supporting open client which will also check my IMAP subfolders (which I have told it to check) for mail. Balsa/Sylpheed just do a brute force check every subfolder (last time I tried them). If you don't understand why that's good, that's probably why you're so happy with OE that you're spreading lies on message boards. For people like me who have big IMAP trees, one entry per mailing list/email alias, Mozilla is really the only choice. I practically live in it on my workstation.

      --
      --
      Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
    10. Re:Mozilla Mail is better? lol by cobar · · Score: 2

      1) I can turn off the html in the mail folders

      You can now do this in Mozilla too as of version of 1.1 It's under View -> Message Body As, which lets you render messages as html, text, or html without font changes & images.

  29. Re:There IS a reason to switch over... by nuxx · · Score: 3, Informative

    Try going into Tools -> Internet Options -> Advanced -> (Uncheck) Reuse windows for launching shortcuts

    I believe the problem you are having is with IE's handling of shortcuts to URLs, which is all that Favorates actually are. If you have this option checked and hit a favorate, it will open the favorate in the last used window. This often turns out to be the first one you opened.

  30. Agree by mnordstr · · Score: 2

    I like Mozilla and use it every day. And I have to agree with the article that what really makes Mozilla great is Gecko. Mozilla has made a great standards compliant rendering engine. I've used Gecko for my own customized projects and it really is a great tool for anyone making customized browsers.

  31. Long live text zoom. by El+Jynx · · Score: 2, Informative

    My fav feature is the zoom-in function for text sizes; there's so many idiot webmasters who think 8pt text is big enough that this grants my eyes another 20 years of functionality without contacts.

    Jynx

    --
    A positive attitude may not solve all your problems, but it will annoy enough people to make it well worth the effort.
  32. Retribution: finally by Hooya · · Score: 2

    For the longest time, 'critics' pointed fingers at mozilla group and said things to the effect of 'lookey here, open-source project is a no go..' Finally, the 'critics' are at least saying that mozilla group has "..reached their stated goal." that's a 10+ score in my book.

  33. I love it by spike+hay · · Score: 2

    I just downloaded Moz 1.1 Beta just about an hour ago. It's even better.

    --
    If you don't understand any of my sayings, come to me in private and I shall take you in my German mouth.
  34. Tabs are great... by artemis67 · · Score: 2

    on OS X, where you don't have a full screen mode with a task bar at the bottom. Tabs on OS X add that task bar functionality that is lacking (the dock is nice and all, but I still prefer a task bar).

    On Windows and Linux system, I find the tabs confusing. And I mainly use Mozilla in Windows. The problem is that I keep looking to the bottom of the screen for window managment out of habit, and end up closing windows with 4 or 5 tabs by accident.

    The best thing about tabs overall, though, is the pop-behind function. If it weren't for that, I'd never use tabs in Mozilla for Windows.

    1. Re:Tabs are great... by ocelotbob · · Score: 2, Informative
      The problem is that I keep looking to the bottom of the screen for window managment out of habit, and end up closing windows with 4 or 5 tabs by accident.

      Have you looked into Multizilla? It's a much nicer tab implementation than the tabbed interface of the stock mozilla. Plus it's got a few other nice features, such as browser spoofing for the websites designed by lazy idiots who make everything IE only. Like any mozilla add-on, it's quite tiny, and worth a spin.

      --

      Marxism is the opiate of dumbasses

  35. The unwritten first paragraph by The+Cat · · Score: 2, Interesting

    "Internet Explorer is the best browser currently available and is the standard by which all other browsers should be measured. The IE user interface *in Windows* (where IE has every advantage possible) is also the standard by which all other applications' GUIs should be measured."

    First noted in this sentence, where the authors "touched up" on IE for the umpty-eleventeenth time like a runner trying to lead off first base:

    Navigator does offer some compelling features and enhancements to previous Netscape code, some of which are alien to IE and some which aren't.

    then, confirmed in all its Blue-Screened glory as if endorsed by His Billness himself:

    "For people used to the customization options of IE windows, it's a step backwards in functionality"

    Reads exactly like a Dr. GUI article from your latest issue of MSDN (coffee graphic included, $2300 please)

    Translation: It is different from Windows, therefore inferior.

    "The disregard for accessibility in the user interface is shocking given the amount of work that went into implementing web standards."

    Shocking? I have a better word: exaggerated.

    "As it stands, Navigator breaks many Windows User Interface (UI) standards."

    Standards like mouse-freeze(tm), GPF(R) and Crashed Explorer(C)(R)(C)(TM).

    WHAT standards? (Notice how these are never named? No, I really don't care either.)

    Let me guess, Java breaks the standards too, right? As does WxWindows, Perl/Tk, GTK and everything else without a new colorful icon on our very expensive(tm) desktop.

    "Rather than use the default "widgets" (menu bars, pop-up menus, drop downs and the like), Navigator comes complete with its own set of widgets. For some spectators,"

    Read: Windows-only users

    "this is yet another example of how cross-platform ideals don't always play out in practice: a Windows application should have Windows' look and feel."

    Hint: Mozilla is not a Windows application. We have some lovely parting gifts, however.

    Plugin management is not intuitive.

    Uninstall and reinstall an OCX control which is installed (and registered) in two directories and being used in Windows 9x, then explain what is and is not intuitive.

    Here is another glaring example of bias:

    "Aside from the few aforementioned problems, Gecko's standards compliance and its ability to handle less-than-compliant pages well is laudable."

    Laudable? Gecko's standards compliance is the finest expression of excellence yet seen in any browser ever written. It puts IE to crying, sobbing shame. Laudable is a left-handed compliment at best, and a cynical remark at worst.

    The Mozilla project has been nothing less than a resounding success.

    Wow, four pages to get to this. About time. Begrudging, however. A poor, biased incomplete review.

    I'll give it a 2.

  36. No major reason to switch over???? by Publicus · · Score: 2

    Overall they say that mozilla would make a good substitute for IE 6 but there is no major reason to switch over.

    No reason to switch over? I've been using Mozilla 1.0 in Windows constantly since 1.0 was released. IE 6 just feels so DUMB compared to it. I shouldn't even have to mention tabbed browsing or the sidebar tabs and the great reference content that you can put there. As a web developer I find it indispensible. I can't speak for the average user, but I think that when this thing gets released as Netscape 7 with seamless support for all of the plugins Microsoft will be in for run for its money.

    Bottom line, there are major reasons to switch over -- tabbed browsing, control of javascript (no popups), searching Google from the url bar. I can't say enough.

    --

    My Karma was at 49, then they switched to words. All that work for nothing!

  37. Re:Mozilla e-mail by Mathetes · · Score: 2, Informative

    Mozilla mail does support multiple SMTP servers. Its rather hard to find the option, but it is there.

    See the "Advanced" button under both Account Settings and Outgoing Server (SMTP) under Mail & Newsgroup Account Settings.

  38. Killer Features by N8F8 · · Score: 2
    • TABBED INTERFACE OPTION
    • Block Popups/ other scrpting annoyances.
    • Superior SSL Handling
    • Superior Password Handling (you don't have to start typing the username)
    • XUL/Skins
    --
    "God fights on the side with the best artillery." - Napoleon, Marshal of France - speaking truth to power
  39. Re:here's my reason.... by xanadu-xtroot.com · · Score: 2

    there are a lot of IE-centric web designers out there who swear by Frontpage.

    I think it's sacrilege to use the terms "Web Designer" and "FrontPage" in the same sentance.

    --
    I'm not a prophet or a stone-age man,
    I'm just a mortal with potential of a super man.
  40. Mozilla vs. IE Question by pmz · · Score: 2

    Has anyone out there studied whether IE acts as spyware, where it "phones home" browsing habits or search strings?

    Ultimate control over who knows what could be an enormous advantage of Open Source browsers, such as Mozilla, and would make a much stronger argument against IE.

    I suppose this could even be applied to Mozilla vs. Netscape, because it is always possible that Netscape could add spyware, too.

  41. What did they rate IE at? by oliverthered · · Score: 2

    I aggree with the 7, but for different reasons.
    But if mozilla Got a 7 what did IE get, a 4-5?

    I rate IE as follows.
    Javascript debugging 5 (7 for the debugger -2 for the anoyances)

    HTML rendering 5-6

    User interface 3 (it crashed too much and is anoying as hell etc...)

    Usability 6 (proxy bypass, zones and other things are great, and much missed when i switched to mozilla), the inability to override nasties drops the score down from 8 to 6

    Security 2 ( they do fix bugs otherwise it'd have to be a 0)

    Plugins &co 4 (OLE embeding is a mojor anoyance!)

    overall 4.7 (try harder)

    So mozilla 7 (getting there)
    IE 4.7 (try harder)

    --
    thank God the internet isn't a human right.
  42. Good, but... by Max+von+H. · · Score: 2

    I have deployed Mozilla on win2k platforms in a small firm I work for (along with OpenOffice.org). They all love the tabbed browsing, the popup blocker, the stability, etc.

    However, the big culprit is the e-mail client. It chokes on badly formatted mails, is slow and lacks tons of options. For instance, it doesn't put the attachment list when you print the mail and also you can't tell it to delete e-mails from the server after n days, a handy feature when ppl want to share a mailbox. The address book is crappy too.

    For home use, I't's perfect... But when you get 400 mails/day, Mozilla isn't the right thing to use.

    Does anyone know of a robust and safe e-mail client on windoze? The Bat! seems nice, despite its crappy name...

    Cheers,

    -max

    --
    -- It's always darker before it goes pitch black.
    1. Re:Good, but... by flonker · · Score: 2

      Try Agent. I love it, but some people may consider not rendering HTML to be a problem. It has *never* crashed on me. Not once. It's immune to the latest Outlook virus of the week. It doesn't render HTML, so no "image bugs" (image tags in HTML emails to verify that you viewed the message). It's clean, and it's fast.

  43. NT naming scheme by alexhmit01 · · Score: 2

    domain\username refers to your user account in the domain. username@domain might work if authenticating against Win2K, but I've never tried (our NT servers are NT4SP6a).

    However, if they don't allow basic authentication, you may be out of luck.

    Good luck,
    Alex

  44. Re:Why would Mozilla be more secure? by pmz · · Score: 2, Flamebait

    ...but Mozilla is a "1.0" release, and from a security perspective, it's usually better to go with a more mature application.

    Yes, but Mozilla was leading up to 1.0 for years. It really is a mature application, as applications go, so most of the "gross" holes probably have been addressed. The remaining holes fall under the law of diminishing returns, where there are certainly some, but they will found less frequently as time passes. In this regard, Mozilla and IE are on equal footing.

    Also, Mozilla gives quite a bit of flexibility concerning cookies and JavaScript, so I would believe that whole classes of bugs wouldn't be exploitable, simply because I allow cookies only to sites that have earned my trust, for example. Now, if per-site JavaScript control is incorporated into a later release of Mozilla, that will be the icing on the cake.

  45. Plug-in support / compatibility by dkh2 · · Score: 2, Insightful

    My one complaint about Mozilla, and Netscape 6, the absolute dirth of useable plugins for popular things like Shockwave, Flash, and Quicktime. Additionally, there does not appear to be any effort being put forth to rectify this situation. This gives me little hope of ever seeing extensions for things like DjVu, a supremely excellent format for distributing scanned documents across the web. (Ya gotta appreciate a format that gives better reproduction than PDF at 20% to 30% of the file size.)

    Personally, I think that the broad use of Shockwave, Flash, and Quicktime warrant the ability of the browser to handle those formats natively. Don't write them into the browser kernel but, DO provide separate, replaceable, upgradeable extensions that ship with the browser distribution.

    Give Mozilla the ability to handle the most commonly used file formats and I'll be able to convert everybody I know over to it.

    --
    My office has been taken over by iPod people.
    1. Re:Plug-in support / compatibility by Tony+Hoyle · · Score: 2

      All the old netscape plugins work, and even some of the IE ones. At the moment I have:

      Java Plug-in 1.4.0 for Netscape Navigator (DLL Helper)
      Shockwave Flash 6.0 r29
      Macromedia Shockwave for Director Netscape plug-in, version 8.5
      Macromedia Authorware Web Player Netscape plug-in, version 6.0 F1
      Adobe Acrobat Plug-In Version 5.00 for Netscape
      QuickTime Plug-in 5.0.2
      Microsoft (R) DRM (ick!)
      Windows Media Player Plug-in Dynamic Link Library
      Microsoft® Windows Media Services

      Which just about covers everything that I ever use.

  46. It's the nature of the problems by oliverthered · · Score: 2

    Mozilla should have far less security problems by design.
    IE falls over on the security front becasuse it's be designed sooooooo badly all that OLE and systems intergration stuff makes the browser an easy target.

    To make IE secure Microsoft will have to vastly improve security and sandboxing of OLE and user spaces. (what's that DRM os there making at the moment?).
    Unix alreasy does this which makes a unix system more secure by design regardless of bugs.

    Since Mozilla doesn't intergrate with the system in such an intimate way as IE there are going to be far less security flaws. and even fewer when run on a unix box.

    --
    thank God the internet isn't a human right.
  47. Who determines standards? by Neil+Watson · · Score: 2

    You have a point. However, someone, other than a marketing department, has to determine the value of a new feature. Did we really need to add support for blinking text?

  48. IE Pop-up killers by MagPulse · · Score: 2

    There are a few utilities on the web that use various techniques for blocking pop-ups, from Javascript filtering to just watching for them and closing them. Here's an article with a few links to some.

  49. you don't understand the Mozilla project by Ender+Ryan · · Score: 2
    "sure, there's another project ('Chimera') to create a Mac OS X-friendly version of Mozilla, but there shouldn't *have* to be; the original Mozilla shouldn't be such a Frankenstein's monster on Mac OS X in the first place."

    The Mozilla project's aim was not to create a browser for every platform in existence, it was first and foremost to create the best rendering they possibly could, and they did an excellent job. The rendering engine can be embedded in ANYTHING, on nearly ANY OS.

    The Browser they created is meant to be a cross platform... platform, it's nearly identical on ever platform it runs on.

    Now it's up to others to use Ghecko to create the most amazing browsers for their platforms of choice. So far there are some pretty good ones already, Galeon for Linux, Kameleon(sp?) for Windows, Chimera for OSX, etc. And the Mozilla browser is still very good if you don't mind having a browser that doesn't match your OS. Plus it's incredibly configurable/themable, so it's perfect for kiosks and embedded devices.

    --
    Sticking feathers up your butt does not make you a chicken - Tyler Durden
  50. Ahrg! Bias Ahoy! by Mulletproof · · Score: 2

    "The major detractor was the user interface, since it didn't feel like a Windows application."

    Wow, talk about inserting your own opinion as fact. That's not just reading between the lines, but reading between the atoms of the lines. And it becomes painfully obvious after you actually read the entire article. Ignore the fan-boys interpretation and read what is otherwise a fair and balanced review.

    --
    You need a FREE iPod Nano
  51. It should "act" the same, too. by Damek · · Score: 5, Interesting

    I use Mozilla myself, and I try to get others to use Mozilla. I think it's great, and can only get better.

    However, you and others are right in pointing out that a barrier to entry is the fact that the program doesn't follow the "standard" Windows user interface. When it's not what people are used to, they can't immediately begin using it; it doesn't "feel" as much as if it were "part of the system".

    Still, the solution you propose of using the Windows XUL theme would, I believe, only make things worse. How? Because then, the browser would still only have most of the appearance of a "normal" Windows application (it still looks a little different), and it still wouldn't act the same. For example, the little "grab" area on the very left side of the toolbars don't work the same way. Having the interface look mostly the same as other apps, but function differently, would only confused people more.

    Besides, the real question should be whether having the browser interface be "non-standard" is a significant barrier to using the application, not just whether it is different. And while I think the Mozilla 1.0 default interface is worse than it could be, I don't think it's too significant a difference. Other applications have very different interfaces, yet they are learned. For example, WinAmp is one of the most popular and widely used digital audio players, yet its interface is very different from the standard Windows interface. In fact, Winamp alone is probably the reason Microsoft made Windows Media Player skinnable.

    Granted, people learned Winamp because, for a time, it was the only MP3 player available, or significantly better than other offerings, so the entry barrier of having to learn a new interface was less important. So perhaps the UI difference is more significant for Mozilla since Mozilla's features aren't too far advanced over those of Internet Explorer (on the surface, anyway, as far as the average user would think). So, because it presents fewer other reasons to switch, the different UI becomes more significant as a reason not to switch.

    The solution, I think, is not to changed the default Mozilla UI to a Windows-like one, which would confuse things even more, but instead to create something "similar, but different" - something closer to the default Windows interface, but obviously different so people wouldn't expect it to behave exactly the same. I would nominate Lo-Fi, because it takes on the Windows UI colors, and it's simple and to-the-point in its working, but it still isn't quite right. Beginners should still have text labels on all the toolbar buttons, and the Lo-Fi icons in Mozilla Mail are a little abstract and confusing.

    Unfortunately, I don't think any of the currently available XUL themes for Mozilla are good for people new to Mozilla, especially people who are used to Internet Explorer and the standard Windows UI.

    1. Re:It should "act" the same, too. by HiThere · · Score: 2

      Data point:
      My wife has no more trouble with Mozilla than with any other windows application. And she's quite non-tech. I mean QUITE!

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:It should "act" the same, too. by EvlG · · Score: 2

      This is not data, this is an anecdote.

    3. Re:It should "act" the same, too. by mikec · · Score: 2

      True. Data is the plural of anecdote.

    4. Re:It should "act" the same, too. by EvlG · · Score: 2

      No, data is the plural of datum.

      An anecdote is just an unsupportable statement.

  52. RE: windows is easier: by SkyLeach · · Score: 2

    Not any more...

    I just helped my dad install the JRE on a new XP desktop and we had to get it from java.sun.com because Microshit isn't distributing the update patch for IE from their servers or Microsoft update anymore. They probably claim it's because of the lawsuit but the realitity is that this will hurt java badly and only make .Net more popular.

    --
    My $0.02 will always be worth more than your â0.02, so :-p
  53. Top 10 Reasons I like Mozilla by duckygator · · Score: 2, Interesting

    I've been using it exclusively for a couple months now and LOVE it. Some features I can not imagine living without anymore include:

    1. Ability to block images from servers. I have Mozilla set up to prompt me before accepting an image. I can say "Yes" load it or "No" block it. I see very very few banner ads now. If I come across one, I right click on it and choose "Block images from this server"

    2. Tabbed interface. Instead of opening new browser windows, I have several web pages open on different tabs within one browser window. In IE you can right click on a link and choose "Open in new window." In Mozilla, you can choose "Open in new window," or "Open in new tab."

    3. DOM Inspector. Document Object Model (DOM) Inspector is a tool that can be used to debug and edit the live DOM (Document structure/HTML/XML tags) of any web document or XUL application.

    4. Integrated JavaScript Console and Debugger.

    5. Integrated Java Console.

    6. Blocking of Pop-up (or under) windows. No more pop up advertisements, surveys, etc.!

    7. Blocking of automatic redirects, window resizing, and a mess of other things by scripts on web pages.

    8. Cookie management. You can block cookies on a site by site basis, view cookies, remove cookies already on your system (and block them from being set again), and more.

    9. Themes. Download or create or own browser themse to give your browser a different look and feel.

    10. Fully customizable sidebars. They're similar to bookmarks, but include things like the DOM Inspector, Search results, News feeds, and more.

  54. It's not supposed to feel like a Windows app by cykes · · Score: 2, Insightful

    It's not supposed to look like a windows app. Mozilla is supposed to be OS independent. It's an internet platform with a consistent user interface across multiple platforms. If you don't like that, stick to windows, IE and its exploits.

  55. Mozilla has more than that... by Tom7 · · Score: 2

    As someone who's tracking many Mozilla bugs, I can tell you that Mozilla has more than 20 open security issues. Search for "security", "buffer overflow", etc. on bugzilla and see.

    Though one thing that Mozilla has in its favor is a highly diverse distribution -- there have been so many versions that many bugs would be hard to exploit for any significant portion of the population. IE doesn't have this "feature".

    1. Re:Mozilla has more than that... by Darren+Winsper · · Score: 2

      Well, a search on "buffer overflow" produces 2 results, two of which are "possible" (as in unvconfirmed), the other says one file is prone to buffer overflows, although I didn't look at its severity.

      I did do a search for "security", but most of them were benign or audits, I didn't bother to identify the rest.

  56. You don't need Mozilla to block pop-ups by Ride-My-Rocket · · Score: 2

    Panicware's "Pop-Up Stopper" is free and has been working just fine on my box for the past few months.

  57. x-platform by psicE · · Score: 3, Interesting

    When AbiSource built their word processor, they did most of it cross-platform. You can look, and see that the majority of the source is in the 'xp' directores. But there's a lot of platform-specific code, too. Even though AbiWord is written with a cross-platform GUI layer, when you actually compile AbiWord, it converts the cross-platform widgets into native widgets. Therefore, you can run AbiWord on Windows, GTK, even BeOS, and it will use *native* widgets. Not emulated widgets, native ones. It looks like the platform you're using, because it is.

    I understand that the Moz guys want cross-platformability. But XUL is bloated and slow. The Moz team should know full well that the only reason anyone uses Galeon, or KMeleon, is because Moz is too slow! So why can't they follow the Abi example, and have XUL widgets convert to native at compile-time? They can still use XUL for unsupported platforms, but have native GTK or Win32 widgets for the two most common.

    The Mozilla team made a great browser, really. But I think it's fair to say, probably a good half of their prospective users, if not more, would use it except for XUL. They should do something about it.

    1. Re:x-platform by glwtta · · Score: 2

      since when is GTK one of the two most common? one would think it was Qt

      --
      sic transit gloria mundi
    2. Re:x-platform by psicE · · Score: 2

      Nope. However popular KDE is on Linux desktops, the fact remains that GTK, which isn't just Gnome, is used almost everywhere. Someone once did a poll; they found that about 7% of respondents used KDE exclusively, 35% used KDE with Gnome apps, 30% used Gnome exclusively, 5% used Gnome with KDE/Qt apps, and the rest used something else. That's not the exact numbers, but the point is, almost every single person using X-windows has GTK, while only KDE users have Qt. Think of GTK as the lowest common denominator (but it's better anyway :D)

      Besides, no one's stopping the Moz guys from making both a GTK and a Qt port. The thing is, not only would the GTK port reach a wider audience, most of the people who would have used the Qt port will just use Konqy anyway.

    3. Re:x-platform by zulux · · Score: 2

      The Moz team should know full well that the only reason anyone uses Galeon, or KMeleon, is because Moz is too slow!

      Not to take away from your post...

      I think thats the point - The Mozilla team has been saying all along, "Take this technology and run with it! Do your own thing with it!"

      The Mozilla team is happy that others are using their code, changing it and making cool stuff with it.

      Rather than get bummed with the Mozilla team, we should say "thanks for making it modular" and go give encouragment to the Galeon and Kmeleon teams.

      There's pleanty of room for all sorts of browsers on the internet - and I think that a one-size-fits-all stratigy will not serve users and developers well.

      --

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

    4. Re:x-platform by ttfkam · · Score: 5, Informative

      *sigh*

      Repeat a lie enough and it will become truth I guess.

      The real skinny on XUL: It is not as slow as people make it out to be. It is not the reason for Mozilla having any speed problems. It *is* compiled into native instructions when your browser is up and running. This functionality made it into the tree some time ago. Too many people were howling about the slowness of XUL two years ago to notice apparently.

      Don't believe me? Try running a profiler on Mozilla sometime and report back the hotspots. What's that? Even though the source is available and people have access to profilers, not one of the XUL naysayers here even tried? But that would mean that they pulled XUL performance stats out of their asses. (To be fair, a couple of years ago, XUL had some major redrawing and rendering issues -- not the case today. Maybe it's just a case of stale info that desperately needs to be thrown away) In addition, projects like Galeon are not faster because of native widgets (although it may have been the case a couple of years ago). IF you look at feature-to-feature, Mozilla does more than Galeon. Just look at the JavaScript engines, the DOM handling (the DOM debugger, the DOM inspector,
      etc.), the fact that Galeon only runs on one platform(!), etc. Galeon is not Mozilla + native widgets. Galeon is Mozilla-- + native widgets.

      Does XUL intrinsically look exactly like native widgets? No. Does the classic theme look very much like native widgets. Absolutely. Does the modern theme look like native widgets? No. Was it planned to look "native"? No! Modern theme looks the same no matter what platform you are on. If you want consistency of browser UI when using multiple operating systems (as I do), then use Modern. If you want something more akin to a native feel, use classic. If you absolutely want native widgets, use Galeon, K-Meleon, or Chimera. That's what these projects are there for!

      As a side note, XUL is rendered by Gecko. You can't say that one is slow while the other is fast. They are different limbs of the same beast.

      As was pointed out on the Mozilla performance newsgroup, there is no magic "native" flag that makes video cards paint faster. Whether a widget is linked from a shared library, compiled from C, or read from an XML file (and later translated to machine instructions), they all paint to the same canvas: the system graphics library. If MFC has some innate advantage here, I'm sure that the folks who write Qt and WxWindows would love to hear about it as well as they would no longer be "native" either.

      The reason that Mozilla developers can handle the large number of platforms that Mozilla runs on is because of XUL. The code is amazing in its cross-platform purity. Fix a mail client bug here and it's fixed everywhere. Fix a UI bug there and its fixed everywhere. Contrast this with fixing a UI bug in the Windows code and it must be fixed in Mac (OS 9- and OS 10+), X (Xlib, GTK+ and Qt ports), BeOS, OS/2, OpenVMS(!), Amiga, etc.

      I'm not saying that XUL didn't take a long time. I'm not saying that it saved a whole lot of development time until recently. What I am asserting is that all new bugfixes and enhancements can now happen much faster (and have been for the last year or so) than would be possible with native libraries and widgets. And it's not like Mozilla isn't modular and reusable; how do you think Galeon and K-Meleon were able to be released so quickly? They whipped up a barebones UI up on the infrastructure written by Mozilla developers. If you like Galeon, K-Meleon, and Chimera, it probably has more to do with liking barebones UIs than an inherent deficiency in Mozilla's UI. That said, if that's your preference, more power to you. Just don't shit on someone else's meal when your food comes from the same kitchen.

      What the Mozilla developers have done is akin to shunning assembly language for C. Back in the day, C was slow and bloated as compared to hand-crafted assembly. Then people noticed that they wrote more and with fewer bugs with C. Then the compilers got better. Then assembly didn't make much sense except in small niches. Imagine! Writing your UI in a simple text file and handling UI events in a simple scripting language. Don't like the UI colors? Just edit CSS files instead of editing .c files and waiting for the recompile. Your program UI can be as simple as editing a web page!

      But I can hear it now. "But it's not as fast as compiled UIs." "It uses more memory." In a couple of years, advances in the rendering engine and the XUL processor (think 'compiler') will narrow the gap so far as to make the gap imperceptible. It's assembly versus C all over again. Which side do you want to be on? Personally, I think life is too short for recompiles.

      If you want to get down and dirty, recompiling at every step, write an operating system or help out on the Gecko renderer and XUL processor. For everything else, there's XUL, scripting, and CSS.

      --

      - I don't need to go outside, my CRT tan'll do me just fine.
    5. Re:x-platform by psicE · · Score: 2

      Speaking of modular...

      With Visual Studio, I can write a web browser with about 30 seconds of coding. One of the included wizards sets me up with an empty window, I tell that window to fill itself with an HTML object, and it does.

      I was under the impression the Moz team would be offering something similar, say, a library or DLL (or both) for Gecko. So that to write a web browser, all you'd have to do is link to libgecko, call GeckoView() or something similar, and with minimal lines of code have an HTML object.

      Maybe there's a technical reason why that would be hard or impossible; if so, would you mind explaining what it is? If not, though, then I'd very much like to see them do that.

    6. Re:x-platform by psicE · · Score: 2

      If you want consistency of browser UI when using multiple operating systems (as I do), then use Modern. If you want something more akin to a native feel, use classic. If you absolutely want native widgets, use Galeon, K-Meleon, or Chimera. That's what these projects are there for!

      That's the thing. Why do you want consistency of browser UI between multiple operating systems over consistency within an OS? It's the rare OS that isn't themable; why don't you just pick a look that you like, say Modern, set the entire OS to look like that, and have Moz use native widgets?

      As a side note, XUL is rendered by Gecko. You can't say that one is slow while the other is fast. They are different limbs of the same beast.

      For text, it's fine. For everything else, Gecko is slow. As pages are mostly text, the slowness of Gecko doesn't matter much; for XUL, you really notice it, especially because normally, widgets are faster than any other part of the UI (even when Gecko isn't a factor).

      The reason that Mozilla developers can handle the large number of platforms that Mozilla runs on is because of XUL. The code is amazing in its cross-platform purity. Fix a mail client bug here and it's fixed everywhere. Fix a UI bug there and its fixed everywhere. Contrast this with fixing a UI bug in the Windows code and it must be fixed in Mac (OS 9- and OS 10+), X (Xlib, GTK+ and Qt ports), BeOS, OS/2, OpenVMS(!), Amiga, etc.

      AbiWord is the same way, but it uses native widgets, and clicking an AbiWord menu works instantaneously, whereas clicking a Moz menu takes multiple seconds to load - it just doesn't feel clean.

      I'm not saying that XUL didn't take a long time. I'm not saying that it saved a whole lot of development time until recently. What I am asserting is that all new bugfixes and enhancements can now happen much faster (and have been for the last year or so) than would be possible with native libraries and widgets. And it's not like Mozilla isn't modular and reusable; how do you think Galeon and K-Meleon were able to be released so quickly? They whipped up a barebones UI up on the infrastructure written by Mozilla developers. If you like Galeon, K-Meleon, and Chimera, it probably has more to do with liking barebones UIs than an inherent deficiency in Mozilla's UI. That said, if that's your preference, more power to you. Just don't shit on someone else's meal when your food comes from the same kitchen.

      I suppose you like Word's UI then? Or would you rather use a less bloated word processor?

      Honestly, I don't know a single person who truly prefers complex interfaces to simple ones.

      What the Mozilla developers have done is akin to shunning assembly language for C. Back in the day, C was slow and bloated as compared to hand-crafted assembly. Then people noticed that they wrote more and with fewer bugs with C. Then the compilers got better. Then assembly didn't make much sense except in small niches. Imagine! Writing your UI in a simple text file and handling UI events in a simple scripting language. Don't like the UI colors? Just edit CSS files instead of editing .c files and waiting for the recompile. Your program UI can be as simple as editing a web page!

      In C programs, after compilation and linking, the program is ultimately written in machine-language. It's a native program. Similarly, in AbiWord, the cross-platform bit is taken care of at compile-time, leaving you with native widgets at native speed when you run. Mozilla is more like Java. You run the widgets in emulation; the compilation doesn't happen at run-time.

      There's a place for emulated languages. Java applets are nice on webpages where speed is less important than portability, and Perl or Python are good for their flexibility. But for a project like Mozilla, I'd rather see it follow the C paradigm, and optimize at compile-time.

    7. Re:x-platform by zulux · · Score: 2

      You can probably do what you ask for with Mozilla, but I do know you can do it with KHTML, one of the KParts of KDE. KHTML is quite a robust rendering engine - it's amazingly standards complient, and is all the more remarkable given the small amount of (though obviously smart) people working on it.

      And unlike IE, you can tinker around with it if I doesen't fit your needs.

      --

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

    8. Re:x-platform by glwtta · · Score: 2
      try and confuse me with numbers all you want, all I know is that my KDE with Mosfet's Liquid engine looks far prettier than and Gnome app I've seen :)

      seriously though, I think they do have both a GTK and a Qt port, I've just never bothered to get it to work. btw, from your numbers 42% use KDE and 35% use Gnome (with or without the other toolkit's apps), wouldn't it stand to reason that more people would want the Qt port, for their "native" as it were environment?

      I personally use both Mozilla and Konqy. while Konq is prettier (better looking/better anti-aliased fonts is the biggest thing here) and plays better with the rest of the environment, Mozilla is just an all around better browser. why so many people seem to think that you have to use only one browser, anyway?

      --
      sic transit gloria mundi
    9. Re:x-platform by ttfkam · · Score: 2
      For text, it's fine. For everything else, Gecko is slow. As pages are mostly text, the slowness of Gecko doesn't matter much; for XUL, you really notice it, especially because normally, widgets are faster than any other part of the UI (even when Gecko isn't a factor).
      You're helping to prove my point about C and compilers although I'm a bit lost with regard to your speed statements. Menus, dropdowns, and other bread-and-butter XUL widgets are not based in graphics. Last I checked (using Mozilla right now), the menus were text-based. That said, the issue is not XUL but Gecko's image handling speed. XUL is only a side effect. Animated graphics were found to be a major time sink when the throbber (top-right logo) was found to be the source of slowdowns. They worked on animated GIF performance and the XUL UI became faster. If Gecko's image handling is sped up (I wasn't aware of any major problems with static image loading by the way) then XUL again speeds up.
      AbiWord is the same way, but it uses native widgets, and clicking an AbiWord menu works instantaneously, whereas clicking a Moz menu takes multiple seconds to load - it just doesn't feel clean.
      Okay, I've been trolled. C'mon now. "A couple of seconds"? I'm writing this on a P2-300 Vaio laptop. If a menu took a single second to load, Mozilla would be usuable for me. I seriously doubt that you have used Mozilla in the last year. If you have, then you are just lying or trying to run it on a 486 with 16MB of RAM. If you are talking about the preferences dialog, you aren't looking at an inherent slowness of XUL. It's lazy loading of preferences -- an algorithm choice. The UI slowness is a red-herring. Preferences performance is (a) low priority compared to other things thank god, (b) nothing to do with XUL performance, and (c) akin to people blaming a web browser for speed issues when they're using a 14.4 modem. Speed up the net connection, and the web browser gets faster. Optimize the preferences dialog algorithms, and XUL will seem faster.

      Re: AbiWord
      Don't misunderstand; I have no end of respect for the AbiWord developers. But comparing Mozilla's portability with that of AbiWord is foolish. AbiWord supports Windows, Linux, FreeBSD, Mac OS X, and QNX. That's it. You are not talking about the same scope. There is no version for Mac OS 9.x and earlier unlike Mozilla. There is no port for BeOS unlike Mozilla. I submit that it is faster and easier for Mozilla to be ported to a new platform than AbiWord, and I also submit that XUL has a great deal to do with this. For Mozilla, developers must write a Netscape Portable Runtime implementation for the new platform, and perhaps make some tweaks to handle the graphics primatives. AbiWord would have to completely rewrite the UI after having someone learn the new widget API for the platform. And AbiWord doesn't even deal with advanced threading or network issues!
      I suppose you like Word's UI then? Or would you rather use a less bloated word processor?

      Honestly, I don't know a single person who truly prefers complex interfaces to simple ones.
      You misunderstood my point. Mozilla's UI is more complex, yes. Galeon's interface is simple and clean, yes. I don't dispute those points. My point was that Galeon does less than Mozilla. In addition, I believe that a new XUL "theme" (for lack of a better word) could make Mozilla look exactly like Galeon with comparable speed. How? Reducing the number of widgets makes anything faster and reducing the functionality of the browser (Galeon does less on the backend than full Mozilla even if XUL is taken out of the equation) and the number of components that get loaded.
      In C programs, after compilation and linking, the program is ultimately written in machine-language. It's a native program. Similarly, in AbiWord, the cross-platform bit is taken care of at compile-time, leaving you with native widgets at native speed when you run. Mozilla is more like Java. You run the widgets in emulation; the compilation doesn't happen at run-time.

      There's a place for emulated languages. Java applets are nice on webpages where speed is less important than portability, and Perl or Python are good for their flexibility. But for a project like Mozilla, I'd rather see it follow the C paradigm, and optimize at compile-time.
      Oh where to begin. Let's take a trip down memory lane about thirty years ago when C compilers were relatively new. The arguments most often heard were that C was bloated, it could never compete with assembly for speed, it was too easy, it may be good for portability, but only a few platforms are important, etc.

      Sounds very similar to the arguments you are making now.

      How about twenty years ago when the X Windows System was first being proposed. Why on earth would anyone want a universal windowing system? It will be the death of innovation and speed.

      I was just playing Quake 3 a little while ago on it. I guess it got faster. Now aside from the fact that Java has proven itself to be much more able on the server side than as a client-side applet (I feel the flamewar igniting again), study after study, research project after research project has demonstrated that productivity skyrockets after using a scripting language in place of a compiled language like C. These same real-world study documents also demonstrate no great speed increase in most (>90%) applications when C is used.

      Remember Knuth's 80-20 rule? You did read Knuth's work right? 80% of running time is in 20% of the code. How much time do you think the UI is taking in processing time? Let's suppose for the moment that you're right, I'm wrong, and XUL is the source of all of the problems with speed in Mozilla. In most browsing sessions, I barely touch the menubar; most of my time is spent in the main browser area. If I'm not interacting with XUL most of the time, how can it be such a horrible timesink in real-world use.

      That said, I assert that you have not put a profiler on Mozilla and are talking out of your ass with regard to the XUL engine. You might say that the UI design is bad. You might say that some of the backend component calls could use some optimization, but when you say that XUL is too slow to comfortably use, you sound like a fool.

      --

      - I don't need to go outside, my CRT tan'll do me just fine.
    10. Re:x-platform by psicE · · Score: 2

      Okay, I've been trolled. C'mon now. "A couple of seconds"? I'm writing this on a P2-300 Vaio laptop. If a menu took a single second to load, Mozilla would be usuable for me. I seriously doubt that you have used Mozilla in the last year. If you have, then you are just lying or trying to run it on a 486 with 16MB of RAM.

      Last time I used Mozilla, it was last week; the 19-July build for BeOS. Compared to everything else in BeOS, it was damn slow; so slow that I routinely used NetPositive, with its horrible rendering engine, just to avoid loading Moz.

      Optimize the preferences dialog algorithms, and XUL will seem faster.

      Fair enough, except that my only complaint with the prefs, at least as compared to the rest of XUL, is that they routinely won't save. They're no slower than anything else, for me at least.

      AbiWord supports Windows, Linux, FreeBSD, Mac OS X, and QNX. That's it.

      So I guess my copy of AbiWord on BeOS was just a dream then? No, probably not, seeing that it's right here. It doesn't support Mac OS 9 because that's a dead OS.

      Also, if you'll read my original post, I don't think XUL should be completely scrapped. I simply think that, on the more popular platforms, XUL should be eschewed in favor of native widgets. Use XUL for AmigaOS, Mac OS 9, and other dead OSes; use native widgets for Windows and GTK.

      My point was that Galeon does less than Mozilla. In addition, I believe that a new XUL "theme" (for lack of a better word) could make Mozilla look exactly like Galeon with comparable speed.

      I've used themes that have not a single button (simply a URL bar), yet they're slower than Galeon. When I dual-boot into Windows, to run IE, a web browser that does as much as Mozilla, IE runs circles around Moz. So, why?

      Sounds very similar to the arguments you are making now.

      I have a new slogan for XUL. It's "write once, run anywhere." Oh wait, that's someone else's slogan - Java! Do you think that we should all start programming in Java instead? I think that C is good, Objective C is better, and eventually even higher-level languages should be used. But I think, for the most part, they should always be compiled, not emulated. Clearly most other people agree with me; if write-once run-anywhere was so good, Windows would be written in Java right now.

      How about twenty years ago when the X Windows System was first being proposed. Why on earth would anyone want a universal windowing system? It will be the death of innovation and speed.

      Funny you should bring that up - I've been advocating the mass deployment of Berlin, now Fresco, for a while now. Because Fresco's much higher-level than X, and will therefore make xplatformability easier. But Fresco is written in C++, and when you run Fresco on your computer, you're running a machine language app. It would be absurd to write Fresco, or X, in Java; it would be insanely slow. Instead, they're written in C/C++; portable to multiple platforms, but fast.

      research project after research project has demonstrated that productivity skyrockets after using a scripting language in place of a compiled language like C. These same real-world study documents also demonstrate no great speed increase in most (>90%) applications when C is used.

      Productivity for what? I agree that most small apps should be written in some form of a scripting language, as Perl/Python (Parrot!) has become fast enough for most use. Especially for console apps; how great it is to have one console Jabber client that I can run on every platform (yes, it exists). But something like Mozilla is so huge that writing it in an emulated language won't work.

      Remember Knuth's 80-20 rule? You did read Knuth's work right? 80% of running time is in 20% of the code. How much time do you think the UI is taking in processing time? Let's suppose for the moment that you're right, I'm wrong, and XUL is the source of all of the problems with speed in Mozilla. In most browsing sessions, I barely touch the menubar; most of my time is spent in the main browser area. If I'm not interacting with XUL most of the time, how can it be such a horrible timesink in real-world use.

      I don't know about you, but it's rare that I can get Moz to accept keyboard shortcuts. For whatever reason, it fails to do so. Therefore, I often have to resort to the back and forward buttons. It shouldn't take upwards of 5 seconds to even select "back", as it did on Be. Maybe it's better on other platforms, but not on Be.

      That said, I assert that you have not put a profiler on Mozilla and are talking out of your ass with regard to the XUL engine. You might say that the UI design is bad. You might say that some of the backend component calls could use some optimization, but when you say that XUL is too slow to comfortably use, you sound like a fool.

      Whereas your insults make you sound more intelligent. I might say that XUL is bad from a philosophical standpoint. I think that all widgets should be consistent. That's why I like Fresco; finally, no more toolkits, everything is consistent, and themes are universal. That's why I hate skins, and why I generally resort to using mpg321 (GPLed clone of mpg123) to play audio, because I can't find a skin-free GTK player. In the case of xmms, I'll freely admit that skins don't make it any slower, and that most of the player is in GTK anyhow. But, in my opinion, the whole concept of a desktop that has ten different programs with ten completely different looks is beyond me. On win32 and GTK, Moz should use native widgets, not for the speed but for consistency.

    11. Re:x-platform by psicE · · Score: 2

      Yes, KHTML is a great browser. And this just goes to show the stupidity of both the KDE and Gnome teams.

      I think it's fair to say that over half of the code that goes into KDE and Gnome has absolutely nothing to do with GUIs. Sure, it'll be used in a GUI context, but the code itself is completely GUI independent. Like drag-and-drop, for example.

      So, how come the KDE and Gnome teams don't just unite under a common desktop framework, and have the only separate thing be the Qt- or GTK-specific parts? It would improve development so much, make it easier for other desktops to be compatible with both, make it easier for application developers to write programs for both (they only need to use two widgets, not two desktops), and make Linux more consistent.

      Ah, I hope that someday, freedesktop.org is complete...

      Until then... I could just compile konqy as a standalone app with staticly-linked Qt and kde-libs, right?

    12. Re:x-platform by psicE · · Score: 2

      try and confuse me with numbers all you want, all I know is that my KDE with Mosfet's Liquid engine looks far prettier than and Gnome app I've seen :)

      It's nice... though I expect, during practical use, ThinIce is better. Ever used ThinIce, or its superior variant MoonIce? Best engine I've ever seen, mainly for it's speed and clean-ness. It's not the best looking, but I don't pick my widgets for art; I've got my desktop background, and transparent windows, for that.

      seriously though, I think they do have both a GTK and a Qt port, I've just never bothered to get it to work. btw, from your numbers 42% use KDE and 35% use Gnome (with or without the other toolkit's apps), wouldn't it stand to reason that more people would want the Qt port, for their "native" as it were environment?

      No. First, that leaves off the huge numbers of people who use a different environment; wmaker, enlightenment, blackbox, even fvwm. Second, building on that, gtk is the lowest common denominator. Let's say 50% of people have qt installed. Hell, let's say 80% of people have qt installed. Well, 100% of people have GTK installed. There should be a port for both, but the GTK one first.

      It's a non-issue anyway; both the GTK and Qt teams should abandon work now and switch over to Fresco. :D

      I personally use both Mozilla and Konqy. while Konq is prettier (better looking/better anti-aliased fonts is the biggest thing here) and plays better with the rest of the environment, Mozilla is just an all around better browser. why so many people seem to think that you have to use only one browser, anyway?

      One browser should be flexible enough to handle all situations. Maybe you have two different shortcuts, one to open it in minimal-mode and one to open it in full-featured mode, but it should be able to handle all situations.

      Now, what I'd love to see is a port of Konqy to Gnome2. :D But that'll never happen.

    13. Re:x-platform by glwtta · · Score: 2
      Hell, let's say 80% of people have qt installed. Well, 100% of people have GTK installed. There should be a port for both, but the GTK one first.

      Well, I have GTK installed, but I don't want a GTK port. I only use GTK when I have to (I think I originally installed it with the GIMP); simply having the lib installed doesn't necessarily mean that you want a port that uses it. all personal and subjective, of course; I wouldn't presume to know what others want.

      Oh, both browsers handle all situations just fine, but I like one more than the other in some (the big difference here is that other people would likely feel differently) I'm not sure I agree with the logic with the two shortcuts; if you access them differently why do they have to be the same browser? (as long as they share such info as settings, history and bookmarks, of course) heck, most people wouldn't even know they were the same browser if you gave them two shortcuts (a lot would think they are two different internets, I bet). One way or another, I think I would use Konqy nearly exclusively if it had tabs (and they are coming from what I hear).

      The only thing I mind about having the two environment (or at least libraries) really, is that they don't share themes, if they did I'd be perfectly happy with the arrangement. Developers would have their choice of toolkit, and I would have my prettiness :) (I'm big into prettiness, but only because the rest of it works so well for me, I suppose)

      --
      sic transit gloria mundi
    14. Re:x-platform by zulux · · Score: 2

      I agree on principal - that yes, there is a lot of wasted efford with the rift between the KDE and Gnome teams, however - I think the competition is benificial in that they have both made tremendous strides in a short amount of time. Perhaps, competition is doing a good job of motivating both teams.

      --

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

  58. My reason is simple... by anthony_dipierro · · Score: 2

    Mozilla is open source. I'm not yet willing to drop Windows and start using linux, but I'd like to wean myself off proprietary software as much as possible.

    Of course then there's reason number 2. Slashdot's Big Fucking Ads.

  59. Re:OT: substitute for Frontpage? by Neil+Watson · · Score: 2

    Why is dreamweaver not the answer? Mozilla does have a HTML editor although I haven't tried it. Search around the shareware sites. There are plenty to try.

  60. Re:Why would Mozilla be more secure? by zerocool^ · · Score: 2

    Yes, but Mozilla was leading up to 1.0 for years. It really is a mature application, as applications go, so most of the "gross" holes probably have been addressed. The remaining holes fall under the law of diminishing returns, where there are certainly some, but they will found less frequently as time passes. In this regard, Mozilla and IE are on equal footing.


    I completely agree with this. The difference I see is that we praise Mozilla for closing all the gross holes and when they get to the point where they're just closing off small holes, we have a party. When *any* bug is found in I.E., we throw a good old fashioned slashdot anti-MS flamewar. We insult microsoft for being closed, we question the programmers' parentage, we completely go off.

    It's a difference in perception. Mozilla and I.E. have security issues. Mozilla is closed source, so it's better, right? Right? Yes, mozilla is open source, but I've never even compiled it. Usually, I download the RPM. If i'm feeling really bored, I'll download the binary tar.gz. I don't open up the Moz code and try to fix the security holes.
    So what does it matter that Mozilla is open source if you don't do anything with the source. Especially if you're talking about Moz on windows. What, are you going to compile it with MS Visual Studio? Or how about Borland C++ 3.51?

    It comes down to this: Mozilla and I.E. are essentially in the same boat. I don't look at the source of either. I trust someone to fix the problems of both. Why are they treated differently? What good is having the option to look at the source code?

    ~Will

    --
    sig?
  61. Re:Mozilla SLOW to restore by Milius · · Score: 2, Interesting

    128 ram on a 1.6 Ghz LOL LOL

  62. XUL by gpinzone · · Score: 3, Insightful

    The major detractor was the user interface, since it didn't feel like a Windows application. This was probably due to a poor understanding by the authors of XUL.

    Oh yeah, his observations are invalid because he doesn't know about XUL. You know what? Not many people know or care about XUL. What they want is a browser that looks consistent with the rest of their applications on their particular OS. Your comment is invalid.

  63. marketing score by Coussie · · Score: 2, Interesting

    Does that gives Mozilla a 6/10 for marketing?

  64. Instead by Mr_Silver · · Score: 2
    no major reason to switch over

    Unless the security issues keep you awake at night (and they don't for me) then you could always just download CrazyBrowser.

    It's 698k, has a tabbed interface, can kill most unrequested pop-ups and has a number of other nifty features included. It uses the IE rendering engine (hence the comment about security) but that does mean that you can access pretty much every site on the internet.

    If you're on a modem, this has the advantage as well of being a lot more paletable than the 9.8 meg needed for Mozilla.

    It's free (as in beer) too.

    --
    Avantslash - View Slashdot cleanly on your mobile phone.
    1. Re:Instead by Jason+Levine · · Score: 2

      I'm a Crazy Browser user as well. Love the tabbed interface and the pop-up stopping (32 pop-ups killed and counting). Plus I like being able to save a "group" of web sites (such as the group I visit every morning) and load them all up at once. It's become my primary browser. And since it uses IE's rendering engine, I know whether the site I'm designing will look good for IE users. (Since IE users account for about 95% of my traffic, it is important to me. I try to have the site degrade nicely for other browsers though.)

      --
      My sci-fi novel, Ghost Thief, is now available from Amazon.com.
  65. Re:Why would Mozilla be more secure? by pmz · · Score: 2

    What good is having the option to look at the source code?

    The source code is auditable by anyone who has the interest and initiative. This helps provide assurance that marketing departments and governments aren't looking over your shoulder, and it helps keep the people in charge of Mozilla modest.

    The Mozilla programmers will have their pride served back to them on a platter if they are really sloppy. This makes it more likely that Mozilla is popular due to its merits, which is much better than being popular by default.

    Closed source software, for the most part, is inherently sloppy. There is much less incentive to make it tidy and well organized for just the sake of it. Slop tends to stick in commercial software for a long time, simply because no one wants to pay for making it better. This is why mature open source software often feels much more sound than comparable closed source software.

  66. Re:XUL by sfraggle · · Score: 2

    I switched to galeon as well because I hate XUL. Its slow, inconsistent with the rest of the system and there arent even many mozilla themes that you can install (which kind of defeats the whole point of having a theming engine). I find Galeon is much smoother and a lot more responsive. In fact, combined with galeons other features (superior tab handling and session recovery) there really is no contest.

    --
    were you expecting to see a sig here? perhaps you'd rather see the inside of an ambulance!
  67. Re:ie vs mozilla by jeremyp · · Score: 3, Insightful

    Actually fonts in Mozilla 1.1b on OSX 10.1.5 or greater look great. I agree with everything else you say though. It doesn't matter if M$ have achieved their advantage in an "unfair" way. The average person doesn't care. In fact I've spoken to many people who are actively looking forward to the day when Mozilla dies so they only have to worry about designing their pages for IE.

    I use Mozilla on OS X for lots of reasons, but I have never understood why it has to be a single monolithic app. Why should I load up the e-mail client when I want to use the browser (or vice versa).

    --
    All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
  68. Happy browsing with Mozilla... by Fnkmaster · · Score: 2
    I hate to say it, but have you tried the IE theme available at DeskMod for Mozilla 1.0? It's located here.

    Though it's not perfect in feel, the look it pretty darn close. I find it much more comfortable to work in the IE skin on Windows and I barely _notice_ that I'm not browsing using IE (at least in Windows 2k... when I'm in XP, alas, I notice, but barely).

    Then again, platform emulation will just never be perfect with XUL, it's such a kludgey tool. I HATE non-native widgets thrown all over the place on my platform of choice.

    The issue is, WHY is something very similar to this skin the default for Mozilla on Windows?

  69. Re:Standards: IE vs. NS/Mozilla by Bedouin+X · · Score: 2

    Please tell me where you took this class so that I can be sure not to go.

    IE6 is really not so bad when you have the right DTD (AND that DTD is the first thing in the document), but Mozilla and Opera are consistently ahead in CSS support, and older versions of IE are supporting an incomplete XSL draft.

    --
    Dissolve... Resolve... Evolve...
  70. Design for Moz and IE by Neil+Watson · · Score: 2
    I can't believe that a page can't be designed from the ground up that doesn't look fine in both browsers.

    If your make the page nice for the other 5% then you are potentially increasing your customer base by 5%.

    1. Re:Design for Moz and IE by zerocool^ · · Score: 2

      Not incompetent, just amature.

      --
      sig?
  71. Moz isn't even really designed for end users by DABANSHEE · · Score: 2

    well not really

    Its designed as a basis for other developers to develop browsers/news/mail apps/bundles for end uses.

    Think AOLs new Compuserve browser, Galeon for Linux, K-Meleon(sp?) for Windows, Chimera (MacOSX), customised/specialised browsers for intranets, corporate networks/employees, Universities, etc, etc.

    They're the end-user products - one could say Moz is a the equilivent of OEM browser that cloners build retail browsers off, with their own badge on the front & some customisations.

  72. Re:IE does tabs better by Mr.+Balrog · · Score: 2, Insightful

    Lol. Whats your problem with the Mozilla UI? Cuz (unlike Crazybrowser) you can CHANGE it. Hell, you can change anything in Moz. Another thing. I have almost never seen reasons on why Moz has a "crappy" UI. Aome people say it, but amlmost none of them can say why its crappy. I say its preconception.

  73. Why I use it on Win2K instead of IE by Guppy06 · · Score: 3, Interesting

    Real simple: The mail client. I've got three e-mail accounts (personal, mailing list and business) that I need to juggle and I just don't have the time to figure out how I'd go about it in OE. In Mozilla I add the incoming servers and log-in names and I'm done.

    On top of that, my business e-mail account all but requires me to use mail filters to manage incoming mail, and after having used OE's filters exetensively I'd have to say that Mozilla's are easier to configure and manage. It's the little touches like being able to create a new folder in the filter editor that's really nice. And when you delete the folder in question, Mozilla gives me the option of automatically deleting the related filters as well (something OE doesn't do).

    Oh, and I find myself hitting Ctrl+T in IE all the time whenever I have to use it. I've been so pampered by tabs it's not even funny.

  74. Re:tabs - not for me by GeckoX · · Score: 2, Informative

    Yeah, but that's the point, if you don't like it you have no call to use it, so don't. Doesn't make it a bad thing since obviously quite a few of us find it indespensible.

    --
    No Comment.
  75. Yes, I'm an idiot by Damek · · Score: 2

    Sorry, you're right, I didn't read the article. I always think badly of people who don't read the articles, and here I went and posted without reading it myself - that'll learn me!

    And your point is extremely valid - with IE it's very easy to change around the interface and customize it. Heck, right-clicking on the toolbar gives you a context menu with options for customization. Once you've learned the concept of "right-click for a context menu", how much more easy can it get? I mean, it's the first thing I tried when I first used Mozilla. Then I remembered the old days of Netscape Navigator and looked for the Preferences option under the Edit menu.

    It shouldn't be too difficult to at least kludge this feature in by providing for a context menu when a user right-clicks on one of the toolbars, even if the menu only has one option ("customize toolbars"). Clicking on the "customize toolbars" option would bring the user straight to the "Themes" section of the Preferences dialog. That would go one big step towards making Mozilla a little more usable for new users.

    Providing for themes to have built-in options like "text or no text on buttons" and "small or large icons" would be even better. You could load your favorite Mozilla XUL theme, and the author would have provided for the interface to be able to have text on the buttons or not, and perhaps two sets of icons (big and small), and these two options would be set in the Themes pane of the Preferences dialog.

    This would be a lot more work, but it'd be more usable, I would think. Unfortunately it would rely on Themes designers providing for these capabilities - if a theme didn't offer these capabilities, the Themes pane of the Preferences dialog would gray out the options...

    Here's hoping something like this is considered for Mozilla 2.0 (or 1.5 or something)...

  76. Do we use Tables incorrectly? by MythoBeast · · Score: 2

    One of the things that the author of this article harps on is that the creators of web content don't use tables as the W3C intends them to. The W3C needs to ask the question "Why do they do that?" The answer is pretty simple: because it's the best tool for the job. ["best" in this context being an amalgam of "easiest to use" and "produces the intended effect"]

    In order to resolve this discrepancy, the W3C should do one of two things. Either provide a tool that is "better" than Tables (remember: "better" includes "easy to use"), or create a tag parallel with Tables (perhaps "Layout") that is identical to Table, but gives the rendering engine a better idea as to what the designer's intent was.

    This is definitely something that the community would have to get used to, but it is also something that the community could use. In time, theoretically the Table and Layout tags could evolve to better suit their purpose.

    Mythological Beast

    --
    Wake up - the future is arriving faster than you think.
  77. Re: windows is easier: by larien · · Score: 2

    Java was just an example; the same goes for things like Quicktime/Flash etc. They have commonly been a PITA to get working.

  78. ctrl + and - by an_mo · · Score: 2

    One thing people forget is the easy shortcuts to increase/decrease font size. True, there is a similar toolbar button in IE but it does not override hardcoded font sizes; Ctrl + and - do so, and make some pages legible.

  79. Everyone Knows by Zapdos · · Score: 2

    Mozilla is not ment as the end user product. Mozilla is a set of technologies. All that waits is someone to wrap gecko in a windows gui. Hopefully it will be as good as galeon.

  80. Re:Too much space by Yunzil · · Score: 2

    I mean i takes up like a good two inches at the top of my screen and I run at 1024x768.

    You can collapse the toolbars by clicking in the space at the left edge of the bar.

  81. A few major reasons to switch by sjbe · · Score: 3, Interesting
    No major reason to switch? Hah! Here's just a few reasons why I use Mozilla instead of IE.
    1. Tabbed Browsing. Don't know how I lived without it.
    2. Fine grained cookie blocking/control
    3. Image (read ad) blocking
    4. Free as in beer and speech
    5. Cross platform. Some folks use more than Windows ya know?
    6. Popup blocking. 'Nuff said.
    7. Skinnable. Don't like the look? Change it.
    8. Security. Lack of integration with other MS products is a good thing.
    9. Fast. In my experience Mozilla (Gecko) is faster than IE most of the time on Windows. And rarely is is slower. Plus did I mention it's cross-platform?
    And that's just off the top of my head. While any one might not be enough all of them together are pretty compelling.

    I thought the review wasn't especially well done and there was some functionality the reviewer obviously didn't explore thoroughly. (tabbed browsing comes to mind) I can't for the life of me figure out what he means by IE being more "polished". He rightly points out that installing plugins is more of a pain than it should be but most of the rest of navigator is no worse than IE from a "polish" standpoint. Not that I can see anyway. I suppose there is some wiggle room for personal preferences but the differences aren't huge.
  82. Why Mozilla is better by teetam · · Score: 2
    Speaking merely as an unbiased user, here is one reason (atleast) that Mozilla is better than IE - I can surf the Web without any annoying popups! Just ask the reviewers to go to Edit->Preferences->Advanced->Scripts&Window s and disable "Open Unrequested Windows".

    That feature alone is worth switching over. It has been months since I saw an X10 ad. Life is better.

    I am sure everyone is aware of the other cool features like Tabs and add-ons like bannerblind.

    --
    All your favorite sites in one place!
  83. No Reason to Switch? I'll give ye reasons! by valmont · · Score: 2
    How about:
    • Unpatched IE vulnerabilities. The mere fact that the browser is so tightly integrated to the operating system makes this browser potentially more vulnerable.
    • Mozilla tabbed browsing. 'nuff said
    • Mozilla pop-up blocking
    • Mozilla cookies management, tho it's also a good feature on IE5 for the mac, IE5 for the PC doesn't let you easily manage your existing cookies, I dunno if IE6 fixes this.
  84. The licensing is also a feature! by bfields · · Score: 3, Insightful

    To paraphrase Richard Stallman: Why can't we talk about freedom? Why don't any of these reviews make any effort to explain mozilla's licensing and why users should care about it? (Mozilla has a license that allows multiple companies to make competing implementations, and that gives users rights instead of making draconian restrictions. This is an important different that ordinary users can appreciate.)

    I can understand why reviewers would feel they should mainly focus on features and the user interface. But to overlook these huge licensing issues completely, to not factor them into the final rating at all, is to ignore a huge glaring difference between mozilla and the competition.

    --Bruce F.

    1. Re:The licensing is also a feature! by swordgeek · · Score: 2

      "Why don't any of these reviews make any effort to explain mozilla's licensing and why users should care about it?"

      This was probably intended to be rhetorical, but I'll answer it anyways.

      Why don't the reviews explain why users should care about licensing? Because they don't care! Nobody outside the OSS movement really gives a rat's ass about being able to modify, redistribute, use, etc. it for free and free of restrictions. If they want to do anything like that, then they'll already know about the licensing issues. If they don't want to do that, then they just simply won't care.

      All an end user wants is a good web browser that they can use, ideally without paying and with a bare minimum of installation hassle. Anything else is irrelevant to about 95% of the online population.

      --

      "People who do stupid things with hazardous materials often die." -- Jim Davidson on alt.folklore.urban
    2. Re:The licensing is also a feature! by guanxi · · Score: 2

      It's an excellent feature, but we need to articulate the benefits to users.

      Users are not going to read, alter or redistribute code. Most have not been stung by EULAs (yet) and when it happens, they won't know there is an alternative.

      So the OSS community, instead of preaching to the converted, has to show users the benefits they will see. I challenge anyone to do it right here, right now, and provide the OSS community with some talking points and boilerplate text.

    3. Re:The licensing is also a feature! by bfields · · Score: 2
      So the OSS community, instead of preaching to the converted, has to show users the benefits they will see. I challenge anyone to do it right here, right now, and provide the OSS community with some talking points and boilerplate text.
      • Consider two cars: Car A is made entirely of proprietary components; you will be completely dependant on the original manufacturer for *any* maintenance. If they go out of business, or decide to gouge you on parts, you lose. Car B is made entirely of standard components that anyone can fix; you can take it to whichever local shop you prefer for maintenance, and third parties can upgrade it or make accessories. Other things being equal, which car would you choose?
      • Virtually no-one reads every EULA they supposedly agree to. But still I think almost everyone has at least peeked at one and recognizes that in general they are *very* anti-consumer. If car makers required every buyer to sign an agreement that prohibited them from testing the car and publishing the results, there would be an uproar, and Consumer's Union would fight the maker in court. EULA's that prohibit benchmarking are just as bad, and anyone can understand why: it's not because we personally expect to make our own benchmarks, but because we recognize that we won't be able to make good purchasing decisions if independent testing is prohibited. Other common EULA terms have similar obvious problems, and a license that gives rights to consumers instead of taking them away shouldn't be so hard to sell.
      • Though no-one cares about this issue as much as the geeks, I think there's still a wide recognition that Microsoft has more power than it should. By choosing to use free software, instead of just another proprietary product from yet another wanna-be monopolist, you open up a world where *anyone* can compete.
      • An ordinary user is quite capable of understanding the dangers of being locked-in: anyone who has been using computers for more than a few years has had the experience of being forced to upgrade when they didn't want to, or of having to give up their favorite word processor for a competitor because of compatibility problems, or of having lost data because it was stored in a now-obsolete proprietary format, or of having their favorite software orphaned by a failed company.
      • Such blatant consumer-abuse as spyware and obnoxious pop-up ads make clear the difference between software that is controlled only by a single company, and software that can be understood and modified by people with a broader range of interests.

      We need to do a better job of explaining these issues when we talk about things like the choice of browsers. The media sees a chance to make articles about Mozilla exciting by reviving the "browser wars" and making it all into a battle between two behemoths (Microsoft and AOL). But the licensing and standards issues go deeper than that, and it's to everybody's advantage if the wider public could be made to see this.

      --Bruce Fields

    4. Re:The licensing is also a feature! by guanxi · · Score: 2

      and Consumer's Union would fight the maker in court

      Why isn't Consumer's Union involved in these issues? Or are they? If not, I think they'd be interested if someone explained it to them.

  85. My Top Complaints about Mozilla by BrookHarty · · Score: 3, Interesting

    1. Extremely Slow on extremely large sites, unresponsive (looks like program hangs) (large tables, source code, large amount thumbnails)
    2. One busy tab can hang Mozilla.
    3. Image place holders should allow you to scroll a page while its loading. Scroll bar freezes.
    4. Spell Checker crashes. (to be fair, its a beta spellchecker)
    5. Crashs on multiple tabs loading.
    6. Little Bloated, Would like things seperated, Mozilla browser crashs, email crashs with it, downloads crash.
    7. Personal bar doesnt wrap, should have a drop down menu at the end. (imho)
    8. Downloading, Mozilla copies the file, after it downloads, and hangs until copied.. (not to mention if it crashs, you loose your download,very annoying, might switch to a download program to bypass problem) Why cant it just save to the directory you select? Why copy, and need 2x the space...

    They fixed the context menus on the personal bar when I submitted a bug report, All I can is WOW. These guys are on the ball about fixing it. But I see a trend to blame the website authors and mark bugs as "Evangelism" or "WontFix", or push off till next year. I do believe thou, some of the developers are off on a break, so thats why the push off till next year.

    Remember, I am not a developer. I just read the news, report and follow the bug reports. I truely like Mozilla, themes, tabs, email/news client that is very nice. I would consider my self as a poweruser, I do tend to push mozilla harder than the average folks.

    -
    Do you use DirectVNC?

  86. My thoughts on the review by loconet · · Score: 5, Interesting

    "One of the beautiful things about open-source products such as this, though,
    is that you can freely modify the source code and make your own build of the software to
    suit your specific needs. While many Ars readers do this, the average power-user will not,
    so we will skip over the build process and focus on the pre-compiled program itself."


    Right off the bat you know he's just saying this out of courtesy, to say that he mentioned
    one of the strenghts of OSS, and not get flamed.

    In the other hand..Hopefully he undertands that being able to look at the code
    and modify it to suit your needs is not the only benefit of an OSS project like this.

    "Mozilla could have handled many of these problems in much the same way Opera does:
    by spoofing the browser identity string to impersonate another browser.
    This functionality isn't present in Mozilla, even though it would solve many of the incompatibilities between
    Mozilla and the rest of the internet."


    You mean incompatiblities between lazy web designers and the web standards? .. Why should the web browser pretend
    to be something else and bend the standards and allow those designers to continue with the non-compliant code?

    "I much prefer Windows XP's taskbar grouping, but many people see tabbed browsing as a godsend."

    Ok, first of all .. we all know its not "Windows XP's". 2nd.. How in the world can you prefer the taskbar grouping
    over tabbed browsing? Tabbed browsing is way more efficient than having to move you mouse all the way to the bottom
    , click and wait for the task list to show up, and then remember which was the window you wanted.


    "Unfortunately, you cannot tell it to open all new windows in new tabs, regardless of how they are generated,
    so you will end up with more than one Navigator window on your screen from time to time."


    CTRL + click !


    "A good UI is functional, adaptable and transparent. Navigator is reasonably functional,
    completely inflexible, and sticks out like a sore thumb."


    reasonably functional - eh... way more functional than your normal browser out there.
    completely inflexible - hmm, no?
    sticks out like a sore thumb - this is actually arguable. Although I have become acustomed to the interface, I wish it was faster.

    "Most of Navigator's looks are defined with "skins" and skin developers have quite a bit of control
    over how the browser looks."


    You are contradicting yourself! see previous point.

    "Much like IE, however, it will remember per-session cookies even after you leave a page.
    It will hold that cookie until you close that particular browser window.
    If you often use a site that uses such cookies, make sure you log out of it - Navigator will not do it for you."


    Out of curiousity.. What browser deletes a cookie when you leave a site? Most cookies used for one time log-in purposes
    on websites will stay for the duration of the browsing session or until they expire. Why would the browser delete it!?

    "Some users may like the skinning features, and be fine with having limited control over
    where browser elements are placed and what they look like."


    If you don't like a skin, dont use it ..period. Is that not control?

    "There is no feature compelling enough to prompt a switch from IE 6, aside from personal taste"

    Personal taste? hahahah

    - IE has 100 times more security holes
    - pop-ups blocking
    - tabbed browsing
    - Web standards compliant (Gecko)
    - Awsome community support
    - Very useful plug-ins support: ie: Mouse Gestures
    - Mozilla actually prints pages on paper better than IE.
    - etc .. etc .. etc ...

    I switched long ago, and not only because of personal taste! plzzz

    Although he makes some valuable points, you could tell right from the start, he was always defending IE. Now, thats personal taste(interest?)

    --
    [alk]
    1. Re:My thoughts on the review by Nailer · · Score: 2

      You mean incompatiblities between lazy web designers and the web standards? .. Why should the web browser pretend
      to be something else and bend the standards and allow those designers to continue with the non-compliant code?


      Because a web browser is a document viewer. If it can't view documents, it is a failure. If there's a reason for that, and you can get an end user to listen to you, they'll acknowledge what you have to say, then use IE to `fix' the fact that Mozilla doesn't seem to view many documents.

  87. Chimera web browser by Frank+T.+Lofaro+Jr. · · Score: 2

    sure, there's another project ('Chimera') to create a Mac OS X-friendly version of Mozilla

    They need to change their name. Chimera is a web browser developed at the University of Nevada, Las Vegas. UNLV has a right to the name, they were first!

    --
    Just because it CAN be done, doesn't mean it should!
  88. +4 Informative??? by Petersko · · Score: 2

    The poster lists one feature he likes better - which really has little, if anything, to do with the story - and gets a +4 Informative?

    Well, I suppose he didn't really want to descend to the level required for a +5 interesting and say, "Micro$oft Sucks".

  89. Thank you so much. by Inoshiro · · Score: 2

    This is an important point. Sacrificing perceived performance on today's machines for easier use and design on all future machines is something people just can't handle.

    But everywhere is moving to this approach. Don't believe we? Check out Glade. Write your interface in an XML file, then load it via libglade. Wowy. spiffy, it also makes i18n and l10n easier since the interface is (tada) more flexible and easier to change.

    Laying out things in Win32 API calls is slow, buggy, and hard. Using a visual form designer in Visual Studio for MFC or VB apps seems fun, but do people bark about it being slow? No. Because it's not that slow at all, and you win so much more from it.

    --
    --
    Internet Explorer (n): Another bug -- that is, a feature that can't be turned off -- in Windows.
  90. Re:Why would Mozilla be more secure? by dbrutus · · Score: 2

    This would be true if the biggest security hole in IE is unfixable because to the vendor it's a feature. Mozilla has a EULA which will never impose DRM on you, will never give your right to do what you want to your own machine away, will never strip your legal rights to sue, etc. Microsoft software comes with Microsoft lawyers attached. Their legal clauses are a security hazard.

  91. Re:Seems to be a deeper problem in Mozilla's cultu by EasyTarget · · Score: 2

    Hundreds of testers were surprised and dismayed that their entire working set of windows was lost when they renamed a bookmark and then tried to close the bookmark editor.

    Including me..

    I deleted it off my system that day, I have better things to do than spend 5 minutes getting back to where I was just because some dweeb bunch of GUI weiners think they have an 'improvement'.

    If Microsoft 'wins', this sort of attitude will be part of the reason why.

    PS. Opera does not do this, getting pissed with Mozilla was why I tried Opera, and I'll need a bloody good reason to try anything else.

    --
    "Oops, I always forget the purpose of competition is to divide people into winners and losers." - Hobbes
  92. Re:are you stupid? by dbrutus · · Score: 2

    The ability to catch the difference between the source code and the compiled binary is much greater with Mozilla than with IE. The ability to discern back doors is much better as well. The point isn't whether you, personally are going to do it. The point is whether some professor teaching CS428 security audits is going to assign it for the class project. For IE, such a class project will come under their 'shared source' initiative complete with lots of legal restrictions including NDAs. For Mozilla, there is no restriction and finding a back door is going to be a major feather in these people's resumes as well as a career booster for the professor.

    So which code is going to get reviewed more often and more openly?

  93. I've said it before, and I'll say it again... by Cinematique · · Score: 2

    ALL web browsers suck.

    Here's what I want, and for whatever reason, can't have. It's great that CPUs are almost up to several ghz now, yet something as fundamental to the Internet as a web browser is *still* going through growing pains. It's like the web is going to be stuck in the late 90's IE/Netscape 4 lala land... forever.

    My wish list:

    Dedication - I don't need my web browser to check my mail, get on IRC, do the laundry, or clean my dishes. I want it to browse the web, and browse it well.

    Consistancy - Maybe I'm the only one who can't stand how most browsers lack even the simplest consistancy across platforms. IE for Windows has all sorts of widgets that IE for Mac does not... and vice versa. The same is true for Mozilla, albeit in more of a "behind-the-scenes" sort of way. CSS is a cross-platform nightmare.

    Tabbed browsing - Sure, some have it.

    SpellCheck - In text entry forms such as this one. See above.

    Pop-up supression - Moz rocks at this.

    Crash-Proofing - I'm probably asking too much to have a browser that doesn't crash. With that said, how about adding some functionality to aid in crash recovery, such as automatically re-loading the sites and pages you were looking at before the crash took place? Automatically. History logs don't count.

    OS Integration - IE/Windows. Yeah. Their integration sucks. (rant) Am I the only one who feels that Internet Explorer and Outlook (Express) on Windows should NOT be tied into that platform as much as they are? Especially at a default setting. Hell, if OE was dumbed down by stripping it of what the Microsoft programmers probably thought was "smart design," I'm sure 90% of the exploits targeted towards it would vanish. Then again the same would be true for Office, like Word macros. But anyway...

    finally...

    HTML - Design a web page. Then watch as different browsers maul your design. They'll use different fonts, different spacing... in short, HTML sucks. And most browsers implementation of CSS as well. I say throw the whole thing out and start from scratch. PDF or something.

  94. No major reason to switch? by slank · · Score: 3, Insightful

    [...] but there is no major reason to switch over.

    Ha! Here are 8 reasons to start with. 16 more if you're using IE 5.5.

  95. Re:"Inflexible," not just "non standard" by skt · · Score: 2

    I have to disagree, I thought that this was a good article.. however calling (mozilla) Navigator "reasonably functional, completely inflexible" is way off base IMHO. Mozilla has to be one of the most flexible browsers in existance, and certainly way more flexible than Internet Explorer.

    I'm too lazy to link to it, but on themes.mozdev.org there is a skin that will make mozilla look exactly like Internet Explorer to the common user. Obviously the prefs and some of the other screens (bookmarks for example) will look a little different, but uses are going to spend 99% of their time in the main browser window anyway (stop, reload, forward, back, address bar, etc). Those widgets and buttons are all pretty universal now to computer users, a lot of people know how to operate a web browser.

  96. What I like about Mozilla... by cr0sh · · Score: 2
    Yes, it does crash from time to time - and on occasion it seems to crash real hard. But there is one thing I like about it:

    XUL/XPCOM

    Using XUL and XPCOM, plus a bit of Javascript (which has been enhanced as well), and some back-end server glue logic - one can relatively easily create cross platform applications that look and work the same on any platform Mozilla is on.

    Seriously - it is possible to use simple XUL to create the UI, open it up in Mozilla and it pops open in a separate window (or you can fire up Mozilla to simply show the XUL, instead of the whole browser) - minimize Mozilla, and the app looks like a regular application - with the right skin you couldn't tell it WASN'T a native app for the system.

    But the real power comes when you want to use another platform the browser is on - the app looks and acts the same!

    All of this is handled with simple XUL text files. XUL is derived from XML - simple tags, etc to design GUIs - if you can write HTML, you can create full GUIs, and with XPCOM and Javascript - link them to back-end servers for data manipulation. Three-tier application programming is simple, and cross-platform.

    If you browse around the Mozilla site, you can find XUL applications that do all kinds of things - the most ambitious (that I can tell is mostly XUL/XPCOM, at least) is an RPG engine/game system.

    True, Java already allows you to do most of this - however, the creation of the GUI (using Swing) is one of the more difficult parts, unless you use a tool like Forte to create the front end - and you still have to worry and work the rest of the layers (middle and DB comm, which while not too difficult, still can be a minor pain). The problem with Forte is it is so resource hungry - with XUL all you need is Mozilla (to see how it looks) and a text editor (to create the XUL). A lot of the development project are concentrating on using Java servlets on the back-end for the communication, business-logic, and DB handling (with JDBC) - Mozilla, XUL, and XPCOM on the front end for GUI.

    This is a real strength - I am hoping it will lead to interesting developments...

    --
    Reason is the Path to God - Anon
  97. Sometimes you can blame the tool.. by Suppafly · · Score: 2

    The major detractor was the user interface, since it didn't feel like a Windows application. This was probably due to a poor understanding by the authors of XUL.

    Sometimes you can blame the tool and not the user, and this is one of those cases. Not only does it not "feel" like a Windows application, it doesn't "feel" like an application native to any particular OS. Whether or not the authors understand XUL is pretty irrelevant, but I'm sure they have at least a basic understanding and are still willing to unforgive the horrible interface of mozilla.

    The fact that several of the sub projects under the mozilla domain are dedicated to either making a new browser to use the gecko rendering engine or to making new UI's that work with the existing mozilla framework is a pretty good idea that most people don't like the UI of mozilla as it stands.

  98. kmeleon? by Khopesh · · Score: 3, Insightful

    hey, now
    what about kmeleon?
    it may not have had an update since last october, and I may never have tried it, but it's gecko with native windows widgets and even designed to look and act like IE.

    I am sure that they could use some help...
    That kind of project (though perhaps with some more attentive/dedicated people behind it) is the one we need to have a stronger opponent to IE. And no, Opera just doesn't cut it for mainstream audiences; banners==bad

    --
    Use my userscript to add story images to Slashdot. There's no going back.
  99. Why, you're absolutely right! by RebornData · · Score: 2

    I'm sitting at home *right now* rolling around naked in my Microsoft share certificates! Mmmmm... feel those dirty corporate ethics! Bill, *please* issue some more stock options in your pyramid scheme so we can take down the economy!

    Get a grip. I was using "open source" software when you were still in grade school, sonny. Ever compiled a gopher server? And the whole "Bill Parish" thing is so 1999... MS has actually come out publicly in favor of taxing on stock option compensation.

    1. Re:Why, you're absolutely right! by rseuhs · · Score: 2
      If you are such an open-source lover why do you spread FUD like "Why would Mozilla be more secure?" which is based on - well - nothing.

  100. I made the switch from IE by detritus. · · Score: 2

    Now that Mozilla has finally become stable, I recently begun to use it as a full-time replacement from MSIE. The only reason I switched from Netscape 4 to MSIE years ago was simple:

    DHTML and CSS was high on my interest list, and was becoming more commonly used on the sites I visited, and MSIE's support for these standards (not to mention their own non-standard implementations) was far ahead of Netscape's. IE has some attractive features, and has maintained to keep itself not nearly as bloated and branded like Netscape had become.

    Time and time again, my biggest grudge with IE was the tight shell integration with the OS. Recently i've been having problems with font sizes in the explorer shell/IE when displaying HTML (or folder .htt) files. I suspect, like most problems i've experienced with Windows, resulted from some third-party application (I suspect a font manager, I have hundreds upon hundreds of fonts for publishing/graphics apps) making a terrible mess in the registry.

    After many attempts of trying to correct the slight annoyance, I came to a better solution: Fuck IE, start using Mozilla. I loved the slickness it had, and I didn't feel like commiting myself to the hours upon hours involved in doing a fresh install of Win2K and getting everything back to the way it was.

    Now, the only thing I miss in Mozilla is the "suction cup" feature (activated by clicking the mouse wheel in IE). I've quickly gotten over it, and i'm sure someone will come up with an implementation soon (Mozilla already developed native support for wheel scroll features, and 4 and 5 button mice like the intellimouse explorer).

    I'm enjoying Mozilla, and everything works the way it's supposed to. Now, I only use IE for Windows Update.

  101. Re:Just to nitpick (OT) by Tokerat · · Score: 2

    OS X is really cool all around. Very fast as a web server, even here on a cable modem.

    As far as RAM issues I believe the limit has been going up, but I'm not exactly sure. Still, 512MB is enough to do plenty of at-home stuff, even for a power user. I know the cap-off is at least 1GB, probably more, but again I dont' remember. 64-Bit is (supposedly) slated to be a part of the G5 series but that's pretty much all speculation at this point. Motorola, Apple, and IBM are very hush hush about their future processor plans. I'm sure they're not sitting idly by, at least not Apple...

    --
    CAn'T CompreHend SARcaSm?
  102. Re:my main problem by Glenn+R-P · · Score: 2

    [My main problem] has been that when i install it it takes over all the images on my computer and makes mozilla the default loader for them. .jpegs, .gifs, everything, as far as i can tell. any ideas on how to disable this?

    Edit->Preferences->Advanced->System

    If you uncheck some types, Mozilla kindly gives them back to the application that had them before.

  103. A better word than intuitive by SideshowBob · · Score: 2

    You're right, no computer interface has ever been truly 'intuitive' according to the full definition of that word.

    However, one of the most important aspects of UI design is consistency. Consistency means learning the UI conventions of the platform and then being able to apply that knowledge to every app you run, without learning a bunch of new conventions.

    Good applications are consistent with the platform they are running on, bad applications are inconsistent. Mozilla is more inconsistent than other browsers.

    As a UI designer yourself, I'm surprised that you need to be told this.

    1. Re:A better word than intuitive by DunbarTheInept · · Score: 2
      Which inconsistency do you prefer:
      1. Apps behave differently from each other on the same platform, but the same App behaves the same way across many platforms.
      2. Apps behave the same as each other on a platform, but the same App behaves different ways across many platforms.
      Mozilla *does* care about consistency in the gui, but it's the second kind, not the first.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    2. Re:A better word than intuitive by DunbarTheInept · · Score: 2

      Oops - I got that backward. The first kind I listed is the kind Mozilla cares about, not the second. Damn me for not proofreading.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  104. Re:Why would Mozilla be more secure? by pmz · · Score: 2

    Talk about huge generalizations! Closed source software is not "inherently sloppy".

    That's why I said "for the most part", which I strongly feel is accurate, and I made sure to mention only "mature" open source software. Of course, there are excellent commercial projects out there, as you've pointed out, and I am certainly not slamming all of them. I surely would hate to use a improperly-done compiler, for example, or see the NYSE crash every ten minutes.

    However, commercial software, for the most part, really is sloppy (even many of the really expensive "industrial-strength" packages). I've used many software applications, operating systems, and tools, and have been in and/or seen several software development projects, where the software is just sloppy. It is a fact that much of the software industry employs little or no standards, employee turnover is high, rigorous analysis is not performed, and quality control is an afterthought.

    This is why the Department of Defense has set strict standards, and the Software Engineering Institute has published its CMMs. There are other initiatives, too, which attempt to grasp the problems of software engineering. However, industry-wide acknowledgement of these things is sparse, and adoption of their ideas has been slow.

    The most fundamental cause is the failure to recognize that good software is difficult and expensive. There really aren't any magic IDEs or widgets that solve these basic issues. It's just a fact that leaves many project managers and programmers in denial.

    This is where open source software gains some credibility. Much of it is written by people who aren't bound by schedules nor budgets. The expensive part of the equation just doesn't manifest itself. The difficulty is handled by the projects taking as long as they need to do something. Few commercial projects would have lasted as long as it took Mozilla to get to 1.0, the first real deliverable in several years. It is more likely that a commercial project will be forced to release early or to do more within a inadequate budget (thus, leading to poor quality).

  105. Galeon For Windows? by krmt · · Score: 2

    With all the talk in this review and on this discussion about how Mozilla doesn't act like a Windows app, why doesn't someone start a project to embed Gecko in a fully native Win32 shell? You can even code it in C# and .Net with all the trimmings. Galeon did this for the Gnome platform, why shouldn't the massive legions of Windows developers do the same?

    Yes, I know about being able to use Gecko as the IE renderer, but still... why not make a fully compatible app? I suspect a lot of people would use it, and it would very likely take some of the preassure of the Mozilla project. This is what Mozilla was built for! So, do one of these complainers around here today want to take up the challenge?

    --

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

    1. Re:Galeon For Windows? by ainsoph · · Score: 2


      We already have that, its called "K-Meleon". Too bad the ArsTechnica folks have not a clue what they were reviewing.

      Doesnt it *say* on Moz's site, and the start page you get when you install it, that MOZ is NOT an END user PRODUCT.

      I say its just more FUD.

  106. Image zoom as a bookmarklet is GREAT! by The+J+Kid · · Score: 2, Insightful

    Most people know text zoom and it is indeed a very handy feature...

    But when using Bookmarklets in Mozilla, you can have all sorts of handy functions just one mouse-click away on your personal toolbar!

    The most usefull bookmarklet in my opinion is 'zoom image in. As I work with a big resolution for graphical work, lot's of things tend to get renderd rather small when browsing. It's understandable, but still an anoyance. So when I discovered Image zoom I was, as you can imagine, absolutely delighted!

    And since Mozilla 1.1b, Mozilla has REALLY speeded up and is wonderfull to use.

    And as for Mozilla's GUI;
    If you want integration you should use Galeon on Linux and K-Meleon on Windows. They are actually intended for end-user usage, Mozilla is just for test purposes!

    --
    Moderation: +4. Modded 70% Funny and 30% Overrated. 100% Saturated.
  107. Forgot the negative... by ttfkam · · Score: 2

    If a menu took a single second to load, Mozilla would not be usuable for me.

    --

    - I don't need to go outside, my CRT tan'll do me just fine.
  108. Re:OT: substitute for Frontpage? by guanxi · · Score: 2

    Why is dreamweaver not the answer?

    Too much time and effort to learn for the typical user. I'm using Mozilla now, but I haven't tried Composer yet. I'll give it a try.

  109. Re:Ghastly UI interface by MaxVlast · · Score: 2

    In fact not. I hate it. I use a Mac and am quite pleased with Mac OS X. I use a NeXT and am even more pleased with NEXTSTEP. Very slick.

    --
    There should be a moratorium on the use of the apostrophe.
    Max V.
    NeXTMail/MIME Mail welcome
  110. C and "compile-time" by ttfkam · · Score: 2

    C isn't the hottest language for compile-time processing. The preprocessor is a third-party that completely disregards C syntax and correctness. Sure it can "inline" some commonly used routines, but it does so at the expense of type safety.

    C also lacks any facilities for generic programming and thus loses out on many possible compile-time optimization types: functors, type traits, etc.

    Sorry folks, but I just couldn't resist. C-zealots, who think that it is the one and true language, really sadden me. Wanting to compile your UIs ahead of time is silly to me, but at least has a foothold in logic with regard to "raw speed" issues. Writing them in C just strikes me as a supreme waste of time; there are better compilative languages out there do work with UIs than C.

    Here's a hint: if you see void*, you're looking at a runtime, can't be well-optimized chunk of code. Every time through the path of execution, that pointer's got to be dereferenced even though its target may never change. Every function pointer call has more overhead than a raw function call or a (perhaps inlined) functor call.

    Premature optimization is the root of all evil. Unless you're kernel hacking (or equivalent), C is one great big premature optimization. Write it the easy way, and only after a problem presents itself, rewrite it in C (or a more flexible compilative language).

    But that's okay. For some reason, many C coders seem to think that since it was difficult, since it is the original language of UNIX, since they have a collective big-dick complex about programming languages, it takes away from their intense need to get a date and a life. ;-)

    --

    - I don't need to go outside, my CRT tan'll do me just fine.
    1. Re:C and "compile-time" by himi · · Score: 2

      Well, C was (and still is) designed with very low level stuff in mind - operating system kernel implementation, and similar stuff. I'd much rather do /that/ in C than use some 'saner' language which allowed for better optimisation and safer code, because for an OS kernel you /need/ to be able to do insane things, and the assumption has to be that you know what it's going to do.

      C should be used as a portable assembly language, for the most part, not as an application development language. There are dozens of better languages for the high level stuff, ranging from Python to OCaml - some of them even perform in the same ballpark as C/C++. But there really isn't another language I'd want to write an OS kernel in, despite it's flaws.

      himi

      --

      My very own DeCSS mirror.
  111. Re:Why would Mozilla be more secure? by mosch · · Score: 2
    Here's a shocking revelation. Not everybody is like you. I've gone into the source of mozilla to find knobs to twiddle, to add my own knobs, and yes, even to fix a bug.

    Just because you don't use the source doesn't mean nobody does. The world has millions upon millions of people who know who to program, nearly all of whom can look at mozilla's source and tell you what it's doing.

  112. Re:IE does tabs better by Rick+the+Red · · Score: 2
    I'm curious why Mozilla is so slow on your system.
    You know, I'm curious why Mozilla is so slow on my systems. I run it on two machines (Windows 2000 500MHz Pentium something and Windows ME 500MHz K6-2) and it's slow on both.

    One thing I've noticed is that when I save an image (say, a Dilbert or a political cartoon) Mozilla downloads it again, even though it's in the cache; MSIE just saves it from the cache. Mozilla treats images as if they were marked max-age=0 -- what's up with that? Same with printing a page -- reloads it first, every time. This simply sucks, and if it's a setting I've munged I'd love to be able to fix it. But that still doesn't explain the overall slowness of the beast. Maybe they slowed Mozilla on purpose to make Netscape look better.

    --
    If all this should have a reason, we would be the last to know.
  113. x-platform consistent with other apps by Nailer · · Score: 2

    Don't believe me? Try running a profiler on Mozilla sometime and report back the hotspots.

    You're pushing the app, the burden is on you. I can't be bothered. All I know is that what I see in front of me with Mozilla 1.0 and 1.1 If the benchmarks don't reflect that then there's something wrong with the benchmark.

    But that would mean that they pulled XUL performance stats out of their asses.

    Or they used Moz. Athlon 900, 640MB RAM, XP or Red Hat Linux 7.3, it feels slow. Same with many other PCs of a similar spec, even on other PCs where people tell me Moz feels fast (I guess I have have higher standards). I've not done a benchmark because I haven't needed too. This many people wouldn't be saying these things if the app had been fixed.

    Does XUL intrinsically look exactly like native widgets? No.

    Look is irrelevant. Look and feel. But that's true.

    Does the classic theme look very much like native widgets. Absolutely.

    Does look on is own matter as much as look and feel? Not quite. Does Moz look and feel like a Native app on Windows, Linux, or OSX? No.

    Does the modern theme look like native widgets? No.

    Agreed.

    Was it planned to look "native"? No!

    Yes, this is a bad default.

    Modern theme looks the same no matter what platform you are on. If you want consistency of browser UI when using multiple operating systems (as I do), then use Modern.

    That's great for all (both?) of you that web browse across multiple platforms regularly. Poor for the vast majority of users that just wanted a web browser on their platform.

    I can hear it now. "But it's not as fast as compiled UIs." "It uses more memory." In a couple of years, advances in the rendering engine and the XUL processor (think 'compiler') will narrow the gap so far as to make the gap imperceptible.

    Cool. So you admit it currently feels slow? When/if these advances happen, I might like Moz when I use it and even disregard my opinion that Mozilla was supposed to be like this before 1.0. But I can't afford to wait two years. On Linux, Konqueror, on Windows, IE or Opera.

  114. Re:Seems to be a deeper problem in Mozilla's cultu by Rick+the+Red · · Score: 2
    And what is so wrong with allowing the user to customize the UI so they can put "Close" at the bottom of the File menu if that's where they want it? If you want to go Microsoft one better, let us modify everything. Only allowing us to modify what you want us to modify is exactly the attitude that makes me hate Microsoft.

    Is consistant useability bad? Yes (see below); will someone please show me a platform with consistant useability -- I've yet to find one anywhere. My classic example is back from the command-line days. Our group decided to standardize on the command-line user interface for all our applications, and we couldn't even agree on what pressing the "Enter" key should do: These were IBM Mainframe applications, and if you did nothing for five minutes you timed out and were logged off the system, so some folks wanted "Enter" to do nothing, to just keep the session alive. Some wanted to make things easier on the users and have default selections for all prompts, with "Enter" selecting the default. Others were building script engines for their applications, and sometimes the scripts would get out of sync with the command prompts; in those cases the system would hit the end of the script and start supplying "Enter"s (Well, CRs, but you get the idea), so those guys wanted "Enter" to back you up to the previous prompt, with "Enter" at the first prompt terminating the program.

    I conclude that "consistant useability" is indeed bad; each application should go with what's best for its circumstances. And each application should allow complete user customization, so if the user wants to impose their own "consistant useability" they can. This lack of complete customization is my greatest disappointment in Open Source software. Yes, I have the source and can add it myself, but why should I have to re-write each and every damn application? Why can't this be the going-in philosophy? My first editor (circa 1972) had a code for every command, and you could assign any code to any keystroke combination -- a completely user-configurable UI. I've never seen another application like it, and naturally they went out of business long ago. (Please don't mention emacs, as I know it offers the same ability; the problem with emacs is once you've learned how to modify it, you've gotten used to the default commands and lost the desire to modify it -- if you pick up emacs with the idea of making it do what you want, you're wasting your time)

    --
    If all this should have a reason, we would be the last to know.
  115. Re:Seems to be a deeper problem in Mozilla's cultu by Juggle · · Score: 2

    Actually the problem seems to be that IE is inconsistant. Most apps have Exit as the last item but IE since it's not an "App" but rather part of the OS according to MS dosen't even have an exit. You can't exit IE without exiting windows all together.

    Any other app that opens multiple windows works just like Mozilla and the Mozilla functionality is perfectally consistant in that respect - Close will close the current window and Exit will exit the entire app.

    The problem is with MS trying to redefine the browser as part of the OS and creating confusion in the minds of the users.

    --
    --- Juggle juggle@hitesman.com
  116. Different interfaces by DunbarTheInept · · Score: 2

    I agree with the reviewer that it can be annoying when you have to adapt to different interfaces to use different products. So why then does he think it would be a good thing if Mozilla had different interfaces for different platforms? Making it work the same on all platforms *is* an instance of reducing the number of things to learn, for those people who use more than one platform. It's like this guy has never used anything other than Windows.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  117. Not about GUI bugs, but about design by DunbarTheInept · · Score: 2

    Your complaint about the gui is not the one the article was making. The article was making the complaint that the gui sucks purely because it isn't exactly like other windows programs. It described a product that *worked*, but not like the reviewer would have liked it to. You describe a product that doesn't even work at all, and that the gui sucks because it has bugs that make it non-functional. It sounds like you are using an older version than the reviewer, or that something else is broken about your installation of it. Your complaint is much more valid than the one raised in the article, but since it is entirely different from the one in the article, don't try to use it to support the one made in the article, (which was simply that it is a sin to be different than Windows).

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    1. Re:Not about GUI bugs, but about design by ebyrob · · Score: 2

      Actually the very first section Ars has on Navigator looks like this:

      Overall, it's a decent browser interface that has a clunky, unfinished feel to it. Ideally, a browser should be transparent - you want the program to operate so smoothly and so intuitively that you no longer notice the program itself, only the content you receive through it. Navigator does not reach this goal.

      This doesn't say a thing about windows UI compliance. Last I checked, smoothly and intuitively weren't synonymous with "windows GUI". It's only later in the article that Kurt and Aeirould take the following stab at Navigator:

      For some spectators, this is yet another example of how cross-platform ideals don't always play out in practice: a Windows application should have Windows' look and feel

      Nowhere does it say not conforming to windows is a "sin". The point was, skinning and cross platform apps make a lot of promises, but they fail to deliver time and again. Pick your promise: Smooth and easy to use interface, or Ability to "fit in" on all (any) platforms as well as native apps. Neither one has been met by mozilla.

      For the record, I'm running version 1.0 of mozilla and if I use it for more than 3 days strait on win2k with the "modern" theme I always experience the bug I've mentioned here at least once. (I'll be updating to 1.1 soon to see if that helps, but I'm doubtful.)

    2. Re:Not about GUI bugs, but about design by DunbarTheInept · · Score: 2

      This doesn't say a thing about windows UI compliance.

      And if you had only read the summary and gone no futher then I would understand how you would come away thinking that he was complaining about more than un-Windowsness. But it is clear that you did read the rest of it, so how did you not notice that ALL the examples he gave of why he disliked the gui were saying that it was wrong because it was unlike other Windows apps. (Which isn't even true in the example he gave of the close vs exit option, by the way. In Windows apps, the bottommost thing on the file menu sometimes *is* to close the whole program not just one if its windows.)

      But the important thing is that you are describing an actual bug that breaks the program. He was not.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

    3. Re:Not about GUI bugs, but about design by DunbarTheInept · · Score: 2
      I use mozilla and like the interface. The thing that kept me from using it before was the buggy crashiness of it, and the fact that it didn't have much support for java/javascript/realaudio/and so on. Now it does, so I'm going back to using Mozilla, the interface I would have preferred all along to the awful one Opera has, which I lived with because at least the program actually functioned.

      I have yet to experience this alleged non-intuativeness of Mozilla to which you are referring. I *have* on the other hand, experienced much instability with it.

      But then again, I often switch between using different OS'es during the day, so I don't see having to switch GUI contexts ever so slightly as a major hurdle. I'm very used to it.

      --

      Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  118. Re:Seems to be a deeper problem in Mozilla's cultu by DunbarTheInept · · Score: 2

    There are other systems where people would be just as pissed if the last item on the menu *failed* to remove the whole app like they expect. What your whole argument boils down to is, "Mozilla must conform to whatever is already common practice in Windows, regardless of what this may do to people on other platforms. Those other platforms don't matter." This is precisely the attitude that makes it inevitable that MS wins always, no matter what the relative merits of the products may be.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  119. Re:You are dumb if you agree with this by DunbarTheInept · · Score: 2

    Of course there is ambiguity. It's just the other way around then - there can be menu options in the main bar that affect just the one window instead of the whole app.

    --

    Don't label something "offtopic" unless you know the topic well enough to tell what's on topic.

  120. Non-standardness by hayden · · Score: 2
    deal with the non-standardness

    It's amazing how much IE looks like windows, even after MS changes the look and feel of windows! It's almost like they are writting their own standards or something.

    --
    Nerd: Derogatory term typically directed at anybody with a lower Slashdot ID than you.
  121. Native UIs by ttfkam · · Score: 2
    You're probably right about Mozilla for BeOS performance. I am not running BeOS nor is it a primary development platform for Mozilla. (I'm not saying that BeOS is bad, merely somewhat neglected.)

    I was apparently also incorrect about AbiWord. I went to the AbiWord download page and only saw (apparently) a partial list. With regard to OS 9 being dead, there are many people who have pre-G3 Macs who can't upgrade to OS X. Apple may want to sell new boxes and tell developers to focus on OS X (which I think is generally a good thing), but I must remind you that more people today run OS 9 and earlier than BeOS. Why should BeOS get priority?

    So all UI code should be compiled eh? What if XUL were compiled? Would you still have objection to it? I ask because recent Mozilla builds (including 1.0) have a file called XUL.mfasl. To quote the release notes
    XUL fast load file. Contains precompiled chrome and JavaScript.
    Is this what you had in mind or does it have to be C? By the way, sorry for the insults.

    Your points about being consistent with the underlying GUI are well founded, but I think it would be easier to edit the CSS files involved than to write the native interface. Galeon has a fair amount of support and I think that makes the difference. If someone (not me -- I don't care enough about it) were to take some time with the CSS files that determine the appearance of XUL widgets, I think the classic theme could be whipped into shape. But then, we are again talking about a CSS file for each and every platform.

    It's a good thing that Mozilla is free software or else someone who thought it was important wouldn't have the means to help out in this area. I mean personally, I'd rather see SVG support in the default builds than native-looking widgets. To each his own.

    Then again, Mozilla could be released as native widget versions. But then why would anyone use Galeon, K-Meleon, or Chimera. Aren't those native widget ports of Mozilla? Isn't that what you asked for: a default build of XUL with popular platforms having a native widget option? Where's the problem?

    --

    - I don't need to go outside, my CRT tan'll do me just fine.
    1. Re:Native UIs by psicE · · Score: 2

      First off, let me say that I just tried downloading Mozilla 1.1 beta for Win32 on a 750 MHz Duron, and was surprised to find that everything worked in real-time. Then again, maybe I shouldn't be, given that my last experience was on BeOS on a 466 MHz Celeron. :D

      Then again, Mozilla could be released as native widget versions. But then why would anyone use Galeon, K-Meleon, or Chimera. Aren't those native widget ports of Mozilla? Isn't that what you asked for: a default build of XUL with popular platforms having a native widget option? Where's the problem?

      Chimera - good example. Chimera browser is part of Mozilla; it's website is chimera.mozdev.org . Chimera uses Aqua, for everything - scrollbars, checkboxes, etc. Therefore, there's no Galeon-like independent port for OS X, because who needs it? In other words, Moz team should do Chimera for Win32 and GTK, too. That's all I want.

      So all UI code should be compiled eh? What if XUL were compiled? Would you still have objection to it? I ask because recent Mozilla builds (including 1.0) have a file called XUL.mfasl. To quote the release notes

      I think that, on major platforms, Mozilla should render XUL code using native widget libraries instead of its custom libraries, like it does with Chimera on OS X. They should still use XUL, just abandon "Modern" and instead use Win32 or GTK. Not for speed, but for consistency. That's all.

  122. emulated by ttfkam · · Score: 2

    XUL and Java aren't emulated. Emulation is a different animal entirely -- but I digress.

    Also, you should try K-Meleon on a Windows box. Quite zippy -- even though its UI is read from a text UI description file. But that's different from reading an XML description file, right? The thing in K-Meleon only reads from the text file. The actual UI renderer is compiled...just like the XUL engine...err...ummm...

    --

    - I don't need to go outside, my CRT tan'll do me just fine.
  123. Re:x-platform consistent with other apps by ttfkam · · Score: 2
    You're pushing the app, the burden is on you. I can't be bothered. All I know is that what I see in front of me with Mozilla 1.0 and 1.1 If the benchmarks don't reflect that then there's something wrong with the benchmark.
    Please double-check the discussion. When did I ever say that Mozilla has no performance problems. I merely implied that singly out XUL as the cause was a red herring. And after checking the Mozilla release notes, I found this interesting tidbit
    XUL.mfasl
    XUL fast load file. Contains precompiled chrome and JavaScript.
    Not an interpreter problem apparently. Must be something in the rendering engine. But that's Gecko. That must mean there's something to optimize in the rendering engine to get better performance. This means that many web pages would get faster if Gecko is worked on. It also means that XUL is merely a side-effect -- thus a red herring. Personally, UI performance hasn't been an issue for me. If it feels too slow for you to work with it, by all means, use something else for now. I hope you come back to Mozilla (or one of its derivatives) someday.

    Can't afford to wait "two years" for Mozilla? Try Galeon or K-Meleon. Native widgets and uses the same rendering engine as Mozilla. Isn't that what you asked for? In fact, they're all free/libre software. If you really wanted to do so, you could just download the Galeon source and make it say that it's Mozilla so the picture would be complete.

    Anything you want man. Although I have to warn you that Opera has more rendering problems with today's web pages than Mozilla, and Konqueror has scripting problems especially with regard to the DOM. Your choice.
    --

    - I don't need to go outside, my CRT tan'll do me just fine.
  124. be constructive please by twitter · · Score: 3, Informative
    I suppose I should have expected a bunch of silly IE trolls here but you are special:

    Stop accepting things like they are, change the world (of software) now!

    Can you be a little more specific? How wold you like your browser to look and act, besides like IE? The "cited usability problems" were that the thing did not act like IE. Here's what some constructive criticism looks like:

    IE user interface problems noted under win2k:

    "Favorites" can't have characters in their names that mess with old DOS conventions.

    ftp, http, local files are remembered and treated sepearatly. This artificial division makes swithching between the different "zones" difficult to do and makes the history file much less useful.

    User settings are poorly organized vary from version to version. Typically kept under multiple menue items and burried in a forrest of tabs in nonsensical dialogs, IE's user settings are both harder to find and less empowering when located.

    Abomnible on off control of scripting, no image control. Adverts are impossible to turn off.

    Fav icon suffers from typical M$ bugs. Often loads wrong image, takes forever to display. Gives user information away without asking.
    ftp site browsing sucks. The psuedo Apple triangle file tree browsing is much much better than IE's stupid attempt to make ftp sites look like local folders. Confusion is not integration, Micro$oft. ftp site non response locks up entire interface. Talk about pathetic.

    Those are some things off the top of my head. I rarely use IE at work, but sometimes I have to. When I do, I notice that kind of crap. If all of these problems were to be fixed, you would have something much closer to Mozilla. That's what the open source folks did - they changed the software they had available and made some new stuff bassed on user wants and best practices. This was done while M$ was bussy catching up to Netscape 4, and adding new hooks to their other software that no one wanted, and works wretchedly today. What kind of input do you think M$ got for IE? It took advice from content pushers and advert makers. Pthththt!

    --

    Friends don't help friends install M$ junk.

  125. Re:Seems to be a deeper problem in Mozilla's cultu by EasyTarget · · Score: 2

    I'm not so arrogant that I would deny others the ability to have their menu's look however they wish. But in a windows environment this 'feature' makes it too easy to loose shitloads of references+work.

    If this was standard behaviour on -all- applications in Windows it would not be an issue, but it breaks the 'consistency' of the Windows UI. I use lots of different OS's, but I tend to be in a different 'groove' for each one. Mozilla interrupted that groove, there are two good alternatives, I did this consumer thing and chose a product that better fitted my needs. So there.

    --
    "Oops, I always forget the purpose of competition is to divide people into winners and losers." - Hobbes