|
Thursday, November 7
Do not adjust your set
In response to a number of recent email inquiries: There is nothing wrong with your computer. Your OS X upgrade didn't break your Mac. Your browser is not suffering from a cache problem. Your proxy server is in all likelihood running smoothly. You are not experiencing a defect with Mozilla or Internet Explorer. All issues are entirely on our side. Sometimes there's a small blogclog, and things get a little behind. Nothing a little action with my trusty web plunger can't fix. Or, to put it more simply: I'm the guilty party. I back-date my posts when I miss a day. There. I said it. Please don't hate me. In any case, my primary goal is to stay on top of things in the first place. But starting today, I offer this Nosuch Freshness Guarantee: posts will be delivered in the same day, or your next two posts are free. What a deal! '; } 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); ?> |