Economies of abundance

This really struck a chord with me: “Making money from open source is a hack though, as our currencies are based in scarcity and our peer economies are based in abundance. In the latter, the more people participating means the more everyone benefits.” Daniel Bachhuber – an economy of abundance

Experiments with WP Cron

I’ve got a couple of projects coming up which are going to require scheduling tasks in WordPress either to go off and get stuff, or to check whether posts displayed are still accurate, etc. Luckily, WordPress has a pseudo-Cron implementation which I plan to use to . Let’s take a step back first and remember …

Adding GET params to a URL in WordPress with add_query_arg

I am finding myself using this function a lot now, and I constantly forget the function name: add_query_arg(); It allows you to pass in some additional parameters, and a URL, and receive back the URL with the query string params added. For example: $some_url = “http://simonwheatley.co.uk/?stuff=whatever”; $params = array( ‘wp_siteurl’ => “http://www.example.com” ); $some_url = …

Firefox autocomplete and dual monitors on OS X

There’s an irritating bug on Firefox for OSX when you’re using it with dual monitors. If you plugin the monitor after you’ve started Firefox, and it is in the secondary monitor, the autocomplete for URLs and for search queries will appear on the primary monitor. Very confusing. The solution is to restart Firefox (which retains …

Tom Smith: Things you don’t know, but might, at BarCamp Leeds 2007

Tom Smith, of Everything Ability, gave an entertaining & refreshing talk for the last of my BarCamp Leeds sessions. A wonderful roll call, reminder and rallying cry for what he felt were great but neglected ideas things.

Mark Rushworth & Dominic Hodgson: SEO Clinic at BarCamp Leeds 2007

Around the campfires late at night, old Leeds GeekUppers tell tales of the legendary SEO (Search Engine Optimisation) clash of Hodgson and Rushworth at a Leeds GeekUp many moons ago. Apparently Hodgson is (I’m hoping someone can fill me in). Apparently Rushworth is (not sure, I wasn’t there). Anyway, it was heated, let’s just leave …