FirePHP - Firefox Extension for PHP Development: This is a really interesting project. It’s a PHP extension that will let you send information along with the response from your PHP script which is only viewable using the awesome Firebug Firefox extension. So it’s like printing debugging stuff to the screen that no one can see but you.
FirePHP allows you to take a deeper look at all the work your PHP code does to generate that page you are currently looking at in your Firefox browser.
Just install the FirePHP Firefox extension, PHP PEAR package and add a few lines of code to your PHP application to get started. You will see a “FirePHP” tab in your Firebug extension to bring your PHP backend logic to your fingertips!
Here’s a screenshot of how it looks.
PHP Meet Mr. FireBug - PHP Debugging for Web 2.0: Another great little debugging extension for PHP. Like FirePHP, it has integration with FireBug, the greatest Firefox extension in recorded history. The real gem here is a great little screencast (QuickTime link) which shows how simple this thing is to…
Firebug 1.0: It's Hot, Baby, Hot!: I agree with Josh -- if you have the Web Developer extension, its perfect partner is Firebug. The ability to inspect the CSS of individual elements is a huge help. If you have anything at all to do with making web pages,…