<?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 Kev009.com</title>
	<atom:link href="http://www.kev009.com/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kev009.com/wp</link>
	<description>Speed and Accuracy are fine, kev009 is final: Projects and Ventures of Kevin Bowling</description>
	<lastBuildDate>Wed, 08 May 2013 20:58:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on boo2pdf by giuseppe</title>
		<link>http://www.kev009.com/wp/projects/boo2pdf/comment-page-1/#comment-4672</link>
		<dc:creator>giuseppe</dc:creator>
		<pubDate>Wed, 08 May 2013 20:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?page_id=336#comment-4672</guid>
		<description><![CDATA[I&#039;ve tried to convert and old boo using your web service boo2pdf. 
It worked perfectly with an excellent result !
Thanks.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve tried to convert and old boo using your web service boo2pdf.<br />
It worked perfectly with an excellent result !<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Pagination in Play! 2 by Luan Nguyen</title>
		<link>http://www.kev009.com/wp/2012/12/reusable-pagination-in-play-2/comment-page-1/#comment-4649</link>
		<dc:creator>Luan Nguyen</dc:creator>
		<pubDate>Tue, 30 Apr 2013 06:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=717#comment-4649</guid>
		<description><![CDATA[Thank you very much. 
I changed the method highbound() as below:
@highbound() = @{
if ((lowbound() + bound) * pageLength &gt;= collectionLength)
math.ceil(collectionLength.toDouble / pageLength).toInt
else
lowbound() + bound
}]]></description>
		<content:encoded><![CDATA[<p>Thank you very much.<br />
I changed the method highbound() as below:<br />
@highbound() = @{<br />
if ((lowbound() + bound) * pageLength &gt;= collectionLength)<br />
math.ceil(collectionLength.toDouble / pageLength).toInt<br />
else<br />
lowbound() + bound<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Pagination in Play! 2 by Martin</title>
		<link>http://www.kev009.com/wp/2012/12/reusable-pagination-in-play-2/comment-page-1/#comment-4563</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Sat, 23 Mar 2013 23:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=717#comment-4563</guid>
		<description><![CDATA[Hi - tried to get this working from Java but have had problems with delegating the page parameter to the paginate helper.

I changed the parameter on the paginate helper to route:Int =&gt; play.api.mvc.Call, plus the last parameter on the @includes.paginate to list from index and it all works well.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi &#8211; tried to get this working from Java but have had problems with delegating the page parameter to the paginate helper.</p>
<p>I changed the parameter on the paginate helper to route:Int =&gt; play.api.mvc.Call, plus the last parameter on the @includes.paginate to list from index and it all works well.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Pagination in Play! 2 by David</title>
		<link>http://www.kev009.com/wp/2012/12/reusable-pagination-in-play-2/comment-page-1/#comment-4527</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 19 Mar 2013 11:30:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=717#comment-4527</guid>
		<description><![CDATA[Only slightly related, but...

MVC - learned all about this programming concept over a decade ago at Apple&#039;s WWDC. I remember people on the WebObjects and Cocoa team would put songs together about MVCs, and I found one on &lt;a href=&quot;http://www.youtube.com/watch?v=YYvOGPMLVDo&quot; title=&quot;MVC Song&quot; rel=&quot;nofollow&quot;&gt; YouTube&lt;/a&gt;. I guess I should go dig out my WWDC DVDs and find the others, as they were interesting.

Enjoy!
David]]></description>
		<content:encoded><![CDATA[<p>Only slightly related, but&#8230;</p>
<p>MVC &#8211; learned all about this programming concept over a decade ago at Apple&#8217;s WWDC. I remember people on the WebObjects and Cocoa team would put songs together about MVCs, and I found one on <a href="http://www.youtube.com/watch?v=YYvOGPMLVDo" title="MVC Song" rel="nofollow"> YouTube</a>. I guess I should go dig out my WWDC DVDs and find the others, as they were interesting.</p>
<p>Enjoy!<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No Nonsense Logging in C (and C++) by dick</title>
		<link>http://www.kev009.com/wp/2010/12/no-nonsense-logging-in-c-and-cpp/comment-page-1/#comment-4416</link>
		<dc:creator>dick</dc:creator>
		<pubDate>Sat, 09 Mar 2013 05:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=558#comment-4416</guid>
		<description><![CDATA[printf(&quot;%s&quot;, loglevel);
  vprintf(format, arglist);
  printf(&quot;\n&quot;);

Thread-safe, huh?]]></description>
		<content:encoded><![CDATA[<p>printf(&#8220;%s&#8221;, loglevel);<br />
  vprintf(format, arglist);<br />
  printf(&#8220;\n&#8221;);</p>
<p>Thread-safe, huh?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Configuration Management Software Sucks by Pablo</title>
		<link>http://www.kev009.com/wp/2012/01/configuration-management-software-sucks/comment-page-1/#comment-3301</link>
		<dc:creator>Pablo</dc:creator>
		<pubDate>Tue, 18 Dec 2012 20:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=643#comment-3301</guid>
		<description><![CDATA[Hmmm, you are obviously very Linux-centric, what about AIX, Solaris, HP-UX,...(just to name a few)?
Yes, Linux is becoming more Enterprise aware, but, still not nearly on top of the world like we&#039;d like to think (I was a large S/W contributor to the FSF community starting back in 1985).

Instead of trying to control all the rings, how about One Ring to rule them all (perhaps we need to re-investigate &quot;United Linux&quot; (w/o MS of course, just saying).

But I digress.]]></description>
		<content:encoded><![CDATA[<p>Hmmm, you are obviously very Linux-centric, what about AIX, Solaris, HP-UX,&#8230;(just to name a few)?<br />
Yes, Linux is becoming more Enterprise aware, but, still not nearly on top of the world like we&#8217;d like to think (I was a large S/W contributor to the FSF community starting back in 1985).</p>
<p>Instead of trying to control all the rings, how about One Ring to rule them all (perhaps we need to re-investigate &#8220;United Linux&#8221; (w/o MS of course, just saying).</p>
<p>But I digress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Pagination in Play! 2 by kev009</title>
		<link>http://www.kev009.com/wp/2012/12/reusable-pagination-in-play-2/comment-page-1/#comment-3237</link>
		<dc:creator>kev009</dc:creator>
		<pubDate>Thu, 13 Dec 2012 05:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=717#comment-3237</guid>
		<description><![CDATA[Ahh, withUser comes from an Action Composition but it is unnecessary for this example.  See: http://www.playframework.org/documentation/2.0.4/ScalaActionsComposition if you are curious.]]></description>
		<content:encoded><![CDATA[<p>Ahh, withUser comes from an Action Composition but it is unnecessary for this example.  See: <a href="http://www.playframework.org/documentation/2.0.4/ScalaActionsComposition" rel="nofollow">http://www.playframework.org/documentation/2.0.4/ScalaActionsComposition</a> if you are curious.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Pagination in Play! 2 by Zenius</title>
		<link>http://www.kev009.com/wp/2012/12/reusable-pagination-in-play-2/comment-page-1/#comment-3227</link>
		<dc:creator>Zenius</dc:creator>
		<pubDate>Wed, 12 Dec 2012 20:40:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=717#comment-3227</guid>
		<description><![CDATA[Hi,
I had trouble to find out what &quot;withUser&quot; means. Then I found something like withComputer in a computer DB sample application so I decided to understand the code there first of all. In my opinion it would be sufficient to have a set of some users data and a single web page with paging to demonstrate the concept. Thanks!]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I had trouble to find out what &#8220;withUser&#8221; means. Then I found something like withComputer in a computer DB sample application so I decided to understand the code there first of all. In my opinion it would be sufficient to have a set of some users data and a single web page with paging to demonstrate the concept. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Pagination in Play! 2 by kev009</title>
		<link>http://www.kev009.com/wp/2012/12/reusable-pagination-in-play-2/comment-page-1/#comment-3225</link>
		<dc:creator>kev009</dc:creator>
		<pubDate>Wed, 12 Dec 2012 16:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=717#comment-3225</guid>
		<description><![CDATA[@Zenius - can you describe what you are having trouble with?  I&#039;d have to make a full demo app to show much more than this.]]></description>
		<content:encoded><![CDATA[<p>@Zenius &#8211; can you describe what you are having trouble with?  I&#8217;d have to make a full demo app to show much more than this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reusable Pagination in Play! 2 by Zenius</title>
		<link>http://www.kev009.com/wp/2012/12/reusable-pagination-in-play-2/comment-page-1/#comment-3216</link>
		<dc:creator>Zenius</dc:creator>
		<pubDate>Tue, 11 Dec 2012 21:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.kev009.com/wp/?p=717#comment-3216</guid>
		<description><![CDATA[Hey,
couldn&#039;t you please post a working example of this to study it more. It is hard for a newbie to figure everything out on his own.]]></description>
		<content:encoded><![CDATA[<p>Hey,<br />
couldn&#8217;t you please post a working example of this to study it more. It is hard for a newbie to figure everything out on his own.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
