<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Google AJAX API 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: Line-breaks in translated text</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/2ac1c1309a2c5b7f/869a53039489222c?show_docid=869a53039489222c</link>
  <description>
  It&#39;s in Javascript, but you&#39;ll be able to get the idea: split out &lt;br&gt; your source string on the newlines and send individual requests for &lt;br&gt; each line that has alphabetic characters. &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/91fed038dac5cca6/84a8e11b21215948#84a8e11b21215948&quot;&gt;[link]&lt;/a&gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/2ac1c1309a2c5b7f/869a53039489222c?show_docid=869a53039489222c</guid>
  <author>
  jgeer...@mchsi.com
  (jgeerdes [AJAX APIs Guru])
  </author>
  <pubDate>Sat, 26 Jul 2008 01:07:04 UT
</pubDate>
  </item>
  <item>
  <title>Re: Formatting translated text in javascript</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/91fed038dac5cca6/84a8e11b21215948?show_docid=84a8e11b21215948</link>
  <description>
  I could be wrong, but I really don&#39;t think that the Language API &lt;br&gt; returns formatted text like you&#39;re wanting. What you could do, &lt;br&gt; though, is submit separate queries for each line, using a function &lt;br&gt; closure that would remind your callback what it was replacing. &lt;br&gt; Something like this might work: &lt;br&gt; &lt;p&gt;function(textarea,source,desti nation){
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/91fed038dac5cca6/84a8e11b21215948?show_docid=84a8e11b21215948</guid>
  <author>
  jgeer...@mchsi.com
  (jgeerdes [AJAX APIs Guru])
  </author>
  <pubDate>Sat, 26 Jul 2008 01:00:33 UT
