Division By Zero

Category: Development

7 Ways To Solve A Three Pipe Problem

Being a web developer essentially comes down to one thing – problem solving.

But at some point in every developer’s career they’ll come across a ‘three pipe problem’; a fiendishly difficult scenario that, try as they might, they just can’t seem to crack.

So here are a few tips that I’ve used in the past that might help when it happens to you.

Continue reading

Warning: Compilation failed in WordPress

I recently came across a strange new error message on a new install of WP 2.8.3

Warning: Compilation failed: characters with values > 255 are not yet supported in classes at offset 16 in wp-includes/shortcodes.php on line <line-number>

Continue reading

How to do Conditional Inserts in MySQL (INSERT … WHERE NOT EXISTS)

At some point or other everyone needs to perform a conditional INSERT; one that is only executed after checking if the data is already in the database – so here’s how.

Continue reading

Copyright © 2009 - 2010 Division By Zero - Credits