Book Image

OpenLayers 2.10 Beginner's Guide

Book Image

OpenLayers 2.10 Beginner's Guide

Overview of this book

Table of Contents (18 chapters)
OpenLayers 2.10
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Time for Action – downloading Firebug


If you do not already have an up to date version of Firefox installed, please do so now. After you have installed Firefox, set up Firebug by following these steps:

  1. Go to http://getfirebug.com.

  2. Click on the Install Firebug for Firefox button. Once you click this, you should see a message similar to this:

  3. Click Install, wait for it to finish installing, and then restart Firefox.

  4. Now that Firebug is installed, you should see a Firebug icon on the bottom right side of your screen.

    .

What Just Happened?

When Firebug is not enabled, the Firebug Icon is gray. When it is in enabled, it has an orange color—this is just a quick way for you to tell if Firebug is enabled or not for the current page you're on.

When you click on the Firebug icon (near the bottom right of your browser's window), Firebug will open and you can start using it. But before we start, let's take a look at what Firebug looks like after initially installing it and clicking on the Firebug icon:

The...