<?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: Using Amazon S3 to improve performance (using asp.net)</title>
	<atom:link href="http://wildbit.com/blog/2008/11/12/dynamic-rewriting-image-urls-on-aspnet-websites/feed/" rel="self" type="application/rss+xml" />
	<link>http://wildbit.com/blog/2008/11/12/dynamic-rewriting-image-urls-on-aspnet-websites/</link>
	<description>Thoughts on building web apps, businesses, and virtual teams</description>
	<lastBuildDate>Sun, 21 Mar 2010 08:20:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ??? ????</title>
		<link>http://wildbit.com/blog/2008/11/12/dynamic-rewriting-image-urls-on-aspnet-websites/comment-page-1/#comment-4776</link>
		<dc:creator>??? ????</dc:creator>
		<pubDate>Thu, 17 Dec 2009 16:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=285#comment-4776</guid>
		<description>? ??? ????: ?????????.</description>
		<content:encoded><![CDATA[<p>? ??? ????: ?????????.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://wildbit.com/blog/2008/11/12/dynamic-rewriting-image-urls-on-aspnet-websites/comment-page-1/#comment-4765</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Tue, 01 Dec 2009 07:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=285#comment-4765</guid>
		<description>I always enjoy learning what other people think about Amazon Web Services and how they use them. Check out my very own tool CloudBerry Explorer that helps to 
manage S3 on Windows . It is a freeware. http://cloudberrylab.com/</description>
		<content:encoded><![CDATA[<p>I always enjoy learning what other people think about Amazon Web Services and how they use them. Check out my very own tool CloudBerry Explorer that helps to<br />
manage S3 on Windows . It is a freeware. <a href="http://cloudberrylab.com/" rel="nofollow">http://cloudberrylab.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrey Tagaew</title>
		<link>http://wildbit.com/blog/2008/11/12/dynamic-rewriting-image-urls-on-aspnet-websites/comment-page-1/#comment-3062</link>
		<dc:creator>Andrey Tagaew</dc:creator>
		<pubDate>Sun, 15 Feb 2009 10:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=285#comment-3062</guid>
		<description>Time needed on rewriting images path depends on the size of the page. Our tests said that the time needed for rendering of the page was increased on about 15-20%
Of course if we would know that we will have to change the location of our resources in the beginning of developing the website, we would implemented it in another way, more obvious.
For instance, we might use global settings variable to use in image reference, then change it value globally.
But at the moment when we were faced with the issue we did not have much time to rewrite and test whole website. So, that was an ideal solution - change all references to our resources in one place. Since everything in one place, its easy to control it and avoid bugs and confusions.</description>
		<content:encoded><![CDATA[<p>Time needed on rewriting images path depends on the size of the page. Our tests said that the time needed for rendering of the page was increased on about 15-20%<br />
Of course if we would know that we will have to change the location of our resources in the beginning of developing the website, we would implemented it in another way, more obvious.<br />
For instance, we might use global settings variable to use in image reference, then change it value globally.<br />
But at the moment when we were faced with the issue we did not have much time to rewrite and test whole website. So, that was an ideal solution &#8211; change all references to our resources in one place. Since everything in one place, its easy to control it and avoid bugs and confusions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P.n</title>
		<link>http://wildbit.com/blog/2008/11/12/dynamic-rewriting-image-urls-on-aspnet-websites/comment-page-1/#comment-3061</link>
		<dc:creator>P.n</dc:creator>
		<pubDate>Sat, 14 Feb 2009 23:40:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=285#comment-3061</guid>
		<description>So, each time page is to be render your  reading it&#039;s HTML and looking for some string pattern and then replacing. 
It sounds very inefficient. 
 
By the way, have you measure time that RewriteImages method takes?</description>
		<content:encoded><![CDATA[<p>So, each time page is to be render your  reading it&#8217;s HTML and looking for some string pattern and then replacing.<br />
It sounds very inefficient. </p>
<p>By the way, have you measure time that RewriteImages method takes?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
