hi all,
i'd like to have google analytics also spider images (eg. livecams) - i mean it should directly spider how much a certain .jpg was loaded.
is this possible?
thx
Hi,
I am new to OpenID, and want to implement Google OpenID authentication on my website. I could not found any example.
Can anyone suggest me some good tutorials (step by step) or any working example with code to implement Googl OpenID authentication using PHP.
All helps are appreciated.
Thanks,
Navin
I'm wondering if anyone out there has worked with Google Maps API with Rails 3. I'm looking for launching ideas, gems, plugins etc.
I played around with ym4r-gm plugin for several hours today, with not much luck. Have you played with this API on rails 3 yet?
Thanks in advance!
My goal consist of 5 steps. Everithing works fine when user completes wizard without validation error, but if he returns to same step twice, goal don't get completed and google analytics registers that as exit from wizard.
How can I fix this?
I wonder if there are any best practices/patterns for deploying python apps on Google app engine specifically Django. The best practice should be combination of existing best practices viz. Fabric, Paver, Buildout etc. Also please share best practice patterns for developing (I could not get virtualenv running with Django and Django App engine helper)
i follow this article :http://code.google.com/intl/en/appengine/docs/python/tools/uploadingdata.html
and want to download all data from my app ,
but when i use the next code,it show error:
D:\zjm_demo\app>appcfg.py --dump --app_id=zjm1126 --url=http://zjm1126.appspot.c
om/remote_api --filename=a.csv
Usage: appcfg.py [options] <action>
appcfg.py: error: no such option: --dump
why ?
thanks
I'd like to populate a google map with several markers. When the user clicks on a marker I would like it to send the user to a different webpage which is designated for that location. (for example: lets say the markers represent homes, when you click on a marker it takes you to a page with more information about the home)
What is the simplest way to do this?
I'm trying to write some tests (RSpec) against the AppEngine and its datastore. I've tried to load the environment and tests via:
appcfg.rb run -S spec app/tests/
And I end up with the following error:
spec:19: undefined method `bin_path'
for Gem:Module (NoMethodError)
I can run non-appengine specs just fine by running:
spec app/tests/
Any suggestions on how to get RSpec up and running with JRuby and Google App Engine would be greatly appreciated. Thank you.
Usually when you try to add a marker to an unknown/ambiguous address you just get an error from the api.
It would be much nicer if i could display a list of suggestions related to the address that was not found.
The Google maps site has this feature but i do not know how to do with the api.
Any help would be appreciated.
Hi, I've looked through other questions but i don't think this has been asked before:
I have an email client i'm building in the .NET framework, and would like to automatically create google calendar events (just like in gmail). Is there a way to feed an email message (i.e. a string) and automatically identify if there is a possible event or not in that?
Any ideas?
Thanks, Erika
Hi Experts,
I am looking for examples of share calendar and share event using google calendar API in any programming language java, .net, java script.
Thanks,
Aqeel
Let's say that the Google Custom Search Engine on my website is returning results like the following:
Campine chickens - buy discount chickens online ...
blah...blah...blah...blahblah...blahblah...blah
www.pollosshop.co.uk/poultry/Campine/3941
Pollo's Staff Picks
blah...blahblah...blahblah...blahblah...blah
www.pollosshop.co.uk/staff-picks/
Is there anyway to append a tracking parameter to the URL's so that they become:
Campine chickens - buy discount chickens online ...
blah...blah...blah...blahblah...blahblah...blah
www.pollosshop.co.uk/poultry/Campine/3941?track=fromsearch
Pollo's Staff Picks
blah...blahblah...blahblah...blahblah...blah
www.pollosshop.co.uk/staff-picks/?track=fromsearch
?
Hey,
I'm running a post, and need the request to be replied fast. So I wanted to put a worker running some operations in background and reply the request imidiatly.
The worker is always finite in operations and executes in [0;1] second
How can I do this? Is there any module that suports this in the google app engine api?
Edit:
In python
The language Google Desktop gadgets use resembles JavaScript, but it's different in subtle ways. For example, I saw this line in a gadget:
options(HISTORY_OPTIONS_NAME) = items_.join("|");
which looks like it's assigning to a function call. That's just not OK in JavaScript... what language is this? And what exactly is that line doing?
I have been experimenting with Google charts. Are there any alternatives that are reasonably as expressive but can be installed locally on your own web server? I don't like the idea of relying on an outside entity for a feature to work. Even if it is for cost, it would be preferable. Any suggestions?
Has anyone setup an online copy/paste utility for Google's Closure minifier? I'm working on a project and I want to minify part of the code manually without having to setup the entire project on my own.
I have a xml web service which I would like to track using Google Analytics. Since it uses a small client side javascript to do the tracking, this is a problem. Is it possible to workaround this without running a javascript client server side?
I'm trying to add a view cart button to my website that is using google checkout, does anyone know a trick to do this? I think I may need to use a special div with a class to create a button that will display the cart when clicked, I'm lost.
Thank you
I am evaluating several technologies for an open source app for the google app engine. I'm searching for information regarding OSGI on googles app engine.
I have found Lemmon but it seems to be a dead project. The last checkin was in mid 2009... :-/
There is also a eclipse blog entry from april 2009, but it's not a real success story.
Has anyone successfully used OSGI in a GAE app?
I'm trying to use Google Analytics API to query internal searches that happen on my site.
I'd like to be able to query the keywords and the number of times that keyword was used in internal search, based on URL of a page on the site. The idea is to find out which keywords direct the user to a particular page.
Does anyone know which dimensions and metrics must use to query that information?
I am using google maps API v3 and have created several polygons on the map. I want the functionality that when the user hovers over a given area (polygon) the individual polygon changes color. Is there any way to do this? (Later I'd like to be able to register mouse events on the given area as well). thanks.
I am making the website of a movie theater, and I want Google Movies to index the showtimes I publish on the website. Does anyone know if there's a way to do this?, maybe using microformats? or exposing this information using RSS or something similar?.
Thx