-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
303 lines (209 loc) · 8.91 KB
/
index.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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>HTML5, vers l'infini et au-delà</title>
<meta name="description" content="Présentation interactive présentant 10 innovations HTML5 à suivre de près.">
<meta name="author" content="Sylvain Weber" />
<link href="http://fonts.googleapis.com/css?family=Exo:400,700" rel="stylesheet" />
<link href="css/html5.css" rel="stylesheet" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-415654-37']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<div id="impress" class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support all the features required</b>, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b> or <b>Safari</b> browser. Firefox 10 (to be released soon) will also handle it.</p>
</div>
<div class="step" id="home" data-x="-1000" data-y="-1500">
<img src="img/buzz.png" />
<h1><span style="font-size: 110px">HTML5</span><br> vers l'infini et au-delà !</h1>
<p>#html5future</p>
<aside><a href="http://www.livestream.com/iesamultimedialivestream/video?clipId=pla_7bf67e86-128a-493d-a67d-fe254f6f4e5c">Voir l'enregistrement vidéo</a> <br>
(à partir de 01:02:00)</aside>
</div>
<div class="step" id="whoami" data-x="0" data-y="-1500">
<h1>Présentation</h1>
<p>
<b>Sylvain Weber</b><br>
Co-fondateur, CEO de <a href="http://kontestapp.com">Kontestapp.com</a>
</p>
<ul>
<li>Ancien Développeur Web/Flash chez <b>Dailymotion</b></li>
<li>Ancien HTML5 Evangelist chez <b>Google</b></li>
</ul>
<ul>
<li>Twitter : @sylvainw</li>
</ul>
<img src="img/gmaghreb.jpg" />
</div>
<div class="step" id="starter" data-x="1500" data-y="-1500">
<h1>Avant de démarrer</h1>
<ul>
<li>Je ne suis pas "hardcore" dev</li>
<li>J'aime faire découvrir, partager, vulgariser</li>
<li>Focus sur les usages</li>
</ul>
<p>Evitons les trolls (-webkit, Flash VS Apple etc)</p>
<img src="img/troll.png" />
</div>
<div class="step" id="troll" data-x="3000" data-y="-1500" data-rotate="180">
<h1>OU PAS !</h1>
<img src="img/flash.jpg" />
</div>
<div class="step" id="mytop" data-x="3000" data-y="-1500" data-z="-2000">
<h1>Mon <b>Top 10</b> des <br>"innovations à suivre"</h1>
<img src="img/top50.jpg" />
</div>
<div class="step" id="install" data-x="4500" data-y="-1500">
<h1>Comment tester ?</h1>
<ul>
<li><a href="http://tools.google.com/dlpage/chromesxs">Chrome Canary</a> + chrome://flags</li>
<li><a href="http://nightly.mozilla.org/">Firefox Nightly Build</a></li>
</ul>
<img src="img/canary.png" />
<img src="img/nightly.jpg" />
</div>
<div class="step top" data-x="4500" data-y="-1500" data-z="4000" data-rotate="180" data-scale="3">
<div class="number">10</div>
<h1>Page Visibility API</h1>
<ul>
<li><a href="http://www.samdutton.com/pageVisibility">Exemple vidéo</a></li>
</ul>
</div>
<div class="step top" data-x="4500" data-y="-3000" data-z="8000" data-scale="3">
<div class="number">9</div>
<h1>History API</h1>
<ul>
<li><a href="https://developer.mozilla.org/media/uploads/demos/s/p/spite/67b48d880d80d1f6e789918233fa2b6f/dont-lose-your-wayki_1314842262_demo_package/index.html">Wikipedia History</a></li>
</ul>
</div>
<div class="step top" data-x="4500" data-y="-4500" data-z="12000" data-rotate="180" data-scale="3">
<div class="number">8</div>
<h1>Web Audio API</h1>
<ul>
<li><a href="http://labs.dinahmoe.com/plink">Plink</a></li>
<ul>
</div>
<div class="step top" data-x="4500" data-y="-6000" data-z="16000" data-scale="3">
<div class="number">7</div>
<h1>Context menu</h1>
<ul>
<li><a href="http://thewebrocks.com/demos/context-menu">Démo</a></li>
</ul>
</div>
<div class="step top" data-x="6000" data-y="-8500" data-z="18000" data-rotate="180" data-scale="3">
<div class="number">6</div>
<h1>Fullscreen</h1>
<ul>
<li><a href="http://html5-demos.appspot.com/static/fullscreen.html">Exemple vidéo/iframe</a></li>
</ul>
</div>
<div class="step top" data-x="6000" data-y="-10000" data-z="24000" data-scale="3">
<div class="number">5</div>
<h1>MouseLock API</h1>
<ul>
<li><a href="http://www.clicktorelease.com/code/street/">Streeview WebGL</a></li>
<li><a href="http://media.tojicode.com/q3bsp/?tesselate=2">Quake 3</a></li>
</ul>
</div>
<div class="step top" data-x="6000" data-y="-11500" data-z="28000" data-rotate="180" data-scale="3">
<div class="number">4</div>
<h1>WebGL++</h1>
<ul>
<li><a href="http://mrdoob.com/lab/javascript/webgl/kinect/">Mr Doob's Kinect</a></li>
<li><a href="http://alteredqualia.com/three/examples/webgl_terrain_dynamic.html">WebGL Terrain</a></li>
<li><a href="http://atnan.com/blog/2011/11/03/enabling-and-using-webgl-on-ios/">[HACK] WebGL sur iOS</a></li>
</ul>
</div>
<div class="step top" data-x="6000" data-y="-13000" data-z="32000" data-scale="3">
<div class="number">3</div>
<h1>Datavizualisation</h1>
<ul>
<li><a href="http://visualize.yahoo.com/core/">Yahoo C.O.R.E</a></li>
<li><a href="http://www.youtube.com/watch?v=-rokPqfebrM">CNN Ecosphere</a></li>
</ul>
</div>
<div class="step top" data-x="6000" data-y="-14500" data-z="36000" data-rotate="180" data-scale="3">
<div class="number">2</div>
<h1>WebRTC</h1>
<ul>
<li><a href="http://neave.com/webcam/html5/">Neave's Webcam Filter</a></li>
</ul>
</div>
<div class="step top" data-x="6000" data-y="-16000" data-z="40000" data-scale="3">
<div class="number">1</div>
<h1>Gamepad API</h1>
<ul>
<li><a href="http://robhawkes.github.com/gamepad-demo/">Gamepad Tester</a></li>
<li><a href="http://jbuckley.ca/2011/10/getting-started-with-input-js/">Input.JS</a></li>
<li><a href="http://boxes-wot-shoot.appspot.com/">Exemple WebGL</a></li>
</ul>
</div>
<div class="step" data-x="25000" data-y="-1500" data-z="40000">
<h1>Et plein d'autres</h1>
<ul>
<li>CSS 3D Transform : <a href="http://acko.net/blog/making-love-to-webkit">Making Love to Webkit</a></li>
<li>CSS Grid Layout : <a href="http://www.alsacreations.com/article/lire/1388-css3-grid-layout.html">Article Alsacreations</a></li>
<li>CSS Calc</li>
<li>CSS Object Fit</li>
<li>APNG</li>
<li>Touch Events</li>
<li>Video subtitles</li>
<li>Battery API</li>
<li>Etc...</li>
</ul>
</div>
<div class="step" data-x="26500" data-y="-1500" data-z="40000">
<h1>HTML6 ?</h1>
<ul>
<li>W3C / WhatWG : 2 visions opposés</li>
<li><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/">HTML Living Standards</a></li>
<li><a href="http://blog.chromium.org/2012/02/future-of-javascript-take-peek-today.html">Harmony</a></li>
<li>Paul Irish : <a href="http://paulirish.com/2011/browser-market-pollution-iex-is-the-new-ie6/">IE m'a tuer</a></li>
</ul>
</div>
<div class="step" data-x="28000" data-y="-1500" data-z="40000">
<h1>Références</h1>
<ul>
<li><a href="http://w3.org">http://w3.org</li>
<li><a href="http://html5-demos.appspot.com">http://html5-demos.appspot.com</li>
<li><a href="http://html5rocks.com">http://html5rocks.com</li>
<li><a href="http://caniuse.com">http://caniuse.com</li>
<li><a href="http://html5please.us">http://html5please.us</li>
</ul>
</div>
<div class="step" id="timetochange" data-x="29500" data-y="-1500" data-z="40000">
<h1>Le Changement, c'est maintenant !</h1>
<ol>
<li>Testez</li>
<li>Créez</li>
<li>Partagez !</li>
<ul>
<img style="position: absolute; right: 200px; bottom: 120px; " src="img/changement.jpg" />
</div>
<div class="step" id="job" data-x="31000" data-y="-1500" data-z="40000">
<h1>On recrute</h1>
<p>Technos HTML5, Responsive design, Node JS, Socket.IO, MongoDB etc...</p>
<a href="http://kontestapp.com/fr/jobs">http://kontestapp.com/fr/jobs</a>
<img src="img/jobs.png" />
</div>
<div class="step" id="end" data-x="-1000" data-y="-1500" data-z="10000">
<h1>Merci !</h1>
<p>Des questions ?</p>
<a href="http://twitter.com/sylvainw">@sylvainw</a>
<aside>Présentation créée en 4h avec <a href="https://github.com/bartaz/impress.js">Impress.JS</a> (aka <a href="http://prezi.com">Prezi.com</a> for JS ;)</aside>
</div>
</div>
<script src="js/impress.js"></script>
</body>
</html>