September 2007

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

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

Permalink

KISS Rules

There’s something about this blog but web development.

I don’t think that I have many readers of this blog based on the available statistical data.
Just like I did not spend so much time on blogging about my life or thoughts here since I tend be as lazy as I can.
I wrote crappy codes here, in my prototypes and always write poor documentation, too.
As a reader, you may notice that many of my examples are actually well implemented or explained, and it’s not tested or decorated with what so call web 2.0 style round corners.
Every time when I proposed one “solution”, you might instantly realized that there’s some limitations or side effects coming along with it.

The fact is that those problems never bother me just like I never want to have my own blog until just few months ago. I gave up my Yahoo! 360 Blog even though I did have some great time on that platform.

So to save my time here, I just changed the sub-title of my blog from “Hacking Web standard” to “Keep It Simple, Stupid”, which means:

  1. It’s really great to share ideas and thoughts with the whole web-devel world.
  2. View Source, not just documentation, if you have problem withmy crappy codes.
  3. Never copy & paste the CSS / JS / HTML, those codes are written for concept of proof, not for production.
  4. Fix the codes if you has issues with it, and I’d love to know the solution if you have found something new or interesting.

Thanks.

BTW, I found this interesting blog accidentally, but no one ever contributed any contents unfortunately.

Kiss, Hedger

Blog

Comments (11)

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

Permalink

Find & replace URL with HTML links

handy!

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

DOM
UI

Comments (2)

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

Hacking text-overflow for Firefox

yet another way to do the same thing

http://www.hedgerwow.com/360/dhtml/text_overflow/demo3.php

CSS
Firefox Only
FancyStyle
UI
xul

Comments (4)

Permalink

Inline XUL Element for Firefox

Firefox only, sorry.

http://www.hedgerwow.com/360/dhtml/xul-in-html.html

Firefox Only
xul

Comments (1)

Permalink

Dynamic Gradient Background (with SVG)

http://www.hedgerwow.com/360/dhtml/dom-gradient-background/demo2.html

test for :-) fun

VML
SVG

Comments (3)

Permalink

Styling File Inputs with CSS [ , JS]

let me share this. :-)
http://www.hedgerwow.com/360/dhtml/css-form-file-upload.html

CSS
UI

Comments (7)

Permalink