google

Google Checkout c# - get notifications from a notification serial-number

Hi - I am using GCheckout. I am receiving notifications that contain just the serial-number. I would like to use that serial-number to get a list of events that I can then process. Something like this: var serial-number = Request["serial-number"].ToString(); var eventsRequester = new EventsRequester(); var events = eventsRequester....

Show depot markers on a Google map having entered a postcode.

I have a requirement to allow a user to enter a postcode on a webpage and then show that postcode on a Google map along with a number of markers around that postcode showing the location of depots local to that postcode. I have a database holding a list of depot's but only want to show the depots on the map that are local to the postcod...

gtm-http-fetcher modify HTTP Headers

Hey Everyone, I didn't know if anyone here has had experience with the gtm-http-fetcher provided by google. I am specifically looking to modify the HTTP headers in a request. Any help or examples would be appreciated. -Pat ...

Google Maps don't fully load

I have a somewhat strange problem. I have two maps on my site, a big one and a small one. I want to use the big one to show a route to a certain address. I'm now trying to implement the two maps but get a weird problem. The small map is working fine, but on the big map only a small area of the div is filled with the map, the rest is empt...

Adding Google language translator to a php website

Hi, while i am googling for language translation using google i found an interesting website in which the site developer used AJAX technique i guess. In that website, it uses a google translator but the website content only changing with respect to the selected language. Means it calls the google translator externally and changing the ...

How to remove an automatic click event on google map overlay?

Hi, Can anyone help me to remove click event from the kml polygon? When I click on any part of polygon, window message pops up with a data KML TEST which is from KML file. I just want to have polygon drawn over google map without having any click events. Does anyone know how to achieve this? This is my page: http://www.keithwoodrow.c...

Google ClientLogin Authorization Help

Hey, I'm using the ASIHTTPRequest library to authenticate with Google Voice. I get as far as getting the auth code but when I try to get send the auth token in the headers, it still takes me back to the login page. ASIHTTPRequest *rnrRequest = [ASIHTTPRequest requestWithURL:[NSURL URLWithString:@"https://www.google.com/voice/"]]; ...

GAE JPA DataNucleus One-to-Many object creation

Hello all, Let's say an Owner has a collection of Watch(es). I am trying to create Watches and add the newly created Watches to an existing Owner's collection of watches (an arraylist). My method is as follows: public void add(String ownerName, String watchName) { Owner o = new OwnerDAO().retrieve(ownerName); //retrieves owner o...

SEO implications with URL rewriting.

We server our content in http://www.domain.com/folder which is bookmarked by user and has to stay that way. Out next iteration will be http://www.domain.com/folder2. We intend to use url rewriting to keep the url http://www.domain.com/folder, but serve the content from http://www.domain.com/folder2. What are the SEO implication, will ...

Building on top of Google Fusion Tables

How do you modify and build on top of Google Fusion Tables? I want customize the way that people can upload data, the way the data appears on the maps, and the results that search queries return. I know this question is general, but where should I start, and what should I look at first? (Don't tell me the fusion table documentation, beca...

use grep to return a list of files, given multiple keywords (like google returns a list of webpages)

I need to find ALL files that have multiple keywords anywhere in the file (not necessarily on the same line), given a starting directory like ~/. Does "grep -ro" do this? (I'm using Unix, Mac OSX 10.4) ...

Using JSON, WCF et al. with Google geocoding - is it really necessary?

I have a requirement to geocode data using Google's geocoding service. Google's geocoding services aren't as friendly to consumption via .NET as, say Bing's (no surprise there) so while I could go all out with ContractDataSerializers, WCF, JSON and a whole other pile of acronyms is there anything wrong with something like the below if a...

Retrieve list of all subdomains in search results from Google Search Appliance or Google Search

How could I retrieve a list of all domains or URLs represented in google search results for a key term? In this particular case, we have a Google Search Appliance, and I am looking for results on only the domain with the gsa. Optimally, I'd like to retrieve a list of all subdomains of this domain that are returned from a search result. ...

google transliteration api is throwing exception on use with gwt

I'm trying to use the google transliteration api with gwt but it is throwing an exception on runtime and the exception is: '$wnd.google.language' is null or not an object I'm using the following piece of code in the 'onClick' handler in the entrypoint class. Transliteration.transliterate(charList, LanguageCode.ENGLISH, LanguageCode.HIN...

How can I fetch more than 1000 Google results with the Perl Google API?

HUsing the regular search engine, as a human, can get you not more than 1000 results, which is far more than a regular person needs. But what If I do want to get 2000? is it possible? I read that it is possible using the App Engine or something like that (over here...), but, is it possible, somehow, to do it through Perl? ...

GMap map and Tabs display conflict in Drupal

I am using Tabs and CCK Fieldgroup Tabs module to put node GMap CCK location map in a tab. When I put GMap location map in one of the node tabs (Tabs module) other than first one (default), the map view does not centre properly the marker. It slides one width off the screen to the east (right). I need to press "scroll right" arrow once o...

Get Google Results PHP

hey, I'm trying to get google results html for the search term intitle:index.of ”last modified” ”parent directory” (mp3|wma|ogg) "test" -htm -html -php -asp using file_get_contents so something like this : $file = file_get_html("http://www.google.com/search?q=intitle:index.of%20%20%94last%20modified%94%20%20%94parent%20directory...

Google Sitemap Problem

Hi, I submitted a sitemap to Google and I got this error. Incorrect namespace Your Sitemap or Sitemap index file doesn't properly declare the namespace. Expected: http://www.google.com/schemas/sitemap-image/1.1 Found: http://www.sitemaps.org/schemas/sitemap-image/1.1 I thought that sitemaps.org was okay. I took it from Google's examp...

C# wrapper or samples for Google Site Search

Anybody seen any c# code examples for using Google site search to send a request to the Google search api and return the results in xml? ...

How to programmatically provide site structure and url path to Google search

Searching Stackoverflow on Google I get this result: Inspecting the HTML source of the Stack Overflow frontpage I can't find any reference of "A language-indipendent collaboratively edited question and answer site for programmers" stuff. I thought it was something related to meta description, but it is not true. Also, where the Log In...