2
votes
3answers
154 views
Does Google allow other people to use their “Did you mean” API?
I have been searching all over the Internet, but did not find that exact API.
I'd like to use their Did You mean feature for my own website.
2
votes
2answers
50 views
Handling Google OpenID
I'm trying to implement Google OpenID for my website, but I'm struggling to figure out how to handle the OpenID response I get.
At the moment, when you click a login button, it ta …
0
votes
0answers
15 views
Google Visualization Api + SQL
Hi,
I'd like to create a GViz of some data in a MySql Database and I'm having problems.
Here is the source so far:
<?php
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or …
0
votes
1answer
136 views
Has our site been hacked? Google says we are malware! HELP [closed]
We receieved an email direct from google this morning, stating that our site is carrying malware. We are a respectful marketing company with no dodgy code or links to malware on ou …
0
votes
2answers
37 views
Dojo: Will Shrinksafe work together with the Google Closure Compiler?
Hi,
i read about the Google Closure Compiler and i will try to use it to make my web application better. But i think it is doing the same things like the dojo shrinksafe.
Has anyon …
1
vote
2answers
40 views
Google maps spatial reference system
What is Google map's spatial reference system using when you enter a lat, long into the maps search bar?
I've found hints that it might be WGS84 but after converting to that coord …
0
votes
1answer
29 views
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 w …
0
votes
1answer
51 views
What are the ways on how I can get my domain name indexed by Google? It will be cool if the search results will show mine on the first page. Thanks in advance [closed]
I'm pretty new to Internet Marketing and I recently started writing my own articles and I bought domain names because Ezinearticles wouldn't permit me to put my clickbank hoplink. …
1
vote
2answers
71 views
+100
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 othe …
1
vote
1answer
43 views
How is the “Google-Promote/Restore”-animation implemented?
I love the animation running when you promote (or later restore) a search result on google. This can be done by clicking the little arrows at the end of a result item.
The item is …
0
votes
1answer
15 views
Transactions behaviour when request times out. [google app engine]
Google app engine has this useful little function in its db class,
db.run_in_transaction()
Which is suppose to garentee that your method will be rolled back if an exception is …
0
votes
4answers
100 views
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 (compati …
2
votes
1answer
24 views
Google Maps, array + GLatLng + GPolyline
Hi!
I am using the following code to group and show a list of ship positions on a map:
function configure_ship_polylines() {
var shipPoints = new Array();
// Group posi …
0
votes
1answer
38 views
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 index …
1
vote
2answers
29 views
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 …
