Skip to content

Instantly share code, notes, and snippets.

View commuterjoy's full-sized avatar

Matt Chadburn commuterjoy

View GitHub Profile
@commuterjoy
commuterjoy / base64.js
Created October 18, 2012 14:29
a tiny, elegant base64 encoder and decoder
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
@commuterjoy
commuterjoy / gist:3220725
Created July 31, 2012 21:25 — forked from madrobby/gist:3202087
Fallback to PNG if SVG is not supported
<!-- example for the http://retinafy.me ebook -->
<style>
div.rss {
background: url(rss.svg);
width: 32px;
height: 32px;
}
body.no-svg div.rss {
@commuterjoy
commuterjoy / gist:1391581
Created November 24, 2011 15:26 — forked from jcleveley-zz/1-developer.md
Grade 8 Job Requirements - Senior Web Developer

Essential

Software craft

  • Experience of Test Driven Development and automated Acceptance Tests with Cucumber.
  • Ability to write good quality OO code including patterns and refactoring.
  • Healthy interest in upcoming web standards and technology.

Performance