<?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"
	>
<channel>
	<title>Comments on: Smart Image Resizer Auto-Resizes Images in PHP</title>
	<atom:link href="http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/</link>
	<description>- Hunting the Best Open Source Resources for Web Developers</description>
	<pubDate>Fri, 09 Jan 2009 13:42:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Rafyta</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-14844</link>
		<dc:creator>Rafyta</dc:creator>
		<pubDate>Thu, 21 Aug 2008 23:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-14844</guid>
		<description>I couldn't get it to work, for some reason.
I tried phpthumb and it worked fine and easy for me.</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t get it to work, for some reason.<br />
I tried phpthumb and it worked fine and easy for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4467</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 25 Mar 2008 23:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4467</guid>
		<description>phpthumb is nice if you have a small site but if you have a site say for example logopond, you can use it as is described because the cost to the server resources is HUGE. This should be wraped in a class or function at least and there should be a check before hand if the image exist or not. There are a couple checks in there but its not at the parent level.</description>
		<content:encoded><![CDATA[<p>phpthumb is nice if you have a small site but if you have a site say for example logopond, you can use it as is described because the cost to the server resources is HUGE. This should be wraped in a class or function at least and there should be a check before hand if the image exist or not. There are a couple checks in there but its not at the parent level.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qqrq</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4324</link>
		<dc:creator>qqrq</dc:creator>
		<pubDate>Tue, 18 Mar 2008 07:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4324</guid>
		<description>Ah yes, I've used that one too. Good one!</description>
		<content:encoded><![CDATA[<p>Ah yes, I&#8217;ve used that one too. Good one!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4314</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 17 Mar 2008 16:52:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4314</guid>
		<description>Gladly.
http://phpthumb.sourceforge.net/</description>
		<content:encoded><![CDATA[<p>Gladly.<br />
<a href="http://phpthumb.sourceforge.net/" rel="nofollow">http://phpthumb.sourceforge.net/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qqrq</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4309</link>
		<dc:creator>qqrq</dc:creator>
		<pubDate>Mon, 17 Mar 2008 07:30:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4309</guid>
		<description>chris =&#62; So why don't you share your code with us?
Justin =&#62; All the script does is loading resized image. It will be slower, than an image load, but only the first time (when you don't have the cache file). After that it all goes almost like loading ordinary JPEG or GIF.</description>
		<content:encoded><![CDATA[<p>chris =&gt; So why don&#8217;t you share your code with us?<br />
Justin =&gt; All the script does is loading resized image. It will be slower, than an image load, but only the first time (when you don&#8217;t have the cache file). After that it all goes almost like loading ordinary JPEG or GIF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4288</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Sat, 15 Mar 2008 05:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4288</guid>
		<description>I'm guessing this will affect load time though? The link seems to be down, but is it just loading the high res image at a diff size?</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing this will affect load time though? The link seems to be down, but is it just loading the high res image at a diff size?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4285</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Fri, 14 Mar 2008 22:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4285</guid>
		<description>uhh, phpthumb? i've been doing this since like 2003</description>
		<content:encoded><![CDATA[<p>uhh, phpthumb? i&#8217;ve been doing this since like 2003</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php code and scripts &#187; Blog Archive &#187; Smart Image Resizer Auto-Resizes Images in PHP</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4284</link>
		<dc:creator>php code and scripts &#187; Blog Archive &#187; Smart Image Resizer Auto-Resizes Images in PHP</dc:creator>
		<pubDate>Fri, 14 Mar 2008 20:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4284</guid>
		<description>[...] david wrote an interesting post today onHere&#8217;s a quick excerptAll of the magic is done through the query string part of the URL in the src attribute of the img tag. image-resizer.png. Requirements: PHP and GD Demo: http://shiftingpixel.com/2008/03/03/smart-image-resizer/ &#8230; [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] david wrote an interesting post today onHere&#8217;s a quick excerptAll of the magic is done through the query string part of the URL in the src attribute of the img tag. image-resizer.png. Requirements: PHP and GD Demo: <a href="http://shiftingpixel.com/2008/03/03/smart-image-resizer/" rel="nofollow">http://shiftingpixel.com/2008/03/03/smart-image-resizer/</a> &#8230; [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: qqrq</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4271</link>
		<dc:creator>qqrq</dc:creator>
		<pubDate>Fri, 14 Mar 2008 09:08:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4271</guid>
		<description>Simple and useful.</description>
		<content:encoded><![CDATA[<p>Simple and useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MaTraX</title>
		<link>http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4270</link>
		<dc:creator>MaTraX</dc:creator>
		<pubDate>Fri, 14 Mar 2008 09:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.webappers.com/2008/03/14/smart-image-resizer-auto-resizes-images-in-php/#comment-4270</guid>
		<description>Great and lightweght script. Very easy to use.</description>
		<content:encoded><![CDATA[<p>Great and lightweght script. Very easy to use.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
