November 2011
4 posts
Security
Backblaze mirrors all of my data - it’s about $95 for two years and it automatically backs up all of your data apart from your operating system and applications.
Dropbox saves all of my current work. I’ve symlinked just the data I’m currently working on: current dev work, assets, documents, etc.
Time Capsule does Time Machine
External hard drive with Super Duper
1 tag
1 tag
CSS3 Gradients
Something neat I learned from the Twitter Bootstrap framework.
What’s neat about it is that it’s actually a generated background image that fits the element container. That means you can manipulate it for :hover and :active states by shifting the background position up.
Of course, this gets nowhere near the level of detail like in Jaco Joubert’s CSS3 buttons tutorial, but I...