-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathsummary.html
More file actions
29 lines (28 loc) · 1.2 KB
/
summary.html
File metadata and controls
29 lines (28 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<link type="text/css" rel="stylesheet" href="style.css">
<link type="text/css" rel="stylesheet" href="prettify.css">
<script type="text/javascript" src="prettify.js"></script>
<link type="text/css" rel="stylesheet" href="style.css">
<title></title>
</head>
<body onload="prettyPrint()">
<div id="body">
<div id="header">
<ul>
<li><strong>JSON</strong>: don't store data in JSON keys</li>
<li><strong>d3 + DOM</strong>: selectAll -> data -> enter -> append</li>
<li><strong>Chrome developer tools / Firebug</strong>: use liberally</li>
<li>d3 is indeed a visualisation framework, and don't let anyone tell you otherwise!</li>
</ul>
<p style="margin-top:2em">
<strong>read</strong>: Javascript: the good bits, by Douglas Crockford
</p>
<p>
<strong>watch</strong>: Mike Bostock being brilliant: http://vimeo.com/29458354
</p>
</div>
</div>
</body>
</html>