<?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: Prototype Extension: Dynamic Script Pattern Support</title>
	<atom:link href="http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: almost there &#187; Blog Archive &#187; Playing around with the Photagious Media Server</title>
		<link>http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support/comment-page-1#comment-118236</link>
		<dc:creator>almost there &#187; Blog Archive &#187; Playing around with the Photagious Media Server</dc:creator>
		<pubDate>Sat, 07 Oct 2006 01:16:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support#comment-118236</guid>
		<description>[...] I am not saying cross domain scripting isn&#8217;t a problem. But I am saying that it&#8217;s only a problem when the other domain is being malicious. From a developers perspective you can be extremely selective as to which domains you allow to script with. Say yes to Yahoo and not to bankone.secure.sadfasdfs.com. So for one developer to say to another that dynamic script pattern (here and here) is dangerous doesn&#8217;t make sense. They are overlooking the developers ability to opt out of any potential scripts which could pose a security risk. [...]</description>
		<content:encoded><![CDATA[<p>[...] I am not saying cross domain scripting isn&#8217;t a problem. But I am saying that it&#8217;s only a problem when the other domain is being malicious. From a developers perspective you can be extremely selective as to which domains you allow to script with. Say yes to Yahoo and not to bankone.secure.sadfasdfs.com. So for one developer to say to another that dynamic script pattern (here and here) is dangerous doesn&#8217;t make sense. They are overlooking the developers ability to opt out of any potential scripts which could pose a security risk. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interaction Design Blog &#187; Blog Archive &#187; On Demand JavaScript</title>
		<link>http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support/comment-page-1#comment-84757</link>
		<dc:creator>Interaction Design Blog &#187; Blog Archive &#187; On Demand JavaScript</dc:creator>
		<pubDate>Wed, 06 Sep 2006 07:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support#comment-84757</guid>
		<description>[...] Ajaxian Â» Prototype Extension: Dynamic Script Pattern Support [...]</description>
		<content:encoded><![CDATA[<p>[...] Ajaxian Â» Prototype Extension: Dynamic Script Pattern Support [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mager</title>
		<link>http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support/comment-page-1#comment-74180</link>
		<dc:creator>Mager</dc:creator>
		<pubDate>Thu, 24 Aug 2006 13:37:14 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support#comment-74180</guid>
		<description>Very useful! You are my idol.</description>
		<content:encoded><![CDATA[<p>Very useful! You are my idol.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Haley</title>
		<link>http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support/comment-page-1#comment-73875</link>
		<dc:creator>Jason Haley</dc:creator>
		<pubDate>Thu, 24 Aug 2006 02:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support#comment-73875</guid>
		<description>&lt;strong&gt;Interesting Finds: August 23, 2006&lt;/strong&gt;

</description>
		<content:encoded><![CDATA[<p><strong>Interesting Finds: August 23, 2006</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cody</title>
		<link>http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support/comment-page-1#comment-73583</link>
		<dc:creator>Cody</dc:creator>
		<pubDate>Wed, 23 Aug 2006 19:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support#comment-73583</guid>
		<description>Line 48 should be 
try{ this.transport.open(this.options.method, this.url, this.options.asynchronous,this.options.username,this.options.password,this.options); }
      catch(err){ this.transport.open(this.options.method, this.url,this.options.asynchronous); }

IE pukes if you call new Ajax.Request more than once because the XML Req object is not native and cannot take more than the maximum number of arguments. 

My fault.</description>
		<content:encoded><![CDATA[<p>Line 48 should be<br />
try{ this.transport.open(this.options.method, this.url, this.options.asynchronous,this.options.username,this.options.password,this.options); }<br />
      catch(err){ this.transport.open(this.options.method, this.url,this.options.asynchronous); }</p>
<p>IE pukes if you call new Ajax.Request more than once because the XML Req object is not native and cannot take more than the maximum number of arguments. </p>
<p>My fault.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brianne</title>
		<link>http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support/comment-page-1#comment-73159</link>
		<dc:creator>Brianne</dc:creator>
		<pubDate>Wed, 23 Aug 2006 00:27:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/prototype-extension-dynamic-script-pattern-support#comment-73159</guid>
		<description>Cody Swann...  You are a genius!!!  Is there nothing you can&#039;t do?!</description>
		<content:encoded><![CDATA[<p>Cody Swann&#8230;  You are a genius!!!  Is there nothing you can&#8217;t do?!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

