You know an advert is intensely annoying when you start whistling the tune from it even though you hate it. #gocompare 3 days ago
20
Dec

Firebug – the best Firefox extension ever?

I came across Firebug this morning via Matt Mullenweg’s blog. It is without a doubt one Firefox extension that no web developer should do without.

It’s an awesome plugin. You can debug and profile your Javascript code, step through it line by line, set breakpoints, inspect objects and variables, and quickly find errors when they happen, with detailed and useful information. It has a command line that lets you execute Javascript on the fly. You can edit your HTML and CSS on the fly and have the changes show up immediately, explore the DOM, and monitor the network activity involved in each page request, showing you the HTTP request and response headers for each file that it fetches.

All in all, it has just about everything you need to develop client-side JavaScript effectively and easily. And best of all: like Firefox itself, it’s free and open source.

Just one thing I don’t understand though. Once it is installed, it is disabled by default and you have to enable it, either globally or on a site-by-site basis, before you can use it. I presume that there’s some rationale to this — possibly something to do with either security, performance or stability — but I’m not sure what it is. Can anyone enlighten me?

09
Dec

Firefox usage by country: the browser wars are back

According to French company XiTiMonitor, Mozilla Firefox now has a 23.2% market share in Europe. (The report is in French: it’s not appeared in English on their website yet, but no doubt will do shortly.) They have published a couple of interesting maps giving breakdown of usage by country within Europe as well as for other parts of the world.

It seems that it’s taken off the most in Europe and Australasia, where its market share is 23.4%. The USA and Canada are lagging behind on 14.5%, and Latin America comes bottom on 11.1%. Even so, it’s quite clear now that it’s posing a fairly significant challenge to the dominance of Internet Explorer. It has a whopping 40.5% market share in Slovenia, and 15.8% here in the UK.

These figures would indicate that it’s gaining a pretty firm foothold among non-geeks and Microsoft’s dominance of the browser market is no longer something to be taken for granted. Interestingly, Firefox usage goes up at the weekends, suggesting that people are installing it on their home computers though they may be restricted from doing so at work, where they don’t have administrative rights on their Windows machines and can’t install software, condemning them to Internet Explorer.

I use Firefox almost exclusively at home myself, in combination with Google Reader for my RSS feeds. Even though IE7 has been released, and it gains RSS support, tabbed browsing and anti-phishing features, there’s little that it does that the Firefox 2.0/Google Reader combination doesn’t do better. Firefox 2.0 also has a spelling checker for form fields, which Internet Explorer doesn’t. Sweet.

Some of the best Ajax websites out there actually say that they’re best viewed with Firefox, though they usually work fine with Internet Explorer too. There are still a few websites that don’t work properly on Firefox and recommend Internet Explorer, but they tend to be fairly poor quality both technically and graphically. This is no doubt down to the fact that the best developers tend to be geeks who use Linux and view Microsoft with suspicion, if not as the evil empire, and the best designers all use Apple Macs.

26
Jan

MSN Spaces not working in Firefox?

Sometimes you may try visiting a friend’s MSN Spaces blog in Firefox and get a message saying, “This space is temporarily unavailable. Please try again later.” However it seems to work fine in Internet Explorer.

This isn’t typical discrimination against users on the grounds of browser usage (or is it? I think we should be told…) so much as a misleading error message. It happens when your friend has set their MSN Space to be visible only to their friends. Clicking on “Sign in” in the top right hand corner and logging in with the e-mail address and password that you use for MSN Messenger to contact them should let you in.

Shouldn’t Microsoft give a more informative message here?