How to change Firebug interface language

As we all know, Firebug is a must have extension for all web developers, designers and for a lot of other web enthusiasts.
As I'm using Firefox in my domestic language which isn't english, Firebug automaticly detects the browser interface language, and you can't change it's language back to English.
For some people this is okay, but some just want to have Firebug with english interface. Firebug does not offer the option to switch language, so we have to make a little workaround.
This tutorial was made on Windows XP, but all newer versions of windows should have almost the same principle.
You can choose between two methods:
Change Firebug language by editing chrome.manifest and changing Firebug language by editing about:config which is available in Firebug version 1.6 and newest.

Free web fonts directory from Google - overview


Google introduced their web fonts from their font directory, which are open source, and ofcourse, free to use in any web sites!
In this article I looked a little bit deeper, to let you know how you can use them in your websites.
First of all, the web font directory became accesible to public on May 19th, 2010, and curently has 18 families, some sub-families and variants.
I'm the fancy Lobster font!
I'm from the Yanone Kaffeesatz font family

CSS Comments vs. HTML Comments tags

When you are writing CSS or HTML syntax, it's good for you to make comments, so in the near future when you will be updating your CSS stylesheet or HTML page, you will know what is what.
In someway, in the beginning you think comments are waste of time, but when you have multiple CSS stylesheets or HTML pages, you will find comments very useful!
Let's take a look at this simple syntax.