Archive for May, 2007

More black & white from Zilker Gardens

These are from the same set as the previous thread on Black & White @ Zilker.  While I like the shot from the previous posting, and I’ve printed it at 11×14 and it looks great, these close ups seem to fit more with the subject.

ForumsBlogsWikis.com

Yup, another blog.
If you read back through the archives here you’ll see that I have a real problem with starting new projects. Not that I have a problem starting one. I have a problem starting too many. Right now I’ve got 2 forums, 1 eCommerce site, and 6 blogs (only 3 of [...]

Download script using PHP

This is a short PHP script that I use on my DailyFont.com site to handle downloads. Sure it's easy to just link to the zip, but this allows me to keep track of how many times each file has been downloaded which I then use to rank the fonts on popularity.
PLAIN TEXT
PHP:

<?php

include('shared.inc.php');

 

if (!is_numeric($_GET['id']))

{

die();

}

 

$rs = [...]

White Sands, New Mexico and a new scanner

I finally got around to getting a flatbed scanner this afternoon. The Epson 4490 had been calling to me, but I wound up bringing a Canonscan 8600f home because it seemed to be a better deal. What I learned is that a 4800dpi scan of 645 film works out to a huge file. [...]