google

Overriding AnalogClock in Android

Hi all, I want to create an AnalogClock that can display a preset time, given as a parameter. And I want to draw between the background and the hands. I want to paint the area between the minute-hand and location of the hour-hand at a preset future time. This is to let the user see how much time remains for the current activity. I tho...

Any way to Format or Write code in Google Document

I want to keep the snippets of code in My Google Document but when i paste the code it looks weird . Is there any way to format the code like we have in stackoverflow where the code is in colors ...

Propagate events in several layers android google maps

I'm developing a google maps based application for android 1.6. My problem is that in my application I have more than one layer that extends from ItemizedOverlay representing information in the map. The problem is that all the layers implement the onTap method, but now only the last layer (on the top of the stack) detects the tap event...

Google Ecommerce tracking code not working

Hey there, My client has asked me to implement GA ecommerce code in their ecommerce website. So I added the code to the success page. I just purchased an item from the site, and the following is the code that was generated. I have already checked the settings of the site in GA and the site is set as a Ecommerce site. Can anybody see any...

Google Webmaster Tools - Remove query parameters from URL

Hi all, I am using JBoss Seam on a Jetty web server and am having some issues with the query parameters breaking links when they appear in google searches. The first parameter is one JBoss Seam uses to track conversations, cid or conversationId. This is a minor issue as Google is complaining I am submitting different urls with the sam...

Google maps API can't get the longitude

Hi guys, i'm trying to get the longitude and latitude for an address with the google maps api, but I don't know how to do it?This is an example of what i'm trying: GoogleObjectAdress("New york") -> and it should return the longitude and latitude for me! Any solutions? ...

Uncompressed google search API

I made some searches in google and only uncompressed things i fond are ajax apis (jquery, mootools and etc). So probably there isn't uncompressed version of the search API, but if I'm wrong please tell me :). ...

How to set language of web page determined by visitor language

Hi everyone, Can someone tell me how to set language of a web page on the knowledge of IP address of visitor so that he automatically gets page in his country's language. Of course if that language is implemented by web developer. Even better I sow some examples of automatic Google translation of the text. So how to achieve that visit...

Google Hack Database(GHDB)

wikto is a web server assessment tool. It uses GHDB as one of the section when finding the vulnerabilities on the target site. can anybody tell what is GHDB and how it is useful in finding the vulnerabilities? ...

Sending large of amounts of data cross domain

I am wanting to create a mashup where large amounts of data need to be sent cross domain. I am thinking about using IFRAMES. My question is... Will this work?? Does Google use it ?? Does anyone have a concept or some type of psuedo that describes how google does it? I pretty much need to know how to go about doing it. I am using jque...

How Do Google and Other Search Engines Determine Keywords?

First, it seems this question is not program related, however I still make up my mind to post this question here since there is opaque definition on it. If you think it is wrong feel free to delete it. I am curious about how Google and other search engines determine keywords? Do they just find keywords like we do by using CTRL+F and cou...

Android id naming convention: lower case with underscore vs. camel case

Hi, I'm currently programming an application for the Android. Now what I found out is that you cannot place resource objects, say, an image in the drawable folder and name it like "myTestImage.jpg". This will give you a compiler error since camel case syntax is not allowed, so you'd have to rename it like "my_test_image.jpg". But what ...

Why doesn't Google offer partial search? Is it because the index would be too large?

Google/GMail/etc. doesn't offer partial or prefix search (e.g. stuff*) though it could be very useful. Often I don't find a mail in GMail, because I don't remember the exact expression. I know there is stemming and such, but it's not the same, especially if we talk about languages other than English. Why doesn't Google add such a featu...

gwt hosted mode hangs on connecting to 127.0.0.1

hi all, i am using gwt for a while (pretty nice and useful thing) when i run the hosted mode i am getting the hosted browser window, and it hangs on "connecting to 127.0.0.1", only after few tires it works well. anyone encountered this behavior? please advise oops forgot to mention that i am using windows XP, GWT 3.5, and eclipse ...

HTML Mails by Google - No HTML Code

I received a promotional mail from Google AdWords. Because I liked the layout, I thought of giving a look at the HTML source of the mail. When I clicked 'Show original' from the mail options, I saw no HTML code, but a bunch of encoded text. It was something like this: --===============0308376380== MIME-Version: 1.0 Content-Type: text/h...

Google Custom Search results are different than expected

I am using a GCS engine on a site. I don't want a custom search, just a regular google search with the Adsense linking. If I use the main google.com site to search for "gallerykunst" the expected result shows up as #1, in the CSE it does not exist at all. Any ideas!? ...

How to get post codes with given postcode and distance in miles or km?

Hi, My site needs postcodes display with given post code and distance (miles or km). I have to implement it using google api. Is it possible to do so? The country for which i need to use this is Australia. I am trying to find out the solution for two days. Can anyone help me out. Thanks in advance ...

Finding Websites From Company Name

Hey, I've got a list of 6,000 company names(along with their headquarters address) and I need to find the web address for each of them. I'm considering using the Google Web API(obviously this will take a few days as only 1,000 queries per day are allowed) to do this(search for "COMPANY_NAME CITY STATE") and then take the first result. Ho...

Cookie file for Google Chrome / unix

Where does Chrome store its cookie file on a unix system? ...

Is it possible to customize Google / Yahoo Map ?

I'm absolute newbie as for Google Map / Yahoo Map. I would like to know if it is technically possible to ask to show any city in any country DYNAMICALLY (I mean by passing parameters) and then to show some pictures OVER the map near the city ? Thanks. ...