daily henry
note: term(s) must be 4 or more letters long
 Recent: More: Topics:
(41 - 45 of 79)

Not riding...
last viewed: Dec 09, 2009, 06:12:03 AM (GMT)

Why people hate Unix
last viewed: Dec 09, 2009, 06:12:03 AM (GMT)

Traffic compulsion
last viewed: Dec 09, 2009, 06:12:03 AM (GMT)

GRASS growing on me
last viewed: Dec 09, 2009, 06:12:03 AM (GMT)

Getting it done
last viewed: Dec 09, 2009, 06:12:01 AM (GMT)

More (older posts):
 0  1  2  3  4  5  6  7  9  10  11  12  13  14  15 

Not riding...
  Last viewed: Dec 09, 2009, 06:12:03 AM (GMT)

Winnemucca, NV--Sorry if you've been disappointed in the lack of bicycle-ride type updates the last week or so. I'm working on a freelance Web development project and have not really had time to get out and explore. Those of you who come here hoping to read about cycling adventures may wish to give it about two weeks... my deadline for this project is the end of June, so look for some more ride reports in early July....

Meanwhile, my world is full of really boring (to most) things like:


function tn ($file="", $self="") {
$nolink = basename($self);
print "<table width=\"100%\" border=\"0\" bgcolor=\"#FFFFFF\"><tr>\n";
$inc = "$GLOBALS[doc_root]"."$file";
$fp = fopen ("$inc", "r");
$num = 0;
while ($csv = fgetcsv ($fp, 350, ",")) {
$num = ($num + 1);
}
$width = (100 / $num);
$fp = fopen ("$inc", "r");
while ($data = fgetcsv ($fp, 350, ",")) {
print "<th width=\"".$width."%\" align=\"center\"><a href=\"".$data[0]."\">[".$data[1]."]</a></th>\n";
}
print "</tr></table>";
echo "<br><br>\n";
fclose ($fp);
}



top

All

Nevada (19 posts)

Bicycle Rides (17 posts)

Cerebral Events (5 posts)

Utterly Banal (20 posts)

Bibliography (7 posts)

[ Colophon | Henry's Homepage | Milly Site ]