<?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 Tom Reitz</title>
	<atom:link href="http://www.tom-reitz.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tom-reitz.com</link>
	<description>Tech Talk, Catholic Commentary, and American Activism</description>
	<lastBuildDate>Mon, 30 Aug 2010 03:26:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Roland Juno G Hip Hop Loop Tutorial by the</title>
		<link>http://www.tom-reitz.com/2010/02/02/roland-juno-g-hip-hop-loop-tutorial/comment-page-1/#comment-9195</link>
		<dc:creator>the</dc:creator>
		<pubDate>Mon, 30 Aug 2010 03:26:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=166#comment-9195</guid>
		<description>&lt;strong&gt;Kite http://dbenefitzwf.AUTOPARTSTHAI.INFO/tag/tabs+Kite+the/ : the...&lt;/strong&gt;

tabs...</description>
		<content:encoded><![CDATA[<p><strong>Kite <a href="http://dbenefitzwf.AUTOPARTSTHAI.INFO/tag/tabs+Kite+the/" rel="nofollow">http://dbenefitzwf.AUTOPARTSTHAI.INFO/tag/tabs+Kite+the/</a> : the&#8230;</strong></p>
<p>tabs&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP ICO to PNG conversion by Tony</title>
		<link>http://www.tom-reitz.com/2009/02/17/php-ico-to-png-conversion/comment-page-1/#comment-1448</link>
		<dc:creator>Tony</dc:creator>
		<pubDate>Wed, 28 Apr 2010 08:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=119#comment-1448</guid>
		<description>wanna see something cool?

GetIconInfo($index);
	$icons[$index][&#039;width&#039;] = $icon[&#039;Width&#039;];
	$icons[$index][&#039;bitcount&#039;] = $icon[&#039;BitCount&#039;];
}
// sort by width, then bitcount (ascending). you can change the priority if you like by switching them around above
asort($icons);
// get the key of the last icon (highest quality) in the sorted list
$best = end(array_keys($icons));
// now make a png
if(!($png=$ico-&gt;GetIcon($best))) die(&quot;Could not load ICO.&quot;);
else {
	header(&quot;Content-Type: image/png&quot;);
	imagepng($png);
}
// win!
?&gt;

with a bit more effort, i use this to generate image preview tooltips in apache&#039;s autoindex [=</description>
		<content:encoded><![CDATA[<p>wanna see something cool?</p>
<p>GetIconInfo($index);<br />
	$icons[$index]['width'] = $icon['Width'];<br />
	$icons[$index]['bitcount'] = $icon['BitCount'];<br />
}<br />
// sort by width, then bitcount (ascending). you can change the priority if you like by switching them around above<br />
asort($icons);<br />
// get the key of the last icon (highest quality) in the sorted list<br />
$best = end(array_keys($icons));<br />
// now make a png<br />
if(!($png=$ico->GetIcon($best))) die(&#8220;Could not load ICO.&#8221;);<br />
else {<br />
	header(&#8220;Content-Type: image/png&#8221;);<br />
	imagepng($png);<br />
}<br />
// win!<br />
?></p>
<p>with a bit more effort, i use this to generate image preview tooltips in apache&#8217;s autoindex [=</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Home by Syte</title>
		<link>http://www.tom-reitz.com/comment-page-1/#comment-1358</link>
		<dc:creator>Syte</dc:creator>
		<pubDate>Wed, 21 Apr 2010 21:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wordpress/?page_id=3#comment-1358</guid>
		<description>Cool website! 
I would like to be at a beach in Fla!</description>
		<content:encoded><![CDATA[<p>Cool website!<br />
I would like to be at a beach in Fla!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook profile box tips by Michelle</title>
		<link>http://www.tom-reitz.com/2009/02/17/facebook-profile-box-tips/comment-page-1/#comment-1350</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Tue, 20 Apr 2010 03:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=105#comment-1350</guid>
		<description>I have error 
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/a4032187/public_html/app/facebook-platform/ngelitik/prof.php on line 18
with your code</description>
		<content:encoded><![CDATA[<p>I have error<br />
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/a4032187/public_html/app/facebook-platform/ngelitik/prof.php on line 18<br />
with your code</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook profile box tips by admin</title>
		<link>http://www.tom-reitz.com/2009/02/17/facebook-profile-box-tips/comment-page-1/#comment-1247</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 24 Mar 2010 21:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=105#comment-1247</guid>
		<description>@wildan probably your database structure is different than mine. You will need to edit the SQL query to to pull information from your own database, however you have it stored.

Happy facebooking ;)</description>
		<content:encoded><![CDATA[<p>@wildan probably your database structure is different than mine. You will need to edit the SQL query to to pull information from your own database, however you have it stored.</p>
<p>Happy facebooking <img src='http://www.tom-reitz.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter from PHP by twitter layout</title>
		<link>http://www.tom-reitz.com/2009/06/16/twitter-from-php/comment-page-1/#comment-1232</link>
		<dc:creator>twitter layout</dc:creator>
		<pubDate>Mon, 22 Mar 2010 04:59:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=143#comment-1232</guid>
		<description>Hi, Great blog you have here. I wanted to let you all know that I think Twitter is going to be one of the stronger networks because of the fact that it is supported by so many industries. I also think when Twitter shows some of it&#039;s new functions, returning traffic will go up to show the real growth of the network. 

Anyway, I build a blog that offerers great resources for Twitter that are 100% free, so come and visit and don&#039;t be a stranger.

Keep up the great work!</description>
		<content:encoded><![CDATA[<p>Hi, Great blog you have here. I wanted to let you all know that I think Twitter is going to be one of the stronger networks because of the fact that it is supported by so many industries. I also think when Twitter shows some of it&#8217;s new functions, returning traffic will go up to show the real growth of the network. </p>
<p>Anyway, I build a blog that offerers great resources for Twitter that are 100% free, so come and visit and don&#8217;t be a stranger.</p>
<p>Keep up the great work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook profile box tips by Carter Ferrebee</title>
		<link>http://www.tom-reitz.com/2009/02/17/facebook-profile-box-tips/comment-page-1/#comment-1196</link>
		<dc:creator>Carter Ferrebee</dc:creator>
		<pubDate>Wed, 17 Mar 2010 11:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=105#comment-1196</guid>
		<description>awesome post, i&#039;m gonna bookmark ya!</description>
		<content:encoded><![CDATA[<p>awesome post, i&#8217;m gonna bookmark ya!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook profile box tips by linda</title>
		<link>http://www.tom-reitz.com/2009/02/17/facebook-profile-box-tips/comment-page-1/#comment-1177</link>
		<dc:creator>linda</dc:creator>
		<pubDate>Thu, 11 Mar 2010 03:42:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=105#comment-1177</guid>
		<description>I actually hope there are more posts like this one your blog; we need to get the artists out there.</description>
		<content:encoded><![CDATA[<p>I actually hope there are more posts like this one your blog; we need to get the artists out there.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook profile box tips by wildan</title>
		<link>http://www.tom-reitz.com/2009/02/17/facebook-profile-box-tips/comment-page-1/#comment-1173</link>
		<dc:creator>wildan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 13:09:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=105#comment-1173</guid>
		<description>I have error 
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/a4032187/public_html/app/facebook-platform/ngelitik/prof.php on line 18
with your code</description>
		<content:encoded><![CDATA[<p>I have error<br />
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /home/a4032187/public_html/app/facebook-platform/ngelitik/prof.php on line 18<br />
with your code</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP ICO to PNG conversion by Vahan</title>
		<link>http://www.tom-reitz.com/2009/02/17/php-ico-to-png-conversion/comment-page-1/#comment-1123</link>
		<dc:creator>Vahan</dc:creator>
		<pubDate>Sun, 14 Feb 2010 06:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tom-reitz.com/?p=119#comment-1123</guid>
		<description>wordpress broke my loop! anyway it should be:
for($index = 0; $index LESSTHAN $ico-&gt;TotalIcons(); $index++){</description>
		<content:encoded><![CDATA[<p>wordpress broke my loop! anyway it should be:<br />
for($index = 0; $index LESSTHAN $ico->TotalIcons(); $index++){</p>
]]></content:encoded>
	</item>
</channel>
</rss>
