Friday, December 27

Diverted

It's been a very analog month here. I rarely spend any time at home in front of the computer, though I manage to find a way to burn hours on other forms of electronic entertainment. Projects like Clan Lord census, migrating this blog to Movable Type and an erotica web site languish.

I think it's a seasonal thing. The creative and geek part of my brain seems to slow down during the winter. Either that or the lazy portion of my brain gets more active, if that's possible.

Entertainment is like sugar for the brain.



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