<?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: Introducing a cross site ajax plugin for Prototype</title>
	<atom:link href="http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/</link>
	<description>Blogging the world of IT and Business</description>
	<lastBuildDate>Sun, 29 Jan 2012 20:03:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: K</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-8569</link>
		<dc:creator>K</dc:creator>
		<pubDate>Wed, 23 Feb 2011 14:38:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-8569</guid>
		<description>Many thanks Bny,

it works for me !!</description>
		<content:encoded><![CDATA[<p>Many thanks Bny,</p>
<p>it works for me !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bny</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-8504</link>
		<dc:creator>Bny</dc:creator>
		<pubDate>Wed, 10 Nov 2010 11:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-8504</guid>
		<description>Hey Guys,

i was searching as well for a solution for prototype 1.6 and couldnt find any, so i kicked my ass and did my own.

1: Open your prototype lib and search for &quot;Ajax.Request&quot;
2: Go to the line where &quot;this.transport&quot; gets defined and replace it by this

&quot;this.transport=(!A.crossSite)?Ajax.getTransport():new scriptTransport;&quot;

i got a compressed protoype so &quot;A&quot; is equal to &quot;this.options&quot;

3: save it and open the &quot;transport.js&quot; and remove at the bottom the hole Ajax.Request extentsion

4: . . .
5: profit???! :D

I hope i could help you guys, have fun and happy crossbrowsing</description>
		<content:encoded><![CDATA[<p>Hey Guys,</p>
<p>i was searching as well for a solution for prototype 1.6 and couldnt find any, so i kicked my ass and did my own.</p>
<p>1: Open your prototype lib and search for &#8220;Ajax.Request&#8221;<br />
2: Go to the line where &#8220;this.transport&#8221; gets defined and replace it by this</p>
<p>&#8220;this.transport=(!A.crossSite)?Ajax.getTransport():new scriptTransport;&#8221;</p>
<p>i got a compressed protoype so &#8220;A&#8221; is equal to &#8220;this.options&#8221;</p>
<p>3: save it and open the &#8220;transport.js&#8221; and remove at the bottom the hole Ajax.Request extentsion</p>
<p>4: . . .<br />
5: profit???! :D</p>
<p>I hope i could help you guys, have fun and happy crossbrowsing</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-8198</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Wed, 28 Jul 2010 07:11:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-8198</guid>
		<description>this.setOptions is not a function
The same error with me</description>
		<content:encoded><![CDATA[<p>this.setOptions is not a function<br />
The same error with me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Icaro Dourado</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-7648</link>
		<dc:creator>Icaro Dourado</dc:creator>
		<pubDate>Thu, 30 Jul 2009 03:23:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-7648</guid>
		<description>Hi everyone,
This solution helps me A LOT!</description>
		<content:encoded><![CDATA[<p>Hi everyone,<br />
This solution helps me A LOT!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Kiesler - Designer &#187; Blog Archive &#187; Learning AJAX &#38; Javascript by Example - Tutorials, Source-Code and Documentation</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-7345</link>
		<dc:creator>Max Kiesler - Designer &#187; Blog Archive &#187; Learning AJAX &#38; Javascript by Example - Tutorials, Source-Code and Documentation</dc:creator>
		<pubDate>Tue, 02 Jun 2009 07:08:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-7345</guid>
		<description>[...] Introducing a Cross Site AJAX Plugin for Prototype &#8220;During cross site Ajax requests the standard XmlHttpRequest approach breaks down. The problem is that XmlHttpRequest is bounded by the same site policy. Fortunately the script tag has the freedom to do as it pleases.&#8221; [...]</description>
		<content:encoded><![CDATA[<p>[...] Introducing a Cross Site AJAX Plugin for Prototype &#8220;During cross site Ajax requests the standard XmlHttpRequest approach breaks down. The problem is that XmlHttpRequest is bounded by the same site policy. Fortunately the script tag has the freedom to do as it pleases.&#8221; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: carvin</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-7179</link>
		<dc:creator>carvin</dc:creator>
		<pubDate>Thu, 02 Apr 2009 07:41:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-7179</guid>
		<description>I can’t run the cross site ajax in my script!
Please Help!</description>
		<content:encoded><![CDATA[<p>I can’t run the cross site ajax in my script!<br />
Please Help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vauncher</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-7072</link>
		<dc:creator>Vauncher</dc:creator>
		<pubDate>Sun, 01 Mar 2009 16:33:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-7072</guid>
		<description>Oh, I forgot one thing..
Does admins read sometimes this page?:) or I gotta go from here and never come back for reading comments? :)</description>
		<content:encoded><![CDATA[<p>Oh, I forgot one thing..<br />
Does admins read sometimes this page?:) or I gotta go from here and never come back for reading comments? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vauncher</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-7071</link>
		<dc:creator>Vauncher</dc:creator>
		<pubDate>Sun, 01 Mar 2009 15:41:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-7071</guid>
		<description>This script doesn&#039;t work! Anybody, who know how it works, please give us an example!!!! I think and I&#039;m SURE that lots of people can&#039;t run the script!
Dear admins, GIVE US AN EXAMPLE!!!! 
THX!:)</description>
		<content:encoded><![CDATA[<p>This script doesn&#8217;t work! Anybody, who know how it works, please give us an example!!!! I think and I&#8217;m SURE that lots of people can&#8217;t run the script!<br />
Dear admins, GIVE US AN EXAMPLE!!!!<br />
THX!:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tschellenbach</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-6655</link>
		<dc:creator>tschellenbach</dc:creator>
		<pubDate>Sun, 04 Jan 2009 10:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-6655</guid>
		<description>nice :)</description>
		<content:encoded><![CDATA[<p>nice :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JP</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-6654</link>
		<dc:creator>JP</dc:creator>
		<pubDate>Sun, 04 Jan 2009 10:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-6654</guid>
		<description>Slightly modified version for Prototype 1.6 here:

http://developer.idapted.com/2009/1/4/cross-site-ajax-with-prototype

Would certainly be good for someone more familiar with prototype internals to take a look and help out...</description>
		<content:encoded><![CDATA[<p>Slightly modified version for Prototype 1.6 here:</p>
<p><a href="http://developer.idapted.com/2009/1/4/cross-site-ajax-with-prototype" rel="nofollow">http://developer.idapted.com/2009/1/4/cross-site-ajax-with-prototype</a></p>
<p>Would certainly be good for someone more familiar with prototype internals to take a look and help out&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cristiroma</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-6112</link>
		<dc:creator>cristiroma</dc:creator>
		<pubDate>Fri, 14 Nov 2008 13:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-6112</guid>
		<description>Of course is giving you the error, because you are using prototype 1.6 instead of 1.5, but while using 1.5 gives another error:

Error: _xsajax$transport_status is not defined
Source File: transport.js
Line: 62</description>
		<content:encoded><![CDATA[<p>Of course is giving you the error, because you are using prototype 1.6 instead of 1.5, but while using 1.5 gives another error:</p>
<p>Error: _xsajax$transport_status is not defined<br />
Source File: transport.js<br />
Line: 62</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Szabo</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-6100</link>
		<dc:creator>Dave Szabo</dc:creator>
		<pubDate>Thu, 13 Nov 2008 20:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-6100</guid>
		<description>I&#039;m getting the same error with setOptions as above, has anyone figured this out?  Please let me know.</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting the same error with setOptions as above, has anyone figured this out?  Please let me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tim</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-5457</link>
		<dc:creator>tim</dc:creator>
		<pubDate>Sun, 24 Aug 2008 22:20:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-5457</guid>
		<description>I&#039;m getting an error from transport.js when trying to use it. &quot;this.setOptions doesn&#039;t exist&quot;. And it&#039;s true. There is no setOptions function in transport.js or prototype.js.</description>
		<content:encoded><![CDATA[<p>I&#8217;m getting an error from transport.js when trying to use it. &#8220;this.setOptions doesn&#8217;t exist&#8221;. And it&#8217;s true. There is no setOptions function in transport.js or prototype.js.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-4881</link>
		<dc:creator>Cristian</dc:creator>
		<pubDate>Tue, 22 Jul 2008 13:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-4881</guid>
		<description>the functin transport.js result me this error: 

this.setOptions is not a function
[Break on this error] this.setOptions(options);</description>
		<content:encoded><![CDATA[<p>the functin transport.js result me this error: </p>
<p>this.setOptions is not a function<br />
[Break on this error] this.setOptions(options);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????-rediaSpace &#187; Blog Archive &#187; ??? ??? Ajax ?? - Introducing a cross site Ajax plugin for Prototype</title>
		<link>http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/comment-page-1/#comment-4594</link>
		<dc:creator>????-rediaSpace &#187; Blog Archive &#187; ??? ??? Ajax ?? - Introducing a cross site Ajax plugin for Prototype</dc:creator>
		<pubDate>Tue, 01 Jul 2008 14:51:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mellowmorning.com/2007/10/25/introducing-a-cross-site-ajax-plugin-for-prototype/#comment-4594</guid>
		<description>[...] Schellenbach ? Prototype JS? ????(plugin)? ??? ??? ???(cross site remoting) ajax ??? ???? ?? ??? ??????. ???? ?? Prototype.js [...]</description>
		<content:encoded><![CDATA[<p>[...] Schellenbach ? Prototype JS? ????(plugin)? ??? ??? ???(cross site remoting) ajax ??? ???? ?? ??? ??????. ???? ?? Prototype.js [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

