<?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: How To Cross Domain Javascript</title>
	<atom:link href="http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/</link>
	<description>Profit = Potential * Persistence * Probabilities</description>
	<lastBuildDate>Wed, 07 Oct 2009 16:24:19 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sean Kinsey</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-16070</link>
		<dc:creator>Sean Kinsey</dc:creator>
		<pubDate>Wed, 24 Jun 2009 17:57:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-16070</guid>
		<description>There is now a new library available, easyXSS, at http://code.google.com/p/easyxss that in very few lines of code will allow you to call a method placed on domainA from domainB. It uses postMessage and also the IFrame URI Technique.
Its very easy to use and the library is also quite small.</description>
		<content:encoded><![CDATA[<p>There is now a new library available, easyXSS, at <a href="http://code.google.com/p/easyxss" >http://code.google.com/p/easyxss</a> that in very few lines of code will allow you to call a method placed on domainA from domainB. It uses postMessage and also the IFrame URI Technique.<br />
Its very easy to use and the library is also quite small.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: -= Programmer Reading 2007.08.08 =-</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-15194</link>
		<dc:creator>-= Programmer Reading 2007.08.08 =-</dc:creator>
		<pubDate>Mon, 26 Jan 2009 15:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-15194</guid>
		<description>[...] in Java&lt;br/&gt; On SQL Injection Attacks&lt;br/&gt; Blog Back-end&lt;br/&gt; Cross-domain Javascript&lt;br/&gt; Palm JVM&lt;br/&gt; Creating an EMACS Language Mode&lt;br/&gt; -m    No Comments, Comment or [...]</description>
		<content:encoded><![CDATA[<p>[...] in Java&lt;br/&gt; On SQL Injection Attacks&lt;br/&gt; Blog Back-end&lt;br/&gt; Cross-domain Javascript&lt;br/&gt; Palm JVM&lt;br/&gt; Creating an EMACS Language Mode&lt;br/&gt; -m    No Comments, Comment or [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-13773</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Fri, 12 Dec 2008 12:20:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-13773</guid>
		<description>@BlueDragon I would really like to help but you haven&#039;t really provided enough information in your comment sorry. If you still need help try contacting me through the contact form.</description>
		<content:encoded><![CDATA[<p>@BlueDragon I would really like to help but you haven&#8217;t really provided enough information in your comment sorry. If you still need help try contacting me through the contact form.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlueDragon</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-13772</link>
		<dc:creator>BlueDragon</dc:creator>
		<pubDate>Tue, 09 Dec 2008 17:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-13772</guid>
		<description>Hello there Alex, Just saw ur method.

I have a problem, I did what you said but in the moment I changed the dns ip address for the new sub-domain i can&#039;t see my own page, just another page. I think its a page from the remote dns server.

Can you point me to the right direction!?</description>
		<content:encoded><![CDATA[<p>Hello there Alex, Just saw ur method.</p>
<p>I have a problem, I did what you said but in the moment I changed the dns ip address for the new sub-domain i can&#8217;t see my own page, just another page. I think its a page from the remote dns server.</p>
<p>Can you point me to the right direction!?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-13652</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 26 Aug 2008 00:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-13652</guid>
		<description>@mark It&#039;s hard to say if you have a cross domain issue without knowing more about your script. There&#039;s no special requirement for having a javascript file distributed to many hosts, from a single asset server. You may want to run the breaking script through FireFox with the Firebug extension and keep an eye out for console errors.</description>
		<content:encoded><![CDATA[<p>@mark It&#8217;s hard to say if you have a cross domain issue without knowing more about your script. There&#8217;s no special requirement for having a javascript file distributed to many hosts, from a single asset server. You may want to run the breaking script through FireFox with the Firebug extension and keep an eye out for console errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-13642</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Thu, 21 Aug 2008 21:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-13642</guid>
		<description>&quot;In a nutshell, the trick is to use DNS to point a sub-domain of D, D_s, to E’s server&quot;.

Nice article. It appears to be quite an ingenious method for a similar problem I have (which I think is to do with cross domain javascript). I have a few domains all on the same shared hosting account but rather than distribute  javascript file to every site, I wanted to distribute it to one and have all the other domains use it. As it interacts with form elements, it appears to only work for the domain whoch hosts the file. If all of the site&#039;s have the same IP Address, does this theory still apply and what type of DNS entry would I need to create?

Thanks,
Mark</description>
		<content:encoded><![CDATA[<p>&#8220;In a nutshell, the trick is to use DNS to point a sub-domain of D, D_s, to E’s server&#8221;.</p>
<p>Nice article. It appears to be quite an ingenious method for a similar problem I have (which I think is to do with cross domain javascript). I have a few domains all on the same shared hosting account but rather than distribute  javascript file to every site, I wanted to distribute it to one and have all the other domains use it. As it interacts with form elements, it appears to only work for the domain whoch hosts the file. If all of the site&#8217;s have the same IP Address, does this theory still apply and what type of DNS entry would I need to create?</p>
<p>Thanks,<br />
Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-13597</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Thu, 17 Jul 2008 23:57:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-13597</guid>
		<description>@Anonymous 1) I wonder about people who take a jab behind a veil of anonymity. 2) I wonder about people who offer advice when none was asked for. 3) I just about always go out of my way to help my readers - I get e-mails all the time to which I reply too, with a smile :) Forgive me for taking issue with a request to _rewrite_ my article. 4) You can ignore the second half of the article (that mind numbing bit) and still make sense of the technique.</description>
		<content:encoded><![CDATA[<p>@Anonymous 1) I wonder about people who take a jab behind a veil of anonymity. 2) I wonder about people who offer advice when none was asked for. 3) I just about always go out of my way to help my readers &#8211; I get e-mails all the time to which I reply too, with a smile :) Forgive me for taking issue with a request to _rewrite_ my article. 4) You can ignore the second half of the article (that mind numbing bit) and still make sense of the technique.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-13596</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 17 Jul 2008 19:16:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-13596</guid>
		<description>@Alex: Telling your readers you don&#039;t have time for them and then telling them you&#039;re available for consulting is not a good way to attract business.</description>
		<content:encoded><![CDATA[<p>@Alex: Telling your readers you don&#8217;t have time for them and then telling them you&#8217;re available for consulting is not a good way to attract business.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cross-Domain Communication with IFrames</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-13543</link>
		<dc:creator>Cross-Domain Communication with IFrames</dc:creator>
		<pubDate>Fri, 06 Jun 2008 16:48:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-13543</guid>
		<description>[...] form, since in either pattern, you are required to embed the request on the window URL. There is an inspired extension of this hack that also has some untapped promise in this area. It involves setting up a subdomain and updating [...]</description>
		<content:encoded><![CDATA[<p>[...] form, since in either pattern, you are required to embed the request on the window URL. There is an inspired extension of this hack that also has some untapped promise in this area. It involves setting up a subdomain and updating [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/comment-page-1/#comment-13481</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 17 May 2008 00:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexpooley.com/2007/08/07/how-to-cross-domain-javascript/#comment-13481</guid>
		<description>@mahesh Sorry, I have not tried https at all. If I had to guess, I would guess that you would have issues.</description>
		<content:encoded><![CDATA[<p>@mahesh Sorry, I have not tried https at all. If I had to guess, I would guess that you would have issues.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
