google-api

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.google.co.uk/product%5Furl?q=http%3A//base.google.com/base/a/6136004/D979653861344000755... instead of the retailers product page? Im adding both these properties:...

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. ...

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 information about the API. Can anyone help? ...

using google.loader.ClientLocation

what will be best way to use using google.loader.ClientLocation to get client country & city name in jquery Thanks ...

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( 43.907787,-79.359741), 9); But this obviously requires longitude and Latitude. Any way to do this by inserting a name of a country? ...

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 write doctest since the result of each function is not really predictible (Depending of what is new on the server) : >>> calendar = GoogleCalendar(user='blabla',...

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 token and then use it in our upload form. Just a note that we are not going to have other users logging into our (secure) website, this is for our use only (no...

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, download all google documents to a folder, using the doc-download. That works. At the next run, I check the dates, if a remote document is newer, grab it again. If th...

send event from asp.net to google calender in web application

I want to send events to my google calendar account from asp.net application ...

How to automatically retrieve current adword spend from google

Does anyone know a guide or tutorial into how to access the Google adwords reports? I'm trying to pull in to my application the advertising spend per day (current to the time of checking or last Google update). I can't quite find the API docs or methods for getting the spend. Does anyone know of any good tutorials? Or can you point me ...

google API translate, only a div into page

Hi all, I have an html page, and I would use Google Translate for translate only a div into my page. <div id="google_translate_element"></div><script> function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'it'}, 'google_translate_element'); } </script><script src="http://translate.google.com/tr...

Google API for Internationalization + asp.net

Hai guys, Is there any google api for Internationalization with asp.net or any other open source api for it because i want my users to view my site in multiple indian languages like tamil,malayalam,hindi,telugu etc... I have seen google use it in http://www.google.co.in/ ...

google calendar java api

Hello, I have an object of CalendarEntry I know that http://www.google.com/calendar/feeds/[email protected]/allcalendars/full is the feed url of all calendars but how I can get this feed url from CalendarEntry instance? Because I wanna post a new entry in a specified calendar and I need this url. Thanks! ...

Google Maps Api: How to add a marker and speech bubble?

Hi there, I have managed to get a google map on my site using Javascript api of google maps.. and it works great... Can anyone tell me how i can add the Speech bubble and marker ... Pictured here... http://code.google.com/apis/maps/ Basically my site displays a simple map but its missing the marker for where office is and a speech bub...

Using Google App Engine With My Dreamhost Registered Domain

Hi There, I have registered a domain example.com using dreamhost, and currently have a standard wordpress blog set up on www.example.com. I'd like to have appengine.example.com point to my Google Appengine application, but am having some difficulty doing so. At the moment, appengine.example.com just points to my normal directory on the ...

get atom feed and display in html (google-api)

Hello, Can someone help me out on this. I have a problem with the return results from an google-api call I want to echo them back as html, but firefox keeps displaying a feed page. In IE, I get an error saying that an xml document can only contain one toplevel element wich must be the atom "feed" element, so I don't get that. What ca...

google gadget and sites api

I'm writing a google gadget (nothing but plain html + javascript) to upload a file onto a private google site using the sites api. http://code.google.com/apis/sites/docs/1.0/developers_guide_protocol.html#UploadingFiles I can only upload the file using a multi-part form. But it doesn't work because the api needs oauth authentication. Au...

Google Visualization API

Hello guys, I want a real and honest opinion what do you think of Google Visualization API? Is it reliable to use becasue when i was reading the documentation i noticed that there are alot of issues and defects to overcome and can i use it to retrieve data from mysql database. Thank you. ...

Which Google API/Tool should a web-developer know about?

I am looking at Google's list of APIs & Tools. Which Google API should a web-developer know about? Update: Programmable web - most popular shows currently Google Maps Google Ajax Search Google Homepage ...

AuthSub with PHP

Can I use AuthSub with PHP ? I want to use Google API with PHP but don't want to install Zend Framework.I'm goolging and not found with AuthSub class for PHP. ...