Category Archives: Programming

Apache Velocity – Read Templates from JAR

Apache Velocity comes bundled with different resource loaders, but none of them are really suitable for reading templates that are bundled in your JAR. By using a String Resource Loader, templates can be loaded using getResourceAsStream (or anything else that can yield a String).

Read more »

Flex 2.5.35 and Win32 / Visual C++

Quick guide to getting the latest version of Flex working with Visual Studio on Windows

Read more »

Powershell: Convert Hex Groups to ASCII (Softalk Mail Server)

A friend came to me the other day asking if I knew how to convert hex strings to ASCII. For some backstory, the e-mail server they use at his workplace (Softalk Mail Server) wasn’t archiving e-mail properly, so he had …

Read more »

Open Source Flash Game Programming – Chapter 2 – Main Loop and Graphics

Open Source Flash Game Programming – Chapter 2 – Implementing a game loop, basic graphics, and keeping accurate track of time

Read more »

Open Source Flash Game Programming – Introduction / Setup

Learn to create a Flash game using free and open-source tools. This first tutorial covers setup and a basic ‘Hello World’ application in ActionScript 3.

Read more »