<?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; Ajax</title>
	<atom:link href="http://dot.romkey.com/tag/ajax/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>
		<item>
		<title>Offline jQuery Documentation for  MacOS X</title>
		<link>http://dot.romkey.com/2008/10/30/offline-jquery-documentation-for-macos-x/</link>
		<comments>http://dot.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://dot.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.  <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/10/30/offline-jquery-documentation-for-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
