Bash script to configure MySQL database and install WordPress

Updated 4/6/15 – now with added key/salt generation When deploying a new WordPress site, there are two (potentially) needlessly time-consuming steps – logging in to MySQL to setup a new database and user, and then copying the WordPress files to the directory. The script below lets you do this in one step, pass in your… Read more Bash script to configure MySQL database and install WordPress

UK GovCamp 2015

6am Saturday the 24th I headed down to London for UK GovCamp 2015 – an unconference centered on the public sector. As usual the was a huge variety of topics pitched, and personally I really appreciated the lack of an “introductions” session – it got things moving much faster. My day went sonething like this:… Read more UK GovCamp 2015

Servers for Hackers

After hearing a lot of good things about Servers for Hackers by @fideloper I joined the mailing list, and then recently started the ebook. You should really at least check out the articles on the site, if not grab the ebook and related materials.

Adding gallery transitions to Nivo Lightbox

Nivo Lightbox isn’t the most widely known of Dev7studios products, but it’s a solid and simple image slider. However one feature it doesn’t currently have is transition effects when navigating left/right through a gallery. It turns out though that a couple of small modifications were all that was needed to provide the required hooks. You… Read more Adding gallery transitions to Nivo Lightbox