google-api

How to create markers on a google local search api?

As the question says, i do not want to use it from the API, and instead combine it on my code, but i can't seem to implement it with the code i have now. the markers do not come out and the search completely disappears if i try implementing with the code. This is a section of my codings : http://www.mediafire.com/?0minqxgwzmx ...

using mod-rewrite to redirect requests for jquery.js to GoogleAPI cache

Hi All, Our Linux server with Apache 2.x, Plesk 8.x hosts a number of e-commerce websites. To take advantage of browser caching we would like to use Google's provided copy of jquery.js. Hence in the vhost.conf file of each we can use the following RewriteRule RewriteCond %{REQUEST_FILENAME} jquery.min.js [nc] RewriteRule . http://ajax...

Social Graphing application - help/collaboration needed

Hello my fellow Web Developers. It seems I have been charged with the tall task at my new job of creating an application that would track (on a kind of "super-aggregate basis") a combined aggregate of SEARCH STRINGS (assumedly via Google), SOCIAL MEDIA MENTIONS (Twitter mentions, Facebook mentions, blog mentions,etc), and NEWS POSTINGS (...

Retrieving of coordinates from google maps and search

I know there is a way to retrieve the coordinates by clicking on the map, using specifically document.getElementById("lonTb").value=point.x; document.getElementById("latTb").value=point.y; Firstly, i have a html file namely MapToolKit.html, a mapGPS.js and a mapSearch.js. how do i input the coordinates returns ...

google ajax api limit the result to 64

hi i am using google ajax api with my php script but it is not working above 64 results is there any hack to solve this problem Thanks ...

Google PHP $event->getEventStatus() incorrect output

I am attempting to check event statuses (google php calendar api), but am getting different results on my local machine as compared to the development/test server. $eventStatusUrl = $event->getEventStatus(); returns the following locally "http://schemas.google.com/g/2005#event.confirmed" but returns the following on the dev serv...

In my google API mash code, How to update existing newsframe instead of inserting newsframe?

Below is the Javascript code used. google.load("elements", "1", {packages : ["newsshow"]}); function loadNews(newsQuery) { //Load the news feed according to the topic selected var options = { "format": "300x250", "queryList" : [ ...

Change Gmail message routing on individual mailboxes

We are using dual delivery for one of our Google Apps domains and need to be able to disable mail delivery to the Gmail account. You can manually update the settings on a per user basis through the Admin interface by unchecking the box next to "Google Apps Email" in the Email routing section. From the Google Apps API documentation for t...

How do efficiently display items on Google map in the viewing range of the user?

When a user moves the Google map, I would like to display items in the viewing range of the user automatically. How can I efficiently and quickly display the items? I have basic understanding of calling getBounds() method every time the user moves the map, but I am not sure how I can efficiently search and get from my database the item...

Can't get birthday from Google Contacts Data API in Ruby on Rails

I am trying to get a user's contact's birthdays, from Google's data API using the gdata gem. But even though I use the full feed, it does not include the gContact:birthday element. I have also tried fetching only one contact, but the birthday element is still missing. ...

Is there an API to export completed Google Checkout orders?

I've Googled this a 100 times, and I must be looking in all the wrong places, or looking up the wrong terms. I just don't know. Basically, in my Google Checkout inbox, I can see all my customers' orders: Chargeable, Canceled, Charged, etc. I can export the CSV at the bottom of the page too. However, is there an API I can use to write...

Google Image search base url for non ajax usage

I would like to use Google Image search, however I can't find the proper url anywhere. Examples always refer to the web search, not the image search. I do not want to use javascript, I need the iamge at server side. Please, do not simply post links to the API documentation, but preferably the url itself. (Or the missing url argument et...

How to get the equivalent of the accuracy in Google Map Geocoder V3

Hi, I want to get geocode from google, and I used to do it with the V2 of the API. Google send in the json a pretty good information, the accuracy, reference here : http://code.google.com/intl/fr-FR/apis/maps/documentation/javascript/v2/reference.html#GGeoAddressAccuracy In V3, Google doesn't seem to send me exactly the same informatio...

google oauth doesn't redirect to callback after authorization

I can't seem to get google to redirect to the callback url after obtaining the auth token. By redirecting the user to the following url, the user can click grant or deny access. After that the user clicks on one of the choices, the user is not redirected back to the callback url. https://www.google.com/accounts/OAuthAuthorizeToken?oaut...

How do I use google API within perl CGI script?

The google API example shows that you should have the javascript within the head tag but I am using perl module CGI and in there they suggest that you use "print header;" instead of writting out your headers explicitly. So if I want to use the perl CGI module and the google API javascript what is the correct way to do this? I tried w...

Data mining google's web search results?

Currently, i have a google web search. If a user searches starbucks, I would only want to retrieve the company or product information, not some other weird links like blog pages, using javascript, is it possible to do so? if yes, how am i able to do it? Kind of a newbie in the data mining part..thanks! Added my coding for download for c...

Problem getting contact groups - google contacts api, js lib

I am using the Google contacts api to retrieve contacts. That works FINE. I have been asked to get the groups that each contact is associated with and whatever I tried seem to have failed me. I am not going to post my code here but assume it works (other than the group stuff). I am iterating through **result.feed.entry** where my contact...

Portal articles migration, need a htmleditor with API, fckeditor ?

Hey, we are migrating articles from old portal to new one. The source of articles is atom feed and they will be added to atomPub server of the new portal using apache abdera. Each entry, when being processed by abdera in the object representation, should be placed into a queue and supplied to a htmleditor when a person-editor clicks "ne...

problem on google weather report calcuation

Hi, This is GOOGLE Weather Report XML What is the calculation google doing , When i google with weather=London,UK keyword , Its showing somthing like this screen shot in my xml there is nothing like 26 , 11, 26 ,22 no my xml look like below WHAT IS THE CALCULATION INVOLVED IN THE Weather Report , How to get these into PHP v...

API for Google Goggles or Visual Search?

Are there any APIs similar to Google Goggles that accepts a picture as input and outputs text descriptions? In other words, we're looking for a visual search API. if we submit photos, we want the service to say what the item is and provide a brief description ... similar to Google Goggles. Does this exist? ...