|
Wednesday, October 16
No balls
I had confirmed my attendance to tonight's Blog Meetup before two things happened:
I'll have to live by proxy via Rickey and Ursula once again. Hopefully we'll make the next meetup. In the meantime I have endure the glaring looks from my dog, who in addition to losing his manly bits now has to wear this giant radar dish collar which is both humiliating and uncomfortable. I can already tell the other dogs are going to pick on him. It's going to be a long week. I think I'll keep my good shoes well out of Leo's way for awhile, just to be safe. '; } 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); ?> |