<?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: Standards-compliant New Window Links</title>
	<atom:link href="http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/</link>
	<description>blog, webdesign, illustration &#38; newsk00l javascript</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:09:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dan</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-171639</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 07 Jul 2008 19:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-171639</guid>
		<description>I generally use

&lt;code&gt;onclick=&quot;window.open(this.href)&quot;&lt;/code&gt;

right in the anchors, but it makes pretty good sense to bind something with rel=&quot;external&quot;</description>
		<content:encoded><![CDATA[<p>I generally use</p>
<p><code>onclick="window.open(this.href)"</code></p>
<p>right in the anchors, but it makes pretty good sense to bind something with rel=&#8221;external&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Britney</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-147362</link>
		<dc:creator>Britney</dc:creator>
		<pubDate>Sun, 16 Dec 2007 06:01:15 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-147362</guid>
		<description>Nice site! Big thanx to webmaster!t</description>
		<content:encoded><![CDATA[<p>Nice site! Big thanx to webmaster!t</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Madis</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-105960</link>
		<dc:creator>Madis</dc:creator>
		<pubDate>Fri, 19 Oct 2007 20:22:11 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-105960</guid>
		<description>You could also use xhtml +mathml doctype, it has valid target for link, no javascript.</description>
		<content:encoded><![CDATA[<p>You could also use xhtml +mathml doctype, it has valid target for link, no javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeG</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-84824</link>
		<dc:creator>GeG</dc:creator>
		<pubDate>Sun, 09 Sep 2007 17:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-84824</guid>
		<description>it seems that your site ate most parts of my xml :-(

you can see at http://pastebin.com/f30b7548f what i mean</description>
		<content:encoded><![CDATA[<p>it seems that your site ate most parts of my xml :-(</p>
<p>you can see at <a href="http://pastebin.com/f30b7548f" rel="nofollow">http://pastebin.com/f30b7548f</a> what i mean</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GeG</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-84822</link>
		<dc:creator>GeG</dc:creator>
		<pubDate>Sun, 09 Sep 2007 17:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-84822</guid>
		<description>Hi Rogie,

as far as i remember, there is a xhtml strict compliant way to use the target attribute, but it was some time ago i used it, so i hope i remember correctly. Use this as doctype (it is your own document type, based on xhtml strict):



and at http://yoursite.example.com/DTD/xhtml-target.dtd put this (here you include the target attribute, you just add the modularized target part of the w3.org doc type to the basic xhtml strict w3.org doc type):




  %xhtml-da
tatypes.mod;]]&gt;

  %xhtml-qname.
mod;]]&gt;


%xhtml11.dtd;


 %xhtml-targe
t.mod;]]&gt;

afaik this is the w3.org compliant way (see http://www.w3.org/TR/xhtml-modularization/Overview.html under 5.12)

Cheers
GeG</description>
		<content:encoded><![CDATA[<p>Hi Rogie,</p>
<p>as far as i remember, there is a xhtml strict compliant way to use the target attribute, but it was some time ago i used it, so i hope i remember correctly. Use this as doctype (it is your own document type, based on xhtml strict):</p>
<p>and at <a href="http://yoursite.example.com/DTD/xhtml-target.dtd" rel="nofollow">http://yoursite.example.com/DTD/xhtml-target.dtd</a> put this (here you include the target attribute, you just add the modularized target part of the w3.org doc type to the basic xhtml strict w3.org doc type):</p>
<p>  %xhtml-da<br />
tatypes.mod;]]&gt;</p>
<p>  %xhtml-qname.<br />
mod;]]&gt;</p>
<p>%xhtml11.dtd;</p>
<p> %xhtml-targe<br />
t.mod;]]&gt;</p>
<p>afaik this is the w3.org compliant way (see <a href="http://www.w3.org/TR/xhtml-modularization/Overview.html" rel="nofollow">http://www.w3.org/TR/xhtml-modularization/Overview.html</a> under 5.12)</p>
<p>Cheers<br />
GeG</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillary</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-46348</link>
		<dc:creator>Hillary</dc:creator>
		<pubDate>Thu, 31 May 2007 20:02:34 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-46348</guid>
		<description>I\&#039;m love this great website. Many thanks guyt</description>
		<content:encoded><![CDATA[<p>I\&#8217;m love this great website. Many thanks guyt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-44093</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Thu, 24 May 2007 05:44:02 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-44093</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alhaurin</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-27871</link>
		<dc:creator>alhaurin</dc:creator>
		<pubDate>Wed, 28 Feb 2007 20:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-27871</guid>
		<description>Look at all the posibilities of this &quot;factory&quot; of widgets RSS &quot;beon&quot; presents you:

http://factory.beon4u.com/factory.aspx

It´s great, isn´t it?</description>
		<content:encoded><![CDATA[<p>Look at all the posibilities of this &#8220;factory&#8221; of widgets RSS &#8220;beon&#8221; presents you:</p>
<p><a href="http://factory.beon4u.com/factory.aspx" rel="nofollow">http://factory.beon4u.com/factory.aspx</a></p>
<p>It´s great, isn´t it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders Tornblad</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-23644</link>
		<dc:creator>Anders Tornblad</dc:creator>
		<pubDate>Thu, 01 Feb 2007 17:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-23644</guid>
		<description>I&#039;ll try to answer that one question with just one sentence:

JavaScript should be the technology of choice for the &quot;behavior enhancement tier&quot; of any web-based architecture - not the &quot;behavior tier&quot;.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll try to answer that one question with just one sentence:</p>
<p>JavaScript should be the technology of choice for the &#8220;behavior enhancement tier&#8221; of any web-based architecture &#8211; not the &#8220;behavior tier&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rogie</title>
		<link>http://www.komodomedia.com/blog/2007/01/prototype-standards-compliance-new-window-links/comment-page-1/#comment-23640</link>
		<dc:creator>Rogie</dc:creator>
		<pubDate>Thu, 01 Feb 2007 17:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://komodomedia.com/blog/index.php/2007/01/31/prototype-standards-compliance-new-window-links/#comment-23640</guid>
		<description>@Anders: As far as losing forms data, man you are right on.  I feel like a flippin&#039; idiot.  Oh, well, a humble web developer is a good web developer.  

I have one question for you.  Do you feel that JavaScript behaviors should be done away from entirely?</description>
		<content:encoded><![CDATA[<p>@Anders: As far as losing forms data, man you are right on.  I feel like a flippin&#8217; idiot.  Oh, well, a humble web developer is a good web developer.  </p>
<p>I have one question for you.  Do you feel that JavaScript behaviors should be done away from entirely?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: komodomedia.com @ 2012-02-11 16:55:17 by W3 Total Cache -->
