|
Thursday, November 30
Isn't this a thing of beauty?
![]() If you look really closely, you can see the dots on the ends which code the length of the piece. One dot equals six feet, for the curious. The lengths, from left to right are, 2 x 50 foot, 30 foot, 2 x 24 foot, 4 x 12 foot and 4 x 6 foot pieces. As Kim observed, "Simple things make you happy, Alex." She's right, and I'm glad for it. '; } else { if(stristr($filename,"archive")) { $dir=$_SERVER['DOCUMENT_ROOT']; $template='_01_archive.html'; $tail=strlen($template); $thisArchive=$filename; //$files=scandir($dir); $dh = opendir($dir); while (false !== ($filename = readdir($dh))) { $files[] = $filename; } sort($files); $earlyarch=""; $laterarch=""; $prevarch=""; $next=0; foreach($files as $file) { if (substr($file,-$tail)==$template) { if ($next==1) { $laterarch=$file; $earlyarch=$prevarch; $next=0; } if ($file==$thisArchive) { $next=1; } else { $prevarch=$file; $earlyarch=$prevarch; } } } $link=''; $divider=''; if(file_exists($earlyarch)) { $link='< Earlier Archive'; $divider=" | "; } if(file_exists($laterarch)) { $link=$link.$divider.'Later Archive >'; } $link=$link.' '; } } echo($link); ?> |