The Joy of FirePHP: A Crash-Course: New Plus Tutorial
plus

The Joy of FirePHP: A Crash-Course: New Premium Tutorial

Download Source Files

FirePHP is a Firefox plugin and server-side library combination which allows you to send all sorts of juicy info from your web application directly to your browser, much like the console.log() functionality with JavaScript. In this Premium tutorial and companion screencast, we’ll teach you how to get started from the very beginning! Join TUTS Premium.

Join Tuts Premium

NETTUTS+ Screencasts and Bonus Tutorials

For those unfamiliar, the family of TUTS sites runs a premium membership service called “Premium”. For $19 per month, you gain access to exclusive premium tutorials, screencasts, and freebies from Nettuts+, Psdtuts+, Aetuts+, Audiotuts+, and Vectortuts+! For the price of a pizza, you’ll learn from some of the best minds in the business. Join today!

  • Subscribe to the Nettuts+ RSS Feed for more daily web development tuts and articles.


Add Comment

Discussion 20 Comments

  1. PandaMaster says:

    argh, it’s always the interesting ones that are Plus tutorials. As always, I will think about going Plus

    • Andrew says:

      It’s worth it, I was skeptical at first to, but after paying only 9 bucks (cheaper than a pizza) I realized how great of a deal it is, I use my plus account all the time now, it’s really worth it. Great tutorial by the way :D

  2. David Moreen says:

    Hmm… I need to use Firefox more. Firebug is such an amazing tool, for debugging, and editing in real time.

  3. Dave says:

    Didn’t even know firephp existed. Hope it saves me as much time as firebug did when I started using it

  4. Stefan says:

    while firebug is, indeed, golden, firephp it’s just something you simply don’t need. whenever you want to see what’s in an array or an object, simply use:

    print_r(”);
    print_r($array);
    // optionally die()

    you can even make a function (mine is called “dump”) which does all that. just a thought…

  5. pixelsoul says:

    I have had this extension for Firefox and still yet to use it. I should probably look into it again if it is great enough to put a post on here about it.

  6. designfollow says:

    great tutorials, thank you.

  7. firebug make more easier web designers and developers life. thanks

  8. That Guy says:

    While I’m sure the tutorial looks nice this is not an original tutorial so why are you charging for it? Google FirePHP and find several tutorials.

    example : http://sixrevisions.com/web-development/how-to-debug-php-using-firefox-with-firephp/

    • Juan C Rois says:

      It’s not about charging for something that you can find somewhere else for free.
      You pay, because you want to support the development community, I’m sure you’d agree that in order to continue providing the FREE tutorials, Nettuts needs to get something in return (to pay for hosting if nothing else).
      If nobody was willing to contribute, there would not be a development community at all.

      • That Guy says:

        Its called ad revenue, sir. Thats why the others are providing it for free. I’m not denying that the site is good but charging for something that is given out for free makes absolutely no sense. Not only that but they they also make money other ways on their network.

    • xRommelx says:

      exactly and is a they have so much good tuts, plus or not plus, this site is great
      i am sure here are so much content, you used

    • Simon Hamp says:

      Thanks for the great response guys. This was my first tutorial :)

      @That Guy: If you have a subscription, I urge you to have a read of the tutorial. This isn’t just about using FirePHP in general, it includes some very practical uses for it and hopefully will encourage you to try something new.

      I’m hoping to have a more advanced tutorial in future.

  9. Raveren says:

    Demanding payment for a tutorial! Preposterous! Deleting tutsplus from my bookmarks.

  10. gus says:

    Damn tutorial dictators, why you bring the iron curtain on us???

    never the less, phpbug is useless for intermediate php users

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.