Don’t Fear The Yellow Screen Of Death

2008-10-25 - Comments Off on 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

2008-10-23 - Comments Off on 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.

Read more...

Screenshots, the easy way

2008-10-06 - Comments Off on 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

2008-10-05 - Comments Off on Tablelike Definition Lists

My technique to display definition list table like.

Read more...

Benchmarking PSQL

- Comments Off on 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 […]

Read more...