<?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; Ajax</title>
	<atom:link href="http://romkey.com/tag/ajax/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.222) )</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>
		<item>
		<title>Offline jQuery Documentation for  MacOS X</title>
		<link>http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/</link>
		<comments>http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 01:53:38 +0000</pubDate>
		<dc:creator>romkey</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Macintosh]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[macos x]]></category>

		<guid isPermaLink="false">http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/</guid>
		<description><![CDATA[I don't always have reliable online access when I'm coding - in particular, I was on a bus today for a couple of hours and didn't always have Internet access.   There are a couple of dashboard widgets for MacOS X which I found that helped out on the jQuery documentation front.  ...  This widget is designed for browsing... click around in it, but don't expect to search it.  ...  This widget is designed for searching - if you know what you're looking for, you can find it quickly.   <a href="http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/">Continue reading <span class="meta-nav">&#8594;</span></a>(digital fingerprint:<br /> fcbe020f30624a362e1555f707ff15d1 (38.107.179.222) )</small>]]></description>
		<wfw:commentRss>http://romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</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 45/56 queries in 0.022 seconds using disk: basic

Served from: romkey.com @ 2012-05-18 03:32:12 -->
