Welcome To Snipplr
Everyone's Recent Snippets Tagged google
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
<p>usage: <br>
<code><a href="" onclick="recordOutboundLink(link, category, action, opt_label, opt_value);return false;"> <br>
<form id="uniqueID" onsubmit="trackFormSubmit(form, category, action, opt_label, opt_value);return false;"></...
0
1202
posted 13 years ago by freezy
IE9 renders google fonts nicer when combining two fonts into the same URL call in the style sheet.
2
899
posted 13 years ago by jamigibbs
I needed a simple function to shorten a link with goo.gl and wrote this, thought it may help someone. Note: you still need an API key from goo.gl
1
1786
posted 13 years ago by lasavior
**Use this line to anonymize IP adresses in Google Analytics:**
_gaq.push(['_gat._anonymizeIp']);
0
686
posted 13 years ago by JonasDoebertin
Google Analytics is a very popular tool for tracking your website’s user behaviour, and visits. This is simply an optimised version of Google’s asynchronous tracking snippet. To learn what has been optimised, and why it is faster than Google’s...
0
715
posted 13 years ago by paul66
Example of using http://code.google.com/p/gapi-google-analytics-php-interface/ to graph google analytics data.
1
865
posted 14 years ago by dtbaker
This makes use of http://www.minimalcomps.com, https://github.com/mikechambers/as3corelib and http://alivepdf.bytearray.org
2
1518
posted 14 years ago by adrianparr
Very usefull translation adapter for simple interfaces where creating translation files is just a bit to much.
1
635
posted 14 years ago by RonXS
With this customizable code you can add google weather showing current temps, conditions, and forecast for any location to your website. User prompts are included to allow the user to change the default location easily then hit the "go" button. Auto...
0
684
posted 14 years ago by stevethomas2011
How to determine a static map image for google Maps as fallback for visitors without JS. The image can later be replaced via JS with the google Maps IFrame.
0
912
posted 14 years ago by ichnoweb
This code was re-purposed from Pamela Fox's MapIconMaker v1.1 to work with Google Maps API v3.
1
877
posted 14 years ago by sandrews_06
if window.jQuery is undefined, there must have been a problem downloading the script from the CDN. In that case, proceed to the right side of the && operator, and insert a script linking to a local version of jQuery.
1
655
posted 14 years ago by Deej
Instead of putting "1.4.2" or whatever in the src, if you just put "1", you'll get the most recent version. At least until they release v2.
1
843
posted 14 years ago by matula
Be sure to call the exact version desired or the script is only cached for one hour!
http://encosia.com/2009/10/11/do-you-know-about-this-undocumented-google-cdn-feature/
1
915
posted 14 years ago by housecor
Used to make a Google Pie Chart, with optional labels and size from an array, using the array keys as the labels and the values for the data.
0
750
posted 14 years ago by alexstone