<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel>
        <title>DOM Scripting comments: Cross-domain Ajax</title>
        <link>http://domscripting.com/blog/display/91</link>
        <description>Some links on a tricky subject.</description>
        <language>en</language>
        <item>
            <title>James Burke</title>
            <link>http://domscripting.com/blog/display.php/91#comment706</link>
            <content:encoded><![CDATA[<p>I added another cross domain technique to Dojo, XHR IFrame Proxy:
<a href="http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book75">http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book75</a></p>

<p>It uses some cross-domain iframes that communicate by changing each other&#8217;s fragment identifiers. The XHR request is serialized into fragment identifers, and the remote IFrame deserializes the identifiers, makes the XHR request, then serializes the response into fragment identifiers, and gives that back to the other frame. </p>

<p>(also posted this comment on Snook&#8217;s site)</p>
]]></content:encoded>
            <pubDate>Fri, 08 Dec 2006 20:58:02 GMT</pubDate>
        </item>
        <item>
            <title>Ed Barnes</title>
            <link>http://domscripting.com/blog/display.php/91#comment705</link>
            <content:encoded><![CDATA[<p>Just thought i&#8217;d say thanks for remembering our conversation and posting the links. Oh, and once again, loved the speech - i&#8217;ll be adopting and recommending the HIJAX approach from now on. I&#8217;ve also realised that at least 3 of our product names at work are &quot;bacronyms&quot; &#8230;</p>
]]></content:encoded>
            <pubDate>Wed, 06 Dec 2006 22:58:47 GMT</pubDate>
        </item>
        <item>
            <title>cody lindley</title>
            <link>http://domscripting.com/blog/display.php/91#comment704</link>
            <content:encoded><![CDATA[<p>I played with a script that does this too. Might be of interest.</p>

<p>article: <a href="http://codylindley.com/Javascript/290/ah-calls">http://codylindley.com/Javascript/290/ah-calls</a></p>

<p>Example: <a href="http://www.codylindley.com/ahcalls/">http://www.codylindley.com/ahcalls/</a></p>
]]></content:encoded>
            <pubDate>Wed, 06 Dec 2006 00:18:30 GMT</pubDate>
        </item>
   </channel>
</rss>