<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Google AJAX APIs Google Group</title>
  <link>http://groups.google.com/group/google-ajax-search-api</link>
  <description>The official developer forum for the Google AJAX Search API and Google AJAX Feed API.</description>
  <language>en</language>
  <item>
  <title>Re: clientLocation no more work</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/c35f061dc2a046cc/36c4e5f2e866657c?show_docid=36c4e5f2e866657c</link>
  <description>
  Unfortunately, this is a fairly common issue with the ClientLocation &lt;br&gt; functionality. It is not nearly as reliable as some other options out &lt;br&gt; there. And sadly, there is no graduated accuracy where it will return &lt;br&gt; state or country data even if it can&#39;t track down an IP address. And &lt;br&gt; no, there is no way to test for any IP address but your own.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/c35f061dc2a046cc/36c4e5f2e866657c?show_docid=36c4e5f2e866657c</guid>
  <author>
  jrgeer...@gmail.com
  (Jeremy Geerdes)
  </author>
  <pubDate>Sun, 22 Nov 2009 00:25:11 UT
</pubDate>
  </item>
  <item>
  <title>clientLocation no more work</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/c35f061dc2a046cc/b94586cf0629cf3f?show_docid=b94586cf0629cf3f</link>
  <description>
  Question in 2 parts : &lt;br&gt; &lt;p&gt;1) Later this week, direct call to &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.google.com/jsapi&quot;&gt;[link]&lt;/a&gt; in &lt;br&gt; browser give me a correct geolocalization information. But today, I &lt;br&gt; find that my project no more work correctly, and further investigation &lt;br&gt; show me that the geolocalization work no more. (same workstation, same
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/c35f061dc2a046cc/b94586cf0629cf3f?show_docid=b94586cf0629cf3f</guid>
  <author>
  asta...@free.fr
  (Frédéric Hewitt)
  </author>
  <pubDate>Thu, 19 Nov 2009 22:32:01 UT
</pubDate>
  </item>
  <item>
  <title>Re: Disabling the link on the sub title</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/24d8bac7c0a4db40/3bd53a90f519cb16?show_docid=3bd53a90f519cb16</link>
  <description>
  To remove the link from the subtitles of the Dynamic Feed Control, &lt;br&gt; you&#39;re going to have to edit the code so that the links are not added. &lt;br&gt; To provide more specific help, you&#39;re going to need to be more &lt;br&gt; specific which title(s) you&#39;re wanting to not link. Namely, are you &lt;br&gt; looking to remove the links from the entry titles or the feed titles?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/24d8bac7c0a4db40/3bd53a90f519cb16?show_docid=3bd53a90f519cb16</guid>
  <author>
  jrgeer...@gmail.com
  (Jeremy Geerdes)
  </author>
  <pubDate>Sat, 21 Nov 2009 21:12:26 UT
</pubDate>
  </item>
  <item>
  <title>Re: Disabling the link on the sub title</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/24d8bac7c0a4db40/8f2c624f64be1eef?show_docid=8f2c624f64be1eef</link>
  <description>
  I have tried omitting url param and title as well. But I&#39;m getting JS &lt;br&gt; error and displaying nothing. &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;Sumesh
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/24d8bac7c0a4db40/8f2c624f64be1eef?show_docid=8f2c624f64be1eef</guid>
  <author>
  zigma...@gmail.com
  (Zigma Solutions)
  </author>
  <pubDate>Sat, 21 Nov 2009 18:40:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: CustomSearchControl - ads never shows at first time page loads</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/cec4054f8722c15b/ef5a3ce110f1f587?show_docid=ef5a3ce110f1f587</link>
  <description>
  I am the the USA. I am having the same problem. The search works fine &lt;br&gt; with manual input, but when using the .execute function it will not &lt;br&gt; display AdSense on the first execution. &lt;br&gt; &lt;p&gt;Any solutions found yet? I have exhaustively searched the web and read &lt;br&gt; over the documentation. &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; D.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/cec4054f8722c15b/ef5a3ce110f1f587?show_docid=ef5a3ce110f1f587</guid>
  <author>
  velusdarkb...@yahoo.com
  (Dusty)
  </author>
  <pubDate>Sat, 21 Nov 2009 10:04:50 UT
</pubDate>
  </item>
  <item>
  <title>Re: setting new icon for the local search results</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/7fc22d790a96ad86/23182492201962a6?show_docid=23182492201962a6</link>
  <description>
  Actually, rather than just using the setImage method as you are, what &lt;br&gt; you&#39;re going to want to do is set up a custom GIcon object in your &lt;br&gt; code and then pass that to the control like this: &lt;br&gt; &lt;p&gt;var myIcon = new google.maps.Icon(google.maps.L ocalSearch.PINS[&#39;red&#39;]); &lt;br&gt; myIcon.image = &#39;images/googleR_0.png&#39;;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/7fc22d790a96ad86/23182492201962a6?show_docid=23182492201962a6</guid>
  <author>
  jrgeer...@gmail.com
  (Jeremy Geerdes)
  </author>
  <pubDate>Sat, 21 Nov 2009 11:26:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: Disabling the link on the sub title</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/24d8bac7c0a4db40/ef62de5c7c60b1de?show_docid=ef62de5c7c60b1de</link>
  <description>
  Did you try omitting the url param then?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/24d8bac7c0a4db40/ef62de5c7c60b1de?show_docid=ef62de5c7c60b1de</guid>
  <author>
  vjn...@gmail.com
  (Vision Jinx)
  </author>
  <pubDate>Sat, 21 Nov 2009 01:28:42 UT
</pubDate>
  </item>
  <item>
  <title>Re: Maps v3 API -- mouseover and mouseout?</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/55b5d5e811a6392b/c5e47539f07dffd0?show_docid=c5e47539f07dffd0</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;If this is not included in the api you may need to add your own &lt;br&gt; control in there for it. Since Maps obfuscates their code it may take &lt;br&gt; a bit of digging. I don&#39;t use the maps api much but if you provide a &lt;br&gt; link to your app maybe someone here can have a look. &lt;br&gt; &lt;p&gt;Alternatively, you can also try you query in the Maps API group
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/55b5d5e811a6392b/c5e47539f07dffd0?show_docid=c5e47539f07dffd0</guid>
  <author>
  vjn...@gmail.com
  (Vision Jinx)
  </author>
  <pubDate>Sat, 21 Nov 2009 01:26:30 UT
</pubDate>
  </item>
  <item>
  <title>Re: Detect the language by CURL - possible?</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/e8c4a599c2e83013/1639f01a92f82458?show_docid=1639f01a92f82458</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;If you check the docs you will find a CURL example code here &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/apis/ajaxsearch/documentation/index.html#fonje_snippets&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Just use the detect language URL if using that API. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://code.google.com/apis/ajaxlanguage/documentation/#fonje&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/e8c4a599c2e83013/1639f01a92f82458?show_docid=1639f01a92f82458</guid>
  <author>
  vjn...@gmail.com
  (Vision Jinx)
  </author>
  <pubDate>Sat, 21 Nov 2009 01:20:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: setting new icon for the local search results</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/7fc22d790a96ad86/3ada52dece9c4dff?show_docid=3ada52dece9c4dff</link>
  <description>
  Unfortunately I&#39;m not sure about how best to handle dimension changes &lt;br&gt; on marker icon, you might have better luck with this question in the &lt;br&gt; Google Maps API group: &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/Google-Maps-API&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Please let me know if you don&#39;t hear back in that group. &lt;br&gt; &lt;p&gt;Thank you, &lt;br&gt; &lt;p&gt;Jeff
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/7fc22d790a96ad86/3ada52dece9c4dff?show_docid=3ada52dece9c4dff</guid>
  <author>
  j...@google.com
  (Jeff S (Google))
  </author>
  <pubDate>Fri, 20 Nov 2009 23:36:41 UT
</pubDate>
  </item>
  <item>
  <title>Detect the language by CURL - possible?</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/e8c4a599c2e83013/01907c518605d026?show_docid=01907c518605d026</link>
  <description>
  Google allows to use translation API by CURL - is it also possible to &lt;br&gt; detect language by CURL? If yes - how? Example appreciated :)
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/e8c4a599c2e83013/01907c518605d026?show_docid=01907c518605d026</guid>
  <author>
  kont...@simple-nlp.pl
  (NLP-er)
  </author>
  <pubDate>Thu, 19 Nov 2009 23:09:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: Searching only forums, last 24 hours</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/ee998cbd87f900a7/0387a250e79d772f?show_docid=0387a250e79d772f</link>
  <description>
  I am so sorry,I can&#39;t help you.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/ee998cbd87f900a7/0387a250e79d772f?show_docid=0387a250e79d772f</guid>
  <author>
  hiv...@gmail.com
  (哈特. 比尔波)
  </author>
  <pubDate>Thu, 19 Nov 2009 00:21:39 UT
