Suppose I have a URL in my query string. Someone told me that Google does not like it because they believe we are pulling content from another server.
http://mydomain.com/?id=http://abc.com
We are trying to make a timeline in google earth that connects to different points around the globe. We made the KML file and it works just fine with a linear path with consecutive times/points, but would like to make the path branch off into different paths at certain times. How do we manipulate the KML to include the branching lines?
The following URLs point to the same resource:
http://www.domain.com/books/123
http://www.domain.com/books/123-Harry-Potter
http://www.domain.com/books/123-Harry-Potter-And-The-Deathly-Hallows
I would like to use (1) as the canonical URL for OpenGraph/Facebook, so if you "like" (2) and (3) then will count for (1).
But I would like to use (3) as the canonical URL for Google, because of SEO.
Is this recommended?
Is it possible to add google maps on a site designed specifically for the iPhone? I have never integrated maps in my websites before, so this question really goes more because of my inexperience.
Using basic html and javascript at the moment.
Has anyone had any luck rolling a custom GWT jar for Google Collections / Guava? I've tried uncommenting the relevant ant tasks and running them, but I just get empty folders in the JAR. Can't seem to get the include rules right :-/
I can't find anything recent on this. Is there any documentation on how to track with Google Analytics without using ga.js? I want a JS implementation on mobile devices but I don't want to load up 9KB of local memory or use server-side GA. I'm primarily interested only in tracking page views and uniques. Has anyone rolled their own GA implementation?
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 am so fed up with this google products I am Ready to give someone my UN and PS and pay them to do it. I keep getting a error message saying Text, I followed the instructions , they said to do it in excel and save as a text please
Help Please microcomputerctr.com
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'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 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!
hi all,
i have an address for a location. when i click some button in my app. it should redirect to default google map in android and drop the pin to that particular location. how to do that? Any Idea?
I need to imitate Google Tasks look and feel with a few minor changes.
Is there an open-source JavaScript control that I may reuse?
The main feature that I look for is "plain-text-like" feel of the in-place task editing process.
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 created a very quick Google Desktop gadget to track a user's reputation on SO. It takes only a user's ID (user name won't work) and shows the current reputation and gives notifications (if enabled) on any changes. It occurred to me that it might be useful to others here both for tracking and if you wanted to know how to create a gadget.
Download the gadget
A few notes about creating it
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?
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
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'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.
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
?