google

Getting user location with google.loader.ClientLocation working for me but not others

Am trying to use google.loader.ClientLocation along with the maps api to get the location of the visitor and center a map on it. The following is working fine for me (on Safari, Firefox and Chrome), but a friend I got to test it (in Safari and Firefox) just sees a white box with the Google logo. <script type="text/javascript" src="http...

GWT and storing a session key

My app logs into an external service & needs to store the sessionKey (the sessionKey needs to be added to the HTTP header for future RPC calls). What alternatives do I have for storing the sessionKey ? I've read about a scenario where the sessionKey is saved into a DIV tag on the page. Thanks for enlightening me. ...

Associating correct labels with markers in Google Maps

Hi - I have a little problem with a Google Maps page I have put together. Here is the test URL - http://projects.presencemultimedia.co.uk/impari/savings/map_test.html I want to have multiple locations plotted on the map by referencing their UK postcode. Each marker will also have an associated label when the user clicks the marker (usin...

Does Google's crawlers have Javascript? What if I load a page through AJAX?

When a user enters my page, I have to make another AJAX call...to load a data inside a div. That's just how my application works. The problem is...when I view the source of this code, it does not contain the source of that AJAX. Of course, when I do wget URL ...it also does not show the AJAX HTML. Makes sense. But what about Google? W...

Google Apps Account Form won't pre-populate URL query string in iframe

I can not get pre-population to work on an embedded form... If I use the regular url... it works... https://spreadsheets.google.com/a/DOMAIN.org/viewform?hl=en&amp;formkey=12345&amp;entry_3=John&amp;entry_4=Doe but for a google apps account on an embedded form - does not work Loading... Form appears in the webpage, but the additiona...

Google Calendar embeds - but won't respond

Hi, I successfully embedded the Google Calendar IFRAME, however, without any JS error -- it won't respond to any of my clicks, nor display any events. After double checking the calendar settings and googling this issue I'm finally without a clue as to how to resolve this. Any ideas? ...

Create an "sub" account on Google Analytics through an API dynamically

Does anyone know how (if possible) to create an account dynamically? I have a few accounts I need to setup on Google Analytics, and I would love to not have to manually enter each one on GA's site. Thanks for your help! ...

Google sitemap files for Rails projects

Is there an easy way to create a sitemaps file for Rails projects? Especially for dynamic sites (such as Stack Overflow for example) there should be a way to dynamically create a sitemaps file. What is the way to go in Ruby and/or Rails? What would you suggest? Is there any good gem out there? ...

How many cookies are stored in my browser once I login to my gmail account?

Hi I am learning cookies I read that whenever I login a cookie will be stored on my browser but I have seen there are more than 4 cookies stored in my browser? Can anybody elaborate it how exactly works? Thanks ...

Google API to find the search count

When I google for something, I get the count. Results 1 - 10 of about 800 Is there any API or something like that to capture the number "800"? I have a database of a few thousand words and I want the google count against it. ...

Is there a speech to text API by Google?

In Android, you can say something and it will search it for Google. Google can turn speech into text. How can I leverage this API? ...

oAuth with PHP (for google api)

How to use oAuth with PHP ? I can't install oauth class with pecl because I'm using share hosting. I found http://code.google.com/p/oauth-php/ but there is no example for client. I want to use oauth for Google API. ...

Customising Google Custom Search's iFrame to have a transparent background?

Hello. I've looked through all the relative GCS questions and answers on this site and have looked around the net, but no avail. I am using Google Custom Search with the iFrame option and the standard theme on a site where the background of the site has a textured, multicolour background. The Google results come in a standard #FFFFFF ba...

How to track adwords in lightbox

I'm using a lightbox variant in my website to open a 'page in the page'. It is pretty critical it's tracked properly. I've seen the javascript code here to make a virtual pageview in Analytics: <a onclick="pageTracker._trackPageview('/folder/file');"> The sales department told me there is another piece of code to track conversions in A...

Should I submit a sitemap with only new links added?

The Google documentation says there's a limit of 50k URLs in sitemaps you send to them, and I want my sitemap to be submitted by an automated job periodically. Therefore, shouldn't I just have the sitemap contain only the N most recent URLs added to my site? Yes, I know you can have multiple sitemaps, and I do have a separate one for the...

PHP Curl with Google Calendar

<?php if(isset($_GET['token'])) { $url="http://www.google.com/calendar/feeds/default/allcalendars/full"; $useragent="PHP 5.2"; $header=array( "GET /accounts/AuthSubSessionToken HTTP/1.1", "Content-Type: application/x-www-form-urlencoded", "Authorization: AuthSub token=".$_GET['toke...

how the code attack google works?

according to McAfee “Aurora” Exploit In Google Attack Now Public, and the exploit code referred should be here, any one can give a more detailed explanation how it works? ...

Fading effect on Google homepage? Is it AJAX?

Possible Duplicate: How does Google achieve the fading effect on the home page? Hi All, If you visit Google, notice that when the page loads it is very sterile. Upon moving the mouse many elements of the web page now appear in front of you. How is this done? I think that it is pretty neat. Is it AJAX? ...

Google Visualization API - Org Chart Layout

Using the Org Chart in the Google Visualization API, is there a way to flip the chart to a vertical layout instead of horizontal. ...

Links below site in google search

When I search for some sites like amazon in google , I see the link and description of amazon. Below the main link I also see some smaller links like Books , Music , DVD etc How can we get these links for our own site ? Are these sitemaps ? ...