forked from mikedewar/d3talk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toread.html
25 lines (24 loc) · 1.33 KB
/
toread.html
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
<!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">
<h1>Where next?</h1>
<p><strong>browse</strong>: <a href="http://mbostock.github.com/d3/api/">http://mbostock.github.com/d3/api/</a></p>
<p><strong>read</strong>: Javascript: the good bits, by Douglas Crockford</p>
<p><strong>browse</strong>: <a href="https://developer.mozilla.org/en/SVG">https://developer.mozilla.org/en/SVG</a></p>
<p><strong>watch</strong>: Mike Bostock being brilliant: <a href="http://vimeo.com/29458354 ">vimeo.com/29458354 </a></p>
<p><strong>clone</strong>: GraphDB <a href="https://github.com/sones/sones">https://github.com/sones/sones</a></p>
<p><strong>clone</strong>: Cube <a href="http://square.github.com/cube/">http://square.github.com/cube/</a></p>
<p><strong>clone</strong>: d3py <a href="https://github.com/mikedewar/D3py">https://github.com/mikedewar/D3py</a></p>
</div>
</div>
</body>
</html>