google

Discussing about Google Speed and Performance

Hello everyone Perhaps you have seen the loading message at the top of the gmail page you can see if you try and visit this site in every place you click inside the gmail boxs or sending message to others the yellow message appears at the top and it works fastly I can say faster than yahoo mail and others because it works incredibly fast...

How can I present multiple pages with similar content (mostly images) without Google penalizing me?

I have a website that presents Q&As to mathematical problems, mostly for pupils aged approx. 16-18 years old. Due to the difficulties of presenting formulas on webpages, the Q&As (formulas) are presented as images. At the moment, each webpage contains one Q&A, and there are many questions and answers. Thus, with little in the way of text...

Convert Google Docs AtomFeed into FeedSync

Hi, Is it possible to extract Google Docs' document feed and convert into FeedSync for Microsoft Sync Framework? I been searching up and down, but still hard to find and code and tutorial about FeedSync... ...

google ads for multiple sites

I have 10 sites. I want to place single google ad code for these websites. how to do this? how will I get reports for these ads? ...

Open Alternatives to Google Prediction API

A recent announcement by Google about the Google Prediction API sounded very interesting. It could be useful for a project that is coming up, and would probably do a better job than some custom code I was considering. However, there is some vendor lock-in. Google retain the trained model, and could later choose to overcharge me for it. ...

Use java gdata client from appengine to call a published google apps script. Is it possible?

Hi, Google docs (for GAFYD) has a fantastic approach of allowing you to write a apps script and publish it as a web service. The Use case they are touting is to return a UI which would do things to the document or other documents in that Google account. I was wondering a couple of things: 1. Now when you take a published url for a scri...

Launching Google Maps and Navigator from Android App

I have an android application which allows the user to open up google maps or navigator to show a certain address. This functionality was working in the past, but now I get the following error and the app crashes: ERROR/AndroidRuntime(2165): android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.int...

Google Maps API v3 BrowserIsCompatible

I'm updating some older code that used the v2 API for Google Maps. On domready, it would use a statement like if(google.maps.BrowserIsCompatible()){ // load the map } Now that I'm loading the v3 API, I get an error google.maps.BrowserIsCompatible is not a function I've read a ton of threads in the Google v3 api groups, but haven't...

Web page overlays

When one goes to Google images, then selects an image it creates an overlay over the images webpage. On the left there is the page and on the right is a panel made by Google. What is the name for that panel? Anyone have any tutorials on how to make something similar. I want to have my text on the left, and the webpage on the right. Wha...

Is there a way to authenticate both Gmail Oauth and Google Contacts API AuthSub at one time?

I can access a users gmail account using oauth, and i can access a users contacts and their contact groups through google contacts API (which uses AuthSub). For my application i need both of these, is there a way i can authenticate both at once, so that i don't require users to go through two separate authentication sessions? Or is ther...

get latitude longitude based on address api

Hi all, I am using http://code.google.com/apis/maps/documentation/geocoding/ api from google to get geolocation based on address. I put an address like this :"1600 Amphitheatre Parkway, Mountain View, CA", and getting the needed results, and I just need from here latitude and longitude. It works well from my localhost, but then I try to ...

Google not returning more than 64 results

I am using the Google API for .Net http://code.google.com/p/google-api-for-dotnet/ and no matter how many results I ask for Google never returns more than 64. Here is my code snippet: GwebSearchClient client = new GwebSearchClient("xyz"); IList<IWebResult> results = client.Search(this.SearchText.Text, 100); I expected to get...

Is there any Google API which can broadcast the pronunciation of a word like that in Google Translate?

If there is, where to find it? ...

Example of how to use Javascript + OAuth to get a Gmail inbox feed?

Hello, I'm trying to understand how to use the OAuth Javascript library (http://oauth.googlecode.com/svn/code/javascript/) but I can't work it out. Can anyone provide me with an example of how you would use this library to authenticate with Google and retrieve a Gmail inbox feed (https://mail.google.com/mail/feed/atom/)? I know you can ...

Google Search AJAX API, Retrieving Pictures and storing them into destinated path on handphones?

When users search for etc, Sir Stamford, there'll be pictures of him returned on the Google search list of pictures and i'll want to store the first image returned from the search onto the mobile device, namely Samsung Omnia. I currently have a search which returns the pictures of requested query and would like to store them somewhere s...

Can Google Calendar Api support adding/editing custom objects (not events)?

Hello, I have no experience in Google Calendar Api. Inside a preexisting site I would like to create a module similar to Google calendar but instead of creating events a user should be able to create a specific custom object (products) and also be able to edit their details (which will be different than the edit events details). So wha...

Route Map in iPhone

Does iPhone sdk supports route between two places on Map? I have searched many times. But not able to find any reference. Even on apple iphone development forums, there is no such thing available. I have done this functionality using google map url. In which I have to pass source and destination latitude & longitude. I am getting the m...

Regenerate Google Earth View from Street View link?

Google Earth stores the points with a nice feature: you can double-click on a marker and will get placed directly behind the street view bubble. Another double click takes you to the street view. I have a database of street view links. A kml file is generated from the Street View links. I would like to add the "camera"/"look at" tags to...

Does Google have any official Image API for Python?

I want to search for images using a Python script and pull them off the web. Is there an official API for this? What would be the best way to do this in case there's no API for it? ...

Is there any greasemonkey script or addon that deletes the cookies for a particular domain everytime the tab is closed?

I don't like searching with Google while logged into Gmail because I don't want Google to have that data about me even if I have web history disabled. I've noticed that after signing out of Gmail they still leave quite a few cookies. Like the paranoid person I am I always delete cookies after using Gmail. Am I wasting my time? Would they...