25 June 2016
	HTML5 Pong in 20min with C#/Bridge.NET
		I had a quick go at creating a simple Pong game using Bridge.NET to run in the browser. It took around 20 min for basic functionality and scoring/countdown timer.
		
	
12 June 2016
	DaChip8JS - My C# Chip-8 Interpreter running in the browser
		Using Bridge.NET I was able to easily get my Chip-8 interpreter running in the browser (and working on mobile!)
		
	
08 May 2016
	Easy JavaScript and CSS bundling and minification on GitHub Pages without build steps
		Build steps to bundle your JavaScript and CSS on a small static site hosted on GitHub Pages suck, especially if you like to tweak things directly in the GitHub web app. Here's a better way.
		
	
29 October 2014
	Have the Angular Team lost their marbles?
		I've posted before that I'm not a big fan of frameworks like Angular, however recent information about Angular's future only makes me hold my head in my hands even more...
		
	
25 August 2014
	You have ruined HTML
		As if HTML wasn't already terrible enough; you've gone and ruined it with your {{ stupid binding expressions }} and convinced the world that it's a good thing.
		
	
11 May 2014
	(Web) Development Sucks, and It's Not Getting Any Better
		We can do so much better than the way we're building web applications today, but it doesn't seem like anyone is investing in trying to solve the biggest issues. Here's my ideas about what should be being done.
		
	
14 April 2014
	My Favourite Open Source Software
		Scott Hanselman suggested that open source software doesn't get enough praise; so I thought it'd be nice to blog a list of my favourites. Some of this is used on a daily basis and important to my work; yet I've never paid a penny for it!
		
	
13 April 2014
	Markdown-based Presentations with Remark
		I recently discovered a cool JavaScript library called remark; which builds awesome looking presentations/slides from Markdown and CSS.
		
	
09 March 2014
	Cross-browser JavaScript Testing with Karma and Visual Studio
		Yesterday I published a Visual Studio extension and a Karma reporter extension to enable showing realtime Karma results in the Visual Studio Test Explorer window.
		
	
02 March 2014
	A Jasmine Test Adapter for Visual Studio
		I've published my second Visual Studio extension; a Jasmine test adapter for Visual Studio that discovers/executes tests when saving changes to js files.
		
	
13 October 2012
	Thoughts on TypeScript, Dart, and the future of browser-based coding
Had a bit of a discussion on Twitter with Kevin Darty about TypeScript. It started off with this tweet: