<?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: IE &amp; JSON Caching Bug</title>
	<atom:link href="http://www.nerdydork.com/ie-json-caching-bug.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nerdydork.com/ie-json-caching-bug.html</link>
	<description>Dustin Davis reviews... the internet.</description>
	<lastBuildDate>Mon, 06 Feb 2012 13:23:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Saeed Neamati</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-7880</link>
		<dc:creator>Saeed Neamati</dc:creator>
		<pubDate>Tue, 08 Nov 2011 12:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-7880</guid>
		<description>Can you find out a single web development topic, in which IE has no problem? I thought that with IE9 and IE10, we can sit back, and relax, and I thought that these versions would become like other browsers. Alas that as much as IE is alive, we should address it separately to handle our websites. </description>
		<content:encoded><![CDATA[<p>Can you find out a single web development topic, in which IE has no problem? I thought that with IE9 and IE10, we can sit back, and relax, and I thought that these versions would become like other browsers. Alas that as much as IE is alive, we should address it separately to handle our websites. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6839</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 30 Apr 2010 04:01:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6839</guid>
		<description>and for those ignoring IE &lt;_&lt;

we all hate IE, but many if not most surfers use IE &lt;_&lt; or are being forced to (workplace rules...etc.)</description>
		<content:encoded><![CDATA[<p>and for those ignoring IE &lt;_&lt;</p>
<p>we all hate IE, but many if not most surfers use IE &lt;_&lt; or are being forced to (workplace rules&#8230;etc.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6838</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 30 Apr 2010 04:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6838</guid>
		<description>I&#039;m not going to trust in setting the cache to off in .ajaxSetup....

So just add a time string at the end of each json request, e.g.

$.getJSON(
&#039;/url/&#039;,
{ data: 123, t: (new Date()).getTime() },
function(data) {
//do whatever
}
);</description>
		<content:encoded><![CDATA[<p>I&#8217;m not going to trust in setting the cache to off in .ajaxSetup&#8230;.</p>
<p>So just add a time string at the end of each json request, e.g.</p>
<p>$.getJSON(<br />
&#8216;/url/&#8217;,<br />
{ data: 123, t: (new Date()).getTime() },<br />
function(data) {<br />
//do whatever<br />
}<br />
);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hell</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6800</link>
		<dc:creator>Hell</dc:creator>
		<pubDate>Mon, 19 Apr 2010 20:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6800</guid>
		<description>The solution is to use the getJSON before running the method $. AjaxSetup ((cache: false));

After executing the getJSON is only necessary to use $. AjaxSetup ((cache: true)); if you want your cache running again.

Source: http://cowfarm.net/42/jquery-json-caching-issue/</description>
		<content:encoded><![CDATA[<p>The solution is to use the getJSON before running the method $. AjaxSetup ((cache: false));</p>
<p>After executing the getJSON is only necessary to use $. AjaxSetup ((cache: true)); if you want your cache running again.</p>
<p>Source: <a href="http://cowfarm.net/42/jquery-json-caching-issue/" rel="nofollow">http://cowfarm.net/42/jquery-json-caching-issue/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vern @ Medical Billing Jacksonville</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6645</link>
		<dc:creator>Vern @ Medical Billing Jacksonville</dc:creator>
		<pubDate>Thu, 04 Feb 2010 07:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6645</guid>
		<description>I also hate IE! Just giving me lot of aches browsing. So i stick with firefox ;)</description>
		<content:encoded><![CDATA[<p>I also hate IE! Just giving me lot of aches browsing. So i stick with firefox <img src='http://www.nerdydork.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike@VOIP for business</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6392</link>
		<dc:creator>Mike@VOIP for business</dc:creator>
		<pubDate>Tue, 22 Dec 2009 21:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6392</guid>
		<description>Too bad IE will always have a huge share of the market since practically all PCs come with IE as the main browser and most people don&#039;t even have a clue about the other browsers out there and how to run them.</description>
		<content:encoded><![CDATA[<p>Too bad IE will always have a huge share of the market since practically all PCs come with IE as the main browser and most people don&#8217;t even have a clue about the other browsers out there and how to run them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ruby@okc wedding photographers</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6302</link>
		<dc:creator>ruby@okc wedding photographers</dc:creator>
		<pubDate>Sun, 06 Dec 2009 10:40:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6302</guid>
		<description>I must admit that I am one of IE haters.Its more of love-hate relationship with IE since there are applications I can&#039;t seem to run properly in Firefox.Thanks for the heads up on this one.Kudos!</description>
		<content:encoded><![CDATA[<p>I must admit that I am one of IE haters.Its more of love-hate relationship with IE since there are applications I can&#8217;t seem to run properly in Firefox.Thanks for the heads up on this one.Kudos!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6277</link>
		<dc:creator>Dustin</dc:creator>
		<pubDate>Tue, 01 Dec 2009 19:27:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6277</guid>
		<description>Jack, I&#039;m sure Chrome will gain traction now that they have support for extensions. That is what keeps people on Firefox. Everyone has their favorite extensions. What keeps me on Firefox? Adblock Plus, Last Pass, &amp; Firebug mainly.</description>
		<content:encoded><![CDATA[<p>Jack, I&#8217;m sure Chrome will gain traction now that they have support for extensions. That is what keeps people on Firefox. Everyone has their favorite extensions. What keeps me on Firefox? Adblock Plus, Last Pass, &#038; Firebug mainly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack@Arc Fault Breaker</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6266</link>
		<dc:creator>Jack@Arc Fault Breaker</dc:creator>
		<pubDate>Tue, 01 Dec 2009 02:40:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6266</guid>
		<description>Yeah I have no idea why I didn&#039;t make the switch to FF sooner. I wonder if the Chrome will start picking up more traction...
-Jack</description>
		<content:encoded><![CDATA[<p>Yeah I have no idea why I didn&#8217;t make the switch to FF sooner. I wonder if the Chrome will start picking up more traction&#8230;<br />
-Jack</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexis @ Web Design London</title>
		<link>http://www.nerdydork.com/ie-json-caching-bug.html/comment-page-1#comment-6227</link>
		<dc:creator>Alexis @ Web Design London</dc:creator>
		<pubDate>Sun, 22 Nov 2009 10:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdydork.com/ie-json-caching-bug.html#comment-6227</guid>
		<description>I was so loyal to IE for years but this autumn I have switched to FireFox and I have never looked back. More fool Microsoft.</description>
		<content:encoded><![CDATA[<p>I was so loyal to IE for years but this autumn I have switched to FireFox and I have never looked back. More fool Microsoft.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.nerdydork.com/ie-json-caching-bug.html/feed ) in 0.17658 seconds, on Feb 9th, 2012 at 1:52 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 9th, 2012 at 2:52 am UTC -->
