Posted in Hacking, OpenAustralia on May 27th, 2011
I’ve been using the online (sorry, cloud) open data scraping tool, ScraperWiki for some time now. We’ve written a bunch of scrapers that are being used by PlanningAlerts and I’ve also created a few for other bits of data I am interested in or that I’ve been commissioned by clients to write. For the second [...]
Read Full Post »
Posted in Hacking, OpenAustralia on Jan 17th, 2011
In less than a week I’m off to DrupalDownunder for work as the company I work for has started to look at using more Drupal in the work they do for clients. Given that I’ve not delved too deep into Drupal and certainly never developed on it, I thought I had better find out a [...]
Read Full Post »
Posted in Hacking on May 4th, 2010
In the PlanningAlerts project, we recently added a default page title for those pages we forget to add specific titles to. I added the initial code and Matthew did it properly cleaned it up, here’s the diff: 12345678910111213141516diff –git a/app/views/layouts/application.haml b/app/views/layouts/application.haml index 27d81d9..6b42b26 100644 — a/app/views/layouts/application.haml +++ b/app/views/layouts/application.haml @@ -2,10 +2,7 @@ %html(xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml") [...]
Read Full Post »