Hi,
I'm developing a simple site for local student contest. I want to implement some basic search functionality (just a textbox with submitButton or submitLink).
The site contains several pages with static informational content there, and one google-forms iframe(register for the event).
Is it a good idea to implement my search with ...
I want to know if i write a Google Chrome extension, will anyone be able to use my code?
...
I'm working on an events website so dates are very important search terms, ie: 'whats on on fri 14th september'
I've seen it done in various methods for example:
domain/whats-on/city-hall/14-09-2010/event-name.html
domain/whats-on/city-hall/2010/09/14/event-name.html
the first is 'shallower'.
the second could be clearer for google to...
I need to create custom pathways using the Google Maps API V3 for a map of a campus
I know I could create pre-determined paths based on checkpoints that I input, but I need to be able to make it so that a user using the map I've created can click from one side of the campus to the other, and have the option to either follow roads/sidewa...
Hey guys,
I just wanted to know wether it is posssible to pass geocoords to the google maps app bis intents or something similar.
I wrote an app for displaying route, coords and so on by myself, but wouldn't it be more elegant to ask google maps itself for displaying this?
I don't know if this is possible, but maybe, one of you can ans...
Hi guys,
Is there a way to have treat google serach results as an rss feed?
For example say I worked for stackoverflow and wanted to montior how if the results from the following search url: http://www.google.com/search?hl=en&q=stackoverflow changes from day today.
It would be cool if I could append &output=rss to the url and get ...
In IE7, when a user fills out this Google Form w/ jq validate.js, and clicks the Submit button, the page navigates to the "success" page, but our form isn't showing the submitted content.
http://www.xtracycle.com/lifetime-freeradical-warranty-and-guarantee/
I read that IE 7 has issues with input elements having both a type and class/id...
I managed to drag and drop a Google Calendar event, but what do I have to do for this information to be updated in my Google Calendar.
Thanks
...
I have written a firefox addon with which user can add notes to the pages they are viewing. Users can also highlight the content they like on the page. My addon adds some css and javascript files to the page once the document is loaded. The extension is working properly except with some google results pages. The results sometimes appear ...
So I'm trying to use Google Map suggest API to request place name suggestions. Unfortunately I can't find the docs for this bit.
Here is an example URI:
http://maps.google.com/maps/suggest?q=lon&cp=3&ll=55.0,-3.5&spn=11.9,1.2&hl=en&gl=uk&v=2
which returns:
{suggestion:[{query:"London",...
I want to use this ...
Hi,
I made a small product using Google APIs.
Now i need to sell it to my client.
I made installer and simply added all APIs.
But now it is showing error of type COM.
How can i resolve this issue?
...
Demo here using buttons
http://checkout.google.com/seller/gsc/v2/demo/index.html
I want to use, if possible text links in place of input buttons.
Thanks everyone!
...
I like the way Google handles internationalization, with domains such as google.co.uk, google.nl, google.de etc. I'd like to do this for my own site, but I'm concerned that Google will interpret this as content duplication, particularly across countries that speak the same human language, as there won't be any translation to hint that th...
The "previous version" interface on Google Docs is very primitive. It wouldn't even allow you to select two arbitrary versions for comparison (but correct me if I'm wrong.)
How can I access the previous versions via the API?
...
I use http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js
but some compaty may block this site, so in this case I want to use my local version on jquery
/JavaScripts/jquery.min.js.
How can I do it?
...
I get an "The remote name could not be resolved: 'mine.com'"
When using this open ID identifier:
https://www.google.com/accounts/o8/site-xrds?hd=mine.com
And it's true, that the mine.com DNS record doesn't exist. But I'm wondering why it goes to look there in the first place. All I want to be doing is to check if the user can login to ...
Can someone tell me if there is a webpage that lists the official Google limit on emails sent from a Google Apps Script?
In testing my little script I got a Service invoked too many times: email (# 59) and now I can't send any more emails.
The obvious place for this information would be in the MailApp.sendEmail documentation. But, tha...
Hi,
I am trying to Migrate mail on 'Google Apps Mail'.
When i give Admin credentials it get migrated successfully.
But when i use Domain user credential it shows error " Execution of request failed: ".
I want to migrate mails to user not to Admin User.Then why there is need of Admin credentials ?
I am using Google API Ver 2.
Thanx
...
This was asked about a year ago, but never really answered. It would be great to find out what language/gui framework was used to write Google's desktop Picasa app. Any ideas?
...
Hello, gents.
I learned how to download single google doc. But I am trying to make a script that downloads all my data in text format and then merges them in 1 text file. So, I wonder how to implement downloading part so that 1 can get zip file with all my files just as you do with web browser. Here is my newb script to get single file. ...