Jef Claes

On software and life

19 Dec 2010

HTML5: The Geolocation API is scary (good)

I read about the [HTML5 Geolocation API](http://dev.w3.org/geo/api/spec-source.html) in the [Pro HTML5 Programming](http...
12 Dec 2010

HTML5 selectors and jQuery

In [my first post on the HTML5 javascript Selector API](https://jefclaes.be/2010/11/html5-new-in-javascript-selector-api...
05 Dec 2010

HTML5: Drawing images to the canvas gotcha

While I was playing with the [Canvas API](http://www.w3.org/TR/html5/the-canvas-element.html) I came across a weird issu...
05 Dec 2010

HTML5: More on selectors

[Last weekend I blogged](https://jefclaes.be/2010/11/html5-new-in-javascript-selector-api.html) on new addittions to the...
29 Nov 2010

HTML5: New in the javascript Selector API

Because I finally got the MCTS 70-536 certification out of the way, I can start experimenting with some fun stuff again....
14 Oct 2010

Trip Report Denmark (Part 2)

If you missed the first part of this trip report, you can find it [here](https://jefclaes.be/2010/10/trip-report-denmark...
13 Oct 2010

Trip Report Denmark (Part 1)

Last month me and my girlfriend went on a holiday to [Denmark](http://en.wikipedia.org/wiki/Denmark) for a week. We had ...
23 Sep 2010

Things good to know about SQL State Server

While installing a [SQL State Server](http://msdn.microsoft.com/en-us/library/ms178586.aspx) last week, I came across a ...
21 Jul 2010

Tripping in Holland. Honey, who shrunk Holland?

People who [follow me on Twitter](http://twitter.com/JefClaes) might have seen my tweets about going on a weekend to Hol...
14 Jul 2010

Switching with non-constant cases in C#

Last week I came across a scenario where I wanted to switch over non-constants (aka variables), but while I was compilin...