FireFox doesn’t have a native global event handler. Here’s how to create one using FireFox’s event-capturing model.
Tags:
Browser differences,
FireFox,
IE,
JavaScript,
Web Development
4 Comments »
Firebug beta 1.0 is now available. This is by far the best toolbar available for FireFox or IE for debugging web applications. See
This blog entry at Sitepoint for more details. A few of the features I really like are:
- The debugger – identifies exact line of script in error.
- The HTML view – lets you view contents of externally linked Javascript files, also.
- The CSS inspector – shows you all ancestor css rules for elements, not just the current CSS rule, so you can see the total effect of the cascade.
- The ability to change CSS settings on the fly. For example, hover over a color, click on it, then change the RGB value to see another color – it does this for the specific area on the page, as well as in the sheet.
Tags:
FireFox,
JavaScript,
Web Development
2 Comments »