January 2012
HTML5 Boilerplate
November 2011
dretblog: Creating Resources with GET/PUT
here is the proposed sequence of steps in this scenario: clients GET the template and a token from the factory resource. since this operation does not change server state, it is safe and idempotent and it is possible to use GET. clients PUT to the token URI, at which point the server creates and populates the resource at the repository level, and keeps track of the token from which the resource has been created. the server responds with a 303 (See Other) response, indicating the persistent URI of the resource. subsequent requests to the token URIs are handled with a 301 (Moved Permanently) response, telling clients that the token URI should no longer be used, and that a persistent URI is now available.
October 2011
September 2011
Other projects
A static HTML generator. It's a small template system I use to generate this site. It parses text files (HTML or not, it doesn't really care) and outputs the result, allowing you to include other files and embed python code.
Facebook Flash Templates
June 2011
May 2011
April 2011
















