Sign In
EricLaw's IEInternals
A look at Internet Explorer from the inside out.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
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
Tags
ActiveX
add-ons
Best-Practices
BetterInIE10
BetterInIE9
caching
design
dev
fixes
http
https
ie8
ie9
interop
limitations
networking
performance
problems
Q&A
Security
standards
troubleshooting
webdev
Win7
Zones
Archive
Archives
May 2012
(3)
April 2012
(2)
March 2012
(4)
February 2012
(1)
January 2012
(1)
August 2011
(7)
July 2011
(3)
June 2011
(5)
May 2011
(10)
April 2011
(8)
March 2011
(13)
February 2011
(7)
January 2011
(2)
November 2010
(2)
October 2010
(2)
September 2010
(6)
August 2010
(2)
July 2010
(3)
June 2010
(4)
May 2010
(3)
April 2010
(7)
March 2010
(3)
February 2010
(1)
January 2010
(2)
December 2009
(4)
November 2009
(4)
October 2009
(8)
September 2009
(11)
August 2009
(6)
July 2009
(9)
June 2009
(18)
May 2009
(3)
July, 2009
MSDN Blogs
>
EricLaw's IEInternals
>
July, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
EricLaw's IEInternals
Bugs in IE8's Lookahead Downloader
Posted
over 3 years ago
by
EricLaw [MSFT]
116
Comments
All bugs mentioned in this post are now fixed . Internet Explorer has a number of features designed to render pages more quickly. One of these features is called the "Lookahead Downloader" and it's used to quickly scan the page as it comes in, looking...
EricLaw's IEInternals
IE8's Native XMLHttpRequest Object Restrictions, Bugs, and Notes
Posted
over 3 years ago
by
EricLaw [MSFT]
8
Comments
Protocol Restriction Internet Explorer's native XMLHTTPRequest object permits requests to HTTP and HTTPS only; requests to FILE, FTP, or other URI schemes are blocked. Update : IE10 XHR supports CORS . Method Restriction The object permits only the...
EricLaw's IEInternals
Unshackling IE8 Performance
Posted
over 3 years ago
by
EricLaw [MSFT]
36
Comments
In general, IE8 is a significantly faster browser than prior versions. We made a number of major investments throughout the browser’s code to help ensure that IE users will have a great real-world experience on the web. However, it is definitely the...
EricLaw's IEInternals
Internet Explorer's Cache-Control Extensions
Posted
over 3 years ago
by
EricLaw [MSFT]
5
Comments
Some time ago, I wrote a summary of how Internet Explorer’s cache works . At the time, I left out mention of the two cache-control directives introduced by IE5: pre-check and post-check . These directives enable a “background update” mechanism where a...
EricLaw's IEInternals
Protecting ActiveX Controls
Posted
over 3 years ago
by
EricLaw [MSFT]
0
Comments
When evaluating the security of Internet Explorer’s ActiveX support, there are two threats to consider: · Malicious controls · Malicious websites To mitigate the threat of malicious ActiveX controls (malware), features like the IE8 SmartScreen...
EricLaw's IEInternals
Retiring IE6...
Posted
over 3 years ago
by
EricLaw [MSFT]
6
Comments
Often, folks ask us why we continue to support IE6. The short answer is that because we've committed to doing so . But more importantly, even if we dropped support, most people who want to use IE6 would still use it anyway, just without the benefit of...
EricLaw's IEInternals
Notes on Proxy AutoConfiguration Scripts
Posted
over 3 years ago
by
EricLaw [MSFT]
0
Comments
I had someone ask me for help writing a Proxy AutoConfiguration script today. PAC files are basically simple JavaScript files that expose one function, FindProxyForURL(url, host) . The function returns a string containing a list of one or more proxies...
EricLaw's IEInternals
Q&A: Rendering Mode for Web Browser Controls (WebOCs)
Posted
over 3 years ago
by
EricLaw [MSFT]
1
Comments
Q: Eric, you mentioned that the IE8 Web Browser Control, hosted in Forms / WPF, runs in IE7 emulation mode by default. Is there a way to turn the emulation mode off and have the control work in "real" IE8 mode? A: Yes. This is controlled by a feature...
EricLaw's IEInternals
IE and the Accept Header
Posted
over 3 years ago
by
EricLaw [MSFT]
18
Comments
RFC 2616 describes the Accept request header as follows: The Accept request-header field can be used to specify certain media types which are acceptable for the response. Accept headers can be used to indicate that the request is specifically limited...
Page 1 of 1 (9 items)