|
Tried following the instructions here:
http://stackoverflow.com/questions/817809/how-to-use-google-app-engine-with-my-own-domain-not-subdomain
Where I can use my google app engine website with my own domain name however when setting it up, it seems to...
Started by TimLeung on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So, disable google app site.
The app engine binding doesn't work while google app site is available.
|
|
Out of curiosity, is anyone here using Google Mini or Google Search Appliance to provide intranet search? Was it easy to set up? What kind of prices do they charge (ball park figure, I'm sure it depends on the customer)?
Started by username on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Systems / single sign-on systems, consider the Google Search Appliance.) Up to 220 different file) search results Configuration of suggested synonyms Comes with Google Analytics Cons
Configuring with network shares; web crawling was fine....
|
|
Hi All,
What are other ways of making your website searchable by Google, other than submitting the link directly to Google.
Submitting links to yahoo is a breeze, gets crawled for a day or two... Google though takes a while...
Thanks...
Started by Owen on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
More links necessarily end up in the google....
If you add a link to your website on a website that's already indexed by google, google will follow a link on a page that google indexes in the next minute, it will get to you much faster.
|
Ask your Facebook Friends
|
How does one handle logging in and out/creating users, without using Google Users? I'd like a few more options then just email and password. Is it just a case of making a user model with the fields I need? Is that secure enough?
Alternatively, is there...
Started by Dominic Bou-Samra on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I recommend using OpenID, see here for more -- just like Stack Overflow does!-)
If you roll your own user model, you're going to need to do your own session handling as well; the App Engine Users API creates login sessions for you behind the scenes .
|
|
I wonder if there is a tool/framework available that supports testing Google Wave Gadgets outside Google Wave.
I know these two emulators ( 1 and 2 ), but I still always would have to upload my gadget for every debugging run.
I am looking for a tool that...
Started by toobb on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Gadget-emulator http://github.com/avital/google-wave-gadget-emulator.
|
|
When i embed a map from my maps i use the link that googgle maps provides me This map i can manipulate with Google Maps Data API and Java
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps...
Started by Argiropoulos Stavros on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you have some kind of "administration" marking to sign up for an API key in order to ... .
Have you tried following the documentation for the Google Maps API? It seems like you aren't making a proper request to the the Google Maps service.
|
|
I have been asked by a client to map data, but the client does not what any other data besides addresses for geocoding to be sent to another server. Does the Google maps API submit other data besides addresses and latitude/longitude to Google?
For example...
Started by Eddie on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Keep in mind Google is providing this as a free service, if you are concerned over data sharing then look into the premium licensing (10K / year)
From Google's Privacy Policy:
Licenses from You to Google....
Of that to Google.
|
|
Does google provide a Java server side api * (NOT java script). *I dont want the ajax api which works at clint side. What i want is that the result returned for a keyword should return me search result in some specific data structure.Like List or set ...
Answer Snippets (Read the full thread at stackoverflow):
You can however try Google Custom Search....
;-)
There is at least a SOAP API that I'm aware of: Google SOAP Search API
I don't think Google wants 3rd parties" error page as a result if Google thinks you are not a real person.
|
|
I want to put a google maps on our website,
i know you can add custom markers with javascript onto your map. but why do that through code if you got my maps ? my co-workers can edit the public created my map easily, add / delete markers without any programming...
Started by Andy Jacobs on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The link place on one page of a My Map, and the "View in Google Earth" link only returns data.
My Map there's a "View in Google Earth" link, use the URL of that link as your GGeoXml URL.
|
|
Hello all,
I'm looking at 'pygoogle' python library for google search, call from my python script. But google doesn't give out license key anymore, and looks like pygoogle needs license key to work.
Does anyone have suggestions of libraries to use for...
Started by jay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Yahoo! now offers a new search service....
Your question made me look.
You can get a developer key here.
But you can use their AJAX API , which is now the preferred interface .
They don't give out keys for the SOAP API anymore, because that's deprecated .
|