Questions tagged [google-ajax-api]

Google APIs (or Google AJAX APIs) is a set of JavaScript APIs developed by Google that allows interaction with Google Services and integration of rich, multimedia, search or feed-based Internet content into web applications. They extensively use AJAX scripting and can be easily loaded using Google Loader.

Google AJAX APIs is a JavaScript library to integrate rich, multimedia, search, or feed-based Internet content into web applications/pages, organized by Google. They can be used by third parties to place rich Ajax content on web pages.

Blog

40 questions
56
votes
4 answers

google.setOnLoadCallback with jQuery $(document).ready(), is it OK to mix?

I'm using Google Ajax API and they suggest I use google.setOnLoadCallback() to do various things related to their API but I'm using also jQuery's $(document).ready() to do other JS things, not related to Google API. Is it safe to mix these two…
zgoda
  • 12,775
  • 4
  • 37
  • 46
39
votes
8 answers

Clean way in GWT/Java to wait for multiple asynchronous events to finish

What is the best way to wait for multiple asynchronous callback functions to finish in Java before continuing. Specifically I'm using GWT with AsyncCallback, but I think this is a generic problem. Here's what I have now, but surely there is cleaner…
gerdemb
  • 11,275
  • 17
  • 65
  • 73
12
votes
5 answers

How does Google's javascript API get around the cross-domain security in AJAX

How does Google's API make cross-domain requests back to Google, when it's on your website?
Arron S
  • 5,511
  • 7
  • 50
  • 57
11
votes
4 answers

Is it ok to use google.setOnLoadCallback multiple times?

I'm building a site using ASP.NET MVC, and I have partial views that use jQuery to do various things. I was thinking of switching to Google's AJAX API and using their loader to load jQuery. However, I noticed that I would no longer be able to use…
Joseph
  • 25,330
  • 8
  • 76
  • 125
7
votes
2 answers

Can you load Google Maps API v3 via Google AJAX API loader

Some time ago I used the regular method of loading Google Maps API like this: But since…
Hoff
  • 38,776
  • 17
  • 74
  • 99
4
votes
2 answers

To check favicon using Google API

How can we check favicon provided by Google API is the default globe? https://www.google.com/s2/u/0/favicons?domain=facebook.com returns the favicon of the facebook, where as https://www.google.com/s2/u/0/favicons?domain=test.com returns the globe…
Anjaly Kiron
  • 61
  • 1
  • 7
4
votes
3 answers

Estimated number of search results Google search API

When you search google, it estimates the number of search results e.g. Results 1 - 10 of about 103,000,000 for hello world How do I get the number 103,000,000 programmically? I'm not interested in the results, just that number, and I need to do…
Charles Ma
  • 47,141
  • 22
  • 87
  • 101
3
votes
1 answer

How to read Google AJAX Feed API results from C# code?

I want to use Goolge AJAX Feed API in my C# console application to save return feeds as C# collection so i can use this .net collcetion in my .net application. I noticed google give a Java Access Code Snippets but I have no idea how to coding it in…
CodeYun
  • 749
  • 2
  • 12
  • 20
2
votes
1 answer

google.load custom js

I am using google ajax api How can I load custom js which depends on libs loaded by ajaxapi?
Andrey Kuznetsov
  • 11,640
  • 9
  • 47
  • 70
2
votes
3 answers

Google AJAX search api

Using the Google AJAX search api How can I call a search from my own text box? And parse the results in javascript?
steven
  • 13,147
  • 16
  • 39
  • 39
2
votes
3 answers

Can I use google to determine vhosts on same IP?

Can I use google -- specifically i am thinking of the google ajax api -- to enumerate a list of host names of websites that are hosted on a particular IP address. Note Yes, I know that other mechanisms, such as MSN search and obviously DNS services…
Cheekysoft
  • 35,194
  • 20
  • 73
  • 86
1
vote
0 answers

Google Images Search API request restricted?

All! I wanted to develop a feature for a blog I wrote myself. I want to grab the search result of Google Images, and display them in a user-friendly way in or beside my blog's posts editor. So I did some research on code.google.com I found Google's…
CarlLee
  • 3,952
  • 5
  • 23
  • 33
1
2 3