<?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: Cross domain JavaScript via DNS</title>
	<atom:link href="http://ajaxian.com/archives/cross-domain-javascript-via-dns/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/cross-domain-javascript-via-dns</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: Kishore Senji</title>
		<link>http://ajaxian.com/archives/cross-domain-javascript-via-dns/comment-page-1#comment-253628</link>
		<dc:creator>Kishore Senji</dc:creator>
		<pubDate>Wed, 08 Aug 2007 07:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/cross-domain-javascript-via-dns#comment-253628</guid>
		<description>They just use an img to track analytics which are sent as request parameters to that gif.</description>
		<content:encoded><![CDATA[<p>They just use an img to track analytics which are sent as request parameters to that gif.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nik Chankov</title>
		<link>http://ajaxian.com/archives/cross-domain-javascript-via-dns/comment-page-1#comment-253626</link>
		<dc:creator>Nik Chankov</dc:creator>
		<pubDate>Wed, 08 Aug 2007 06:57:10 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/cross-domain-javascript-via-dns#comment-253626</guid>
		<description>I am wondering how Google analytics make this? They doing for sure because what they do is only contain an Javascript include and an Javascript function and that&#039;s it. After this they collect thatever they can - and they do this. :)</description>
		<content:encoded><![CDATA[<p>I am wondering how Google analytics make this? They doing for sure because what they do is only contain an Javascript include and an Javascript function and that&#8217;s it. After this they collect thatever they can &#8211; and they do this. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: iDo</title>
		<link>http://ajaxian.com/archives/cross-domain-javascript-via-dns/comment-page-1#comment-253622</link>
		<dc:creator>iDo</dc:creator>
		<pubDate>Wed, 08 Aug 2007 06:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/cross-domain-javascript-via-dns#comment-253622</guid>
		<description>Jason you also can use a folder...
exemple :
www.mydomain.com access to www.google.com via www.mydomain.com/domain

I use this and it work really good.
I use apache reverse-proxy and cookies are also transmited :)</description>
		<content:encoded><![CDATA[<p>Jason you also can use a folder&#8230;<br />
exemple :<br />
<a href="http://www.mydomain.com" rel="nofollow">http://www.mydomain.com</a> access to <a href="http://www.google.com" rel="nofollow">http://www.google.com</a> via <a href="http://www.mydomain.com/domain" rel="nofollow">http://www.mydomain.com/domain</a></p>
<p>I use this and it work really good.<br />
I use apache reverse-proxy and cookies are also transmited :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven</title>
		<link>http://ajaxian.com/archives/cross-domain-javascript-via-dns/comment-page-1#comment-253613</link>
		<dc:creator>Steven</dc:creator>
		<pubDate>Tue, 07 Aug 2007 21:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/cross-domain-javascript-via-dns#comment-253613</guid>
		<description>This has been used forever in custom advertising relationships (which also avoids new browsers from disabling cookies from third parties).</description>
		<content:encoded><![CDATA[<p>This has been used forever in custom advertising relationships (which also avoids new browsers from disabling cookies from third parties).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frank</title>
		<link>http://ajaxian.com/archives/cross-domain-javascript-via-dns/comment-page-1#comment-253604</link>
		<dc:creator>Frank</dc:creator>
		<pubDate>Tue, 07 Aug 2007 16:45:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/cross-domain-javascript-via-dns#comment-253604</guid>
		<description>Jason,

Check out Abe Fettig&#039;s article on the topic.  It&#039;s definitely a step in the right direction!

http://fettig.net/weblog/2005/11/30/xmlhttprequest-subdomain-update/</description>
		<content:encoded><![CDATA[<p>Jason,</p>
<p>Check out Abe Fettig&#8217;s article on the topic.  It&#8217;s definitely a step in the right direction!</p>
<p><a href="http://fettig.net/weblog/2005/11/30/xmlhttprequest-subdomain-update/" rel="nofollow">http://fettig.net/weblog/2005/11/30/xmlhttprequest-subdomain-update/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Levine</title>
		<link>http://ajaxian.com/archives/cross-domain-javascript-via-dns/comment-page-1#comment-253603</link>
		<dc:creator>Jason Levine</dc:creator>
		<pubDate>Tue, 07 Aug 2007 16:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/archives/cross-domain-javascript-via-dns#comment-253603</guid>
		<description>This technique seems to require that JavaScript allow passing of information between subdomains.  In my experience, Javascript currently doesn&#039;t allow for this to happen.  You can&#039;t have x.example.com open an iframe with y.example.com and pass data both ways.  (If I&#039;m wrong and there is a way for this to be done, I&#039;d be very interested in it as it would simplify a project I&#039;m working on.)</description>
		<content:encoded><![CDATA[<p>This technique seems to require that JavaScript allow passing of information between subdomains.  In my experience, Javascript currently doesn&#8217;t allow for this to happen.  You can&#8217;t have x.example.com open an iframe with y.example.com and pass data both ways.  (If I&#8217;m wrong and there is a way for this to be done, I&#8217;d be very interested in it as it would simplify a project I&#8217;m working on.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

