Entries from April 2008

Monday, April 14th, 2008

Hosting Git Repositories on Dreamhost

Over the weekend I went searching for a way to host remote git repositories on my Dreamhost (DH) account. I do a fair bit of development year round and up to this point have been hosting all my code on my DH account using Subverision. Over the past few weeks I’ve been making [...]

Saturday, April 5th, 2008

prototypeGrowl

For some current updates we are doing at wis.dm, I came across a need (or desire) for a Growl type effect for Prototype.
I was very surprised that no one had implemented one yet. I found an implementation for jQuery, YUI, and mooTools. I actually did find a decent implementation called protoGrowl, but it [...]