<?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: Dynodes: Cross-Domain JS Demo</title>
	<atom:link href="http://ajaxian.com/archives/dynodes-cross-domain-js-demo/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/dynodes-cross-domain-js-demo</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: James</title>
		<link>http://ajaxian.com/archives/dynodes-cross-domain-js-demo/comment-page-1#comment-1832</link>
		<dc:creator>James</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://test.ajaxian.com/archives/dynodes-cross-domain-js-demo#comment-1832</guid>
		<description>I implemented something similar for Tagneto, the Dynamic Script Request API:

http://tagneto.org/how/reference/js/DynamicScriptRequest.html

It specifies callbacks, and even supports a mechanism to send long requests to the server by segmenting them across multiple requests. 

There is a test page here:

http://tagneto.org/test/test/jstest/srvrscripttest/Test.html
(The addUsingServerCallback Test)

The &quot;server&quot; page in this test is really just a static JS file that parsing the SCRIPT SRC tags to get the _partOk and _ok callbacks.
</description>
		<content:encoded><![CDATA[<p>I implemented something similar for Tagneto, the Dynamic Script Request API:</p>
<p><a href="http://tagneto.org/how/reference/js/DynamicScriptRequest.html" rel="nofollow">http://tagneto.org/how/reference/js/DynamicScriptRequest.html</a></p>
<p>It specifies callbacks, and even supports a mechanism to send long requests to the server by segmenting them across multiple requests. </p>
<p>There is a test page here:</p>
<p><a href="http://tagneto.org/test/test/jstest/srvrscripttest/Test.html" rel="nofollow">http://tagneto.org/test/test/jstest/srvrscripttest/Test.html</a><br />
(The addUsingServerCallback Test)</p>
<p>The &#8220;server&#8221; page in this test is really just a static JS file that parsing the SCRIPT SRC tags to get the _partOk and _ok callbacks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

