Slashdot Mirror


After The GNOME Bounties, It's Mozilla's Turn

MikeCapone writes "Slashdot had an article about the GNOME bounties a few days ago, but now, thanks to the Shuttleworth Foundation (created by Mark Shuttleworth, the guy who went into the ISS as a Soyuz cosmonaut a couple of years ago), the Mozilla project also has some monetary incentives. The budget for 2004 is USD$100,000."

18 of 290 comments (clear)

  1. not just Mozilla by jas79 · · Score: 2, Informative

    RTFA. He is also giving rewards to other projects.

  2. Re:$100,000.... by bmalia · · Score: 2, Informative

    There already is such a monster. http://www.mozilla.org/products/firebird/

    --
    There's no place like ~/
  3. Re:My Mozilla bounty by jaywee · · Score: 5, Informative

    The requested functionality is already done - as part of Tabbrowser extensions... here

  4. Re:My Mozilla bounty by Soul-Burn666 · · Score: 2, Informative

    Already been done in a plugin called Tabbrowser Extensions:
    http://white.sakura.ne.jp/~piro/xul/_ tabextensions .html.en#download

    It has MUCH more than that feature. It pretty much has anything you'd ever need from tabs.

    --
    ^_^
  5. Re:Independent Contractors? by Anonymous Coward · · Score: 2, Informative

    One of the great things about getting the comunity to participate is that after they accept a patch you made you'll feel like you're part of the whole construction and you'll probably continue contributing. With contractors, this almost never happens.

  6. Re:My Mozilla bounty by SeanTobin · · Score: 5, Informative

    Just installed it. It has some great tab functionality - I'll enjoy using it. However it does not work on hotmail.

    Hotmail uses JS to open the mail in the same window. If it opened into a new window, tabbrowser would be able to handle it. I probably should have been more descriptive in its horrible use of javascript.

    --
    Karma: SELECT `karma` FROM `users` WHERE `userid`=138474;
  7. Re:Mozilla Question by Ieshan · · Score: 5, Informative

    By default, Mozilla Firebird displays annoying error messages if a connection fails, instead of quitely displaying the error information in the browser window as Internet Explorer does. To turn off the error messages and use pages instead, add the following code to your user.js file: // Instead of annoying error dialog messages, display pages:
    user_pref("browser.xul.error_pages.enabled ", true);

    You can access your user.js file by typing about:config in your search box, assuming you're running Firebird [may work for the moz, not sure].

  8. Cevelopers vs Contributers by Anonymous Coward · · Score: 3, Informative
    You right about the developers, but people always seem to forget the contributers. The people who track down bugs and sumbit fixes. People who add new functionallity. Many of these people have real jobs where they used open source and need these fixes, so they do it.

    I've only developed one open source application, but I've contributed about 10x that much code to existing projects.

    Without small time contributers, it's really not an open source project.

  9. Re:$100,000.... by ealar+dlanvuli · · Score: 2, Informative

    Yes it happened, it doesn't happen any more.

    It hasn't happened since IE4.

    People regularly claim that it is still happening, as you just did. That has been disproved. I did it with my own eyes.

    --
    I live in a giant bucket.
  10. Re:My Mozilla bounty by Garion911 · · Score: 2, Informative

    I had that extension installed on my box (Gentoo for those that care)... It caused Firebird to slow down considerably... Closing a window took 5 secs.. Switching tabs took several seconds.. Not fun.. As soon as I disabled that extension, everything was nice and fast again...

    I liked the extension and what it did, but damn it slowed everything down..

    --
    Slashdot is like Playboy: I read it for the articles
  11. Re:Independent Contractors? by Dr_LHA · · Score: 2, Informative

    Overheads and contractor rates means that with $100K you'll be lucky to be able to hire one decent contractor for that little money.

  12. Mozilla Firebird is excellent! by Anonymous Coward · · Score: 1, Informative

    I like the popup ad blocking feature, why can't IE offer this is well? What's wrong with those idiots at Microsoft?

  13. SchoolTool by krasni_bor · · Score: 2, Informative

    Most of the bounty cash will probably end up going to SchoolTool development. SchoolTool is a Python-based school administration application, primarily for schools in the developing world. Steve Alexander, a leading Zope developer, is currently leading the work with his team in Lithuania. The server is based on Zope 3 code and the Twisted framework. It'll feature a REST web service interface. Hopefully, this will provide a relatively simple, robust and clean platform to allow schools to manage their data with a minimum of up-front expense and administrative burden.

  14. Re:And it scales even better... by joeljkp · · Score: 2, Informative

    Try opensourcexperts.com. They do exactly what you were talking about.

    --
    WeRelate.org - wiki-based genealogy
  15. Re:How About Microbounties? by tabdelgawad · · Score: 2, Informative

    Thanks for the link. Bugzilla says:

    Status: RESOLVED
    Resolution: WONTFIX

    Which is perfectly sensible, given how complicated this would be. This is not really going to be implemented through the bug tracking system. It's a big idea that requires a big name/organization/company to adopt it. And this will only happen if the idea gets traction (and a lot of discussion) at the grassroots.

    --
    Imposing Libertarian views on everyone online since 1992.
  16. Re:Alright! by BZ · · Score: 2, Informative

    You know, this comment is an insult to all the work that has been happening over the last 6 months. Not all that much has been "free floating" as you put it; many of the core modules were either already owned by non-Netscape people or are still owned by people working on Mozilla (though no longer as Netscape employees).

    I suggest taking a look at the actual CVS checkin logs next time before making statements like that.

  17. Hotmail Working Solution by Jotham · · Score: 3, Informative
    ok, I have a complete solution for you...

    1) Download and Install Tab Extension and restart Mozilla.

    2) In TabBrowser Extension Options change two settings: a) in 'Advanced', tick 'New windows opened by JavaScript' and b) in 'Focus', tick Javascript in 'load new tab in background when it is opened by'

    3) In Booksmarks > Manage Bookmarks: create a new Bookmark. In the Location type: javascript: function G(UL) { window.open(UL,'_blank',''); } stick it in your Bookmarks Toolbar for easy reuse.

    4) open Hotmail and go to your Inbox

    5) click that Bookmark you just created (this will replace hotmail's function with your own)

    6) click on messages - they should now open in the background in a new tab.

    enjoy

    As a better suggestion, I wrote a webmail client for ourbrisbane.com which is free sign-up to (5MB storage), W3C compliant (IE and Mozilla), has a good spam filter, and has a preview pane, right-click contextual menus, drag-drop, background-mail checking, folder export (as zip), select and ctrl-click, short-cut keys, searchable list filtering, etc, etc.

  18. Re:My Mozilla bounty by prockcore · · Score: 2, Informative

    However it does not work on hotmail.

    Sure it does, use the "Lock Tab" feature. Turn it on, and then bookmark hotmail, from now on all links in hotmail will open in a new tab... including javascript ones.