<?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: Reloading Images Using JavaScript</title>
	<atom:link href="http://www.ultramegatech.com/blog/2008/12/reloading-images-using-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/blog/2008/12/reloading-images-using-javascript/</link>
	<description>Web development blog from UltraMega Tech.</description>
	<lastBuildDate>Thu, 22 Jul 2010 02:09:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/blog/2008/12/reloading-images-using-javascript/comment-page-1/#comment-1217</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 14 May 2010 19:38:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=155#comment-1217</guid>
		<description>Yes, but you still need to tell the browser to request the image again, and the only way I know to do this is to change the src attribute.</description>
		<content:encoded><![CDATA[<p>Yes, but you still need to tell the browser to request the image again, and the only way I know to do this is to change the src attribute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RandomInsano</title>
		<link>http://www.ultramegatech.com/blog/2008/12/reloading-images-using-javascript/comment-page-1/#comment-1216</link>
		<dc:creator>RandomInsano</dc:creator>
		<pubDate>Fri, 14 May 2010 19:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=155#comment-1216</guid>
		<description>If you have control of the server side, you can disable the caching over on that end. Changing the query string is a pretty clean hack though
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</description>
		<content:encoded><![CDATA[<p>If you have control of the server side, you can disable the caching over on that end. Changing the query string is a pretty clean hack though</p>
<p><a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9" rel="nofollow">http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fakhrul</title>
		<link>http://www.ultramegatech.com/blog/2008/12/reloading-images-using-javascript/comment-page-1/#comment-1178</link>
		<dc:creator>fakhrul</dc:creator>
		<pubDate>Wed, 10 Mar 2010 05:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=155#comment-1178</guid>
		<description>Great job man, nice browser cache trouble workaround for same img name but diff content.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Great job man, nice browser cache trouble workaround for same img name but diff content.</p>
<p>Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: balakarthikeyan</title>
		<link>http://www.ultramegatech.com/blog/2008/12/reloading-images-using-javascript/comment-page-1/#comment-1173</link>
		<dc:creator>balakarthikeyan</dc:creator>
		<pubDate>Fri, 05 Mar 2010 14:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=155#comment-1173</guid>
		<description>Thank you it helped me a lot</description>
		<content:encoded><![CDATA[<p>Thank you it helped me a lot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
