-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEWP-06-JS.html
More file actions
609 lines (433 loc) · 14.2 KB
/
EWP-06-JS.html
File metadata and controls
609 lines (433 loc) · 14.2 KB
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
<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>EWP: JSON</title>
<meta name="description" content="Einführung in die Webprogrammierung SoSe 2016. Sitzung 06: JS">
<meta name="author" content="Oliver Pohl">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/ibi.css" id="theme">
<link rel="stylesheet" href="plugin/font-awesome/css/font-awesome.min.css">
<!-- Code syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
<!--[if lt IE 9]>
<script src="lib/js/html5shiv.js"></script>
<![endif]-->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/ibi.js"></script>
</head>
<body>
<div class="reveal">
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h2>Einführung in die Webprogrammierung</h2>
<h4>Sitzung 06: JS</h4>
<h4>Oliver Pohl: <a href="mailto:opohl@bbaw.de">opohl@bbaw.de</a></h4>
</section>
<section>
<section>
<h2>Agenda: JS</h2>
<ul>
<li>Was ist JavaScript?</li>
<li>Was ist jQuery?</li>
<li>Wie benutzt man JavaScript?</li>
<li>Wie manipuliert man Webseiten?</li>
</ul>
</section>
</section>
<section>
<h2>Warmup</h2>
</section>
<section>
<section>
<h2>JavaScript</h2>
</section>
<section data-markdown>
<script>
## Nutzen
* Webseitenelementen Funktionen verleihen
* Webseiten animieren
* Webseiten dynamisch aufbauen und ändern
</script>
</section>
<section data-markdown="">
<script>
## Einbindungsmöglichkeiten
| | Inline | Head | Extern |
|:----------------|
| Trennung | - | - | + |
| Nachnutzbarkeit | - | - | + |
| (bei vue.js) | + | + | + |
* vue.js später
</script>
</section>
<section>
<h2>Einbindung Inline</h2>
<ul>
<li>Code direkt im HTML-Elementen</li>
<li>Keine Trennung von HTML und JS</li>
<li>Schlechte Nachnutzbarkeit in größeren (und kleineren) Projekten</li>
</ul>
<div class="Code-Example Code-Example--html">
<div class="Code-Example__Code">
<pre><code data-code="./sessions/06/JS-Inline.html"></code></pre>
</div>
<div class="Code-Example__Result">
<button onclick="alert('hi');">Press me!</button>
</div>
</div>
</section>
<section>
<h2>Einbindung im Head</h2>
<ul>
<li>Code ans HTML-Dokument gebunden</li>
<li>Schlechte Nachnutzbarkeit in größeren Projekten</li>
</ul>
<div class="Code-Example Code-Example--html">
<div class="Code-Example__Code">
<pre><code data-code="./sessions/06/JS-Head.html"></code></pre>
</div>
<div class="Code-Example__Result">
<button onclick="alert('hi');">Press me!</button>
</div>
</div>
</section>
<section>
<h2>Einbindung Extern (im Head)</h2>
<pre><code data-code="./sessions/06/JS-Extern-head.html"></code>Head eines HTML-Dokuments</pre>
<pre><code data-code="./sessions/06/JS-Extern-head.js"></code>Inhalt von my.js (im Head referenziert)</pre>
<ul>
<li>Verlinkung im Head ist okay</li>
<li>Erfordert extra-Befehle im JS-Script für die richtige ausführen</li>
<li>Kein direkter DOM-Zugriff (Zugriff auf HTML-Struktur)</li>
</ul>
</section>
<section>
<h2>Einbindung Extern (im Body)</h2>
<pre><code data-code="./sessions/06/JS-Extern-body.html"></code>Ein HTML-Dokument</pre>
<pre><code data-code="./sessions/06/JS-Extern-body.js"></code>Inhalt von my.js (im Body referenziert)</pre>
<ul>
<li>Verlinkung am Ende des Bodys ist besser</li>
<li>DOM-Zugriff direkt möglich</li>
<li>Daher keine extra-Befehle nötig</li>
</ul>
</section>
<section data-markdown="">
<script>
## Einbindungsmöglichkeiten
| | Inline | Head | Extern |
|:----------------|
| Trennung | - | - | + |
| Nachnutzbarkeit | - | - | + |
| (bei vue.js) | + | + | + |
</script>
</section>
</section>
<section>
<section>
<h2>jQuery</h2>
</section>
<section data-markdown="">
<script>
## jQuery nutzen
* In diesem Seminar: Fokus auf jQuery
* JavaScript-Bibliothek (Zusatzfunktionen)
* Mehr Funktionen
* Einfacherere Syntax
</script>
</section>
<section>
<h2>JavaScript vs. jQuery</h2>
<pre><code data-code="./sessions/06/JS-js-vs-jquery-js.js"></code>Element in Variable speichern (reines JavaScript)</pre>
<pre><code data-code="./sessions/06/JS-js-vs-jquery-jquery.js"></code>Element in Variable speichern (jQuery)</pre>
<ul>
<li>Gleiche Selektor-Syntax wie CSS </li>
<li>Gleiche Hierarchien</li>
<li>Einfachere Syntax</li>
<li><pre><code>$("button") == jquery("button")</code></pre></li>
</ul>
</section>
<section>
<h2>jQuery einbinden</h2>
<p>jQuery ist eine JavaScript-Bibliothek</p>
<ul>
<li>jQuery muss abgerufen werden</li>
<li>jQuery herunterladen, im Projekt speichern und einbinden</li>
<li>jQuery über CDN abrufen</li>
</ul>
</section>
<section>
<h2>Einbindung lokal vs. CDN</h2>
<pre><code data-code="./sessions/06/JS-jquery-einbinden.html"></code>jQuery als lokale Datei einbinden</pre>
<pre><code data-code="./sessions/06/JS-jquery-cdn.html"></code>jQuery dynamisch einbinden</pre>
</section>
<section>
<h1>KAHOOT</h1>
<h3><a href="http://www.kahoot.it">www.kahoot.it</a></h3>
</section>
</section>
<section>
<section>
<h2>Variablen & Datentypen</h2>
<ul>
<li>Deklaration mit <code>let</code> oder <code>var</code></li>
<li>Unterschied: Reichweite der Variable</li>
<li>Damals: <code>var</code> (auch noch gültig)</li>
<li>Heute: <code>let</code></li>
<li><pre><code>let varName = "wert";</code></pre></li>
</ul>
</section>
<section data-markdown="">
<script>
## Variablen Deklaration Beispiel
```
let numberOfBalls = 3;
let myName = "Oliver Pohl";
let isDozent = true;
```
</script>
</section>
<section data-markdown="">
<script>
## Datentypen 1
* Strings: In Anführungszeichen setzen: ' oder "
- ```"hello"```
- ```'hallo'```
- ```"'hello'"```
* Integers: Ganze Zahlen (positiv oder negativ)
- ```1```
- ```999```
- ```-5```
- ```0```
</script>
</section>
<section data-markdown="">
<script>
## Datentypen 2
* Boolean: Wahr oder Falsch
- ```true``` (wahr)
- ```false``` (falsch, nicht wahr)
* Listen
- ```[1, 2, "a", "b"]```
* Objekte
- ```{a : 1, b : 2}```
</script>
</section>
<section data-markdown="">
<script>
## Daten auslesen und schreiben
Textinhalt aus dem Button-Element auslesen
```
<button>Hallo!</button>
```
```
let btnText = $("button").text();
// btnText = "Hallo!"
```
Textinhalt des Button-Elements ändern
```
$("button").text("Please don't click me!");
```
```
<button>Please don't click me!"</button>
```
</script>
</section>
<section data-markdown="">
<script>
## console.log
* Entwicklertools im Browser öffnen (F12)
* Konsolen-Tab öffnen
* Output von console.log-Befehlen wird dort angezeigt
* Konsole kann interaktiv benutzt werden
```
console.log("hi");
```
</script>
</section>
<section data-markdown="">
<script>
## Variablen überschreiben / ändern
```
let i = 1;
i = i + 1;
// i ist jetzt 2
```
</script>
</section>
<section data-markdown="">
<script>
### Kurzübung
[http://goo.gl/HPPqLg](http://jsbin.com/tiwaliwuvo/edit?html,js,output)
* Variable anlegen
* Button-Text befüllen
* Bei Click auf Button: Buttoninhalt ändern
</script>
</section>
</section>
<section>
<section data-markdown="">
<script>
## Bedingungen
* Überprüfen, ob eine Bedindung zutrifft
* if: Wenn ja, mache etwas
* else if : Falls nicht, aber etwas anderes zutrifft, mache etwas anderes
* else: Falls nichts zutrifft, mache etwas anderes
</script>
</section>
<section data-markdown="">
<script>
## If
Überprüfen, ob eine Bedingung zutrifft
```
if (3 == 3)
{
console.log("Diese Aussage ist wahr")
}
```
</script>
</section>
<section data-markdown="">
<script>
## else
* Wenn die Haupt-Bedingung nicht zutrifft
* Und auch keine Alternativ-Bedindung zutrifft
* If-Statement davor ist notwendig
* Optional
```
let i = 3;
if (i == 4)
{
console.log("Diese Aussage ist wahr");
}
else
{
console.log("Diese Aussage ist falsch");
}
```
</script>
</section>
<section data-markdown="">
<script>
## else if
* Wenn die Haupt-Bedingung nicht zutrifft,
* Aber eine Alternativ-Bedingung zutrifft
* If-Statement davor und else-Statement danach sind notwendig
* Optional
```
let i = 3;
if (i == 4)
{
console.log("i ist 4");
}
else if (i == 3)
{
console.log("i ist 3");
}
else
{
console.log("i ist etwas anderes als 3 oder 4");
}
```
</script>
</section>
<section>
<h2>Button Click</h2>
<p>Element via jQuery auswählen</p>
<pre><code data-code="./sessions/06/JS-Button-Click.js"></code></pre>
</section>
<section data-markdown="">
<!-- TODO: Übung implementieren -->
<script>
## Kurzübung: if
[http://goo.gl/Q83L9z](http://jsbin.com/hiqecoxute/edit?html,js,output)
* Variable mit ganzer Zahl definieren
* Bei einem Button-Klick überprüfen, ob Zahl größer, kleiner oder gleich 5 ist
* Ergebnis entsprechend anzeigen
</script>
</section>
</section>
<section>
<section data-markdown="">
<script>
## Hausaufgabe 11
* Button-Click-Übungen
* Inhalte und Klassen von Buttons ändern
</script>
</section>
<section data-markdown="">
<script>
## Hausaufgabe 12
* Zahlenratespiel
* Button-Click-Übungen
* If-Bedinungen
* Variablen
</script>
</section>
</section>
</div>
<div class="footer">
<a href="https://creativecommons.org/licenses/by/4.0/">
<img src="img/cc-by.png" alt="CC-BY" id="cc-logo">
</a>
Oliver Pohl, Einführung in die Webprogrammierung (SoSe 2016), Sitzung 04: BEM & Flexboxes. -- <a href="http://telotadev.bbaw.de/ewp-helper/questions">Anonyme Fragen: http://goo.gl/dDkMeL</a>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: true,
transition: 'slide', // none/fade/slide/convex/concave/zoom
// Optional reveal.js plugins
dependencies: [
{ src: 'lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'plugin/markdown/marked.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/markdown/markdown.js', condition: function() { return !!document.querySelector( '[data-markdown]' ); } },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/zoom-js/zoom.js', async: true },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/chart/Chart.min.js' },
{ src: 'plugin/chart/csv2chart.js' },
{ src: 'plugin/externalcode/externalcode.js'},
],
chart: {
defaults: {
global: {
title: { fontColor: "#000" },
},
legend: {
labels: { fontColor: "#000" },
},
scale: {
scaleLabel: { fontColor: "#000" },
gridLines: { color: "#000", zeroLineColor: "#000" },
ticks: { fontColor: "#000" },
}
},
line: { borderColor: [ "rgba(20,220,220,.8)" , "rgba(220,120,120,.8)", "rgba(20,120,220,.8)" ], "borderDash": [ [5,10], [0,0] ]},
bar: { backgroundColor: [ "rgba(20,220,220,.8)" , "rgba(220,120,120,.8)", "rgba(20,120,220,.8)" ]},
pie: { backgroundColor: [ ["rgba(0,0,0,.8)" , "rgba(220,20,20,.8)", "rgba(20,220,20,.8)", "rgba(220,220,20,.8)", "rgba(20,20,220,.8)", "rgba(252,158,206, 0.8)"] ]},
radar: { borderColor: [ "rgba(20,220,220,.8)" , "rgba(220,120,120,.8)", "rgba(20,120,220,.8)" ]},
},
});
</script>
</body>
</html>