Thoughts on Building Technology Products and Businesses
-
I’ve just finished adding mapping features to the VillageRatings site. It turns out that displaying maps is relatively easy, thanks to the wonderful Google Maps API. What is tricky (in the UK at least) is computing the right longitude and…
-
PeckhamLive
How long could I live in Peckham without creating a Peckham-centric web site? Not very long. OK, so PeckhamLive is never going to be big. And it’s not the prettiest site to see the light of day. But it could…
-
VillageRatings on Rails
I’ve just re-implemented the VillageRatings site in Rails. The site allows people to read about UK villages and leave their own feedback on them. You can now list villages in order of their ratings for any attribute or overall average…
-
LondonTwenty
LondonTwenty is designed as a starting page for Londoners. The idea is to provide categorised links to the top twenty (or so) sites for Londoners of which people might not otherwise be aware or of which they might not remember…
-
Sending data from browser to server with javascript and JSON
This is some code I wrote to send data from a javascript object (on a browser) to a Rails application on a server. [My aim was to use the Google AJAX search API and a Google local search controller to…