Author: simonwheatley
-
All about WordPress Web Addresses
I’ve given this presentation at WordCamp London 2015, and last night at the Manchester WordPress User Group. Essentially the talk title is a trojan horse to talk about rewrite rules and regular expressions, without everyone running out of the room screaming because I put “regex” in the talk title. ;)
-
A day out at Seven Sisters Farm
Having eyed up a farm with a £9 ticket price and balked, yesterday we visited the smaller Seven Sisters Farm where Roo (now nearly two) could stroke (and get licked by) some calves, play on a rocker and swings, generally have a run around, and the grown ups could admire the calf shed wooden panelling (honestly,…
-
He went over backwards into the water
We filled the bath quite full today. The problem is that sometimes you get it too cold, and then have to run more hot into it, and then you overshoot, and have to run more cold again. Anyway, it was quite full.
-
Displaying MySQL query results vertically
Ever found the MySQL table view annoying? The table format is terrible at displaying rows with long values, isn’t it? You can get MySQL to display results vertically: Some query results are much more readable when displayed vertically, instead of in the usual horizontal table format. Queries can be displayed vertically by terminating the query…
-
Fitting Isofix in a Ford Focus MkII
The tricky bit was removing the rear seat, mainly because I was looking at the instructions for the wrong model of car; the right instructions for me were on the Focus Fanatics forums. Fitting the actual bar itself was comparatively easy, just two bolts (after you’ve removed the bungs from the bolt holes), I’ve written a…
-
I have a dream, about development environments (presentation)
This is the presentation I gave today at WordCamp Manchester, 2014. There’s an embed of the slides below, and you can also download the version with my (fairly verbose) speaker notes.
-
A quick and dirty logger for Gravity Forms
Today I noticed pieces of code to hook into a logger scattered throughout Gravity Forms, when I was trying to track down an issue. Here’s some quick and dirty code which hooks into the logging methods and writes to the PHP error log:
-
I had a dream
The first post in a series covering how we currently control our development environments at Code For The People. Back in 2013 I had a dream. I wanted our team at Code For The People to work within a consistent development environment, which we could jointly outfit with tools and functionality to help us do our job better.…