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
Category Archives: Miscellaneous
WordCamp UK 2009, theme translation file
WARNING: Of interest only to those involved in translating the Wordcamp UK 2009 theme into Welsh! WordCamp UK 2009 POT file – for translating the theme into Welsh (or any other language). For more information, see the WordPress Internationalisation information.
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 = …
Continue reading “Adding GET params to a URL in WordPress with add_query_arg”
BarCamp Leeds – “my last project”
If you’re attending BarCamp Leeds, I need YOU. I’d love to know what you’ve been up to recently, and what better way to find out than for you to tell me (and everyone else) as part of an open mic “my last project” session.
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 …
Continue reading “Firefox autocomplete and dual monitors on OS X”
BarCamp Leeds 2007 – a round up
So a quick round up of my first BarCamp experience at BarCamp Leeds: brilliant.
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 …
Continue reading “Mark Rushworth & Dominic Hodgson: SEO Clinic at BarCamp Leeds 2007”
Mark Sailes: TV 3.0 at BarCamp Leeds 2007
For me, BarCamp Leeds started with Mark Sailes‘ session on TV 3.0. Mark’s session was one of my favourite sessions of the day and centred on his contention that TV needs to enter a third phase (1st phase: black & white, 2nd phase: colour). TV 3.0 is all about audience participation and analysis (this linked …
Continue reading “Mark Sailes: TV 3.0 at BarCamp Leeds 2007”