<?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"
	>
<channel>
	<title>Comments on: Thinking Out Loud</title>
	<atom:link href="http://patorjk.com/blog/2008/08/26/thinking-out-loud/feed/" rel="self" type="application/rss+xml" />
	<link>http://patorjk.com/blog/2008/08/26/thinking-out-loud/</link>
	<description>web apps, programming talk, and random thoughts</description>
	<pubDate>Wed, 07 Jan 2009 14:07:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: patorjk</title>
		<link>http://patorjk.com/blog/2008/08/26/thinking-out-loud/#comment-11243</link>
		<dc:creator>patorjk</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://patorjk.com/blog/?p=107#comment-11243</guid>
		<description>I played with it a little bit and a couple of the tutorials. Maybe I'll take another look at it though. I keep thinking about it in terms of adding special effects, not as something to ease development, which may be the incorrect way of looking at it.</description>
		<content:encoded><![CDATA[<p>I played with it a little bit and a couple of the tutorials. Maybe I&#8217;ll take another look at it though. I keep thinking about it in terms of adding special effects, not as something to ease development, which may be the incorrect way of looking at it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sloat</title>
		<link>http://patorjk.com/blog/2008/08/26/thinking-out-loud/#comment-11242</link>
		<dc:creator>sloat</dc:creator>
		<pubDate>Fri, 29 Aug 2008 13:21:38 +0000</pubDate>
		<guid isPermaLink="false">http://patorjk.com/blog/?p=107#comment-11242</guid>
		<description>Did you ever end up giving jquery a shot?

$(document).width()</description>
		<content:encoded><![CDATA[<p>Did you ever end up giving jquery a shot?</p>
<p>$(document).width()</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patorjk</title>
		<link>http://patorjk.com/blog/2008/08/26/thinking-out-loud/#comment-11143</link>
		<dc:creator>patorjk</dc:creator>
		<pubDate>Tue, 26 Aug 2008 22:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://patorjk.com/blog/?p=107#comment-11143</guid>
		<description>Should be fixed now. IE and Firefox measure the inner width of documents differently. I was using:

document.body.clientWidth

Where it should have been:

document.documentElement.clientWidth</description>
		<content:encoded><![CDATA[<p>Should be fixed now. IE and Firefox measure the inner width of documents differently. I was using:</p>
<p>document.body.clientWidth</p>
<p>Where it should have been:</p>
<p>document.documentElement.clientWidth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patorjk</title>
		<link>http://patorjk.com/blog/2008/08/26/thinking-out-loud/#comment-11132</link>
		<dc:creator>patorjk</dc:creator>
		<pubDate>Tue, 26 Aug 2008 16:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://patorjk.com/blog/?p=107#comment-11132</guid>
		<description>Yikes, thanks for the heads up! I didn't even bother to test it on IE. I've gotten so used to just using Firefox since it makes debugging Javascript a lot easier. 

I'll upload a newer version tonight.</description>
		<content:encoded><![CDATA[<p>Yikes, thanks for the heads up! I didn&#8217;t even bother to test it on IE. I&#8217;ve gotten so used to just using Firefox since it makes debugging Javascript a lot easier. </p>
<p>I&#8217;ll upload a newer version tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: local</title>
		<link>http://patorjk.com/blog/2008/08/26/thinking-out-loud/#comment-11117</link>
		<dc:creator>local</dc:creator>
		<pubDate>Tue, 26 Aug 2008 14:02:35 +0000</pubDate>
		<guid isPermaLink="false">http://patorjk.com/blog/?p=107#comment-11117</guid>
		<description>The site starts to load and then errors for me. 

-Brian</description>
		<content:encoded><![CDATA[<p>The site starts to load and then errors for me. </p>
<p>-Brian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
