|
Tuesday, March 27
Routing around Twitter
I've found Twitter to be almost useless without the Twitter IM bot running. During the day I've been using the AIM client on my Sidekick to do my Twitter updates, but lately, that's been impossible. I stumbled across a generic IM bot service called IMified that offers several hooks to various Internet services (like blog services, calendars and such) and one of the available services is Twitter. Here's how you can add Twitter to IMified so that it's almost as easy to use as the Twitter bot:
/tw I am using IMified to update my Twitter. Cool!Of course, you can use what ever message you like after the "/tw". You need to put a slash in front of shortcuts for IMified to recognize them. If you'd like a fast way to toggle notifications on and off, add another shortcut. I use "twn". Then to toggle notification, you can type "/twn". You can also just use the IMified menus and not use shortcuts, but the shortcuts make it much faster. Sadly, IMified doesn't support Blogger using the "New" Google authentication yet, so I can't test that. But for those you hep cats using Wordpress or Movable Type, you can use IMified to update your blog. I also like that I can peek at my Google calendar with IMified. IMified makes my Sidekick that much more useful. But for being able to reliably update Twitter on the go using AIM, IMified seems to do the trick. You won't receive Twitter updates through IMified, but at least you can send your tweets. '; } 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); ?> |