</pubDate>
  </item>
  <item>
  <title>Re: Feed API Image question</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/5411907de736a504/60ab990bafe1cb16?show_docid=60ab990bafe1cb16</link>
  <description>
  I think the easiest (and most flexible) way to do this would be to use &lt;br&gt; what&#39;s called a function closure, like this: &lt;br&gt; &lt;p&gt;function init(){ &lt;br&gt; var feedURL=&#39;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://mycoolfeeds.com/feed.xml&#39;&quot;&gt;[link]&lt;/a&gt;, &lt;br&gt; feedCallback=function(url){ret urn function(result) &lt;br&gt; {myCallback(url,result);}}, &lt;br&gt; feed=new google.feeds.Feed(feedURL);
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/5411907de736a504/60ab990bafe1cb16?show_docid=60ab990bafe1cb16</guid>
  <author>
  jgeer...@mchsi.com
  (jgeerdes [AJAX APIs Guru])
  </author>
  <pubDate>Fri, 25 Jul 2008 23:58:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: Retrieve marker information (title, contents)</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/b76e0e2983f7b84f/ff482adcfc887f3f?show_docid=ff482adcfc887f3f</link>
  <description>
  Actually, the key to getting the information you want is going to be &lt;br&gt; the onGenerateMarkerHtmlCallback method. The exact makeup of your &lt;br&gt; callback function, though, will be contingent on exactly what you&#39;re &lt;br&gt; wanting to do with it. It could be as simple as the following: &lt;br&gt; &lt;p&gt;function showMyResultInfo(marker,html,r esult){
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/b76e0e2983f7b84f/ff482adcfc887f3f?show_docid=ff482adcfc887f3f</guid>
  <author>
  jgeer...@mchsi.com
  (jgeerdes [AJAX APIs Guru])
  </author>
  <pubDate>Fri, 25 Jul 2008 23:29:48 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to change colors of Blog Bar ?</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/562a2c334f09ea29/fe3ac5cdabe8f5b3?show_docid=fe3ac5cdabe8f5b3</link>
  <description>
  If all you want to do is change the colors of the titles and links, &lt;br&gt; you might try this: &lt;br&gt; &lt;p&gt;.gs-result .gs-title, .gs-result .gs-title *{color:#ffffff;} &lt;br&gt; .gs-result a.gs-visibleUrl, .gs-result .gs-visibleUrl{color:#0000c0;} &lt;br&gt; &lt;p&gt;The first line will affect the title, the second links. &lt;br&gt; &lt;p&gt;Also, if you want to find out how to edit your CSS to impact the blog
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/562a2c334f09ea29/fe3ac5cdabe8f5b3?show_docid=fe3ac5cdabe8f5b3</guid>
  <author>
  jgeer...@mchsi.com
  (jgeerdes [AJAX APIs Guru])
  </author>
  <pubDate>Fri, 25 Jul 2008 22:48:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to change colors of Blog Bar ?</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/562a2c334f09ea29/fb3fa4190940a35f?show_docid=fb3fa4190940a35f</link>
  <description>
  I have not uploaded the api in the main website (&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://www.blakut.com&quot;&gt;[link]&lt;/a&gt;) yet &lt;br&gt; because I want to put it after editing the colours and after it is &lt;br&gt; final. &lt;br&gt; But I test my applications in &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://ac-count.blogspot.com/&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;Here is the code generated by wizard, vertical &lt;br&gt; I also tried editing the horizontal to vertical in codes like below
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/562a2c334f09ea29/fb3fa4190940a35f?show_docid=fb3fa4190940a35f</guid>
  <author>
  atther...@gmail.com
  (KC_)
  </author>
  <pubDate>Fri, 25 Jul 2008 08:33:01 UT
</pubDate>
  </item>
  <item>
  <title>Retrieve marker information (title, contents)</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/b76e0e2983f7b84f/05bd271a01bf4d29?show_docid=05bd271a01bf4d29</link>
  <description>
  Hi. &lt;br&gt; &lt;p&gt;This seems to be so simple yet I cannot find any reference. &lt;br&gt; The tricky question is: how to get marker information on focus? &lt;br&gt; &lt;p&gt;My idea is to use GoogleBar/LocalSearch and then when you click on a &lt;br&gt; result, to retreive whole information about it (like title and &lt;br&gt; content; coordinations might come from map center so that won&#39;t be a
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/b76e0e2983f7b84f/05bd271a01bf4d29?show_docid=05bd271a01bf4d29</guid>
  <author>
  mateusz.marszal...@gmail.com
  (Akashic)
  </author>
  <pubDate>Fri, 25 Jul 2008 07:47:56 UT
</pubDate>
  </item>
  <item>
  <title>scriptaculous libraries</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/fd887a8439bf635a/9cf96ff1daeb2c66?show_docid=9cf96ff1daeb2c66</link>
  <description>
  Is it possible to select which scriptaculous libraries are going to be &lt;br&gt; loaded? &lt;br&gt; &lt;p&gt;Something like this: google.load(&amp;quot;scriptaculous&amp;quot;, &amp;quot;1.8.1&amp;quot;, {load: &lt;br&gt; [&amp;quot;effects&amp;quot;]}); &lt;br&gt; &lt;p&gt;Thanks!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/fd887a8439bf635a/9cf96ff1daeb2c66?show_docid=9cf96ff1daeb2c66</guid>
  <author>
  luissqu...@gmail.com
  (luissquall)
  </author>
  <pubDate>Thu, 24 Jul 2008 18:01:05 UT
</pubDate>
  </item>
  <item>
  <title>Feed API Image question</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/5411907de736a504/d620256c6fcd0d1b?show_docid=d620256c6fcd0d1b</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I&#39;m currently using the Ajax Feed API to load RSS/Atom feeds into my &lt;br&gt; site. My question deals with how images are loaded. I&#39;ve noticed &lt;br&gt; that some feeds use a relative path for the image location instead of &lt;br&gt; an absolute path. This causes my site to try and find the image on my &lt;br&gt; domain since it just sees &amp;quot;/imagename&amp;quot;. I&#39;ve noticed that google
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/5411907de736a504/d620256c6fcd0d1b?show_docid=d620256c6fcd0d1b</guid>
  <author>
  chan...@gmail.com
  (chanced)
  </author>
  <pubDate>Fri, 25 Jul 2008 15:49:26 UT
</pubDate>
  </item>
  <item>
  <title>Formatting translated text in javascript</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/91fed038dac5cca6/4ad3d1624b625811?show_docid=4ad3d1624b625811</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I have a textarea where the user inputs the text to be translated and &lt;br&gt; then selects the source and destination language and then presses the &lt;br&gt; &amp;quot;Translate&amp;quot; button which invokes a &amp;quot;Javascript&amp;quot; function that fetches &lt;br&gt; the user input, the source and destination language code and then &lt;br&gt; passes these values to the &amp;quot;google.language.translate&amp;quot; method, which
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/91fed038dac5cca6/4ad3d1624b625811?show_docid=4ad3d1624b625811</guid>
  <author>
  patelhard...@gmail.com
  (hardik7681)
  </author>
  <pubDate>Fri, 25 Jul 2008 07:32:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: How to change colors of Blog Bar ?</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/562a2c334f09ea29/24a2acc295f1e69e?show_docid=24a2acc295f1e69e</link>
  <description>
  Can you provide a link to your application? &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; &lt;br&gt; jgeer...@mchsi.com &lt;br&gt; &lt;p&gt;If you&#39;re in the Des Moines, IA, area, check out Debra Heights &lt;br&gt; Wesleyan Church!
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/562a2c334f09ea29/24a2acc295f1e69e?show_docid=24a2acc295f1e69e</guid>
  <author>
  jgeer...@mchsi.com
  (jgeerdes [AJAX APIs Guru])
  </author>
  <pubDate>Thu, 24 Jul 2008 21:14:45 UT
</pubDate>
  </item>
  <item>
  <title>Line-breaks in translated text</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/2ac1c1309a2c5b7f/88b547e8482fe99c?show_docid=88b547e8482fe99c</link>
  <description>
  I am using Google Translator with PHP. I am facing a problem like when &lt;br&gt; It returns the translated value, it ignores the &amp;quot;\n&amp;quot; or &amp;lt;br /&amp;gt; values. &lt;br&gt; It displays the text in the same line. For example: &lt;br&gt; &lt;p&gt;My original text is like: &lt;br&gt; Hi all, &lt;br&gt; How are you? &lt;br&gt; It&#39;s a great day!!! &lt;br&gt; &lt;p&gt;And I received the translated text in Hindi like:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/2ac1c1309a2c5b7f/88b547e8482fe99c?show_docid=88b547e8482fe99c</guid>
  <author>
  dixita.gan...@gmail.com
  (dixita)
  </author>
  <pubDate>Thu, 24 Jul 2008 14:36:21 UT
</pubDate>
  </item>
  <item>
  <title>How to change colors of Blog Bar ?</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/562a2c334f09ea29/1858ef0e8fe2f5ca?show_docid=1858ef0e8fe2f5ca</link>
  <description>
  I just saw this... &lt;br&gt; &lt;p&gt;Setting Colors and Advanced Styling &lt;br&gt; &lt;p&gt;If you are an advanced user and want to experiment with the color &lt;br&gt; scheme of the Blog Bar, we have isolated the major color settings to &lt;br&gt; the top of the gsblogbar.css style sheet. After including this &lt;br&gt; stylesheet onto your page, experiment with over-riding the colors. The
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/562a2c334f09ea29/1858ef0e8fe2f5ca?show_docid=1858ef0e8fe2f5ca</guid>
  <author>
  atther...@gmail.com
  (KC_)
  </author>
  <pubDate>Thu, 24 Jul 2008 10:47:20 UT
</pubDate>
  </item>
  <item>
  <title>Line-breaks in translated text</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/2ac1c1309a2c5b7f/ae4fa08ee48a1e1e?show_docid=ae4fa08ee48a1e1e</link>
  <description>
  I am using Google Translator with PHP. I am facing a problem like when &lt;br&gt; It returns the translated value, it ignores the &amp;quot;\n&amp;quot; or &amp;lt;br /&amp;gt; values. &lt;br&gt; It displays the text in the same line. For example: &lt;br&gt; &lt;p&gt;My original text is like: &lt;br&gt; Hi all, &lt;br&gt; How are you? &lt;br&gt; It&#39;s a great day!!! &lt;br&gt; &lt;p&gt;And I received the translated text in Hindi like:
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/2ac1c1309a2c5b7f/ae4fa08ee48a1e1e?show_docid=ae4fa08ee48a1e1e</guid>
  <author>
  dixita.gan...@gmail.com
  (dixita)
  </author>
  <pubDate>Thu, 24 Jul 2008 14:32:47 UT
</pubDate>
  </item>
  <item>
  <title>PHP language detection</title>
  <link>http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/b04775effa7ab9eb/90ed943b057b95df?show_docid=90ed943b057b95df</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I write a class in PHP to detect the language, but when I send a lot &lt;br&gt; of data, the API only returns me info for the first record. &lt;br&gt; &lt;p&gt;I put a sleep function to wait until curl close the connection, but &lt;br&gt; the API returns the same. &lt;br&gt; &lt;p&gt;The API has a limit connections to detect the language?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/Google-AJAX-Search-API/browse_thread/thread/b04775effa7ab9eb/90ed943b057b95df?show_docid=90ed943b057b95df</guid>
  <author>
  david.vega.cas...@gmail.com
  (sir anteo)
  </author>
  <pubDate>Thu, 24 Jul 2008 15:18:16 UT
</pubDate>
  </item>
  </channel>
</rss>
