You cannot post messages because only members can post, and you are not currently a member.
Description:
The official developer forum for the Google AJAX Search API and Google AJAX Feed API.
|
|
|
Posting Guidelines (READ FIRST)
   
|
| |
1. If you're having debugging problems get Firebug for Firefox and
read this quick tutorial with videos ([link]
bin/answer.py?answer=94630&top ic=11530). It will help you debug twice
as fast.
2. Look in the documentation/FAQs:
Maps: [link]... more »
|
|
Join our IRC channel
|
| |
Come hangout on the Google AJAX APIs IRC channel! You can ask
Googlers and
Gurus questions or just talk about your favorite web technologies.
Here's the information:
server: irc.freenode.net
channel: #googleajaxapis
If you don't have an IRC client handy, click on this link to use a
browser based client:... more »
|
|
clientLocation no more work
|
| |
Question in 2 parts :
1) Later this week, direct call to [link] in
browser give me a correct geolocalization information. But today, I
find that my project no more work correctly, and further investigation
show me that the geolocalization work no more. (same workstation, same... more »
|
|
setting new icon for the local search results
|
| |
I have managed to change the image of the markers by doing this in the
markersSet function.
for(var i=0;i<markers.length;i++){
//markers[i].marker.setImage(" images/googleR_0.png");
...
The problem is that the png that i want to use has different
dimensions than the default one. How can i change the icon?... more »
|
|
Retrieving reviews
|
| |
Hello,
I am currently developing an app which has to do with getting some
local places. I would like to ask two things...
1)¿Is there any way to get user comments/reviews/feedback? The api
itself does not seem to provide a way to do so.
If not, is there any other gogle way/api to get this without having to... more »
|
|
Searching only forums, last 24 hours
|
| |
Hello,
I would like to run a querry for a given keyword and get only the
results that are from forums and indexed in the last 24 hours.
I could not locate the "date" related parameters for a PHP
implementation using Ajax api key.
Please help,
Regards,
Core
|
|
Translate API: Romanization and Dictionary
|
| |
Hello!
I have found that in the "unofficial" API that Google uses on
translate.google.com, Romanization and Dictionary items are part of
the JSON response.
Is there a roadmap to bring these features also to the official API?
Or is it allowed to also use this "unofficial" API?
Thanks for all responses!... more »
|
|
Maps v3 API -- mouseover and mouseout?
|
| |
I'm in version 3 of the google maps api, and I'm trying to get the
polygon to change fill color on mouseover and then return to the
original fill color on mouseout.
Upon going through the API, it seems like there is only:
click,
doubleclick
mousedown,
mouseup,
mousemove
...mousemove doesn't do what I want, obviously, because that's... more »
|
|
multiple site restriction result set
|
| |
With multiple site restrictions you get a paginated result set for
each site. Is it possible to request a single paginated result set
with multiple site restrictions or does this need to be done via CSE
(if possible)?
Thanks,
Terry
|
|
Picasa Button API. Why no more then 120 pictures.
|
| |
Hi, I've created a button for Picasa. It lunches my external program
and passes selected pictures file names as command line params.
Because of Windows (XP in my case) limitations, only up to 120
filenames are passed. If I select more, some pictures are omited. Is
there any way to fix this problem and pass all selected filenames?... more »
|
|
Disabling the link on the sub title
|
| |
Hi Team,
In the below code block, it's news feed. I want disable the link for
title.
For Eg; 'TMZ' is the title for that news. How do I disable link only
for this title?
<script type="text/javascript">
function LoadDynamicFeedControl() {
var feeds = [
{title: 'TMZ',
url: '[link]... more »
|
|
|