graphic design, freelancing, illustration, advertising, web design

Firebug for Firefox a Cool Tool for Web Design

Written by Tara: Freelance Designer on Friday, 11 of May , 2007 at 12:16 pm

As you may or may not know (I probably harp on about it too much) I am trying to learn CSS and HTML. There are loads of good sites out there that show what can be done with CSS Inspiration Bit lists a good selection. What I have always found difficult is knowing what bit of CSS controls what. I figured if I could see how things were done on these sites it would give me more of an insight to the process. I decided to ask on sitepoint forums if this was possible.

Firebug

The answer Firebug for Firefox Once downloaded you can open any web page, click on the inspector and see what bit of CSS does what(by putting your mouse over it) - the name of the divs, the spec of fonts etc etc. You can also experiment in by changing values to see the result, for instance I tried changing font sizes and background repeats on a site at CSS garden to see the results.

I can imagine Firebug would be really useful for adapting Wordpress templates as it enables you to easily see what everything is named.

Category: Fonts and Useful Resources, General Graphic Design, Web Design

36 Comments
MyAvatars 0.2

Comment by Paul Enderson

Made Friday, 11 of May , 2007 at 12:23 pm

Firebug’s good, but I personally find it a bit ‘overkill’. I use the ‘Web Developer’ add-on, which can be found here:

https://addons.mozilla.org/en-US/firefox/addon/60

It does pretty much the same sort of stuff, but in a less obtrusive fashion!

Just my tuppence!

MyAvatars 0.2

Comment by Tara1

Made Friday, 11 of May , 2007 at 12:42 pm

Thanks Paul, I had downloaded that too, but hadn’t experimented with it yet.

MyAvatars 0.2

Comment by Paul Enderson

Made Friday, 11 of May , 2007 at 12:46 pm

It’s all down to personal preference. I know several designers who swear by Firebug, and several who swear at it and use Web Dev…

MyAvatars 0.2

Comment by Chris

Made Friday, 11 of May , 2007 at 2:12 pm

They both sound really useful, even for just low level fiddling with templates.

Cool, thanks.

MyAvatars 0.2

Comment by Randa Clay

Made Friday, 11 of May , 2007 at 2:14 pm

I really like Firebug- it’s great when you can’t figure out why something isn’t working as you set it up in the CSS, because you can see all the code that applies to an element. Very useful. Good luck with your project to learn this stuff!

MyAvatars 0.2

Comment by Tara1

Made Friday, 11 of May , 2007 at 2:21 pm

Hi Chris, I’m glad it might help you too.

Hi Randa, thanks for the good luck message, I need it!

MyAvatars 0.2

Comment by steve

Made Friday, 11 of May , 2007 at 2:24 pm

Nice post Tara! Firebug nearly made it into my Firefox add-on top 5: http://www.cymru66.com/uncategorized/my-five-favorite-firefox-add-ons/

In the end, however, the Web Developer extension just edged it.

I’m constantly amazed how many great add-ons are out there for Firefox.

–steve

MyAvatars 0.2

Comment by Tara1

Made Friday, 11 of May , 2007 at 2:37 pm

Thanks Steve

I have just downloaded the FTP add on you suggested in your post. I have only just started using Firefox its so much better than safari on the Mac

MyAvatars 0.2

Comment by johno

Made Friday, 11 of May , 2007 at 6:26 pm

This is the best add-on for FireFox, and you’re right too, it’s a great tool through which to learn CSS/HTML. I would also recommend Bullet Proof Web Design as a great intro to CSS. And you can always ask me - would be only to willing to help out.

And if you want to use FireBug for IE, then you can try FireBug Lite:
http://www.getfirebug.com/lite.html

MyAvatars 0.2

Comment by Tara1

Made Friday, 11 of May , 2007 at 6:40 pm

Thanks Johno thats good of you. If I get stuck I’ll give you a shout.

MyAvatars 0.2

Comment by Charity

Made Friday, 11 of May , 2007 at 9:42 pm

Firebug is a really nice tool - though like Paul I find myself using the WD toolbar much more often. It’s just so familiar, and it takes up very little space (I do a lot of coding on my laptop). I think Firebug is great for larger monitors for sure.

MyAvatars 0.2

Comment by Tara1

Made Friday, 11 of May , 2007 at 10:24 pm

With the WD toolbar can you mouseover to see an area of code? It doesn’t seem as easy to use as Firebug.

