This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
index_old.html
73 lines (63 loc) · 3.75 KB
/
index_old.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>The Nature of Code Book</title>
<link rel="icon" href="favicon.ico" type="image/ico" />
<meta name="description" content="Learning Processing" />
<meta name="keywords" content="Dan Shiffman programming processing art computer java" />
<meta name="copyright" content="Copyright © 2008 Dan Shiffman. All Rights Reserved."/>
<script type = "text/javascript" src="core.js"></script>
<link href="temp.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<form name="form" id="form" method="post" onsubmit="return false" action="http://scripts.dreamhost.com/add_list.cgi">
<div id="bar">
<div class="holder">
<div id="col1">
<p><h2>The Nature of Code</h2></p>
<p>Coming soon. Fall 2012.<br><br>Read chapter one on
<a href="http://processing.org/learning/pvector/">processing.org</a>!</p>
</div>
<div id="col2">
<p>I am currently working on a new book, based on materials from <a href="http://www.shiffman.net/teaching/nature">
<br/>my nature of code class</a> that I've been developing for several years.</p>
</p>
<p>If you have questions about the book, please feel free to contact<br/> me at
<a href="mailto:daniel.shiffman@nyu.edu">Daniel Shiffman</a> for more information.<br />
</p>
<p>For updates about the when the book will be ready for purchase, follow me @shiffman or add your e-mail below.</p>
<p><a href="https://twitter.com/shiffman" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @shiffman</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></p>
<table cellspacing="0" cellpadding="0">
<tr>
<td>e-mail: </td>
<td><input name="email" type="text" id="email" size="50" /></td>
<td><input type="button" value="Get Updates" onclick="validate_application(this.form)" id="submitbtn" /></td>
</tr>
</table>
</div>
</div>
<input type="hidden" name="list" value="list@learningprocessing.com" />
<input type="hidden" name="domain" value="learningprocessing.com" />
<input type="hidden" name="url" value="http://www.learningprocessing.com/noc" />
<input type="hidden" name="unsuburl" value="http://www.learningprocessing.com" />
<input type="hidden" name="alreadyonurl" value="http://www.learningprocessing.com" />
<input type="hidden" name="notonurl" value="http://www.learningprocessing.com" />
<input type="hidden" name="invalidurl" value="http://www.learningprocessing.com" />
<input type="hidden" name="emailconfirmurl" value="thankyou.html" />
<input type="hidden" name="emailit" value="1" />
</div>
<div class="clearer"></div>
</form>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-94163-6");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>