
<?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>Calvin Robinson &#187; Web</title>
	<atom:link href="http://www.calvinrobinson.org/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calvinrobinson.org</link>
	<description>わたしは カルベン です。</description>
	<lastBuildDate>Mon, 28 Jun 2010 10:58:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>My first Twitter app</title>
		<link>http://www.calvinrobinson.org/2009/07/my-first-twitter-app/</link>
		<comments>http://www.calvinrobinson.org/2009/07/my-first-twitter-app/#comments</comments>
		<pubDate>Mon, 27 Jul 2009 00:53:50 +0000</pubDate>
		<dc:creator>Calvin Robinson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Application programming interface]]></category>
		<category><![CDATA[Application software]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.calvinrobinson.org/?p=700</guid>
		<description><![CDATA[Image via Wikipedia So I spend all my life on Twitter (according to my boss at least ) and there are certain tools that I need. I explained in my last post how I have a separate account setup specifically for following people who I want to follow, but who don&#8217;t follow me back. I [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 310px;">
<dt class="wp-caption-dt"><a href="http://en.wikipedia.org/wiki/Image:Python_logo.svg"><img title="CPython" src="http://upload.wikimedia.org/wikipedia/en/thumb/0/06/Python_logo.svg/300px-Python_logo.svg.png" alt="CPython" width="300" height="72" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://en.wikipedia.org/wiki/Image:Python_logo.svg">Wikipedia</a></dd>
</dl>
</div>
</div>
<p>So I spend all my life on Twitter (according to my boss at least <img src='http://www.calvinrobinson.org/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> ) and there are certain tools that I need.</p>
<p>I explained in my last post how I have a separate account setup specifically for following people who I want to follow, but who don&#8217;t follow me back. I beleive Twitter should be a 2-way communication tool, but there are still people that use it as an RSS stream.</p>
<p>To transfer all of these people from my main account (<a href="http://www.twitter.com/calvinrobinson">@calvinrobinson</a>) to my 1-way stream account (<a href="http://www.twitter.com/calvinscat">@calvinscat</a>) I needed a tool to mass-follow ~200 people at once. Adding them individually would simply be too long.</p>
<p>I tried NinjaFollow, but this just wouldn&#8217;t work for me. It seems very temperamental these days &#8211; I was just receiving error after error. So I decided to just make my own.</p>
<p>I&#8217;ve played around with Python a little, and so I knew how simple it was, but oh my gosh&#8230; what a sexy language! With practically no experience with either Python or the Twitter API I was able to bang out an application that did exactly what I needed. The only problem was, my program required me to run the script manually each time. That&#8217;s when I had the idea of turning it into a web app. This way, other people can get some use out of it too.</p>
<p>Thus <a href="http://www.rogerthat.co.uk/" target="_blank">RogerThat</a> was born.</p>
<p>At the moment it&#8217;s a really easy, if not ugly, tool for following multiple twitter accounts at once. I&#8217;ll expand it later, but right now I&#8217;m just really happy at how easy it was to get using the Twitter API. I will expand this in the next few days, I&#8217;ve got some interesting ideas ;D</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=08bc97e8-8a0a-478b-96b1-330249a61207" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.calvinrobinson.org/2009/07/my-first-twitter-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TweetDeck, my love.</title>
		<link>http://www.calvinrobinson.org/2009/07/tweetdeck-my-love/</link>
		<comments>http://www.calvinrobinson.org/2009/07/tweetdeck-my-love/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 10:18:11 +0000</pubDate>
		<dc:creator>Calvin Robinson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[TweetDeck]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.calvinrobinson.org/?p=698</guid>
		<description><![CDATA[Image via CrunchBase I really don&#8217;t think I could get by without TweetDeck. I manage quite a few Twitter accounts for my company, but for my personal account(s) alone, I think TweetDeck is my saviour. Here&#8217;s why: So I have two personal accounts, @calvinrobinson being my main actual Twitter account, that I use for communicating [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 260px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/product/tweetdeck"><img title="Image representing TweetDeck as depicted in Cr..." src="http://www.crunchbase.com/assets/images/resized/0002/1352/21352v5-max-250x250.png" alt="Image representing TweetDeck as depicted in Cr..." width="250" height="250" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>I really don&#8217;t think I could get by without <a title="TweetDeck" rel="homepage" href="http://www.tweetdeck.com" target="_blank">TweetDeck</a>. I manage quite a few Twitter accounts for my company, but for my personal account(s) alone, I think TweetDeck is my saviour. Here&#8217;s why:</p>
<p>So I have two personal accounts, @calvinrobinson being my main <em>actual</em> Twitter account, that I use for communicating with people. But I feel Twitter is a 2-way communication service, so for the people who use it as a 1-way RSS stream I have another account altogether. @calvinscat follow&#8217;s people like Ashton Kutcher, Oprah, TechCrunch, Mashable: So Celebrities and News Streams basically.</p>
<p>So on TweetDeck I have</p>
<p>@calvinscat &#8216;All Friends&#8217; stream, for my celebrity and tech/news streams<br />
@calvinrobinson  &#8220;People 2point0&#8243; is the London2.0 scene, people like Marc Flores, Mike Butcher, Swannny etc.<br />
@calvinrobinson &#8220;Chiefs&#8221; group, is my close friends column, Ruk Cooray, Aaron Sullivan and Aryel Abrahami etc.<br />
@calvinrobinson &#8216;Mentions&#8217;, to see messages sent to me, obviously<br />
@calvinrobinson &#8216;Direct Messages&#8217; for trying to manage that nasty stream of DMs (please turn auto-DMs off folk!)</p>
<p>^ So that&#8217;s my main 5 TweetDeck columns. The ones I couldn&#8217;t do without. I used to have TweetScoop too, but that&#8217;s just one too many columns without going &#8216;thin&#8217; style.</p>
<p>After the scroll I just have &#8216;Mentions&#8217; columns for all my other accounts (mainly business related), to monitor conversations/references.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/pixy.gif?x-id=64ec4d2f-8f04-448f-859f-d5e7cd2610b6" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.calvinrobinson.org/2009/07/tweetdeck-my-love/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
