|
Wednesday, December 18
That's a rake, not a scoop
Conny When no one is watching me, I try to rake it. It's a challenge, due to its diminutive size. The rake can only clear the rocks if they are dead center, which is a slight design gaff. I then get to enjoy the Zen experience of having trace amounts of sand on my desk all the time. Sort of like working on the beach. Peaceful. Though, I think my appreciation for this meditative aid was diminished slightly when a colleague observed that my mini Zen rock garden looked like a tiny cat box. Perhaps the proximity to the Super Pocket Pooper has a scatological influence on things around 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); ?> |