Don’t Fear The Yellow Screen Of Death

2008-10-25 - Kommentare deaktiviert

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 - Kommentare deaktiviert

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 - Kommentare deaktiviert

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 - Kommentare deaktiviert

My technique to display definition list table like.

Read more...

Benchmarking PSQL

- Kommentare deaktiviert

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...