<?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 Woodman World</title>
	<atom:link href="http://woodmanworld.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://woodmanworld.com</link>
	<description>The Portfolio and Blog of Dana Woodman</description>
	<lastBuildDate>Fri, 28 Aug 2009 03:18:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating a simple &#8220;Delete&#8221; confirmation dialog with jQuery by Brian</title>
		<link>http://woodmanworld.com/jquery/creating-a-simple-delete-confirmation-dialog-with-jquery/comment-page-1/#comment-135</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Fri, 28 Aug 2009 03:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://woodmanworld.com/?p=268#comment-135</guid>
		<description>These lines:
var answer = confirm(&quot;Delete this item?&quot;)
if (answer){
     return true;
}
else{
     return false;
};

can be replaced by:
return confirm(&quot;Delete this item?&quot;);</description>
		<content:encoded><![CDATA[<p>These lines:<br />
var answer = confirm(&#8221;Delete this item?&#8221;)<br />
if (answer){<br />
     return true;<br />
}<br />
else{<br />
     return false;<br />
};</p>
<p>can be replaced by:<br />
return confirm(&#8221;Delete this item?&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a simple &#8220;Delete&#8221; confirmation dialog with jQuery by Whoila Blog &#187; Blog Archive &#187; Doing delete confirmation using JQuery</title>
		<link>http://woodmanworld.com/jquery/creating-a-simple-delete-confirmation-dialog-with-jquery/comment-page-1/#comment-55</link>
		<dc:creator>Whoila Blog &#187; Blog Archive &#187; Doing delete confirmation using JQuery</dc:creator>
		<pubDate>Sun, 19 Jul 2009 09:54:49 +0000</pubDate>
		<guid isPermaLink="false">http://woodmanworld.com/?p=268#comment-55</guid>
		<description>[...] http://woodmanworld.com/jquery/creating-a-simple-delete-confirmation-dialog-with-jquery/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://woodmanworld.com/jquery/creating-a-simple-delete-confirmation-dialog-with-jquery/" rel="nofollow">http://woodmanworld.com/jquery/creating-a-simple-delete-confirmation-dialog-with-jquery/</a> [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
