| Revisando el Blog de los desarrolladores de IE, y gracias a una notificación interna que me llegó por mail, encontré esta aplicacion:
Esta toolbar se agrega a la lista de barras de herramientas del IE, y presenta las siguientes funcionalidades:
The Internet Explorer Developer Toolbar provides several features for exploring and understanding Web pages. These features enable you to: — 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. — Choose direct links to W3C specification references, the Internet Explorer team weblog (blog), and other resources. — Display a fully featured design ruler to help accurately align objects on your pages. |
Por ejemplo, en la siguiente imagen, he puesto que se remarquen los elementos <TABLE> y los elementos <DIV> de la página actual.
Es muy interesante, y si bien no es un producto final, funciona bastante bien 😀
Saludos
|
Leave a comment