Mozilla to skip Fx3.7 and go straight to 4.0

May 11th, 2010

Mozilla’s Director of Firefox Mike Beltzner, yesterday announced that Mozilla is to” jump” Fx3.7 and head straight for 4.0.

The main reason for this is because, Fx3.7 consisted primarily of “Out of Process Plugins” which as most of you know has been implemented in Fx3.6.4. This has pushed developers to bypass the 3.7 release and focus on pushing out Firefox 4.0, hopefully by November.

A couple of things that jump out to me are that there will be no more modal dialogs and software updates will switch to background tasks. This is to help improve the user experience as they are two of the main pause points in a using Firefox.

The background process updates I can understand, Chrome has shown that this is by far the best way to push out updates and bug fixes to users and ensure that everybody is running the same version across the board. The removal of modal dialog however Im not too sure about.

There are also the expected updates, the new chrome (browser layout, not Google browser) redesign, which has removed many of the less used parts of the interface as found during a Test Pilot back in March and from developer feedback.

Firefox 4.0 UI concept - May 2010

Firefox 4.0 UI concept - May 2010

Something Im really excited about are the developer tools. In particular the console. Beltzner described it as a Quake style console, pulled from the top of the browser, as an advanced view source. With the ability to edit css/dom elements, and make other tweaks on the fly. They will continue to support Firebug and will also add a couple of other api’s to allow us to access rendering times and memory usage from within our apps with should help a lot with development and optimisation.

If you using Firefox or a modern web browser that supports fully open HTML video, you can watch Mike Beltzner presentation.
It is almost an hour long but I do recommend watching or at least listening, to what Mozilla believe is the future of Firefox and the direction they are going.

For more on this story, head over to Mike Beltzner blog post, view the slides and watch the presentation.

Enable broken image placeholders in Firefox

March 11th, 2010

Something that has always bugged me about Firefox is that if it encounters a broken image it doesn’t display an image place-holder. Instead it displays the alt attribute as in-line text. This can cause problems if your primary development browser is Firefox, as you may not notice broken images on a page.

For a while there has been an option in the config to display image place-holders while a page loads but not for broken images as on IE (yes I’m praising an IE feature!).

Image placeholders on load is set to ON by default, your can change this if you want by going to about:config and searching for ‘image’. The option your looking for is:

browser.display.show_image_placeholders

Just double click to change the value.

As I said before, this doesn’t affect broken images after the page has loaded, and after several searches it looks like the option just isn’t available to Fx users as a general setting. There is however a solution…

Firefox allows users to specify custom CSS to be applied to websites on a global basis, e.g if you want your default link colour on unvisited links to be black instead of the default blue.

You do this by making changes to your global content css file. You can find it at the following location (OS Specific – I’m on windows 7) ‘%appdata%\Mozilla\Firefox\Profiles\\chrome’ (if your on a domain you will need to edit it in your roaming folder), look for a file called ‘UserContent-example.css’ and rename it to ‘UserContent.css’, this will then be loaded by Firefox when it fires up.

Add the following CSS to the file and restart Firefox..
/* Enable image placeholders */
@-moz-document url-prefix(http), url-prefix(file) {
img:-moz-broken{
-moz-force-broken-image-icon:1;
width:24px;
height:24px;
}
}

Thats it… when you next come accross a broken/missing image, you will get a box the size you have defined in its place with the alt inside it.

Happy 5th Birthday Firefox

November 9th, 2009

Mozilla Firefox is 5 years old today!
Version 1.0 of the popular open source web browser was unleashed upon the world November 9th 2004 and has gone from strength to strength ever since.
Currently on version 3.5 Firefox has gained huge following over the years (including yours truly) and is currently chasing the heals of Microsoft’s Internet Explorer well ahead of the compitition (Opera, Google Chrome, Safari, etc).

You can read more on the history of Mozilla Firefox on this wikipedia article.

Users of Twitter can show their support by adding a Twibbon to your Twitter profile picture

And everyone else can forward this link to friends, family, colleagues, acquaintances and anyone else you meet on the street – http://getfirefox.com/ and help to make the web a better place

Fennec Alpha 3 on Windows Mobile

September 7th, 2009

Friday saw the release of a third alpha build of Fennec, Mozilla’s mobile browser, I have spent my weekend browsing useing this latest build rather than the much favoured Opera Mobile and I have to say well done to the Fennec dev team.

This latest build see’s imp0rovment over the supported screen resolutions which means on my TYTN II, I can finally use Fennec in portrait mode and also view the options screen :) So far development on the Windows Mobile build have only been officially supported on the HTC Touch Pro, this latest build now supports the resolution of pretty much all the Windows Mobile based phones of the last couple of years.

The biggest update in this release is noted as being the start-up time. Although to be honest I haven’t noticed any difference myself, there had also been the addition of tile caching, similar to Google Maps, in order to speedup the rendering of pages and cut down on the work Fennec must do, you can read more about the tile caching on Roy Frostig blog

The only downside I could find with this latest release is that the ability to zoom appears to have disappeared, double-clicking on the screen makes it flicker but nothing happens.

If you want to read more on this latest release, see the offical blog post, the release notes and better yet, download the cab installer.

Firefox 3.5.3 available for testing

September 2nd, 2009

Mozilla have announced the next available Firefox build for developers.
This release contains mainly security and stability fixes, details of which can be found in the FF3.5.3 bug list

Anyone riding the BETA channel can do a manual update to download ff3.5.3 otherwise you can download from here – http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/3.5.3-candidates/build1/

Return to the Homepage Read Gavin Taylors Blog View Gavin Taylors Portfolio About Gavin Taylor Contact Gavin Taylor