Monthly Archives: February 2010

Pwiff Update

I just committed a simple Movie and Encoder class, so making a blank movie is now far easier to understand. At least now you don’t have to calculate the file length by hand. $env = new Pwiff_Environment; $env->setSwfVersion(10); $movie = … Continue reading

Posted in PHP | Tagged , | Leave a comment

Pwiff Source Released

Today, I was able to get Pwiff to create a “blank” SWF file, meaning a header, a FileAttributes tag, and an End tag. As a result, I decided to start a Google Code project for it, and host the files … Continue reading

Posted in PHP | Tagged , | Leave a comment

NextShout is now Free

NextShout was a commercial shoutbox product I released two or three years ago, for the vBulletin forum software. Its bandwidth consumption is far lower than any competing products, due to its use of efficient JSON and only sending information deltas, … Continue reading

Posted in PHP | Tagged | Leave a comment

Introducing Pwiff

Considering I’ve reached a small milestone in the project, I figured I would write a post explaining what I’ve been up to. My previous entry relates to this, as at the time I was experimenting with writing a class to … Continue reading

Posted in PHP | Tagged , | Leave a comment