The IE Developer Toolbar provides several features for deeply exploring and understanding 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 800×600 or a custom size.
- 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.
This HTML text editor brings to the web many of the powerful functionalities of desktop editors like MS Word.
Check out the What’s New page.
Developers and designers have come really crazy about AJAX. I started to look for AJAX framework for some simple form validation and I found huge amount of code samples and frameworks which are under development or already on version 5.0.
With Backbase software you can quickly create user-friendly and highly interactive Rich Internet Applications. These applications are based on Web Standards and can be viewed in almost any modern web browser without installing any plug-ins.
http://www.backbase.com/
Jesse James Garrett writes at Adaptive Path about Ajax: A New Approach to Web Applications. A new cool way of asynchronous data retrieval using XMLHttpRequest and Document Object Model and JavaScript binding everything together.
a little hack that fixes Z-Index over form select boxes at danwebb.net.
I was trying to use document.onload event instead using onload=”init()” event in <body> tag. But I could not get it working properly;
I was trying to surf on Google but with no help. ![]()
The document.onload event seems to be firing before the main element is defined in both Mozilla and IE. This seems contradict to the DOM spec which says:
“The load event occurs when the DOM implementation finishes loading all content within a document, all frames within a FRAMESET, or an OBJECT element.”
Mozilla is a great tool to use in developing web sites and web applications. Not as a development tool itself, like an editor, but as a testing and debugging tool.
I wonder if MS is planning to do something like this to IE in future? See using Mozilla in testing and debugging web sites here
Nice article at gazingus.org
TransMenus
TransMenus is a modular script that creates actions for two CSS classes: “popUpMenu” and “collapsibleMenu”. When the “popUpMenu” class is assigned to a nested ul element, that element is displayed as a pop-up menu activated by the mouseover event of its parent li element. Similarly, When the “collapsibleMenu” is assigned to a nested ul element, that element is displayed as a collapsible menu expanded (i.e. made visible) on the click event of its parent li element.

Recent Comments