<?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: PHP Smart Image Resizer</title>
	<atom:link href="http://www.davidbisset.com/2008/03/17/php-smart-image-resizer/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidbisset.com/2008/03/17/php-smart-image-resizer/</link>
	<description>Web 2.0, Php, MySQL, HTML, CSS, Wordpress, Javascript, iTouch iPod, iPhone, Adobe...</description>
	<pubDate>Fri, 21 Nov 2008 09:30:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Jim</title>
		<link>http://www.davidbisset.com/2008/03/17/php-smart-image-resizer/#comment-1420</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Thu, 17 Jul 2008 15:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.davidbisset.com/2008/03/17/php-smart-image-resizer/#comment-1420</guid>
		<description>There is no need to host CPU-intensive thumbnailing scripts like this on your webserver anymore. Instead, you can use a specialized service for remote, on-demand image manipulation like &lt;a href="http://steadyoffload.com/thumbnail-problem" rel="nofollow"&gt;SteadyOffload&lt;/a&gt;.

All you have to do is use a custom HTML attribute called “xmanip” with the img tag. This will deliver the thumbnail from one of the globally scattered cache servers:

&#60;img srcx=”image.jpg” xmanip=”RescaleWidth 130″ /&#62;

So much easier than all the hassle with GD or ImageMagick! Moreover, this reduces the CPU load of your webserver and saves some bandwidth.</description>
		<content:encoded><![CDATA[<p>There is no need to host CPU-intensive thumbnailing scripts like this on your webserver anymore. Instead, you can use a specialized service for remote, on-demand image manipulation like <a href="http://steadyoffload.com/thumbnail-problem" rel="nofollow">SteadyOffload</a>.</p>
<p>All you have to do is use a custom HTML attribute called “xmanip” with the img tag. This will deliver the thumbnail from one of the globally scattered cache servers:</p>
<p>&lt;img srcx=”image.jpg” xmanip=”RescaleWidth 130″ /&gt;</p>
<p>So much easier than all the hassle with GD or ImageMagick! Moreover, this reduces the CPU load of your webserver and saves some bandwidth.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
