Tuesday, July 23

Trivia Dept.

Not that anyone asked, but in case you were wondering, the name of this site is "nosuch.org". The "Mistakes were made" is just a tagline. It's only there because Blogger required a description of the blog. At the time, "Mistakes were made" seemed like the best description. If it's good enough for heads of state, it's good enough for me. And I'm much too lazy to ever change it.

Of course, you can call this pile of useless bits anything you want, especially if you are linking to it. But when I'm not calling it "my fucking blog" I call it "nosuch.org." You can still continue to call it "that piece of shit web site," though.



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