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 [...]

Continue reading about Creating custom access logs for Apache

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.

Continue reading about Here’s a neat little CSS hack for IE7