2
votes
3answers
133 views
Can I use google to determine vhosts on same IP?
Can I use google -- specifically i am thinking of the google ajax api -- to enumerate a list of host names of websites that are hosted on a particular IP address.
Note
Yes, I know …
0
votes
1answer
23 views
Update Google Doc from local file using google API possible ? (.NET / C# / WPF)
Hi,
I am currently testing the google API. It seems promising, but I am stuck at a "simple" problem. I want to update an existing document with a local copy.
My idea was, downloa …
0
votes
1answer
23 views
AuthSub token from Google/YouTube API is always returned as invalid
Anyone out there have experience with the YouTube/Google API?
I am trying to login to Google/Youtube using clientLogin, retrieve an AuthSub token, exchange it for a multi-session …
0
votes
1answer
14 views
How to use doctest on a Client script ?
I am playing with Google Calendar API, creating some useful function.
I another hand, I want to do it right puting some useful doctest and starting agile development.
How to wri …
2
votes
2answers
60 views
How to center Google Map on a country by name
I'm using the Google Maps API (v2) and would like to center the map onload to a country (for example england).
At the moment i center the map using:
map.setCenter(new GLatLng( 4 …
0
votes
1answer
22 views
using google.loader.ClientLocation
what will be best way to use
using google.loader.ClientLocation
to get client country & city name in jquery
Thanks
0
votes
0answers
21 views
Google Video API
I am building a training tool for a client. They require a secure streaming server. I want to use Google Video (as part of Google Apps for Business) but I cannot find any informati …
2
votes
3answers
176 views
Does Google allow other people to use their “Did you mean” API?
I have been searching all over the Internet, but did not find that exact API.
I'd like to use their Did You mean feature for my own website.
0
votes
0answers
24 views
Google base - .net API
Has anyone got experience using the google base/data api for .net?
Just searched for a few of our products and the urls all point to something along the lines of :http://www.googl …
0
votes
2answers
44 views
How to create ads using google adwords API?
Basically, I have a list of keywords, such as:
- red balloons
- free red balloons
- buy red balloons
- blue balloons
- ....
for each keyword, I have a list of 3-4 ads, each ad c …
1
vote
0answers
33 views
Using google shared contacts api locally and on GAE
Hi,
I noticed something strange when creating shared contact using google contacts api.
This is code i am using to create contact:
def AddEmail(name ,email):
new_contact = gda …
0
votes
1answer
63 views
Google Location API vs. Maps: Why are identical queries yielding different results?
I'm losing some hair over Google's AJAX API currently. What I do is turning structured location data into a Google local search API query in order to give users an alternative resu …
0
votes
0answers
48 views
How to customize the legend in Google Chart?
Hi,
I need to specify labels (and associated colors) of a legend NOT in the same order as my data sets.
Actually I have only one data set but I display my bar chart with 2 colors …
1
vote
2answers
197 views
Google Weather API “Conditions”
Anyone know of all the possible weather conditions Google's API will put out? I've got to match up my icons to the forecast, and I can't find a list of conditions.
0
votes
2answers
28 views
trying to find application settings file used by configurationmanager in google data api sample C# client
Given this set of code:
unitTestConfiguration = (IDictionary) ConfigurationManager.GetSection("unitTestSection");
where can you determine which project this file should exist in …
