|
Monday, February 26
Yapping away
The Yaplet chatbox in the sidebar is a bit of an experimental goof for now. Matt and Cristina at Yaplet are two very sweet grad students who whipped up this lightweight bit of magic. While it doesn't have much of a purpose here, I do see it being useful with some of my other projects, like TalkAboutUSA. Do keep in mind, it's a very early beta service (I think a little over two weeks old right now), so features are in flux, and there are many rough corners. And it's so simple. To "bolt on" a chat, you just do this: http://go.yaplet.com/?url=http://www.yoursitehere.comThis means on a community site, as a user, you can make an impromptu chat, which can be a lot of fun for certain events. Fan sites can now have a Yaplet chat during certain TV shows if they want, for instance. (Rickey, you listening?) The service is very new, and I do have concerns that exposure and success will swamp them. And like a lot of young, idealistic developers, they aren't to concerned about making it sustainable right now. After all, it's much more interesting to make it cool and have people using it. But I do hope they think down the road so that they don't get burnt out. Plus, I want to see it work. It'll be a much nicer chat feature than ParaChat, which is what we use for TalkAboutUSA now. The ability to have the chat session open while surfing the site is really key. Labels: internet '; } 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); ?> |