Thursday, February 8

Between the Alchera forums, various heated Blogspot threads, trying to get work in order before my trip to Munich, and Conny's lovely company, I'm pressed to find time for my own little corner of the web.

I leave for Munich at 4:15PM today. I'm mostly packed, but I'm still putting in half a day at work to try and finish some things. Unfortunately, this means the suspense will continue for another 24 hours. I'll be taking copious notes on my little Psion Revo, and I'll dump it here on hopefully a daily basis.



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