Since Firefox 3.5 is out I’ve been looking for a way to run multiple versions of Firefox at the same time, just like MultipleIE – this is how I did it.
Read more...Snipped: rgb_str2hex
Converting rgb-values to hex (and vice versa) has been done a gazillion time, and once by me.
Read more...A JS-Fix for ie6 inabillity to style ancestors of hovered links
I got fed up with Internet Explorer 6 inability to apply CSS rules to ancestors of hovering links, so I went in and fixed it.
Read more...<Legend>s suck
Or, to be more precise: browsers implementation of <legend>s suck.
Don’t Fear The Yellow Screen Of Death
It’s yellow, it’s frightening and it scares your audience: The Yellow Screen Of Death
Read more...Converting Word to HTML
Converting Word documents into valid and semantic HTML is a common, tedious and time consuming task.
This is how I deal with that.
Screenshots, the easy way
When working for random people you’ll often find yourself in situations where others want to actually see what you were doing to whole day long…
Read more...Tablelike Definition Lists
My technique to display definition list table like.
Read more...Benchmarking PSQL
Since I’ve written PSQL I’ve wondered how well it performed compared to “old school” queries and “normal” prepared statements.
I’ve written a simple test suit that measures how quickly this function, a standard mysql_query() and mysql_fetch_assoc() and an optimized prepared statement can perform simple (and common) task a few thousand time.
The test for every function consists [...]
HTML-Quine and Source-Stylesheet
Today we’ll write a stylesheet that prints the document source and even an HTML/CSS-Quine!
Read more...