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.
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.
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.
Dear Microsoft, thank you for putting out a waste of code that will, again, send web programmers into cardiac arrest.
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.