1.
HedgerWow :: Firefox Only
Hacking text-overflow for Firefox. yet another way to do the same thing ... Inline XUL Element for Firefox. Firefox only, sorry. ...
2.
HedgerWow :: Make “background-position:center center” work with ...
Make “background-position:center center” work with PNG image for IE5.5+. I’ve done little change and make it easier to implement. ...
3.
HedgerWow :: Embed Base64 encode image into HTML page
Embed Base64 encode image into HTML page. Here’s the prototype .... type the security word shown in the picture. Anti-Spam Image ...
4.
HedgerWow :: Taming opacity with Texts for Internet Explorer
1 post - 1 author - Last post: Aug 20, 2007Taming opacity with Texts for Internet Explorer. Now you can have background image for translucent texts :-D ...
5.
HedgerWow :: Notes from stylesheet-debug.js
Feb 20, 2009 ... Notes from stylesheet-debug.js. Below are the notes from the newly released YUI version 2.7.0 stylesheet.js and the notes from its source ...
6.
HedgerWow :: Embed Base64 encode image into HTML page
I have a webpage which receives an image encoded as a base64 string via ... Then the two images, base 64 encoded. See the Content-Location ...
7.
HedgerWow :: Embed Base64 encode image into HTML page
Embed Base64 encode image into HTML page. Here’s the prototype. http://www.hedgerwow.com/360/dhtml/base64-image/demp.php. Have fun. ...
8.
HedgerWow :: Embed Dynamic XUL document into HTML Page
1 post - 1 author - Last post: Feb 18Keep It Simple, Stupid. { 2007 08 03 }. Embed Dynamic XUL document into HTML Page. Now we can play both HTML and XUL together ! :-D ...
9.
HedgerWow :: Define JavaScript Constant for Firefox, Internet ...
Define JavaScript Constant for Firefox, Internet Explorer and Safari. I tried to do something across browsers like this :. const FOO = ‘bar’;. (function(){ ...
10.
HedgerWow :: Be careful with getComputedStyle
Be careful with getComputedStyle. Sometimes you really need to check whether an element is in the document already before calling some DOM methods. ...