Doug Daniels Dev Blog

Random ramblings of a developer.

Hello Octopress and Github World

This is the first blog post.

Gist embed example:

Testing a codeblock snippet:

Testing out some AS3
1
2
3
4
5
6
public class PlayerDTO extends DataTransferObject {
    public override function readObject(dataInput:IDataInput) : * {


    }
}