-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechnology.html
248 lines (227 loc) · 11.2 KB
/
technology.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>HTML5 Apps</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700,800' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Condiment' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon" href="assets/ico/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/ico/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/ico/apple-touch-icon-114x114.png">
</head>
<body data-spy="scroll" data-target=".subnav" data-offset="50">
<!-- Navbar
================================================== -->
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="i-bar"></span>
<span class="i-bar"></span>
<span class="i-bar"></span>
</a>
<a class="brand" href="./index.html">HTML5 Apps</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="">
<a href="./index.html">Overview</a>
</li>
<li class="">
<a href="./highfalutin.html">Motivation</a>
</li>
<li class="">
<a href="./appsandweb.html">Apps+Web</a>
</li>
<li class="active">
<a href="./technology.html">Technology</a>
</li>
<li class="">
<a href="./design.html">Design</a>
</li>
<li class="">
<a href="./mechanics.html">Mechanics</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
<div id="overview">
<header class="jumbotron masthead" id="overview">
<h1>Technology Skimmer</h1>
<div class="spacer">
</div>
<p>Knowing nothing about your background, so assuming little</p>
</header>
<hr class="soften">
<div class="subnav">
<ul class="nav pills">
<li><a href="#industry">Industry trends</a></li>
<li><a href="#javascript">Javascript?</a></li>
<li><a href="#graphics">Graphics</a></li>
<li><a href="#html5">HTML5 & CSS3</a></li>
<li><a href="#edges">Smoothing Rough Edges</a></li>
</ul>
</div>
</div>
<!-- Grid system
================================================== -->
<section id="industry">
<div class="page-header"/>
<div class="well slideheight">
<h1>What's the big picture?</h1>
<div class="hero-unit">
<div id="industryCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active"><h1>The performance penalty for <span class="script">scripting languages?</span></br/> Gone.</h1></div>
<div class="item"><h1>Javascript can be <em>wicked</em> fast…</h1></div>
<div class="item"><h1>…and getting faster: hottest area of CS research</h1></div>
<div class="item"><h1>Web runtimes now talk to GPUs better than you can</h1></div>
<div class="item"><h1>Web development is now<br/> All Grown Up</h1></div>
<div class="item"><h1>View source is your friend</h1></div>
<div class="item"><h1>It's surprisingly easy!</em></h1></div>
</div>
<a class="carousel-control left aside" href="#industryCarousel" data-slide="prev">‹</a>
<a class="carousel-control right aside" href="#industryCarousel" data-slide="next">›</a>
</div>
</div>
</div>
<br>
</section>
<section id="javascript">
<div class="page-header"/>
<div class="well slideheight">
<h1>JavaScript, really?</h1>
<div class="hero-unit">
<div id="javascriptCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active"><h1>For the environments you care about, JS is fast enough</h1></div>
<div class="item"><h1>Older IEs are slow (<em>consider Chrome Frame</em>) </h1></div>
<div class="item"><h1>…but getting faster!</h1></div>
<div class="item"><h1>Learn about JS Modules</h1></div>
<div class="item"><h1>Lint, Testing, Perf metrics, etc.</h1></div>
<div class="item"><h1>Learn from the kids on github</h1></div>
<div class="item"><h1>Demos</h1>
<h3><a href="http://badassjs.com/">badassjs.com</a></h3></div>
</div>
<a class="carousel-control left aside" href="#javascriptCarousel" data-slide="prev">‹</a>
<a class="carousel-control right aside" href="#javascriptCarousel" data-slide="next">›</a>
</div>
</div>
</div>
<br>
</section>
<section id="graphics">
<div class="page-header"/>
<div class="well slideheight">
<h1>But games?</h1>
<div class="hero-unit">
<div id="graphicsCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active"><h1>Graphics performance is about <em>models</em> & <em>pipelines</em></h1></div>
<div class="item"><h1>If it's not doing layout, it shouldn't be in the DOM</h1></div>
<div class="item"><h1>Use the <span class="code"><canvas></span> element for 2d graphics</h1></div>
<div class="item"><h1>WebGL for 3D & OpenGL concepts</h1></div>
<div class="item"><h1>Let the WebRT talk to the GPU and optimize pipelines</h1></div>
<div class="item"><h1>Demos</h1>
<h3><a href="https://developer.mozilla.org/en-US/demos/detail/no-comply/launch">no comply</a></br>
<a href="http://www.chromeexperiments.com/detail/webgl-water-simulation/">water simulation</a></br>
<a href="http://www.cake23.de/traveling-wavefronts-lit-up.html">wavefronts</a></br>
FFTs, video decoding, photobooth, face recognition...
</h3></div>
</div>
<a class="carousel-control left aside" href="#graphicsCarousel" data-slide="prev">‹</a>
<a class="carousel-control right aside" href="#graphicsCarousel" data-slide="next">›</a>
</div>
</div>
</div>
<br>
</section>
<!-- Receipt management
Identity management
Still best alternative to DRM
Offline handling
appcache
Touch
-->
<section id="html5">
<div class="page-header"/>
<div class="well slideheight">
<h1>What else?</h1>
<div class="hero-unit">
<div id="html5Carousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active"><h1>Touch: Touch events</h1></div>
<div class="item"><h1>Offline: AppCache</h1></div>
<div class="item"><h1>Storage: Web Storage, Indexed DB</h1></div>
<div class="item"><h1>Concurrency: WebWorkers</h1></div>
<div class="item"><h1>Messaging: WebSockets, Server-sent events</h1></div>
<div class="item"><h1>Crypto: DOMCrypto</h1></div>
<div class="item"><h1>Stunning <a href="http://ie.microsoft.com/testdrive/Graphics/opentype/Default.html">font features</a></h1></div>
</div>
<a class="carousel-control left aside" href="#html5Carousel" data-slide="prev">‹</a>
<a class="carousel-control right aside" href="#html5Carousel" data-slide="next">›</a>
</div>
</div>
</div>
<br>
</section>
<section id="edges">
<div class="page-header"/>
<div class="well slideheight">
<h1>What are the rough edges?</h1>
<div class="hero-unit">
<div id="edgesCarousel" class="carousel slide">
<div class="carousel-inner">
<div class="item active"><h1>Trident <span class="code">!=</span> Gecko <span class="code">!=</span> Webkit <span class="code">!=</span> Webkit</h1></div>
<div class="item"><h1>Understand your testing landscape</h1></div>
<div class="item"><h1>Device APIs will take some time (phonegap/cordova in the interim!)</h1></div>
<div class="item"><h1>Embedded Webkit still slow on iOS? XXX CHECK</h1></div>
<div class="item"><h1>Web Audio not settled yet (Google vs. Mozilla APIs)</h1></div>
<div class="item"><h1>Multitouch??? XXX</h1></div>
<div class="item"><h1>For DRM, you may need Flash</h1></div>
<div class="item"><h1>Polyfills a plenty!</h1></div>
</div>
<a class="carousel-control left aside" href="#edgesCarousel" data-slide="prev">‹</a>
<a class="carousel-control right aside" href="#edgesCarousel" data-slide="next">›</a>
</div>
</div>
</div>
<br>
</section>
</div><!-- /container -->
<!-- Le javascript
================================================== -->
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<script src="assets/js/tests/vendor/jquery.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
<script src="assets/js/bootstrap-transition.js"></script>
<script src="assets/js/bootstrap-alert.js"></script>
<script src="assets/js/bootstrap-modal.js"></script>
<script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/bootstrap-scrollspy.js"></script>
<script src="assets/js/bootstrap-tab.js"></script>
<script src="assets/js/bootstrap-tooltip.js"></script>
<script src="assets/js/bootstrap-popover.js"></script>
<script src="assets/js/bootstrap-button.js"></script>
<script src="assets/js/bootstrap-collapse.js"></script>
<script src="assets/js/bootstrap-carousel.js"></script>
<script src="assets/js/bootstrap-typeahead.js"></script>
<script src="assets/js/application.js"></script>
</body>
</html>