Log in | Jump |

jhollingworth

a blog about my life (twitter.com/jhollingworth)

Things added in August, 2007

C# PostCode GeoCoding

Posted on August 8th by jhollingworth. %
Part of my project needs me to get the coordinates for a given post code. I found FreeThePost.org which allow you to perform geocoding querys pretty easily by doing ...
(preview-image)

LINQ trying to be clever

Posted on August 8th by jhollingworth.
So have been playing around with LINQ today which I have been pretty excited about. I loved all the ORM'yness in Ruby but hated the floating point arithmetic so ...

Added event to OFXImporter

Posted on August 8th by jhollingworth.
Just a quick update, added a OFXFileLoaded event so you can run it on a separate thread and then populate the form. Had to change how it works slightly though: OFX ...

C# OFX Importer

Posted on August 7th by jhollingworth. 6
I have put the code up on google code So i didn't have much to do yesterday so I wrote an OFX importer. I used Jason's sharpCash as ...

Importing OFX troubles

Posted on August 5th by jhollingworth. %
For part of my project, i need to do import data in the OFX format. Trouble is that no one has really done much, apart from one library (http://www.nsoftware.com/ibiz/ofx/) but ...