<?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 Keith Norman</title>
	<atom:link href="http://keithnorm.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://keithnorm.com</link>
	<description>Javascript, Ruby On Rails, and other awesomeness</description>
	<lastBuildDate>Tue, 11 Oct 2011 21:35:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>Comment on Apple&#8217;s Fade In Intro With CSS3 by peter</title>
		<link>http://keithnorm.com/2010/11/21/apples-fade-in-intro-with-css3/comment-page-1/#comment-167</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Tue, 11 Oct 2011 21:35:05 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=171#comment-167</guid>
		<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I am interested in developing a website with wordpress. Let me know if your free to discuss.&lt;/p&gt;

&lt;p&gt;Peter 
Chicago&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hi,</p>

<p>I am interested in developing a website with wordpress. Let me know if your free to discuss.</p>

<p>Peter 
Chicago</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Query String Into Associative Array With JavaScript by wt</title>
		<link>http://keithnorm.com/2008/12/30/parse-query-string-into-associative-array-with-javascript/comment-page-1/#comment-166</link>
		<dc:creator>wt</dc:creator>
		<pubDate>Fri, 24 Jun 2011 00:00:43 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=47#comment-166</guid>
		<description>&lt;p&gt;a typo in your page code:
queryAsAssoc[keyValues[0]] = keyValues[1];
should be
queryAsAssoc[key[0]] = key[1];&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>a typo in your page code:
queryAsAssoc[keyValues[0]] = keyValues[1];
should be
queryAsAssoc[key[0]] = key[1];</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Exclude Pages by Slug in WordPress get_pages by CamAmateur</title>
		<link>http://keithnorm.com/2009/11/22/exclude-pages-by-slug-in-wordpress-get_pages/comment-page-1/#comment-165</link>
		<dc:creator>CamAmateur</dc:creator>
		<pubDate>Wed, 09 Mar 2011 05:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=123#comment-165</guid>
		<description>&lt;p&gt;I tried to register to your rss feed, but i had a error adding it to google right ascension&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tried to register to your rss feed, but i had a error adding it to google right ascension</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Parse Query String Into Associative Array With JavaScript by Quinny</title>
		<link>http://keithnorm.com/2008/12/30/parse-query-string-into-associative-array-with-javascript/comment-page-1/#comment-164</link>
		<dc:creator>Quinny</dc:creator>
		<pubDate>Thu, 13 Jan 2011 03:20:05 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=47#comment-164</guid>
		<description>&lt;p&gt;This code:
for (var i in keyValues) {
    var key = keyValues[i].split(/=/);
    queryAsAssoc[keyValues[0]] = keyValues[1];
}
needs to be:
for (var i in keyValues) {
    var key = keyValues[i].split(/=/);
    queryAsAssoc[key[0]] = key[1];
}&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>This code:
for (var i in keyValues) {
    var key = keyValues[i].split(/=/);
    queryAsAssoc[keyValues[0]] = keyValues[1];
}
needs to be:
for (var i in keyValues) {
    var key = keyValues[i].split(/=/);
    queryAsAssoc[key[0]] = key[1];
}</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple&#8217;s Fade In Intro With CSS3 by Keith Norman</title>
		<link>http://keithnorm.com/2010/11/21/apples-fade-in-intro-with-css3/comment-page-1/#comment-156</link>
		<dc:creator>Keith Norman</dc:creator>
		<pubDate>Wed, 24 Nov 2010 00:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=171#comment-156</guid>
		<description>&lt;p&gt;Thanks Ben! The image is fixed now too.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Ben! The image is fixed now too.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on Apple&#8217;s Fade In Intro With CSS3 by Ben Child</title>
		<link>http://keithnorm.com/2010/11/21/apples-fade-in-intro-with-css3/comment-page-1/#comment-153</link>
		<dc:creator>Ben Child</dc:creator>
		<pubDate>Tue, 23 Nov 2010 18:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=171#comment-153</guid>
		<description>&lt;p&gt;Nice Keith!&lt;/p&gt;

&lt;p&gt;Thanks for posting this. Can you hook up the broken image though?&lt;/p&gt;

&lt;p&gt;Will definitely try to incorporate this into a new piece moving forward. Thanks again!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Nice Keith!</p>

<p>Thanks for posting this. Can you hook up the broken image though?</p>

<p>Will definitely try to incorporate this into a new piece moving forward. Thanks again!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on RailsConf Day 1 by keith</title>
		<link>http://keithnorm.com/2010/06/09/railsconf-day-1/comment-page-1/#comment-28</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Wed, 16 Jun 2010 03:31:47 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=127#comment-28</guid>
		<description>&lt;p&gt;&lt;a href=&quot;#comment-26&quot; rel=&quot;nofollow&quot;&gt;@John McCaffrey:&lt;/a&gt; Thanks! It was great hanging out with you at the conf. Thanks for sharing your insights with me.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="#comment-26" rel="nofollow">@John McCaffrey:</a> Thanks! It was great hanging out with you at the conf. Thanks for sharing your insights with me.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on RailsConf Day 1 by keith</title>
		<link>http://keithnorm.com/2010/06/09/railsconf-day-1/comment-page-1/#comment-27</link>
		<dc:creator>keith</dc:creator>
		<pubDate>Wed, 16 Jun 2010 03:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=127#comment-27</guid>
		<description>&lt;p&gt;&lt;a href=&quot;#comment-25&quot; rel=&quot;nofollow&quot;&gt;@John Nunemaker:&lt;/a&gt; Hey John, was nice meeting you at the conf. I was the dude that bought you a whiskey on Monday night. Cheers man!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p><a href="#comment-25" rel="nofollow">@John Nunemaker:</a> Hey John, was nice meeting you at the conf. I was the dude that bought you a whiskey on Monday night. Cheers man!</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on RailsConf Day 1 by John McCaffrey</title>
		<link>http://keithnorm.com/2010/06/09/railsconf-day-1/comment-page-1/#comment-26</link>
		<dc:creator>John McCaffrey</dc:creator>
		<pubDate>Mon, 14 Jun 2010 14:47:20 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=127#comment-26</guid>
		<description>&lt;p&gt;Great notes Keith!  You captured a few things I missed, and summarized the important things really nicely.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great notes Keith!  You captured a few things I missed, and summarized the important things really nicely.</p>]]></content:encoded>
	</item>
	<item>
		<title>Comment on RailsConf Day 1 by John Nunemaker</title>
		<link>http://keithnorm.com/2010/06/09/railsconf-day-1/comment-page-1/#comment-25</link>
		<dc:creator>John Nunemaker</dc:creator>
		<pubDate>Mon, 14 Jun 2010 03:37:08 +0000</pubDate>
		<guid isPermaLink="false">http://keithnorm.com/?p=127#comment-25</guid>
		<description>&lt;p&gt;Keith, glad you enjoyed the talk. Thanks for the thoughts and kind words!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Keith, glad you enjoyed the talk. Thanks for the thoughts and kind words!</p>]]></content:encoded>
	</item>
</channel>
</rss>

