Thursday, October 11, 2012

Use Firebug in Cross Browser



Firebug is a powerful web development tool, can be downloaded from:
 http://getfirebug.com/
Firebug can   inspect HTML,  modify style and layout in real-time, and act as an advanced JavaScript debugger.

Include this script in your code:

Stable live link

Include the following code at the top of the <head> of your page:
 <script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>

1 comment:

  1. plz help the following erros occurs
    fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\xampp\phptest\test.php:8 Stack trace: #0 {main} thrown in C:\xampp\htdocs\xampp\phptest\test.php on line 8

    ReplyDelete