Troubleshoot your page PHP and CSS

Whenever I need to debug my stylesheets or landing page php code, I use a Firefox plugin called Aardvark.

Once installed, it can be toggled on and off and will reveal the actual css sections of any part of the page as you move your mouse over them. I have found it to be very useful for testing or troubleshooting my designs.

Not only that, but you can also use it to view other sites to see what they’re doing. A great way to learn how css works or to mimic another design you like. ;)

Share this post with others: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Netvouz
  • DZone
  • ThisNext
  • scuttle
  • StumbleUpon
  • Technorati

There Is 1 Response So Far. »

  1. Great resource! Thanks IAW! If you want to check out something similar with script console capabilities, (though very memory intensive) , is the FF plugin called “firebug”.

    -Ralph

Post a Response