logo

Blog

LitList Reborn

Nov 3, 2009 Misc

If you haven’t seen it already, LitList, a project I started in 2007, just underwent a massive overhaul. I’ve been heavily developing a new platform for LitList, taking it away from previous functionality to add in many new features. It is now built on Codeigniter and I’m loving it.

Actionscript 3.0 SoundChannel Position Pause Bug

Sep 26, 2009 Misc

I spent my entire morning today trying to discover why I couldn’t get a pause function to work properly on an actionscript 3.0 mp3 player. I came to find out that a very significant bug exists in actionscript that keeps channel.position (part of SoundChannel) from reporting the correct position location of a stopped mp3.

WordPress vs Drupal

Jul 30, 2009 Content Management

This question is usually at the maelstrom of our storm: Which platform is better for my next project? To answer this, I want to point out the differences between Wordpress and Drupal.

Microsoft’s Excuses for IE8

Jun 23, 2009 Misc

Dear Microsoft, thank you for putting out a waste of code that will, again, send web programmers into cardiac arrest.

Parse Yahoo Weather Data XML with PHP

May 14, 2009 PHP

I’ve looked at parsing weather data with PHP before, but I’ve found that using Yahoo’s weather service it more stable and flexible. Luckily PHP has some excellent built in functions to parse complex XML.