DOM

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 (1)

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 (5)

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 (2)

Permalink

Find & replace URL with HTML links

handy!

http://www.hedgerwow.com/360/dhtml/dom-replace-url.html

DOM
UI

Comments (1)

Permalink

get the XHTML of an Element

Feel safer to get XHTML instead of innerHTML from an Element
http://www.hedgerwow.com/360/dhtml/dom-getxhtml.html

DOM
XML
XHTML

Comments (2)

Permalink

get fontSize in pixel

http://www.hedgerwow.com/360/dhtml/dom-get-pixel-fontsize.html 

An easy example to show how get font-size in pixel for fonts with Font Sizes like “large”, “1.2em”, “70%”.

:-D

DOM
CSS Hack
CSS
UI

Comments (0)

Permalink

RGBA Background Generator

Really handy to me :-)

http://www.hedgerwow.com/360/dhtml/rgba/generate.php

DOM
Dynamic Graphic
CSS Hack
CSS

Comments (0)

Permalink

Implement RGBA colors for moderweb browsers

Do you know  Alpha Components?
http://www.hedgerwow.com/360/dhtml/rgba/demo.php

Uncategorized
DOM
Dynamic Graphic
CSS Hack
CSS
FancyStyle

Comments (0)

Permalink

Detect Safari 3 via CSS / DOM

http://www.hedgerwow.com/360/dhtml/detect-safari3-by-js-css.html

Fix Safari 3 yourself, if you have to. :-<

DOM
Browsers
CSS Hack
CSS
Safari

Comments (6)

Permalink

Dynamic Gradient Background

Let’s say Sorry to Safari… :-<

http://www.hedgerwow.com/360/dhtml/dom-gradient-background/demo.php?

JavaScript
DOM
PNG
Canvas
FancyStyle

Comments (0)

Permalink