debian switching php versions

dpkg -l | grep dotdeb | awk ' { print ( $(2) ) }' > to_remove2

apt-get remove $(cat <to_remove2>)

 

Getting started with SASS and Compass on Debian

1. Setting up SASS

Read more...

My First Website

I'm super glad to see today that the first ever website I made is still online that first went up in 1999. Well, I say it's online but 'being cached' is admittedly the more accurate description. This snapshot from archive.org from 2001 has features that include a JavaScript powered "today's date" compoment that seems to be suffering from some kind of millenium bug (just kidding) and a form-to-email page that has field validation and, wait for it,  pop-up windows!

Read more...