<?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 on: JavaScript Best Practices</title>
	<atom:link href="http://jasonkarns.com/blog/2010/02/25/javascript-best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://jasonkarns.com/blog/2010/02/25/javascript-best-practices/</link>
	<description>Tales of a Transient Programmer</description>
	<lastBuildDate>Fri, 03 Sep 2010 01:51:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: <img src='http://jasonkarns.com/blog/wp-content/plugins/rpx/images/google.png' alt='google'/> matt.acton</title>
		<link>http://jasonkarns.com/blog/2010/02/25/javascript-best-practices/comment-page-1/#comment-3967</link>
		<dc:creator><img src='http://jasonkarns.com/blog/wp-content/plugins/rpx/images/google.png' alt='google'/> matt.acton</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=57#comment-3967</guid>
		<description>#3 Caused some issues for me and Mike Busch. Even in noConflict mode there can be conflicts. I&#039;m looking at you prototype, overriding javascript methods that another library might use.</description>
		<content:encoded><![CDATA[<p>#3 Caused some issues for me and Mike Busch. Even in noConflict mode there can be conflicts. I&#8217;m looking at you prototype, overriding javascript methods that another library might use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: <img src='http://jasonkarns.com/blog/wp-content/plugins/rpx/images/openid.png' alt='openid'/> jasonkarns</title>
		<link>http://jasonkarns.com/blog/2010/02/25/javascript-best-practices/comment-page-1/#comment-3966</link>
		<dc:creator><img src='http://jasonkarns.com/blog/wp-content/plugins/rpx/images/openid.png' alt='openid'/> jasonkarns</dc:creator>
		<pubDate>Wed, 03 Mar 2010 18:11:08 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=57#comment-3966</guid>
		<description>@nerdstrap76 I definitely agree with the braces. Although one-line if statements look elegant, they usually introduce bugs when being maintained. Another reason to use JSLint!</description>
		<content:encoded><![CDATA[<p>@nerdstrap76 I definitely agree with the braces. Although one-line if statements look elegant, they usually introduce bugs when being maintained. Another reason to use JSLint!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nerdstrap76</title>
		<link>http://jasonkarns.com/blog/2010/02/25/javascript-best-practices/comment-page-1/#comment-3965</link>
		<dc:creator>nerdstrap76</dc:creator>
		<pubDate>Wed, 03 Mar 2010 16:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=57#comment-3965</guid>
		<description>Always use brackets for if-then-else, while and for loops! That way your code can be minimized and de-minimized without introducing logic errors!</description>
		<content:encoded><![CDATA[<p>Always use brackets for if-then-else, while and for loops! That way your code can be minimized and de-minimized without introducing logic errors!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Busch</title>
		<link>http://jasonkarns.com/blog/2010/02/25/javascript-best-practices/comment-page-1/#comment-3911</link>
		<dc:creator>Mike Busch</dc:creator>
		<pubDate>Fri, 26 Feb 2010 03:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://jasonkarns.com/blog/?p=57#comment-3911</guid>
		<description>FIRST!

#15 is absolutely one of my biggest pet peeves... i ruthlessly go through code changing return false in handlers to event.preventDefault()</description>
		<content:encoded><![CDATA[<p>FIRST!</p>
<p>#15 is absolutely one of my biggest pet peeves&#8230; i ruthlessly go through code changing return false in handlers to event.preventDefault()</p>
]]></content:encoded>
	</item>
</channel>
</rss>
