Posts
Published 5 May 2013
in archive
with tags
unity
,
futile
,
gamedev
So I've been playing with Unity the last couple of days, and I quite like it. I'm not much of a fan of the scene editor, or any of the GUI stuff, but I've been playing with MattRix's Futile framework and being able to do everything from a code-first perspective is awesome.
Continue reading …
Published 5 May 2013
in archive
with tags
iis
,
unity3d
,
mimetypes
IIS doesn't like serving unknown MIME types, and one of these happens to be the unity3d file for Unity Web Player. If you want it to serve this file, you have to go to MIME Types under IIS, and add a mime with the extension .unity3d and type application/vnd.unity.
Continue reading …
Published 24 April 2013
in archive
with tags
umbraco
,
ushowcase
So today I've released my first Umbraco project, a simple and easily modifiable photo gallery starter kit.
Continue reading …
Published 18 April 2013
in archive
with tags
github
,
windows
,
tutorial
,
git
Following on from my Installing Git for Windows post, today we're going to learn how to get started with our first repository. This is only going to cover the basics, there is much more to Git but you don't need to know that stuff just yet.
Continue reading …
Published 16 April 2013
in archive
with tags
razor
,
macro
,
umbraco
Another Umbraco related post today, and another macro. This time it's about creating a home link for site titles, such as when you click the name of a blog and it takes you back to the index.
Continue reading …