Web Dev Boy on August 25th, 2008

I ran into this interesting tidbit of new info (new to me, at least) while looking for a way to track who’s hotlinking to images on my server and “borrowing” my precious bankwidth:

How do I… Customize Apache Server log files to track my Web site?

This will prove to be very useful as I setup my image caching server for the relaunch of Wackcoffee.com. Custom logs tracking what images are loading where and how much bandwidth is being used when will no dobut be a godsend.

Web Dev Boy on August 18th, 2008

Find this while experiencing headaches over why the ‘* html’ trick wasn’t doing anything for IE7:

*+html to the rescue.

FYI, that little snippet allows you to target Internet Explorer 7 without affecting other browsers.

Credit goes to: Simplebits.com.