Archive for the ‘Internet Explorer’ Category

Optimizing Javascript in Internet Explorer

Tuesday, August 29th, 2006

Hello again, this is Peter Gurevich, Performance PM (among other things) for IE7.  We have heard a lot of requests to improve our Jscript engine, especially now that AJAX sites are becoming more prevalent on the web.  I want you all to know that we have been listening and have recently made some great fixes to our engine to improve the garbage collection routine and to reduce unbounded memory growth.  You should see noticeable improvements on AJAX sites in the Release Candidate we shipped last week.  I want you also to know that performance of the object model and JavaScript engine will be an area that we focus on strongly in future releases.

Read the rest here.

An excellent guide on cross browsers Javascript Optimizzation

Monday, August 28th, 2006

I found an interesting guide for (not obvious) Javascript code optimization.

Remember these quotes before reading the article:

  • “Premature optimization is the root of all evil” - Donald Knuth
  • “On the othere hand, we cannot ignore efficiency” - Jon Bentley

The article is here.

IE 7 beta 3 UI improvements.

Friday, June 30th, 2006
  • New icons:

IE7 new look
Taken from IE7 blog.

Internet Explorer Developer Toolbar beta 2 refresh.

Thursday, March 23rd, 2006

Last week IE Team has released a new version of IE Developer Toolbar. Althrough it’s still beta 2 (as latest), it’s a new build.

You can download it from here.

Internet Explorer Developer Toolbar beta 2 is out.

Wednesday, February 8th, 2006

This Beta 2 version of the toolbar contains functionality and stability enhancements over previous versions and includes the following improvements.

– You can now selectively enable and disable CSS parsing.
– The Misc menu contains a color picker.
– Several link reports are available.
– When you select an element in the DOM element tree list, the selected element scrolls into view if it is not already visible in the browser window.

Download it from here.

new IE 7 feed icon is same as Firefox’s!

Thursday, December 15th, 2005

IE7 and Firefox teams decided to use a common icon for RSS feeds, as you can see here.

Internet Explorer 7 delayed

Friday, December 9th, 2005

Microsoft Corp. postponed the introduction of the next test release of its Internet Explorer 7 Web browser until sometime in 2006, according to comments posted to the company’s site for software developers.

Here.

Internet Explorer Developer Toolbar Beta

Monday, September 19th, 2005

An useful tool for who develops web pages. It’s a plugin for Internet Explorer (like Web Developer for Mozilla Firefox) that adds several features to the browser of Microsoft:

  • Explore the DOM
  • Validation of HTML, CSS, RSS
  • Manage images
  • Cache information
  • Many other features

You can download it from here.