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 [...]
Archive for the ‘Misc’ Category
Creating custom access logs for Apache
Monday, August 25th, 2008Here’s a neat little CSS hack for IE7
Monday, August 18th, 2008Find 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.
Is it safe to come out and play?
Friday, August 8th, 2008Here’s an interesting survey that I recently stumbled accross that’s very useful when determing which fonts are “web-safe.”
“How sure can you be that the font you specify will be present on the end user’s machine? This is the latest cross-platform snapshot of the Code Style font survey and should give you greater confidence in selecting a [...]
CSS Sprites are everywhere!
Wednesday, July 23rd, 2008I love how something positive comes from a negative.
This is in reference to how using combined images and negative and positive CSS background positioning can help with load performance and reduce HTTP requests.
We’ve started using CSS sprites within our high performance projects along with other tactics to help bring users a faster page loading.