<?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>Eliot Dill &#187; Uncategorized</title>
	<atom:link href="http://www.eliotdill.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eliotdill.com</link>
	<description>HTML5, Mobile Web Apps, &#38; Responsive Web Development</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:22:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Parse a RSS Feed in Java</title>
		<link>http://www.eliotdill.com/2012/01/how-to-parse-a-rss-feed-in-java/</link>
		<comments>http://www.eliotdill.com/2012/01/how-to-parse-a-rss-feed-in-java/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 19:38:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://www.eliotdill.com/?p=14</guid>
		<description><![CDATA[A while back I was required to parse an rss feed on my company&#8217;s website.  Having little experience with Java Tag Libraries (.tld), I decided to give one a try.  The following is how I implemented RSS into a JSP &#8230; <a href="http://www.eliotdill.com/2012/01/how-to-parse-a-rss-feed-in-java/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A while back I was required to parse an rss feed on my company&#8217;s website.  Having little experience with Java Tag Libraries (.tld), I decided to give one a try.  The following is how I implemented RSS into a JSP page.</p>
<p><strong>Import and include the tag library into your project. </strong></p>
<p>In this case it is <em>rssutils.tld </em>and <em>rssutils.jar</em>.  This can be achieved many different ways either in the XML configuration or in the GUI Editor&#8217;s Import function (i.e. File &gt; Import or Tools &gt; Manage Libraries) etc.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eliotdill.com/2012/01/how-to-parse-a-rss-feed-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Release Early, Release Often</title>
		<link>http://www.eliotdill.com/2009/12/release-early-release-often/</link>
		<comments>http://www.eliotdill.com/2009/12/release-early-release-often/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 22:55:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.eliotdill.com/?p=158</guid>
		<description><![CDATA[As a software developer, I have repeatedly heard the phrase release early, release often.  But in the back of my mind, I have always wondered how companies handle customers when they release buggy software.   Well, the other day I finally &#8230; <a href="http://www.eliotdill.com/2009/12/release-early-release-often/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As a software developer, I have repeatedly heard the phrase <a title="Release Early, Release Often" href="http://toc.oreilly.com/2008/06/release-early-release-often-ag.html" target="_blank">release early, release often</a>.  But in the back of my mind, I have always wondered how companies handle customers when they release buggy software.   Well, the other day I finally got my answer and found it quite amusing.</p>
<p>After downgrading a failed major upgrade on software that we use, I called technical support to see if we could come up with a resolution.  As I was put on hold on the technical support line, the automated voice said: &#8220;Due to the excitement of release 11 (ahem..bugs), we are experiencing higher than usual call volumes.&#8221;  Brilliant, I though.  I am going to have to keep that one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eliotdill.com/2009/12/release-early-release-often/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

