HTTP/1.1 // 38.107.191.87 // // 42046 // // CCBot/1.0 (+http://www.commoncrawl.org/bot.html)

Clicktale

Archive for March, 2009

Simple Email Logger Using cPanel’s Pipe Forwarder

Mar
31
2009

I needed a way to easily log all email being sent from my websites so I devised this solution where I just have to bcc the emails to a single email address and they get placed in a database.
First, add a forwarder in cPanel. Enter a super secret address to forward. I recommend [...]


More 9 Comments » 3,662 views
Posted in: PHP Scripts, Programming, cPanel

Using Microsoft Virtual Machine for Testing

Mar
30
2009

I learned something new this past week: how to use Microsoft Virtual PC to test Internet Explorer. If you’ve been a web developer for some time then you know that it’s hard to get multiple versions of IE running on the same Windows computer. My solution for this has been to keep [...]


More 1 Comment » 1,257 views
Posted in: Programming