google

Are lightbox-style popups allowed when using Google Adwords?

Hi, Google's AdWords policies state: Pop-Ups Don't use pop-up windows on your site. We do not approve destination URLs that generate pop-ups when users enter or leave your landing page. We consider a pop-up to be any window, regardless of content, that opens in addition to the original window. This includes po...

Google Maps - Same text appears in info window when using multiple markers

Hi everyone, I'm having an issue with multiple markers on google maps - I currently have a MySQL database storing info (location info). In php I then extract this info and loop through each postcode to dynamically create the required javascript to place a marker for each place in my database. This works successfully so I know that I'...

call javascript from python

I want to execute this script (view source) that uses Google Translate AJAX API from python, and be able to pass arguments and get the answer back. I don't care about the HTML. I understand I need to embed a Javascript interpreter of some sort. Does this mean I need to have a browser instance and manipulate it? What is the cleanest w...

What is the most used class in Google collections framework?

I wonder what is the most useful class in the Google collections framework? ...

How can I make Firefox change google search result links to direct links to what they say they are?

I don't know if anyone else even has this problem, or has noticed, but all of my Google search result links (when signed in) look like they're going to the URL listed below the link - stackoverflow.com/ for example, but if you right click the link and copy, the resulting paste will produce this instead: http://www.google.com/url?sa=t&am...

google sitemap direct input validator

does anyone know of a google sitemap validator that does not require a public URL? I am working locally and am hoping for a direct input / copy+paste solution for validating my output. ...

Correct SPF record using google apps

Can anyone help me out? I am using google apps, and google is handling my email. check out www.google.com/apps/ Well i have created the SPF record mention in the help forum in google, but the SPF record did not pass, verified by using [email protected] and [email protected] After searching a bit i found that the SPF me...

Using google transliteration in Flex

Attached code is an example of how to use Google transliteration feature in certain html textboxes. I need to enable the same transliteration feature for a flex application. Is there a way I could do it? <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <script type="text/javas...

Problem in returning values from javascript function to flex

In the attached flex code, I am trying to call a javascript function in its HTML wrapper. The example is also live at : http://www.cse.epicenterlabs.com/mbm/ajax_api.html The problem I am facing is, that I have to click the button twice to get the desired output. Seems like there is some delay in setting the "output" variable. How could ...

Custom placemarks directly on maps.google.com for my map

So i made a custom map with a couple of placemarks on it. I has copied html code and pasted into my web page. Everything works fine. The map and placemarks are displayed correctly. And when i press the bottom left corner button "Click to see this area on Google Maps" i can see my map directly on maps.google.com but the placemarks get dis...

Google Safe Browsing API Code for PHP?

I've looked around but have been unable to find any classes or sample code (in php) for the google safe browsing api. Would you happen to know where I might find it? G-Man ...

How do i get userID trying to create map using maps data api ?

Hi guys -) Here is the portion of the manual (link text): --- POST hxxp://maps.google.com/maps/feeds/maps/userID/full Content-type: application/atom+xml Authorization: GoogleLogin auth="authorization_token" --- Where i can get userID if only thing i got from the last seesion with google (authorization) is AuthToken ? Yes, we can get ...

Google Apps isn't delivering mail to my lists

We host the email for our company with Google Apps, and we use email lists to deliver things to the engineering team (engineering@my_company.com). We have automated exception emails that get sent out when there is an exception raised on a production server. This has suddenly stopped working for me on my newest server. The configuratio...

What's in it for programmers from Google Chrome Operating System (don't mix with Google Chrome browser,please)?

What's in it for programmers from Google Chrome Operating System? I'm curious from Java, Scala, C++, C# perspective. ...

Attempt to install Google Eclipse plugin gives error

I am trying to install Googles' eclipse plugin - http://code.google.com/eclipse/docs/getting_started.html Even on following all the right steps I get an error message - Google Plugin for Eclipse 3.3 requires plug-in "org.eclipse.jdt.core". But I could not find how to install this missing plugin. ...

Should I use Google's JSAPI in production code?

Possible duplicate of: should-i-link-to-google-apis-cloud-for-js-libraries also many other discussions, including: http://stackoverflow.com/questions/547384/where-do-you-include-the-jquery-library-from-google-jsapi http://stackoverflow.com/questions/1014203/best-way-to-use-googles-hosted-jquery-but-fall-back-to-my-hosted-library-on-go...

How to solve this iGoogle-gadget issue?

I want make an 'iGoogle gadgets' that changes the search box on the igoogle page. Here is my code so far: <script type="text/javascript"> function bing(){ document.getElementById('sfrm').action="http://www.bing.com/search"; } </script> <input type="button" onclick="bing()" value="Search"><br>with Bing. I have tested it briefly with ...

Google Search, FAST ESP and Lucene

Has anybody come across or created a functionality comparison document between the various enterprise search options like Google Search Appliance, Fast ESP, Lucene? Any helpful pointers or links much appreciated. ...

Platform for developing all things google?

I am interested in developing things for google apps and android using python and java. I am new to both and was wondering if a environment set in windows or linux would be more productive for these tasks? ...

Google using # instead of search? in URL. Why?

I'm not sure how long they've been doing it but I just noticed google using # in their search url instead of search?. New way http://www.google.com/#q=stackoverflow Old way http://www.google.com/search?q=stackoverflow The pound/hash sign is generally used as an anchor to a section of a page. Besides a shorter url what could be the bene...