google

How to switch Google (and Wikipedia) search box suggestion with radio button?

Hi! I added Google and Wikipedia search box to a page and I'm looking for a way to change the suggestions depending on the selected radio button. In fact the suggestions language should change depending on the language checked. Here is my actual code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtm...

Using buttons on web pages. Will Google index their links?

I want to use the look of standard buttons on my page, but I want web crawlers to follow them as if they were links. Will Google and other web-crawlers index a web page that has links that look like this? <form method="get" action="/mylink.html"><input style="font-size:10pt" id="my-link" type="submit" value="Learn More..." /></form> ...

What application does google use to show PDF attachments in gmail

I watched the traffic when google displays PDF attachments in gmail in a new window. The content is served as PNG images for each PDF page. And its text can be selected. What does google use on server side to generate a PNG file for a particular page in a pdf file? How does the selection of text on a png file work? Any ideas? ...

Dynamic loading of items in Google Reader

I've been using Google Reader and want to implement a similar technique to the way they "seem" to late load the content of each post. When you click on one of your subscriptions, you see a series of posts with a snippet and other information. When you click on a post, it expands to reveal the full body. I thought they were simply togglin...

acegi + facebook / myspace / google

my app is using acegi as security. is there any facebook connect/google/myspace plugin i can hook up with acegi ? ...

Google Maps Directions call problem

Hi. I've got a problem with calling a function that should draw a route on a map. For some reason it just returns null. My code from maps.js (some of it) var map = null; var gdir = null; function initialize() { if (GBrowserIsCompatible()) { map = new GMap2(document.getElementById("map")); map.setCenter(new GLatLng(55.86...

Which Google API search module for Perl should I use?

Which Google API search module for Perl do you recommend? REST::Google::Search or Google::Search Ease of use is important because I only really need to get the top two, maybe three results from the web search. Also, is there a module that one knows of for getting things from wikipedia? Again easy of use is important. ...

want email from my server (postfix) to an email address on my domain to be delivered to google apps

I have google apps for receiving email. I get inquiries from people on info@[my-domain.com], which email is hosted on google. Sometimes, I want my rails set-up to send emails from my own server, and that works fine. But when I want to send to an email address on my own domain, such as [email protected], postfix sees the my-domain.com...

Django: want to use loop.counter to assign letter for Google Maps marker

I've got a variable number of items, somewhere between 0 and 20. I'd like to list these with Google Static Maps, showing a little "a" for the first one, a "b" for the second one and so on. I'm a newbie using Google App Engine so I'm constrained to 0.96 (unless I use various patches, which I don't want to do. Because I'm a newbie.) &m...

Google Wildcard Operator (*)

I am using the google ajax rest api and I'd like to get local results by prefix. For example: I type in "sta" and I get "starbucks". I wonder if there is a documented or undocumented wildcard operator that that allows you to find results that start with a string. I know that Google does have a wildcard operator but it works on a word...

Google Maps Geocoding problem

Hi. I am playing around with Google Maps for the first time. And I am struggling to extact some information about the location where the marker is. I have set up an example for you to see. The problem happens when I drag the A-node, the getGeocode() returns undefined? I need to extract zip-code, city, and address from the node when I ...

Issue with Google Gears and jQuery creating a managedStore

Hello! I'm trying to create a managedStore to cache all the js, img, swf and css from a web app I'm developing. Here is the code: $(document).ready(function() { var manifestName = 'cache_manifest.json'; var storeName = 'cache'; var localServer; var localStore; if (window.google && google.gears) { localReque...

Has anyone tried out Google's O3D plugin for 3D graphics?

I just found out about Google's O3D project, for rendering 3D graphics in Browsers using html and javascript. It seems nice, although the graphics are about 5 years outdated as far as I could see. Has anyone tried it out? ...

Google map api key is invalid for generated domain?

Yesterday I was for the fist time try google maps API, and I was generate API key for one of my public domains. Maybe I made a mistake, because I was test that key on my localhost and that was work fine, but when I try to publish that on my website I got the javascript alert which said that my API key is not valid for that domain, but I ...

Unable to get Google Search work from Zsh

I have the following code in my .Zshrc function google; { $VIEW "http://www.google.com/search?q='url-encode "${(j: :)@}"'" } I get google masi google:1: no such file or directory: http://www.google.com/search?q='url-encode masi' How can you get Google Search to work in Zsh...

Display Google Keywords that brought a user to the site

I am looking to display something like: Hello, you've reached this site by looking for [google keyword(s)] I'm pretty sure I've seen this done before but I am having troubles figuring out how to grab the keywords that were used to lead a user to my site. Anyone know the answer? ...

What Meta informations should I use ?

Hi, I see a lot of different point of views on internet concerning meta tags. I've been using them for a while, but I'm now wondering if I've been doing it using the current best practices. I know that the description is the most important one... <meta name="description" content="This is not a website" /> But what about other meta t...

Unable to understand two lines in .screenrc

I do not know how you can see the effects of following lines in your screen bind ^g screen -t 'Google' links www.google.com bind G screen -t 'Google' sudo -u insec links www.google.com I tried unsuccessfully to press Ctrl-g at a word in a scrollback mode. I also tried to search clickable words unsuccessfully in my manuals by man...

Unable to send mail through Google SMTP with PHPMailer

Hello, I'm trying to send out mail using Google's SMTP in combination with PHPMailer, but I can't get it to work. This is my code: $mail->IsSMTP(); $mail->Host = "smtp.gmail.com"; $mail->SMTPAuth = true; $mail->SMTPSecure = "ssl"; $mail->Username = "[email protected]"; $mail->Password = "**********"; $mail->Port = "465"; First I do n...

How do you search the web for programming related information?

Could you share your frequently used tricks to search the web for programming related information? Here is my toolbox: To find a library or an application I use del.icio.us search (ex. communication java python) or recently stackoverflow. To check recent news about a project or library I use google and narrow my search results to mon...