google

Looking to create a google sitemap with more than 500 pages

Can anyone point me to best sites to get this done ? From what I understand is that if your site is over 500 pages, you need to pay ? Thanks ...

How to determine the number of domains of a specific country TLD?

As the title says, lets say I want to get the number of .de domains: Googling: inurl:www.*.de retrieves the correct results but a lot of them are from the same domain. Is there another way to do this? ...

Where does Google use C#

Looking around SO user profiles and other sites, I have noticed that some high profile users who work for Google including Jon Skeet use C# as their main programming language. Or at least, it is with C# / .Net related topics that they are most active. This has led me to conclude, or at least assume, that C# is widely used inside Google. ...

Google Translator API and many translation for one word.

I am using google-api-translate-java-0.92.jar. Translate.setHttpReferrer("http://translate.google.com/"); try { String translation = Translate.execute("arrangement", Language.ENGLISH, Language.UKRANIAN); System.out.println(translation); } catch (Exception e) { System.out.println(e.get...

Google Bar Chart

I'm a newbie person that try to playing with google api. I try to draw a bar chart and my expect result are 12 of horizontal bar. http://chart.apis.google.com/chart?cht=bhg&chs=750x300&chd=t:5,10,15,20,25,30,35,40,45,50,55,60&chxt=x,y&chco=CCFFCC|CCFF99&chxl=1:|Jan|Feb|Mar|Apr|May|Jun|Jul|Aus|Sep|Oct|Nov|Dec But goo...

Could I buy a domain name to increase traffic to my site like this?

Lets say I have a domain already, for example www.automobile4u.com (not mine), with a website fully running and all. The title of my "Website" says: <title>Used cars - buy and sell your used cars here</title> Also, lets say I have fully SEO the website so when people searching for the term buy used cars, I end up on the second or f...

The better way to use Jquery with Google maps API, change InfoWindow style

Hi Guys, I used to work with Jquery and Google maps API, and i've found some answers here, but i didn't found any workable examples. Please if you have one, or just give me a link. ...

Geocoding 5000 addresses in php script

Hi there I'm looking to geocode over 5000 addresses at once in a PHP script (this will only ever be run once). I have been looking into google as a potential resource for doing just this, however I've read reports that after running 200 or so queries through them google will kick you off for the day. I was just wondering if there was ...

Is there something similar to Google Map Chart?

I really like Google Map Chart, but the maximum size that can be generated is only 420x220 which is small. Is there any similar service or product? Maybe using Javascript? [edit] Don't you think this is small map ? ...

GOOGLE: how to prevent subpages from appearing in results

I have a fairly new website which allows people to create their own profiles and such. The issue is that when someone links to their profile from their website/blog, their profile shows up in google searches for my website - and to date the one person who has done this has a NSFW profile. Which means, when you search for my site on Googl...

jquery, replace input with select for example time picker like in google calendar

Hello, im trying to reproduce following effect. I have two input elements on form: class=time and id=timefrom class=time and id=timeto i want to hide/remove this elements create select element with hours and minutes example 00:00 00:30 01:00 01:30 02:00 ... Second element should be dynamic for example selecting in first element 01...

Can I get the word pronunciation data from Google AJAX Language API

Hi, is there a way to get a word pronunciation data from Google AJAX language API? I couldn't find any reference. Is it available at all? Thanks. ...

How to get ZIP code of any location by providing the City name or State name in googlemap using Java Script?

Hi, I am willing to get the ZIP code of a location by providing only the City name or State name in google map using Java script. Is it possible to get the ZIP Code only? Please let me know. Thanks.... ...

ASP.NET & Google Maps API Error Code "620"on shared hosting

We have a Map It feature on a Real Estate Website and its on a Shared Host, the feature basically shows you the location of a property of works fine for a few hours a day but it stops working later in the day because of error Code "620" for the map request from Google maps API KEY. we need this issue fix immediately. Sample could be fo...

Possible to drop down to Ubuntu in Google Chrome OS?

I've heard that Google Chrome OS is built upon Ubuntu. Does this mean it's possible to drop down to Ubuntu shell and install native applications? ...

Google Event Tracking on <p> clicks

I am looking to implement Google Event Tracking on a new website and couldn't find any documentation on this, but basically I just need to confirm that I add the standard 'onClick="_gaq.push([...' to a paragraph tag (which I have a jQuery event on already), the event tracking will still function as it would on an ...

How can I publish an update to Android application with a different developer account?

We are migrating to a new Android developer account and I was wondering if anyone had any suggestions about the best way to transition apps to the new account. From what I can find, the only suggestions I've seen were to publish an update to the old app notifying the user of the new updated app. This requires us to publish the apps unde...

How to install a Google search box with suggest on MediaWiki?

I have found several extensions for MediaWiki which allow you put a Google search box for searching the web on your MediaWiki site. However, none of them seem to have an option to enable suggest, which populates a drop down menu of possible search terms based on what the user has typed in so far. How can I do this? I posted this to Stac...

Link to location on google map

I have a page which have lots of addresses. I want to have 'locate' link beside all the addresses which will take us to another page and show the location on google map. Since i am a total noob when it comes to google maps, can anyone help me how to do this? I definitely dont want to create separate pages for each address location. Any s...

Google Maps Javascript API - Reposition Map via html Link

Hello guys, I have created a very basic google map using the javascript API and google's tutorials. I would love to be able to create hyperlinks on my page that would recenter the map at certain cities around the world - eg London, Paris, Rome.. I can't for the life of me figure out how to do this (I'm quite new to all of this, trying...