IE only

Finally, the alternative fix for IE6’s memory leak is available

Some languages suggest that using try….finally block statement may help to prevent the memory leak, and this rule apply to JScript in IE, too.

http://www.hedgerwow.com/360/dhtml/ie6_memory_leak_fix/

JavaScript
IE only
memory leak

Comments (0)

Permalink

See how IE8 breaks

1.download IE8 http://www.microsoft.com/windows/products/winfamily/ie/ie8/readiness/Install.htm

2.test this page with IE8
http://www.hedgerwow.com/360/bugs/ie8.beta.layout.bug.html

IE only

Comments (2)

Permalink

detect Page Zoom for IE7

I did this for my co-worker, though it’s a rarely used function.

http://www.hedgerwow.com/360/dhtml/dom-ie7-zoom-detector.html

IE only
layout
UI

Comments (7)

Permalink

Browser Detection, Detecting IE7 via Object Detection

It’s better than checking window.XmlHttpRequest :-D
( and I thought I should have finished this article in two lines instead of explaining it)

http://www.hedgerwow.com/360/dhtml/dom-detect-ie7.html

DOM
IE only
Browser Detection

Comments (2)

Permalink

oncontentready : An alternative to simulate oncontentready on Internet Explorer

Detecting Element.outerHTML  periodically to see if an Element is fully parsed and avoid Operation Abort Error.
http://www.hedgerwow.com/360/dhtml/ie-dom-oncontentready/doc.php

JavaScript
DOM
IE only

Comments (7)

Permalink

Import Javascript into CSS for IE6

So much love & hate for IE6 :-P

http://www.hedgerwow.com/360/dhtml/ie6-css-hack-import-js.html

JavaScript
CSS Hack
CSS
IE only

Comments (2)

Permalink

IEContentLoaded:An alternative for DOMContentLoaded on Internet Explorer

A little step forward.

http://www.hedgerwow.com/360/dhtml/ie-dom-ondocumentready.html

DOM
IE only
Dom Event

Comments (3)

Permalink

Purging Event Listeners for Internet Explorer

Interesting facts about Element.clearAttributes();

http://www.hedgerwow.com/360/dhtml/ie6-clear-memory-leak/demo.php

JavaScript
IE only
memory leak
Dom Event

Comments (1)

Permalink

Fix SELECT with ActiveX control For Internet Explorer

In some cases, I may prefer ActiveX control to fix this instead of using filters

Example:

 http://www.hedgerwow.com/360/bugs/activex-listbox/demo.php

CSS Hack
IE only
UI

Comments (13)

Permalink

Taming opacity with Texts for Internet Explorer

Now you can have background image for translucent texts :-D

http://www.hedgerwow.com/360/bugs/fix-ie-opacity-text.html

CSS Hack
CSS
IE only
bug

Comments (2)

Permalink