Skip to content

Instantly share code, notes, and snippets.

View joeconradt's full-sized avatar

Joe Conradt joeconradt

View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Ogilvy</title>
<script type="text/javascript" src="https://www.google.com/jsapi?autoload={'modules':[{'name':'visualization','version':'1','packages':['geochart']}]}"></script>
<script type="text/javascript">
var TestData = {
locationData: {
"United States":{
'facebook_link' => array(
'type' => 'admin_setting_configtext',
'visiblename' => 'settings:facebook_link',
'description' => 'settings:facebook_link_desc',
'defaultsetting' => '',
'paramtype' => PARAM_URL,
),
<!DOCTYPE html>
<html>
<head>
<title>HTML5 Canvas Transformation</title>
</head>
<body>
<script>
// Create our canvas and append it to the document body
var stage = document.createElement("canvas");