<?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: Contextual SCRIPT tags</title>
	<atom:link href="http://james.padolsey.com/javascript/contextual-script-tags/feed/" rel="self" type="application/rss+xml" />
	<link>http://james.padolsey.com/javascript/contextual-script-tags/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 08 Mar 2010 01:21:27 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jani Hartikainen</title>
		<link>http://james.padolsey.com/javascript/contextual-script-tags/comment-page-1/#comment-19537</link>
		<dc:creator>Jani Hartikainen</dc:creator>
		<pubDate>Tue, 01 Sep 2009 16:04:18 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1156#comment-19537</guid>
		<description>Not a completely bad idea - I think this could be a useful approach in say some type of JavaScript templating markup for thick client apps</description>
		<content:encoded><![CDATA[<p>Not a completely bad idea &#8211; I think this could be a useful approach in say some type of JavaScript templating markup for thick client apps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://james.padolsey.com/javascript/contextual-script-tags/comment-page-1/#comment-19533</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 01 Sep 2009 15:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1156#comment-19533</guid>
		<description>@&lt;a href=&quot;#comment-19483&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;Lea&lt;/strong&gt;&lt;/a&gt;, I just felt it needed a change... I too have mixed feelings about this new design, I think I&#039;ll stick with it for now though.

@&lt;a href=&quot;#comment-19484&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;test&lt;/strong&gt;&lt;/a&gt;, yup :)


@&lt;a href=&quot;#comment-19526&quot; rel=&quot;nofollow&quot;&gt;&lt;strong&gt;joseanpg&lt;/strong&gt;&lt;/a&gt;, I wanted it to support more explicit types, e.g.

&lt;pre lang=&quot;html4strict&quot;&gt;
&lt;script type=&quot;text/javascript:contextual&quot;&gt;...&lt;/script&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-19483"><strong>Lea</strong></a>, I just felt it needed a change&#8230; I too have mixed feelings about this new design, I think I&#8217;ll stick with it for now though.</p>
<p>@<a href="#comment-19484"><strong>test</strong></a>, yup <img src='http://james.padolsey.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>@<a href="#comment-19526"><strong>joseanpg</strong></a>, I wanted it to support more explicit types, e.g.</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span class="sc2">&lt;<span class="kw2">script</span> <span class="kw3">type</span><span class="sy0">=</span><span class="st0">&quot;text/javascript:contextual&quot;</span>&gt;</span>...<span class="sc2">&lt;<span class="sy0">/</span><span class="kw2">script</span>&gt;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>By: joseanpg</title>
		<link>http://james.padolsey.com/javascript/contextual-script-tags/comment-page-1/#comment-19526</link>
		<dc:creator>joseanpg</dc:creator>
		<pubDate>Tue, 01 Sep 2009 14:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1156#comment-19526</guid>
		<description>&lt;code&gt;/:contextual$/.test(script.type)&lt;/code&gt; vs. &lt;code&gt;&#039;:contextual&#039; == script.type&lt;/code&gt;  ?</description>
		<content:encoded><![CDATA[<p><code>/:contextual$/.test(script.type)</code> vs. <code>':contextual' == script.type</code>  ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: test</title>
		<link>http://james.padolsey.com/javascript/contextual-script-tags/comment-page-1/#comment-19484</link>
		<dc:creator>test</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1156#comment-19484</guid>
		<description>it&#039;s this work well in all browsers?</description>
		<content:encoded><![CDATA[<p>it&#8217;s this work well in all browsers?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lea Verou</title>
		<link>http://james.padolsey.com/javascript/contextual-script-tags/comment-page-1/#comment-19483</link>
		<dc:creator>Lea Verou</dc:creator>
		<pubDate>Tue, 01 Sep 2009 00:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://james.padolsey.com/?p=1156#comment-19483</guid>
		<description>Now that&#039;s what I call &quot;thinking outside the box&quot;! Thumbs up for that (even though I agree it&#039;s &quot;incredibly obtrusive and probably shouldn’t be used at all&quot;, it&#039;s still very clever indeed).

ps: Why oh why did you change your blog&#039;s design? I &lt;strong&gt;loved&lt;/strong&gt; the previous one!</description>
		<content:encoded><![CDATA[<p>Now that&#8217;s what I call &#8220;thinking outside the box&#8221;! Thumbs up for that (even though I agree it&#8217;s &#8220;incredibly obtrusive and probably shouldn’t be used at all&#8221;, it&#8217;s still very clever indeed).</p>
<p>ps: Why oh why did you change your blog&#8217;s design? I <strong>loved</strong> the previous one!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
