I took (and passed) the Microsoft Certifcation exam 70-480 (HTML5 and CSS3) yesterday.

There’s some lovely features of HTML5 and CSS3, but I also messed around with JavaScript during my preparations, and have almost ported my old C sudoku solver to JS, which means I’ll be able to make it available on here again.

I want to finish restructuring it, so that the code is encapsulated properly, and I’m thinking about putting the solving part into a WebWorker. The basic solve doesn’t need to be (I don’t think) as it’s pretty fast, but if I add an exhaustive search this will definitely need to not run on the UI thread.

Anyway, watch this space, as they say.