-
Notifications
You must be signed in to change notification settings - Fork 1
/
theshow.html
99 lines (72 loc) · 3.21 KB
/
theshow.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>Secrets of the Rockstar Programmers by Ed Burns</title>
<link rel="stylesheet" type="text/css" href="rockstar.css"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="rockstarie.css" />
<![endif]-->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-92196982-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id="wrapper">
<div id="header">
<h1>About the Book</h1>
</div><!--header-->
<div id="navigation">
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li><a href="blog">Blog</a></li>
<li><a href="author.html">The Author</a></li>
<li><a href="theshow.html">The Show</a></li>
<li><a href="interviews.html">The Rock Stars</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="press.html">Press</a></li>
<li><a href="purchase.html">Buy the Book</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="otherContent.html">Other Content by Ed Burns</a></li>
</ul>
</div><!--navigation-->
<div id="main">
<h2>Riding the Crest: The Show</h2>
<div id="description">
<p><a href="https://www.youtube.com/watch?v=E6LhhCiB3hQ"><img
src="author-jazoon-2009.png" width="269" height="147" alt="" /></a>Ed
has developed a 50 minute audio-visual presentation recounting his
experience in writing the book. This presentation includes audio clips
from the programmers themselves, including subtitles for those for whom
English is not their native language, together with insight to tie it
all together.</p>
</div>
<p>Ed has given this presentation at numerous international developer
conferences and user groups around the world, including JAX in Germany,
Jazoon in Switzerland, The Developer's Conference in São Paulo,
Brazil and the Rich Web Experience in U.S.A..</p>
<h2>See the presentation online now!</h2>
<p>Audio and Video from Ed's presentation at Microsoft Shanghai in 2019 is available at the URL: <<a
href="https://www.youtube.com/watch?v=E6LhhCiB3hQ">https://www.youtube.com/watch?v=E6LhhCiB3hQ</a>>.</p>
</div><!--main-->
</div><!--wrapper-->
<div id="footer">
© 2008 - 2023 by Ed Burns | Site design by <a href="http://www.xoxiety.com">Xoxiety.com</a>
</div>
<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-3968444-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>