Internet Explorer 9 RC – download, what’s new and get your sites ready
Dean Hachamovich has just announced availability of Internet Explorer 9 Release Candidate on the official IE team blog. As Dean blogs, we have received a lot of feedback from developer and end-users. We have listened and now with the RC, IE9 has made progress in the areas of performance, standards, user interface, safety and privacy.
Actions:
- Download Internet Explorer 9 Release Candidate through www.BeautyOfTheWeb.com (available in 40 languages)
- Test your sites and web applications, make sure you review the Developer’s Guide to adapt to the new standards support
- Report issues by using Send Feedback option in Internet Explorer (Tools or Alt+X > Send Feedback)
Platform Previews and what’s new
Since the release of Internet Explorer 9 Beta in September, we have also seen the release of new iterations of the Platform Preview. With IE9 Release Candidate, new features and additions surfaced through the Platform Previews have been rolled up into Internet Explorer 9 RC. For a good overview of where we have come from since the first Platform Preview announcement at MIX10 last year I’ve summed up the different blog posts on the official IE team blog.
- March 16 2010: HTML5, Hardware Accelerated: First IE9 Platform Preview Available for Developers
- May 5 2010: HTML5 and Same Markup: Second IE9 Platform Preview Available for Developers
- June 23 2010: HTML5, Native: Third IE9 Platform Preview Available for Developers
- August 4, 2010: HTML5, Modernized: Fourth IE9 Platform Preview Available for Developers
- (Beta) September 15 2010: Putting sites at the center of the browsing experience, using the whole PC: IE9 Beta Available for Download
- October 28, 2010: HTML5, Using the whole PC: Sixth IE9 Platform Preview Available for Developers
- November 17 2010: HTML5, and Real World Site Performance: Seventh IE9 Platform Preview Available for Developers
Let’s now review some of the features for developers that Release Candidate brings us.
W3C Geolocation standard
IE9 Release Candidate brings support for Geolocation standard (documentation link).
HTML5 Semantic elements
Support for HTML5 semantic elements is enhanced. IE9 now supports the following elements: section, nav, article, aside, hgroup, header, footer, figure, figcaption and mark.
HTML5 Video
<video> and <audio> support was already announced (and discussed, see Another Follow-up on HTML5 Video in IE9) . The update you can fin in this RC is video accessibility for media controls and VP8 (WebM) alternative, if the user has the codec installed.
CSS3 2D Transforms
CSS3 2D Transforms properties are implemented through vendor prefixes:
Developer Tools
Worth mentioning that for Internet Explorer 9 the Developer Tools (F12) are getting an update with a means to switch UA, new Console tab, Network tab and performance measurement.
This article on SitePoint is worth a read: Debug Faster with F12 Developer Tools in Internet Explorer 9.
IE Pinned Sites enhancements
Developers can now implement in-page drag-to-pin support. This allows developers to set images as the source for end-user site pinning. The image can be an animation or explanation of how and why to drag the site to the taskbar.
Activating site pinning on an image is really easy and achieved by setting the “msPinSite” class.
<img src="images/dragtopinimage.png" class="msPinSite">
Resources
- Internet Explorer 9 Guide for Developers (on MSDN)
- View full list of changes in the RC by engineering team (look at the end of the post): https://blogs.msdn.com/b/ie/archive/2011/02/10/acting-on-feedback-ie9-release-candidate-available-for-download.aspx
- IEBlog
- Exploring IE Blog
- Internet Explorer Evangelist Giorgio Sardo: My TOP 5 features in IE9 RC
Comments
- Anonymous
February 10, 2011
The comment has been removed