google

Google indexed my test folders on my website :( How do I restrict the web crawlers!

Help Help! Google indexed a test folder on my website which no one save I was supposed to know about :(! How do I restrict google from indexing links and certain folders. ...

Setting a cookie before Javascript Redirection

Hello, I have a Rails app where I set a set a session variable the moment a user lands on my site with the referer and the page they hit. Additionally, I have Google Optimizer sending traffic from my homepage to various landing pages. The problem is that I think Google Optimizer is sending users away before the cookie is set. Is t...

Importing namespaces isn't working for an API I just installed...

Hi, I just got the Google Data API and I can't seem to use it in my application. I got the msi file, built the Google Data API SDK successfully. Then I went back to my project, right clicked on the Bin folder and selected Add Reference... From there I added all of the dlls in the C:\Program Files\Google\Google Data API SDK\Redist folde...

HOW TO add random markers to a map BUT avoiding the sea ?!

The Google Ajax API playground (http://code.google.com/apis/ajax/playground/?exp=maps#map_markers) provides a nice exemple to add random markers to any map: function initialize() { if (GBrowserIsCompatible()) { var map = new GMap2(document.getElementById("map_canvas")); map.setCenter(new GLatLng(37.4419, -122.1419), 9); /...

Janrain's PHP-OpenID and Google/Yahoo

I'm using Janrain's PHP-OpenID 2.1.3, and I've managed to get it working with all the providers I have tried except for Google and Yahoo. The major difference here seems to be that Google and Yahoo, unlike most other providers, don't use a user-specific URL, but rather have the user discovery framework all on their end - which throws the...

Noscript Tag, JavaScript Disabled Warning and Google Penalty

I have been using a noscript tag to show a warning when users have JavaScript disabled or are using script blocking plugins like Noscript. The website will not function properly if JavaScript is disabled and users may not figure out why it is not working without the warning. After the latest Google algorithm shuffle, I have seen the dai...

Google Doc manipulations with .net

Does anyone know, how to replace tags in a google doc with .net code. Hello << name >> This is << my_name >>. and replace << name >> and << my_name >> with C#. Is there any other way to this. I know that I can use interops and office dlls for this, but then I need to have office installed on my server which is not a possibility Tha...

Programmatically get Google results onto web page

To save time Googling my website in order to see where my pages have changed I've decided to create a web page that monitors the position of my page under certain key-phrases (namely, my name). For example, if I were to type in my name and my web page were at the top I'd want the page to show the Google results given and my position unde...

delay or stop loading of google ads

How to tell google syndication not to wait forever to load the ads in case of slow internet connection or otherwise too? Can we fix a time that says okay go and search for 5ms to get ads otherwise don’t delay the load of rest of page. ...

Is Google's Fusion Tables really a "paradigm shift?"

Boy, there's a lot of hype about the release of Google's Fusion Tables. The collaborative editing is something that seems fantastic, and might interface well with Google Wave. The visualization seems to shine mostly in it's ease of use. Aggregation over multiple disparate data sources is also just a really great and timely idea. Stil...

Filtering by country using Google Analytics Data API

I'm trying to use the Google Analytics Data API to get data filtered by country. I am using the .NET library at http://google-gdata.googlecode.com/svn/trunk/ which works beautifully as long as I don't try to filter by country. This works fine: const string dataFeedUrl = "https://www.google.com/analytics/feeds/data"; var query = new D...

Google analytics, privacy and latency

Hi, I'm considering putting the Google Analytics tracker on my blog to get better stats (right now I use Summary.net, which is fast but occasionally of questionable accuracy, though way better than awstats). At any rate I have 2 big concerns and though I should ask the community here for opinions: Privacy. In the past I've gone so far...

Plaxo and Facebook's logo on Google's OpenID confirmation page

Cheers, after seeing Stack Overflow's excellent implementation of OpenID, and after seeing what great job Google did with OpenID, I implemented it on a web app I'm working on. During my research I ran into Plaxo as another great RP. Recently, Facebook added some rudimentary OpenID support. It's apparently used for completely different ...

Best way to use Google's hosted jQuery, but fall back to my hosted library on Google fail

What would be a good way to attempt to load the hosted jQuery at Google (or other Google hosted libs), but load my copy of jQuery if the Google attempt fails? I'm not saying Google is flaky. There are cases where the Google copy is blocked (apparently in Iran, for instance). Would I set up a timer and check for the jQuery object? What...

Are other companies/products/websites providing access via Google Data APIs?

Google uses the XML/RSS/Atom-based Google Data APIs to provide programmatic access to its various services. Because it is Google doing this, these API are becoming quite popular, as in: there are many client applications supporting it. Google even provides a lot of client libraries themselves. It should be possible to use the APIs for ...

Search engine redirecting

Hi I don't know the official terms for what this is called, but would greatly appreciate any advice. The scenario is as follows: I have an index.html page on my domain to serve as a 'Under Construction' page, while I develop the website behind that using Drupal on an index.php page. Is there any way in which I can have Google index th...

Is there an API to access a Google Group data?

Hey there, I'm trying to build some statistics for an email group I participate. Is there any Python API to access the email data on a GoogleGroup? Also, I know some statistics are available on the group's main page. I'm looking for something more complex than what is shown there. ...

'Unstarring' posts using Google Reader API

Does anybody know how to remove stars for articles starred in Google Reader using its unofficial API? I found this one but it doesn't work: http://www.niallkennedy.com/blog/2005/12/google-reader-api.html Neither does the pyrfeed module in Python, I get the IOError exception every time. ...

Create a Spotlight plugin that queries online data?

This Mac OS Spotlight plugin queries Google and displays the search results in Spotlight: http://www.apple.com/downloads/macosx/spotlight/googleimporter.html I understand how to make custom metadata importers. (I'd post a link but I'm not allowed to. Google "Create Spotlight Plugin" and go to first link.) That's not really what I want ...

Is google generating new openid claimed identifier for localhost?

Hi all, I am running an issue with google openid identifier. I am using dotnetopenauth library (successor of dotnetopenid) in simple asp.net mvc project. During tests on localhost I noticed that from time to time google generates new claimed identifier. Why is that? Is it just with localhost? Everything looks okay with different provide...