<?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: Purple Top</title>
	<atom:link href="http://slightlyremarkable.com/blog/2005/05/24/purple-top/feed/" rel="self" type="application/rss+xml" />
	<link>http://slightlyremarkable.com/blog/2005/05/24/purple-top/</link>
	<description>Jonathan Fenocchi's personal weblog</description>
	<lastBuildDate>Sun, 05 Sep 2010 18:15:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: David</title>
		<link>http://slightlyremarkable.com/blog/2005/05/24/purple-top/comment-page-1/#comment-186</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 25 May 2005 15:40:22 +0000</pubDate>
		<guid isPermaLink="false">http://slightlyremarkable.com/2005/05/purple-top#comment-186</guid>
		<description>Hmm, just noticed another thing, you could use lower case event handlers to make it compatible with XHTML markup.</description>
		<content:encoded><![CDATA[<p>Hmm, just noticed another thing, you could use lower case event handlers to make it compatible with XHTML markup.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jona</title>
		<link>http://slightlyremarkable.com/blog/2005/05/24/purple-top/comment-page-1/#comment-184</link>
		<dc:creator>Jona</dc:creator>
		<pubDate>Wed, 25 May 2005 12:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://slightlyremarkable.com/2005/05/purple-top#comment-184</guid>
		<description>Oops is right! Sorry, Dave, that wasn&#8217;t supposed to be a link &#8212; it&#8217;s supposed to show actual code. I think it will make more sense now if you read it.</description>
		<content:encoded><![CDATA[<p>Oops is right! Sorry, Dave, that wasn&#8217;t supposed to be a link &#8212; it&#8217;s supposed to show actual code. I think it will make more sense now if you read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://slightlyremarkable.com/blog/2005/05/24/purple-top/comment-page-1/#comment-183</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 25 May 2005 07:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://slightlyremarkable.com/2005/05/purple-top#comment-183</guid>
		<description>&lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Fslightlyremarkable.com%2F2005%2F05%2Fpurple-top&quot; rel=&quot;nofollow&quot;&gt;Oops&lt;/a&gt;, you just used target with a strict DTD.

&lt;abbr title=&quot;In my opinion&quot;&gt;IMO&lt;/abbr&gt; the best way to open a popup is like so:&lt;code&gt;&lt;a href=&quot;page.html&quot; onclick=&quot;window.open(this.href);return false&quot;&gt;Page&lt;/a&gt;&lt;/code&gt;

It gets around pop-up blockers because the window.open is in the onclick event handler itself and not in some function and it will still work for non-JS browsers.</description>
		<content:encoded><![CDATA[<p><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fslightlyremarkable.com%2F2005%2F05%2Fpurple-top" rel="nofollow">Oops</a>, you just used target with a strict DTD.</p>
<p><abbr title="In my opinion">IMO</abbr> the best way to open a popup is like so:<code>&lt;a href="page.html" onclick="window.open(this.href);return false"&gt;Page&lt;/a&gt;</code></p>
<p>It gets around pop-up blockers because the window.open is in the onclick event handler itself and not in some function and it will still work for non-JS browsers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

