google

how to Google chrome GUI compiles cross platform ?

Hello all what GUI frame work are Google chrome browser using ? that its so light and compiled cross platform ? ...

Google Friend Connect

I want to get the google friend connect logged in user's email address from my website. I already implement the GFC in my website. please give any suggestion? ...

How to use dates on x axis with google chart api

This question has already been addressed but I would like to see some PHP code on actually doing this and also because I did not have the ability to comment so I was asked to 'restart' the thread. I am trying to plot dates on the x-axis but my dates do not have the same frequency. Here are some sample data points to have as an example:...

How can I retrieve a search snippets from google?

Hi, everyone! I'm working with a simple app, that allows user to enter some text, then delegates it to the google.com, searching for this text. Something like a Google search bar in Firefox. In Google toolbar, there is a feature: when you start typing the text, some snippets appear (sorted, as far as I understand, by the number of sear...

Google maps over https

We are using Google Maps over https using a free maps API key. The Google Maps API FAQ says: "The Google Maps JavaScript API and Google Static Maps API can be accessed over a secure (https) connection by Google Maps API Premier customers. If the Google Maps APIs are used with a free Maps API key on a secure site, the browser may warn t...

Alternative to Google Custom Search

Hi, I'm using Google Custom Search (http://www.google.com/cse) on a client website. They are not very happy about rival companies showing up on sponsered links on their own site. I know we can use Google Site Search (http://www.google.com/sitesearch/ but it has an annual fee. I've been looking all around for a Free/OpenSource alternative...

Google JavaScript CAPTCHA handling

I am using Google API's to provide maps on a web page, however, Google frequently prompts for a CAPTCHA (I only know this from going into Firebug, users just get a JavaScript error) for requests for its javascript API's (e.g. http://maps.google.co.uk/maps?file=api&v=2&key=xxxx). However, this prevents visitors from our network (a...

how to detect - where did the user came from?

Let's say I have google'd for digital photography school http://www.google.com/search?q=digital+photography+school&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a I get few results. And from the results if I click "Photography Tips & Tutorials" under subsection of first result "Digital Photo...

How solve internet explorer cannot open site http://www.xyz.com/map.htm operation aborted?

Hi, I have used google map. When i go to link www.xyz.com/view_map.html no problem for firefox but for IE error message is displayed like this (internet explorer cannot open site http://www.xyz.com/view_map.html operation aborted). Is there any solution for this. Thanks in advance ...

Android, add new view without XML Layout

Posted: Thu Jul 30, 2009 6:09 pm Post subject: How to show small View? I need a little help from people with expirience. I hope it's easy. I just want to show new View (creating it without XML layouts) above main program's view. It's to integrate AdMob.com ad block: I wrote such code: AdView ad = new AdView(this); ad.layout(10,...

Bing Performance

Bing has been around for more than 2 months now.There has been some positive reviews about bing. Some experts in search areas have pointed out that Bing results are more relevant than Google's since its index is still not cluttered with unnecessary garbage. Does these claims have any truth behind them ? ...

Parsing __utmz tracking cookie to get referral

I use Google Analytics on my site, and I want to read __umtz cookie to get referring link. I made some research and I wrote such code: $refer=explode('utmcsr=',$_COOKIE['__utmz']); if(count($refer)>1) $refer=explode('|',$refer[1]); $refer=addslashes($refer[0]); The problem is, this is not always working, sometimes I get junk as result...

oauth google using python

i am fairly new to programming for web. and i want to start from scratch here. i tried to search the net but ended up completely confused. now what i want to learn is how to authenticate a google account through a python script. can anyone please provide me with a code fragment or any example. thanks a lot in advance. ...

Where can I find a social portal application?

Hi, So what I'm looking for is something like a free version of 37signals Basecamp thats less project/todo based and more community based. I want somewhere people can collaborate. At the moment we use google docs/forms, a forum and IRC. Does anyone know of any such web applications that bring these features and perhaps other under one...

Optimizing Google Calendar PHP Code for speed (Zend_GData)?

Hey everyone, I am using the Zend_GData Package to connect to a Google Calendar and do various things such as add/edit/delete events. However, I find that these are pretty expensive operations, and can sometimes take a visible 4 seconds to complete. I was wondering if there is anything I can do to optimize my code and make it faster? Her...

problem with gmap valid key

My google map works on local host perfect, but when i get key from codes.google for my server ip my google map alerts your browser does not support google map i dont know what is my problem can anybody help me? ...

How should google crawl my blog?

I was wondering how (or if) I should guide Googlebot through my blog. Should I only allow visiting pages with single entries or should it also crawl the main page (which also has full entries)? My concern is that the main page changes when I add a new post and google keeps the old version for some time. I also find directing people to th...

google custom search add annotation programmatically

when adding annotation programatically ,refer to http://code.google.com/intl/en/apis/customsearch/docs/api.html#create_annos , can i assign "id" to each annotation so later on, when i need to delete it i can just delete by the id instead of required to retrieve all the annotation and delete it? ...

Ideas for Software Engineering Thesis Project

Hey everyone, I am in a Software Engineering Master's program, and I have to start my thesis work pretty soon. I understand that ultimately, the decision on what I do has to be up to me, but I was hoping to try and get a couple ideas. My advisor was right in telling me that the hardest part is coming up with a good idea. The requiremen...

Wrong encoding when getting response from Google's translate API?

I am using google's translate API to translate some text in the iPhone SDK. The URL I use is http://ajax.googleapis.com/ajax/services/language/translate?v=1.0 Everything works, except in some languages, Polish for example, the returned string sometimes have weird things like \u0026 as part of the string. It would show as "hello how ar\u...