Articles Tagged 'FireBug'

Very short trick: log JavaScript objects

If you are to develop in an environment where it is impossible to use the debugging tools like FireBug , such as the Apple iPhone simulator in Xcode, it can become frustrating to find problems, including an incorrect access to all properties of an object. Here is that the use of works alert() is fundamental!

Continued ...

5 extensions for FireFox to have dedicated to Web Developer

One of the huge advantages of Mozilla FireFox , compared to other browsers, it was, it still is, to possess a large amount of free extensions that allow you to customize and extend the application. As a web developer I can not - now - to do without some useful extensions that help me in the construction, inspection and maintenance of Web pages

Continued ...

FireFox: profile management

Mozilla Firefox allows you to manage multiple profiles , which is useful to those who, like me, develops Web sites and requires a series of extensions dedicated to debugging and analysis of Web pages via the use of profiles you can configure different settings FireFox:

Firefox saves your personal information such as bookmarks, passwords and preferences in a file called profile group located in a different position compared to the Firefox program files.

On Windows Vista ( see here for other operating systems) can access the profile management from the command Esegui using:

1
firefox-ProfileManager

Profile Management

One of the advantages in the use of profiles is that you can have a FireFox to browse without the toolbar and then all the extensions for debugging and FireFox to develop, accompanied by FireBug and all other development tools.

Continued ...

Firebug Lite: Firebug for IE, Opera and Safari

Using Firebug Lite you can use a simplified version of the note on the extension for FireFox browsers Microsoft Internet Exploer, Opera and Apple Safari. Firebug Lite can be used in two ways: as a call as a library offline or Bookmark

Bookmark fashions

Adding this "special address" Firebug Lite to our bookmarks (drag the link into my favorites) - the code is:

1

You can enable Firebug Lite on any Web site from any browser. This is perhaps the most attractive option, although the functions are very limited.

Offline

Alternatively, if we are developing a Web site, you can download a JavaScript and install it on our site! In this way we can use Firebug Lite even without an Internet connection and locally.

Firebug Lite is a way to compensate for the lack of this extension to other browsers, but I was slow and very limited, especially in CSS! As they say, better than nothing ...

Continued ...

Firebug 1.1 beta

Firebug

On Fireclipse release 1.1 is available beta of Firebug , JavaScript debugger amazing and not only for FireFox . Among the novelties of this beta indicates the support for Firefox 3, the function eval () interface and an external editor.

To follow with interest, then the entire project Fireclipse , an open project dedicated to JavaScript tools!

Continued ...