<?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 Rule of Tech</title>
	<atom:link href="http://ruleoftech.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://ruleoftech.com</link>
	<description>Everything and nothing but still something about Tech</description>
	<lastBuildDate>Sat, 31 Dec 2011 10:55:11 +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 WordPress mod_rewrite rules taking over mod_status and mod_info by For year 2012 &#124; Rule of Tech</title>
		<link>http://ruleoftech.com/2011/wordpress-mod_rewrite-rules-taking-over-mod_status-and-mod_info/comment-page-1#comment-109</link>
		<dc:creator>For year 2012 &#124; Rule of Tech</dc:creator>
		<pubDate>Sat, 31 Dec 2011 10:55:11 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.com/?p=191#comment-109</guid>
		<description>[...] Post navigation &#8592; Previous [...]</description>
		<content:encoded><![CDATA[<p>[...] Post navigation &larr; Previous [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using RichFaces 3 dataScroller and dataTable -components by bob</title>
		<link>http://ruleoftech.com/2009/using-richfaces-3-datascroller-and-datatable-components/comment-page-1#comment-91</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 10 Dec 2010 00:42:12 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.wordpress.com/?p=54#comment-91</guid>
		<description>Integer.valueOf(scrollerPage).intValue() can be written as Integer.parseInt(scrollerPage)</description>
		<content:encoded><![CDATA[<p>Integer.valueOf(scrollerPage).intValue() can be written as Integer.parseInt(scrollerPage)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing Sun JDK 1.6 on CentOS by Rule of Tech &#187; Installing Apache Tomcat 6 on CentOS</title>
		<link>http://ruleoftech.com/2010/installing-sun-jdk-1-6-on-centos/comment-page-1#comment-56</link>
		<dc:creator>Rule of Tech &#187; Installing Apache Tomcat 6 on CentOS</dc:creator>
		<pubDate>Thu, 15 Jul 2010 14:49:56 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.com/?p=138#comment-56</guid>
		<description>[...] Pre-Requirements First you need to install Sun JDK and you can follow the instructions given in Installing Sun JDK 1.6 on CentOS [...]</description>
		<content:encoded><![CDATA[<p>[...] Pre-Requirements First you need to install Sun JDK and you can follow the instructions given in Installing Sun JDK 1.6 on CentOS [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Redirect HTTP and HTTPS traffic to Tomcat&#8217;s ports by Installing Tomcat 6 on Debian Squeeze &#124; sebthom.de</title>
		<link>http://ruleoftech.com/2009/redirecting-http-and-https-traffic-to-tomcats-ports/comment-page-1#comment-54</link>
		<dc:creator>Installing Tomcat 6 on Debian Squeeze &#124; sebthom.de</dc:creator>
		<pubDate>Sun, 14 Mar 2010 14:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.wordpress.com/?p=38#comment-54</guid>
		<description>[...] Redirect HTTP and HTTPS traffic to Tomcat&#8217;s ports [...]</description>
		<content:encoded><![CDATA[<p>[...] Redirect HTTP and HTTPS traffic to Tomcat&#8217;s ports [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using RichFaces 3 dataScroller and dataTable -components by Marko</title>
		<link>http://ruleoftech.com/2009/using-richfaces-3-datascroller-and-datatable-components/comment-page-1#comment-52</link>
		<dc:creator>Marko</dc:creator>
		<pubDate>Thu, 11 Feb 2010 19:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.wordpress.com/?p=54#comment-52</guid>
		<description>Thanks,
When I have some time I will have take a look on that ExtendedDataModel. 

It is now almost a year since we finished our software and RichFaces has come a long way during that time. IIRC that ExtendedDataModel is one of those new features.</description>
		<content:encoded><![CDATA[<p>Thanks,<br />
When I have some time I will have take a look on that ExtendedDataModel. </p>
<p>It is now almost a year since we finished our software and RichFaces has come a long way during that time. IIRC that ExtendedDataModel is one of those new features.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using RichFaces 3 dataScroller and dataTable -components by fiorenzo</title>
		<link>http://ruleoftech.com/2009/using-richfaces-3-datascroller-and-datatable-components/comment-page-1#comment-51</link>
		<dc:creator>fiorenzo</dc:creator>
		<pubDate>Wed, 10 Feb 2010 23:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.wordpress.com/?p=54#comment-51</guid>
		<description>Good post!
You can use some tricks for not load alla data in datamodel.
I like this:
http://wiki.apache.org/myfaces/WorkingWithLargeTables

Very simple!

Or use org.ajax4jsf.model.ExtendedDataModel

http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?tab=dataModel&amp;cid=3474554

best regards</description>
		<content:encoded><![CDATA[<p>Good post!<br />
You can use some tricks for not load alla data in datamodel.<br />
I like this:<br />
<a href="http://wiki.apache.org/myfaces/WorkingWithLargeTables" rel="nofollow">http://wiki.apache.org/myfaces/WorkingWithLargeTables</a></p>
<p>Very simple!</p>
<p>Or use org.ajax4jsf.model.ExtendedDataModel</p>
<p><a href="http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?tab=dataModel&#038;cid=3474554" rel="nofollow">http://livedemo.exadel.com/richfaces-demo/richfaces/dataTable.jsf?tab=dataModel&#038;cid=3474554</a></p>
<p>best regards</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress and problem with language files (.mo) by Christian J</title>
		<link>http://ruleoftech.com/2007/wordpress-and-problem-with-language-files-mo/comment-page-2#comment-30</link>
		<dc:creator>Christian J</dc:creator>
		<pubDate>Fri, 18 Sep 2009 15:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.wordpress.com/2007/09/09/wordpress-doesnt-use-language-files-wplang-has-no-effect/#comment-30</guid>
		<description>You saved my day! Been looking at this problem for hours!</description>
		<content:encoded><![CDATA[<p>You saved my day! Been looking at this problem for hours!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping up with the time in Xen by Marinkina</title>
		<link>http://ruleoftech.com/2008/keeping-up-with-the-time-in-xen/comment-page-1#comment-34</link>
		<dc:creator>Marinkina</dc:creator>
		<pubDate>Thu, 21 May 2009 22:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.wordpress.com/2008/01/21/keeping-up-with-the-time-in-xen-domu/#comment-34</guid>
		<description>Нет,по настоящиму улыбнул 8 пункт,просто представил такую ситуацию ))).</description>
		<content:encoded><![CDATA[<p>Нет,по настоящиму улыбнул 8 пункт,просто представил такую ситуацию ))).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WordPress and problem with language files (.mo) by Think Studio &#187; Blog Archive &#187; Language Switcher WordPress Plugin</title>
		<link>http://ruleoftech.com/2007/wordpress-and-problem-with-language-files-mo/comment-page-2#comment-28</link>
		<dc:creator>Think Studio &#187; Blog Archive &#187; Language Switcher WordPress Plugin</dc:creator>
		<pubDate>Mon, 18 May 2009 04:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.wordpress.com/2007/09/09/wordpress-doesnt-use-language-files-wplang-has-no-effect/#comment-28</guid>
		<description>[...] are probably either missing, have the wrong names, or are in the wrong places. Or, it could be this bug in WordPress&#8217;s &quot;gettext&quot; functionality, which has to do with whether your web site is running on a computer with a 64-bit processor, or a [...]</description>
		<content:encoded><![CDATA[<p>[...] are probably either missing, have the wrong names, or are in the wrong places. Or, it could be this bug in WordPress&#8217;s &quot;gettext&quot; functionality, which has to do with whether your web site is running on a computer with a 64-bit processor, or a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Keeping up with the time in Xen by CheapVPS.co.uk issues - recapped &#124; Blog.dvl.pl - An IT Hobbyist's Blog</title>
		<link>http://ruleoftech.com/2008/keeping-up-with-the-time-in-xen/comment-page-1#comment-33</link>
		<dc:creator>CheapVPS.co.uk issues - recapped &#124; Blog.dvl.pl - An IT Hobbyist's Blog</dc:creator>
		<pubDate>Sat, 14 Feb 2009 16:17:52 +0000</pubDate>
		<guid isPermaLink="false">http://ruleoftech.wordpress.com/2008/01/21/keeping-up-with-the-time-in-xen-domu/#comment-33</guid>
		<description>[...] For more information on this subject look for example here. [...]</description>
		<content:encoded><![CDATA[<p>[...] For more information on this subject look for example here. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

