Firebug tool – part 001.

This tool helps you to see and change online your webpage.
You can download it from the firebug tool.
The official site tells us about the most popular and powerful web development tool:

  • Inspect HTML and modify style and layout in real-time
  • Use the most advanced JavaScript debugger available for any browser
  • Accurately analyze network usage and performance
  • Extend Firebug and add features to make Firebug even more powerful
  • Get the information you need to get it done with Firebug.

Today I will show you one simple example of how to use this tool.
The issue is: get the information you need to get it done with Firebug.
First, you need to add this extension to your Firefox browser.
Open google.com website to test it.
Then press the F12 key to open the Firebug window and press Enable button.
Select the Console tab. The window changes with two areas.
One to see the result of output command and one with edit box to write your commands.
Let’s start with some commands:

This command will get info from browser and websites.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.