Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
IEBlog
Windows Internet Explorer Engineering Team Blog
RSS for posts
Languages
English
Français
Deutsch
Português (Brasil)
한국어
日本語
简体中文
Русский
Feeds & more
Blog Home
Email Blog Author
RSS for comments
RSS for posts
Atom
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Archives
Archives
February 2012
(3)
January 2012
(10)
December 2011
(7)
November 2011
(4)
October 2011
(9)
September 2011
(8)
August 2011
(3)
July 2011
(7)
June 2011
(11)
May 2011
(9)
April 2011
(15)
March 2011
(20)
February 2011
(15)
January 2011
(5)
December 2010
(8)
November 2010
(11)
October 2010
(11)
September 2010
(22)
August 2010
(14)
July 2010
(6)
June 2010
(16)
May 2010
(9)
April 2010
(10)
March 2010
(21)
February 2010
(5)
January 2010
(4)
December 2009
(3)
November 2009
(4)
October 2009
(3)
September 2009
(3)
August 2009
(4)
July 2009
(7)
June 2009
(9)
May 2009
(15)
April 2009
(11)
March 2009
(19)
February 2009
(15)
January 2009
(15)
December 2008
(8)
November 2008
(2)
October 2008
(7)
September 2008
(19)
August 2008
(13)
July 2008
(8)
June 2008
(9)
May 2008
(6)
April 2008
(9)
March 2008
(22)
February 2008
(4)
January 2008
(3)
December 2007
(5)
November 2007
(3)
October 2007
(4)
September 2007
(1)
August 2007
(6)
July 2007
(1)
June 2007
(4)
May 2007
(6)
April 2007
(6)
March 2007
(9)
February 2007
(8)
January 2007
(10)
December 2006
(6)
November 2006
(13)
October 2006
(20)
September 2006
(14)
August 2006
(22)
July 2006
(10)
June 2006
(16)
May 2006
(12)
April 2006
(13)
March 2006
(20)
February 2006
(30)
January 2006
(9)
December 2005
(8)
November 2005
(6)
October 2005
(6)
September 2005
(15)
August 2005
(13)
July 2005
(10)
June 2005
(11)
May 2005
(9)
April 2005
(8)
March 2005
(8)
February 2005
(9)
January 2005
(8)
December 2004
(5)
November 2004
(3)
October 2004
(8)
September 2004
(6)
August 2004
(9)
July 2004
(10)
Show all months
Links
IE Sites
Internet Explorer Home Page
Links to Internet Explorer resources
Internet Explorer Developer Center
Build the web the way you want with IE
Internet Explorer Feedback
Submit Feedback for IE10
Internet Explorer Testing Center
View test result summaries for multiple browsers
EricLaw's IEInternals
A look at Internet Explorer from the inside out
Exploring IE
A Blog for Internet Explorer Customers
IE Test Drive Demos
Experience IE9 and IE10
Other Sites
MSDN Channel 9
View videos of interest to developers
Microsoft Safety & Security Center
Resources to help protect your computer
Building Windows 8
An inside look from the Windows engineering team
Translate this page
Powered by
Microsoft® Translator
MSDN Blogs
>
IEBlog
>
All Tags
>
developers
Add-ons
Browsing the Web
Canvas
Compatibility
Conferences
CSS
DOM
ES5
General IE Information
Hardware Acceleration
HTML5
IE Announcements
IE on the Web
IEVPC
Inside IE
IT PRO
New in IE10
Performance
Platform
Platform Preview
Security
SVG
Testing
Tips and Tricks
W3C
Blog Post:
CORS for XHR in IE10
ieblog
The fourth platform of IE10 simplifies building cross-site scenarios that work consistently across browsers by supporting Cross-Origin Resource Sharing (CORS) for XMLHttpRequest (XHR) . CORS for XHR makes sharing data across sites simple and flexible. In the most basic scenario CORS enables creating...
on
9 Feb 2012
Blog Post:
High performance HTML5 content in Metro-style Apps
ieblog
Metro style apps in Windows 8 have all the performance benefits of IE10 when showing Web content. In Metro style apps, Web content is always JIT compiled and hardware-accelerated. Other platforms do not provide the same level of performance in apps. For example, Cocoa apps on iOS offer significantly...
on
7 Feb 2012
Blog Post:
CSS3 3D Transforms in IE10
ieblog
CSS3 features make it easier to build rich and immersive Web experiences. A recent post described how Web developers add personality to their sites with CSS3 Transitions and Animations. CSS3 3D Transforms add another dimension (literally) for developers to enhance their sites. For example,...
on
2 Feb 2012
Blog Post:
Web Sites and a Plug-in Free Web
ieblog
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...
on
31 Jan 2012
Blog Post:
Creating Files through BlobBuilder
ieblog
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...
on
27 Jan 2012
Blog Post:
Debugging IndexedDB Applications
ieblog
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...
on
25 Jan 2012
Blog Post:
IE10 Compat Inspector
ieblog
Compat Inspector is now available for IE10. Use Compat Inspector to quickly identify if Internet Explorer platform changes affect your site. Whether you're preparing for IE10 or still updating for IE9, run Compat Inspector on any page experiencing problems. Then watch for messages explaining potential...
on
20 Jan 2012
Blog Post:
Controlling Selection with CSS user-select
ieblog
IE10 Platform Preview 4 includes support for a new CSS property, -ms-user-select , which makes it easier for Web developers to control exactly what text can be selected on their Web sites. If you were to watch me all day at my workstation, you would notice that as I read on the computer, I select...
on
11 Jan 2012
Blog Post:
CSS Corner: Using the Whole Font
ieblog
With cross-browser support for both the CSS3 @font-face rule and the WOFF font packaging format , modern Web typography has expanded far beyond the realm of ‘ Web-safe fonts .’ Well-known magazines such as the New Yorker use Web fonts to preserve the typographic personality of their headlines...
on
9 Jan 2012
Blog Post:
Interoperable HTML5 Quirks Mode in IE10
ieblog
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...
on
14 Dec 2011
Blog Post:
Media Capture API: Helping Web developers directly import image, video, and sound data into Web apps
ieblog
Last March, we released a prototype implementation of the audio portion of a working draft of the W3C Media Capture API on HTML5 Labs . This prototype publicized some proposed API enhancements described in section 6.1 of Microsoft’s HTML Speech XG Speech API Proposal . We have now updated the prototype...
on
9 Dec 2011
Blog Post:
Moving to Standards-based Web Graphics in IE10
ieblog
Users expect to visit any site on the Internet with any browser and enjoy a similar quality experience. We first discussed Internet Explorer’s commitment to achieving the goal of consistent “same markup, same results” across browsers in a post on March 16, 2010 announcing the release...
on
7 Dec 2011
Blog Post:
Working with Binary Data using Typed Arrays
ieblog
With HTML5 comes many APIs that push the envelope on user experiences involving media and real-time communications. These features often rely on binary file formats, like MP3 audio, PNG images, or MP4 video. The use of binary file formats is important to these features to reduce bandwidth requirements...
on
1 Dec 2011
Blog Post:
HTML5 for Applications: The Fourth IE10 Platform Preview
ieblog
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...
on
29 Nov 2011
Blog Post:
Evolving ECMAScript
ieblog
For the Web and Web applications to keep making progress, the programming language of the Web must continue to improve. Today’s JavaScript standard lacks a few basic objects and library helpers that are vital for building rich, world-wide Web applications. Last week at the Ecma TC39 meeting at Apple...
on
22 Nov 2011
Blog Post:
Adding Personality with CSS3 Transitions and Animations
ieblog
Advancements like high-performance compiled JavaScript and hardware-accelerated rendering of HTML5 and CSS3 in Internet Explorer 9 and 10 allow Web developers to create richer and richer experiences. Two related features, CSS3 Transitions and CSS3 Animations , give Web developers a declarative way...
on
21 Nov 2011
Blog Post:
HTML5 History in IE10
ieblog
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...
on
31 Oct 2011
Blog Post:
A Best Practice for Programming with Vendor Prefixes
ieblog
Vendor prefixes enable Web developers to experiment with new standards before they reach the Candidate Recommendation stage. I previously wrote how these prefixes are also a mechanism browser vendors use for handling timing conflicts between implementations and specifications. In building demos of new...
on
28 Oct 2011
Blog Post:
Best Practices for Getting Started with SVG
ieblog
Web graphics in SVG (Scalable Vector Graphics) format offer better quality display over a broader range of device sizes compared to bitmap-based graphics. SVG also has inherent accessibility making it the best choice for interactive graphics and those involving text. SVG usage on the Web continues...
on
27 Oct 2011
Blog Post:
Connect Your Web Site to Your Windows 8 App
ieblog
Windows 8 Metro style apps let developers take their Web sites’ experiences to the next level. With Metro style apps, developers can build experiences that are more immersive, beautiful, and better connected with other apps and the rest of Windows. Apps can utilize the Windows Runtime to deliver...
on
20 Oct 2011
Blog Post:
Handling Multi-touch and Mouse Input in All Browsers
ieblog
Touch interaction with Web sites and apps has the opportunity to improve their usability and ubiquity as the Web and Windows 8 Metro style apps play a key role on tomorrow’s touch-enabled devices. This post explains how Web developers can use the new IE10 pointer event model along with the iOS touch...
on
19 Oct 2011
Blog Post:
SVG Filter Effects in IE10
ieblog
Scalable Vector Graphics (SVG) provides Web developers with a declarative, markup-based language for building rich, interactive content as part of their Web sites. With SVG Filter Effects, supported in IE10 in the Windows Developer Preview, developers have a collection of powerful, image-based effects...
on
14 Oct 2011
Blog Post:
Building Rich Text-Centric Pages in IE10
ieblog
Internet Explorer 10 in the Windows Developer Preview introduces two new CSS features designed to make it easier for developers to create rich text-centric Web pages and apps. CSS3 Regions provides a lightweight mechanism to flow content through multiple non-contiguous areas. IE10’s support of CSS3 Hyphenation...
on
10 Oct 2011
Blog Post:
CSS3 text-shadow in IE10
ieblog
IE10 in the Windows Developer Preview introduces support for hardware-accelerated CSS3 text-shadow . Text-shadow is one of the top requested features from Web developers. It enables text effects that were previously difficult or impossible to accomplish in a standards-friendly way without resorting...
on
29 Sep 2011
Blog Post:
Building Offline Experiences with HTML5 AppCache and IndexedDB
ieblog
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...
on
27 Sep 2011
Page 1 of 11 (258 items)
1
2
3
4
5
»