Latest Tweets
- A guy dies and its legitimate news on CNN. And then non-contributing trolls haunt the comments. People suck. http://t.co/DstUHdEp 7 hrs ago
- If you are not personalizing your LinkedIn connection invitations, you are doing it wrong. Goes double if you hardly know the invitee. 1 day ago
- Lately the days where I kick maximum ass are the days I work from home. Productivity is in inverse proportion to time spent in-office. 1 day ago
- Suzanne scored us two tickets to see Eddie Vedder in Dallas in late April. Never seen Pearl Jam or Eddie, so this is pretty exciting! 1 day ago
- Frustrating day in software. I wonder sometimes what a career in sports marketing or journalism would have been like. Too late now. 1 day ago
- More updates...
-
Recent Posts
Recent Comments
Archives
Categories
Category Archives: GeoKit
GeoKit Updates
I have added a few features and made a few bug fixes to GeoKit. These are as follows: [FEATURE] Added timeout support for geocoder web service calls [FEATURE] Added proxy support for geocoder web service calls [FEATURE] Added support for … Continue reading
Posted in GeoKit, Ruby, Ruby on Rails
11 Comments
GeoKit: UK Geocoding
For those of you interested in UK Geocoding, I just saw this post come across the wire. If you aren’t doing anything of high-volume or with high-availability needs, maybe this is a temporary answer for you. I’ve received quite a … Continue reading
Posted in GeoKit
4 Comments
GeoKit: A Tiny Update
Its been a while since I tinkered with GeoKit, but when I read this post, I thought I’d take a look at a couple of things that were mentioned. James wrote that it would be nice to be able to … Continue reading
Posted in GeoKit, Open Source, Ruby, Ruby on Rails
4 Comments
GeoKit: Going International?
We have been asked whether GeoKit could be made to support UK addresses and this is something that we’re interested in doing. I must admit that I was incompletely uninformed as to how different these addresses really are. Just have … Continue reading
Posted in GeoKit, Ruby, Ruby on Rails, Uncategorized
5 Comments
Who is doing Rails?
The recent GeoKit publicity has caused an influx of new visitors to this blog. Now that the traffic is subsiding somewhat, I thought I’d take a look at the geography of Rails. It seems an appropriate tangential GeoKit topic. So … Continue reading
Posted in GeoKit, Ruby, Ruby on Rails
3 Comments
GeoKit: More Syntactic Sugar
We just checked in code which improves the readability of GeoKit’s finders. Its quite obvious from the code, so just take a look at these examples: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 … Continue reading
Posted in GeoKit, Open Source, Ruby, Ruby on Rails, Uncategorized
6 Comments
GeoKit: Improvements to distance_between and distance_to
Over at Earthcode, a request was made to enable the distance_between and distance_to methods to accept physical locations in pre-geocoded string form. I have added this improvement, so you can now do: 1 2 3 4 5 6 7 # … Continue reading
Posted in GeoKit, Open Source, Ruby, Ruby on Rails
3 Comments