27.8.08

moving

Now at jayridgeway.com

I moved because tumblr.com is faster and the developers are friendly.

27.6.08

droopy shroom

mosrite is all right

5.6.08

more shrooms

2.6.08

Yawn



Check out the completely boring text to image converter. Whoopee!

30.5.08

strange shroom indeed

20.3.08

tinyurl php function


function tinyurl($url){
return(trim(file_get_contents('http://tinyurl.com/api-create.php?url='.$url)));
}

16.1.08

Snap: screen capture to clipboard for OS X

Snap is a simple app for OS X that takes a screen capture and copies to the clipboard. The space bar toggles between window and user modes.

Copy snap to your applications folder. I suggest dragging to your dock.

Hyperlink to snap.dmg

For those that love the terminal. Here is the magic:

% screencapture -x -i -c