<?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>Commenti per Valentino Aluigi &#187; blog</title>
	<atom:link href="http://www.maverick.it/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.maverick.it</link>
	<description>Progettista siti web</description>
	<lastBuildDate>Sun, 23 May 2010 16:49:50 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Commenti su Create thumbnails using Wordpress built-in functions di ProWebDeveloper</title>
		<link>http://www.maverick.it/tech/create-thumbnails-using-wordpress-built-in-functions/comment-page-1#comment-108</link>
		<dc:creator>ProWebDeveloper</dc:creator>
		<pubDate>Sun, 01 Aug 2010 16:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maverick.it/?p=258#comment-108</guid>
		<description>That&#039;s a terrible idea. You are requiring your visitors to download full-size images when only a small thumbnail is required. You see amateurs do this all of the time. They&#039;ll put up a 4MB image of something, then resize it via html to 100x100px. If they had resized the image properly (using a graphic editor), the image would be all of 10-15KB. 
 
Don&#039;t punish your users for your own laziness! </description>
		<content:encoded><![CDATA[<p>That&#039;s a terrible idea. You are requiring your visitors to download full-size images when only a small thumbnail is required. You see amateurs do this all of the time. They&#039;ll put up a 4MB image of something, then resize it via html to 100&#215;100px. If they had resized the image properly (using a graphic editor), the image would be all of 10-15KB. </p>
<p>Don&#039;t punish your users for your own laziness!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Create thumbnails using Wordpress built-in functions di Valentino Aluigi</title>
		<link>http://www.maverick.it/tech/create-thumbnails-using-wordpress-built-in-functions/comment-page-1#comment-104</link>
		<dc:creator>Valentino Aluigi</dc:creator>
		<pubDate>Sun, 01 Aug 2010 18:46:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maverick.it/?p=258#comment-104</guid>
		<description>awesome! :) </description>
		<content:encoded><![CDATA[<p>awesome! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Create thumbnails using Wordpress built-in functions di Nicol&#242;</title>
		<link>http://www.maverick.it/tech/create-thumbnails-using-wordpress-built-in-functions/comment-page-1#comment-103</link>
		<dc:creator>Nicol&#242;</dc:creator>
		<pubDate>Sun, 01 Aug 2010 20:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maverick.it/?p=258#comment-103</guid>
		<description>Hey Valentino,  
I just managed to hack your code to make it work with the latest WordPress MU. Most of the work was fixing image paths for multiple blogs, other than that it&#039;s been pretty easy.  
I&#039;ll email you the WPMU compatible code over the weekend.  
 
Take care!  </description>
		<content:encoded><![CDATA[<p>Hey Valentino,<br />
I just managed to hack your code to make it work with the latest WordPress MU. Most of the work was fixing image paths for multiple blogs, other than that it&#039;s been pretty easy.<br />
I&#039;ll email you the WPMU compatible code over the weekend.  </p>
<p>Take care!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su More API for More Fields di Valentino Aluigi</title>
		<link>http://www.maverick.it/tech/more-fields-api/comment-page-1#comment-102</link>
		<dc:creator>Valentino Aluigi</dc:creator>
		<pubDate>Sun, 01 Aug 2010 22:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maverick.it/?p=281#comment-102</guid>
		<description>If you look at the code, the last parameter is just put in big SQL query. You need to have some confidence with SQL to use it... </description>
		<content:encoded><![CDATA[<p>If you look at the code, the last parameter is just put in big SQL query. You need to have some confidence with SQL to use it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Commenti su Create thumbnails using Wordpress built-in functions di TeMc</title>
		<link>http://www.maverick.it/tech/create-thumbnails-using-wordpress-built-in-functions/comment-page-1#comment-101</link>
		<dc:creator>TeMc</dc:creator>
		<pubDate>Sun, 01 Aug 2010 09:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.maverick.it/?p=258#comment-101</guid>
		<description>I had added the require-code, but that didn&#039;t do it. 
 
It&#039;s not really a custom image (as in; not external) but I like to keep the image link (which starts with /wp-content) in a custom field, becuase I display it out of the posts content, and also do other stuff with it. 
 
Also, &quot;attached to post&quot; isn&#039;t what I need, since sometimes I&#039;ve uploaded an image before and wanna re-use it. In order to make it connect to this post I&#039;d have to re-upload it, not very nice. 
 
Or I might upload the image(s) before I even write the article for whatever reason. 
 
Untill I can figure out how to use your function with a custom address, rather then the first one in the post content or the one asociated via the upload function.., I&#039;d have to stick with TimThumb. </description>
		<content:encoded><![CDATA[<p>I had added the require-code, but that didn&#039;t do it. </p>
<p>It&#039;s not really a custom image (as in; not external) but I like to keep the image link (which starts with /wp-content) in a custom field, becuase I display it out of the posts content, and also do other stuff with it. </p>
<p>Also, &quot;attached to post&quot; isn&#039;t what I need, since sometimes I&#039;ve uploaded an image before and wanna re-use it. In order to make it connect to this post I&#039;d have to re-upload it, not very nice. </p>
<p>Or I might upload the image(s) before I even write the article for whatever reason. </p>
<p>Untill I can figure out how to use your function with a custom address, rather then the first one in the post content or the one asociated via the upload function.., I&#039;d have to stick with TimThumb.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
