Recent Posts

Creating Flash Videos Using FFMpeg

less than 1 minute read

One of the hardest parts about doing video on the Internet in the past has been knowing what video format to use. With the rise of video sharing sites like y...

Building The Ming Ruby Extension

1 minute read

I’ve been trying out Ming SWF output library in PHP for a few days and I thought I would give the Ruby extension a try to see how well it worked. It turns ou...

Even Amazon Can Hurt

less than 1 minute read

It just goes to show that even the most redundant sites in the world have their limits. Amazon is mostly unusable ATM because they tried to sell XBox360s at ...

PHP ImageMagick MagickWand Examples

2 minute read

A while back I explained how to compile the ImageMagick extension for PHP and this past week I got around to creating some example code to make some of the c...

Using Java to get detailed DNS information

2 minute read

Not long ago I was curious about using Java to look up DNS information so I decided to put together a little DNSBL/RBL checker so I could experiment with Jav...

Upgrade to PHP 5.2 and Get JSON For Free

less than 1 minute read

A few days ago when PHP 5.2 was released one of the things that caught my eye was that it now includes the JSON extension. For anyone doing AJAXy type stuff ...