</pubDate>
  </item>
  <item>
  <title>setting new icon for the local search results</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/7fc22d790a96ad86/dd259b65ad243de6?show_docid=dd259b65ad243de6</link>
  <description>
  I have managed to change the image of the markers by doing this in the &lt;br&gt; markersSet function. &lt;br&gt; for(var i=0;i&amp;lt;markers.length;i++){ &lt;br&gt; //markers[i].marker.setImage(&amp;quot; images/googleR_0.png&amp;quot;); &lt;br&gt; &lt;p&gt;The problem is that the png that i want to use has different &lt;br&gt; dimensions than the default one. How can i change the icon?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/7fc22d790a96ad86/dd259b65ad243de6?show_docid=dd259b65ad243de6</guid>
  <author>
  ioustinos.sar...@gmail.com
  (ioustinos)
  </author>
  <pubDate>Wed, 18 Nov 2009 22:06:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: Retrieving reviews</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/9213f8c4c51edb02/6b39c4f6523dd866?show_docid=6b39c4f6523dd866</link>
  <description>
  Unfortunately, there is no way to do this via Google. You might try &lt;br&gt; Yahoo!&#39;s LocalSearch API. Here&#39;s a link: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://developer.yahoo.com/search/local/V3/localSearch.html&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Jeremy R. Geerdes &lt;br&gt; Effective website design &amp;amp; development &lt;br&gt; Des Moines, IA &lt;br&gt; &lt;p&gt;For more information or a project quote: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://jgeerdes.home.mchsi.com&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/9213f8c4c51edb02/6b39c4f6523dd866?show_docid=6b39c4f6523dd866</guid>
  <author>
  jrgeer...@gmail.com
  (Jeremy Geerdes)
  </author>
  <pubDate>Wed, 18 Nov 2009 17:46:01 UT
</pubDate>
  </item>
  <item>
  <title>Retrieving reviews</title>
  <link>http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/9213f8c4c51edb02/cddbd3f53e2efcec?show_docid=cddbd3f53e2efcec</link>
  <description>
  Hello, &lt;br&gt; &lt;p&gt;I am currently developing an app which has to do with getting some &lt;br&gt; local places. I would like to ask two things... &lt;br&gt; &lt;p&gt;1)¿Is there any way to get user comments/reviews/feedback? The api &lt;br&gt; itself does not seem to provide a way to do so. &lt;br&gt; &lt;p&gt;If not, is there any other gogle way/api to get this without having to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/google-ajax-search-api/browse_thread/thread/9213f8c4c51edb02/cddbd3f53e2efcec?show_docid=cddbd3f53e2efcec</guid>
  <author>
  luisrecue...@gmail.com
  (SpainDevelop)
  </author>
  <pubDate>Wed, 18 Nov 2009 16:49:44 UT
</pubDate>
  </item>
  </channel>
</rss>
