forked from gdicbusjs/gdicbusjs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
151 lines (142 loc) · 6.4 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
<!doctype html>
<html>
<head>
<title>Girl Develop It Columbus Intro JavaScript</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div id="main">
<div class="header">
<div class="logo">
</div>
<div class="blurb">
<h1>Newbie Javascript</h1>
<p>
Welcome! This is were we'll put all our content, resources and slides for our Summer JavaScript class.
</p>
<p>
Please be sure to
<a href="https://docs.google.com/forms/d/1TnF-AtekMS2S1g4SH8p3uz2L5bM_xzn6sQXXH8RR3do/viewform" target="_blank">fill out this form </a>
so that we can get in touch with you!
</p>
</div>
</div>
<div class="content">
<div class="slides">
<h2>Slides</h2>
<p>Click for slides or mouse over for topics</p>
<ul>
<li><a href="class1.html">Class 1</a>
<ul>
<li><a href="class1.html#/2" target="_blank">Introductions</a></li>
<li><a href="class1.html#/4" target="_blank">Terms</a></li>
<li><a href="class1.html#/6" target="_blank">Tools</a></li>
<li><a href="class1.html#/11" target="_blank">Variables</a></li>
<li><a href="class1.html#/13" target="_blank">Data Types</a></li>
<li><a href="class1.html#/16" target="_blank">Expressions </a></li>
<li><a href="class1.html#/21" target="_blank">if/then/else </a></li>
<li><a href="class1.html#/21" target="_blank">functions</a></li>
</ul>
</a></li>
<li><a href="class2.html" target="_blank">Class 2</a>
<ul>
<li><a href="class2.html#/4" target="_blank">Variable scope</a></li>
<li><a href="class2.html#/7" target="_blank">Arrays</a></li>
<li><a href="class2.html#/8" target="_blank">Loops</a></li>
<li><a href="class2.html#/11" target="_blank">while</a></li>
<li><a href="class2.html#/12" target="_blank">for</a></li>
<li><a href="class2.html#/13" target="_blank">Loops + Arrays </a></li>
</ul>
</a></li>
<li><a href="class3.html" target="_blank">Class 3</a>
<ul>
<li><a href="class3.html#/2" target="_blank">Objects</a></li>
<li><a href="class3.html#/5" target="_blank">Arrays of Objects</a></li>
<li><a href="class3.html#/8" target="_blank">The DOM</a></li>
</ul>
</a></li>
<li><a href="class4.html" target="_blank">Class 4</a>
<ul><li><a href="class.html#/" target="_blank">jQuery!</a></li></ul>
</a></li>
<li><a href="class5.html" target="_blank">Class 5</a>
<ul>
<li><a href="class5.html#/2" target="_blank">DocumentReady</a></li>
<li><a href="class5.html#/3" target="_blank">jQuery events</a></li>
<li><a href="class5.html#/8" target="_blank">jQuery forms</a></li>
</ul>
</a></li>
<li><a href="class6.html" target="_blank">Class 6</a>
<ul>
<li><a href="class6.html#/3" target="_blank">APIs</a></li>
<li><a href="class6.html#/5" target="_blank">AJAX</a></li>
<li><a href="class6.html#/6" target="_blank">REST</a></li>
<li><a href="class6.html#/8" target="_blank">JSON </a></li>
<li><a href="class6.html#/15" target="_blank">JSON </a></li>
</ul>
</a></li>
</ul>
</div>
<div class="resources">
<h2>Resources</h2>
<h3>Feedback</h3>
<p>
Your feedback lets us know how we're doing! Please take a moment to give us feedback!
(all feedback forms are completely private)
</p>
<ul>
<li><a href="http://bit.ly/GDInewbieJS" target="_blank"><strong>FINAL CLASS FEEDBACK</strong></a></li>
<li><a href="http://goo.gl/lxTVX5" target="_blank">Anonymous feedback about the JavaScript class </a></li>
<li><a href="http://goo.gl/Jixzw0" target="_blank">Feedback for classes 1 & 2 </a></li>
<!--
<li><a href="http://goo.gl/87VBCb" target="_blank">Feedback for classes 3 </a></li>
<li><a href="" target="_blank">Feedback for classes 4 </a></li>
<li><a href="" target="_blank">Feedback for classes 5 </a></li>
<li><a href="" target="_blank">Feedback for classes 6 </a></li>
-->
</ul>
<h3>Online Resources</h3>
<ul>
<li>
<a href="http://goo.gl/AvKwYT" target="_blank">Google Group for GDIC JavaScript class</a>
<p>
this group is private so you'll need to be invited
(just ask if you don't have one)
</p>
</li>
<li><a href="http://db.tt/DnfiocfA" target="_blank">Dropbox</a>
<p>this is what we will use for homework. If you don't already have an account please follow this link and sign up for one!</p></li>
<li><a href="http://repl.it/languages/JavaScript" target="_blank">JavaScript REPL</a>
<p>REPL stands for Read-eval-print loop. Basically it's a interactive
computer programming environment where we can try out a programming language.
</p>
</li>
<li>
<a href="http://jsfiddle.net/" target="_blank">JSFiddle</a>
<p>
enviroment that allows you to try/share snippets of JavaScript /
jQuery combined with HTML & CSS.
</p>
</li>
<li>
<a href="http://www.codecademy.com/tracks/javascript" target="_blank">JavaScript at Code Academ</a>
<p>
Code Academy has an online course that students have found useful for practicing their skills.
</p>
</li>
</ul>
<h3>Software</h3>
<ul>
<li><a href="https://www.google.com/intl/en/chrome/browser/" target="_blank">Chrome</a>
<br/>This is the prefered browser for the class</li>
<li>TextWrangler - Mac<br /><a href='http://www.barebones.com/products/textwrangler/' target="_blank">http://www.barebones.com/products/textwrangler/</a>
</li>
<li>Notepad ++ - Windows<br /><a href='http://notepad-plus-plus.org/ target="_blank"'>http://notepad-plus-plus.org/</a></li>
<li>Sublime Text - Mac or Windows<br /><a href='http://www.sublimetext.com/' target="_blank">http://www.sublimetext.com/</a></li>
</ul>
</div>
</div>
<div class="footer">
</div>
</div>
</body>