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
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
Tips and Tricks
MSDN Blogs
>
IEBlog
>
Tips and Tricks
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
IEBlog
Add-ons, and Opting out of Google Analytics Without Them
Posted
over 2 years ago
by
ieblog
41
Comments
Recently, Google made available the “ Google Analytics Opt-out Browser Add-on .” This add-on enables consumers to “indicate that information about the website visit should not be sent to Google Analytics.” We agree that making it easy for consumers to protect their privacy is good, and Internet Explorer offers a variety of features to help keep you in control of your information when visiting websites. In this post, we describe how to use some of these built in features to...
IEBlog
IE9 Developer Tools: Network Tab
Posted
over 2 years ago
by
ieblog
21
Comments
At MIX 10 we released the IE9 Platform Preview and showed some of the included developer tools. You can access these tools by pressing F12, or click Developer Tools on the Debug menu when you use the Platform Preview. The developer tools include some new capabilities and improvements over the tools in IE8: A new tab for inspecting network traffic. Improved performance working with large JavaScript files: think 70k+ lines of code (even if it’s all on one line!) Improved CSS view...
IEBlog
CSS Crunch: new IE Extension for developers
Posted
over 2 years ago
by
ieblog
18
Comments
There are many tools in the market that allow you to customize your pages' cascading style sheets (CSS), but there are actually a very few that do the opposite—scan for all the CSS rules in the document and remove those that are not used. Cleaning out the CSS will not only reduce the bandwidth impact, but will also improve the performance of the browser (minimizing the time spent by the CSS engine to parse the style sheets). In this post, I will describe how to build that tool using a bookmarklet...
IEBlog
Supporting Web Standards Development with SuperPreview
Posted
over 3 years ago
by
ieblog
100
Comments
This post is a guest post from Steve Guttman, of the Expression Web team. Expression Web has created an interesting tool, SuperPreview, which we thought the IE blog audience would be interested in. Internet Explorer 8 is an important release because it reconfirms Microsoft’s commitment to interoperability and renewed emphasis on Web Standards. My team—which develops the authoring tool, Expression Web—is also pretty emphatic about Web Standards. We’re in the process of doing significant tooling...
IEBlog
Guidelines for add-on developers
Posted
over 3 years ago
by
ieblog
24
Comments
It’s well understood that the typical computer users today spend much of their time in their web browser, making it the most important software on their computer. Users expect their browsers to be easy to use, fast, stable and secure. Over the past few months, users have downloaded thousands of great browser add-ons from www.ieaddons.com and other web sites. Users want to use browser add-ons to enhance their browsing experience, not hinder it or make it more confusing. We have published a full...
IEBlog
Preventing Operation Aborted Scenarios
Posted
over 3 years ago
by
ieblog
35
Comments
This post follows up on my original Operation Aborted post to provide some additional information and assistance for web site owners or 3 rd party script libraries. Recap Nearly a year-and-a-half ago, I blogged about an error that can occur on some websites that generate content via script. This content can cause Internet Explorer’s HTML parser to get into an unrecoverable state, which makes it doubly-hard to find and diagnose why this error is happening. When this state occurs, the HTML...
IEBlog
How to make IE open new tabs faster
Posted
over 3 years ago
by
ieblog
86
Comments
Browser add-ons are a great way to enhance the experience and capabilities of your Web browser. Add-ons are loaded by IE when you open a new browser window or tab. This is usually a quick process, but certain add-ons may cause IE to take a longer time than expected. For example, after installing Skype 4.1*, this user (and his father) encountered a slowdown in IE on their computers. Just like most of you, almost everybody on the IE team is tech support for their parents, so improving the user's ability...
IEBlog
Session Cookies, sessionStorage, and IE8 or “How can I log into two webmail accounts at the same time?”
Posted
over 3 years ago
by
ieblog
37
Comments
For Internet Explorer 8, we’ve made browser session handling a lot simpler. For instance, say you want to have two Hotmail windows open, each logged into a different account. Simply click the New Session item on the File menu, and a new browser window will open. The new browser window will not share session cookies with the original browser window, so you can log into Hotmail (and most web applications) as a different user. For command line junkies, you can run iexplore.exe with the -nomerge parameter...
IEBlog
Customization in IE8
Posted
over 3 years ago
by
ieblog
91
Comments
I am a user interface tester on the Internet Explorer team and one of my favorite things about any application is the ability to personalize the program to give it your own look and feel. I am never content with ubiquitous one-size–fits-all solutions and really look forward to products that value user choice. I’m excited that IE8 now has some personalization options and this cycle I have been fortunate to work on two such features – IE8 Look and Feel (customizations around the Command bar) and...
IEBlog
I found a web page that doesn't work, now what?
Posted
over 3 years ago
by
ieblog
47
Comments
We’ve previously blogged about Compatibility View ; this post is a follow-up on compatibility and Internet Explorer 8 RC1. As you are browsing the web with Internet Explorer 8 RC1, you might come across some web sites where everything is not displayed correctly: These issues can be fixed by clicking on the Compatibility View button on the address bar: This button draws the page the same way that Internet Explorer 7 would - allowing content designed for older web browsers to still work...
IEBlog
Personalize IE8 through Services
Posted
over 3 years ago
by
ieblog
30
Comments
One of the things that I learned from working on IE is that there are common patterns of how users browse the web, yet what they browse varies person to person. We designed Visual Search Suggestions, Accelerators, and Web Slices to simplify common patterns with the flexibility for you to customize these features with services that you enjoy. I want to explain how IE8 treats services and share how I personalize IE8 with my favorite services in less than 5 minutes. Out-of-box services We want...
IEBlog
User Experience Changes since Beta 2
Posted
over 3 years ago
by
ieblog
38
Comments
Since the release of Internet Explorer 8 beta 2, we’ve listened, watched and learned a lot about how people use the new features and our focus has been to refine them for RC1 (the Release Candidate). This post will give you an overview of the end user changes we’ve made which we’ll discuss in detail over the coming weeks. In IE8 we made a big push to make sure you can easily get to the sites and use the services you care about. If you’re anything like us, you visit a lot of websites and use...
IEBlog
Upgrading to Internet Explorer 8 Release Candidate 1
Posted
over 3 years ago
by
ieblog
46
Comments
Hello all, Just like for previous beta releases, I am going to guide you through the upgrade steps for Internet Explorer 8 Release Candidate 1 (IE8 RC1). Before we begin, let me summarize the major changes you will see when installing IE8 RC1: If you are a Windows Vista or Windows Server 2008 user and you are upgrading from IE8 Beta 1 or Beta 2 to IE8 RC1, you are no longer required to manually uninstall earlier IE8 builds. Instead, IE8 RC1 installer will automatically upgrade your machine...
IEBlog
Common Issues in Assessing Browser Performance
Posted
over 3 years ago
by
ieblog
45
Comments
I’m Christian Stockwell, a Program Manager on the IE team focused on browser performance. Measuring the overall performance of websites and web browsers is important for users comparing the performance characteristics of competitive browsers, developers optimizing their websites for download times and responsiveness, browser vendors monitoring the performance implications of code changes, and everyone else who is generally interested in understanding website performance. I thought it would...
IEBlog
New Accessibility Features in IE8
Posted
over 4 years ago
by
ieblog
95
Comments
Hi, my name is JP Gonzalez-Castellan and I’m the Accessibility Program Manager for IE8. The IE team has been working towards making IE8 the most accessible browser possible, and we wanted to detail some of the work we’ve done toward this end. In this post I will provide you with some background on Accessibility, I’ll cover new UI features (Caret Browsing, Find on Page, Adaptive Zoom , High DPI , etc) and also platform features (support for ARIA , support for IAccessibleEx , and support for additional...
IEBlog
IE8 Group Policy
Posted
over 4 years ago
by
ieblog
28
Comments
Hi. In previous posts I talked about the IE8 IEAK and new event logging for IE8 in the Application Compatibility Toolkit . Today, I’m going to discuss the improvements we made to Group Policy support for Internet Explorer 8. Background For those of you who might be new to Group Policy, here is a quick background. Let’s first assume you use an Active Directory environment to administer the computers in your corporate network. If that is the case, Group Policy provides a wide set of policy...
IEBlog
IE8 Tab Grouping
Posted
over 4 years ago
by
ieblog
80
Comments
Hi, my name is Helen Drislane, I am a program manager on the IE team responsible for some of the user interface including tabs and I‘m going to discuss the new Tab Grouping feature (tab color!) with you. We had a lot of fun putting this feature together, so I am going to explain a little bit about the process involved in designing it and then describe the things you can do with it. EVOLUTION OF THE DESIGN AND ALGORITHM After shipping Internet Explorer 7, the IE team collected data from user...
IEBlog
Hello, World: Getting Started with IE8 Visual Search
Posted
over 4 years ago
by
ieblog
54
Comments
Hello, My name is Sébastien Zimmermann. I’m the developer owner for the Visual Search Feature , which Sharon already described in detail. I also own the Accelerators Button Feature , and during IE7 worked on Setup and Phishing Filter—now “ SmartScreen® Filter ”. In this post, I would like to get you started on creating your own Visual Search service/provider for Internet Explorer 8. If you own or develop websites of any kind—even if it’s a small website or an intranet site—this post is for...
IEBlog
The IE8 Smart Address Bar Part II: A Few More Features
Posted
over 4 years ago
by
ieblog
41
Comments
In an earlier post , we introduced the new IE8 Smart Address Bar dropdown functionality. Now we thought we’d spend some time discussing some of its less obvious features in more detail. More about the IE8 Smart Address Bar Autocomplete Suggestion With Windows Search installed, IE8 makes an attempt to determine what site you’re trying to get to. The site that it determines is most likely the one you’re looking for is called the “Autcomplete Suggestion.” This entry is given the SHIFT+ENTER shortcut...
IEBlog
Microsoft CSS Vendor Extensions
Posted
over 4 years ago
by
ieblog
78
Comments
As you may know, all browsers have a set of CSS features that are either considered a vendor extension (e.g. - ms-interpolation-mode ), are partial implementations of properties that are fully defined in the CSS specifications, or are implementation of properties that exist in the CSS specifications, but aren’t completely defined. According to the CSS 2.1 Specification, any of the properties that fall under the categories listed previously must have a vendor specific prefix, such as '-ms-' for Microsoft...
IEBlog
Introducing Compatibility View
Posted
over 4 years ago
by
ieblog
77
Comments
At the start of the Internet Explorer 8 project we made a commitment to great website compatibility. It’s worth noting that this commitment hasn’t changed, even given the short-term impact of our announcement to better align with Microsoft’s interoperability principles. In other words, compatibility has been and continues to be a very important part of the Internet Explorer 8 feature set. With Beta 2 we’re announcing a brand new feature known as Compatibility View. In a nutshell, Compatibility...
IEBlog
Upgrading to Internet Explorer 8 Beta 2
Posted
over 4 years ago
by
ieblog
60
Comments
I am here to tell you how to upgrade to IE8 Beta 2. IE8 Beta 2 system requirements are the same as IE8 Beta 1 and it’s currently available in English, Chinese Simplified, German and Japanese. Stay tuned for more localized IE8 Beta 2 versions to be available shortly. Windows XP or Windows Server 2003 Getting Ready Before you start IE8 Beta 2 installation, there are a couple of things to keep in mind: Uninstalling IE8 Beta 1 If you have Internet Explorer 8 Beta 1 installed, the...
IEBlog
IE8 AJAX Navigation
Posted
over 4 years ago
by
ieblog
43
Comments
Hi, I’m Sharath Udupa, developer on the IE team focusing on AJAX features for IE8. One of the AJAX improvements we adopted in IE8 from HTML5 is AJAX page navigations. In IE8 mode, we provide support for script to update the travel log components (for e.g. back/forward buttons, address bar) to reflect client-side updates to documents. This allows a better user experience where users can navigate back and forth without messing the AJAX application state. For more information regarding the feature...
IEBlog
Slipstreaming IE8
Posted
over 4 years ago
by
ieblog
20
Comments
As James and I mentioned in our blog post What’s coming in IE8 for IT Pros? , IE8 can now be slipstreamed into Vista and Window Server 2008 OS images. If you manage the desktop images for your organization, slipstream saves you time by simplifying the task of adding Internet Explorer 8 and any IE updates. If you’re adding Internet Explorer 7 to a Windows XP image you’ll typically install XP and then add IE7 before capturing the image -this can take 2 hours! With IE8 and Windows Vista, you are able...
IEBlog
Introducing IE=EmulateIE7
Posted
over 4 years ago
by
ieblog
82
Comments
Bill Gates’ recent Tech Ed keynote and Tony Chor’s follow-up blog announced that IE8 Beta 2 will be available in August in many languages. We are encouraging sites to get ready for Beta 2 prior to release as it will present a big jump in IE8 browsing traffic. What does “getting ready for IE8” mean for web sites? IE8 displays content in IE8 Standards mode – its most standards-compliant layout mode – by default. In previous blog posts, we’ve discussed how this aligns with our commitment to Web standards...
Page 1 of 3 (68 items)
1
2
3