|
Wednesday, August 21
Meet 'em, greet 'em
Meetup is a good thing. Met more great people, and a good time was had by all. I tried to snag the names and addresses of the people there, but I know I missed people, and I apologize in advance for the incomplete nature of the list. If I missed you, or wrote down the wrong name next to your blog, feel free to berate me by leaving a comment with your blog. In no particular order, some of the attendees were
Don't forget, there are other Meetups too. It's not just for webloggers. '; } 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); ?> |