Re: Feed API and Google News Search

2009-12-30 Thread grotter
Thanks for checking Vision Jinx. You're right, the "lemurs" example seems to work as expected now, but it's a toss up since lot (I guess I should say most) other queries still fail. It looks to be a problem with the API, since your URL is throwing the same errors. For example... http://www.visionj

Re: Could not able to translate 'Hindi' script to other languages

2009-12-30 Thread Shake Sajan
Hi Jeremy, First of all thanking you for the response. I have firebug installed and using that only I used to track errors and bugs. And from firebug I found the error that, the URI is too large, as you have mentioned. But it sounds strange to me. Since I was just trying to translate innerHTML c

Re: Customization of what FeedControl draw method renders

2009-12-30 Thread Jeremy Geerdes
This is a good idea. You should add it to the issue tracker at the link below: http://code.google.com/p/google-ajax-apis/issues/list It should also be noted that you can easily accomplish something similar by building a custom search control and/or overriding the searcher's default generateHTML

Re: Feed API and Google News Search

2009-12-30 Thread Vision Jinx
Not real sure right now, I was sent the link to this thread and the first time I tried the link (encoded API link) I got the same error but when I tried again I got data back. Maybe its just latency (time between when the feed fetcher gets data back (and caches it) and the API times out) or a weird

Customization of what FeedControl draw method renders

2009-12-30 Thread jch
The FeedControl 'draw' method renders using 'contentSnippet' of the feed result. It would be nice if this could be customized in the opt_options of the method and defaulted to 'contentSnippet'. For example: feedControl.draw( document.getElementById("feedControl"), { drawMethod: 'content'

Re: Feed API and Google News Search

2009-12-30 Thread David E. Y. Sarna
I got the same result for both strings Regards, David E Y Sarna "check out my blogs"- EyeOnTheCloud.com googlegazer.com and GreedWatcher.com Hendon, Stamford Hill & Co. 625 North Forest Drive Teaneck, NJ 07666 Work: (201) 357-2084 Cell: (201) 925-1298 Fax: (201) 905-5628 Email: da...@hshco.com Th

Feed API and Google News Search

2009-12-30 Thread grotter
Hi, I'm trying to use the Feed API to load and parse search results from Google News but am coming across a weird problem. For example, let's say I want to load in the RSS formatted results for the search term "lemurs"... http://news.google.com/news?output=rss&q=lemurs I would escape this string

Re: Legal question ( ajax api )

2009-12-30 Thread Jeremy Geerdes
The way the TOS are written at present, I would have to lean toward no. But I would recommend consulting a legal expert. Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com jrgeer...@gmail.com If you're

Legal question ( ajax api )

2009-12-30 Thread Evgeny
hi, I'm building an app where you input a search and then get redirect to the first url of the result ( using google search api - restful ) is this legal? * i'm not displaying a "Search Google" textbox -- You received this message because you are subscribed to the Google Groups "Google AJAX A

Re: Documentation feedback and suggestions

2009-12-30 Thread Jeremy Geerdes
The search result limits should be exceedingly prominent. Jeremy R. Geerdes Effective website design & development Des Moines, IA For more information or a project quote: http://jgeerdes.home.mchsi.com jrgeer...@gmail.com If you're in the Des Moines, IA, area, check out Debra Heights Wesleyan Ch

A couple of questions about using Ajax API vs using Custom Seach widget

2009-12-30 Thread PF4AjaxSearch
Hi all First of all I want to mention that I am not programmer, I am just playing with Joomla and I have learned all I know by trying to solve problems related to integrating different things in this CMS. I am am not using the right terms or the questions my sound dumb please excuse me for that.

Re: Could not able to translate 'Hindi' script to other languages

2009-12-30 Thread Jeremy Geerdes
>From what you're saying, I would suspect that your Hindi, after being >uri-encoded, is exceeding the appr. 2,000-character URL length limit which >Google has imposed on its servers. In that case, the server simply returns an >html error message, which the browser does not recognize as Javascrip

reset color filter

2009-12-30 Thread frooli
hi there, i am experimenting with the sample code of the image-search. now i have embeded the color restriction, so that i can search for images in several colors. is there also a way to search overall colors ? actually the images are filtered by color. this ist the sample code i have used: goog

Re: news archive search

2009-12-30 Thread Siddhartha
Hi, I need help with the same. I want to get results of queries like: http://news.google.com/archivesearch?um=1&cf=all&ned=us&hl=en&q=diana+pettiti&cf=all so that I can get all the information (not just the past month) about what I am interested. Is there any way it can be achieved? On Dec 16, 9:

Could not able to translate 'Hindi' script to other languages

2009-12-30 Thread Shake Sajan
Hi friends, I was trying to use Google API for languages translation in web pages. I created one sample example. One thing I noticed is, I am able to translate from any language to any language except for HINDI. When I tried to translate from HINDI to other language, the callback function in googl