<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: A Nuance of Preventing Default</title>
	<atom:link href="http://arapehlivanian.com/2008/05/16/a-nuance-of-preventing-default/feed/" rel="self" type="application/rss+xml" />
	<link>http://arapehlivanian.com/2008/05/16/a-nuance-of-preventing-default/</link>
	<description>Web Standards, Web Culture, Web Everything.™</description>
	<lastBuildDate>Wed, 03 Mar 2010 02:12:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nathan Smith</title>
		<link>http://arapehlivanian.com/2008/05/16/a-nuance-of-preventing-default/comment-page-1/#comment-40555</link>
		<dc:creator>Nathan Smith</dc:creator>
		<pubDate>Sat, 17 May 2008 03:11:37 +0000</pubDate>
		<guid isPermaLink="false">http://arapehlivanian.com/?p=392#comment-40555</guid>
		<description>Very cool. I typically just lazily use &quot;return false,&quot; to prevent links from being followed, but in the case of JS debugging, returning false would prematurely stop the script from executing. Your suggestion seems like a great way to stay on the current page, but still allow the buggy code to pass through so that Firebug can inspect it. Now I finally have a practical reason to use preventDefault(). I&#039;ve seen the light. :)</description>
		<content:encoded><![CDATA[<p>Very cool. I typically just lazily use &#8220;return false,&#8221; to prevent links from being followed, but in the case of JS debugging, returning false would prematurely stop the script from executing. Your suggestion seems like a great way to stay on the current page, but still allow the buggy code to pass through so that Firebug can inspect it. Now I finally have a practical reason to use preventDefault(). I&#8217;ve seen the light. :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