MyAvatars 0.2

Comment by Charity

Made Friday, 11 of May , 2007 at 10:54 pm

Yep you sure can. It’s a little more obscure, but if you go to Outline > Outline Current Element, a new bar will display just under the menu buttons, and show you the name of the item you’re hovering over, and its inheritance all the way back up to the HTML tag. There’s a key combo for quick access but it escapes me at the moment. :)

MyAvatars 0.2

Comment by Charity

Made Friday, 11 of May , 2007 at 11:03 pm

Oh I know what it was: Ctrl+Shift+F (not sure what it is for mac). But this is different than what I mentioned above. It still gives you element info, but in a little pop-up - and you have to click an item on the page to get it rather than hover. Eh, I don’t use this much but it’s there.

MyAvatars 0.2

Comment by Tara1

Made Saturday, 12 of May , 2007 at 8:28 am

Thanks for the info Charity I’ll try that

MyAvatars 0.2

Comment by WebStractions

Made Monday, 14 of May , 2007 at 11:53 pm

I just installed Firebug, but really have not had any time to play around with it. If is overkill, like Paul suggested, I may just do away with it. Too set in my ways I guess. lol.

Anyhow, the reason I stopped to comment was that there is a sweet CSS Cheatsheet from Jack Daniel’s that you can download and print out (both PNG and PDF formats). I printed this one out, cuz I am like you, can’t keep a lot of it straight.

They have others there as well — and I just posted a list of several others (such as microformats).

MyAvatars 0.2

Comment by Tara1

Made Tuesday, 15 of May , 2007 at 9:56 am

Thanks for the cheatsheet links I have just downloaded it - will be very useful

MyAvatars 0.2

Comment by Paul Enderson

Made Tuesday, 15 of May , 2007 at 1:24 pm

That cheatsheet’s an excellent reference - even for those of us who know what we’re doing with CSS! ;)

MyAvatars 0.2

Comment by LaurenMarie

Made Tuesday, 15 of May , 2007 at 4:30 pm

There are so many CSS references out there, it’s hard to know where to begin! I’m still pretty new to designing with CSS, but I do like it; it gives the kind of freedom you can’t get with tables. For me, Float Theory was probably the hardest thing to wrap my head around and this article from Smashing Magazine really helped. Although I haven’t looked into it too much, I’ve also found this tutorial site that is supposedly recommended by Dave Shea of CSS Zen Garden and Mezzoblue. You can look at my del.icio.us bookmarks if you’d like to see other sites I’ve found helpful. Most of the CSS stuff is under webtech, webdesign, CSS (though that contains galleries, too) and tutorials.

MyAvatars 0.2

Comment by Tara1

Made Tuesday, 15 of May , 2007 at 4:46 pm

Thanks for these links Lauren, will be checking them out soon… so much to learn!

MyAvatars 0.2

Comment by WebStractions

Made Tuesday, 15 of May , 2007 at 6:31 pm

Well Lauren, you may be new, but it appears that you are doing quite well at discerning where to find the information you need. Another one you might want to add is A List Apart if you haven’t already.

MyAvatars 0.2

Comment by LaurenMarie

Made Tuesday, 15 of May , 2007 at 10:35 pm

Thanks for the compliments, and oh yes, I love ALA. Zeldman, Cameron Moll, Dave Shea, all those Happy Cog people… they just amaze me. I wish I could go to the Event on the Pacific coast (Seattle?) to hear them speak! Another really neat thing for understanding CSS that I stumbled upon today is the Yahoo! YUI CSS Grid Builder Tool. (Here’s a link to the main page) Found it from a link on this site to Brian Gardener’s site to Randa Clay’s site to Alister Cameron’s site. Crazy, this small bloggin’ world :)

MyAvatars 0.2

Comment by Tara1

Made Wednesday, 16 of May , 2007 at 8:37 am

Some more good links I don’t know what to read first.
I am currently working through a CSS course I bought (only $30) from Online Learning which seems pretty good so far. I previously did their HTML course. It’s good because it tells you something sets you a small task then you can view the results in the same page.

MyAvatars 0.2

Comment by Charity

Made Wednesday, 16 of May , 2007 at 2:16 pm

