Geocoding postcodes

Here is a demonstration of Postcode geocoding. It is a Ruby on Rails app that shows a Google map in one iframe and an (Active Scaffold) list of places in another. I have altered the Active Scaffold plugin so that when a postcode is edited, a request is sent to […]

Secure shell from a MacBook to Redhat server

For a while I have been trying to set up ssh to use a private/public key pair instead of requiring me to log in each time. I also hope that this will speed up Capistrano deployments of Ruby applications.
The instructions here did not work first time for me because I had assumed the […]