Slashdot Mirror


Mozilla's Year In Review For 2003

An anonymous reader writes "Like last year, MozillaZine has published a review of Mozilla's world in 2003. Obviously, the year was dominated by AOL's decision to murder Netscape (though various acts of 'brand necrophilia' will ensure that the Netscape name lives on in one form or another). This, combined with Mozilla Firebird's and Mozilla Thunderbird's steady progress towards replacing the Mozilla suite, made 2003 very much a transitional year for the open source project. Other memories to tell your grandchildren include mozilla.org's fifth birthday, the new roadmap, the Firebird name debate and a new chapter being added to The Book of Mozilla."

42 of 192 comments (clear)

  1. Having just tried Firebird... by bc90021 · · Score: 4, Interesting

    ...I must say that I am looking forward to 2004! As time goes on, their products get better and better, and if being able to convince my cow orkers to use Mozilla is any indication, MS could learn a thing or two about what to put in a free browser. ;)

    1. Re:Having just tried Firebird... by blurfus · · Score: 4, Funny
      ...and if being able to convince my cow orkers to use Mozilla is any indication...

      It must be hard for all Cow orkers of the world to not have a choice of cow orking tool... ;)

      Happy New Year!

      P.S. Firebird Rocks...!

      --
      will work for Karma
    2. Re:Having just tried Firebird... by sparklingfruit · · Score: 2, Informative

      I agree entirely. Opera used to be the only browser I could cope with and I wanted something open source. I was not impressed with mozilla (after spending 2 hours compiling it), but firebird really sets the bar for browsers now and has done everything right that mozilla has done wrong.

      I'm not saying that Mozilla is a bad browser, I suppose it's a matter of taste.

    3. Re:Having just tried Firebird... by bhtooefr · · Score: 2, Interesting

      Myself, I still prefer Opera. I guess I've gotten used to it's quirks... BTW, my favorite browsers:
      1. Opera 7.2x
      2. Firebird 0.6/7
      3. MSIE 6.0
      4. Mozilla 1.5/6a

      Firebird is very promising, and it'll make a good drop-in replacement for IE. I use Thunderbird as my mail client (hint to Opera: innovation's good, but not when it's a synonym for shitting - eliminate M2) - it's got great spam filtering (it gets the occasional false positive, but it's learning - bayesian filters will take over the world).

  2. Re:I wonder by ErrorBase · · Score: 2, Interesting

    I set it up to block the advertizing (adblock and flachkill) and it runs blasingly fast, also i need less time to klick away windows noone want.

  3. Although... by ChocolateCheeseCake · · Score: 5, Interesting

    The person simoniker class the whole episode as "Netscape murdered by AOL", the fact remains that the sooner Mozilla moves away from AOL and towards being a non-profit organisation that is user centric rather than buzz word centric the better. The unfortunate thing is that there is now a lack of developers but hopefully with the new political structure, more developers can be encouraged to help out with the same vigor and determination ones sees in other projects, for example, FreeBSD or the Linux kernel. Firebird is a nice browser and hopefully they will start using native widgets rather than the ugly GTK like widgets being used now. With that being said, one could quesiton whether Mozilla has a relevance outside developing a rendering engine. GNOME has standardised on Epiphany for the browser and Evolution for the eMail/Contact manager, so where does the Mozilla foundation fit in. In some ways, this will be good. If they can instead concerntrate on the guts and gore and let the various projects like kmeleon, Epiphany and Camino concerntrate on the native front end, hopefully development will pick up and some of those really old render bugs in Mozilla's bugzilla are fixed.

    --

    Erotic uses a feather; Pornography uses the whole chicken

    1. Re:Although... by Zontar+The+Mindless · · Score: 4, Informative

      > hopefully they will start using native widgets rather than the ugly GTK like widgets being used now.

      Then you lose cross-platform consistency and the ability to use themes with custom widgets. I like being able to use the same standards-compliant browser that looks and behaves the same on Windows, Mac OS X, and Linux.

      Check out themes.mozdev.org, or -- if you know HTML, CSS, and JavaScript, then you can learn XUL and build your own.

      I like the browser/email combo, use Moz 1.5, and hope they'll continue to develop it. I'm not terribly interested in replacing one app with 4 (browser, email, HTML editor, IRC).

      --
      Il n'y a pas de Planet B.
    2. Re:Although... by macshit · · Score: 3, Insightful

      With that being said, one could quesiton whether Mozilla has a relevance outside developing a rendering engine. GNOME has standardised on Epiphany for the browser and Evolution for the eMail/Contact manager, so where does the Mozilla foundation.

      Keep in mind that `Gnome has standardized on' is not equivalent to `users will use.' I've used epiphany recently, and well, basically it sucks compared to firebird.

      I'm sure Gnome wants to have a `native' browser, just so there's something in the standard install, but really, epiphany has an incredibly long way to go before it's anywhere near as usable as firebird (and given the current religion at the Gnome project, they may never let it get there).

      --
      We live, as we dream -- alone....
    3. Re:Although... by Darren+Winsper · · Score: 3, Informative

      Currently, Firebird (And the Mozilla classic theme) use the native widget painting code where possible. On Windows, they use the theming API when available, otherwise the default is to look like the old/standard Win32 widget set. On Unix, they use Gtk's widget painting code, so it looks somewhat like a Gtk application. Unfortunately, it's not complete, menus don't look native, for example. On MacOS X, they do now use Carbon's widget painting API IIRC. They also use a skin tailored for the Mac to make Firebird obey the MacOS X UI guidelines better.

    4. Re:Although... by Feztaa · · Score: 2, Interesting

      Then you lose cross-platform consistency and the ability to use themes with custom widgets. I like being able to use the same standards-compliant browser that looks and behaves the same on Windows, Mac OS X, and Linux.

      It's a tradeoff, and it all depends on whether or not your network is homogenous. For example, if all of your computers run windows, firebird using GTK probably sticks out like a sore thumb because it doesn't look consistent with the native widgets. Whereas if you have to switch between linux, mac and windows all the time, it's probably nice to have an app that looks and acts the same on all platforms.

    5. Re:Although... by swillden · · Score: 2, Insightful

      The unfortunate thing is that there is now a lack of developers but hopefully with the new political structure, more developers can be encouraged to help out with the same vigor and determination ones sees in other projects, for example, FreeBSD or the Linux kernel.

      The problem with the historical lack of non-Netscape/AOL development in Mozilla is partly political, but I think the real reason was most definitely technical.

      There is an interesting phenomenon/problem that often arises with large object-oriented projects, and the Mozilla codebase can be used as a case study for this phenomenon.

      OO is valuable -- don't get me wrong; I got hooked on C++ and Objective-C in 1990 and I've never seriously looked back -- but developers can and often do get carried away with abstraction and data hiding. I certainly do it! And in a large, long-lived project with a fairly small and tight-knit team of developers getting "carried away" often turns into a severe case of frameworkitis. Everything has to fit into a powerful, flexible, general-purpose framework. Any time a bit of code starts looking complex, it's time to design a new infrastructure for decomposing and abstracting the elements of the problem being solved. This approach can produce some very nice, very clean code, but it does so at the expense of creating a huge, complex mass of abstractions which must be understood, in all their subtleties, before the code can be understood at anything more than a very superficial level. And forget trying to write new code within the system without a massive investment of time spent exploring the marble hallways.

      Open source software has a natural counter to this tendency: Since very few (if any) developers are in a position to devote their whole working life to this beautiful and elegant monstrosity, the code must be accessible to competent but casual readers/writers. If you want to get contributions, the general structures and key abstractions have to be understandable in a few minutes, and the details of any particular sub-module have to be understandable in a few evenings *at most*.

      Until AOL shut everything down, Mozilla was a project with a dedicated, intensely focused team that was very capable of understanding the structure they and those who had come before them had created. As just about anyone who tried to contribute to Mozilla learned, just getting yourself educated enough to be able to contribute was a massive task, even if you were a highly competent C++ developer. I wanted to add a couple of small features to Mozilla, but gave up because I simply couldn't afford the investment of time. So I implemented them in Konqueror in a couple of evenings.

      What we're seeing now, with the rise of Firebird and Thunderbird, is the morphing of the Mozilla codebase into something that is easy to get your fingers into. Something that can work as an OSS project. By stripping Mozilla down to bare bones, keeping just the core engines and building everything else back up in a more transparent and accessible structure (though one that may be less flexible, extensible and... pretty), the software is becoming something that can be more easily enhanced.

      If you read that last sentence carefully, you'll notice a paradox... how does making the code less flexible and extensible make it more easily enhanced (i.e. changed and extended)? The answer is that it doesn't, really. What it does do is exchange simplicity of development for accessibility, and making the code accessible to many more developers turns out to provide greater leverage than making the development easier for a small set of developers.

      The Mozilla codebase is a study in how, exactly, a cathedral is different from a bazaar, and how one can or can not be turned into the other.

      --
      Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  4. Mozilla and /. (slightly OT) by GeckoFood · · Score: 3, Interesting

    As much as I like Mozilla, Mozilla does a miserable job rendering ./'s site. It worked great for a very long time, doing a better job than MSIE, but now what I get is digital peanut butter when I come to ./ with Mozilla. Sometimes, it just skips the articles and leaves a bunch of little buttons all over everywhere. Other times, everything gets rendered to the same line. Anyone else have the same problem?

    I have not tried the new Firebird on /. yet, maybe that'll fix whatever's broke?

    --
    Be excellent to each other. And... PARTY ON, DUDES!
    1. Re:Mozilla and /. (slightly OT) by GeckoFood · · Score: 2, Interesting

      I have this problem with Mozilla (V 1.5) as well.

      I have 1.4 (have not bothered to update yet), and you have described the exact problem I am seeing. Weird part is, it was fine up until recently, and now it just doesn't quite fly. Maybe ./ changed something...

      I also have found that when I download various media files, such as mpg's, the file achieved from the download is not readable/usable by my media player. Have you seen this problem?

      No, I haven't had this problem. Downloads aren't a problem. I usually use a third-party download manager instead of the one built in, but Mozilla's d/l manager has never posed a problem.
      --
      Be excellent to each other. And... PARTY ON, DUDES!
    2. Re:Mozilla and /. (slightly OT) by blurfus · · Score: 5, Informative

      I am using Firebird and see no probs with /.
      Just for the record, Firebird is the browser I use 99% of the time and there is not many sites that it cannot handle.

      Generally, if a site 'requires' IE, switching the agent in Firebird (via the Agent Switcher plug-in) does the job (tricking the site into believing you are using IE and serving the content). Firebird then renders the page correctly.

      When this does not work, then I use IE (which is the remaining 1% percent of the time that I don't use Firebird), very rare though...

      --
      will work for Karma
    3. Re:Mozilla and /. (slightly OT) by Yorrike · · Score: 2, Insightful
      There are many rendering problems with /. on my build of Firebird (0.7, Xfree 4.3), but I believe this has more to do with the fact that /.'s html is a hack on a hack on a hack.

      When they decide to bite the bullet and switch away from a table based layout to a CSS based one, rendering problems will disappear for everyone who's bothered updating their browser in the last 2 years.

      --

      Looks can be deceiving. Or CAN they?

    4. Re:Mozilla and /. (slightly OT) by Anonymous Coward · · Score: 2, Informative

      W3 validator

      'nuff said.
      (you may need to try a few times if the validator keeps reporting a 403)

    5. Re:Mozilla and /. (slightly OT) by spektr · · Score: 3, Funny

      Im using IE, and it renders all the pages just fine.

      Not my experience as creator of standards compliant websites.

      You nasty little troll.

  5. My thoughts on Firebird by Mmm+coffee · · Score: 5, Interesting

    Switched completely to Linux a few months ago and Opera was the only killer app that I *HAD* to have through the switch. Mouse gestures, speed, well laid out keyboard shortcuts, etc. I'd go on but I'd be preaching to the choir.

    After reading a lot of Stallman's writings I decided to let go of even Opera and totally switch to Free software. I was very apprehensive because Opera was the second coming of Jesus as far as I was concerned.

    Went to Mozilla.org, Decided against getting the full fledged mozilla because I remembered it being bloated as all hell, got Firebird instead. Downloaded a ton of plugins, fixed everything to where it felt right.

    I'm a total convert. Firebird will kick oh so much ass by the time it hits 1.0. It's design is as simple as IE, which is the #1 reason people cite IE as their favorite browser. It's small, almost as fast as Opera, all the features that I loved in Opera are available through plugins, and all the features I didn't use aren't in Firebird because I didn't install them. I have since fallen in love with tabbed browsing. Used to think that browsing three or four sites at once was kinda stupid, but once I got used to tabs in Firebird I began to see myself doing the exact same thing. ;)

    The Mozilla project has come a VERY long ways since it first came to be. If you've tried Mozilla out earlier and were disappointed, get it now. Get Firebird. Get Thunderbird. Install plugins to your hearts content. You will be very well surprised.

    And hey, you'll be using Free software so that's a huge plus, in my eyes.

    1. Re:My thoughts on Firebird by thinkninja · · Score: 5, Interesting

      I've been using Firebird since 0.4 and I love it. However, no matter what I do or say I simply cannot get others to give it a try.

      They're quite prepared to install junk like bonzai buddy and various dancing things on their desktop but categorically refuse to try another browser. "I use Internet Explorer", they say and look at me like I just suggested they make love to the electric pencil sharpener.

      I've long since given up trying.

      --
      "The number of Unix installations has grown to ten, with more expected." (Unix Programmer's Manual, 2nd ed.; june 1972)
    2. Re:My thoughts on Firebird by Bio · · Score: 2, Informative

      Tabbed browsing *rocks*. I have about 10 tabs open in Mozilla all the time. The sites I'm reading regularily, plus some articles, man pages etc. I'm currently reading.

      I couldn't imagine having distinct windows open for all of these. I cannot understand why people stick to MSIE. It's almost impossible to persuade my co-workers to switch to another browser.

      Mozilla usally runs for *weeks* on my home workstation (Linux) without restarts. It's not slow at all. At work (Win XP) Mozilla gets really slow after a day of usage. It's better to restart it from time to time, and to reboot the XP every couple of days.

    3. Re:My thoughts on Firebird by tomstdenis · · Score: 2, Insightful

      Why people stick with MSIE [for home use] is mostly why many peole use MS MSN for chatting instead of Gaim or trillian or amsn or ...

      It came with the OS install, does what they want and they don't see any added benefit of another install. Sure Gaim is cooler than MSN but if all you do is chat on the MSN protocol why bother?

      Similarly, sure tabs are cool but if you never use them who cares? Personally I do a fair bit of research and I find no use for tabs. I can only read one screen at a time so I don't care for tabs.

      MSIE + google bar is a decent experience. I get no annoying popups and a browser which for all its faults works reliably.

      Tom

      --
      Someday, I'll have a real sig.
    4. Re:My thoughts on Firebird by Ender+Ryan · · Score: 3, Interesting
      Similarly, sure tabs are cool but if you never use them who cares? Personally I do a fair bit of research and I find no use for tabs. I can only read one screen at a time so I don't care for tabs.

      What, don't you have ADHD like the rest of us? *grin*

      Seriously, I find it to be too much of a PITA to browse without tabs anymore, but to each his own.

      How about security, though? You know, there are still huge gaping holes in IE that will allow "untrusted" software to install itself without user interaction. Heh, I witnessed it the other day, as I didn't believe it and had to see for myself.

      Watch your step... err... mouse. p /.

      --
      Sticking feathers up your butt does not make you a chicken - Tyler Durden
    5. Re:My thoughts on Firebird by Haeleth · · Score: 2, Insightful

      Personally I do a fair bit of research and I find no use for tabs. I can only read one screen at a time so I don't care for tabs.

      Well, that's your choice and (IMO) your loss; at least you know the alternatives exist, and you obviously considered what would be best for you before deciding to stick with IE.

      I can only read one page at a time, too, but with tabs I can have the next X pages I want to read loading in the background while I read the current one. I think I've probably saved more time that way than I spent installing Firebird.

      Now, if only I was doing research, instead of browsing Slashdot articles and webcomics... ;)

    6. Re:My thoughts on Firebird by Zontar+The+Mindless · · Score: 2, Informative

      Get the TabBrowser extensions. Everything you could ever think of that you'd want tabs to do, these do it. And then some.

      I also highly recommend the PrefBar add-on.

      --
      Il n'y a pas de Planet B.
    7. Re:My thoughts on Firebird by rmohr02 · · Score: 2

      I've been mildly successful using the Reasons to switch to the Mozilla Firebird browser document. I tell people if they read that through and still think IE is the best, I won't bother them about it again. Of course, I'll probably bother them at the FB 1.0 release anyway.

    8. Re:My thoughts on Firebird by jonadab · · Score: 2, Insightful

      > Personally I do a fair bit of research and I find no use for tabs. I can
      > only read one screen at a time so I don't care for tabs.

      You must have broadband. For dialup, tabs are vitally essential, because it is
      critically necessary to be able to queue a number of pages, do something else
      (e.g., read an already-loaded page) while they load, and then get to them when
      they have finished downloading. You can *theoretically* do this with new
      windows, but who wants 30+ browser windows open, when you only ever intend to
      look at one of the pages at a time? Plus, most window managers (including, I
      might note, the one in Windows) don't handle switching between windows in a
      fashion that preserves the order of the windows, which makes it a real pain
      to queue pages and read them in order (which you want to do, because the page
      you queued first is most likely to be finished loading). The tabs are a real
      life saver for this sort of thing.

      Tabbed browsing also makes web-based discussion fora like slashdot and
      perlmonks viable. Before the advent of tabbed browsing, I found these things
      totally unusable (over dialup, at any rate) and stuck to usenet. Tabbed
      browsing has made it possible for me to mostly migrate from usenet over to
      web-based discussion fora.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    9. Re:My thoughts on Firebird by herulach · · Score: 2, Informative

      Why should Ctrl-N open a new tab? That would be really poor design, mainly because every single application ive ever used a keyboard shortcut to open a new window in has it mapped to Ctrl-N. Just because it has tabs doesnt mean you have to use them for everything. I often have a couple of windows open with multiple tabs in each one.

      Ctrl-T opens a new tab by the way. Ctrl-click opens a link in a new background tab, Ctrl-Shift-click opens it in a foreground tab.

  6. Out of Curiosity by Joel+Carr · · Score: 3, Informative

    Did the decision by AOL to 'murder' Netscape end up having a negative/positive/neutral affect on Mozilla or not? Was there a sharp loss of developers at all, or did it end up being more or less business as usual?

    ---

    --
    Any man who can drive safely while kissing a pretty girl is simply not giving the kiss the attention it deserves. -- AE
  7. Sorry But ... by osewa77 · · Score: 2, Interesting

    Hi, I used to use Mozilla on RedHat Linux simply because it was the best avaliable browser and it was slow. I recently tested the Firebird both on Linux and Windows and the experience was just as fast as IE. I see Mozilla as the browser you use "outside Windows", period. (it used to be Opera for me because of the performance issues until Firebird). So 5 stars to the Mozilla team! If only there was a way to get explorer plugins to work with Mozilla on Unix...

  8. Re:It was a bad year for Mozilla. by Zontar+The+Mindless · · Score: 4, Insightful

    > ...they failed completely to incoperate the rising new mark-up technologies like XML-Signature or WebCGM. If this development continues this year, Mozilla might lose it's technical lead to IE or Opera.

    Are you just pulling this stuff out of your arse, or what? Neither of these are new (WebCGM has been around since '99), both are fairly irrelevant, and WebCGM is a binary format in any case.

    Given the *cough* rapid pace of MSIE development *cough* these days, if Mozilla stood stockstill for the next two years, it wouldn't lose any ground to IE (which still doesn't support all of DOM Level 2), and Opera is also still playing catch-up, although it's farther along than MSIE.

    It would be nice if they'd start including SVG support in the standard releases, though. Especially since the Adobe SVG plugin for Moz/NS is broken and appears likely to stay that way for some time.

    --
    Il n'y a pas de Planet B.
  9. Re:Thumbs Up, But... by Zontar+The+Mindless · · Score: 4, Insightful

    > Mozilla will be a thousand times more useful if it could offer an IE-compatibility mode (Javascript model, plugins) which works on Unix platforms.

    NoooOOOOoooOOooOoooOOO!!!!

    Then Microsoft wins and standards don't mean anything. The task which must be accomplished is to get site developers to code to standards, in which case 90% of the compatibility issues disappear (and the Web becomes about 75% safer due to the disappearance of ActiveWreX crap).

    --
    Il n'y a pas de Planet B.
  10. Re:I wonder by Anonymous Coward · · Score: 4, Informative

    Enable quickstart to have Mozilla in memory at all times and ready to go. This is what IE does, so there's not much point comparing until you level the playing field.

    Startup's instantaneous with quickstart. Even moreso than IE, which appears on-screen quickly but actually takes a moment to finish displaying and let you use your bookmarks/URL bar.

    If you want REALLY fast, use Firebird and put this in the URI bar:

    about:config

    Look/filter for "turbo" and set it to true. The developers didn't include this feature in the options UI, but I find it doesn't take much memory at all and makes Firebird very snappy.

  11. I don't think you will have to by Ender+Ryan · · Score: 2, Insightful
    I think there is plans to still ship a whole suite of apps in one package, except now they'll really be separate apps. The distinction shouldn't get in the way of using it like you always have.

    Really, it will be much better.

    --
    Sticking feathers up your butt does not make you a chicken - Tyler Durden
  12. Not to mention... by Kjella · · Score: 2, Insightful

    The task which must be accomplished is to get site developers to code to standards

    Not to mention tools that code to standards. For all those of us that don't want to write HTML tags (even if we know how), that is the main issue. Because most sites I see that render incorrectly, I kinda doubt there's any real "web developer" behind that wrote the code. Think more code monkey with a WYSIWYG (on IE) HTML editor...

    Kjella

    --
    Live today, because you never know what tomorrow brings
  13. Microsoft broke IE in November by Tenebrious1 · · Score: 4, Interesting

    My New Year's Resolution is to switch completely off MS products. After a month, MS still has not come up with a patch to fix the IE "double page scroll" bug (introduced in a critical security patch). Not being able to scroll down a page made reading /. a real pain in the ass.

    Yeah, I could replace the offending file myself, or use the PgUp/Dn keys, but really, a security patch for IE that breaks IE is too much.

    I've been using Mozilla Firebird about half the time, and IE the other half since it's just easier to keep using it after I've opened it to get to sites reqiring IE.

    But to hell with those sites. To hell with Microsoft. I'll be spending the rest of my holidays purging the last remnants of MS from my desktops and my laptop. I'd been straddling the fence for years... thanks Bill, you've made up my mind for me.

    --
    -- If god wanted me to have a sig, he'd have given me a sense of humor.
  14. I disagree. Firebird is great, but it's not Opera by Mustang+Matt · · Score: 3, Interesting

    I'm in the same boat. I was a dedicated Opera user and decided to switch to firebird.

    Firebird is awesome, but there are still a lot of things that Opera did better.

    Most of them are minor, but they're things I used regularly and I miss greatly.

    For instance.
    1. When you browse forward and back the keyboard doesn't have the focus on a page, so if you use the page up/down keys you get nothing. If you hit control F to search the page, it pops up but doesn't search the page.
    2. I liked Opera's save session ability. Mozilla has this and it works pretty well, but not quite as well as Opera. For instance, I like having the ability to force my groups of pages load up in a new tabbed browser. Mozilla throws them into the current browser.
    3. I really really miss the ability to save the pages I was on when I close the browser and also to load those same pages up in the event the browser crashes. Mozilla *almost* has this setting. It has visit the last page on startup, but I want to visit the last tabbed group on startup.
    4. This one really bugs me. Maybe it's just a bug because it doesn't happen everytime, but when you jump forward and back through pages, sometimes the page doesn't go back to where you were scrolled, it goes back to the top of the page. Ugh! Makes it a pain to search ebay because you go to an item and then go back and you're at the top of the page, you hit page down or control F but the page doesn't have focus! argh!

    I think those are my top 4 pet peeves. As a developer there are a couple of css issues (margins and borders) that I don't like, but those are minor and generally workable.

    --
    The man who trades freedom for security does not deserve nor will he ever receive either. - Benjamin Franklin
  15. the Firebird name debate by nickos · · Score: 2, Interesting

    I have a Win2k box at my folks place which has Firebird and Thunderbird set up, and while I was staying with them over Christmas my Dad was telling me how stupid the name was. He's an academic with a linguistics background but completely computer illiterate (for example he double clicks everything). The (in his opinion) silly name gave him less confidence in the software.

    I think the name's daft too but found myself defending it to my Dad. It's probably a silly corporate thing...

  16. Re:Ah, here's number 5 that bugs me. by dizzyduck · · Score: 2, Informative

    Opera had a super useful function that is missing in Mozilla. You could right click a link and "open link in background page." I would always browse my news site and start popping interesting links up in background tabs while I finished reading the article I was on.

    This feature is available in Mozilla Firebird 0.7 (and probably earlier versions too): Tools > Options > Advanced > Browsing > Open links in the background. Mozilla 1.5 has it as well (and again, earlier versions had this too): Edit > Preferences > Navigator > Tabbed browsing > Load links in the background.

    Even better, a click of the middle mouse button will do this in one click as opposed to two clicks needed in Opera.

    --
    Allergy advice: Contains eggs.
  17. Re:It was a bad year for Mozilla. by oconnorcjo · · Score: 2, Insightful
    The development team focused mainly on minor technical and legalistic issues like the naming of firebird, code clean up etc. But they failed completely to incoperate the rising new mark-up technologies like XML-Signature or WebCGM. If this development continues this year, Mozilla might lose it's technical lead to IE or Opera.

    I will bite the Trolls bait:
    What the !@#$ are you talking about. One of the reasons the original Netscape code was dropped in favor of starting over was that the original code was a total mess. I should hope Mozilla would not fall into that trap again. Cleaning up code and fixing bugs should be of a higher priority than implementing obscure features only a handfull of people know about. Clean and well working code make it easier to implement new features while also making it easier for new developers to contibute to the project. As soon as those obscure features mentioned above really become desired by a substantial subset of developers/users, I am sure someone will come along and implement it (especially if the current code is laid out well).

    --
    I miss the Karma Whores.
  18. Chatzilla improved this year, too. by timothy · · Score: 2, Informative

    A nice thing about Mozilla (the suite) is that with one not-unreasonable download, I can convert a foreign computer (want to check email at a friend's place, etc.) to a reasonable communications station (email, IRC, web) with an interface I like, including tabbed browsing. Primarily, this means "on a Windows machine," since most Linux or FreeBSD machines will probably already be equipped with both Mozilla and Xchat. (OK, two, downloads if I want ssh -- putty rocks.)

    For the last few years, I've used Chatzilla on and off, usually finding after an hour or so that I missed Xchat, which so far is to me the most impressive IRC client around (and from which Chatzilla seems to intelligently take many cues). Recently though, esp. with Mozilla 1.7a, I notice that I start chatzilla and *don't* need to switch to Xchat. The one exception is DCC, but since I've used DCC rarely, it's not a biggie.

    So I find that as of this month, my primary IRC client has been Chatzilla. Thanks, Mozilla / Chatzilla developers!

    timothy

    --
    jrnl: http://tinyurl.com/c2l8yr / foes: http://tinyurl.com/ckjno5
  19. Even worse by axxackall · · Score: 3, Insightful
    It's even worse:

    SVG development is still going nowhere, while Calendar development has just stopped. No need to mention that nobody in Mozilla development team understands the importance of MNG and XForms. In Bugzilla you can even find their comments saying that "HTML forms work, what the reason for Xforms?"!

    So, Mozilla becomes the best web browser accoridng to requirements of mid-90s. However, development teams of other browsers (read: IE and Opera, not sure about Apple) are more informed about web-browser requirements of mid-00s. No need to predict who will be a winner.

    I love Mozilla (both Suite and Firebird) and I love XUL, and that's why it's so sad to see that my favorite browser is a big loser.

    --

    Less is more !
    1. Re:Even worse by BZ · · Score: 2, Insightful

      I think all the Mozilla developers fully understand the usefulness of XForms. What XForms proponents fail to understand, it seems, is that XForms relies on a whole slew of other XML technologies, many not well-supported by off-the-shelf XML parsers, that XForms is very complicated to implement, and that XForms is very difficult to author (instead of making the easy things easy and the hard things possible, it focuses on making the easy things and the hard things equally hard (a little easier than doing hard things with HTML forms, to be exact)).

      So Mozilla developers would be just fine with having XForms support, but they are not about to write a new XML parser and hundreds of thousands of lines of form implementation code just to add another feature that almost no one really uses (quick, how many sites use XML documents at all? Answer: none that want to work in IE).

      This is not to say that XForms would not be accepted into the tree if someone implemented it. It probably would be. It's just that spending time now reinventing wheels to implement XForms is pointless -- it can be done more quickly when the XML parser Mozilla uses (expat) is updated with the necessary features by its own development team...