REMOVE ME

2011-09-28 Thread Ash Youssef
On 28 September 2011 02:57, Joe Lipson wrote: > Hi, > > I've just started getting "Suspected Terms of Service Abuse. Please > see http://code.google.com/apis/errors"; from The V1 REST Translate > API, it's on most but not all of my requests, so I suspect whatever is > happening is not replicated

Re: Pricing of the Google Places API?

2011-09-28 Thread asantos
Thanks! Im not gonna need more than the 100.000 limit, just wanted to know if there was a price to pay. Thanks for the info and links! On Sep 27, 7:38 pm, "Thor Mitchell (Google Employee)" wrote: > We don't currently have a paid offering for the Places API, although it is > something we are looki

google.load not loading https libraries

2011-09-28 Thread Krileon
When using google.load( 'friendconnect', '0.8' ); on an HTTPS enabled site while jsapi is loaded with HTTPS results in friendconnect NOT loading as HTTPS. It is always loaded as HTTP. Why is this? Is there an additional parameter needed for google to load HTTPS or is HTTPS just not supported? This

Re: google.load not loading https libraries

2011-09-28 Thread Jeremy Geerdes
Did you load the jsapi loader through https? I.e., https://www.google.com/jsapi Also, some libraries don't support https. I would think, though, that friendconnect, in particular, would. Jeremy R. Geerdes Generally Cool Guy Des Moines, IA For more information or a project quote: jrgeer...@gmail

Re: google.load not loading https libraries

2011-09-28 Thread Krileon
Yes, as included with my original message jsapi is loaded with HTTPS and can be seen as HTTPS in the header. However any libraries loaded with google.load do not come through as HTTPS. On Sep 28, 1:57 pm, Jeremy Geerdes wrote: > Did you load the jsapi loader through https? > I.e.,https://www.goo

framework dhtmlx

2011-09-28 Thread scarlete
echenle un vistazo a este framework http://www.dhtmlx.com/ tambien es muy buena -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To unsubscribe from this group, sen

Local Search API w/ V3 Maps - Results are more specific to map center than in V2 map

2011-09-28 Thread byron
I'm in the process of migrating a V2 Maps application to V3 and I've run into an interesting issue with the Local Search AJAX API. In V2 Maps I'd call localSearch.setCenterPoint(myV2Map); In V3, I'm now calling localSearch.setCenterPoint(myV3Map.getCenter()); since you can't just pass a map. T

Re: Translate API V1 - "Suspected Terms of Service Abuse"

2011-09-28 Thread Adam Feldman
Hi Joe, I'm sorry that you received this confusing message. As mentioned in the deprecation announcement, we've begun limiting usage of v1 of the API. The fact that you received a "suspected Terms of Service abuse" error message is a mistake. We're working on updating that message to clarify.

Re: Local Search API w/ V3 Maps - Results are more specific to map center than in V2 map

2011-09-28 Thread Jeremy Geerdes
The reason this happens is because the LocalSearch wrapper silently passed a couple of additional parameters back to the server when you used the GMap2 object versus a simple LatLng, which is what you're doing with your v3 map. In particular, when handed a GMap2 object, the searcher will pass a

Migrate from Feed2JS to google

2011-09-28 Thread Master of Mouse
Hello. In my site www.hwtweakers.net I use the Feed2JS script to insert RSS feeds to my home page. This script is slow so I want to replace it with the Google API, but I can not write the code. Can anyone help me? I just have to take the titles of the last 10 items, making them clickable so that c

Re: Migrate from Feed2JS to google

2011-09-28 Thread Jeremy Geerdes
There are a couple of samples in the API Playground which should show you how you can do this. Here is a start: http://code.google.com/apis/ajax/playground/#load_feed Additionally, if you have even basic JS knowledge, you should be able to glean the concepts necessary to turn the plain titles i

Re: Migrate from Feed2JS to google

2011-09-28 Thread Master of Mouse
that is the problem, I know nothing of java. -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To unsubscribe from this group, send email to google-ajax-search-api+uns

Re: Migrate from Feed2JS to google

2011-09-28 Thread Master of Mouse
I have read your suggestion on irc i have read the code of http://savedbythegoog.appspot.com/?id=213353ad7bda30695096aded692b79fd1561e361 /* * How to load a feed via the Feeds API. */ google.load("feeds", "1"); // Our callback function, for when a feed is loaded. function feedLoaded(result) {

Re: Migrate from Feed2JS to google

2011-09-28 Thread Master of Mouse
I need help one last ... how do I put the feeds in an ordered list (with the black dot to the left of each title)? -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To

Re: Translate API V1 - "Suspected Terms of Service Abuse"

2011-09-28 Thread Joe Lipson
Hi Adam, Thanks, that makes sense. I hurriedly implemented the v2 API last night and it seems to be working well, it's good to be able to see the reporting v2 offers too. I was hoping to be able to use v1 up until December but understand the reasoning for the change. cheers Joe On Sep 29, 5:16

v2 Translate API language detect problem

2011-09-28 Thread Joe Lipson
Hi, I'm using the v2 Translate API REST interface A problem that's cropping up is that when I let the API auto detect the source language, sometimes I get back the response "Bad language pair: {0}". It seems to occur dependent on the query string. e.g. this request gives a bad language pair err

Re: Migrate from Feed2JS to google

2011-09-28 Thread Master of Mouse
For what I do seems to be the best function "Feed Control". How do I render only the title without the other data? On Sep 28, 10:02 pm, Master of Mouse wrote: > that is the problem, I know nothing of java. -- You received this message because you are subscribed to the Google Groups "Google AJAX

v2 Translate "Usage data not available"

2011-09-28 Thread Joe Lipson
Hi, Another thing I'm seeing now I'm on v2 Translate, in the quota section of the API console the usage for Translate is showing the message "Usage data not available". The usage bar for my custom search API usage is displaying fine. I've been on v2 for almost 24 hrs, does it take a while for th

Re: v2 Translate "Usage data not available"

2011-09-28 Thread Adam Feldman
Hi Joe, Let me ping you directly to get your project information so we can investigate. Thanks, Adam On Wed, Sep 28, 2011 at 7:34 PM, Joe Lipson wrote: > Hi, > > Another thing I'm seeing now I'm on v2 Translate, in the quota section > of the API console the usage for Translate is showing the m