<?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>It's Only Software&#187; [Tutorial] URL Shortening in Java using bit.ly &#8211; It&#8217;s Only Software</title>
	<atom:link href="http://www.mularien.com/blog/category/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mularien.com/blog</link>
	<description>Notes by Peter Mularien on Hibernate, Spring, CSS, Java, etc.</description>
	<lastBuildDate>Wed, 14 Jul 2010 11:43:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[Tutorial] URL Shortening in Java using bit.ly</title>
		<link>http://www.mularien.com/blog/2009/12/01/tutorial-url-shortening-in-java-using-bit-ly/</link>
		<comments>http://www.mularien.com/blog/2009/12/01/tutorial-url-shortening-in-java-using-bit-ly/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 05:19:04 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[bitly]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[tinyurl]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/?p=134</guid>
		<description><![CDATA[
A while ago, I had written up a tutorial on accessing the TinyURL API from Java. I was recently playing with the bit.ly API and decided to write up a quick tutorial on generating bit.ly URLs from Java.
Why bit.ly?
Since Twitter switched from TinyURL to bit.ly, I decided I&#8217;d take a look at it. Personally, I [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2009/12/01/tutorial-url-shortening-in-java-using-bit-ly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[Tutorial] Twittering from Java with Twitter4J</title>
		<link>http://www.mularien.com/blog/2008/11/19/tutorial-twittering-from-java-with-twitter4j/</link>
		<comments>http://www.mularien.com/blog/2008/11/19/tutorial-twittering-from-java-with-twitter4j/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:18:09 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[twitter4j]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/?p=87</guid>
		<description><![CDATA[Really, this is so easy it&#8217;s almost not worthy of a blog post. Twitter4J is a tiny library wrapping interaction with Twitter APIs.
Creating a new tweet is as simple as:

	    Twitter twitter = new Twitter&#40;&#34;username&#34;,&#34;password&#34;&#41;;
	    Status status = twitter.update&#40;title&#41;;

The Twitter4J page has a series of simple examples covering timelines [...]]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/11/19/tutorial-twittering-from-java-with-twitter4j/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Corporate Blog Post: Building a Collaborative Enterprise: Twitter (Part 1)</title>
		<link>http://www.mularien.com/blog/2008/11/19/corporate-blog-post-building-a-collaborative-enterprise-twitter-part-1/</link>
		<comments>http://www.mularien.com/blog/2008/11/19/corporate-blog-post-building-a-collaborative-enterprise-twitter-part-1/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 12:16:19 +0000</pubDate>
		<dc:creator>pmularien</dc:creator>
				<category><![CDATA[corporate]]></category>
		<category><![CDATA[enterprise]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.mularien.com/blog/?p=90</guid>
		<description><![CDATA[Cross-posting in case readers here are interested.
Building a Collaborative Enterprise: Twitter (Part 1)

  addthis_url    = 'http%3A%2F%2Fwww.mularien.com%2Fblog%2F2008%2F11%2F19%2Fcorporate-blog-post-building-a-collaborative-enterprise-twitter-part-1%2F';
  addthis_title  = 'Corporate+Blog+Post%3A+Building+a+Collaborative+Enterprise%3A+Twitter+%28Part+1%29';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://www.mularien.com/blog/2008/11/19/corporate-blog-post-building-a-collaborative-enterprise-twitter-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
