Conversion of the Gauss Krueger notation into latitude/longitude

From the archives A while ago I wanted to implement Microsoft Virtual Earth (that’s now Bing Maps) into one of my projects (Web-Application). Unfortunately the existing geo-coordinates were formatted using the the Gauss Krüger notation. The problem is that both, Virtual Earth and Google Maps, are working with latitude/longitude. So I had to convert the [...]

More



Getting Started with Solr

I recently wrote that I am working on a new project using some exciting technologies like the Spark View Engine and nHibernate. I was planning to write about some pitfalls along the development process or stuff in general which I think could be interesting to write about. Well, I didn’t! That’s not because there wasn’t [...]

More



Batch geocode your address data

I recently faced the challenge of geocoding existing locations. The location table contains about 10k entries. Around 75% of which had useful address data attached to it. The table contains mainly addresses from the UK but also from the US, Canada and Germany. I was looking for a tool which would take my 10k entries [...]

More



More Padness: jQueryPad

Just a quick one: Similar if not even more useful to the in my previous post mentioned LINQPad is Paul Stovell’s jQueryPad. Guess what it does jQueryPad is a fast JavaScript and HTML editor. Just start it, enter the HTML you want to work with, bash in your jQuery code, and hit F5 to see [...]

More



LINQPad and the magic samples

One of the tools I find myself using quite a lot recently is LINQPad. In my new project we are using NHibernate, which together with the Linq provider is a real joy. I can still remember when I was using NHibernate for the first time in a project and to be honest, the Criteria API [...]

More



A Fresh Start

Well, one would hope so! I haven’t really blogged an awful lot in the past. Well at least not in English. I’ve been blogging a bit over on my German Blog, but that’s mostly non techie stuff. In fact most of the stuff is about my experience as a German guy, living and working in [...]

More



Loading projects in Visual Studio using the Shared Profile feature in Parallels

I recently came across a strange problem when setting up my Windows machine using Parallels on my Macbook. I recently bought a Macbook and do all my development stuff using Parallels to host a virtual windows machine. I have 2 virtual machines running, one Windows XP box and one Windows 2008 Server box which is my [...]

More