<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Sonic.net updates via Twitter</title>
	<atom:link href="http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/</link>
	<description>Logging the activities of three Schwers.</description>
	<lastBuildDate>Mon, 08 Mar 2010 12:10:10 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: augie</title>
		<link>http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/comment-page-1/#comment-44057</link>
		<dc:creator>augie</dc:creator>
		<pubDate>Sun, 17 Feb 2008 03:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/#comment-44057</guid>
		<description>160 characters is the SMS standard, Twitter shortens that to 140 for padding and user names; you can find out more by checking out the Official Twitter API page here:

http://groups.google.com/group/twitter-development-talk/web/api-documentation</description>
		<content:encoded><![CDATA[<p>160 characters is the SMS standard, Twitter shortens that to 140 for padding and user names; you can find out more by checking out the Official Twitter API page here:</p>
<p><a href="http://groups.google.com/group/twitter-development-talk/web/api-documentation" rel="nofollow">http://groups.google.com/group/twitter-development-talk/web/api-documentation</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/comment-page-1/#comment-44056</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 16 Feb 2008 23:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/#comment-44056</guid>
		<description>Err, s/160/140/;</description>
		<content:encoded><![CDATA[<p>Err, s/160/140/;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/comment-page-1/#comment-44054</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 16 Feb 2008 17:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.schwer.us/journal/2008/02/16/sonicnet-updates-via-twitter/#comment-44054</guid>
		<description>You need a little more code.

Funny truncated messages that chop off in the middle of words and make me wonder where to find out more...

I think simply sticking a URL (preferably shortened with something like &lt;a href=&quot;http://search.cpan.org/~davecross/WWW-Shorten/lib/WWW/Shorten/Metamark.pm&quot; rel=&quot;nofollow&quot;&gt;WWW::Shorten::Metamark&lt;/a&gt;) at the start would be a good start...

Tacking it onto the end&#039;s a little more complicated...

use WWW::Shorten::Metamark;
my $short_url = makeashorterlink($long_url);
$final_message = substr($message,0,160 - length($short_url) - 1)) . &#039; &#039; . $short_url;
$twit-&gt;update($message);</description>
		<content:encoded><![CDATA[<p>You need a little more code.</p>
<p>Funny truncated messages that chop off in the middle of words and make me wonder where to find out more&#8230;</p>
<p>I think simply sticking a URL (preferably shortened with something like <a href="http://search.cpan.org/~davecross/WWW-Shorten/lib/WWW/Shorten/Metamark.pm" rel="nofollow">WWW::Shorten::Metamark</a>) at the start would be a good start&#8230;</p>
<p>Tacking it onto the end&#8217;s a little more complicated&#8230;</p>
<p>use WWW::Shorten::Metamark;<br />
my $short_url = makeashorterlink($long_url);<br />
$final_message = substr($message,0,160 &#8211; length($short_url) &#8211; 1)) . &#8216; &#8216; . $short_url;<br />
$twit-&gt;update($message);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
