Please direct me to a right source.
I have a google map. I want to read data from XML file and display markers.
But I also want to update this XML file, based on the "current viewable map".
So if a user moves the map, then we update the XML file and display the appropriate markers on the map.
What would be the best way to do this?
...
Hi,
I am trying to send mail with large size attachment upto (1MB,2MB).
But sending mail fails.(Sending to Google Apps) as:
MailItemEntry[] entries = new MailItemEntry[1];
String EmlPath = "C:\\testemail.eml";
String msg = File.ReadAllText(EmlPath);
entries[0] = new MailItemEntry();
entries[0].Rf...
Hi all,
I tried to install google salve http://code.google.com/p/salve/ by adding following statements in the project's pom file:
However, when running mvn dependency:resolve it states "unable to find resource "salve:salve:jar:2.0" in repository salve
What's wrong?
<dependency>
<groupId>salve</groupId>
<a...
Hi,
I am writing a chrome plugin in which I want to register click event, means whenever we click on DOM window, the handler inside plugin will be called. For that I am using CPlugin class. The constructor is called from NPP_New(/argument/).
When I run the browser and click anywhere, I noticed that ScriptablePluginObject's HasProperty a...
I have a simple Map and geocoding sample in Flash using CS4
The problem is simple - I can retrieve a short list from the google search api, but when I try to generate the icons on the map using a loop, only the last icon is displayed. (ignore the house icon, it is generated earlier)
I feel I am missing something or made a stupid AS3 mi...
The Google I/O app was made by Google to help attendees to the conference track which sessions they want to watch and see the entire schedule. I was wondering if it was available as open source since it has some good UI design and usability patterns.
...
I have the following google chart code that im working with as an example:
Type: Line
Dimensions: 270x150
283,285,295,204,340,#41C0E4
64,120,130,170,175,180,#3962C2
1,2,5,12,28,34,#005E91
Bottom Label: test
The following is the URL which generates the image below
http://chart.apis.google.com/chart?chs=270x150&cht=lc&chtt=&...
I'm writting a web app in php that gets custom routes. Using the Google Maps API I am able to get the route from point A to point B. Now, I would like to avoid a certain point that appears along the found route.
Is that possible? Does Google Maps allow this operation or do I have to compute it by hand? If so, have you got any idea where...
I am creating an application that lets users login using Google, Facebook and the website's native login. The site is being built in Python / Django.
What would be the best way to handle login, session management and user authentication?
I do not want to use the in-built Django user management. I am using Django very sparingly(URLs, te...
i wonder what language Larry Page and Sergey Brin wrote google with?
not the languages that are used today, but for the version launched from their dorm.
thanks
...
I'm trying to create an offline HTML5 test application, and am playing with the new google fonts api at the same time. Does anyone have any ideas how to cache the remote fonts? Simply putting the api call in the cache manifest doesn't work, I assume this is because the api actually loads other files (ttf, eot, etc).
Any ideas if using t...
So Google takes:
http://www.mysite.com/mypage/#!pageState
and converts it to:
http://www.mysite.com/mypage/?_escaped_fragment_=pageState
...So... Would be it fair game to redirect that with a 301 status to something like:
http://www.mysite.com/mypage/pagestate/
and then return an HTML snapshot?
My thought is if you have an exis...
Hi,
I'm using google maps to create a bunch of POI on a map. I'm using the Fluster2 library to cluster the POI together when there are too many in a certain location. This all works fine and I'm very happy but I would like to move where the fluster2 text is written so it matches my custom icon. ie: it has a marker with 5 written over i...
can any one please let me know the memory limitation(MB) of google sitemap.xml file size.
...
Hi ,
I am using google ajax based translation API like in the below example.
google.load("language", "1");
function initialize() {
var text = document.getElementById("text").innerHTML;
google.language.detect(text, function(result) {
if (!result.error && result.language) {
google.language.translate(te...
How do I go to previous screen from current screen in Android app? I know there is a back button on phone, but it takes me to beginning screen of my app and I want my buttons on app to work for going back to previous screen.
...
I am facing the following problem.
On an Google Map I want to add info windows with tabs, where content is loaded from an external file using the GDownloadUrl method.
The code works about fine, but with two problems.
a) The first time I click on a marker, nothing hapens. I need to click twice to get an info box. After that it works ok...
I have a google spreadsheet that uses this function:
=SUM(E:E) - SUM(C:C)
It adds up all the values of column E and column C and them subtracts the difference. I would like to be able to return a 0 if the difference is negative.
...
I have a spreadsheet with various financial information in Google Docs, and I'd like to make some kind of dashboard web page for myself to summarize things. Getting charts in is easy, however, putting in things like the totals of monthly outgoings.
I know I can save the spreadsheets to html, or embed the entire spreadsheet or select sec...
I was wondering, how was the PacMan game on Google.com implemented?
Javascript?
...