Code
drupal.org - stephen-cox
My profile on drupal.org.
GitHub - stephen-cox
Link to my personal GitHub account.
LocalGov Drupal
For the last couple of years I've been helping develop a publishing platform for councils.
Open Source tools for academic writing
I recently completed an MA in philosophy. This post details my workflow using Open Source software tools such as Atom, Pandoc, Zotero, Git and Syncthing.
Agile Collective developer documentation
Developer documentation for Agile Collective members, employees and freelancers.
Drupal with Varnish caching and HTTPS using Nginx and Let's Encrypt
Varnish is great at serving pages to anonymous users at high speed, but it doesn't speak HTTPS so if you want to use Varnish and provide your site over HTTPS then you need to use something to do HTTPS and proxy the traffic to Varnish. In this blog post I will detail one way to do this by using Nginx to do HTTPS termination and proxy the requests to Varnish.
Playground
Playground for my experiments with CSS, jQuery and JavaScript libraries.
Agile Parrot
Agile Collective fork of Computer Minds Parrot. A Vagrant based development setup for creating Drupal websites.
An Introduction to Ajax
An introduction to programming asynchronous Ajax web requests using JavaScipt, PHP and MySQL.