how can i keep people from leeching my junk?
on occasion, pesky people link directly to your resources instead of your web page without asking. this requires a little bit of advanced web-fu, but you can whack them in the knees tonya-harding style. for example, if your website were www.monkey.org, you would want to make an .htaccess file that contained the following: SetEnvIfNoCase Referer “^http://www.monkey.org/” locally_linked=1 SetEnvIfNoCase Referer “^http://www.monkey.org$” locally_linked=1 SetEnvIfNoCase Referer “^http://monkey.org/” locally_linked=1 SetEnvIfNoCase Referer “^http://monkey.org$” locally_linked=1 SetEnvIfNoCase Referer “^$” locally_linked=1