Developer’s Journal
Dev Diary: Building metaphorical switches
August 22, 2014 Friday at 2:22 pm
Dev Diary: Introductions and a malfunctioning inventory
August 15, 2014 Friday at 11:15 am
Programmer’s Journal: Make it a list!
In software development we often have a nose for bad code – the word used is a code smell. These can be things like duplicated code (put it in one place so it won’t take twice the effort to change it later – or even worse, only get changed in one place), or code that’s too long to figure out …
November 26, 2013 Tuesday at 6:56 pm
Programmer’s Journal: Refactoring
One of our most recent changes was revisiting themes. Adventure Cow has support for custom story themes – by writing your own HTML and CSS, you can create a new look for the same story. Since this functionality has been developing since a very early stage with Adventure Cow, it’s had time to accumulate dust. When I lifted the hood …
November 19, 2013 Tuesday at 11:41 pm
Programmer’s Journal: Doing basic HTML5 caching
We’re in the process of figuring out how to make DestinyQuest Infinite run offline, and one of the first steps to doing so is making caching work. HTML5 features something called AppCache that lets you download files and save them for later. If you’re making an HTML5 web app, this page has a relatively short guide that you should read …
November 13, 2013 Wednesday at 7:01 pm