Thursday, September 20

Apology

I apologized to Joe Williams of Delta Tao for posting the contents of his email without permission. I allowed my frustration to cloud my better judgement, and I crossed a line I shouldn't. In the future, I won't post anytime from anyone's emails to me without permission.

Of course, I will still bust Joe's balls when I disagree with him, but I'll try to do it in a way that's a bit more respectful, and try to keep my sense of humor while I do it.

Joe was gracious enough to accept, and apologize for being cranky, so I think we've made up. No kiss, though. Not that I mind.



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