Sign in
MSDN Blogs
Microsoft Blog Images
More ...
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
Archives
Archives
May 2013
(2)
April 2013
(4)
March 2013
(6)
February 2013
(6)
January 2013
(2)
December 2012
(4)
November 2012
(6)
October 2012
(6)
September 2012
(3)
August 2012
(5)
July 2012
(5)
June 2012
(11)
May 2012
(3)
April 2012
(4)
March 2012
(9)
February 2012
(9)
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
(5)
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
Windows Store for developers blog
Windows 8 app developer blog
Insights on building Metro style apps for Windows 8, by the Windows 8 engineering team
Rey Bango’s blog
JavaScript, HTML, CSS & Random Stuff…
Translate this page
Powered by
Microsoft® Translator
MSDN Blogs
>
IEBlog
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
IEBlog
Unprefixed CSS3 Gradients in IE10
Posted
10 months ago
by
ieblog
16
Comments
IE10 in the Windows 8 Release Preview supports the W3C Candidate Recommendation for CSS Gradients in their unprefixed form. IE10 also supports the older CSS Gradients syntax from the W3C Working Draft of 17 February 2011 behind the vendor prefix -ms- . This blog post describes the differences between the old and new syntax and behavior and provides some insight into the change. Key Changes Should you choose to simplify your CSS by making the move from vendor-prefixed CSS3 Gradients...
IEBlog
Developer Guidance for Web Sites with Flash Content in Windows 8
Posted
10 months ago
by
ieblog
67
Comments
The Windows 8 Release Preview includes a new power-optimized, touch-friendly Adobe Flash Player. Adobe Flash content on compatible Web sites will now play in Metro style IE10. Metro style IE10 with Flash on Windows 8 enables people to see more of the Web working with high quality, especially compared with the experience in other touch-first or tablet experiences. On Windows 8, Internet Explorer 10 on the desktop and Metro style IE use the same integrated Adobe Flash Player with no need to download...
IEBlog
Go Beyond Pan, Zoom, and Tap Using Gesture Events
Posted
10 months ago
by
ieblog
14
Comments
Based on your feedback, we’ve improved how sites can build advanced touch experiences using gesture events in IE10 on the Windows 8 Release Preview . Earlier we wrote about first steps Web developers should take to make sure their sites are touch-friendly and how to build new experiences that work well across input devices, including multi-touch, using hardware agnostic pointer events. This post covers IE10’s gesture events . An example of gesture events is the Browser Surface Test Drive...
IEBlog
Adapting Your Site to Different Window Sizes
Posted
10 months ago
by
ieblog
22
Comments
IE10 in the Windows 8 Release Preview supports the width and height properties of the W3C Working Draft CSS Device Adaptation . This gives Web developers a simple tool to control automatic content scaling across various window dimensions. In particular, it enables Web sites to easily adapt to Windows 8 Metro style browser in the snapped view and portrait orientation. Auto-Scaling and When It Is Used Most websites have prioritized optimization for a 1024 pixel wide window. This ensures...
IEBlog
Under the Hood: Bubbles
Posted
11 months ago
by
ieblog
30
Comments
In an earlier post we discussed JavaScript performance improvements introduced in IE10. Today we published Bubbles , originally inspired by Alex Gavriolov’s simulation BubbleMark , to explore some of these advances. The current version has been greatly expanded to take advantage of the new features of the Web platform and includes characteristics common to HTML5 games. In this post we peek under the hood to see how the demo is constructed and examine the main factors that affect its performance...
IEBlog
Advances in JavaScript Performance in IE10 and Windows 8
Posted
11 months ago
by
ieblog
47
Comments
Thursday, May 31, 2012, we delivered the Windows 8 Release Preview and the Sixth IE10 Platform Preview . Windows 8 includes one HTML5 browsing engine that powers both browsing experiences (Metro style and desktop) as well as Metro style applications that use HTML5 and JavaScript. The release preview represents a major revision of the same modern JavaScript engine, Chakra, which first debuted with IE9. With each platform preview we make progress against our goals to create an engine that delivers...
IEBlog
IE 9.0.7 Available via Windows Update
Posted
11 months ago
by
ieblog
10
Comments
The June 2012 Cumulative Security Update for Internet Explorer is now available via Windows Update . This security update resolves one publicly disclosed and twelve privately reported vulnerabilities in Internet Explorer. The most severe vulnerabilities could allow remote code execution if a user views a specially crafted Web page using Internet Explorer. An attacker who successfully exploited any of these vulnerabilities could gain the same user rights as the current user. Users whose accounts are...
IEBlog
High Quality Visuals for Pinned Sites in Windows 8
Posted
11 months ago
by
ieblog
47
Comments
Pinned Sites in Windows 8 describes how site developers can provide a site icon (favicon) for their sites’ pinned site tiles on the Windows 8 Start screen. Many of you shared feedback that you’d like to provide higher-resolution visuals to better depict your site brand on your users’ pinned site tiles. In Windows 8 Release Preview , you can to do that: we’ve added the ability for you to provide a PNG tile image and specify the tile’s background color. Example Below...
IEBlog
Moving the Stable Web Forward in IE10 Release Preview
Posted
11 months ago
by
ieblog
46
Comments
As part of Windows 8 Release Preview planning, we reviewed all the W3C draft standards supported by IE10. In particular, we looked for those specifications that: Are stable, that is, there were no recent additions or changes and no renaming or major changes are expected; Are supported by at least two browsers other than IE10; Are interoperable across all these browsers for the features’ core use cases; Are already used on the Web, including in their unprefixed form; and Reached...
IEBlog
Legacy DX Filters Removed from IE10 Release Preview
Posted
11 months ago
by
ieblog
29
Comments
Internet Explorer’s commitment to achieving the goal of consistent “same markup, same results” across browsers is evidenced, in part, by IE9’s and IE10’s addition of CSS3 features that enable Web sites to move to standards-based features for their graphical effects. Earlier we wrote that Internet Explorer’s legacy visual filters and transitions , first introduced in IE4, are not supported in IE10’s Standards and Quirks modes and noted their inferior performance compared to their standards...
IEBlog
Windows Release Preview: The Sixth IE10 Platform Preview
Posted
11 months ago
by
ieblog
152
Comments
With IE10 in Windows 8, we reimagined the browser. We designed and built IE10 to be the best way to experience the full Web on Windows. Consumers can now enjoy more touch-friendly, fast and fluid Web applications with the updated IE10 engine included in the Windows Release Preview . This sixth Platform Preview of IE10 delivers improved performance and support for touch-first HTML5, as well as a new power-optimized, touch-friendly Adobe Flash Player that enables content on compatible Web sites to...
IEBlog
Sharing Links from IE10 on Windows 8
Posted
over 1 year ago
by
ieblog
37
Comments
Sharing a link to a Web page is a common activity on the PC, and it gets better with IE10 on Windows 8. One of the new features on Windows 8 is the Share charm, which allows you to seamlessly send content between apps on your PC. Previously, if you wanted to share an interesting article with your friend, or post a funny picture on your blog, you’d copy the link from the address bar, switch to a different site or app, and then paste it. Now, with the Windows 8 Share charm, you can share directly...
IEBlog
Diagnosing JavaScript Errors Faster with Error.stack
Posted
over 1 year ago
by
ieblog
16
Comments
IE10 in Windows 8 Consumer Preview includes support for Error.stack , which enables Web developers to diagnose and correct bugs faster, especially those that are difficult to reproduce. Developers can build amazing apps with the capabilities of Web platforms that power today’s modern browsers. In Windows 8, we expose that power through both Internet Explorer 10 and Metro style apps in JavaScript . The increasing power and complexity of these apps means developers need better tools like Error.stack...
IEBlog
Building cross-browser plugin-free experiences
Posted
over 1 year ago
by
ieblog
30
Comments
We've talked about how the transition to a plug-in free Web is happening today. Lots of Web browsing happens on devices that simply don’t support plug-ins. Web sites that use plug-ins need to understand what their customers experience when browsing plug-in free . In case you missed it, check out Rey Bango’s blog post where he lays out clear guidance for developers on building cross-browser plugin-free experiences and addressing issues like cross-browser CSS, media playback, and touch. -- John...
IEBlog
Guidelines for Building Touch-friendly Sites
Posted
over 1 year ago
by
ieblog
27
Comments
In Windows 8 Consumer Preview , IE10 enables fast and fluid multi-touch experiences on the Web. Most sites work fine with touch in IE10 with no changes to the site. This post provides four simple guidelines to ensure your customers who use touch can most effectively use your site. We’ve written before about how new input devices and touch screens make the Web more fun, interactive, and immersive. We’ve also talked about the importance of ensuring a no compromise browsing experience...
IEBlog
IE 9.0.6 Available via Windows Update
Posted
over 1 year ago
by
ieblog
31
Comments
The April 2012 Cumulative Security Update for Internet Explorer is now available via Windows Update . This security update resolves five privately reported vulnerabilities in Internet Explorer. The most severe vulnerabilities could allow remote code execution if a user visits a specially crafted Web page using Internet Explorer. An attacker who successfully exploited any of these vulnerabilities could gain the same user rights as the local user. Users whose accounts are configured to have fewer user...
IEBlog
Pinned Sites in Windows 8
Posted
over 1 year ago
by
ieblog
38
Comments
The Windows 8 Start screen is the best place to find and stay connected to all your favorite apps and content. App tiles are alive with activity and show you fresh and tailored content so you know what’s new in your world. We’ve written about Internet Explorer 10’s Metro style browsing experience on Windows 8. This post describes in detail IE10’s pinned sites and their availability on the Windows 8 Start screen—complete with site-centric visuals and badge notifications...
IEBlog
Launch Options for Internet Explorer 10 on Windows 8
Posted
over 1 year ago
by
ieblog
52
Comments
IE10 is a new browsing experience built in lockstep with Windows 8 to give you all the advantages that Metro style applications offer. We built that experience by extending IE’s underlying architecture to provide a fast, fully hardware accelerated browsing engine with strong security and support for HTML5 and other Web standards. IE10 also includes a desktop experience for when you are using desktop tools and wish to continue using them in your existing workflows. Following last September...
IEBlog
Speed and Mobility: An Approach for HTTP 2.0 to Make Mobile Apps and the Web Faster
Posted
over 1 year ago
by
ieblog
13
Comments
This week begins face to face meetings at the IETF on how to approach HTTP 2.0 and improve the Internet. How the industry moves forward together on the next version of HTTP – how every application and service on the Web communicates today – can have a positive impact on user experience, operational and environmental costs, and even the battery life of the devices you carry around. As part of this discussion of HTTP 2.0, Microsoft will submit to the IETF a proposal for “HTTP Speed...
IEBlog
IndexedDB Updates for IE10 and Metro style apps
Posted
over 1 year ago
by
ieblog
15
Comments
The Internet Explorer team along with the broader Web community has continued to make improvements to the IndexedDB specification. IndexedDB is a W3C Working Draft that enables you to store, search, and retrieve data on the user's device, even when Internet connectivity is disabled . IndexedDB is a feature of the Web platform shared by IE10 and Metro style apps in the Windows 8 Consumer Preview. This blog post describes changes we made in Internet Explorer 10 Consumer preview to implement the...
IEBlog
WebSockets in Windows Consumer Preview
Posted
over 1 year ago
by
ieblog
15
Comments
In Windows 8 Consumer Preview and Server Beta, IE10 and all other Microsoft WebSocket client and server features now support the final version of the IETF WebSocket Protocol . In addition, IE10 implements the W3C WebSocket API Candidate Recommendation. WebSockets are stable and ready for developers to start creating innovative applications and services. This post provides a simple introduction to the W3C WebSocket API and its underlying WebSocket protocol . The updated Flipbook demo uses the latest...
IEBlog
Media Capture Prototype: Improved Support for Real World Web Apps
Posted
over 1 year ago
by
ieblog
13
Comments
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 why this feature is important and how our Media Capture prototype implemented it in the past. Because the API surface for this feature is far from final, we are supporting a simple capture...
IEBlog
Spring into St. Patrick’s Day with HTML5
Posted
over 1 year ago
by
ieblog
23
Comments
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 Spring incorporates HTML5 canvas and CSS gradients, opacity, transforms, and animation along with HTML5 audio. With the Windows Consumer Preview and IE10’s support for multi-touch...
IEBlog
Enhanced Protected Mode
Posted
over 1 year ago
by
ieblog
36
Comments
Every release of Internet Explorer includes new security enhancements to help keep you safe as you browse the Internet. The new Enhanced Protected Mode in Internet Explorer 10 helps keep your data safe even if an attacker has exploited a vulnerability in the browser or one of its add-ons. There is no single thing that can keep you secure by itself, so we pursue multiple strategies, including: Protection from socially-engineered attacks There are a variety of miscreants that want to steal...
IEBlog
Enhanced Memory Protections in IE10
Posted
over 1 year ago
by
ieblog
19
Comments
Internet Explorer 10 introduces significant improvements in memory protections to help make vulnerabilities harder to exploit, helping to keep users safe on the sometimes-hostile Web. These improvements will increase the difficulty and development cost of exploits, making life harder for the bad guys. While socially-engineered malware is the primary way that bad guys get their code onto victims’ computers, that is largely because browser vulnerabilities have become less common and harder...
Page 3 of 39 (958 items)
1
2
3
4
5
»