Firebug 1.0 for Firefox

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

User avatar
Buddha443556
Forum Regular
Posts: 873
Joined: Fri Mar 19, 2004 1:51 pm

Firebug 1.0 for Firefox

Post by Buddha443556 »

I got an update to Firebug some time this week and just now got around to using it. It's awesome! That new net monitor feature is great and word wrap on the response data was definitely needed but the whole extension looks to have been reworked. Joe Hewittt out did himself with this Version 1.0 release.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

That's interesting... Yet another advanced (and free) product from Mozilla that I was unaware of.
Edit: Okay, further inspection makes me feel that this isn't a Mozilla product.. Am I correct..?

Is it as good as Dreamweaver? (Not counting the FTP aspect)
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Whoa! What is this?? I feel I was misinformed... I've gotten it and it's live for.. Testing the pages?

This is impressive... Ignore my questions, I'm going to read the documentation.
User avatar
jyhm
Forum Contributor
Posts: 228
Joined: Tue Dec 19, 2006 10:08 pm
Location: Connecticut, USA
Contact:

Post by jyhm »

Yet another reason to hate IE. All this goodness out there and IE is still listed on the w3 browser statistics page as eighty percent de facto!

Is there an IE hate group I can join?
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

I understand your feelings. But maybe approach it more positive: make a FF love group.

Firebug is an excellent piece of software. I have only scratched the surface of what it can do and I already couldn't live without it anymore. Let's all visit http://www.getfirebug.com/contribute.html and show our appreciation. Even if you only donate like $10 or $20, if a lot of people do that the developers are helped a lot and will be able to keep developing the extension.
User avatar
jyhm
Forum Contributor
Posts: 228
Joined: Tue Dec 19, 2006 10:08 pm
Location: Connecticut, USA
Contact:

Post by jyhm »

matthijs wrote:I understand your feelings. But maybe approach it more positive: make a FF love group.
:D
matthijs wrote: Firebug is an excellent piece of software. I have only scratched the surface of what it can do and I already couldn't live without it anymore. Let's all visit http://www.getfirebug.com/contribute.html and show our appreciation. Even if you only donate like $10 or $20, if a lot of people do that the developers are helped a lot and will be able to keep developing the extension.
I don't donate that much for gadgets and utilities. Only $1 to $5 at a time. I donated $5 to this guy that developed an all in one Apache/PHP/MySQL installer for OSX called, WebServerXKit, because I considered it extreamly useful. I agree that you should definately support anyone offering free software, but If I develop software for free, I think I would ask for a lower amount in order to attract a higher volume. Say $1 or more at users discretion. It's easy to donate a buck through paypal.
Ree
Forum Regular
Posts: 592
Joined: Fri Jun 10, 2005 1:43 am
Location: LT

Post by Ree »

This is great stuff. Believe it or not, I was thinking yesterday about having a tool which could visually display previews of colors defined in stylesheets. And this extension does exactly that and a ton more. Very useful.
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

jyhm wrote:I don't donate that much for gadgets and utilities. Only $1 to $5 at a time. I donated $5 to this guy that developed an all in one Apache/PHP/MySQL installer for OSX called, WebServerXKit, because I considered it extreamly useful. I agree that you should definately support anyone offering free software, but If I develop software for free, I think I would ask for a lower amount in order to attract a higher volume. Say $1 or more at users discretion. It's easy to donate a buck through paypal.
That's the nice thing, you can donate as much as you want. If the value for you is $1, donate $1. If I look at how useful the software is for me, I compare it to Textmate or Transmit, two applications I bought for something like $30. And of course there's a big difference if you do development professionally or just as a hobby.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Dude, I am going to have to play around with this one. I have heard of it, but never installed it. Until now. We'll see how it goes.
nickvd
DevNet Resident
Posts: 1027
Joined: Thu Mar 10, 2005 5:27 pm
Location: Southern Ontario
Contact:

Post by nickvd »

I truly don't know how I could possibly remain sane during my ajax debugging activities if it wasn't for firebug. It saves so much time and effort, not to mention elimination any and all alert()'s.

Its profiler is also very very slick (read the docs for further info).
matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Post by matthijs »

Here's a nice presentation of Joe Hewitt on 25 jan showing some of the more advanced features of Firebug.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I was only able to get through 8 minutes, but I will pick up where I left off later. It looks nice, but I can seem to follow with the windows he is using.
User avatar
Luke
The Ninja Space Mod
Posts: 6424
Joined: Fri Aug 05, 2005 1:53 pm
Location: Paradise, CA

Post by Luke »

funny, I was just going to start a topic about this the other day, but thought... eh, they'll all just say "Yea duh dude everybody uses firebug... where the hell have you been??"

It is a pretty awesome piece of software.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

I want to learn how to use it well. Right now it appears to be a glorified generated code inspector, and I know that it is more than that. I am just not sure how.
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

Firefox on it's own was pretty useful at showing me HTML errors (well, typos).

This firebug thing though. Wow. I used to have to debug straight to the browser. I've got to checkout that video too. I have a feeling this thing does a hell of a lot more than I'm aware of.
Post Reply