-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathvideos.html
More file actions
509 lines (420 loc) · 25.1 KB
/
videos.html
File metadata and controls
509 lines (420 loc) · 25.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<title>Videos - Engineering Computation</title>
<!-- Bootstrap core CSS -->
<link href="assets/css/font-awesome.css" rel="stylesheet">
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="assets/css/starter-template.css" rel="stylesheet">
<link href="assets/css/jumbotron.css" rel="stylesheet">
<link href="assets/css/sticky-footer.css" rel="stylesheet">
<!-- google analytics -->
<script src="fireheap.js"></script>
<script src="assets/js/googleanalytics.js"></script>
<!-- Just for debugging purposes. Don't actually copy this line! -->
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">Engineering Computation</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="lectures.html">Lectures</a></li>
<li><a href="homeworks.html">Assignments</a></li>
<li><a href="projects.html">Projects</a></li>
<li class="active"><a href="#">Videos</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron" style="background: url('assets/img/banner.jpg')
100% 100% no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;">
<div class="container">
<h1 style='color:#ffffff'>Videos</h1>
</div>
</div>
<!-- Wrap all page content here -->
<div id="wrap">
<div class="container">
<div class="bs-docs-section">
<h1 id="overview" class="page-header">Course Screencasts & Videos <i class="fa fa-video-camera fa-lg"></i></h1>
<p class="lead">
<a href="#basics" class="btn btn-primary btn-xs" role="button">basics</a>
<a href="#html" class="btn btn-primary btn-xs" role="button">html</a>
<a href="#css" class="btn btn-primary btn-xs" role="button">css</a>
<a href="#json" class="btn btn-primary btn-xs" role="button">json</a>
<a href="#objects" class="btn btn-primary btn-xs" role="button">objects</a>
<a href="#functions" class="btn btn-primary btn-xs" role="button">functions</a>
<a href="#scope" class="btn btn-primary btn-xs" role="button">scope</a>
<a href="#callbacks" class="btn btn-primary btn-xs" role="button">callbacks</a>
<a href="#servers" class="btn btn-primary btn-xs" role="button">servers</a>
<a href="#github" class="btn btn-primary btn-xs" role="button">github</a>
<a href="#animation" class="btn btn-primary btn-xs" role="button">animation</a>
<a href="#al" class="btn btn-primary btn-xs" role="button">al</a>
<a href="#documents" class="btn btn-primary btn-xs" role="button">documents</a>
<a href="#css-extra" class="btn btn-primary btn-xs" role="button">css-extra</a>
<a href="#dom" class="btn btn-primary btn-xs" role="button">dom</a>
<a href="#syntax" class="btn btn-primary btn-xs" role="button">syntax</a>
<a href="#collections" class="btn btn-primary btn-xs" role="button">collections</a>
<a href="#bus-simulation" class="btn btn-primary btn-xs" role="button">bus-simulation</a>
<a href="#gmaps" class="btn btn-primary btn-xs" role="button">gmaps</a>
<a href="#mechanics" class="btn btn-primary btn-xs" role="button">mechanics</a>
<a href="#this" class="btn btn-primary btn-xs" role="button">this</a>
<a href="#this-problems" class="btn btn-primary btn-xs" role="button">this-problems</a>
<a href="#misc" class="btn btn-primary btn-xs" role="button">misc</a>
<a href="#setupconfig" class="btn btn-primary btn-xs" role="button">setup</a>
<a href="#setupconfig" class="btn btn-primary btn-xs" role="button">configuration</a>
</p>
<!-- <p class="lead">Videos for Engineering Computation. The format is HTML5. You will need Google Chrome, Mozilla Firefox, or Safari latest versions</p> -->
</div>
<div class="well">
<h2 id="github">Basics: Github Setup</h2>
<a href="videoPlayer.html?type=youtube&id=WhPXbB-oYI0">Github Setup Mac</a><br>
<a href="videoPlayer.html?type=youtube&id=ec9NG7SlOSc">Github Setup Windows</a>
</div>
<div class="well">
<h2 id="basics">Basics: Editors, File System, Hello World!</h2>
<a href="videoPlayer.html?type=youtube&id=RxOuMcaC3W4">Basics: Editor</a><br>
<a href="videoPlayer.html?type=youtube&id=aX9XjvRBvuw">Basics: TextEdit</a><br>
<a href="videoPlayer.html?type=youtube&id=Nv-dV0F71VY">Basics: File System Mac</a><br>
<a href="videoPlayer.html?type=youtube&id=QMJ377-SH-I">Basics: File System PC</a><br>
<a href="videoPlayer.html?type=youtube&id=JCySugvzwOY">Basics: Hello World!</a><br>
<a href="videoPlayer.html?type=youtube&id=oo1PPYFlJps">Basics: Debugging</a><br>
</div>
<div class="well">
<h2 id="html">Basics: HTML</h2>
<a href="videoPlayer.html?type=youtube&id=hzTGj24YvBk">HTML Document Standard</a><br>
<a href="videoPlayer.html?type=youtube&id=mX4Gyyqi8uk">HTML Tags H1, BR, P, HR</a><br>
<a href="videoPlayer.html?type=youtube&id=Stx0q3OLZbI">HTML Images</a><br>
<a href="videoPlayer.html?type=youtube&id=jVVK4D-2-FA">HTML Links</a><br>
<a href="videoPlayer.html?type=youtube&id=AyxSlcnVgY4">HTML Tags B, I, Code, Blockquote </a><br>
<a href="videoPlayer.html?type=youtube&id=C7YWQLKQoEI">HTML Lists</a><br>
<a href="videoPlayer.html?type=youtube&id=7iiN1j93ZqY">HTML Tables</a><br>
<a href="videoPlayer.html?type=youtube&id=QmEymYstizY">HTML Forms</a><br>
<a href="videoPlayer.html?type=youtube&id=5FDKdwdA7kk">HTML iFrame </a><br>
</div>
<div class="well">
<h2 id="css">Basics: CSS</h2>
<a href="videoPlayer.html?type=youtube&id=a24gbyN9iyc">CSS Introduction</a><br>
<a href="videoPlayer.html?type=youtube&id=nfv3ck6QD9Q">CSS Selectors</a><br>
<a href="videoPlayer.html?type=youtube&id=zvszbXWMMLY">CSS External</a><br>
<a href="videoPlayer.html?type=youtube&id=BExkTNLTne8">CSS Cascading</a><br>
<a href="videoPlayer.html?type=youtube&id=3Ayh5ly4-PI">CSS Box</a><br>
<a href="videoPlayer.html?type=youtube&id=A17eyVFkMlw">CSS Color</a><br>
<a href="videoPlayer.html?type=youtube&id=Ty6JhKtRM9k">CSS Text</a><br>
<a href="videoPlayer.html?type=youtube&id=G4KpC_K8uKs">CSS Font</a><br>
<a href="videoPlayer.html?type=youtube&id=_2T6DEq4PPc">CSS Google Fonts</a><br>
<a href="videoPlayer.html?type=youtube&id=6e8bFeWJKz0">CSS Multi Column</a><br>
<a href="videoPlayer.html?type=youtube&id=C5287f6ci6w">CSS Z Index</a><br>
</div>
<div class="well">
<h2 id="syntax">Basics: Syntax</h2>
<a href="videoPlayer.html?type=youtube&id=DV4kIxq4OFU">JavaScript Console</a><br>
<a href="videoPlayer.html?type=youtube&id=BX3DlYDK2EA">Variables</a><br>
<a href="videoPlayer.html?type=youtube&id=9gR_MIsSaQc">If ... Else</a><br>
<a href="videoPlayer.html?type=youtube&id=6r2LGsGaQWM">For Loops</a><br>
<a href="videoPlayer.html?type=youtube&id=dmB_KhR3S2c">Debugging</a><br>
<a href="videoPlayer.html?type=youtube&id=Sl3K4Yjv-7I">Calling JavaScript</a><br>
<a href="videoPlayer.html?type=youtube&id=UpLT_hZSKb0">Style</a><br>
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference">Language Reference</a><br>
</div>
<div class="well">
<h2 id="arrays">Arrays</h2>
<a href="videoPlayer.html?type=youtube&id=Ia6mEE6vGg4">
<h3>JavaScript Array Basics</h3>
</a>
</div>
<div class="well">
<h2 id="json">JSON</h2>
<a href="videoPlayer.html?type=vimeo&id=114087261"><h3>JavaScript Object Notation (JSON) Basics</h3></a>
<a href="videoPlayer.html?type=vimeo&id=114087424"><h3>Walking through JSON Data</h3></a>
<a href="videoPlayer.html?type=vimeo&id=157357371"><h3>JSON Debugging</h3></a>
</div>
<div class="well">
<h2 id="objects">Objects</h2>
<a href="abel/09_object_functions_videos/01_simple_object.html"><h3>Simple Object - Object Hello World</h3></a>
<a href="abel/09_object_functions_videos/02_assigning_properties.html"><h3>Objects - assigning objects to properties</h3></a>
<a href="abel/09_object_functions_videos/03_properties_with_arrays.html"><h3>Object - properties with arrays of objects</h3></a>
<a href="abel/09_object_functions_videos/04_deep_nesting.html"><h3>Objects - deep nesting</h3></a>
<a href="abel/09_object_functions_videos/05_simple_function.html"><h3>Simple function - hello world</h3></a>
<a href="abel/09_object_functions_videos/06_object_methods.html"><h3>Objects - assigning methods to properties</h3></a>
<a href="abel/09_object_functions_videos/07_functions_as_parameters.html"><h3>Passing functions as parameters</h3></a>
<a href="abel/09_object_functions_videos/08_variable_scope.html"><h3>Variable Scope</h3></a>
<a href="abel/09_object_functions_videos/09_copying_by_value.html"><h3>Copying by value</h3></a>
<a href="abel/09_object_functions_videos/10_object_references.html"><h3>Object references</h3></a>
<a href="abel/09_object_functions_videos/11_properties_reference_value.html"><h3>Object properties - reference and value</h3></a>
<a href="abel/09_object_functions_videos/12_multiple_object_references.html"><h3>Objects - multiple references</h3></a>
</div>
<div class="well">
<h2 id="functions">Functions</h2>
<a href="abel/08_functions/slides.html#/10"><h3>Function Basics</h3></a>
<a href="abel/08_functions/slides.html#/16"><h3>Functions are Objects</h3></a>
<a href="abel/08_functions/slides.html#/23"><h3>Functions Provide Scope</h3></a>
<a href="abel/08_functions/slides.html#/25"><h3>Value and Reference</h3></a>
<a href="abel/08_functions/slides.html#/36"><h3>Value and Reference II</h3></a>
</div>
<div class="well">
<h2 id="scope">Variable Scope</h2>
<a href="videoPlayer.html?type=youtube&id=2e7e0ZsBVEo"><h3>Scope: Basics</h3></a>
<a href="videoPlayer.html?type=youtube&id=xANWzvwg_YI"><h3>Scope: Forgetting Var</h3></a>
<a href="videoPlayer.html?type=youtube&id=yKnRUuVeGS4"><h3>Scope: Nested Functions</h3></a>
</div>
<div class="well">
<h2 id="callbacks">Callbacks</h2>
<a href="videoPlayer.html?type=youtube&id=GxyFlXbhdsY"><h3>Callback Functions</h3></a>
<a href="videoPlayer.html?type=youtube&id=W_WGUEaAdjU"><h3>forEach Callback Functions</h3></a>
<a href="videoPlayer.html?type=youtube&id=N0E7H87PTXM"><h3>Filter Callback Functions</h3></a>
<a href="videoPlayer.html?type=youtube&id=5g92kS_FaYg"><h3>Sort Callback Functions</h3></a>
<a href="videoPlayer.html?type=youtube&id=jkEPcEzfaSc"><h3>Map Callback Functions</h3></a>
<a href="videoPlayer.html?type=youtube&id=oxFU4P_u_sE"><h3>Reduce Callback Functions</h3></a>
<a href="videoPlayer.html?type=youtube&id=M0krX6YdqVw"><h3>Bringing it all Together</h3></a>
</div>
<div class="well">
<h2 id="dns">DNS</h2>
<a href="videoPlayer.html?type=youtube&id=YkIEKezOvy8" target="_blank" >
<h3>Domain Name System (DNS)</h3>
</a>
</div>
<div class="well">
<h2 id="servers">Application Servers & Package Management</h2>
<a href="videoPlayer.html?type=youtube&id=DyktHOK2DeA"><h3>Node.js Introduction</h3></a>
<a href="videoPlayer.html?type=youtube&id=f_3wWNjIrps"><h3>Node.js - Creating Modules</h3></a>
<a href="videoPlayer.html?type=youtube&id=qaQmb6fnmkQ"><h3>NPM Introduction - The Package Manager for Node.js</h3></a>
<a href="videoPlayer.html?type=youtube&id=936rdnqX9VQ"><h3>Installing Packages, Locally and Globally</h3></a>
<a href="videoPlayer.html?type=youtube&id=lJE45xd4oqs"><h3>Write an HTTP Server</h3></a>
<a href="videoPlayer.html?type=youtube&id=E031_EfSXHs"><h3>Database (sqlite3)</h3></a>
<a href="videoPlayer.html?type=youtube&id=TXxrl8TC1v4"><h3>Create an NPM Package</h3></a>
</div>
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3 id="setupconfig">Setup & Configuration - Editor Setup</h3>
<a href="videoPlayer.html?type=youtube&id=ENewq-0DI-U" target="_blank" >
<i class="fa fa-video-camera"></i>
Sublime Text Setup: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=hw98AiAz40A" target="_blank" >
<i class="fa fa-video-camera"></i>
Sublime Text Setup: PC
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=fjeGUxDPv6o" target="_blank" >
<i class="fa fa-video-camera"></i>
VS Code Setup: Mac
</a>,
<a href="materials/devenv/configuration_mac.txt" target="_blank" >
<i class="fa fa-file-text-o"></i>
config data
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=G_C9Wd6dKK0" target="_blank" >
<i class="fa fa-video-camera"></i>
VS Code Setup: PC
</a>,
<a href="materials/devenv/configuration_pc.txt" target="_blank" >
<i class="fa fa-file-text-o"></i>
config data
</a>
</div>
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>Setup & Configuration - Github Setup</h3>
<a href="videoPlayer.html?type=youtube&id=WhPXbB-oYI0" target="_blank" >
<i class="fa fa-video-camera"></i>
Github Setup: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=ec9NG7SlOSc" target="_blank" >
<i class="fa fa-video-camera"></i>
Github Setup: PC
</a>
</div>
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>Setup & Configuration - Github Cycle</h3>
<a href="videoPlayer.html?type=youtube&id=D-veYWZGhkE" target="_blank" >
<i class="fa fa-video-camera"></i>
Github Cycle: fork -> clone -> add -> push -> pull request
</a>
<br>
<a href="abel/38_github/github_cycle.pptx">
<i class="fa fa-file-powerpoint-o"></i>
Github Cycle: fork -> clone -> add -> push -> pull request (PPT)
</a>
<br>
<a href="abel/38_github/github_cycle.pdf">
<i class="fa fa-file-pdf-o"></i>
Github Cycle: fork -> clone -> add -> push -> pull request (PDF)
</a>
</div>
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>Setup & Configuration - Testing Setup</h3>
<a href="videoPlayer.html?type=youtube&id=N96RXeI_eHE" target="_blank" >
<i class="fa fa-video-camera"></i>
Testing Setup: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=OtxtCo6awTo" target="_blank" >
<i class="fa fa-video-camera"></i>
Testing Setup: PC
</a>
<br>
</div>
<div class="well" style="background-color:rgba(255, 235, 59,0.2);">
<h3>Setup & Configuration - Debugging Setup</h3>
<a href="videoPlayer.html?type=youtube&id=K5xBCA1ysjE" target="_blank" >
<i class="fa fa-video-camera"></i>
Setup Debugging VSCode: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=dg7Guofbu-I" target="_blank" >
<i class="fa fa-video-camera"></i>
Setup Debugging VSCode PC
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=xoPMY1FANBg" target="_blank" >
<i class="fa fa-video-camera"></i>
Setup Debugging Node Inspect Option: Mac
</a>
<br>
<a href="videoPlayer.html?type=youtube&id=Ja9resrJz4c" target="_blank" >
<i class="fa fa-video-camera"></i>
Setup Debugging Node Inspect Option: PC
</a>
<br>
</div>
<div class="well">
<h2 id="animation">Videos for Image Moving Class</h2>
<a href="videoPlayer.html?type=vimeo&id=87270695"><h3>First Object</h3></a>
<a href="videoPlayer.html?type=vimeo&id=88416419"><h3>Object references</h3></a>
<a href="videoPlayer.html?type=vimeo&id=88670441"><h3>Get Mouse Events</h3></a>
<a href="videoPlayer.html?type=vimeo&id=155227376"><h3>Drag-n-Drop</h3></a>
</div>
<div class="well">
<h2 id="al">Active Learning Submission Instructions</h2>
<a href="videoPlayer.html?type=vimeo&id=154809889"><h3>Video: Active Learning Submission</h3></a>
<a href="abel/02_development_environment/webpublishing/activelearning.pdf"><h3>PDF: Active Learning Submission</h3></a>
</div>
<div class="well">
<h2 id="devenv">Development Environment</h2>
<a href="abel/02_development_environment/slides.html#/14"><h3>Setup Development Environment on Mac</h3></a>
<a href="abel/02_development_environment/slides.html#/15"><h3>Setup Development Environment on Windows</h3></a>
<a href="abel/02_development_environment/slides.html#/16"><h3>Setup Development Environment on Windows (Alternative Approach) </h3></a>
<a href="abel/02_development_environment/slides.html#/17"><h3>Shortcuts & Configs</h3></a>
<a href="abel/02_development_environment/slides.html#/18"><h3>Style Guide (Reference)</h3></a>
<a href="abel/02_development_environment/slides.html#/20"><h3>Themes (Optional)</h3></a>
<a href="abel/02_development_environment/slides.html#/21"><h3>Snippets (Optional)</h3></a>
</div>
<div class="well">
<h2 id="documents">Web Document</h2>
<a href="abel/03_web_document_basics/slides.html#/16"><h3>Creating an HTML page</h3></a>
<a href="abel/03_web_document_basics/slides.html#/17"><h3>Web Request by hand</h3></a>
<a href="jrw/L3a-SimpleBrowserDOM/L03-SimpleBrowser.html#/1"><h3>Simple Browser</h3></a>
<a href="jrw/L3b-NamingElementsInDOM/L03-NamingElementsInDOM.html#/1"><h3>Giving ID to Elements in the DOM</h3></a>
</div>
<div class="well">
<h2 id="css-extra">Optional CSS Resources</h2>
<a href="videoPlayer.html?type=vimeo&id=154883782"><h3>Video: CSS Resources</h3></a>
<a href="https://developer.mozilla.org/en-US/docs/Web/CSS"><h3>Link: MDN CSS</h3></a>
<a href="http://getbootstrap.com"><h3>Link: Bootstrap</h3></a>
</div>
<div class="well">
<h2 id="dom">The Document Object Model</h2>
<a href="jrw/L4a-GettingElementsFromDOM/L4-GettingObjectsInDOM.html#/1"><h3>Get Elements from DOM</h3></a>
<a href="jrw/L4b-PacManExercise/L4-PacManExercise.html#/1"><h3>PacMan Exercise</h3></a>
</div>
<div class="well">
<h2 id="collections">Collections</h2>
<a href="jrw/L6-Strings/L6-BasicStringOperations.html#/1"><h3>Strings and Arrays</h3></a>
<a href="jrw/L7-SimpleArrays/Arrays.html#/1"><h3>Integer Arrays</h3></a>
<a href="jrw/L7-ObjectsPart1/ObjectsPart1.html#/1"><h3>Objects Layout</h3></a>
<a href="jrw/L7-ObjectsPart1/ObjectsPart1.html#/3"><h3>Point Object Creation</h3></a>
</div>
<div class="well">
<h2 id="bus-simulation">Bus Simulation and Visualization</h2>
<a href="videoPlayer.html?type=vimeo&id=121960561"><h3>Guide</h3></a>
<a href="videoPlayer.html?type=vimeo&id=87962579"><h3>Demo of running simulation</h3></a>
<a href="videoPlayer.html?type=vimeo&id=87965564"><h3>Map Basics</h3></a>
<a href="videoPlayer.html?type=vimeo&id=87966916"><h3>Map Overlay</h3></a>
<a href="videoPlayer.html?type=vimeo&id=87964292"><h3>Timers</h3></a>
</div>
<div class="well">
<h2 id="gmaps">Google Maps</h2>
<a href="abel/11_geospatial/slides.html#/19"><h3>Google Maps - Hello World</h3></a>
</div>
<div class="well">
<h2 id="mechanics">Mechanics</h2>
<a href="jrw/L14-MouseEvents/GetMouseEvents.html#/1"><h3>Get Mouse Events</h3></a>
<a href="jrw/L15-SpringMass/SpringMassDynamics.html#/1"><h3>Spring-Mass Systems</h3></a>
<a href="jrw/M16-TotalEnergy/LectureSystemEnergy.html#/1"><h3>Total Energy of Particle Systems</h3></a>
<a href="jrw/M17-ContinuumStarter/LectureParticleSolids.html#/1"><h3>Continuum Mechanics based on Particles </h3></a>
</div>
<div class="well">
<h2 id="this">Learning to Use "this"</h2>
<a href="abel/12_all_about_this/this_in_objects.html"><h3>Using "this" in objects</h3></a>
<a href="abel/12_all_about_this/this_in_functions.html"><h3>Using "this" in functions</h3></a>
<a href="abel/12_all_about_this/this_incosistencies.html"><h3>Inconsistencies in "this"</h3></a>
</div>
<div class="well">
<h2 id="this-problems">Problems with "this"</h2>
<a href="abel/18_this/this_scope.html"><h3>"this" changing scope - be careful</h3></a>
<a href="abel/18_this/this_module.html"><h3>"this" in module pattern</h3></a>
<a href="abel/18_this/this_module_alternatives.html"><h3>alternatives to "this" in module pattern</h3></a>
<a href="abel/18_this/this_object.html"><h3>"this" within objects</h3></a>
</div>
<div class="well">
<h2 id="misc">Miscellaneous</h2>
<a href="videoPlayer.html?type=vimeo&id=125862730">Video - Simple Web Server</a><br>
<a href="videoPlayer.html?type=vimeo&id=125864020">Video - Making a server call</a><br>
<a href="videoPlayer.html?type=vimeo&id=90500240">Video - MongoDB install - OSX</a><br>
<a href="videoPlayer.html?type=vimeo&id=90731523">Video - MongoDB install - Windows</a><br>
<a href="videoPlayer.html?type=vimeo&id=90731608">Video - Robomongo - Setup</a><br>
<a href="videoPlayer.html?type=vimeo&id=90510872">Video - Xml to JSON - Using Node.js Package</a><br>
<a href="videoPlayer.html?type=vimeo&id=90864257">Video - CSV to JSON - Using Node.js Package</a> <br>
<a href="videoPlayer.html?type=vimeo&id=90731665">Video - MongoDB - Data Conversion and Import</a><br>
<a href="videoPlayer.html?type=vimeo&id=90731758">Video - MongoDB Console Queries</a><br>
<a href="videoPlayer.html?type=vimeo&id=90731822">Video - Node.js - HTTP Server Hello World</a><br>
<a href="videoPlayer.html?type=vimeo&id=90731875">Video - Node.js - Query String Parameters</a><br>
<a href="videoPlayer.html?type=vimeo&id=90877165">Video - XMLHttpRequest basics</a><br>
<a href="videoPlayer.html?type=vimeo&id=90877332">Video - XMLHttpRequest using query string parameters</a><br>
<a href="videoPlayer.html?type=vimeo&id=90731971">Video - Browser/Node.js/MongoDB connection</a><br>
</div>
</div><!-- /.container -->
</div>
<div id="footer">
<div class="container">
<p class="text-muted"> © 2014 Abel Sanchez & John R. Williams</p>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html>