<?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: Using cfimage to create thumbnails</title>
	<atom:link href="http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/</link>
	<description>Writing about technology, daily life, and other things I find interesting</description>
	<lastBuildDate>Fri, 12 Mar 2010 20:23:57 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: cfperformance</title>
		<link>http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/comment-page-1/#comment-1419</link>
		<dc:creator>cfperformance</dc:creator>
		<pubDate>Thu, 17 Dec 2009 01:12:14 +0000</pubDate>
		<guid isPermaLink="false">http://new.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/#comment-1419</guid>
		<description>Yep the performance on concurrency would probably bog down your server . If I use a 1.3 MB jpg to resize. 
It takes about 13 seconds after the upload is complete to resize. </description>
		<content:encoded><![CDATA[<p>Yep the performance on concurrency would probably bog down your server . If I use a 1.3 MB jpg to resize.<br />
It takes about 13 seconds after the upload is complete to resize.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Gracey</title>
		<link>http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/comment-page-1/#comment-1406</link>
		<dc:creator>Stephen Gracey</dc:creator>
		<pubDate>Thu, 03 Sep 2009 13:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://new.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/#comment-1406</guid>
		<description>It&#039;s bogging down my site, I think--anyone else experiencing delays with more than a few images on a page?? </description>
		<content:encoded><![CDATA[<p>It&#039;s bogging down my site, I think&#8211;anyone else experiencing delays with more than a few images on a page??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bob</title>
		<link>http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/comment-page-1/#comment-1398</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Fri, 10 Jul 2009 21:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://new.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/#comment-1398</guid>
		<description>don&#039;t forget to round your new values </description>
		<content:encoded><![CDATA[<p>don&#039;t forget to round your new values</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: damonledet</title>
		<link>http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/comment-page-1/#comment-1397</link>
		<dc:creator>damonledet</dc:creator>
		<pubDate>Fri, 03 Jul 2009 19:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://new.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/#comment-1397</guid>
		<description>Yes you can download the code at &lt;a href=&quot;http://learncf.com/zip/19&quot; target=&quot;_blank&quot;&gt;http://learncf.com/zip/19&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Yes you can download the code at <a href="http://learncf.com/zip/19" target="_blank">http://learncf.com/zip/19</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/comment-page-1/#comment-1396</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Fri, 03 Jul 2009 16:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://new.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/#comment-1396</guid>
		<description>I really like what you put together on your demo.  Do you have the code for download?  This demo could come in handy!  Thanks, Robin. </description>
		<content:encoded><![CDATA[<p>I really like what you put together on your demo.  Do you have the code for download?  This demo could come in handy!  Thanks, Robin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan G. Switzer, II</title>
		<link>http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/comment-page-1/#comment-33</link>
		<dc:creator>Dan G. Switzer, II</dc:creator>
		<pubDate>Mon, 19 Nov 2007 10:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://new.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/#comment-33</guid>
		<description>@Damon:

You might want to look into the imageScaleToFit() function. The &#34;resize&#34; option doesn&#039;t keep proportion, where the imageScaleToFit() function does.</description>
		<content:encoded><![CDATA[<p>@Damon:</p>
<p>You might want to look into the imageScaleToFit() function. The &#38;#34;resize&#38;#34; option doesn&#8217;t keep proportion, where the imageScaleToFit() function does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Evangelista</title>
		<link>http://www.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/comment-page-1/#comment-32</link>
		<dc:creator>Michael Evangelista</dc:creator>
		<pubDate>Sun, 18 Nov 2007 16:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://new.damonledet.com/blog/2007/11/18/using-cfimage-to-create-thumbnails/#comment-32</guid>
		<description>Hi Damon -
I just started playing with this, too, and I am both impressed (at quality and speed) and relieved (at no longer jumping through extraneous hoops for images!).

I put up a little upload-resizer demo here
http://mredesign.com/demos/cfimage-example/
(no tutorial, though)</description>
		<content:encoded><![CDATA[<p>Hi Damon -<br />
I just started playing with this, too, and I am both impressed (at quality and speed) and relieved (at no longer jumping through extraneous hoops for images!).</p>
<p>I put up a little upload-resizer demo here<br />
<a href="http://mredesign.com/demos/cfimage-example/" rel="nofollow">http://mredesign.com/demos/cfimage-example/</a><br />
(no tutorial, though)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
