-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
631 lines (581 loc) · 21.1 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
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
<!DOCTYPE html>
<html>
<head>
<title>Byclosure Tek Talk</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">-->
<!--<meta name="viewport" content="width=device-width, initial-scale=1.0">-->
<!--This one seems to work all the time, but really small on ipad-->
<!--<meta name="viewport" content="initial-scale=0.4">-->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" media="all" href="theme/css/default.css">
<link rel="stylesheet" media="only screen and (max-device-width: 480px)" href="theme/css/phone.css">
<base target="_blank"> <!-- This amazingness opens all links in a new tab. -->
<script data-main="js/slides" src="js/require-1.0.8.min.js"></script>
</head>
<body style="opacity: 0">
<slides class="layout-widescreen">
<slide class="logoslide nobackground">
<article class="flexbox vcenter">
<span><img src="images/byclosure_logo.png"></span>
</article>
<article class="flexbox g-reference">
<span>Template from: http://code.google.com/p/io-2012-slides/</span>
</article>
</slide>
<slide class="title-slide segue nobackground">
<aside class="gdbar"><img src="images/byclosure_icon_128.png"></aside>
<!-- The content of this hgroup is replaced programmatically through the slide_config.json. -->
<hgroup class="auto-fadein">
<h1 data-config-title><!-- populated from slide_config.json --></h1>
<h2 data-config-subtitle><!-- populated from slide_config.json --></h2>
<p data-config-presenter><!-- populated from slide_config.json --></p>
</hgroup>
</slide>
<!--About me slide -->
<slide class="about-me">
<hgroup>
<h2>João Luís</h2>
<h3>Senior Software Developer</h3>
<h4>joao.luis@byclosure.com</h4>
</hgroup>
<article class="smaller">
<p>Work experience:</p>
<ul>
<li>Several companies such as: Somague, Salvador Caetano and FinSolutia.</li>
<li>Developed software for diverse industries.</li>
<li>Currently interested in front-end user experience.</li>
</ul>
<p>Education:</p>
<ul>
<li>ISEL</li>
<li>Mother</li>
</ul>
<p>Interests:</p>
<ul>
<li>BTT Cross country marathons</li>
<li>Spending time with friends and family</li>
<li>Enologia</li>
</ul>
</article>
<img class="speaker-photo" src="images/speaker-photo.png">
</slide>
<!-- Byclosure all about slide -->
<slide class="byclosure-about">
<hgroup>
<h2>Byclosure</h2>
<h3>Front-end Engineering</h3>
</hgroup>
<article class="smaller">
<div class="byclosure-tek">
<div class="front-end">
<img src="images/byclosure-front-end.png">
<h3>Technological Specialization</h3>
</div>
<div class="scrum-tdd">
<img src="images/byclosure-scrum-tdd.png">
<h3>How we work</h3>
</div>
</div>
</article>
</slide>
<slide>
<hgroup>
<h2>Plano de ataque ao workshop</h2>
</hgroup>
<article>
<ul>
<li>Panorama das aplicações móveis</li>
<li>Workshop
<ul>
<li>Passo 1 - Configuração do workshop</li>
<li>Passo 2 - Olá aplicação web</li>
<li>Passo 3 - Aplicação web + Phonegap + Android</li>
</ul>
</li>
</ul>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Panorama das aplicações móveis (1 de 4)</h2>
</hgroup>
<article>
<iframe data-src="images/choose-your-mobile-development-path.jpg" style="width:820px;"></iframe>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Panorama das aplicações móveis (2 de 4)</h2>
</hgroup>
<article>
<span><img src="images/three_dev_path.png"></span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Panorama das aplicações móveis (3 de 4)</h2>
</hgroup>
<article>
<span><img src="images/three_dev_path_compare1.png"></span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Panorama das aplicações móveis (4 de 4)</h2>
</hgroup>
<article>
<span><img src="images/three_dev_path_compare2.png"></span>
</article>
</slide>
<slide class="segue dark nobackground">
<aside class="gdbar"><img src="images/byclosure_icon_128.png"></aside>
<hgroup class="auto-fadein">
<h2>Workshop</h2>
</hgroup>
</slide>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Workshop</h2>
<h3>Vista geral</h3>
</hgroup>
<article>
<span><img src="images/hybrid_app_steps.png"></span>
<span style="position:absolute;top:50px;left:500px;"><img width="300" src="images/hybrid_app_screenshot.png"></span>
</article>
</slide>
<slide class="segue dark nobackground">
<aside class="gdbar"><img src="images/byclosure_icon_128.png"></aside>
<hgroup class="auto-fadein">
<h2>Passo 1</h2>
<h3>Configuração do workshop</h3>
<span style="position: absolute;left: 500px;top: -100px;"><img src="images/hybrid_app_step1.png"></span>
</hgroup>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 1 - Configuração do workshop (1 de 3)</h2>
</hgroup>
<article>
<pre class="prettyprint" data-lang="javascript">
<script type='text/javascript'>
// Initializes the workshop
function setup_workshop(speaker, developer_list) {
<b>for (var i = 0; i <= developer_list.length; ++i) {
developer = developer_list[i];
try {
developer.git_clone("git@github.com:jrluis/hybrid-apps-samples.git");
} (catch err) {
speaker.try_to_help(developer);
}
}</b>
<b>speaker.do_your_stuff();(</b>
}
</script>
</pre>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 1 - Configuração do workshop (2 de 3)</h2>
<h3>Clonar o repositório de git</h3>
</hgroup>
<article>
<span><img width="600" src="images/clone_samples_repository.png"></span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 1 - Configuração do workshop (3 de 3)</h2>
<h3>Listar os ficheiros clonados</h3>
</hgroup>
<article>
<span><img width="600" src="images/list_cloned_repository.png"></span>
</article>
</slide>
<slide class="segue dark nobackground">
<aside class="gdbar"><img src="images/byclosure_icon_128.png"></aside>
<hgroup class="auto-fadein">
<h2>Passo 2</h2>
<h3>Olá aplicação web</h3>
<span style="position: absolute;left: 500px;top: -100px;"><img src="images/hybrid_app_step2.png"></span>
</hgroup>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 2 - Olá aplicação web (1 de 8)</h2>
<h3>Abrir o ficheiro "index.html" no editor favorito</h3>
</hgroup>
<article>
<span style="position: absolute;left: 100px;top: 150px;">
<img width="500" src="images/open_index_fav_editor.png">
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 2 - Olá aplicação web (2 de 8)</h2>
<h3>Inicialização do jquery mobile</h3>
<h4>http://api.jquerymobile.com/</h4>
</hgroup>
<article>
<pre class="prettyprint" data-lang="html">
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Explore California Trail Guide</title>
<link href="jquery-mobile/jquery.mobile-1.3.0.min.css" rel="stylesheet"
type="text/css" />
<link href="styles/custom.css" rel="stylesheet" type="text/css">
<script src="jquery-mobile/jquery-1.9.1.min.js" type="text/javascript"></script>
<!-- in step3, paste here the contents of z_step3_header.txt -->
<script src="jquery-mobile/jquery.mobile-1.3.0.min.js"
type="text/javascript"></script>
</head>
</pre>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 2 - Olá aplicação web (3 de 8)</h2>
<h3>Definição de um ecrã em jquery mobile</h3>
</hgroup>
<article>
<pre class="prettyprint" data-lang="html">
<div data-role="page" id="page">
<div data-role="header" data-position="fixed">
<h1>Trail Guide</h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li><a href="#page2" data-transition="slide">Top Trails</a></li>
<li><a href="#page3" data-transition="slide">Trail Vistas</a></li>
<li><a href="#page4" data-transition="slide">What to Bring</a></li>
</ul>
<!-- in step3, paste here the contents of z_step3_body.txt -->
</div>
<div data-role="footer" data-position="fixed">
<h4>Explore California &copy; 2012</h4>
</div>
</div>
</pre>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 2 - Olá aplicação web (4 de 8)</h2>
<h3>Abrir o ficheiro "index.html" no google chrome</h3>
</hgroup>
<article>
<span style="position: absolute;left: 100px;top: 150px;">
<span><img width="600" src="images/chrome.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 2 - Olá aplicação web (5 de 8)</h2>
<h3>Abrir as developer tools do google chrome</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 150px;">
<span><img src="images/chrome_developer_tools.png"></span>
</span>
<span style="position: absolute;left: 700px;top: 350px;">
Developer tools abertas
<span><img width="300" src="images/chrome_developer_tools_open.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 2 - Olá aplicação web (6 de 8)</h2>
<h3>Configurar developer tools para simular smartphone</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 150px;">
<span><img width="850" src="images/chrome_configure_mobile.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 2 - Olá aplicação web (7 de 8)</h2>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 100px;">
Alterar o título da aplicação e refrescar o chrome
</span>
<pre class="prettyprint" data-lang="html">
<body>
<div data-role="page" id="page">
<div data-role="header">
<h1><b>Trail Guide</b></h1>
</div>
<div data-role="content">
<ul data-role="listview">
<li><a href="#page2">Top Trails</a></li>
<li><a href="#page3">Trail Vistas</a></li>
<li><a href="#page4">What to Bring</a></li>
</ul>
</div>
<div data-role="footer">
<h4>Explore California &copy; 2012</h4>
</div>
</div>
</pre>
<img width="600" style="position:absolute;top:250px;left:475px;" src="images/chrome_configure_mobile.png">
</article>
</slide>
<slide class="fill nobackground" style="background-image: url(images/Alfa_Romeo_159_by_TuningFlo.jpg)">
<hgroup>
<h2 class="red">Passo 2 - Olá aplicação web (8 de 8)</h2>
<h2 class="red">Personalização</h2>
</hgroup>
</slide>
<slide class="segue dark nobackground">
<aside class="gdbar"><img src="images/byclosure_icon_128.png"></aside>
<hgroup class="auto-fadein">
<h2>Passo 3</h2>
<h3>Aplicação web + PGap + Android</h3>
<span style="position: absolute;left: 500px;top: -100px;"><img src="images/hybrid_app_step3.png"></span>
</hgroup>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (1 de 12)</h2>
<h3>Instalar android sdk 4.0.3</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 150px;">
<span><img width="850" src="images/install_android_sdk_4_0_3.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (2 de 12)</h2>
<h3>Criar android virtual device (simulator)</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 150px;">
<span><img width="850" src="images/create_android_virtual_device.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (3 de 12)</h2>
<h3>Arrancar com o avd acabado de criar</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 150px;">
<span><img width="400" src="images/android_avd_started.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (4 de 12)</h2>
<h3>Criar phonegap android app</h3>
<h4>http://docs.phonegap.com/en/2.4.0/index.html</h4>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 200px;">
<span><img width="850" src="images/create_phonegap_android_app.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (5 de 12)</h2>
<h3>Importar a aplicação phonegap no eclipse</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 150px;">
<span><img width="850" src="images/import_phonegap_app_in_eclipse.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (6 de 12)</h2>
<h3>Correr aplicação no simulador</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 150px;">
<span><img width="400" src="images/phonegap_working_in_android_avd.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (7 de 12)</h2>
<h3>Adicionar ao projecto phonegap a aplicação que criaste no passo 2</h3>
</hgroup>
<article>
<ul>
<li>Na pasta assets/www apagar todos os ficheiros</li>
<li>Copiar para pasta assets/www a aplicação que criaste no passo 2</li>
<li>Correr a aplicação no simulador</li>
</ul>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (8 de 12)</h2>
<h3>Abrir o ficheiro z_step3_header.txt e copiar o contéudo</h3>
<h3>Colar em: in step3, paste here the contents of z_step3_header.txt</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 200px;">
<span><img width="900" src="images/paste_code_1.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (9 de 12)</h2>
<h3>Abrir o ficheiro z_step3_body.txt e copiar o contéudo</h3>
<h3>Colar em: in step3, paste here the contents of z_step3_body.txt</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 200px;">
<span><img width="900" src="images/paste_code_2.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (10 de 12)</h2>
<h3>Testar tirar uma fotografia com a cámara do simulador</h3>
</hgroup>
<article>
<span style="position: absolute;left: 50px;top: 150px;">
<span><img width="400" src="images/testing_camera.png"></span>
</span>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (11 de 12)</h2>
<h3>Exportar a aplicação para apk, para envio para o google play (store)</h3>
</hgroup>
<article>
<ul>
<li>No eclipse, abrir o menu "File" -> "Export"</li>
<li>No ecrã que abrir, escolher a opção "Export Android application" e activar "next"</li>
<li>Escolher o projecto e activar "next"</li>
<li>Escolher a keystore "z_step3.keystore", password: hybrid_app</li>
<li>Escolher a chave existente "hybrid_app", password: hybrid_app</li>
<li>Escolher um ficheiro para guardar o apk, ex: HybridApp.apk</li>
<li>Carregar no "finish"</li>
</ul>
</article>
</slide>
<slide class="title-iframe">
<hgroup>
<h2>Passo 3 - App web + PGap + Android (12 de 12)</h2>
<h3>Instalação do apk no android smartphone</h3>
</hgroup>
<article>
<ul>
<li>Ligar o smartphone por usb ao computador</li>
<li>Na linha de comandos executar: adb install HybridApp.apk </li>
</ul>
</article>
</slide>
<slide class="fill nobackground" style="background-image: url(images/jluis_10p.jpg)">
<hgroup>
<h2 class="red">Aplicação híbrida feita</h2>
<h2 class="red">Good work team, enjoy your profits</h2>
<h2 class="red"></h2>
</hgroup>
</slide>
<!-- Byclosure opportunities slide -->
<slide class="opportunities">
<hgroup>
<h2>Byclosure Opportunities</h2>
</hgroup>
<article class="smaller">
<div class="office-images">
<img src="images/office1.png">
<img src="images/office2.png">
</div>
<p>Send us your <em>CV</em> or <em>Portfolio</em> to <a href="mailto:jobs@byclosure.com">jobs@byclosure.com</a></p>
<div class="jobs">
<div class="job">
<p><em>Master's Degree Scholarships</em> (remunerated)</p>
<ul>
<li>Atending Bachelor/Master's degree in Software Engineering</li>
<li><b>Test Automation</b></li>
<li><b>HTML5</b> for <b>RIAs</b> and <b>multi-device</b></li>
</ul>
</div>
<div class="job">
<p><em>Summer Internships</em> (remunerated)</p>
<ul>
<li>Atending Bachelor/Master's degree in Software Engineering</li>
<li><b>Test Automation</b></li>
<li><b>HTML5</b> for <b>RIAs</b> and <b>multi-device</b></li>
</ul>
</div>
<div class="job">
<p><em>Agile Software Developer</em> (full-time)</p>
<ul>
<li>Finished Bachelor/Master's degree in Software Engineering</li>
<li><b>HTML5</b> for <b>RIAs</b> and <b>multi-device</b></li>
</ul>
</div>
</div>
</article>
</slide>
<!-- Thank you slide -->
<slide class="thank-you-slide segue nobackground">
<aside class="gdbar right"><img src="images/byclosure_icon_128.png"></aside>
<article class="flexbox vleft auto-fadein">
<h2><Thank You!></h2>
<p class="tek-contacts">Contact us at:<br>
<!-- select only one of the following emails by commenting and uncommenting the other -->
<a href="mailto:html5@byclosure.com">html5@byclosure.com</a>
<!-- <a href="mailto:mobile@byclosure.com">mobile@byclosure.com</a> -->
</p>
</article>
<p class="auto-fadein byclosure-contacts" style="left:150px;" >
<span>email</span><a href="mailto:joao.luis@byclosure.com">joao.luis@byclosure.com</a><br>
<span>github</span><a href="http://github.com/jrluis">http://github.com/jrluis</a>
</p>
<p class="auto-fadein byclosure-contacts">
<span>g+</span><a href="http://gplus.to/byclosure">gplus.to/byclosure</a><br>
<span>facebook</span><a href="www.facebook.com/byclosure">facebook.com/byclosure</a><br>
<span>twitter</span><a href="http://twitter.com/byclosure">twitter.com/byclosure</a><br>
<span>www</span><a href="http://byclosure.com">byclosure.com</a><br>
<span>github</span><a href="http://github.com/byclosure">github.com/byclosure</a>
</p>
</slide>
<!-- <slide class="logoslide dark nobackground">
<article class="flexbox vcenter">
<span><img src="images/byclosure_logo_white.png"></span>
</article>
</slide> -->
<slide class="backdrop"></slide>
</slides>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38868109-1']);
_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>
<!--[if IE]>
<script src="http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js"></script>
<script>CFInstall.check({mode: 'overlay'});</script>
<![endif]-->
</body>
</html>