<?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: Integrating Google AJAX Search API on Your Website</title>
	<atom:link href="http://www.cb1inc.com/2008/09/11/integrating-google-ajax-search-api-on-your-website/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cb1inc.com/2008/09/11/integrating-google-ajax-search-api-on-your-website/</link>
	<description></description>
	<lastBuildDate>Fri, 13 Jan 2012 14:53:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Peter Higgins</title>
		<link>http://www.cb1inc.com/2008/09/11/integrating-google-ajax-search-api-on-your-website/comment-page-1/#comment-101</link>
		<dc:creator>Peter Higgins</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-101</guid>
		<description>Great article Chris ... Just in case you didn&#039;t notice, in Dojo 1.2 there is a google.smd which defines all the public facing Ajax API&#039;s google offers through Dojo&#039;s RPC system.

var goog = new dojox.rpc.Service(dojo.moduleUrl(&quot;dojox.rpc&quot;,&quot;/SMDLibrary/google.smd&quot;);
goog.webSearch({ q:&quot;Dojo CB1&quot; }).addCallback(function(response){ ... });

as well as Several dojox.data DataStores to wrap each service in the dojo.data API

So as always, with Dojo you have the choice of &quot;raw communication&quot; with google (as you&#039;ve outlines), a mixable RPC Service for Deferred communication, or &quot;the dojo.data&quot; way as options available to you.

</description>
		<content:encoded><![CDATA[<p>Great article Chris &#8230; Just in case you didn&#8217;t notice, in Dojo 1.2 there is a google.smd which defines all the public facing Ajax API&#8217;s google offers through Dojo&#8217;s RPC system.</p>
<p>var goog = new dojox.rpc.Service(dojo.moduleUrl(&#8220;dojox.rpc&#8221;,&#8221;/SMDLibrary/google.smd&#8221;);<br />
goog.webSearch({ q:&#8221;Dojo CB1&#8243; }).addCallback(function(response){ &#8230; });</p>
<p>as well as Several dojox.data DataStores to wrap each service in the dojo.data API</p>
<p>So as always, with Dojo you have the choice of &#8220;raw communication&#8221; with google (as you&#8217;ve outlines), a mixable RPC Service for Deferred communication, or &#8220;the dojo.data&#8221; way as options available to you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Barber</title>
		<link>http://www.cb1inc.com/2008/09/11/integrating-google-ajax-search-api-on-your-website/comment-page-1/#comment-102</link>
		<dc:creator>Chris Barber</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-102</guid>
		<description>Thanks for the tip! For this project, we decided to stick with Dojo 1.1.1. I should update this post after Dojo 1.2 becomes GA.</description>
		<content:encoded><![CDATA[<p>Thanks for the tip! For this project, we decided to stick with Dojo 1.1.1. I should update this post after Dojo 1.2 becomes GA.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Burke</title>
		<link>http://www.cb1inc.com/2008/09/11/integrating-google-ajax-search-api-on-your-website/comment-page-1/#comment-103</link>
		<dc:creator>James Burke</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-103</guid>
		<description>It may also be worth using &lt;a href=&quot;http://code.google.com/apis/ajaxlibs/documentation/index.html#dojo&quot;&gt;Dojo from the Google CDN&lt;/a&gt;:

http://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js</description>
		<content:encoded><![CDATA[<p>It may also be worth using <a href="http://code.google.com/apis/ajaxlibs/documentation/index.html#dojo">Dojo from the Google CDN</a>:</p>
<p><a href="http://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js" rel="nofollow">http://ajax.googleapis.com/ajax/libs/dojo/1.1.1/dojo/dojo.xd.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nkonye Oyewusi</title>
		<link>http://www.cb1inc.com/2008/09/11/integrating-google-ajax-search-api-on-your-website/comment-page-1/#comment-133</link>
		<dc:creator>Nkonye Oyewusi</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-133</guid>
		<description>I need to know how to make this post the searhc results to another page, using method=&quot;post&quot;. What I did was generate the search button on the form page and put the search code on the query page. But this does not seem to work. Any ideas?</description>
		<content:encoded><![CDATA[<p>I need to know how to make this post the searhc results to another page, using method=&#8221;post&#8221;. What I did was generate the search button on the form page and put the search code on the query page. But this does not seem to work. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Barber</title>
		<link>http://www.cb1inc.com/2008/09/11/integrating-google-ajax-search-api-on-your-website/comment-page-1/#comment-134</link>
		<dc:creator>Chris Barber</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-134</guid>
		<description>You could probably hack it to post back on search, but that kind of defeats the purpose.  It&#039;s Ajax search which means you can search without reloading the page.  Google has another API for doing searches, but I don&#039;t the name of it off the top of my head.</description>
		<content:encoded><![CDATA[<p>You could probably hack it to post back on search, but that kind of defeats the purpose.  It&#8217;s Ajax search which means you can search without reloading the page.  Google has another API for doing searches, but I don&#8217;t the name of it off the top of my head.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nkonye Oyewusi</title>
		<link>http://www.cb1inc.com/2008/09/11/integrating-google-ajax-search-api-on-your-website/comment-page-1/#comment-135</link>
		<dc:creator>Nkonye Oyewusi</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-135</guid>
		<description>I will prefer to post-back on the search.</description>
		<content:encoded><![CDATA[<p>I will prefer to post-back on the search.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

