Posts
All the articles I've posted.
-
Easy and inexpensive bases for paper and cardboard RPG miniatures
Michael Earls
I print my own miniatures for use with Pathfinder. I buy the PDF version of the Pathfinder pawns and print out the pages that I need to use, cutting and gluing the pieces as necessary. However, I was having trouble finding decent bases for them. The bases that are for
-
The Adventure Begins
Michael Earls
We just had our second gathering to play Pathfinder (Pathfinder is based on the D&D 3.5 Edition Rules). We started playing the Curse of the Crimson Throne adventure path last weekend. I'm the gamemaster (Dungeon Master) and I've had a blast. It takes a lot of preparation
-
How to add Prism Syntax Highlighting to your Ghost blog
Michael Earls
This post show you how to add Prism syntax highlighting (code formatting) to your Ghost.org blog.
-
.NET Beyond the Demos - Part 3 - The DTOs
Michael Earls
To make passing data between the various parts of our application easy, we need a way to encapsulate that data in such a way that it can easily be transported across the network and consumed by various clients.