Monday, August 5

Short days

Things which effect blogging output (and other productivity), in no particular order:
  • New puppies
  • Muggy ninety degree days
  • Wedding planning
  • TiVo
I will say this, though. TiVo and new puppies compliment each other well. Without the pause button, I'd never see anything in its entirety. The only problem is our dog keeps deleting our shows to make room for programs from the "Animal Planet" channel. That'll teach me to leave the remote where he can get it.



Older entries

'; } 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); ?>