fix the PNG bug in IE 5.5 & 6
To fix the Problem IE has with PNG-graphics, there are different approaches. The first one seems to be older and therefor kind of obsolete, but i’ll still link it here because it is how i got to known the other hack
Quake 2 translated in HTML 5
This is really cool. There is a port of quake2 to HTML5 and it works! in webkit browsers! yey! here is a tutorial how to get crackin, its in german though. watch the video after the click.
Read more »
WordPress 3.0 Beta released!
As of yesterday the new wordpress beta shipped out. The current version number is 3.0 but this is only an very *early beta* so i won’t be installing it directly. Instead i ll wait until the stable release hits the masses and upgrade then. But i will still keep an eye on development since it’s pretty interesting how fast they implement new features.
Read more at the official Blogpost
WordPress EasterEgg!
When you have multiple versions of a post or page in Wordress (in example when there is an autosaved version) you will get the possibility to compare those two or more revisions. As for layout reasons you can choose to compare one file with it self if you check both checkboxes on one file. If you then try to do this, you will enter some secret environment, …. neo.
i know i am probably super late with this, but still, its funny :)
jQuery Cycle IE BG Bug
I used the jquery cycle plugin from malsup on one of my clients webpage and witnessed a bug in IE. When the cycled container has no background-color attached it will use the next parent’s.
To workaround this bug all you to do is adding following line to the CSS of the container which gets cycled.
background:transparent!important;
|
