<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>RSS To Twitter - The easiest way to send RSS feeds directly to Twitter</title>
	<atom:link href="http://rsstotwitter.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://rsstotwitter.com</link>
	<description>RSS to Twitter allows you to send RSS directly to Twitter.</description>
	<lastBuildDate>Sun, 17 May 2009 07:19:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A New Look</title>
		<link>http://rsstotwitter.com/?p=646</link>
		<comments>http://rsstotwitter.com/?p=646#comments</comments>
		<pubDate>Sun, 17 May 2009 07:16:54 +0000</pubDate>
		<dc:creator>coder</dc:creator>
				<category><![CDATA[About]]></category>

		<guid isPermaLink="false">http://rsstotwitter.com/?p=646</guid>
		<description><![CDATA[So for a while I have done very little with RSS to Twitter. It has grow and moved servers but the actual user interaction hasn&#8217;t changed. Than I looked and we are #2 on Google and getting quite a few hits.
So I started building a new layout. While the old layout was suffice the new [...]]]></description>
			<content:encoded><![CDATA[<p>So for a while I have done very little with <a href="http://rsstotwitter.com">RSS to Twitter</a>. It has grow and moved servers but the actual user interaction hasn&#8217;t changed. Than I looked and we are #2 on Google and getting quite a few hits.</p>
<p>So I started building a new layout. While the old layout was suffice the new layout is hot, just like the tool. The new layout is 100% CSS driven. As I do not have IE6 I have not been able to test the layout yet on the old browser. Please do let me know if it is looking the same.</p>
<p>Please do accept my apologies for the 5 day outage on the feeds. The server which runs the feeds had a complication and as I was focusing on the new layout I missed that it had lost it&#8217;s network connection.</p>
]]></content:encoded>
			<wfw:commentRss>http://rsstotwitter.com/?feed=rss2&amp;p=646</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Post to Twitter from your site using PHP</title>
		<link>http://rsstotwitter.com/?p=629</link>
		<comments>http://rsstotwitter.com/?p=629#comments</comments>
		<pubDate>Tue, 10 Feb 2009 12:28:27 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rsstotwitter.com/?p=629</guid>
		<description><![CDATA[Recently I posted on whyitwas.Com a post about how to use PHP to post to Twitter. The script is a fairly easy script and worth checking out. Below is a screenshot of the script. A copy/paste friendly, version is in the post. This script is very similar to the one used for RSS to Twitter. [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I posted on <a href="http://www.whyitwas.com/">whyitwas.Com</a> a post about how to use <a href="http://www.whyitwas.com/?p=105" target="_blank">PHP to post to Twitter</a>. The script is a fairly easy script and worth checking out. Below is a screenshot of the script. A copy/paste friendly, version is in the post. This script is very similar to the one used for <a href="http://www.rsstotwitter.com">RSS to Twitter</a>. The difference is <span style="color: #ff0000;">&amp;source=rsstotwittercom </span> To become a source just send a request to Twitter.</p>
<pre class="php">curl_setopt<span style="color: #66cc66;">(</span><span style="color: #0000ff;">$curl_handle</span>, CURLOPT_POSTFIELDS, <span style="color: #ff0000;">"status=$message&amp;source=rsstotwittercom"</span><span style="color: #66cc66;">)</span>;</pre>
<p><img class="alignnone size-full wp-image-630" title="picture-3" src="http://rsstotwitter.com/wp-content/uploads/2009/02/picture-3.png" alt="picture-3" width="534" height="219" /></p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://rsstotwitter.com/?feed=rss2&amp;p=629</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS to Twitter Imporvements</title>
		<link>http://rsstotwitter.com/?p=625</link>
		<comments>http://rsstotwitter.com/?p=625#comments</comments>
		<pubDate>Tue, 10 Feb 2009 11:25:59 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[rss to twitter]]></category>

		<guid isPermaLink="false">http://rsstotwitter.com/?p=625</guid>
		<description><![CDATA[So there has been a lot of little tweaks to RSS to Twitter. Some have been small and some have been a lot more noticeable.
The main changes have been:

TinyURL has been introduced
Link has been moved to the end of the post
Yahoo! Pipes! get the feeds to limit the load
5 Tweets is the maximum number of [...]]]></description>
			<content:encoded><![CDATA[<p>So there has been a lot of little tweaks to RSS to Twitter. Some have been small and some have been a lot more noticeable.</p>
<p>The main changes have been:</p>
<ol>
<li><a href="http://tinyurl.com" target="_blank">TinyURL</a> has been introduced</li>
<li>Link has been moved to the end of the post</li>
<li><a href="http://pipes.yahoo.com/pipes" target="_blank">Yahoo! Pipes!</a> get the feeds to limit the load</li>
<li>5 Tweets is the maximum number of Tweets in one go</li>
<li>5 Tweets on the first feed</li>
<li><a href="http://twitter.com/rsstohere" target="_blank">RSS to Here</a> auto follows you</li>
<li>New layout</li>
<li>Followers list on the Manage Feeds page</li>
<li>Ability to add feeds from the Manage Feeds page</li>
<li>RSS to Twitter is now an official Twitter App</li>
</ol>
<p><img class="alignnone size-full wp-image-626" title="picture-2" src="http://rsstotwitter.com/wp-content/uploads/2009/02/picture-2.png" alt="picture-2" width="523" height="60" /></p>
<p>Please feel free to provide suggestions to more improvements.</p>
]]></content:encoded>
			<wfw:commentRss>http://rsstotwitter.com/?feed=rss2&amp;p=625</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How big is your Twick?</title>
		<link>http://rsstotwitter.com/?p=49</link>
		<comments>http://rsstotwitter.com/?p=49#comments</comments>
		<pubDate>Wed, 14 Jan 2009 08:48:20 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://rsstotwitter.com/?p=49</guid>
		<description><![CDATA[You can see how big your Twick is compared to someone else. So what is a Twick? A Twick is a Twitter Dick. So I guess they have some sort of algorithm based on posts and followers which puts you into percentiles. Check it out http://www.twicksize.com/
Fun little tool, could add some extra features to it, like [...]]]></description>
			<content:encoded><![CDATA[<p>You can see how big your Twick is compared to someone else. So what is a Twick? A Twick is a Twitter Dick. So I guess they have some sort of algorithm based on posts and followers which puts you into percentiles. Check it out <a href="http://www.twicksize.com/">http://www.twicksize.com/</a></p>
<p>Fun little tool, could add some extra features to it, like the ability to send a post to your Twitter with your Twick size, able to see how your followers and the ones you follow sizes.</p>
<p>So for a bit undo you twly, and whip out your Twick and measure up.</p>
<p><img class="alignnone size-full wp-image-48" title="picture-3" src="http://rsstotwitter.com/wp-content/uploads/2009/01/picture-3.png" alt="picture-3" width="601" height="390" /></p>
]]></content:encoded>
			<wfw:commentRss>http://rsstotwitter.com/?feed=rss2&amp;p=49</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TwitterVision</title>
		<link>http://rsstotwitter.com/?p=45</link>
		<comments>http://rsstotwitter.com/?p=45#comments</comments>
		<pubDate>Tue, 13 Jan 2009 10:19:36 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://rsstotwitter.com/?p=45</guid>
		<description><![CDATA[I came across this great tool the other day called TwitterVision. I prefer the 3D version which displays the spinning world. Basically it displays the Tweets of it&#8217;s followers with the speech bubble pointing to the location of the sender on a spinning globe. It is a great Twitter tool. A big thumbs up!
]]></description>
			<content:encoded><![CDATA[<p>I came across this great tool the other day called <a title="Twitter Vision" href="http://twittervision.com" target="_blank">TwitterVision</a>. I prefer the <a href="http://twittervision.com/maps/show_3d" target="_blank">3D</a> version which displays the spinning world. Basically it displays the Tweets of it&#8217;s followers with the speech bubble pointing to the location of the sender on a spinning globe. It is a great Twitter tool. A big thumbs up!</p>
<div id="attachment_46" class="wp-caption alignnone" style="width: 310px"><a href="http://twittervision.com/maps/show_3d" target="_blank"><img class="size-medium wp-image-46" title="TwitterVision 3D" src="http://rsstotwitter.com/wp-content/uploads/2009/01/picture-11-300x118.png" alt="TwitterVision 3D" width="300" height="118" /></a><p class="wp-caption-text">TwitterVision 3D</p></div>
]]></content:encoded>
			<wfw:commentRss>http://rsstotwitter.com/?feed=rss2&amp;p=45</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world! From RSS to Twitter</title>
		<link>http://rsstotwitter.com/?p=1</link>
		<comments>http://rsstotwitter.com/?p=1#comments</comments>
		<pubDate>Wed, 24 Dec 2008 00:49:25 +0000</pubDate>
		<dc:creator>Dale</dc:creator>
				<category><![CDATA[About]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss to twitter]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://rsstotwitter.com/?p=1</guid>
		<description><![CDATA[This is a quick first post. RSS to Twitter was an idea I had for a website a few days ago, last night I made it a reality. That said a lot of the backend came from the backend I built for JobFeedr.
So how does it all work? Simple I use the PEAR XML module [...]]]></description>
			<content:encoded><![CDATA[<p>This is a quick first post. RSS to Twitter was an idea I had for a website a few days ago, last night I made it a reality. That said a lot of the backend came from the backend I built for <a href="http://www.jobfeedr.com/" target="_blank">JobFeedr</a>.</p>
<p>So how does it all work? Simple I use the PEAR XML module to get the feeds and use the Twitter API to post them. There is a few other tricks along the way but all is fairly simple.</p>
<p>So please provide all the feedback you can.</p>
<p>Dale</p>
]]></content:encoded>
			<wfw:commentRss>http://rsstotwitter.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
