<?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: Googling Google</title>
	<atom:link href="http://ntschutta.com/jat/2006/01/21/googling-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://ntschutta.com/jat/2006/01/21/googling-google/</link>
	<description>Just A Thought...on Ajax, usability, software development and anything else that catches my fancy.</description>
	<lastBuildDate>Fri, 30 Dec 2011 15:57:49 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nate</title>
		<link>http://ntschutta.com/jat/2006/01/21/googling-google/comment-page-1/#comment-106</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 17 Feb 2006 02:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://ntschutta.com/jat/?p=71#comment-106</guid>
		<description>David,

Glad to hear you enjoying the book!  Cross domain JS is a real pain - in fact there have been a number of posts recently that you might want to look at:

&lt;a href=&quot;http://getahead.ltd.uk/ajax/cross-domain-xhr&quot; rel=&quot;nofollow&quot;&gt;Cross-Domain Ajax. Security Implications in Depth&lt;/a&gt;, &lt;a href=&quot;http://tech.rufy.com/articles/2006/02/09/debunking-strong-misconceptions-about-cross-domain-ajax-security-issues&quot; rel=&quot;nofollow&quot;&gt;Debunking Strong Misconceptions About Cross-Domain Ajax Security Issues&lt;/a&gt;, &lt;a href=&quot;http://ajaxpatterns.org/On-Demand_Javascript&quot; rel=&quot;nofollow&quot;&gt;On-Demand Javascript&lt;/a&gt; and &lt;a href=&quot;http://alex.dojotoolkit.org/?p=538&quot; rel=&quot;nofollow&quot;&gt;What else is buried down in the depthâ€™s of Googleâ€™s amazing JavaScript?&lt;/a&gt;.

Honestly, I&#039;m on the fence with this one - some experts believe it&#039;s a big deal, others do not.  The magic we allude to in the book is &quot;signing&quot; the JavaScript code but as I understand it, this isn&#039;t portable across browsers.  Of course that may not matter to you!  Good luck on your project and I want to point out that we included an email address in the book - feel free to drop us a line...  BTW, you can call me Nate ;)</description>
		<content:encoded><![CDATA[<p>David,</p>
<p>Glad to hear you enjoying the book!  Cross domain JS is a real pain &#8211; in fact there have been a number of posts recently that you might want to look at:</p>
<p><a href="http://getahead.ltd.uk/ajax/cross-domain-xhr" rel="nofollow">Cross-Domain Ajax. Security Implications in Depth</a>, <a href="http://tech.rufy.com/articles/2006/02/09/debunking-strong-misconceptions-about-cross-domain-ajax-security-issues" rel="nofollow">Debunking Strong Misconceptions About Cross-Domain Ajax Security Issues</a>, <a href="http://ajaxpatterns.org/On-Demand_Javascript" rel="nofollow">On-Demand Javascript</a> and <a href="http://alex.dojotoolkit.org/?p=538" rel="nofollow">What else is buried down in the depthâ€™s of Googleâ€™s amazing JavaScript?</a>.</p>
<p>Honestly, I&#8217;m on the fence with this one &#8211; some experts believe it&#8217;s a big deal, others do not.  The magic we allude to in the book is &#8220;signing&#8221; the JavaScript code but as I understand it, this isn&#8217;t portable across browsers.  Of course that may not matter to you!  Good luck on your project and I want to point out that we included an email address in the book &#8211; feel free to drop us a line&#8230;  BTW, you can call me Nate <img src='http://ntschutta.com/jat/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Zepeda</title>
		<link>http://ntschutta.com/jat/2006/01/21/googling-google/comment-page-1/#comment-104</link>
		<dc:creator>David Zepeda</dc:creator>
		<pubDate>Sat, 11 Feb 2006 09:58:46 +0000</pubDate>
		<guid isPermaLink="false">http://ntschutta.com/jat/?p=71#comment-104</guid>
		<description>Dear Mr. Schutta,

I am a cs student a CSULA.  I am working on a possible extension for the Firefox web browser, as a senior project.  I am currently reading &quot;Foundations of Ajax&quot; and am thoroughly enjoying it.  

The extension that I&#039;m building will allow the user to view a page, right click on a link and unfold the link in the current page, viewed.  I intended to have an xul overlay from which to display the requested page, scroll and stretch, untill a fit was found then save the two pages as one.  

I have only recently discovered AJAX and it&#039;s ability to manipuate a web page&#039;s request object.  However,  as noted in your book, page 35, Firefox initially disables the ability to request a url that is not in the current domain.  You mentioned a javascript fix for this and I looked across the internet and have so far been unsuccessful.  If possible, could you direct me to the answer of my question.

Thank you,

David Zepeda</description>
		<content:encoded><![CDATA[<p>Dear Mr. Schutta,</p>
<p>I am a cs student a CSULA.  I am working on a possible extension for the Firefox web browser, as a senior project.  I am currently reading &#8220;Foundations of Ajax&#8221; and am thoroughly enjoying it.  </p>
<p>The extension that I&#8217;m building will allow the user to view a page, right click on a link and unfold the link in the current page, viewed.  I intended to have an xul overlay from which to display the requested page, scroll and stretch, untill a fit was found then save the two pages as one.  </p>
<p>I have only recently discovered AJAX and it&#8217;s ability to manipuate a web page&#8217;s request object.  However,  as noted in your book, page 35, Firefox initially disables the ability to request a url that is not in the current domain.  You mentioned a javascript fix for this and I looked across the internet and have so far been unsuccessful.  If possible, could you direct me to the answer of my question.</p>
<p>Thank you,</p>
<p>David Zepeda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ntschutta.com &#187; Blog Archive &#187; More on Googling Google</title>
		<link>http://ntschutta.com/jat/2006/01/21/googling-google/comment-page-1/#comment-90</link>
		<dc:creator>ntschutta.com &#187; Blog Archive &#187; More on Googling Google</dc:creator>
		<pubDate>Tue, 24 Jan 2006 02:18:36 +0000</pubDate>
		<guid isPermaLink="false">http://ntschutta.com/jat/?p=71#comment-90</guid>
		<description>[...] David Berlind captures exactly what I was trying to say&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] David Berlind captures exactly what I was trying to say&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

