posted September 15, 2008
I haven’t tried this out myself yet, but I thought I’d share this with everyone having trouble with transparent images. Hopefully this will help.
http://jquery.andreaseberhard.de/pngFix/
It’s a javascript alternative to fixing the transparency of images. With this, you probably won’t need the iepngfix.htc anymore.
Hope this helps!
posted June 21, 2008
This article was on digg a while back. I meant to post it on here too, but I forgot up until now. Basically it’s a bunch of known bugs, some of which I already covered I think, and their fixes.
Well here it is:
Using CSS to Fix Anything
Hope this helps!
posted June 11, 2008
Now that the redesign is pretty much finished, I can start posting again. Today, I’ll talk about image mapping…in CSS! The result of this will look somewhat like facebook’s image viewer where people’s heads are outlined with a box. Of course, you’d need a pretty advanced face algorithm to find faces in a picture automatically, but I’ll just show you the box part.
more →
posted May 19, 2008
Over the next few days, I’ll be making some changes to the design of the site. Thus, I won’t have too much time to post anything until I’m finished. Hope everything goes according to plan!
posted May 15, 2008
Ever notice the weird difference in margins between IE6 and the rest of the browsers when using floats? IE6 seems to like to add an extra pixel more than specified in margins. The following will show you an easy way to fix this problem.
more →