|
Firebug-webmasters a must tool |
|
WMT Section:
Webmaster Tips -
WMT Category:
Tools
|
|
Written by Webmaster-tips.net
|
|
There is a very big percent of webmaster that use Firefox as a main browser. One of very useful Firefox extension for webmasters is Firebug . You have feeling you have several web development tools at your fingertips while you browse websites with Firebug. You can open Firebug in a separate window, or as a bar at the bottom of your browser. Firebug makes it simple to find HTML elements buried deep in the page. With click on page element, Firebug gives you many information about it, lets you edit the HTML code live and see how changes looks like in browser, same thing is with CSS.
There
is a very big percent of webmaster that use Firefox as a main browser.
One of very useful Firefox extension for webmasters is Firebug
. You have feeling you have several web development tools at your
fingertips while you browse websites with Firebug. You can open Firebug in a separate window, or as a bar at the bottom of your browser. Firebug makes it simple to find HTML elements buried deep in the page. With click on page element, Firebug
gives you many information about it, lets you edit the HTML code live
and see how changes looks like in browser, same thing is with CSS.
With click on element, you will see CSS source and you can edit and preview. Very useful is that Firebug
gives you info in what line is that particular CSS element. Imagine
working with more that 1.000 lines of CSS code. This can save lots of
time searching for mistake. Firebug also includes a powerful JavaScript debugger. It lets you pause execution at any time and have a look at code.
if You Like This Page...
Share it!
|
Comments