Browse by Tags

IEBlog

Windows Internet Explorer Engineering Team Blog
  • Blog Post: Media Capture Prototype: Improved Support for Real World Web Apps

    Today we updated on HTML5 Labs the previously released Media Capture prototype to better align it to the latest W3C editor draft . The HTML Media Capture working draft continues to evolve alongside related discussions in the Web RTC workgroup, and we have blogged previously about...
  • Blog Post: Spring into St. Patrick’s Day with HTML5

    Another holiday brings us another opportunity to celebrate it with you. We’re pleased to mark the transition into spring as well as St. Patrick’s Day with Irish Spring , a new hardware-accelerated HTML5 experience that shows the benefits of Internet Explorer 10 on Windows 8 Consumer Preview . Irish...
  • Blog Post: HTML5 Love is in the Air!

    To help celebrate Valentine’s Day, we’re pleased to offer another new HTML5 experience that makes the most of your PC hardware and touch on Windows 8. Check out Love is in the Air and feel the warm embrace of hardware accelerated HTML5. This experience brings together hardware-accelerated HTML5 canvas...
  • Blog Post: Web Sites and a Plug-in Free Web

    The transition to a plug-in free Web is happening today. Any site that uses plug-ins needs to understand what their customers experience when browsing plug-in free. Lots of Web browsing today happens on devices that simply don’t support plug-ins. Even browsers that do support plug-ins offer many...
  • Blog Post: Creating Files through BlobBuilder

    As Web sites transition more and more into Web applications, working with files in meaningful ways is becoming increasingly important. Starting with Platform Preview 2, IE10 includes support for the File API , enabling developers to read and slice files on the client. Platform Preview 4 adds support...
  • Blog Post: Debugging IndexedDB Applications

    IndexedDB is a W3C Working Draft that enables JavaScript developers to store, search, and retrieve data on the user's local client, even when Internet connectivity is disabled . This blog post describes IDBExplorer, a tool we use internally to debug IndexedDB applications. IDBExplorer lets you...
  • Blog Post: Let It Snow... Faster!

    In the spirit of the holiday season, we offer a new HTML5 experience that makes the most of your PC hardware and the new touch capabilities in Windows 8. Check out Let It Snow and get ready for a GPU-powered snow storm. This experience brings together hardware-accelerated HTML5 canvas, SVG, CSS...
  • Blog Post: Interoperable HTML5 Quirks Mode in IE10

    The fourth IE10 platform preview includes enhanced HTML5 support by using an interoperable quirks mode based on the behavior defined in HTML5. This HTML5-based quirks mode is the default quirks mode in IE10. Users and Web developers want sites to just work across browsers. A key part...
  • Blog Post: HTML5 for Applications: The Fourth IE10 Platform Preview

    An updated platform preview of IE10 for the Windows Developer Preview is now available for download . This IE10 preview adds even more support for HTML5 technologies, enabling richer Web applications with significantly improved performance. IE10’s hardware acceleration of technologies like...
  • Blog Post: HTML5 History in IE10

    Building fast and functional sites is a challenge with which most Web developers are familiar. Loading a new page every time the user clicks a link is slow. Fetching all content dynamically effectively disables the back button. Working with hashes is better, but still not ideal. Internet Explorer 10...
  • Blog Post: HTML5 Video Captioning

    The promise of HTML5 is a Web that works for everyone. Media accessibility through captioning is an important part of that promise and an area that is still emerging through standards work. Using the proposed HTML5 track element , developers can add captioning to HTML5 video by pointing to a caption...
  • Blog Post: Building Offline Experiences with HTML5 AppCache and IndexedDB

    Users expect their Web sites and apps to work well even when the network isn't available. With data increasingly stored in the cloud, developers want to enable fluid experiences that allow access to data when there is no connectivity; when devices are disconnected from the network or when they...
  • Blog Post: Site Ready WebSockets

    The Web gets richer and developers are more creative when sites and services can communicate and send notifications in real-time. WebSockets technology has made significant progress over the last nine months. The standards around WebSockets have converged substantially, to the point that developers and...
  • Blog Post: Windows Developer Preview: The Third IE10 Platform Preview

    With the new IE10 engine included in the Windows Developer Preview , developers can work with more HTML5 technologies to build touch-friendly and beautiful interactive Web applications. This video shows some of the touch-friendly HTML5 technologies in the third IE10 Platform Preview, included with...
  • Blog Post: HTML5 Drag and Drop in IE10 PPB2

    Drag and drop is a user interaction model that we all use on a day to day basis, probably without giving it much thought. We drag files from one folder to another, text from one area of a document to another, and PowerPoint slides from one place in the presentation to another. HTML5 Drag and...
  • Blog Post: Defense in Depth: Locking Down Mash-Ups with HTML5 Sandbox

    The Web is better when developers can build safer experiences in their sites. With each release of Internet Explorer, we’ve led the way with improvements to the browser to help ensure a safe and secure browsing experience. Now IE10 Platform Preview 2 includes full support for HTML5 Sandbox technology...
  • Blog Post: Debugging Web Workers in IE10

    With Web Worker s, Web applications can be more responsive by offloading long-running, complex JavaScript algorithms to run in the background. IE10 includes a complete and predictable debugging experience for JavaScript executing within both the Web page and in Web workers. In IE10, we’ve enhanced...
  • Blog Post: Unlocking the power of HTML5 <audio>

    Sounds form the background of our life. Today the HTML5 <audio> element enables Web developers to embed sounds in their applications. The flexibility of the control coupled with the integration with the rest of the platform allows several scenarios, from simple sound effects to background audio...
  • Blog Post: Thoughts on when to use Canvas and SVG

    HTML5 Canvas and SVG are two exciting graphics features introduced in IE9. Both were covered in sessions at last week’s MIX11 conference in Las Vegas (see Deep Dive Into HTML5 <canvas> and Modernizing Your Website: SVG Meets HTML5 ). These technologies can be used to address a range of graphic...
  • Blog Post: HTML5 Video Update—WebM for IE9

    Today IE9 can play HTML5 video in both the industry-standard H.264 format and the newer WebM format. With the WebM Project ’s release of WebM Components for IE9 (Preview) , Windows customers running IE9 can play WebM videos in Web pages. IE9 is the only browser today committed to supporting both...
  • Blog Post: W3C Geolocation API in IE9

    IE9 RC includes support for the W3C Geolocation API , which enables Web developers to request the user’s physical location. This capability is useful for many Web sites, especially those that are already location-aware. For example, mapping services can now center the map based on where you actually...
  • Blog Post: HTML5 and Web Video: Questions for the Industry from the Community

    A Web without video would be a dull Web and consumers, developers and businesses want video on the Web to just work. As an industry we know this and have, until recently, been on a path to make this a reality with HTML5 by integrating video into Web pages more natively using H.264. There is more detail...
  • Blog Post: HTML5 Blizzard: Full Hardware Acceleration in Action

    With Internet Explorer 9 the entire web platform is fully hardware accelerated . Customers will benefit from hardware acceleration on all of the websites they visit and developers will benefit from hardware acceleration across all of the technologies they use (HTML4, HTML5, SVG, CSS, JavaScript, Audio...
  • Blog Post: Happy Hardware Accelerated Holidays

    Here are two new HTML5 experiences you can run in your browser, designed in the spirit of the holiday season and with hardware accelerated HTML5 in mind. Check out Santa’s Workshop , where the speed of your browser on your PC determines how many elves help pack Santa’s bag for the big...
  • Blog Post: HTML5, Site-Ready and Experimental

    As the technologies around HTML5 continue to develop, people need a better way to distinguish the more experimental parts of HTML5 from the parts ready for use in mainstream sites. The recent browser technology kerfuffle around WebSockets offers a clear example of the problem that developers and consumers...
Page 1 of 2 (34 items) 12