Backup WordPress to Dropbox on Amazon EC2 Centos Instance

I have been running multisite WordPress on my Amazon EC2 instance for almost a year and now that I have four sites running concurrently it is time to sort out a proper backup routine. Having had a look at all of the options and plugins it seemed like a good idea to backup WordPress to […]

WordPress Apache Permissions For Easy Update

I need to update my WordPress Apache permissions and I have them set so WordPress doesn’t have write access to the main HTML folder. I always have to Google to remember what I need to set so figured I would write it here so I wouldn’t forget. sudo find /vol/html/ -type d -exec chmod 777 […]

LeWeb London 2012 – Lessons and Learnings

I was very fortunate to spend two days at LeWeb London 2012 on the 19th & 20th June this year. Methodist Central Hall in Westminster was a fitting venue for what turned out to be an informative debate on the state of the European start up scene. It provided me with some really good insight into what […]

Build, measure, learn, iterate my vision for an agile future.

Recently I have been going through a process of looking 18 months into the future and as part of that have written a story of to illustrate where we are going and how I am going to help them get there. I thought it would make sense to publish this almost as a time capsule […]

WordPress Categories vs Tags

Categories vs Tags is one of the biggest decisions around how you setup a good taxonomy using WordPress. Utilising both categories and tags can make your site easier to navigate which will help both people and search engines. It has taken me a while to get my head around this so thought I would run through my […]

An Agile Process Should Be Shaped To Fit Your Environment

We have been recruiting a Business Analyst for a big project that we have coming up at work. They have all been interested in how our current process works. It has got me thinking why our process is the way that it is and my conclusion is the main reason is that it has been […]

In Development the most obvious choice is quite often the best one

It started with a conversation regarding Node.js as one of my developers has been using it to write a RESTful API. We had spun up an Amazon EC2 server and RDS backend for the service, which is the beginnings of a content shaping algorithm. This rapid prototype has shown real promise and now we are looking […]

Thinking Lean to Combat Change

I have been working in software development for ten years and the one constant throughout my whole career is change. Change in technology, change in working practices and changing business requirements. During this period I have constantly battled against the best way to deal with change so it has the least impact on the day […]

WordPress Edit Image Not Working on Amazon EC2

I had an issue with my WordPress edit image not working when I installed it myself on Centos. If you would like the ability to do advanced image editing in WordPress when running on Amazon EC2 Linux you will need to make sure that you have installed the PHP GD libraries or none of the […]

Amazon EC2 Apache Setup Permissions for WordPress

I have been doing my best to figure out the Amazon EC2 Apache setup of permissions to enable WordPress to be able to manage all of the files on my Amazon EC2 instance without WordPress asking for FTP permissions when I try to upload a plugin or theme via the Admin site. I ended up having […]