<?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>dot dot romkey &#187; ie</title>
	<atom:link href="http://dot.romkey.com/tag/ie/feed/" rel="self" type="application/rss+xml" />
	<link>http://dot.romkey.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 04:05:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WebDev: jQuery, JSON, IE and Caching</title>
		<link>http://dot.romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/</link>
		<comments>http://dot.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://dot.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. <hr /><small>Copyright &#169; 2008-2009<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.191.109) )</small>]]></description>
		<wfw:commentRss>http://dot.romkey.com/2008/11/02/webdev-jquery-json-ie-and-caching/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
