google-ajax-api

Google Ajax Library API & jQuery(function() {})

i wonder if i use google.load("jquery", 1); google.setOnLoadCallback(function() { // i still need to check if document has finished loading with $(function() { // do stuff }); }); the question is when google.setOnLoadCallback() is called it does not mean the document has finished loading right? or can i do stuff ...

how to get the geo data from geo-rss via google ajax feed api .

this is my code that has geo-rss from google maps rss: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"&gt; <html xmlns="http://www.w3.org/1999/xhtml"&gt; <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"/> <title>Google AJAX Feed API - Simple ...

Jquery: DIV tag not refreshing in IE/Chrome using Jquery setInterval

Hi Everyone. I am trying to read blog entries feed by using Google-Ajax-Feed-API and JQuery. I have achieved most of the stuff, but in refreshing the DIV tag after every 10sec, I am having some problem. The code does not refresh DIV tag in IE or Chrome.(however refreshes well in Mozilla). Any help? Thanks. <script type="text/...

where do I get a key for google-translate?

It appears that to use Google Translate you have to use an API key but I can't find anywhere where do I get the key. Is the key the same used for the search APIs? ...