-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
169 lines (152 loc) · 5.9 KB
/
index.html
File metadata and controls
169 lines (152 loc) · 5.9 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<!-- Begin Jekyll SEO tag v2.5.0 -->
<title>Python For Beginners <h4>Contact: brent dot smith at nasa dot gov, jules dot kouatchou at nasa dot gov</h4> | SSAI Hampton, July 29 & 30, 2019</title>
<meta name="generator" content="Jekyll v3.8.5" />
<meta property="og:title" content="Python For Beginners <h4>Contact: brent dot smith at nasa dot gov, jules dot kouatchou at nasa dot gov</h4>" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="SSAI Hampton, July 29 & 30, 2019" />
<meta property="og:description" content="SSAI Hampton, July 29 & 30, 2019" />
<link rel="canonical" href="https://JulesKouatchou.github.io/PBC2016/" />
<meta property="og:url" content="https://JulesKouatchou.github.io/PBC2016/" />
<meta property="og:site_name" content="Python For Beginners <h4>Contact: brent dot smith at nasa dot gov, jules dot kouatchou at nasa dot gov</h4>" />
<script type="application/ld+json">
{"@type":"WebSite","url":"https://JulesKouatchou.github.io/PBC2016/","headline":"Python For Beginners <h4>Contact: brent dot smith at nasa dot gov, jules dot kouatchou at nasa dot gov</h4>","name":"Introduction to Web Programming <h4>Contact: brent dot smith at nasa dot gov, jules dot kouatchou at nasa dot gov</h4>","description":"SSAI Hampton, July 29 & 30, 2019","@context":"http://schema.org"}</script>
<!-- End Jekyll SEO tag -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link rel="stylesheet" href="https://github.com/pytrain/web_prog/assets/css/style.css?v=b3afb3425834acbcc42e04b478ca2f4033ca491f">
</head>
<body>
<section class="page-header">
<h1 class="project-name"><center><img src="http://www.nasa.gov/sites/all/themes/custom/nasatwo/images/nasa-logo.svg"></center> <a href="https://pytrain.github.io/web_prog/" style="color: white; text-decoration: none">Introduction to Web Programming</a> <h4><strong>Contact:</strong> brent dot smith at nasa dot gov, jules dot kouatchou at nasa dot gov</h4>
</h1>
<h2 class="project-tagline">SSAI Hampton, July 29 & 30, 2019</h2>
</section>
<section class="main-content">
<p>Welcome to the 2-Day Introductory Web Programming course! We intend to teach you the necessary skills needed to produce web pages and interactivity, usability, and programmability within those web pages. To get started, please see below the required software installations and then following is the tentative agenda for the course.</p>
<h2 id="software-requirements">Software Requirements</h2>
<ul>
<li>A modern web browser (Google Chrome, Mozilla Firefox, and Google Chrome are preferred)</li>
<li>Plaintext/ASCII editor that you know how to use to write a text file (Microsoft Word is not a viable solution)</li>
<li>PHP version 5.5+ (Mac OS already contains; <a href="https://www.php.net/downloads.php">PHP Download Link</a>)</li>
</ul>
<h2 id="agenda">Agenda</h2>
<h3 id="day-1-javascript">Day 1: Javascript</h3>
<table>
<thead>
<tr>
<th>Time</th>
<th>Lecture Topic</th>
<th>Lecturer</th>
</tr>
</thead>
<tbody>
<tr>
<td>08:45 - 09:45</td>
<td><a href="/web_prog/intro_html.html">Review of HTML (HyperText Markup Language)</a></td>
<td>Jules</td>
</tr>
<tr>
<td>09:45 - 10:00</td>
<td>Break</td>
<td> </td>
</tr>
<tr>
<td>10:00 - 11:00</td>
<td><a href="/web_prog/intro_css.html">Review of CSS (Cascading Style Sheets)</a></td>
<td>Brent</td>
</tr>
<tr>
<td>11:00 - 12:00</td>
<td><a href="/web_prog/intro_javascript.html">Javascript I</a></td>
<td>Jules</td>
</tr>
<tr>
<td>12:00 - 13:00</td>
<td>Lunch Break</td>
<td> </td>
</tr>
<tr>
<td>13:00 - 14:00</td>
<td><a href="/web_prog/js_two.html">Javascript II</a></td>
<td>Brent</td>
</tr>
<tr>
<td>14:00 - 15:00</td>
<td><a href="/web_prog/jquery_1.html">jQuery I</a></td>
<td>Brent</td>
</tr>
<tr>
<td>15:00 - 15:15</td>
<td>Break</td>
<td> </td>
</tr>
<tr>
<td>15:15 - 16:30</td>
<td><a href="/web_prog/jquery_2.html">jQuery II</a></td>
<td>Brent</td>
</tr>
</tbody>
</table>
<p>Brent’s local files from Day 1’s lecture. <a href="https://github.com/pytrain/web_prog/tree/master/planets">link</a></p>
<h3 id="day-2-php">Day 2: PHP</h3>
<table>
<thead>
<tr>
<th>Time</th>
<th>Lecture Topic</th>
<th>Lecturer</th>
</tr>
</thead>
<tbody>
<tr>
<td>08:45 - 09:45</td>
<td><a href="/web_prog/php_setup.html">PHP Setup</a></td>
<td>Brent</td>
</tr>
<tr>
<td>09:45 - 10:00</td>
<td>Break</td>
<td> </td>
</tr>
<tr>
<td>10:00 - 12:00</td>
<td><a href="/web_prog/intro_php.html">The PHP Scripting Language</a></td>
<td>Jules</td>
</tr>
<tr>
<td>12:00 - 13:00</td>
<td>Lunch Break</td>
<td> </td>
</tr>
<tr>
<td>13:00 - 14:30</td>
<td><a href="/web_prog/php_proj.html">Sample PHP Project</a></td>
<td>Brent</td>
</tr>
<tr>
<td>14:30 - 15:30</td>
<td><a href="/web_prog/php_apache.html">Introduction to PHP-Apache Interactions</a></td>
<td>Brent</td>
</tr>
<tr>
<td>15:30 - 15:55</td>
<td>Break</td>
<td> </td>
</tr>
<tr>
<td>15:45 - 16:30</td>
<td><a href="/web_prog/php_db.html">Introduction to PHP-MySQL Interactions</a></td>
<td>Brent</td>
</tr>
</tbody>
</table>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</span>
</footer>
</section>
</body>
</html>