google

Selecting Links in Google Maps InfoWindows w/ jQuery

Hi, In my web app, I am using jQuery to select all the links on the page and intercept where they go to so that I can switch to a different part of the page with AJAX. The problem is that some of these links are in InfoWindows (if that's what they're called) on a Google Map. For some reason the jQuery selector $('a') isn't selecting them...

Use Application within Application on Android

I'm writing a program for the Android Platform and I would like to implement the code of a preexisting application found here (http://blogoscoped.com/archive/2008-12-15-n14.html) There is a button in my application menu that says "Show Friends on Map" so I want this program to start from the button press. For greater detail I will give ...

Why does my OpenID app receive different Google OpenIDs from different client machines for the same user?

I'm adding OpenID login to a small web app using Spring Security 2.0.5. I want to be able to identify users within my application based on the OpenID identifier with which they logged in. This works fine when using Verisign as the provider; each identifier is a user-specific URI like http://jbloggs.pip.verisignlabs.com/, which is easily ...

JQuery on Google JSON fails with Error 405?

I am not able to understand, how to do fetch JSON data from Google servers, the requests fails with 405 HTTP error (Method Not Allowed). But I can download the JSON file manually or using PHP on my web server using file_get_contents API. But I want client browsers to download the JSON data directly. There are some similar questions on SO...

What time does Google use in "Specific date range", GMT or PST?

When you click "Show options", you can specify a particular period, but what time zone does Google use? ...

Google Map API: How to center dynamicly markers in AS3?

I have several markers on my map and want to center dynamily each time I click on a selected point which show a bunch of markers group. Does anyone know how to do that in As3? ...

Alarms on the Google Android

I'm noticing a strange thing with Alarms on Android - they don't always wake up the device at the correct intervals. For example, if I set an alarm to start a service every 5 minutes (using RTC_WAKEUP, or similar), everything works fine until the device goes to sleep - after that, the alarm may not fire for minutes, or close to an hour. ...

How to divide a search query into sub queries?

I am just wondering if there is an algorithm that can divide a user input query for a search engine into a set of sub queries. for example if the entered query is "plcae to stay and eat" the sub queries would be "place to stay" and "place to eat". Thanks!! ...

If I search for my companies domain on google, it returns a different domain. It might be our fault. help

Hi - I have recently joined a company, and have got a new task. To work out how googlebot has dropped us. We have a server, if anyone, googlebot or user, vists the site, it does a geo-location and if the IP is USA it serves domainX.com (US brand) otherwise domainY.com (UK brand). Yes if you give one domain, in New York, you will be 30...

[XML+XSL+GOOGLE] website to be indexed in google?

Hi, I am not sure what or if I am doing something wrong at the website http://www.jode.com.br it uses XML and XSL transformation on the browser and after a week it still does not appear in google. it is normally using google-analytics, I can see the visits etc, but in google i got nothing I put meta tag in the xsl and in the xml j...

What's the quickest way to get a list of URLs for a Google search?

How do I extract a list of the URLs for a Google Search results page? ...

Can I use the Google AJAX Feed API REST interface from a native iPhone App?

Google states the following in the AJAX Feed API docs:"Applications MUST always include a valid and accurate http referer header in their requests." I am building a native iPhone application and would like to use the Google AJAX Feed API's REST interface from my app's native objective-c code. Is the API only for use on websites, or can ...

Google Social Graph API, working as intended?

Hey, I'm experiencing some problems with Google's social graph API. It seems that for some parameters passed to 'otherme' nothing is returned. I'll use Robert Scoble's profiles as an example (as he's a guy sure to be everywhere on the web). If I query: http://socialgraph.apis.google.com/otherme?q=http://twitter.com/scobleizer&prett...

Using Google's Contacts API's, how can I get the user's name and gmail address?

I know how to get the entire contacts list using Google Contacts API (I get a session token and use Google's Zend package for PHP). But how can I get the person's name and email address? Currently, the Contacts API just seems to give all of the contacts. I'm not sure how to distinguish which email and name out of that list corresponds t...

Liferay + google openid HOW?

Is there someone who knows how to use Liferay 5.2.3 the most up2date free version of liferay with google openid ? I've try to use the http://www.google.com/accounts/o8/id url but it doesnt work. For example with www.myopenid.com it works without problems. After trying with http://www.google.com/accounts/o8/id I was forwarded to google s...

Silverlight onLoad event not fired inside Google Wave

I am creating a wave gadget base on Silverlight 3. It all works great. Problem is that I want to add some functionality when SL control get loaded. So In "Object" definition of SL, I have added a param for "onLoad" and added a dummy JS function in the gadget to have a simple alert. But I am not seeing that alert when gadget gets loaded....

Google maps infowindow height problem.

I've been searching the net for a solution. My problem is that the info window's height is not calculated properly. There are no images in there so it is not an issue with the image loading later and the size is not known when the bubble is created. Also if I fill it up with about 15 lines more text the size is starting to get alright....

How to get Google to understand links that trigger Javascript?

I'm developing a website that helps people understand rap lyrics. Users see the lyrics of a rap song and can click certain lyrics to see an explanation: (click here for more) As you can see, each explanation has a permalink (in this case http://RapExegesis.com/2636). Here's what happens when you visit one of these permalinks in your b...

How to get the number of results found for a keyword in google

I need to supply a keyword like "blue metal kettle" (with/without quotes) and get only the number of results found for this search. If I search without quotes right now, I get: Results 1 - 10 of about 1,040,000 for blue metal kettle. (0.19 seconds) Here '1,040,000' is the number I want. Is there any API function to do this, or I must...

Locating local hospitals in android

I want to be able to plot every hospital within 10 miles of my current location on the map in Android. I've already started with this code as a base (http://android-er.blogspot.com/2009/11/androidlocation-with-zoom-level-control.html) I just need to plot the locations of hospitals without switching to another screen. ...