Copy and paste this code into a text editor
<html>
<head>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script>
google.load('visualization', '1', { 'packages': ['map'] });
google.setOnLoadCallback(drawMap);
function drawMap() {
var data = google.visualization.arrayToDataTable([
['Lat', 'Long', 'Name'],
[36.1667, -86.7833, 'Nashville'],
[35.9292, -86.8575, 'Franklin']
]);
var options = { showTip: true };
var map = new google.visualization.Map(document.getElementById('chart_div'));
map.draw(data, options);
};
</script>
</head>
<body>
<div id="chart_div"></div>
</body>
</html>
Wednesday, June 25, 2014
Tuesday, June 17, 2014
Coder Dojo Agenda 6/18/2014
There will be two demos by one of the students. The topic will be using a Wacom tablet. http://www.wacom.com/en/us/creative
The second demo will be regarding how to collaborate using Skype.
Once finished with demos. Students will embed the music files they made in www.soundation.com into an html page.
Meeting will be held at 6:30 to 8:30 pm at the Nolensville library.
For more information email me at neecetinsley@icloud.com.
There will be two demos by one of the students. The topic will be using a Wacom tablet. http://www.wacom.com/en/us/creative
The second demo will be regarding how to collaborate using Skype.
Once finished with demos. Students will embed the music files they made in www.soundation.com into an html page.
Meeting will be held at 6:30 to 8:30 pm at the Nolensville library.
For more information email me at neecetinsley@icloud.com.
Subscribe to:
Posts (Atom)