<?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/"
		>
<channel>
	<title>Comments for Casey Wise</title>
	<atom:link href="http://caseywise.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://caseywise.com</link>
	<description>projects and web archive/sandbox</description>
	<lastBuildDate>Sun, 15 Jan 2012 15:16:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Find large files with Linux/Unix by J</title>
		<link>http://caseywise.com/?p=604&#038;cpage=1#comment-519</link>
		<dc:creator>J</dc:creator>
		<pubDate>Wed, 24 Aug 2011 15:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=604#comment-519</guid>
		<description>you can simplify your find command by using the -ls switch for find.  That way you would get:
find . -size +1G -ls
(I also like to use . so I am always looking from my current directory)</description>
		<content:encoded><![CDATA[<p>you can simplify your find command by using the -ls switch for find.  That way you would get:<br />
find . -size +1G -ls<br />
(I also like to use . so I am always looking from my current directory)</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-519');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-519');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Isabel&#8217;s 7mo Birthday by matt</title>
		<link>http://caseywise.com/?p=1737&#038;cpage=1#comment-287</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Fri, 15 Apr 2011 00:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/?p=1737#comment-287</guid>
		<description>besides the fact that it is your and amber&#039;s baby and isabel is the cutest little girl ever, and her picts give us the warm fuzzies....great photo, composition, and editing.</description>
		<content:encoded><![CDATA[<p>besides the fact that it is your and amber&#8217;s baby and isabel is the cutest little girl ever, and her picts give us the warm fuzzies&#8230;.great photo, composition, and editing.</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-287');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-287');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on dotCMS Structure Inserter from Chris Falzone by niko</title>
		<link>http://caseywise.com/?p=372&#038;cpage=1#comment-247</link>
		<dc:creator>niko</dc:creator>
		<pubDate>Fri, 25 Feb 2011 13:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=372#comment-247</guid>
		<description>Very helpful tuto only for new content.</description>
		<content:encoded><![CDATA[<p>Very helpful tuto only for new content.</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-247');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-247');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on dotCMS Structure Inserter from Chris Falzone by admin</title>
		<link>http://caseywise.com/?p=372&#038;cpage=1#comment-246</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 24 Feb 2011 15:28:56 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=372#comment-246</guid>
		<description>&lt;b&gt;@Matty&lt;/b&gt;: You&#039;re talking about #75?  How to check in boolean or category data types?

Your structure field would have to be defined as such then you gotta make sure you&#039;re data typing your Java variable declarations which would represent the content you&#039;re attempting to checkin().

For example, in your structure your field would be represented by boolField.

&lt;pre lang=&quot;java&quot;&gt;
boolean thisBool = true;
conAPI.setContentletProperty(con2, boolField, thisBool);
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p><b>@Matty</b>: You&#8217;re talking about #75?  How to check in boolean or category data types?</p>
<p>Your structure field would have to be defined as such then you gotta make sure you&#8217;re data typing your Java variable declarations which would represent the content you&#8217;re attempting to checkin().</p>
<p>For example, in your structure your field would be represented by boolField.</p>

<div class="wp_codebox"><table><tr id="p3721"><td class="code" id="p372code1"><pre class="java" style="font-family:monospace;"><span style="color: #000066; font-weight: bold;">boolean</span> thisBool <span style="color: #339933;">=</span> <span style="color: #000066; font-weight: bold;">true</span><span style="color: #339933;">;</span>
conAPI.<span style="color: #006633;">setContentletProperty</span><span style="color: #009900;">&#40;</span>con2, boolField, thisBool<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></td></tr></table></div>

<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-246');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-246');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on dotCMS Structure Inserter from Chris Falzone by Matty</title>
		<link>http://caseywise.com/?p=372&#038;cpage=1#comment-245</link>
		<dc:creator>Matty</dc:creator>
		<pubDate>Thu, 24 Feb 2011 11:10:01 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=372#comment-245</guid>
		<description>conAPI.setContentletProperty(con2, anotherField, NotAString) working also with if field is not a string??? for example boolean or category....</description>
		<content:encoded><![CDATA[<p>conAPI.setContentletProperty(con2, anotherField, NotAString) working also with if field is not a string??? for example boolean or category&#8230;.</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-245');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-245');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enter Isabel Ann Wise by Travis Cook</title>
		<link>http://caseywise.com/?p=512&#038;cpage=1#comment-212</link>
		<dc:creator>Travis Cook</dc:creator>
		<pubDate>Mon, 20 Sep 2010 16:01:05 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=512#comment-212</guid>
		<description>So many best wishes and congratulations from the folks down here at FranchiseOpportunities!! Beautiful pics of a beautiful girl (&amp; mom)!! Stay true to each other and remain calm. Baby&#039;s are built to cry so just let her.</description>
		<content:encoded><![CDATA[<p>So many best wishes and congratulations from the folks down here at FranchiseOpportunities!! Beautiful pics of a beautiful girl (&amp; mom)!! Stay true to each other and remain calm. Baby&#8217;s are built to cry so just let her.</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-212');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-212');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enter Isabel Ann Wise by Will</title>
		<link>http://caseywise.com/?p=512&#038;cpage=1#comment-202</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Thu, 09 Sep 2010 17:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=512#comment-202</guid>
		<description>LOVE!!!!!!!!!!!!!! Her and you .
Congrats Is she playing a drum yet?
 Never to young to start ya know ;-)</description>
		<content:encoded><![CDATA[<p>LOVE!!!!!!!!!!!!!! Her and you .<br />
Congrats Is she playing a drum yet?<br />
 Never to young to start ya know <img src='http://caseywise.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-202');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-202');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enter Isabel Ann Wise by Darlene Morris</title>
		<link>http://caseywise.com/?p=512&#038;cpage=1#comment-200</link>
		<dc:creator>Darlene Morris</dc:creator>
		<pubDate>Thu, 09 Sep 2010 01:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=512#comment-200</guid>
		<description>Love,Love,Love, your pictures!!  What a great idea.  Congratulations!
You have a beautiful baby girl love her and enjoy every moment with
her!!  You are very lucky!</description>
		<content:encoded><![CDATA[<p>Love,Love,Love, your pictures!!  What a great idea.  Congratulations!<br />
You have a beautiful baby girl love her and enjoy every moment with<br />
her!!  You are very lucky!</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-200');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-200');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enter Isabel Ann Wise by Darryl Flinn</title>
		<link>http://caseywise.com/?p=512&#038;cpage=1#comment-199</link>
		<dc:creator>Darryl Flinn</dc:creator>
		<pubDate>Wed, 08 Sep 2010 14:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=512#comment-199</guid>
		<description>How touching, Roy.  It is almost impossible to find a visitors face that is not smiling.  Isabel has already brought joy to family and friends.

She is truly a miracle . . . . Poppa</description>
		<content:encoded><![CDATA[<p>How touching, Roy.  It is almost impossible to find a visitors face that is not smiling.  Isabel has already brought joy to family and friends.</p>
<p>She is truly a miracle . . . . Poppa</p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-199');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-199');">Quote</a></div>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Enter Isabel Ann Wise by Miki</title>
		<link>http://caseywise.com/?p=512&#038;cpage=1#comment-198</link>
		<dc:creator>Miki</dc:creator>
		<pubDate>Wed, 08 Sep 2010 14:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://caseywise.com/blog/?p=512#comment-198</guid>
		<description>Great pictures, no wonder you look tired. :D</description>
		<content:encoded><![CDATA[<p>Great pictures, no wonder you look tired. <img src='http://caseywise.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<div class="jqr2c_box"><a class="jqr2c_reply" href="javascript:jqr2c_reply('comment-198');">Reply</a> <a class="jqr2c_quote" href="javascript:jqr2c_quote('comment-198');">Quote</a></div>]]></content:encoded>
	</item>
</channel>
</rss>

