<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
	>
<channel>
	<title>Comments for Kurtis Chiappone</title>
	<atom:link href="http://kurtischiappone.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://kurtischiappone.com</link>
	<description>Programmer, Web Developer, Blogger</description>
	<lastBuildDate>Tue, 07 Feb 2012 07:35:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Java Relative Date and Time by Sanoj</title>
		<link>http://kurtischiappone.com/programming/java/relative-date#comment-749</link>
		<dc:creator>Sanoj</dc:creator>
		<pubDate>Tue, 07 Feb 2012 07:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=432#comment-749</guid>
		<description>Thanks a lot friend.
I&#039;ve been looking this all over the internet but couldn&#039;t find a one.
This is great.
You are awesome!
: )</description>
		<content:encoded><![CDATA[<p>Thanks a lot friend.<br />
I&#8217;ve been looking this all over the internet but couldn&#8217;t find a one.<br />
This is great.<br />
You are awesome!<br />
: )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a JTable Using Apache POI by Rodrigo</title>
		<link>http://kurtischiappone.com/programming/java/save-jtabl#comment-748</link>
		<dc:creator>Rodrigo</dc:creator>
		<pubDate>Mon, 06 Feb 2012 03:42:31 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=214#comment-748</guid>
		<description>I&#039;m using the POI 3.7 and I got the same bug on the line 141.
To fix it, I put the code of this line outside the loop for.
The code &quot;row = worksheet.createRow( 0 );&quot; must execute only one time, otherwise the information of the previous columns will be overwritten.

By the rest, the code is excellent!
I couldn&#039;t make it better from scratch!

Congratulations!</description>
		<content:encoded><![CDATA[<p>I&#8217;m using the POI 3.7 and I got the same bug on the line 141.<br />
To fix it, I put the code of this line outside the loop for.<br />
The code &#8220;row = worksheet.createRow( 0 );&#8221; must execute only one time, otherwise the information of the previous columns will be overwritten.</p>
<p>By the rest, the code is excellent!<br />
I couldn&#8217;t make it better from scratch!</p>
<p>Congratulations!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extract Text from .DOCX file (Word 2007) by Shyam Bharath</title>
		<link>http://kurtischiappone.com/programming/java/parse-docx#comment-746</link>
		<dc:creator>Shyam Bharath</dc:creator>
		<pubDate>Thu, 19 Jan 2012 12:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=11#comment-746</guid>
		<description>Thank you so much! Works great</description>
		<content:encoded><![CDATA[<p>Thank you so much! Works great</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a JTable Using Apache POI by Rakesh</title>
		<link>http://kurtischiappone.com/programming/java/save-jtabl#comment-745</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Wed, 18 Jan 2012 19:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=214#comment-745</guid>
		<description>Simply wow!!! Thanks for publishing</description>
		<content:encoded><![CDATA[<p>Simply wow!!! Thanks for publishing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Saving a JTable Using Apache POI by João Neto</title>
		<link>http://kurtischiappone.com/programming/java/save-jtabl#comment-733</link>
		<dc:creator>João Neto</dc:creator>
		<pubDate>Fri, 30 Sep 2011 00:07:36 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=214#comment-733</guid>
		<description>Thanks you ... very nice ^^</description>
		<content:encoded><![CDATA[<p>Thanks you &#8230; very nice ^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed Search Using Nutch by Kurt</title>
		<link>http://kurtischiappone.com/programming/distributed-systems/distributed-search-using-nutch#comment-718</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Wed, 08 Jun 2011 12:37:26 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=35#comment-718</guid>
		<description>Hi Lewis,

Sure, feel free to link away!  I&#039;m glad you find that this is helpful.

Regards,

Kurtis</description>
		<content:encoded><![CDATA[<p>Hi Lewis,</p>
<p>Sure, feel free to link away!  I&#8217;m glad you find that this is helpful.</p>
<p>Regards,</p>
<p>Kurtis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed Search Using Nutch by Lewis John McGibbney</title>
		<link>http://kurtischiappone.com/programming/distributed-systems/distributed-search-using-nutch#comment-717</link>
		<dc:creator>Lewis John McGibbney</dc:creator>
		<pubDate>Wed, 08 Jun 2011 12:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=35#comment-717</guid>
		<description>Hi Kurt,

I am wondering if it is OK to add this tutorial to the Nutch wiki? It is a well documented peice of work and would provide both users of Nutch and Hadoop with a good resource.

If you can provide comments it would be greatly appreciated.

Regards

Lewis</description>
		<content:encoded><![CDATA[<p>Hi Kurt,</p>
<p>I am wondering if it is OK to add this tutorial to the Nutch wiki? It is a well documented peice of work and would provide both users of Nutch and Hadoop with a good resource.</p>
<p>If you can provide comments it would be greatly appreciated.</p>
<p>Regards</p>
<p>Lewis</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed Search Using Nutch by Kurt</title>
		<link>http://kurtischiappone.com/programming/distributed-systems/distributed-search-using-nutch#comment-708</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Sat, 30 Apr 2011 14:14:49 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=35#comment-708</guid>
		<description>Hash, the instructions above show how to set up multiple nodes for crawling. You just have to make sure that you specified the server IP addresses on the master node. It&#039;s been a couple of years since I did this, but I think if you follow the example, you should be good.</description>
		<content:encoded><![CDATA[<p>Hash, the instructions above show how to set up multiple nodes for crawling. You just have to make sure that you specified the server IP addresses on the master node. It&#8217;s been a couple of years since I did this, but I think if you follow the example, you should be good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Distributed Search Using Nutch by Hash</title>
		<link>http://kurtischiappone.com/programming/distributed-systems/distributed-search-using-nutch#comment-707</link>
		<dc:creator>Hash</dc:creator>
		<pubDate>Sat, 30 Apr 2011 13:58:15 +0000</pubDate>
		<guid isPermaLink="false">http://computercranium.com/?p=35#comment-707</guid>
		<description>KURT How can we do distributed crawling using nutch whenever I see there is only 1 node working on jobtracker, I want to use multiple PC for crawling 

Thanks in Advance</description>
		<content:encoded><![CDATA[<p>KURT How can we do distributed crawling using nutch whenever I see there is only 1 node working on jobtracker, I want to use multiple PC for crawling </p>
<p>Thanks in Advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Dynamic and Parsable Properties by Kurtis Chiappone &#124; Property Class Generator</title>
		<link>http://kurtischiappone.com/programming/java/dynamic-properties#comment-704</link>
		<dc:creator>Kurtis Chiappone &#124; Property Class Generator</dc:creator>
		<pubDate>Tue, 26 Apr 2011 01:13:23 +0000</pubDate>
		<guid isPermaLink="false">http://kurtischiappone.com/?p=741#comment-704</guid>
		<description>[...] Contact          &#171; Dynamic and Parsable Properties [...]</description>
		<content:encoded><![CDATA[<p>[...] Contact          &laquo; Dynamic and Parsable Properties [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.321 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-23 01:25:42 -->
<!-- Compression = gzip -->
