|
Sunday, November 26
Things not done Saturday:
Yes, I actually accepted the offer to GM, even though I really, really shouldn't take on any more projects. I just have too much fun with Connie and her fine crew, though. I rationalize that any time I spend working with them will be valuable for Pneutopia, so it's time well spent. Oh, and I'll probably have a blast too. I think in order to get any web development work done, I'm going to have to take my laptop away from the distractions of the Internet. Between ICQ, Clan Lord, Alchera, AvP, and just moseying around the web, my productivity is awful. Maybe I need to find a little coffee shop around here. I know if I don't get my ass in gear with the Nox Sorora site, Nori is going to kill me. Actually, she won't kill me, but she has this way of expressing displeasure and disappointment... Just thinking of it suddenly makes the idea of staying up for a few hours to get it done seem smart. Well, now I know what I'll be doing for next few hours. '; } 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); ?> |