Category Archives: Techie


local.live.com Snowdon Mashup

I don’t like the term “mashup” but I wrote a quick “mashup” to show the route I took up Snowdon on sunday (I didn’t go all the way). Try it out. The javascript needs some cleaning but it works for now. Note: I haven’t tested in in IE.
To tie this in with a handheld GPS […]

shop.wwf.org.uk 2006 goes live

http://shop.wwf.org.uk/ is finally live after far too many late nights. Well done team Karova. I’m off to get some shut eye.
Don’t even think of sending me bug reports. At least not until the morning.

C# XML encoding woes

I have a simple XML document fragment with a euro symbol in it:
[code lang=”xml”]
Lorem ipsˆum dolor sit amet,
[/code]
which I want to load into an XML document.
[code lang=”cpp”]
System.Xml.XmlDocument doc=new System.Xml.XmlDocument();
doc.LoadXml(xml);
[/code]
I then output the XML of that doc to see that all is well - alas it is not, It has decided to re-enocde my beautiful numeric […]

Dev crazy

In an attempt to vary the type of programming I am doing, out of office I have been working on quite a few cool projects. Outlined a few below - unfortunately none are for download yet as they are still in progress.

KarovaDev Firefox extension
As Karova’s main product is a hosted e-commerce solution, we naturally have […]

Skype mania

I love Skype and use it for most of my calls. I have a Skype-in number “+44121 288 5321″ and I have Skype voicemail too. I recently got my dad set up so we can have free calls.
I was wandering around Sainsburys the other day and was very surprised to see a leaflet allowing you […]

Evolution on Win32

Finally Evolution on Win32. I definitely see this giving thunderbird/lightning a run for its money. - I can’t find a download though

XGL madness

I managed to get (with some help) XGL working on the iBook and it runs quite well considering the graphics cards in those machines. All the key bindings were screwed though (it being a mac keyboard - an australian one at that) and it misunderstood the size of my screen so all my apps were […]

Finally, me got some wireless

With the long awaited Dapper Drake release of Ubuntu I have finally got Ubuntu 6.0.6 (Dapper Drake) working on my iBook. With some help from ubuntuforums, modprobe, fwcutter and my OSX installation, I also managed to get wifi working (I did have to disable my WEP though).

Awesome stuff, It really is nice to have a […]

IIS wants it’s 80 back

Once again microsoft succeed in completely baffling me with a non sensical error message - “Unexpected Error 0×8ffe2740 Occurred”.

What it really meant to say was that IIS is not able start on port 80 so sort it out, the reason for this was Skype (As I have seen before).

Archive date grep V1.0

Archive date grep is a python script that allows you to archive (choosing zip or tar) all files within a directory structure which have been modifies since a user defined date. The archive maintains the original directory structure which makes it ideal for releasing websites. You can downlaod the script as a zip archive[zip 2 […]