Posts
Published 28 May 2014
in archive
with tags
ubuntu
,
sublime
,
linux
This relates to installing Sublime Text on Ubuntu 14.04 LTS.
Continue reading …
Published 5 May 2014
in archive
with tags
flickr
,
javascript
Just for future reference, here is the Flickr API sizes as a JavaScript enum.
Continue reading …
Published 13 April 2014
in archive
with tags
gamedev
,
monogame
,
xna
,
csharp
So I knew this was coming. I knew there would be issues with the content pipeline, long lost roots reaching back down into the abyss of XNA and unmaintained Microsoft projects. Game development is all about challenges. It's the reason I love it. Everything pushes you to the limit; mentally, physically, emotionally.
Continue reading …
Published 27 March 2014
in archive
with tags
sql
,
mssql
,
snippet
Snippet time. Check if a type exists in MSSQL with the following simple query:
Continue reading …
Published 26 March 2014
in archive
with tags
angular
,
javascript
AngularJS allows you to iterate over collections using the ng-repeat directive. You have the ability to order and filter the collection, but this only works for arrays, not for objects. You'd think that you'd retain the functionality of arrays, considering the object is treated like one, but you don't.
Continue reading …