google

Google Maps v3 fitBounds() Zoom too close for single marker

Hey everyone. Is there a way to set a max zoom level for fitBounds()? My problem is that when the map is only fed one location, it zooms in as far as it can go, which really takes the map out of context and renders it useless. Perhaps I am taking the wrong approach? Thanks in advance! ...

Java application scripting

Whats the fastest/best scripting language/API that is available that can be integrated into Java applications. Is there any Java bindings for Google's v8 JavaScript engine? Defining fastest as in raw processing speed, e.g. how many times a script can be run in a second using a relativity high number of language features. Defining best...

google map search feature

Hi, I am using google map API V3. I have information of different location i.e. address, postal code in an XML file. I have marked all location, mentioned in XML file, on gmap and now what i want is to implement a search feature. The search feature will search 5 nearby location on the map. any idea how to implement this? 5 nearby locati...

Driving directions with traffic

Hi all, How do I receive driving time between two locations with traffic. This information is displayed on iPhone maps application, when 'Show Traffic' option is selected. Appreciate your help. ...

search engine not going to correct url

Hi Guys, I have a site that when i search in google (ifiwereyou.co.uk) it takes me to a 123reg holding page. (it works fine in most other search engines) This is beacause google is showing the url as http://ifiwereyou.co.uk rather than http://www.ifiwereyou.co.uk Is this being caused by a missing dns entry or is there a way i can s...

When trying to add a new row using ListEntry in a google worksheet i got a InvalidEntryException. Here is my code! Plz help

myService = new SpreadsheetService("openentry-catalog-1"); myService.setAuthSubToken(sessionToken, null); SpreadsheetEntry spreadsheet = (SpreadsheetEntry) spreadsheetEntry; WorksheetEntry worksheet = spreadsheet.getWorksheets().get(2); this.addNewProducts(worksheet, photos); private void addNewProducts(WorksheetEntry entry,...

Google docs : does it exist some models in HTML or other webformat to publish a spreadsheet?

I've tested the API of Google to interact with Google doc (Calendar, Spreadsheet, ect) and evrything runs correctly. However, I wonder if there is a framework that implements some model in HTML or an other web format to publish/visualize a calendar or a spreadsheet within a web page. My goal is to integrate a spreadsheet/calendar into a ...

Google Apps mailserver - works fine for < 50 messages; problems when sending more

My asp.net (mvc2) web app webinar registration system sends emails with connection info. Currently we just loop thru the list of attendees and hit a System.Net.Mail.SendMail for each. We send mail via our GoogleApps account (non-premium). My use case is to send < 50 emails at a time and the system's been working fine. On the occasions w...

How to setup visitor variables in Google Analytics

Hi, I don't quite get how to use the visitor level variables. Do I need to put them in some sort of condition to determine if the visitor is a repeat visitor, or do I just use the _SetCustomVar method like I would the page or session variables? ...

How to interact with the Panoramio API using services?

Hi guys, I'm writing a location base client and would love to integrate Panoramio with my client, now the problem is that I can't find a way to interact with the Panoramio using a ~REST-like service. I know they do have an API but it's mostly for embedding the content into a website and not as to interact thru me code (at least from doc...

Can ScrollWheel be disabled in a custom street view?

I am building a site and I have a page which takes an address and uses it to generate a 2D roadmap style google-map and then next to it, the street view for that address. My problem is that these two maps span almost the entire width of the site and the user is likely to have their mouse go over it when scrolling down the page and get ...

GoogleAppEngine db Model datetimeproperty to JSON

I tried to use this soln (which uses this file) to convert GAE db model to json. But when I tried to use it, I got this error "TypeError: datetime.date(2010, 7, 27) is not JSON serializable" Does anyone know whats the problem? Or, if you know alternative soln to convert GAE db model to JSON please suggest so. ...

Cannot set title and alt attributes in my img using javascript

I'm using the Google Image Search API, and largely copied this code, which builds the search results in my page. for (var i = 0; i < results.length; i++) { // For each result write it's title and image to the screen var result = results[i]; var linkContainer = document.createElement('div'); var title = document.createE...

Google Map with Android Application

Hello All! I want to know about the configuing process of Google Map in an Android Application. Thanks, john ...

what kind of logging and reporting is google using ?

what kind of logging and reporting is google using ? Am just wondering what kind of logging google does for its heavily used applications. As we all know most of the google products are heavily used. Normally any product/tool will have logs, which have to be analysed and report has to be produced. Any guess what kind of tool or program...

ASP.Net: Create Google compliant dynamic XML sitemap

Hi, I want to create a dynamic (fetching data from the database) XML sitemap which I can submit to Google webmaster tools. Surprisingly, I couldn't find any recent controls/code online to do this. The most recent code I found was this http://weblogs.asp.net/bleroy/archive/2005/12/02/432188.aspx which is for ASP.Net 2.0. I don't mind u...

google image search: search similar images

Hi, I want to write a mobile app which takes a picture and searches google images for similar pictures and then displays the results. However, with google image search I can only search for text strings, and with the search API it seems there's no possibility to search for similar pictures; this feature seems to be available only throu...

Easiest way to authenticate user in iPhone app?

I'm planning to write an iPhone app that does not require user to register. However, I would like to associate all registered user with at least an email so that I can send them email notifications when needed. OpenID - seems to do what I need, but it doesn't work well on an installed app (unless I use... WebView? Even that is not us...

Retrieving an entire website using Google Cache?

There is a site that I want to retrieve from Google Cache that had thousands of pages. Is there any way I can get it back quickly using Google Cache or some other web crawler/archiver? ...

About creating a massive survey

Hi, I am looking for tools which would help me create & analyse surveys. I have a list of about 8000 questions and the answers expected are a fixed set {Yes, No, Can't Say}. Does Excel/Google Docs allow me the liberty to implement such a requirement in short time? ...