What does Internet Explorer 8 mean for you?

JavaScript developers will find the built-in JavaScript debugger extremely useful. Not only does it use traditional debugger tools - including breakpoints and single-stepping, along with the ability to watch the values of key variables - it also lets you drill down into any JavaScript libraries that may have been loaded by a page.

It's an approach that'll help you understand how third party code affects your pages, as well as helping manage any libraries you've used to simplify your web applications.

The future of the web

Tomorrow's web promises to be very different from that of today. Much of what's currently handled with browser plug-ins will be rendered in the browser, and a new version of HTML will allow pages to display more quickly, and use features like offline storage to bridge the gap between web and desktop.

Microsoft is part of the cross-industry development of HTML 5, and IE8 is as much a test bed for some of the upcoming web technologies as it is a state-of-the-art web browser. Some of the HTML 5 features that have made it into IE 8 include offline data storage, auto complete in forms, and the ability to mark page sections as editable.

Sites built for IE8 will also be able to offer designers a much improved set of tools for adding accessibility to dynamic web sites, as well as pages built using AJAX.

There's a lot to be done yet to get HTML 5 to web designers and developers and to the web at large, and while Microsoft is only implementing a small part of the current draft specification, it's a first step on what promises to be a very long journey.

Not unlike Internet Explorer itself.