Writing on software and adventure
All of my medium-form thoughts on programming, hobbies, and more, collected in chronological order.
How I make sure the JavaScript I write is namespaced and clean.
I ran into a problem with my XLinq queries returning no results. Namespaces were the missing piece, and I explain how to implement them.
Fixing SSL when accidently breaking it.
Configuring continuous integration with .Net using CruiseControl.Net and Visual Studio 2010.
I use Xml and Json serialization constantly. I put together a quick class to use when it comes up as a problem again.