Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Mozilla page info

I’ve been playing around with Mozilla’s “Page Info” feature, available in the View menu, the right-click context menu and through the Ctrl+I shortcut. I’d never really lookd at it before, but the information it provides is invaluable, especially if you are interested in web development. The info window is divided in to five tabs:

General
Provides access to any meta tag information for the page, along with useful details such as the rendering mode used (Quirks or Standards compliant), the content-type and the last modified date.
Forms
Lists all of the form elements on the page along with their field name, type, contents and labal (if specified). This could be very useful for debugging form based web applications.
Links
Lists all of the links, form actions and related links (with the <link> tag) on the page.
Media
Shows a list of all media items used on the page, including images and embedded objects such as Flash files. Images can be viewed in a small preview page and saved using the “Save As...” button. The image file size and physical dimensions are also provided.
Security
Provides information on security certificates for the current page. This is the tab that pops up if you click the padlock icon in the bottom right hand corner of the browser.

All in all this is a very powerful tool—I’m surprised I hadn’t noticed it sooner.

This is Mozilla page info by Simon Willison, posted on 24th June 2002.

View blog reactions

Next: Skipping over navigation

Previous: Glastonbury Flash

4 comments

  1. The Javascript Console in Tools -> Web Development is really helpful, too. So is Manage Stored Cookies in Tools -> Cookie Manager. Moz has a ton of awesome developer tools.

    Quinn Slack - 24th June 2002 18:14 - #

  2. I have to admit I haven\'t quite figured out the Javascript console yet. The DOM inspector is great fun though, especially for playing around with CSS.

    Simon Willison - 24th June 2002 19:24 - #

  3. Oops... looks like I forgot to stripslashes() in the comments submission script. Fixed now :)

    Simon Willison - 24th June 2002 19:26 - #

  4. in the links tab, when you selected one interested link, press ctrl+c, you can copy that link and paste it to the address bar to view it. of cause you can first sort the list first too. this way you can quickly find the link you want in a big page.

    wz - 14th May 2005 06:31 - #

Comments are closed.

Previously hosted at http://simon.incutio.com/archive/2002/06/24/mozillaPageInfo

A django site