<?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: Dynamically resizing images with Mavention Smart Images</title>
	<atom:link href="http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP &#124; ISSN 2210-9390</description>
	<lastBuildDate>Thu, 09 Feb 2012 05:22:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-87644</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 04 Aug 2011 11:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-87644</guid>
		<description>@Wouter: using an ashx file is definitely an easier way of deploying it. One serious drawback that you should take into consideration is, that you will not be able to store the generated images in the BLOB cache. I described the issue in another article at: http://blog.mastykarz.nl/inconvenient-caching-dynamically-generated-files-blob-cache/.</description>
		<content:encoded><![CDATA[<p>@Wouter: using an ashx file is definitely an easier way of deploying it. One serious drawback that you should take into consideration is, that you will not be able to store the generated images in the BLOB cache. I described the issue in another article at: <a href="http://blog.mastykarz.nl/inconvenient-caching-dynamically-generated-files-blob-cache/" rel="nofollow">http://blog.mastykarz.nl/inconvenient-caching-dynamically-generated-files-blob-cache/</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wouter Heesakkers</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-87643</link>
		<dc:creator>Wouter Heesakkers</dc:creator>
		<pubDate>Thu, 04 Aug 2011 11:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-87643</guid>
		<description>Yes, this is a very nice solution. But I wasn&#039;t that happy with the fact it required web.config modifications, so I removed that part and added an ashx file in the _layouts folder.
I&#039;ve also added a ribbon button to restore the origional image source url.

Once again: nicely done, thanks for sharing!</description>
		<content:encoded><![CDATA[<p>Yes, this is a very nice solution. But I wasn&#039;t that happy with the fact it required web.config modifications, so I removed that part and added an ashx file in the _layouts folder.<br />
I&#039;ve also added a ribbon button to restore the origional image source url.</p>
<p>Once again: nicely done, thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-86758</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 27 Jul 2011 08:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-86758</guid>
		<description>Just discovered that generated images are not picked up by the BLOB cache. As for now the images will be regenerated on every request. Another (commercial) version of Smart Images is available which makes Smart Images to be cached in the browser. At the same time we will be working on a new version which hopefully will allow Smart Images to be properly cached in the BLOB cache.</description>
		<content:encoded><![CDATA[<p>Just discovered that generated images are not picked up by the BLOB cache. As for now the images will be regenerated on every request. Another (commercial) version of Smart Images is available which makes Smart Images to be cached in the browser. At the same time we will be working on a new version which hopefully will allow Smart Images to be properly cached in the BLOB cache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-83788</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 28 Jun 2011 05:04:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-83788</guid>
		<description>@Rootk: I&#039;m not sure if the image will be picked up by the BLOB cache, but in any case it should get cached in the browser on the client machine.</description>
		<content:encoded><![CDATA[<p>@Rootk: I&#039;m not sure if the image will be picked up by the BLOB cache, but in any case it should get cached in the browser on the client machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rootk (fwd)</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-83779</link>
		<dc:creator>Rootk (fwd)</dc:creator>
		<pubDate>Tue, 28 Jun 2011 02:53:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-83779</guid>
		<description>Nice job Waldek!, I´m testing your other products too (from codeplex) 

...I would expect a dynamically rendered image to be cached....

Ok, but if the images are generated on fly, how its possible to keep it in cache?

thx</description>
		<content:encoded><![CDATA[<p>Nice job Waldek!, I´m testing your other products too (from codeplex) </p>
<p>&#8230;I would expect a dynamically rendered image to be cached&#8230;.</p>
<p>Ok, but if the images are generated on fly, how its possible to keep it in cache?</p>
<p>thx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-76548</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 20 Apr 2011 14:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-76548</guid>
		<description>@Girum: Yes, we have a commercial version of Mavention Smart Images, which includes support. Although the version we offer at the moment is the same as the free version, the support part would give you the possibility to have us look at your specific scenario and solve the issues you are experiencing within reasonable time. Let me know if you are interested and I would be more than glad to help you out.</description>
		<content:encoded><![CDATA[<p>@Girum: Yes, we have a commercial version of Mavention Smart Images, which includes support. Although the version we offer at the moment is the same as the free version, the support part would give you the possibility to have us look at your specific scenario and solve the issues you are experiencing within reasonable time. Let me know if you are interested and I would be more than glad to help you out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Girum</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-76420</link>
		<dc:creator>Girum</dc:creator>
		<pubDate>Tue, 19 Apr 2011 17:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-76420</guid>
		<description>I had a problem of viewing the image after i applied Mavention Smart Images.  

I would also like to know if you have a dirrerent version for purchase. 

Thank you. 
Girum</description>
		<content:encoded><![CDATA[<p>I had a problem of viewing the image after i applied Mavention Smart Images.  </p>
<p>I would also like to know if you have a dirrerent version for purchase. </p>
<p>Thank you.<br />
Girum</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-58647</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Sun, 24 Oct 2010 11:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-58647</guid>
		<description>@Jussi: I haven&#039;t tried it but it should work. I would expect a dynamically rendered image to be cached both on the server and by the browser on the client machine.</description>
		<content:encoded><![CDATA[<p>@Jussi: I haven&#039;t tried it but it should work. I would expect a dynamically rendered image to be cached both on the server and by the browser on the client machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jussi</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-58394</link>
		<dc:creator>Jussi</dc:creator>
		<pubDate>Thu, 21 Oct 2010 06:25:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-58394</guid>
		<description>Hi,
by configuring correctly, I guess you mean enabling BlobCache to cache &quot;png&quot; extensions? Have you tried that this really works?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
by configuring correctly, I guess you mean enabling BlobCache to cache &#034;png&#034; extensions? Have you tried that this really works?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/dynamically-resizing-images-with-mavention-smart-images/comment-page-1/#comment-58294</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Wed, 20 Oct 2010 14:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/dynamically-resizing-imageswith-mavention-smart-images/#comment-58294</guid>
		<description>@Jussi: yes, the images are being resized on the fly. While it has some impact on the server, if configured correctly, the server should be able to cache the image once resized.</description>
		<content:encoded><![CDATA[<p>@Jussi: yes, the images are being resized on the fly. While it has some impact on the server, if configured correctly, the server should be able to cache the image once resized.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

