Author Archives: Steve

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

Absence of Stability

Funny how when I run this site off the latest WordPress SVN, version 2.9 coming out of beta only means that I’m now running 3.0 alpha. In other news, I’ll be trying to post an introduction to my Crindigan project … Continue reading

Posted in Miscellaneous | 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

Voronoi Diagram

Here’s another imaging example done with PHP – a Voronoi Diagram. I don’t exactly remember when I wrote this, but it was some time this year. The code doesn’t use any fancy, ultra-efficient algorithm, so it takes several seconds to … Continue reading

Posted in PHP | Tagged | Leave a comment

Random Line Generator

Another repost, though a bit more fresh – it was originally posted in September 2007. JS Random Line Generator The random line generator uses the HTML5 canvas element to draw a series of connected lines, with a large variety of … Continue reading

Posted in JavaScript | Tagged , | Leave a comment

Obfuscated Heart

I originally wrote this in July 2006 for PHP image generation practice, but decided to repost it. Basically, it’s code written in the shape of a heart, that draws a heart. Going more in-depth, the code uses polar coordinates to … Continue reading

Posted in PHP | Tagged , | Leave a comment

New Blog

My old blog was scarcely updated, using outdated software, and had a mixed bag of unorganized content. As a result, I decided to start over, and create a blog solely devoted to technical subjects and my programming projects.

Posted in Miscellaneous | Leave a comment