Skip to content

Instantly share code, notes, and snippets.

We recently rebuilt http://red-badger.com using DocPad and had a fantastic experience doing so. Red Badger is a software consultancy and we tend to work with quite large corporate organisations. We want to convince them that should opt to head in the static site generator direction for new projects (where suitable) rather than plump for the "tried and tested" CMSs like Drupal.

The issue is that large corporates don't like risk. And if they don't understand something or feel that they're doing something no-one else is doing, then they get worried and back away.

This puts us in a catch 22 situation. We know they often don't need the complexity of a large CMS, but we also know that if we try and recommend something else (like DocPad) we face an uphill battle convincing them it's the right choice and that they should award us the work.

I suspect I am not the only person in this situation and as such would like to collectively build a case for statically generated sites that we can all use when pitching f

@dwynne
dwynne / Berksfile
Created June 24, 2013 19:47
Application cookbook overriding the default options for nginx
cookbook 'nginx-app', '~> 0.1.0', path: 'cookbooks/nginx-app'
@dwynne
dwynne / Berksfile
Created June 24, 2013 16:46
Vanilla nginx server with Berkshelf and Vagrant
cookbook 'nginx', '~> 1.7.0'
@dwynne
dwynne / gist:1262761
Created October 4, 2011 20:49
MediaElementJS Issue
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>HTML5 MediaElement</title>
<script src="../build/mediaelement.js"></script>
</head>
<body>
<video width="360" height="203" id="player1" src="http://video.ted.com/talks/podcast/AlGore_2006_480.mp4"
type="video/mp4" controls="controls" preload="auto">