<?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 Dynamically Create Thumbnails</title>
	<atom:link href="http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/feed/" rel="self" type="application/rss+xml" />
	<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/</link>
	<description>Web Development &#38; Design Tutorials</description>
	<lastBuildDate>Sat, 21 Nov 2009 22:51:56 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ahmad Amin</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-129638</link>
		<dc:creator>Ahmad Amin</dc:creator>
		<pubDate>Wed, 11 Nov 2009 21:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-129638</guid>
		<description>in you .htaccess file you can add
php_value max_upload_filesize 10M

change 10 to what ever you want.</description>
		<content:encoded><![CDATA[<p>in you .htaccess file you can add<br />
php_value max_upload_filesize 10M</p>
<p>change 10 to what ever you want.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tuts from BrunO &#187; Blog Archive &#187; How to create thumbnails in PHP</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-114937</link>
		<dc:creator>Tuts from BrunO &#187; Blog Archive &#187; How to create thumbnails in PHP</dc:creator>
		<pubDate>Sat, 03 Oct 2009 22:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-114937</guid>
		<description>[...] BTW: This code is originally from http://nettuts.com, i only created the fast screencast.  the original [...]</description>
		<content:encoded><![CDATA[<p>[...] BTW: This code is originally from <a href="http://nettuts.com" rel="nofollow">http://nettuts.com</a>, i only created the fast screencast.  the original [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mahmood</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-113766</link>
		<dc:creator>mahmood</dc:creator>
		<pubDate>Thu, 01 Oct 2009 04:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-113766</guid>
		<description>thaaaaaaaaaaaaanks</description>
		<content:encoded><![CDATA[<p>thaaaaaaaaaaaaanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jackal_</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-102303</link>
		<dc:creator>jackal_</dc:creator>
		<pubDate>Sat, 05 Sep 2009 01:16:11 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-102303</guid>
		<description>Nice tutorial thanks a lot!</description>
		<content:encoded><![CDATA[<p>Nice tutorial thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-99170</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sat, 29 Aug 2009 15:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-99170</guid>
		<description>Hey Fellas, Im getting an error.

Warning: imagecreatefromjpeg(http://www.imperativedesign.net/images/01494_lonesomehouse_1280x960.jpg) [function.imagecreatefromjpeg]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/content/p/b/a/pbar7268/html/functions.php on line 75

I checked the php.ini file and the allow url open was set to off. I tried the following to no avail.
allow_url_fopen = on
allow_url_fopen = 1


	
	if(!$im){
		echo &#039;problem creating thumbnail&#039;; die(&#039;Cannot make the thumbnail&#039;);
	}
I put this check in after its supposed to create the thumbnails and its telling me there is no im. 

Any suggestions?

Thanks</description>
		<content:encoded><![CDATA[<p>Hey Fellas, Im getting an error.</p>
<p>Warning: imagecreatefromjpeg(http://www.imperativedesign.net/images/01494_lonesomehouse_1280&#215;960.jpg) [function.imagecreatefromjpeg]: failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/content/p/b/a/pbar7268/html/functions.php on line 75</p>
<p>I checked the php.ini file and the allow url open was set to off. I tried the following to no avail.<br />
allow_url_fopen = on<br />
allow_url_fopen = 1</p>
<p>	if(!$im){<br />
		echo &#8216;problem creating thumbnail&#8217;; die(&#8217;Cannot make the thumbnail&#8217;);<br />
	}<br />
I put this check in after its supposed to create the thumbnails and its telling me there is no im. </p>
<p>Any suggestions?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-96946</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Wed, 26 Aug 2009 00:23:37 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-96946</guid>
		<description>A very nice screencast / tutorial. thank you very musch, but I have an issue with uploading image files that are slightly larger in file size (&gt;4Mb ). The settings in php.ini for file upload are modified. Is there a way to fix this for this script?</description>
		<content:encoded><![CDATA[<p>A very nice screencast / tutorial. thank you very musch, but I have an issue with uploading image files that are slightly larger in file size (&gt;4Mb ). The settings in php.ini for file upload are modified. Is there a way to fix this for this script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-87207</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-87207</guid>
		<description>Thank you for your efforts in setting this up. I must say I was just looking for a sample on how to create a Thumb, and well this is the way to go for me. Many thanks, may the force be with you!</description>
		<content:encoded><![CDATA[<p>Thank you for your efforts in setting this up. I must say I was just looking for a sample on how to create a Thumb, and well this is the way to go for me. Many thanks, may the force be with you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guna</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-78808</link>
		<dc:creator>guna</dc:creator>
		<pubDate>Sat, 11 Jul 2009 08:41:48 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-78808</guid>
		<description>its very nice tutorial.. Thanks...</description>
		<content:encoded><![CDATA[<p>its very nice tutorial.. Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xtc2xl</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-74628</link>
		<dc:creator>xtc2xl</dc:creator>
		<pubDate>Fri, 26 Jun 2009 00:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-74628</guid>
		<description>have my man babies! your tutorials make my day heh. 
thnx for your efforts bro!</description>
		<content:encoded><![CDATA[<p>have my man babies! your tutorials make my day heh.<br />
thnx for your efforts bro!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://net.tutsplus.com/videos/screencasts/how-to-dynamically-create-thumbnails/#comment-74456</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://nettuts.com/?p=1818#comment-74456</guid>
		<description>From wordpress</description>
		<content:encoded><![CDATA[<p>From wordpress</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 2/7 queries in 0.017 seconds using memcached
Content Delivery Network via 

Served from: psdtutsplus.com @ 2009-11-21 16:00:29 -->