Skip to content

{ Author Archives }

Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 2

So I’ve finally got a fix for this issue. The solution does feel like a bit of a hack – but I can understand why I need to go down this path. Hopefully one of the people who read this post will be inspired to come up with a more elegant solution! See a demo […]

Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 1

Update: see follow up post to see how I got the cascading ComboBoxes to work: I did mange to get a ‘working’ solution for cascading ComboBoxes – see the solution here: Silverlight 2: MVVM, Databinding & Cascading ComboBoxes – Part 2 I’m presently working on a Silverlight 2 application at work, and really enjoying the […]

Google App Engine – Tetris Challenge

Here’s my attempt to learn Google App Engine / python: The Tetris code challenge, you write a tetris playing algorithm, and the app challenges your algorithm. Anyone can write an auto-player algorithm in anything that can do cgi: php, asp.net, jsp, etc. I’ve provided a sample client that can easily be hosted on App Engine […]

IIS, SSL and Host-Headers

Update (3-Aug-2010): Multiple SSL domains on a single IP are now possible using Unified Communications UC SSL Certificates (Subject Alternative Name) – see my follow up article: Subject Alternative Names for SSL Here’s a knowledge base article I use to explain why an SSL site needs its own IP address: HTTP 1.1 host headers are […]