Our Flash widget is quite popular on the web.
There is a link to our web-site embedded inside the widget.
Does Google count this link as a back link to the site?
What is the approach for storing the latitudes and longitudes for multiple addresses as a one time set up. I need to find the nearby stores using Google Maps and I have to get the latitudes and longitudes of all the available stores. As the data is huge and may increase or change in future, can anyone suggest an approach taking performance and maintenance into consideration.
Thank you.
I have deployed one application in google app engine. In that application i have created three table using java in eclipse. Now i need to add one new table to the existing application. is it possible can any one help me.
thanks in advance.
Using Google app engine, is it possible to initialize a globally accessible singleton on app startup? I have a large static tree structure that I need to use on every request and want to initialize it beforehand. The tree structure is too large (20+MB) to be put into Memcache and I am trying to figure out what other alternatives I have.
Hi,
I am new to Google App Engine,
I have this entites User class -
user_id - integer
user_name - string
password - string
I want to do auto increment for the user_id,How I can do this?
I created two tables in google appengine datastore using JPA.
Table1:
*groupname pk
*groupid
*groupdesc
*emailper
Table2:
*groupname
*memberid
*membername
My constraint is if i enter data into table2 it check whether group already exists or not in table.If exists than only it store the data into table .How to solve this?
How can I authenticate my users via our their Google Apps account.
I also need access to their email.
I've read Oauth is needed but I have no idea if that is correct.
I'm using PHP.
Hi, I want tracking mobile web application that it is accessed from multiple domains with one google analytics account. I have found some information to do in tradicional web but not in mobile web.
Could i change this code in snippet1?
if (HttpContext.Current.Request.Url != null) {
url.Append("&utmp=").Append(HttpUtility.UrlEncode(Request.Url.PathAndQuery));
to Url.AbsoluteUri
Thx in advance,
Hi All,
I am using asp.net 3.5 with C#.
I have registered my application in google analytics and it is successfully showing my statics. But I want to integrate that statics into my website, is their any way I can do it.
Thanks in advance
Where in the Google Maps API docs can I find a table explaining the accuracy values of Geocode lookups?
Has the range of values changed in between V2 and V3?
I created table in google app engine using jpa.The contains three columns
*groupname
*groupid
*groupdesc
My constraints is i want to delete entire columns i.e i want to delete groupid.How to do this?
Thanks in advance
Using the local dev server, I can use ';' in urls, but as soon as I try the live version hosted by Google, it looks like the ';' and everything afterward is stripped (at least according to request.path_qs).
(I would prefer not to encode them if possible, it's much less user friendly if the url cannot be constructed by copy-pasting, especially since other characters works fine, e.g. ':').
This list is taken from the official Google App Engine roadmap:
SSL for third-party domains
Background servers capable of running for longer than 30s
Ability to reserve instances to reduce application loading overhead
Ability to select different availability vs. latency options for Datastore
Support for mapping operations across datasets
Datastore dump and restore facility
Raise request/response size limits for some APIs
Improved monitoring and alerting of application serving
Support for Browser Push (Comet) communication
Built-in support for OAuth & OpenID
What is your most awaited feature and why?
I'm using Google AppEngine with build-in datastore. But, I want move all datastore to my new VPS.
I'll use Apache Cassandra. How to move from GAE Datastore to Apache Cassandra?
I have a chart similar to the one below using the Google Visualization API. My problem is that on the right side of where the key is for this chart(where it says low, medium, high) there is too much white space. How can I get rid of this white space?
If I was using the following:
https://developers.google.com/chart/interactive/docs/gallery/annotatedtimeline
Assuming I did not have the line:
data.addColumn('number', 'Sold Pencils');
or anything referring to 'Sold Pencils';
How do I make it such that when the user clicks an external link 'Sold Pencils' I am able to retrieve the data and add it to the graph (without the user refreshing the page). Is there some way to redraw the graph/add the column in this way?
Hi All,
I want to create presentation like Google does with a costumed character objects.
for example visit following link
http://www.youtube.com/watch?v=m4Q9MJdT5Ds&feature=player_embedded
Is it possible to use a Facebook session in a Flash to authenticate on Google App Engine? I'm trying to create a Flash game and I want to use GAE as the back-end.
I have a two column list consisting of a US zipcode and a count (number of customers in this case). I want to put this data onto a map. Would Google maps API be a good fit for this?
It seems like this would be a common enough type of problem to already have an existing (preferably Java based) solution without having to re-invent the wheel.
Any suggestions?
Using bindInfoWindowHtml to create an info window on a Google map, any images in the info window with a title attribute don't show it on hover in Firefox 3.6. They do show up correctly in IE8 and Chrome.
Hi,
I building a small application uploading documents on Google Docs.
Is there any API like Goolge API (Ver2) for same?
Is it possible by using Goolge API (Ver2) ?
Thanx