|
Tuesday, August 20
Press the flesh
Conny The only unfortunate thing to happen from being a part of Meetup was a bit of spam from another Meetup user. The folks from Meetup made the singular mistake of doing an emailing to a list of people using "To" instead of "BCC". The Meetup folks apologized profusely for this gaff, since their policy is to never release email addresses. Sure enough, within forty-eight hours, Kate Klenfner of Koch Entertainment, one of the recipients of that email gaff from Meetup spammed me about some band performing in New York. Since Kate doesn't seem to think there's anything wrong with using an email address taken from a message she was told to delete, I don't think there's anything wrong with putting her address on my blog unscrambled. What's odd is I don't even think Kate has a blog, so why is she signed up for Blog Meetup? I can almost hear the spam-bots chewing now... '; } 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); ?> |