<?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: Internet Explorer and AJAX image caching woes</title>
	<atom:link href="http://mir.aculo.us/2005/08/28/internet-explorer-and-ajax-image-caching-woes/feed/" rel="self" type="application/rss+xml" />
	<link>http://mir.aculo.us/2005/08/28/internet-explorer-and-ajax-image-caching-woes/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 12 Mar 2010 03:14:00 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mircea</title>
		<link>http://mir.aculo.us/2005/08/28/internet-explorer-and-ajax-image-caching-woes/comment-page-1/#comment-8</link>
		<dc:creator>Mircea</dc:creator>
		<pubDate>Sun, 28 Aug 2005 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2005/08/28/internet-explorer-and-ajax-image-caching-woes#comment-8</guid>
		<description>it works also with the image src appended by ?rnd=random_number (eg: src=&quot;i/image.gif?rnd=723482347&quot; or in js : this.src+&#039;?&#039;+Math.Rand())</description>
		<content:encoded><![CDATA[<p>it works also with the image src appended by ?rnd=random_number (eg: src=&quot;i/image.gif?rnd=723482347&quot; or in js : this.src+&#8217;?'+Math.Rand())</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: th0fu</title>
		<link>http://mir.aculo.us/2005/08/28/internet-explorer-and-ajax-image-caching-woes/comment-page-1/#comment-9</link>
		<dc:creator>th0fu</dc:creator>
		<pubDate>Sun, 28 Aug 2005 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2005/08/28/internet-explorer-and-ajax-image-caching-woes#comment-9</guid>
		<description>@Mircea: Nope-- it&#039;s all about _allowing_ caching, so it&#039;s faster if you already have the correct stuff, it&#039;s not about _preventing_ caching!</description>
		<content:encoded><![CDATA[<p>@Mircea: Nope&#8211; it&#8217;s all about _allowing_ caching, so it&#8217;s faster if you already have the correct stuff, it&#8217;s not about _preventing_ caching!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://mir.aculo.us/2005/08/28/internet-explorer-and-ajax-image-caching-woes/comment-page-1/#comment-10</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 28 Aug 2005 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2005/08/28/internet-explorer-and-ajax-image-caching-woes#comment-10</guid>
		<description>For anyone else that has this problem, remove any print/puts statements from your app. This solved my problems.</description>
		<content:encoded><![CDATA[<p>For anyone else that has this problem, remove any print/puts statements from your app. This solved my problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://mir.aculo.us/2005/08/28/internet-explorer-and-ajax-image-caching-woes/comment-page-1/#comment-11</link>
		<dc:creator>James</dc:creator>
		<pubDate>Sun, 28 Aug 2005 13:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2005/08/28/internet-explorer-and-ajax-image-caching-woes#comment-11</guid>
		<description>I&#039;m having a similar problem. When I use webrick server, my ajax pages are shown just fine. However, when switched to Apache, the AJAX pages are not shown in IE. The development.log states that the page was rendered. However, my page does not show the new AJAX page. Any ideas on this problem? This seems similar to the images not showing. However, I am only showing text in a html table. Thank you for any help.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a similar problem. When I use webrick server, my ajax pages are shown just fine. However, when switched to Apache, the AJAX pages are not shown in IE. The development.log states that the page was rendered. However, my page does not show the new AJAX page. Any ideas on this problem? This seems similar to the images not showing. However, I am only showing text in a html table. Thank you for any help.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
