forked from devsar/d3talk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrecursos.html
36 lines (32 loc) · 944 Bytes
/
recursos.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
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<link type="text/css" rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="body">
<div id="header">
Recursos
<pre style="margin-left:40px;font-size:24px;">
<code>
//Documentation and Source Code
http://mbostock.github.com/d3/
//Slides:
http://webholics.github.com/talk-munichjs-d3/#22.0
http://mbostock.github.com/d3/talk/20111018/#0
http://bost.ocks.org/mike/d3/workshop/
//Charlas:
http://www.ustream.tv/recorded/20313703
http://vimeo.com/29458354
http://cdn-smooth.ms-studiosmedia.com/events/W3C/Day2/Web_Standards.mp4
//Ejemplos:
http://bost.ocks.org/mike/
https://github.com/mbostock/d3/wiki/Gallery
//SVG:
https://developer.mozilla.org/en/SVG/Tutorial/Introduction
</code></pre>
</div>
<script type="text/javascript" src="hijs/hi.js"></script>
</body>
</html>