Friday, August 20, 2004 - Posts

Local Weather via RSS

This is a good utilisation of an existing technology e.g. airport locations, free weather availability and RSS (via Alex Barnett). This link lists countries outside the US and Canada that the service supports, and Melbourne weather is here (using ICAO code YMML).

This is handy to be able to tell the wife when it's OK to hang washing on the line, or to know if I need my umbrella to walk out to the car. I don't know if I've got a use for visibility, windspeed, and barometer readings just yet, but it is handy to have this kind of news delivered to me if I need it.

Determining if you have Windows XP SP2

With Windows XP Service Pack 2 released, it would be handy to determine if you have it installed programatically (using C# or VB.NET). Saar Carmi points me in the right direction to KB 304721.

Related is KB 304283 which explains how to find out Windows versions in C# using the System.Environment.OSVersion structure (I don't know if it detects SP2, as I don't have SP2 yet...at least now I'm able to check!)