google

How can I add a transparent & scalable marker on android Google Map?

I'm trying to add a marker like the cell ID localization marker (blue dot with a round area) in the pre-installed Google Map application on Android phone. I want it be transparent and scalable when I zoom the map so that the marker can indicate a certain geographical area. Anyone can help me on this? Thanks! ...

Difficulty accessing Google Search API with Flex

Hi - I am trying to get the number of incoming links to a page through the Google Search API. It is not working (just returning Null) Here is the code <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="init();" width="320" height="480" backgroundGrad...

logging incoming traffic from google Sponsored Links clicks

hello to all, a client asked me to write a script that will log visitors reaching hs site via google adds (Sponsored Links). the idea is to keep track of: 1.users' ip 2. what add they clicked 3. what key words they submitted in the Google search that led the them to the result page in which that add was displayed i will attempt that in...

VB.net Google Map retrieve data info from databse

I am using google map API to show the map and some marker, when user click on the marker will show the location info. Those info i store inside databse. How can retrieve the data when the marker is been clicked? Because the google map code is in java script how to link with vb behind code? ...

Google Data API: what is the limit of Extended Properties?

Is there any limit on number of properties and value length in Extended Properties of Google Data API (in particular Calendar API)? ...

Web Search API for 25000-50000 Entries (Java)

I have 20000-50000 entries in an excel file. One column contains the name of that company. Ideally, I would like search the name of that company, and whatever is the first result, I would select the URL associated with it. I am aware that Google (which my ideal choice) provides a AJAX Search API. However, it also has a 1000 search limit ...

Can someone explain the effects visible in Google Image Swirl?

How are the expanding and shrinking effects done? http://image-swirl.googlelabs.com/html?q=volcano#388 Is it possible with jQuery UI animate stuff? ...

How does the Google Docs PDF viewer work?

I am curious to know how the Google Docs PDF viewer works? It's not a flash like scribd.com; it looks like pure HTML. Any idea how do they did it? Sample link to view the PDF ...

How to display that given address is not on google map

I have two input box: <input name="adrs" id="adrs" type="text"> <input name="city" id="city" type="text"> Now I want when user write this, is there any way by which i can tell the user that given address is not on google map? Any simple method , I am using EasyGoogleMap.class.php class. Please suggest me any jquery method to show t...

JsTestDriver easy appending of elements to the body via :DOC syntax?

I'm using js-test-driver to test my Javascript code on several browsers: TestCase("DropDownValueReplacerTestCase", { setUp:function() { console.log("BEGIN: setUp"); /*:DOC += <form id="bob"></form> */ console.log("END: setUp"); }, tearDown:function() { console.log("BEGIN: tearDown"); ...

Blogger (Python) API: How do I retrieve a post by post ID?

Having previously obtained a post ID from a call to gdata.blogger.client.add_post()... post = client.add_post(...) post_id = post.get_post_id() ...how do I use that post id to retrieve the post in the future? I thought maybe gdata.blogger.client.Query would be the way to go, but this doesn't support post id as a query term. The exam...

ClientLogin from Google API doesn't works with AJAX

Hi, I'm trying to login to a Google Account for request Picassa Web photos with AJAX. That's the code: xmlhttp=new XMLHttpRequest(); xmlhttp.open("POST","https://www.google.com/accounts/Login",true); xmlhttp.send("accountType=HOSTED_OR_GOOGLE&Email=...&Passwd=...&service=lh2&source=prova"); document.getElementById('prova').innerHTML=xml...

Why does Google provide public hosting of popular JavaScript formats?

Does Google track my coding habits to show Google ads in their search if i use any their hosted JavaScript framework? ...Or is there some other reason for them to host these? What is the benefit to them from hosting these frameworks? ...

Zend GData, Google Calendar API Question.

Hi, I read the tutorial from IBM development website. http://www.ibm.com/developerworks/xml/library/x-googleclndr/#resources I tested successfully. Now I don't know how to insert the event Description at my event view page. Based on the code below. Only showed event id, event title. Is there a parameter like event->description ? thanks....

Dojo fails to load from google's CDN using Chrome; produces Uncaught illegal access

When I load dojo 1.4 from google's CDN, I get the following error: native string.js:183 Uncaught illegal access This only happens on about half the refreshes when using Chrome, other times it works fine. I've verified that the problem reproduces on multiple windows machines running Chrome. I'm using the following code to create my doj...

Android Sample Apps

Can I use the sample apps and edit them to publish them on the market? ...

Adding Search Capabilities to my website

Instead of writing a PHP script from scratch, I wanted to know if there are any free scripts, plugins, or APIs out there that allow me to add a search box to my website to search only content on my site. Google's free version is ad-supported, and I am looking for a clean, simple, and non ad-supported solution. Any ideas? ...

A couple of questions regarding Cufon

On Firefox, when I load my blog (http://dailyblogdose.com) there is a delay before the fonts get replaced by the pngs. However if I load technosailor.com there isn't any noticeable delay. However on Google Chrome both sites have delays. Any ideas why? I put a margin-left:-8px for my div.posttitle because there is an empty canvas generat...

how to acquire a google authentication token

Retreiving the URL http://www.google.com/reader/api/0/token returns a token, which is periodically updated. What's required to generate this token? Apparently, and I'm guessing a, or some, cookies are accessed by Google for authentication. Here are my results so far: thufir@ARRAKIS:~/projects/curl$ thufir@ARRAKIS:~/projects/curl$ rub...

How many pages can i add to a new website without going to the google sandbox ?

Hello there, I'm about to open a new website wich have 15.000 pages (ecommerce store). Of course, i will not publish all this pages at the same time, but i'm looking for infos on how much pages should i start with without going to the sandbox. For example, could i start with a 50 pages website or is it too much ? Then, have you an idea...