<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d13376580\x26blogName\x3dThe+GeekWithin\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://geekwithin.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://geekwithin.blogspot.com/\x26vt\x3d-8111287070889316650', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

The GeekWithin

Thursday, July 28, 2005

Internet Explorer 7 Beta 1

Ah, well it is about time we see some movement from Microsoft on the browser front. Other than the "security" enhancements with the IE service packs, this is the first movement for IE in years.

What is everyone saying out there? Well, Slashdot has a discussion going on both Microsoft Vista and IE 7 here, but I find Microsoft-Watch to be a better source of information. Additionally, the Microsoft IE blog has this post and the following two links: What's New and a Technical Overview.

I find it interesting, as many do, that it was only released via MSDN. Many think it should have been a larger release since its target was specifically to Developers and not all of them have MSDN subscriptions. Personally I find a MSDN subscription to be worth EVERY penny paid so I was not disappointed by this method.

For developers who use the IE API to retrieve and parse web content, there will be some definte reworking of their applications. More importantly, what I am interested in are the updates to parsing HTML, CSS, and any Javascript DOM modifications. You can expect another post once I find out.


 

Creative Commons License  This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.