Introducing: Local Birds

Everybody else is doing it, so why not me? …What the hell are you talking about? HTML 5 of course!

HTML5 is everywhere right now so I thought I’d have look at some of the new features as well. Therefore I’ve been playing around with the Geolocation API and the Twitter API. And the result can be found here:

https://peterbodskov.dk/sandbox/localbirds
Continue reading Introducing: Local Birds

Invalid duplicate class definition in Groovy

Just a quick one. I’ve just started poking around with Groovy and from time to time I’d get an error saying…and I quote:

org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed,
/.../Error.groovy: 1: Invalid duplicate class definition of class Error :

Continue reading Invalid duplicate class definition in Groovy