Space Invaders in JavaScript

More than 12 years old

If you take a look at the Experiments Page you’ll see that there’s a new entry - Space Invaders. Space Invaders is a great little game to …
Read more

Introducing Experiments

More than 12 years old

I’m staring a series of articles on learning Javascript (the first is available at …

Node.js and Express - Strange Http Status Codes

More than 12 years old

In a Nutshell Sending a response in Express with a call like res.send(status, body) will send body as the status code if it is numeric - ignoring …
Read more

Recursive read lock acquisitions not allowed in this mode

More than 12 years old

If you are using the following combination of tools: Visual Studio 2012 Visual Studio Tools for Git Nuget Then you may encounter some weird problems …
Read more

Context Menu for Trello

More than 12 years old

I’m on holiday at the moment, back in sunny England. Holiday may not be the right term really, I’m mostly working through charity stuff …
Read more

Visual Studio Deployment Projects - an Update

More than 12 years old

I received the following message in my inbox the other day: ‘[Uservoice declined - Bring back the basic setup and deployment project type Visual …
Read more

Web Deploy - Could not connect to the remote computer

More than 12 years old

Using Web Deploy is a nice and easy way to publish websites and web applications with Visual Studio. However, I found one thing that can be a bit of a …
Read more

Build Buttons for Facebook, Twitter, LinkedIn, GitHub and More!

More than 12 years old

Recently I’ve been working on a small project called Build Buttons. Build Buttons is a website that let’s you quickly create buttons for …
Read more

WPF and Visual Studio Addins

More than 12 years old

If at all possible nowadays, I write all my Windows UI code in WPF, it’s just quicker and easier than WinForms. Recently however, I came across …
Read more

Introducing Sil

More than 12 years old

For the last few weeks I’ve been trying to tie up a project I’ve been working on for a while called Sil. With lots of other things on my …
Read more