google

IsMobileDevice Google Bot problem

Hi, i have a website that have 2 verisions 1 righular and the other fo mobile it"s working great , but when google bot research my site , my site shown on google as amobile ver. i think google bot pass the line: if(Request.Browser.IsMobileDevice) ....redirect to the mobile ver (Not good for google it"s not the right ver) yo...

loading gwt app from django

I am trying to load a google web toolkit application with django, but the gwt host page does not seem to work (just a blank screen) when I invoke it with render_to_response() from my django view. I have verified that a plain hello-world html file loads fine from the gwt war directory, so it's not a path issue. Also the host page renders ...

Using jquery to get google "results 1-100 of about" ??? "for..." value

Hello, I have a question. How could I get the data from a google search response? I.e.:Results 1 - 100 of about 230,533,709 for blogs. (0.25 seconds) I want to get the value 230,533,709. I use php to get the html response from the url. I.e.: http://blogsearch.google.com/blogsearch?hl=en&ie=UTF-8&q=blogs&btnG=Search+Blog...

Google Search from a Python App

I'm trying to run a google search query from a python app. Is there any python interface out there? If there isn't does anyone know which Google API will enable me to do this. THanks ...

Bot Web Quality

I am looking for a good open source bot to determine some quality, often required for google indexing. For example find duplicate titles invalid links ( jspider do this, and I think a lot more will do this) exactly the same page, but different urls etc, where etc equals google quality reqs. ...

google ajax api results differ from normal search, why?

I read about the Ajax API here http://stackoverflow.com/questions/1539798/scraping-parsing-google-search-results-in-ruby For some reason, I get completely different results from the same query when using the Ajax API than I do from normal search. Is there a simple explanation? here are the two: http://www.google.com/search?hl=en&rl...

Development license for Google Maps

We are a software company developing a system using Google Maps for our customer internal use (commercial, with GPS device). I know that our customer need to have Google Maps premier license. My question is: Does my company need to pay Google any license fee for development purposes? ...

Emulate GPS or a serial device.

Is it possible to get location data out of Google Gears, Google Gelocation API or any other web location API (such as Fire Eagle) in such a format that it appears to other software as a GPS device? It occured to me reading these answers to my question regarding WiFi location finding, on Super User, that if I could emulate a GPS unit, ma...

Can a site's appearance in the Google Suggest dropdown be manipulated?

A customer has asked this morning why he isn't showing up at all in the "Google Suggest" (I think it's called) dropdown. He complains that one of his competitors is the first ranked result in the Google Suggest dropdown. The competitor's business name is made up of common words (e.g. Widget Manufacturing) so, sure, he does show up. My c...

Track http domain referer

Can i track the http referer with javascript, and append a variable to the URL string to store into a dbase? or could i track a cookie that the user gets? (very layman's terms here, sorry) if http referrer is domain.com add to url '&referer=google' which should stay with them during their session. OR when a user clicks my Googl...

How do I let google index my table of contents?

Hi, I am not sure my title is correct or not since I have no idea on SEO. What I want to do is, let google show extra links of my website just like yahoo.com. When you search 'yahoo' on google, google shows Mail, Games, My Yahoo, Messenger, Finanace, Fantasy, Sports, and Movies. How do I add these extra links on my website? ...

Why does Googlebot traverse a newly added site in ascending order of URL-length?

Googlebot (Googlebot/2.1) appears to crawl URL:s on a newly added sites in an order corresponding to the length of the URL: .. GET /ivjwiej/ HTTP/1.1" 200 .. "Mozilla/5.0 (compatible; Googlebot/ .. .. GET /voeoovo/ HTTP/1.1" 200 .. "Mozilla/5.0 (compatible; Googlebot/ .. .. GET /zeooviee/ HTTP/1.1" 200 .. "Mozilla/5.0 (compatible; Googl...

help on integrating google map in iphone app

Hi, developer friends. I am going to develop an app based on google map. In that locations will be displayed with markers or points near current location (point of interest). I have lattitude, longitude of different places and I am also able to find the distance from current location. I just want some help working on google map. Display...

Is there a Google Voice API?

Is there an API (officially or unofficially) for Google Voice? I would like to have an API to work with voicemails, send/receive SMS messages, initiate calls, etc. What is the Android client using? Something internal? Has anyone documented it? ...

Flash and Android - common future?

Hello, Thus far, all the Android applications I've worked on, are multimedia-oriented. In this context, support for Flash in Android is very intriguing topic for me (and many others, I believe). Do you think that HTC Hero's Flash in the browser is strong enough indication that, at one point in the future, Android will support the Adobe...

Is it possible to query google cache

Is it possible to query Google's cache with a specific date range. for instance, if i have a url: www.someurl.com/something I want to be able to see what Google's cache had indexed for that page at or around a given date range, is that possible? ...

feedparser and Google News

I'm trying to download a corpus of news (to try to do some natural language processing) from Google News using the universal feedparser with python. I really know nothing of XML, I'm just using an example of how to use the feedparser. The problem is that I can't find in the dict I get from the RSS feed the content of the news just the ti...

google finance tools on my website?

i am on the process of building a website execlusively for trading purposes. including live quotes and level 2 quotes. charts. user protofollio with automatic updates. news and so on. am i allowed to use google finance tools on my website? and if yes how can i go about doing so? thanks in advance ...

introductory google maps

hi i wanted to display a us state on google map with borders drawn, when the user opens up a page i wanted to show in the center that state...with borders drawn. additionally i wanted to put a button on that page so that user clicks it and draws a rectangle on the state, the system will just have to popup the latitude and longitude of ...

How to make a Google Maps API (.js) file a part of a widget for Mobiles

Hello There. I would like to create a Web App for device. For that I would have some script being stored on device, instead of downloading them all time when I start application. As far as I saw including a GoogleMaps API makes some additional request for javascript files. Is there any way of having all of them taken directly from local...