Apple Mail sending email from the wrong account

I’m currently running Apple Mail with the unified inbox option, so I can connect to my old company email address as well as my Code for the People address and see everything in one place. There’s settings in Mail to allow you to set the default sending address, and when you reply to a mail …

Protecting staging sites with Basic Authentication

This approach was primarily devised for use with WP Engine staging sites, but will work in any situation where you have no access to Apache’s config and need to use a single .htaccess file for multiple domains (e.g. a multisite setup). We’ve recently had a couple of projects hosted on WPEngine where we need to …

A plugin to clear recalcitrant caches from inside WP Engine

We’re using WP Engine to host various clients, notably the Rolling Stones site, and we’ve been very pleased with both the service and the performance of their hosting platform. There’s always something though, isn’t there? I don’t think I’d really be happy if there wasn’t. In this case it’s the fact the Varnish caching layer …

What happened at the WordPress Community Summit (presentation)

Here’s the presentation I gave to Manchester WordPress User Group last night on the first WordPress Community Summit in 2012. Here’s Jane Wells’ initial post explaining the thinking behind the summit. If you want to learn more about what’s going on, you can see the summaries posted on the day for the morning and the …

Setting HTTP Basic Authentication based on the host name

For many of our projects, the .htaccess file is under version control… but at the same time, I need to put HTTP Basic Authentiation on just the staging site. Unfortunately the host weren’t able to do this for me, but with a little .htaccess trickery I was able to detect the staging site URL and …

PHPNW12: Scale and Adapt / Responsive Redesign: How we’re building BBC News

John Cleveley (@jcleveley) from Auntie BBC talking about the responsive development of BBC News. Usual caveat applies, (a) these are my notes on my thoughts as well as his words, and (b) I may have misheard or misunderstood. Current site is static files and a lot of Apache includes! Responsive sites: cool… but hard! Moving …