Category Archives: PHP

Ancient Image Class

This is a really old image library/class thing I wrote back in Summer 2006 while working with Jeremy and his company. I believe it was originally written in PHP4 and updated to PHP5 a month or two after the original … Continue reading

Posted in PHP | Tagged | 1 Comment

Wildfire Log Adapter for Solar

While doing some more development for Crindigan, I figured I should be looking for a better way to show debug information than putting it in the page footer, so I looked at FirePHP. Unfortunately the Firephp log adapter in Solar … Continue reading

Posted in PHP | Tagged , | Leave a comment

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

Extracting Information from Floats

I was tinkering around with working in binary again, for a project I may or may not follow through on – still deciding. Along the way I was dealing with floating point numbers, and how to work with their individual … Continue reading

Posted in PHP | Leave a comment

Crindigan: An Introduction

This entry is meant to quickly describe what Crindigan is, and what led to its creation. As the description on Google Code states, it is basically a web-based role playing game, played through a user’s browser using standard technologies like … Continue reading

Posted in PHP | Tagged | Leave a comment

Mariph

Mariph is a collection of a few classes that can read a subset of Ruby’s Marshal format. I wrote it back when I worked with RPG Maker XP, and wanted to convert the marshalled data from that program into something … Continue reading

Posted in PHP | Tagged , | Leave a comment

Obfuscated Cake

Almost forgot about this one. I wrote it back in June 2008 for Jeremy’s birthday since he was having a rough day. Like the heart, this is code in the shape of a birthday cake (well, as long as you … Continue reading

Posted in PHP | Tagged , | 1 Comment