IE Dev Toolbar

So.. Since MS released IE 7 as a urgent update, I'm thinking it's about time to go ahead and install. I did a little googling to see how bad this would make life, and found http://blogs.msdn.com/ie/

Here's a quote

Develop high-performance web applications: For web developers, two tools are absolutely invaluable: Fiddler and the IE Developer Toolbar. Fiddler is a general purpose debugging proxy, giving developers complete control of all the HTTP traffic between your computer and the Internet. The IE Developer Toolbar enables DOM exploration and modification, viewing of DOM element details, and has built in HTML, CSS, WAI, and RSS validators.

End Quote

So I just installed IE Dev Toolbar. Wow! It's totally awesome. Beats the FF Dev toolbar that I've been using for years. Can't say that I'm quite ready to use IE as my primary browser, but at least MS is making strides in the right direction.

Oh, here's another quote from MS (from http://blogs.msdn.com/ie/archive/200comperable5242.aspx)

I want to be clear that our intent is to build a platform that fully complies with the appropriate web standards, in particular CSS 2 ( 2.1, once it’s been Recommended). I think we will make a lot of progress against that in IE7 through our goal of removing the worst painful bugs that make our platform difficult to use for web developers.

In that vein, I’ve seen a lot of comments asking if we will pass the Acid2 browser test published by the Web Standards Project when IE7 ships. I’ll go ahead and relieve the suspense by saying we will not pass this test when IE7 ships. The original Acid Test tested only the CSS 1 box model, and actually became part of the W3C CSS1 Test Suite since it was a fairly narrow test – but the Acid 2 Test covers a wide set of functionality and standards, not just from CSS2.1 and HTML 4.01, selected by the authors as a “wish list” of features they’d like to have. It’s pointedly not a compliance test (from the Test Guide: “Acid2 does not guarantee conformance with any specification”). As a wish list, it is really important and useful to my team, but it isn’t even intended, in my understanding, as our priority list for IE7.

We fully recognize that IE is behind the game today in CSS support.
We’ve dug through the Acid 2 Test and analyzed IE’s problems with the test in some great detail, and we’ve made sure the bugs and features are on our list - however, there are some fairly large and difficult features to implement, and they will not all sort to the top of the stack in IE7. I believe we are doing a much better service to web developers out there in IE7 by fixing our known bang-your-head-on-the-desk bugs and usability problems first, and prioritizing the most commonly-requested features based on all the feedback we've had.

I do want to be clear that I believe the Web Standards Project and my team has a common goal of making the lives of web developers better by improving standards support, and I’m excited that we’re working together to that end.

End Quote....

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Fiddler

I've used httpLook for years to keep a log of traffic between the browser and web server. Fiddler looks like a much better tool, but I haven't been able to get it to work with the personal web server which is part of XP. The way it handles connections causes the XP web server to report too many open connections which makes fiddler useless.