<?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 on: How to Fix Image Resizing Problem in the Arthemia WordPress Theme</title>
	<atom:link href="http://www.jerrytravis.com/?feed=rss2&#038;p=331" rel="self" type="application/rss+xml" />
	<link>http://www.jerrytravis.com/?p=331</link>
	<description>Take the hand you&#039;re dealt and make the best of it!</description>
	<lastBuildDate>Wed, 25 Aug 2010 15:33:26 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Eric Barrett</title>
		<link>http://www.jerrytravis.com/?p=331&#038;cpage=1#comment-906</link>
		<dc:creator>Eric Barrett</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:07:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerrytravis.com/?p=331#comment-906</guid>
		<description>I&#039;ve been trying to get Arthemia to work on my website but I couldn&#039;t get Timthumb to work.  After countless hours of searching the internet, this simple solution turns out to be all I needed.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to get Arthemia to work on my website but I couldn&#8217;t get Timthumb to work.  After countless hours of searching the internet, this simple solution turns out to be all I needed.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asteroid</title>
		<link>http://www.jerrytravis.com/?p=331&#038;cpage=1#comment-270</link>
		<dc:creator>asteroid</dc:creator>
		<pubDate>Mon, 24 Aug 2009 15:46:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerrytravis.com/?p=331#comment-270</guid>
		<description>THANKS! It&#039;s working perfectly now, after changing one quotation mark in the first line. I&#039;m so, so grateful for this post.</description>
		<content:encoded><![CDATA[<p>THANKS! It&#8217;s working perfectly now, after changing one quotation mark in the first line. I&#8217;m so, so grateful for this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trav</title>
		<link>http://www.jerrytravis.com/?p=331&#038;cpage=1#comment-260</link>
		<dc:creator>Trav</dc:creator>
		<pubDate>Sun, 16 Aug 2009 15:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerrytravis.com/?p=331#comment-260</guid>
		<description>Hey asteroid,

Below is the function and where I changed the code. I commented out the section that is commented then added the section below it.  That&#039;s the only change I made.

function mime_type ( $file ) {

    $os = strtolower(php_uname());
	$mime_type = &#039;&#039;;

	// use PECL fileinfo to determine mime type
//	if( function_exists( &#039;finfo_open&#039; ) ) {
//		$finfo = finfo_open( FILEINFO_MIME );
//		$mime_type = finfo_file( $finfo, $file );
//		finfo_close( $finfo );
//	}
// Check file type
$file_cmd = &quot;file -ib  \&quot;$file\&quot;&quot;;
exec ($file_cmd, $exec_output);
$mime_type =  $exec_output[0];</description>
		<content:encoded><![CDATA[<p>Hey asteroid,</p>
<p>Below is the function and where I changed the code. I commented out the section that is commented then added the section below it.  That&#8217;s the only change I made.</p>
<p>function mime_type ( $file ) {</p>
<p>    $os = strtolower(php_uname());<br />
	$mime_type = &#8221;;</p>
<p>	// use PECL fileinfo to determine mime type<br />
//	if( function_exists( &#8216;finfo_open&#8217; ) ) {<br />
//		$finfo = finfo_open( FILEINFO_MIME );<br />
//		$mime_type = finfo_file( $finfo, $file );<br />
//		finfo_close( $finfo );<br />
//	}<br />
// Check file type<br />
$file_cmd = &#8220;file -ib  \&#8221;$file\&#8221;";<br />
exec ($file_cmd, $exec_output);<br />
$mime_type =  $exec_output[0];</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asteroid</title>
		<link>http://www.jerrytravis.com/?p=331&#038;cpage=1#comment-259</link>
		<dc:creator>asteroid</dc:creator>
		<pubDate>Sat, 15 Aug 2009 08:58:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.jerrytravis.com/?p=331#comment-259</guid>
		<description>I&#039;m having this same problem with the magic database not loading, but I&#039;m not sure I replaced the code correctly - I&#039;m using the timthumb.php from http://timthumb.googlecode.com/svn/trunk/timthumb.php. Could you please let me know what the original section of code was supposed to be, not just the line numbers, so that I know what exactly to replace? Thank you so much, I really really hope this would make the thumbnails work!</description>
		<content:encoded><![CDATA[<p>I&#8217;m having this same problem with the magic database not loading, but I&#8217;m not sure I replaced the code correctly &#8211; I&#8217;m using the timthumb.php from <a href="http://timthumb.googlecode.com/svn/trunk/timthumb.php" rel="nofollow">http://timthumb.googlecode.com/svn/trunk/timthumb.php</a>. Could you please let me know what the original section of code was supposed to be, not just the line numbers, so that I know what exactly to replace? Thank you so much, I really really hope this would make the thumbnails work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
