1and1 have upgraded me to Exchange2007, which is nice. I’m liking the flagging features now available on my Windows Mobile device. I ran into an issue, which 1and1 refused to help me solve due to it being ‘out of our scope of support’. They’re support is ‘will provide you the necessary settings for you to be able to setup your exchange account in your Outlook 2007’. As far as I’m concerned not being able to view the Out of Office options comes under they’re support. My situation is I have my exchange server hosted with 1and1, and the...
For my new project I decided to make use of GeoJSON, a standard for representing geo data in JSON format, rather than returning KML, georss to the client, or some custom format. From a quick look online there wasn't much in the way of using Virtual Earth with GeoJSON, I found one blog post that was the inspiration behind doing VEGeoJSON. The VEGeoJSON library provides two functions (not much of a library) addGeoJSON(data, onLayerCreated, onShapeCreated) getGeoJSON(onGeometryCreated) As a quick example of its usagevar v = new VEGeoJson(map);
var geoJson = v.getGeoJSON();
VEGeoJSON supports all the GeoJSON shapes; Point, MultiPoint,...
I came up with a lightening bolt of an idea the other week while I was thinking of a small project to do to try out some new technology. This project has spiraled into a bigger project which I think could be quite cool and big - so there goes my evenings for the next few months. The few people I've told the idea to seem to think it also sounds good, either that or they're just humouring me so I waste my time on it. Either way it's giving me a great chance to try out some technologies...