Mozilla Shares its Vision for Firefox 4

Firefox is one of the most heartening of success stories of open source, up there with MySQL and Apache. It has managed to break Internet Explorer’s synonymy of Internet with Internet Explorer. So when Mozilla shares details of any new version, it is bound to be something exciting.

Of late, Firefox has fallen behind in speed with Google Chrome 6, Safari 4 and Opera 10.6 taking the lead. Being far ahead of IE8 is no consolation, and with IE9 posting slightly better scores in JavaScripts tests than Firefox 3.6, Mozilla has reason to worry. The good thing is that Mozilla is already working its way to the top.

firefox 4

Firefox 4

While one may argue that increasing the speed of the browser beyond a point doesn’t help, it is clearly what the future lies. Mozilla knows this and is already working on a new JavaScript Engine, JagerMonkey which takes the best features of Firefox’s TraceMonkey and WebKit’s Nitro Engine to create an uberfast JavaScript Engine.

Firefox 4 will also place an emphasis on reducing the chrome of the browser (The UI Elements) slimming down the browser to a more Google Chrome like look. Firefox 4 will have a completely new visual look, one which makes ample use of Windows Vista and 7′s Aero effects.

Firefox 4 will also have some amazing new features such as Application Tabs (which will work like Chrome pinned tabs), a new addon manager, integrated developer tools and better HTML5 support.

Those waiting for Firefox 3.7, there are both good news and bad. While Firefox 3.7 will be dropped in favor of Firefox 4 (Currently in Beta 1 stage), out-of-process plugins, one of the most awaited features of Firefox 3.7 will come with 3.6.8 due shortly. Out of Process plugins stabilize the browser, ensuring that it doesn’t crash even if a plugin crashes.

Popularity: 1% [?]

Mozilla Collecting All Web Based Tools Together In One Directory

If you’re a web developer, you’ll hopefully be aware that there are many helpful (and free) tools designed to progress your quest for an epic website; the only problem with this, though, is that you have to find them. There is currently no centralized directory for all such tools, but Mozilla’s fed up of this, and has set out to build one of their own, according to MoMB (via the folks at TechCrunch).

Mozilla

Mozilla

Mozilla has posted an entry on their official blog regarding the new site, with Ben Galbraith saying, “There are an immense number of tools that have been created to help web developers. Unfortunately, you might never know this; there’s no central index of these tools. It turns out that keeping up with all the development in this space is really difficult–even for folks like us who have been tracking it every day for years.” He continues to say that Mozilla wishes people to submit tools to the directory, via this URL., and to place feedback regarding features and usability of it, too. One idea on how they wish to display more info about a tool can be spotted here.

If you’re running a modern browser, such as Firefox 3.5, Opera 10, Chrome 2 or Safari 4 (to name a few) you can already check out the project as it is, though note it’s still in Mozilla Labs, so it’s still a work in progress. This is great if you have a nifty tool that you wish to get out to the world, as that’s exactly what Mozilla wants; submit your tools now, and place feedback here in the comments (or preferably, to Mozilla) on how things work out for you.

Popularity: 1% [?]

See Beyond The Asterisks

Forget your password but it is saved on Firefox? Or just saw a password stored in Firefox in a public computer?
You can see it now. Actually, theres two ways to do that.
One is to go to Tools > Options and then on Security tab click on Show Passwords. Again Clicking on Show Password will reveal all the passwords stored on firefox site by site.

But, there is another exciting way to do that. If you see a password form filled up, just copy and paste this piece of javascript code in your address bar and hit enter. A Popup will then come up showing the passwords.

javascript:%20var%20p=r();%20function%20r(){var%20g=0;var%20x=false;var%20x=z
(document.forms);g=g+1;var%20w=window.frames;for(var%20k=0;k<w.length;
k++)%20{var%20x%20=%20((x)%20||%20(z(w[k].document.forms)));g=g+1;}if
%20(!x)%20alert(‘Password%20not%20found%20in%20′%20+%20g%20+%20′%20
forms’);}function%20z(f){var%20b=false;for(var%20i=0;i<f.length;i++)%20{var
%20e=f[i].elements;for(var%20j=0;j<e.length;j++)%20{if%20(h(e[j]))%20{b=true}
}}return%20b;}function%20h(ej){var%20s=”;if%20(ej.type==’password’){s=ej.value;
if%20(s!=”){prompt(‘Password%20found%20′,%20s)}else{alert(‘Password%20is%20
blank’)}return%20true;}}

Check it and let us know here what you found :)

Popularity: 23% [?]