@rmanalan

Illustrating the landingpad.org helicopter

From pencil and paper to digital form.

Posted

How to use HTML5 in your client work right now

Which bits of HTML5 can I use right now?

Rich: Lots of them! Here’s a short list of cross-browser (including IE) compatible techniques that you can use today:

For a clearer idea of what is or isn’t cross-browser compatible, check out these sites from Molly Holzschlag and Alex Deveria.

Excellent run down of how you can use HTML5 now.

Posted

Harmony: an incredibly addictive sketchpad built with HTML5/Canvas

HARMONY v0.6 by Mr.doob

Hold <shift> for colour palette
Press <r> for resetting brush

Source Code

Sketchy, Shaded, Chrome, Fur, LongFur and Web are all variations of the neighbour points connection concept. First implemented in The Scribbler.

If you like the tool, you can use this button to share your love ;)

Posted

Express - Sinatra cover band for Node.js

Express - Sinatra cover band for Node.js

We’ve covered cool things from TJ Holowaychuk before, but Express, a new Sinatra-ispired DSL-based web framework for Node.js brings us to our feet.

To install, simply clone the project from The Hub:

$ git clone git://github.com/visionmedia/express.git
$ cd express && git submodule update --init

or install via Kiwi

$ kiwi -v install express

From there, the syntax should look very familiar for the Sinatra fan:

require.paths.unshift('path/to/express/lib')
require('express')

get('/', function(){
  this.redirect('/hello/world')
})

get('/hello/world', function(){
  return 'Hello World'
})

run()

Features in this version include:

  • RESTful DSL
  • Focus on high performance
  • Multi-part file upload support
  • Cookie support
  • Session support
  • Redirection helpers
  • Environment based configuration
  • Light-weight class implementation
  • Persistent flash messages
  • Route passing
  • MIME helpers
  • Logger plugin with many formats
  • View support (haml, sass, etc)
  • Cache API
  • RESTful HTTP client

[Source on GitHub] [Homepage]

Posted

Four TED Talks for Experience Designers

Posted

Static websites with Heroku

I recently moved off of Dreamhost in favor of Heroku.  I have a few static sites I needed to move over and here's how I did it:

Basically, I'm using Rack with some extensions (rack-contrib and rack-rewrite) to serve up the /public directory.  Nice and easy!
Posted

A view from my deck

I've been experimenting with HDR photography and this is my second
photo processed using the HDR technique.

Posted

Amazing 6 y/o Piano Prodigy

Posted

Daily Shoot 2010/01/16: Compost

http://dailyshoot.com/assignments/62

Posted

Daily Shoot 2010/01/15: Branches

http://dailyshoot.com/assignments/61

Posted