I presume the following are the steps I should do:
A) I need to post the following for login:
POST /accounts/ClientLogin HTTP/1.0
Content-type: application/x-www-form-urlencoded
accountType=HOSTED_OR_GOOGLE&[email protected]&Passwd=north23AZ&service=cl&
source=Gulp-CalGulp-1.05
B) Need to check the return code
C) If it retur...
Is it possible to copy spreadsheets with gdata API or worksheets from one spreadsheet to other? For now i copy all cells from one worksheet to another. One cell per request. It is too slow. I read about "cell batch processing" and write this code:
src_key = 'rFQqEnFWuR6qoU2HEfdVuTw'; dst_key = 'rPCVJ80MHt7K2EVlXNqytLQ'
sheetcl = gdat...
I know that Google does some open source but a lot of their assets are very closed source. What are the main ones that are open source and those not?
Android - fully open (I think)
GMail - Closed
Search - Obviously closed
Chrome - Some open source bits (webkit)... but I'm not sure
JavaScript compilers (that Steve Yegge is working w...
One of the problems I have with Google is that it seems to strip special characters like dots, commas and some other special characters, which are usually what I'm looking for when I'm trying to find anything programming-related
ex: django @ sign returns irrelevant data. Perhaps you know a way (or an alternative/technique) to make this ...
If I have a page divided in sections/fragments, that are linked to within the page with anchors, like this:
<div class="menu">
<a href="#sec1">Section 1</a>
<a href="#sec2">Section 2</a>
<a href="#sec3">Section 3</a>
</div>
<div class="content">
<a name="#sec1"></a>
<h2>Section 1</h2>
<p>Bla bla bla...</p>
</div...
One section of our website presents a paged randomized content. The first time a new user visits the site, she is assigned a new random seed which passed in URL's and for persistence stored also in cookies. The problem is that the seed in URL's confuses Googlebot (and other indexing services); it complains that there are too many URL's p...
I know that I can put a Google Custom Search on my website, and get adsense ads along with it, but I would like to put adsense ads alongside search results provided by my own search engine.
What is the HTML I need to add (or JS snippet) to the Google Custom Search in order to get it to also display AdSense?
...
Hello,
does anybody know, where I can find the Google Calendars Event-GUI?
I'm building an social networking site, which relies on google calendar.
For adding and changing events, I want to use googles GUI (i dont want to code this myself if there is a partial/control already existing).
Does anybody know where I can find this?
...
I want to show adsense ads on my search results page.
With Google Custom Search this is easy.
However, I have my own search engine for my site, and I want to show adsense ads on the results page. It doesn't look like this is directly possible.
My thought is to show my own search results, and at the same time call Google's search wit...
Is it possible to have overlapping views in Android? I would like to have an ImageView with a transparent png in the front and another view in the background.
edit:
This is what I have at the moment, the problem is that the image in the imageView is not transparent, the parts that should be transparent are just black.
<RelativeLayout ...
I'd like to find out good and robust MapReduce framework, to be utilized from Scala.
...
I serve pre-compressed CSS and JS files on my site, and IE6-8 and FF
is working perfectly with my .htaccess file.
# Compressed files
RewriteCond %{HTTP:Accept-Encoding} .*gzip.*
AddEncoding x-gzip .gz
AddType application/x-javascript .gz
AddType text/css .gz
I call the files with the .gz extension already [example]:
<link rel="styles...
Today I noticed that a few Google advertisements in an adsence block on one of my pages were trying to display a file called "/pagead/badge/checkout_999999.gif" from my server. I did a bit of investigating and found out that the companies behind these adverts use Google Checkout and "checkout_999999.gif" is supposed to be a tiny shopping...
Is there a way to have multiple background colours in the line chart or motion chart of the google visualizer api? In this case I want some vertical bars to specify certain conditions. eg. daytime or nighttime.
...
how services like google analytics calculate parameters like
"average time spent"
"number of users that came to the website via search Vs user that hit the url directly
etc.
I would imagine that google can easily record a HIT when someone clicks on a link in serach result. But after that how long and deep the user is brwosing that per...
Remember Google's 10 to the 100 project? The page hasn't been updated in a while so I'd like to know what your (programming related) idea was?
Let's use stackoverflow and vote for the winning idea.
...
How would a phone like the Samsung I7500 upgrade its firmware when running on a non google partner carrier? I don't see any kind of manual upgrade options available.
...
I have a page that shows the main product for that page, next to it though are "related products" which when you click on them you go to their page, and they have their own related products as well. The problem is that the related products are getting indexed by Google so when you search for product-A you may get the product-B page where...
Right now I can use this URL to request a Google Static Maps image successfully:
http://maps.google.com/staticmap?center=37.687,-122.407&zoom=8&size=450x300&maptype=terrain&key=[my key here]&sensor=false
However, the second I use JQuery or any direct javascript to set an image's src to the above url, Google passes back...
Hi,
I'm new to using the Google Calendar API.
I can create .ics calendars using a php app.
I would like to know if it is possible for Google Calendar to allow embedding of those calendars on to my website without having to add it to an account.
I really like the google interface, and if this could work in any way, that would be great...