Slashdot Mirror


Life After Netscape For Mozilla Developers

An anonymous reader submits "MozillaZine has an article up on life after Netscape for Mozilla developers formerly employed there. Several developers are now employed by the non-profit Mozilla Foundation in full or part-time positions, others have been hired by IBM and Daniel Glazman was contracted by Lindows to write web publishing application Nvu. Another group of developers have joined together to form Mozilla Consulting to work on customized Mozilla enhancements. The amount of interest by non-Netscape companies in Mozilla is surely a positive sign for the future of the project."

27 of 254 comments (clear)

  1. Article summary by Anonymous Coward · · Score: 4, Insightful

    1. Netscape paid Mozilla developers
    2. AOL/Netscape pulls out of Mozilla program
    3. Mozilla developers get rehired by different companies

    Seriously, there's very little "life after Netscape" in the article aside from "X works for Y now".

  2. probably the coolest life after netscape by cnb · · Score: 5, Interesting

    JWZ

    Bio: I used to be a hacker. Now I run a nightclub.

  3. No. 1 in a series.... by Ratface · · Score: 3, Funny

    Coming soon...

    Life after Worldcom
    Life after Boo.com
    Life after SCO ... etc - ad nauseum.

    Given that ever single developer I know has changed job at least once in the last 3 years this is one nepotistic story!

    --

    A little planning goes a long way...
  4. a lot will depend on results by Fux+the+Penguin · · Score: 4, Insightful

    While it is good that these people have jobs and can continue to work on Mozilla I think it is a little early to claim that industrial support is well under way. It is certainly very positive that some companies are willing to put their money where their mouth is but I think a lot will depend on the return of this current investment. If nvu doesn't materialize or if other key mozilla components do not deliver on their promises (e.g. calendar is so far mostly vapor ware in terms of interoperability), I think mozilla adoption by industry will not become much better.

    Certainly there are some great opportunities: - There is an enormous trend in the public sector (especially outside the US) to adopt open source. Mozilla is part of this trend for non MS platforms. - Internet explorer does not seem to have evolved in the past few years and is unlikely to do so in the coming few years: market share can be gained. - Apple seems to be moving away from MS products, this will stimulate adoption of alternative browsers by both users and developers. Alternative heere does not necessarily mean Mozilla but other than IE.

    1. Re:a lot will depend on results by sphealey · · Score: 4, Interesting
      I think there is a lot of food for thought in your post. The other issue that bothers me is this: millions of people have posted to various on-line forums over the last 4 years about how much they love Netscape/Mozilla and how much they dislike Internet Explorer. Ok, if there are 1,000,000 people with this level of concern, and they each sent 50 USD to the Mozilla Foundation (not a lot of money for someone in the Western world; just 25 cups of Starbucks coffee), then the Moz Foundation would have 50,000,000 USD available to support development. That would be enough to keep a good team running for 5-10 years.

      So - how is Mozilla Foundation's fundraising going? What is their endowment status at the moment?

      sPh

    2. Re:a lot will depend on results by NeoSkandranon · · Score: 4, Insightful

      ...and they each sent 50 USD to the Mozilla Foundation (not a lot of money for someone in the Western world; just 25 cups of Starbucks coffee)

      Or a week of groceries for a college student. Or two-three tanks for gas for a commuting worker. Or a phone bill. Or...

      You get the idea. It's not alot of money, but it's not an amount alot of those 1 mil people probably have to kick around.

      --
      If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
  5. Litmus Test by IA-Outdoors · · Score: 5, Interesting

    The real test for Mozilla, to me, has been on my family. As an IT professional, as many of us are, I get roped into supporting PC's and networks (sigh) for family members. One of the first things I do is install Mozilla for them, import their IE bookmarks and set up mozilla mail to use their hosts mail accounts. I also limit JavaScript, tighten security and configure the pop-up stuff. Together with the anti-spam features now in Mozilla Mail I find my family is truly happier with Mozilla than IE. Sure, from time-to-time I get complaints that website X wouldn't work with Mozilla but for the most part they are happy. To that end, kudos to the folks at Mozilla and I'm glad the OSS community his finding good homes for the folks from Netscape.

    --
    You never saw a fish on the wall with its mouth shut.
    1. Re:Litmus Test by afidel · · Score: 3, Insightful

      If the site isn't conforming to the specifications that Mozilla claims to support, then yes it is fine. But more often than not Mozilla failing to work is due to some crappy server side client dection script that doesn't know what to do with Mozilla and so it just sends the equivilant of, "go away, we don't want your kind around here." My normal response is "fine, then I will take my business where I am apreciated". I got both of my banks (credit card and checking accounts) to support Mozilla by kindly asking a few times to have it added. Since many, many web developers use Mozilla because of its great standards compliance and it's lack of crashing it's often not hard if you ask the right people in the right way =)

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    2. Re:Litmus Test by mcpkaaos · · Score: 4, Funny

      I get roped into supporting PC's and networks (sigh) for family members

      I felt your pain. Then I discovered the solution, and my life has been smooth sailing ever since. Two words: restraining order. Sure, it can make family gatherings a little tense for a while, but after dad spends a few nights in the clink for one too many Windows 95 support calls, things start to settle down.

      --
      It goes from God, to Jerry, to me.
    3. Re:Litmus Test by InvisiBill · · Score: 3, Interesting

      More often than not, the problem is due to poor HTML. IE typically renders "what they meant" while Gecko renders "what they coded." Check out The Burning Edge to see all the bugs and fixes in the nightly builds of Firebird. Check out the FB Bugs forum at Mozillazine and see how many of the "This site doesn't work right!" posts are due to coding errors rather than bugs in the rendering engine. Thanks to IE, people have gotten used to non-standard HTML and poor coding. If you write some really bad HTML that IE happens to render properly (the way you want it to look), and Mozilla renders it exactly the way you wrote it (errors and all), the problem is still your code, not Mozilla's rendering engine. Oddly enough, if you write correct, standard code it will work on any browser (disregarding bugs in the browser, which aren't your problem).

      I too have non-technical family members using Mozilla. I actually haven't heard a single complaint from them about anything not working right with it. They love the built-in popup blocker and Bayesian spam filter as well.

    4. Re:Litmus Test by rifter · · Score: 4, Interesting

      More often than not, the problem is due to poor HTML. IE typically renders "what they meant" while Gecko renders "what they coded." Check out The Burning Edge to see all the bugs and fixes in the nightly builds of Firebird. Check out the FB Bugs forum at Mozillazine and see how many of the "This site doesn't work right!" posts are due to coding errors rather than bugs in the rendering engine. Thanks to IE, people have gotten used to non-standard HTML and poor coding. If you write some really bad HTML that IE happens to render properly (the way you want it to look), and Mozilla renders it exactly the way you wrote it (errors and all), the problem is still your code, not Mozilla's rendering engine. Oddly enough, if you write correct, standard code it will work on any browser (disregarding bugs in the browser, which aren't your problem).

      You know, I agree with you. Microsoft encourages sloppy coding in every area. This is the secret to their success. It is a scourge on the IT world and we should whip those developers into shape, with whips if necessary.

      But, honestly,at the end of the day, will that MCSP/MCSE on the other end of webmaster@stupidbank.com really give a shit that his site using ASP.Net on IIS with FrontPage Extensions does not work in Mozilla because of shoddy code when it works fine and dandy in the browser 99.9999% of the world uses? No, s/he already proved s/he does not care by writing the crappy code in the first place.

      Besides, in the world of code and standards "compliant" and "crappy" are in the eye of the beholder. If there is a html spec which a site violates but which IE is able to show properly and Mozilla is not, some might say that the Mozilla people are wrong about what the specification says. This is, in fact, often Microsoft's argument. They claim their reading of a standards document whereas the OSS community tends toward another. But is this wise?

      I mean if the goal is adoption of the browser, why deliberately choose a path that means you know it won't work with the data people are actually using everyday? At minimum why not allow a broken implementation that emulates IE in certain respects? It's not like this is the first time this has happened. Lots of standard UNIX tools have historically had multiple defined behaviours including those which were considered broken by maintainers. ( I_WANT_A_BROKEN_PS anyone?)

      Also OSS is not perfect in the area of standards and good coding practices, though this is a worthy goal to which most such projects aspire. It is just as prone to the "well it compiles and runs" school of coding and unclear standards documents as anything else. So it is really hard to claim the moral high ground here IMHO.

    5. Re:Litmus Test by pmz · · Score: 3, Funny

      I got both of my banks (credit card and checking accounts) to support Mozilla by kindly asking a few times to have it added.

      How do I convince a site administrator without offending him after he says "we have to accept only Word format due to security reasons"? This is a true story, and after reading his reply, I was at a loss for words that didn't sound like a chilren's pop-up book or a mallet-to-the-head rant.

  6. I hope it does well by uradu · · Score: 4, Insightful

    Mozilla with XUL is indeed a nice distributed platform, a much richer way of writing "thin" clients than *HTML. You can actually write distributed apps that feel so much like a native local app that most users wouldn't even notice--except for performance, of course. A lot of porkiness and memory leakiness still needs to be removed, and some usability loose ends need to be tied up before everything is peachy. Right now (even with the latest builds I believe) keeping multiple copies of Mozilla up for days eventually eats an incredible amount of memory. Closing them brings the system down with furious swapping activity.

  7. Here's the link to donate by sphealey · · Score: 4, Informative
    Should have included this link in the prior post:

    To donate to Mozilla Foundation:

    http://www.mozilla.org/foundation/donate.html

    sPh

  8. Good to see software can be commercial but free by Realistic_Dragon · · Score: 5, Interesting

    It's always promising to see a vindication of the open source model - and that is what this is.

    Companies get what they want (the ability to cut development time and costs with prewritten code they can easily adapt).

    Consumers get what they want (a web browser that works at no cost).

    Hackers get what they want (a web browser they can hack, where their efforts will be recognised not cause a lawsuit).

    Developers get what they want (income from doing something cool).

    It's a win win solution, unlike closed development models. No one looses out at all, except the companies that exist to be the middle man. But even they don't loose out, as the shareholders can take their capital and deploy it where it is more worthwhile for the economy, which is the corner stone of capitalism. No more duplicated effort, creating the same product over and over, which by definition can never meet the requirements of all interested parties. Superb!

    --
    Beep beep.
  9. Slow down... by Orien · · Score: 5, Insightful
    The amount of interest by non-Netscape companies in Mozilla is surely a positive sign for the future of the project.

    I know we are all anxious to see the project have a long-term future, especially with the recent changes, but that is jumping the gun just a bit. There is a big difference in companies having interest in Mozilla employees than having interest in Mozilla. Just because IBM hired Daniel Glazman doesn't mean they have any interest in Mozilla, they just know he is qualified in specific development areas that they want to focus on.

    1. Re:Slow down... by linuxci · · Score: 3, Informative
      Just because IBM hired Daniel Glazman doesn't mean they have any interest in Mozilla


      Daniel Glazman isn't hired by IBM, he actually runs his own company, that's contracted to work on various enhancements to Mozilla Composer, including Nvu, funded by Lindows.com

  10. Open source, and getting it right. by fishlet · · Score: 4, Interesting

    I hope this isn't too far off topic

    Mozilla is a prime example of the virtues of open source verses closed propriatary software (ex: IE). When Mozilla was way overdue, people called it dead. From a market share perspective maybe they were right. However because of taking the time to do it right, Mozilla is now the best (if not most popular) browser around. Because of this, those are innovative enough to come up with new features are going to choose Mozilla first to implement their ideas. Some of the guys from Netscape (the real innovators, not the ones who were just there for a paycheck) probably have a few good ideas left in them.

  11. This is good and bad news by Gwala · · Score: 3, Interesting

    While it is a problem - that AOL has decided to simply leech of Mozilla (however, I'm unsure about their state in regard to the various contract's with MS over using internet explorer - there's at least 3 contracts about that, that I know of) if you look at it, this can only mean more development of Mozilla & friend's, which is now far superiour than what netscape ever was, and can only get bigger and better (and more popular, considering the next IE's going to be bundled with Longhorn)

    -Gwala

    --
    #!/bin/csh cat $0
    1. Re:This is good and bad news by Ice_Balrog · · Score: 4, Informative

      AOL isn't leeching. First of all, they are donating $2 million to the Mozilla Foundation. Second, they donated a while shitload of hardware to the Mozilla Foundation. Third, they don't even make the branded version of Mozilla (Netscape) anymore.

      --
      #include "sig.h"
  12. Making progress by linuxci · · Score: 5, Interesting
    Although it's good to see a lot of Mozilla developers still getting paid to work on Mozilla development, there's also a lot of former Netscape people that have went to work on other browsers but still occaisionally keep up involvement with Mozilla. e.g. Ian Hickson now works for Opera software but still has some involvement in the Mozilla community as does David Hyatt who left Netscape to work with Apple on Safari.

    There's also more volunteers than the early days, not just with coding and testing, but with user support too, such as the excellent Mozilla Firebird and Thunderbird Help sites.

    But in reality to the end user, it does not matter how many people are developing it, it's the quality of the product that counts, and I think that with recent releases there's nothing that can beat Mozilla in all round usefulness. If you've not tried it for ages then it's worth a try now, features like type ahead find, tabbed browsing and of course pop-up blocking make it an excellent product and make using IE a painful process. The fact is on any platform IE looks like the third rate choice, if you don't like Mozilla then there's always Opera, although personally I hate the interface to it - but others will disagree, choice is good, and having a situation where more people try alternative browsers is good for making sure we don't get tied into a Windows (i.e. IE) only web.

  13. Left Out Of The Article by Anonymous Coward · · Score: 3, Funny

    16 developers currently work for McDonalds
    3 developers work at Arbys
    1 developer works for TGIF

    30 developers are currently living in Mom's basement/guest room/crashing on the couch.

    5 developers are living under the River St bridge, 3 in boxes, 2 in old station wagons.

    3 developers "left the reservation" and are currently living in a commune.

    1 developer is a mid level Amway rep

  14. Not much work left on core Mozilla? by Dr.+Spork · · Score: 5, Interesting
    I hate to admit to such a thing, but I'm really greatful for AOL's life support for the Mozilla project. Now Mozilla isn't just good, it's the best browser ever made, and its modular design makes it easy to add extensions to it (which in the end make for its coolest features, like mouse gestures and adblock).

    I honestly haven't noticed any really significant improvements in my Mozilla experience in the last 6 months. As far as I'm concerned, Mozilla is done. Sure, it's nice to stomp some bugs and increase performance by ever-diminishing increments, but I think we've passed the point when the average user on a good computer even notices.

    That's intended as a huge compliment to Mozilla.

    I also think the remaining hackers are doing the right thing in trying to furhter modularize the code. These are the sorts of things that end-users (hopefully) don't notice, but they make the individual components more useable.

    But I have to wonder whether Mozilla requires the huge programming push that it has needed two years ago. Is there ever a time when you just basically declare it done and leave it in the hands of some maintainers, like the 2.4 kernel?

    What made Mozilla great is that it was a start from scratch, and it was (at least initially) architectured according to sane principles. Maybe the best thing Mozilla developers can do now is to leave it alone and work on Safari. The Konqueror code is where Mozilla was 2 years ago, except much smaller, more readable, and faster (not faster than Mozilla now, but certainly faster than Mozilla 2 years ago). I don't consider it blasphemy for a huge Mozilla fan like me to accept the fact that Mozilla is more-or-less done, and that volunteers who understand it well enough to contribute would make better use of their skills working on something like Konq rather that building angels in the Mozilla architecture (which no one but God can see). Or, go and write good open-source office software. There's a real need for improvement there... as there isn't in Mozilla.

  15. Developers are people also by jhines · · Score: 4, Insightful

    Given that people with common intests form communities, it isn't unreasonable for this community to be interested in what happens to the people of that community.

    That I've never met them in person, doesn't stop me from being concerned about them.

  16. So is AOL not using a Moz-based browser? by hungryfrog · · Score: 3, Interesting

    I haven't been following this closely, but there was a ton of buzz a year or so back about AOL switching to a Mozilla-based browser. IIRC CompuServe even tried it for a release or two. So have these plans gone away, or do they just plan to use Mozilla without contributing now?

  17. SVG still needs to be done by ishmalius · · Score: 3, Insightful
    I consider SVG to be the "next big thing" in HTML. It only seems to be stalled for lack of critical mass. People aren't using SVG since no browser supports it natively. No browser supports it natively since people don't use it yet.

    But it is SO tantalizingly close in Mozilla, that it is painful to see it so far away. Checking the progress of SVG in Mozilla, it seems to be stagnating. It really needs some General Patton to force-march it toward a release.

  18. East Meets West by Tackhead · · Score: 3, Interesting
    > The way I read it AOL bought Time-Warner for $112 billion.
    >
    > I'm sure the previous owners of Time-Warner don't trouble themselves with regret too hard.

    Actually, a lot of them do.

    AOL employees (regardless of where they were located) grew up with a west-coast dotcom culture: OMFG, I'm an options millionaire! Call my broker and sell me out the day the options vest, and I've got fuck-you money, meaning that if my boss gets on my case someday, I can say "fuck you!" and walk out the door!

    Contrast that with the east-coast Time-Warner/media culture: "OMFG, we just got bought out by a bunch of n00bz. What is with these kids and that Steve Case guy, and where do they get off selling themselves out like that? Even if I wanted to, I can't really sell my shares, that'd be a demonstration of disloyalty, it's just not the right thing to do. I'll do better by keeping my stock until I retire. After 15 years of leveraging our media properties with the AOL brand, I'll be sitting pretty while those young whippersnappers are all broke. I'm a smart east-coast establishment type!"

    So when East met West, and West walked out the door with $1M, and East held on to see the greatest destruction of shareholder value and the worst merger idea in financial history... yeah, there are a lot of Time-Warner drones who do regret it to this day.

    (Fuck 'em, I says. Any fool could have seen the merger was a Bad Idea. The right thing to do was to sell both stocks before the deal even closed and put your capital somewhere less dysfunctional. But what do I know, I'm a West-Coast type, my loyalty is to my capital, and nothing else.)