google

Google Authentication API: How to get the user's gmail address

Hi, I've been studying the Google authentication API (AuthSub)...My question is, how do I get the user's account information (at least his Gmail address) after the authentication has passed? Because currently, all I get back from the authentication process is a token granting me access to which ever Google service I have specified in ...

Tool/framework for automated web app testing in Google Chrome browser?

Is an opensource/commercial tool/framework, available for automated web app testing in Google Chrome browser on Windows XP / Vista? ( An alpha/beta Tool is also OK) Thanks ...

Integrating with Google Docs

Has anyone integrated an "Open in Google Docs" in their web app yet? Gmail has this for opening attachments. How about any other sightings of this in a non-google web app? ...

How can I get a history of a website's PageRank?

I want to view, in any format, how the PageRank for a particular URL or domain name has changed over time. Some tools can provide this information from the first time someone manually submitted a request for that site. I would prefer a solution where monitoring of a site is not triggered by a human-made request. ...

How can I get a history of the number of pages in Google's index for a particular site?

A Google search for "site:example.com" will tell you the number of pages of example.com that are currently in Google's index. Is it possible to find out how this number has changed over time? ...

How can I perform a Google search on different Google datacentres?

I would like to get up-to-date information on Google's index of a website, and it seems that results vary depending on which datacentre happens to process your search query. ...

Is there a way to prevent google search terms from matching urls?

At the moment, I am doing a number of searches which include "html" in them, for example "html rearrange". Unfortunately, I get a lot of hits from sites that include "rearrange" on a .html page but have no mention of html in the page itself. Is there a way to prevent search terms from matching urls? ...

Quickest way to get ical email attachment into Google Calendar

I'm running Thunderbird on Windows. I often receive .ics (iCal) attachments - invitations to meetings. Currently I save the attachment to my desktop, open Google Calendar, choose 'Add>Import Calendar', browse to the .ics file, and return to the calendar. Is there any tool that can speed this up... e.g. I forward the email to a special e...

Doing the best internet searches: Tips and Tricks wanted.

Someone asked a question, what was the most important bookmark for a Developer, and it got me thinking. I personally answered Google of course. I have felt for the longest time that Google is the most indispensible tool for the developer as you can literally find anything you need by using well formed searches. Which brings me to my ques...

Filtering duplicate newsgroup posts from Google

I have the constant need to Google error messages to try to find out what they mean and what solutions people might have. Usually those error messages were posted in some newsgroup. Unfortunately, Google's results (even when it says "similar results removed") usually consist of many copies of the exact same message (usually with some non...

Building a web search engine

I've always been interested in developing a web search engine. What's a good place to start? I've heard of Lucene, but I'm not a big Java guy. Any other good resources or open source projects? I understand it's a huge under-taking, but that's part of the appeal. I'm not looking to create the next Google, just something I can use to ...

Source code search with Google Desktop

Is there a indexing plugin for GDS that allows for source code search? I see some for specific types (Java, C++, ...) and one for "any text". These are nice, but I would like one that allows for many/configurable extensions (HTML, CSS, JS, VB, C#, Java, Python, ...). A huge bonus would be to allow for syntax highlighting (http://pygme...

How does Google's javascript API get around the cross-domain security in AJAX

How does Google's API make cross-domain requests back to Google, when it's on your website? ...

How can Google be so fast?

What are the technologies and programming decisions that make Google able to serve a query so fast? Every time I search something (one of the several times per day) it always amazes me how they serve the results in near or less than 1 second time. What sort of configuration and algorithms could they have in place that accomplishes this...

Multiple domains for one site: alias or redirect?

I'm setting up a number sites right now and many of them have multiple domains. The question is: do I alias the domain (with ServerAlias) or do I Redirect the request? Obviously ServerAlias is better/easier from a readability or scripting perspective. I have heard however that Google likes it better if everything redirects to one dom...

IE Script debugging pop up

In order to debug an asp.net web app I have to have IE Script debugging enabled. Unfortunately, in the past week or so google's analytics javascript has developed a problem. So that when I browse to a site that has google analytics I receive the little pop up "A runtime error has occurred. Do you wish to debug?" Yes, even stackoverfl...

Can gmail's random-signatures-from-an-RSS-feed be used for truly dynamic signatures?

This is a new gmail labs feature that lets you specify an RSS feed to grab random quotes from to append to your email signature. I'd like to use that to generate signatures programmatically based on parameters I pass in, the current time, etc. (For example, I have a script in pine that appends the current probabilities of McCain and Ob...

Googlebot + IFrames ?

How does googlebot treat iframes? Does it follow the src attribute like a link? Is the iframe content analyzed as if it was part of the page where it is included? ...

How to print values at points with Google Chart API?

I have gone through their developer guide but haven't been able to find a way to print the value at points (in case of line charts) or after bars (bar charts).Is there a way to do it? ...

Does anyone use GoogleData?

I was recently considering using GoogleData for a hobby project to store my service's old data, (say 24+hours old), while I keep the fresh data on my servers (hobby project==cheap home server). However I haven't really heard of anyone using GoogleData, so I was wondering about what other's experiences have been. Edit: My brief usage pa...