<?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 for ddunlop</title>
	<atom:link href="http://ddunlop.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://ddunlop.com</link>
	<description>Random musings and Pictures</description>
	<lastBuildDate>Thu, 15 Apr 2010 05:23:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<atom:link rel="hub" href="http://superfeedr.com/hubbub"/>	<item>
		<title>Comment on Recapping 2009: Most Popular Movie Genre by This Movie is Dedicated to the Animals &#171; Lauraanimalhumanities&#39;s Blog</title>
		<link>http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/comment-page-1/#comment-98</link>
		<dc:creator>This Movie is Dedicated to the Animals &#171; Lauraanimalhumanities&#39;s Blog</dc:creator>
		<pubDate>Thu, 15 Apr 2010 05:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://ddunlop.com/?p=289#comment-98</guid>
		<description>[...] [iv] http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/ [...]</description>
		<content:encoded><![CDATA[<p>[...] [iv] <a href="http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/" rel="nofollow">http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recapping 2009: Most Popular Movie Genre by Project 2 &#171; Lauraanimalhumanities&#39;s Blog</title>
		<link>http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/comment-page-1/#comment-97</link>
		<dc:creator>Project 2 &#171; Lauraanimalhumanities&#39;s Blog</dc:creator>
		<pubDate>Tue, 30 Mar 2010 04:37:18 +0000</pubDate>
		<guid isPermaLink="false">http://ddunlop.com/?p=289#comment-97</guid>
		<description>[...] [iv] http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/ [...]</description>
		<content:encoded><![CDATA[<p>[...] [iv] <a href="http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/" rel="nofollow">http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recapping 2009: Most Popular Movie Genre by 112MC &#8211; Task 2 Many Eyes Visualisations (In the works) &#171; Stan664&#39;s Blog</title>
		<link>http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/comment-page-1/#comment-96</link>
		<dc:creator>112MC &#8211; Task 2 Many Eyes Visualisations (In the works) &#171; Stan664&#39;s Blog</dc:creator>
		<pubDate>Fri, 19 Feb 2010 20:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://ddunlop.com/?p=289#comment-96</guid>
		<description>[...] 2009  (http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/). My results are also shown in a pie chart to show the link between my research and the research [...]</description>
		<content:encoded><![CDATA[<p>[...] 2009  (<a href="http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/" rel="nofollow">http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/</a>). My results are also shown in a pie chart to show the link between my research and the research [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recapping 2008: Most Popular Movie Genre by 112MC &#8211; Task 2 Many Eyes Visualisations (In the works) &#171; Stan664&#39;s Blog</title>
		<link>http://ddunlop.com/2008/12/recapping-2008-most-popular-movie-genre/comment-page-1/#comment-95</link>
		<dc:creator>112MC &#8211; Task 2 Many Eyes Visualisations (In the works) &#171; Stan664&#39;s Blog</dc:creator>
		<pubDate>Fri, 19 Feb 2010 20:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.cronochrome.com/?p=121#comment-95</guid>
		<description>[...] (http://ddunlop.com/2008/12/recapping-2008-most-popular-movie-genre/) [...]</description>
		<content:encoded><![CDATA[<p>[...] (<a href="http://ddunlop.com/2008/12/recapping-2008-most-popular-movie-genre/" rel="nofollow">http://ddunlop.com/2008/12/recapping-2008-most-popular-movie-genre/</a>) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Item Suggest by Denis</title>
		<link>http://ddunlop.com/2009/01/jquery-item-suggest/comment-page-1/#comment-94</link>
		<dc:creator>Denis</dc:creator>
		<pubDate>Wed, 10 Feb 2010 16:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.cronochrome.com/?p=137#comment-94</guid>
		<description>FYI, there is a focus-related by, which can be fixed by using data().

I modified the plugin as follows:

	displayItems:function(q) {
		var t = this;
		
		if (!t.items &#124;&#124; !$(this.$input).data(&#039;focused&#039;)) return;

....

		this.each(function() {
			$(this).focus(function() {
				$(this).data(&#039;focused&#039;, &#039;1&#039;);
			}).blur(function() {
				$(this).removeData(&#039;focused&#039;);
			});
			new $.suggest(this, options);
		});

This prevents weird behavior when you type a few chars very quickly before hitting tab. Without it, the lag introduced by the ajax call can end up showing a list of results even though its not relevant to do so.</description>
		<content:encoded><![CDATA[<p>FYI, there is a focus-related by, which can be fixed by using data().</p>
<p>I modified the plugin as follows:</p>
<p>	displayItems:function(q) {<br />
		var t = this;</p>
<p>		if (!t.items || !$(this.$input).data(&#8216;focused&#8217;)) return;</p>
<p>&#8230;.</p>
<p>		this.each(function() {<br />
			$(this).focus(function() {<br />
				$(this).data(&#8216;focused&#8217;, &#8217;1&#8242;);<br />
			}).blur(function() {<br />
				$(this).removeData(&#8216;focused&#8217;);<br />
			});<br />
			new $.suggest(this, options);<br />
		});</p>
<p>This prevents weird behavior when you type a few chars very quickly before hitting tab. Without it, the lag introduced by the ajax call can end up showing a list of results even though its not relevant to do so.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recapping 2009: Most Popular Movie Genre by Recapping 2008: Most Popular Movie Genre &#8211; ddunlop</title>
		<link>http://ddunlop.com/2010/01/recapping-2009-most-popular-movie-genre/comment-page-1/#comment-78</link>
		<dc:creator>Recapping 2008: Most Popular Movie Genre &#8211; ddunlop</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:34:01 +0000</pubDate>
		<guid isPermaLink="false">http://ddunlop.com/?p=289#comment-78</guid>
		<description>[...] Also see the 2009 recap post [...]</description>
		<content:encoded><![CDATA[<p>[...] Also see the 2009 recap post [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Recapping 2008: Most Popular Movie Genre by Recapping 2009: Most Popular Movie Genre &#8211; ddunlop</title>
		<link>http://ddunlop.com/2008/12/recapping-2008-most-popular-movie-genre/comment-page-1/#comment-77</link>
		<dc:creator>Recapping 2009: Most Popular Movie Genre &#8211; ddunlop</dc:creator>
		<pubDate>Sat, 02 Jan 2010 15:31:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.cronochrome.com/?p=121#comment-77</guid>
		<description>[...] The 2008 numbers [...]</description>
		<content:encoded><![CDATA[<p>[...] The 2008 numbers [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cardinal In the Snow by Mary</title>
		<link>http://ddunlop.com/2009/12/cardinal-in-the-snow/comment-page-1/#comment-76</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Fri, 01 Jan 2010 00:24:02 +0000</pubDate>
		<guid isPermaLink="false">http://ddunlop.com/?p=287#comment-76</guid>
		<description>Love this picture!</description>
		<content:encoded><![CDATA[<p>Love this picture!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Carroll Gardens Church Steeple by admin</title>
		<link>http://ddunlop.com/2009/05/carroll-gardens-church-steeple/comment-page-1/#comment-54</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 30 May 2009 14:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://ddunlop.com/?p=217#comment-54</guid>
		<description>yes - its actually a set of three shots that are combined.</description>
		<content:encoded><![CDATA[<p>yes &#8211; its actually a set of three shots that are combined.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Carroll Gardens Church Steeple by mary</title>
		<link>http://ddunlop.com/2009/05/carroll-gardens-church-steeple/comment-page-1/#comment-53</link>
		<dc:creator>mary</dc:creator>
		<pubDate>Sat, 30 May 2009 14:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://ddunlop.com/?p=217#comment-53</guid>
		<description>taken with tripod?</description>
		<content:encoded><![CDATA[<p>taken with tripod?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