Hey Tara if you’re interested in picking up a good book about CSS in addition to your online class, you might consider Bulletproof Web Design by Dan Cederholm. I’m kind of a book junkie, so I buy up a lot of design and CSS books and then pick my way through bits and pieces that interest me… but this book I read cover to cover very quickly. It focuses less on dry stuff like syntax, and offers step by step solutions to common trip-ups instead. It’s a nice read.

MyAvatars 0.2

Comment by Tara1

Made Wednesday, 16 of May , 2007 at 3:26 pm

Hi Charity,

Funny you should suggest that, a few other people have too, so I ordered it yesterday. I’m a book addict too, Amazon seriously damages my bank balance. Thanks

MyAvatars 0.2

Comment by Charity

Made Wednesday, 16 of May , 2007 at 10:44 pm

Oh I know just what you mean! I swear I have so many books in my wish list I’ll probably never actually acquire them all. Gonna try though. :D

MyAvatars 0.2

Comment by CrazyLeaf

Made Wednesday, 11 of July , 2007 at 3:51 pm

That’s a very cool Firefox extension. Just installed it. Works beautifully.

MyAvatars 0.2

Comment by Tara: Graphic Design Blog

Made Wednesday, 11 of July , 2007 at 4:01 pm

Hi Crazy Leaf, glad its working for you :)

MyAvatars 0.2

Comment by Shycon Design

Made Saturday, 4 of August , 2007 at 10:11 pm

Very cool looking tool. I’m gonna have to check it out. Thanks!

MyAvatars 0.2

Comment by I'm Luving It

Made Tuesday, 4 of September , 2007 at 1:08 pm

Nice one. I have to install this. Thanks!

MyAvatars 0.2

Comment by Aelizia

Made Tuesday, 20 of November , 2007 at 8:41 am

Hi,
Its superb.I am going to download it right now.Thanks for sharing with us!

MyAvatars 0.2

Comment by Mark from Just Web Designers

Made Saturday, 15 of December , 2007 at 3:34 pm

I’m coming to this thread very late in the day, but that extension is genius. A real timesaver, particularly when I’m asked to recode sloppy work by other designers.

MyAvatars 0.2

Comment by Kieran

Made Saturday, 22 of December , 2007 at 4:02 pm

Just downloaded Firebug. It’s truly amazing being able to look under the bonnet and learn.
I’ve been reading ‘CSS Mastery’ by Andy Budd:
and published by ‘friends of ed’.I recommend it to right brained creatives. I love CSS but the browser idiosyncracies give me grey hairs.
The blog is a goldmine - thankyou

MyAvatars 0.2

Comment by Andrew Kelsall

Made Saturday, 9 of February , 2008 at 12:10 am

@ Kieran, I totally agree with you there.

I too have read Andy Budds’ CSS Mastery, although I must admit, still leaves some questions unanswered. Fortunately, I also discovered Firebug about 9 months ago now, and is now as important to me than any CSS book I’ve read.

As the say, ‘trail and error’ is the way. The ability to analyze peoples’ sites is awesome…I strongly recommend it to anyone wanting to learn CSS - even from scratch like me!

MyAvatars 0.2

Comment by Web Design Media

Made Monday, 3 of March , 2008 at 9:43 am

one thing I like about firebug is the “inspect” feature…that’s really amazing, and helpful. On top, you can edit the HTML code.
The web developer add-on is also helpful as at first glance, you can see if a website is standard compliant or not !

MyAvatars 0.2

Comment by Justin

Made Thursday, 13 of March , 2008 at 7:59 pm

SEO for Firefox

I just read a post about the Firebug tool by Firefox. Here’s my contribution to the supbject.

As a self taugh CSS coder, I can run with the best of them when it comes to CSS design. I had a buddy recommend the Firbug tool. Finally I broke down and installed.

It sucks, not worth it’s weight in crap. The program slows down your Firefox browsing with a weighted lug. You can shut the device “off” for a site, but that doesn’t help everytime you encounter a new site browsing. The default is on.

Beside from this slowing of your browser, it takes up unnecessary memory and doesn’t help all that much. Learning to navigate this device is just as cumbersome as just learning to understand CSS. The nature of CSS is that it is inherently understandable.

I am a huge fan of Firefox and what they do, so to leave on a new good point and open the dialoge, there is a good new program by Firefox: SEO for Firefox. It’s great. Check it out if you are into the SEO thing.

It’s a different topic however, SEO, so i’ll leave it at that for now.

Leave a comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

*
To prove you're a person (not a spam script), type the security word shown in the picture.
Anti-Spam Image