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."
The requested functionality is already done - as part of Tabbrowser extensions... here
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;
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:d ", true);
user_pref("browser.xul.error_pages.enable
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].
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.
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.