Tuesday, December 13, 2011

ShowIP

Show the IP address(es) of the current page in the status bar. It also allows querying custom information services by IP (right click) and hostname (left click), like whois, netcraft, etc. Additionally you can copy the IP address to the clipboard. Read more

ColorZilla

With ColorZilla you can get a color reading from any point in your browser, quickly adjust this color and paste it into another program. You can Zoom the page you are viewing and measure distances between any two points on the page. The built-in palette browser allows choosing colors from pre-defined color sets and saving the most used colors in custom palettes. DOM spying features allow getting various information about DOM elements quickly and easily. The powerful CSS gradient generator allows quick and easy creation of beautiful gradients. Read more

DebugBar

DebugBar is an Internet Explorer plug-in that brings you new powerful features :

  • The toolbar :
    • Menu to customize the DebugBar and check updates.
    • Toggle the Development bar
    • Alert on javascript errors
    • Send page screenshot by email
    • Color picker
    • Resize IE window
    • Zoom page
    • View source code
    • View MSHTML integrated ActiveX source code 

  • The Development bar :
    • View HTML DOM Tree
    • View original ad interpreted source code
    • View tab attributes
    • Edit tab attributes
    • View HTTP and HTTPS headers
    • View page cookies
    • Validate html code for main page and frames/iframes
    • List all javascript functions
    • View javascript function code
    • Execute javascript code in the currently loaded page
    • Get information about currently loaded page 

    Download  DebugBar

IE Developer Toolbar

The Microsoft Internet Explorer Developer Toolbar provides a variety of tools for quickly creating, understanding, and troubleshooting Web pages.

  • Explore and modify the document object model (DOM) of a Web page.
  • Locate and select specific elements on a Web page through a variety of techniques.
  • Selectively disable Internet Explorer settings.
  • View HTML object class names, ID's, and details such as link paths, tab index values, and access keys.
  • Outline tables, table cells, images, or selected tags.
  • Validate HTML, CSS, WAI, and RSS web feed links.
  • Display image dimensions, file sizes, path information, and alternate (ALT) text.
  • Immediately resize the browser window to a new resolution.
  • Selectively clear the browser cache and saved cookies. Choose from all objects or those associated with a given domain.
  • Display a fully featured design ruler to help accurately align and measure objects on your pages.
  • Find the style rules used to set specific style values on an element.
  • View the formatted and syntax colored source of HTML and CSS.

Read more

FireFTP

FireFTP is a free, secure, cross-platform FTP/SFTP client for Mozilla Firefox which provides easy and intuitive access to FTP/SFTP servers. Read more

Firebug

Firebug integrates with Firefox to put a wealth of development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page Read more

Greasemonkey

Customize the way a web page displays or behaves, by using small bits of JavaScrip. Allows you to customize the way a web page displays or behaves, by using small bits of JavaScript. Read more

Sunday, December 11, 2011

HTML Validator


HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon.

HTML Validator is a Mozilla extension that adds HTML validation inside Firefox and Mozilla. The number of errors of a HTML page is seen on the form of an icon in the status bar when browsing.

The extension can validate the HTML sent by the server or the HTML in the memory (after Ajax execution).

The details of the errors are seen when looking the HTML source of the page.

The extension is based on Tidy and OpenSP (SGML Parser). Both algorithms were originally developed by the Web Consortium W3C. And now extended and improved by a lot of persons. Both algorithms are embedded inside Mozilla/Firefox and makes the validation locally on your machine, without sending HTML to a third party server.

Each algorithm has advantages and inconvenients. The program will give you the choice at startup. But mostly,

- The SGML parser is the same program than the one running behind validator.w3.org.
- Tidy has accessibility check for the 3 levels defined in WAI
- W3 Online validator to validate HTML 5 pages

The extension is translated in 17 languages.

For technical reasons, the extension is available in this site only for:
- Windows

Other platforms are available here:
- http://users.skynet.be/mgueury/mozilla/

The complete list of platforms is
- Windows
- Linux 32 bits
- MacOs 32 bits
- MacOs 64 bits
- MacOs Universal (32/64 bits)

The old version for Firefox 3 is also available for
- Linux 64 bits
- OpenBSD 32 bits
- OpenBSD 64 bits
- MacOsX PPC
- MacOSX Intel
- Linux PPC

For more information, or other platforms, see: http://users.skynet.be/mgueury/mozilla/