Random Person Name Generator

February 7th, 2008

I decided to put a person name database I found to good use and make a person name generator. Here it is! The generator uses Markov chains. Most of the source code is available for download.

Continue Reading...

WS Subscriber Stats – Experimental Plugin

January 6th, 2008

I’ve started up two longterm projects at the same time (one is top secret linkbait stuff, the other just top secret 😉 ), so I don’t have much time/ideas for new posts at the moment. Irrespective of that, there is one plugin that I have been working on and testing for a while – my […]

Continue Reading...

UIF to ISO Converter GUI

December 30th, 2007

The UIF to ISO converter GUI is another little program I’ve made recently. You can use this simple tool for converting .UIF files to the .ISO format.

Continue Reading...

Free DAA to ISO Converter GUI

December 27th, 2007

This is a simple graphical user interface for the DAA to ISO converter. The original converter tool requires that you know how to use command-line utilities – and many users do not. That is why I made a simple Windows interface for it. You can download it (and the converter) here.

Continue Reading...

Raw HTML Plugin for WordPress

December 13th, 2007

Recently I needed to put some style definitions and a JavaScript function in a post on another blog that I have. I wasted several hours trying to do this, because WordPress insisted on putting backslashes in front of my apostrophes, inserting superfluous <p> or <br /> tags in place of newlines, and generally breaking my HTML in various horrible ways.

In the end I decided to just go and write a plugin that would let me put any code or script in my posts and display it to the visitor unmodified.

Continue Reading...