<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>romkey.com &#187; internet explorer</title>
	<atom:link href="http://romkey.com/tag/internet-explorer/feed/" rel="self" type="application/rss+xml" />
	<link>http://romkey.com</link>
	<description></description>
	<lastBuildDate>Sun, 13 May 2012 16:32:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WebDev: jQuery, JSON, IE and Caching</title>
		<link>http://romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/</link>
		<comments>http://romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 01:31:45 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[json]]></category>

		<guid isPermaLink="false">http://romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/</guid>
		<description><![CDATA[When you bookmark a listing the icon changes from a heart with a plus sign to a heart with a minus sign, the count of the number of times the the listing was bookmarked is updated and a message is displayed that confirms the item was bookmarked. ...  The first thing I tried was to make sure that my server returned a header in the response to tell the client not to cache the results. ...  GET is meant to be idempotent, no ill effects if it's repeated (a request to move to position 8 is idempotent; a request to move to the next position is not). ...  Just add this to your jQuery initialization code:   $.postJSON = function(url, data, callback) { $.post(url, data, callback, "json");    Changing my code to use postJSON() instead of getJSON() solved the problem.  <a href="http://romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.224) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 43/56 queries in 0.042 seconds using disk: basic

Served from: romkey.com @ 2012-05-18 04:12:34 -->
