Skip to content

Instantly share code, notes, and snippets.

@olbrown
olbrown / Dawesome Design Contract.md
Last active October 13, 2016 19:32 — forked from brendandawes/Dawesome Design Contract.md
A contract for general design services.

This contract for general design sevices is a hybrid of this one on Docracy and the AIGA one also found on Docracy. I wanted something that was simple yet covered the important bits such as payment schedule, kill fee, liability, rights etc. Change the parts in square brackets to suit. I've had this checked by a lawyer but I recommend if you decide to use it you also get it looked at by a lawyer too. Never do work without a contract in place. The majority of clients are good, decent and want to create great work with you — having a solid contract in place will strengthen that relationship and provide you with protection should things go awry.

####Agreement for commission of work between [Designer Name] (Designer)

####and [Client Name] (Client)

####on [Date]

@olbrown
olbrown / ISOPaperSizes.pde
Created October 4, 2016 10:08 — forked from brendandawes/ISOPaperSizes.pde
ISO 216 paper sizes in pixels @ 300dpi
/*
ISO 216 paper sizes converted to pixels @ 300dpi
Drop this file in your Processing sketch and use like so: size(A1w, A1h);
*/
final int A5w = 1748;
final int A5h = 2480;
final int A4w = 2480;
@olbrown
olbrown / 0_reuse_code.js
Last active August 29, 2015 14:15
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console