Feed on
Posts
Comments

Category Archive for 'hosting'

Protecting email addresses on web pages

I was adding my email address to peerassembly.com and used a little javascript snippit to hide the email address from simple (read: stupid) email harvester bots. It’s so short, it hardly warrants a post but maybe someone will find it the next time they’re putting a contact email address on a web page and save […]

Read Full Post »

Using capistrano for static sites

I’ve been using capistrano for rails deployment for a while. I thought I’d see how useful it was for managing some static sites - it turned out to be really useful. Here’s how to do it:
First, create the project in subversion and check it out. I really like the idea of everything being in source […]

Read Full Post »