Posts
Import content using MonoGame & XNA
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 …Check if type exists in MSSQL
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 …Ordering and filtering objects with ng-repeat
Published 26 March 2014 in archive with tags angular , javascript AngularJS allows you to iterate over collections using theng-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 …