bash marks is an awesome shell script that lets you bookmark and return to commonly used directories.

$ cd /var/www/
$ s web
$ cd /somewhere/else/
$ g we<tab>
$ g web
$ pwd
/var/www/

I think it was James who first told me about it, many years ago! I still use it daily, thanks James!