-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathindex.html
More file actions
219 lines (213 loc) · 12.8 KB
/
index.html
File metadata and controls
219 lines (213 loc) · 12.8 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
<!DOCTYPE html>
<html lang="fr-FR">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="style.css" media="screen" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>EC 27_0198 - Dev Web</title>
<meta name="description" content="Développpement web en S4 Licence Informatique UNC">
</head>
<body>
<header>
<div class="inner">
<a href="https://gharel.github.io/devweb">
<h1>Dev Web</h1>
</a>
<h2>Développpement web en Licence Informatique</h2>
</div>
</header>
<div id="content-wrapper">
<div class="inner clearfix">
<section id="main-content">
<h1>EC 27_0198 Développement Web</h1>
<p>Page de l’unité d’enseignement <em>Développement Web</em> au S4 TREC5 et TREC7 à l’Université de la Nouvelle-Calédonie.</p>
<h2 id="liens">Liens</h2>
<p>
<a href="https://gharel.github.io/devweb">https://gharel.github.io/devweb</a><br/>
<a href="https://github.com/gharel/devweb">https://github.com/gharel/devweb</a>
</p>
<h2>Administratif</h2>
<ul>
<li>Intitulé : Développement Web</li>
<li>Heures maquettes totales :
<ul>
<li>16h CM (8 séances de 2h)</li>
<li>32h TP (16 séances de 2h)</li>
</ul>
</li>
<li>
<p>Modalités de contrôle des connaissances : 4CC</p>
</li>
<li>Intervenants :
<ul>
<li>Guillaume HAREL (GH) (Vacataire) : <a href="mailto:guillaume.harel@skazy.nc">guillaume.harel@skazy.nc</a></li>
</ul>
</li>
</ul>
<h2 id="modalités-de-contrôles-des-connaissances">Modalités de contrôles des connaissances</h2>
<ul>
<li>4CC, 25% par CC : on garde les 3 meilleures notes</li>
<li><code class="language-plaintext highlighter-rouge">MOYENNE := (CC1+CC2+CC3+CC4-MIN(CC1;CC2;CC3;CC4))/3</code></li>
</ul>
<p>Epreuves prévues :</p>
<ul>
<li>CC1 : TP noté en séance à rendre</li>
<li>CC2 : QCM</li>
<li>CC3 : tutoriel (TP5) à rendre</li>
<li>CC4 : projet d’application web Node.js/Express (TP6) à rendre</li>
</ul>
<h2 id="emploi-du-temps">Emploi du temps</h2>
<p><a href="https://applis.univ-nc.nc/cgi-bin/WebObjects/EdtWeb.woa">L’application officielle</a>, <strong>fait foi</strong>.</p>
<h2 id="programme-pédagogique">Programme pédagogique</h2>
<p>L’ objectif général est d’initier au développement d’applications Web dynamique, à la fois sur la partie <em>front</em> (navigateur) et la partie <em>back</em> (serveur).
Le langage JavaScript sera utilisé côté client et aussi côté serveur avec Node.js. Nous utiliserons <a href="https://github.com">https://github.com</a> et <a href="https://render.com">https://render.com</a><!-- Github Pages, Netlify, Vercel ou autres --> pour les rendus.</p>
<p>Toutes les séances de CM et TP sont demandées en salles machine avec un unique groupe, il n’y a donc pas toujours de différences entre CM et TP.</p>
<table>
<thead>
<tr>
<th>Type</th>
<th>Contenu (séance de 2h)</th>
<th>Support/remarque</th>
</tr>
</thead>
<tbody>
<tr>
<td>CM</td>
<td>Introduction au Web et à JS</td>
<td><a href="https://gharel.github.io/devweb/CM/WEB1.html">CM-WEB1</a>, <a href="https://gharel.github.io/devweb/CM/JS1.html">CM-JS1</a>, <a href="https://gharel.github.io/devweb/CM/JS1_exemples/">exemples</a></td>
</tr>
<tr>
<td>TP</td>
<td>Introduction au Web et à JS</td>
<td><a href="https://gharel.github.io/devweb/TP/JS1/JS1">TP-JS1</a> (<a href="https://gharel.github.io/devweb/TP/JS1/demo.js">éléments de correction</a>)</td>
</tr>
<tr>
<td>TP</td>
<td>Introduction au Web et à JS</td>
<td>idem</td>
</tr>
<tr>
<td>CM</td>
<td>Introduction JS : le DOM</td>
<td><a href="https://gharel.github.io/devweb/CM/JS2.html">CM-JS2</a>, <a href="https://gharel.github.io/devweb/CM/JS2_exemples/">exemples</a></td>
</tr>
<tr>
<td>TP</td>
<td>Introduction JS : le DOM</td>
<td>TP-JS1 <a href="https://gharel.github.io/devweb/TP/JS1/content/calc_pierre.js">calculatrice #1</a>, <a href="https://gharel.github.io/devweb/TP/JS1/content/calc_romain.js">calculatrice #2</a></td>
</tr>
<tr>
<td>TP</td>
<td>Introduction JS : le DOM</td>
<td><a href="https://gharel.github.io/devweb/TP/JS2/JS2">TP-JS2</a> (<a href="https://gharel.github.io/devweb/TP/JS2/correction.zip">correction</a>)</td>
</tr>
<tr>
<td>CM</td>
<td>Introduction à GitHub</td>
<td><a href="https://gharel.github.io/devweb/CM/TOOLS.html">CM-TOOLS</a></td>
</tr>
<tr>
<td>TP</td>
<td>Introduction JS : TP de synthèse</td>
<td><strong>CC1</strong> (TP noté en séance) <a href="https://gharel.github.io/devweb/CC/CC1/devweb-cc1.html">HTML</a> <a href="https://gharel.github.io/devweb/CC/CC1/devweb-cc1.js">JS</a> <a href="https://gharel.github.io/devweb/CC/CC1/devweb-cc1.css">CSS</a></td>
</tr>
<tr>
<td>CM</td>
<td>Programmation fonctionnelle JS</td>
<td><a href="https://gharel.github.io/devweb/CM/CM1.html">CM-CM1</a>, <a href="https://gharel.github.io/devweb/CM/CM1_exemples/">exemples</a></td>
</tr>
<tr>
<td>TP</td>
<td>Programmation fonctionnelle JS</td>
<td><a href="https://gharel.github.io/devweb/TP/TP1/">TP-TP1</a></td>
</tr>
<tr>
<td>TP</td>
<td>Programmation fonctionnelle JS</td>
<td><a href="https://gharel.github.io/devweb/TP/TP1/">TP-TP1</a> (<a href="https://gharel.github.io/devweb/TP/TP1/correction.zip">correction</a>)</td>
</tr>
<tr>
<td>CM</td>
<td>Programmation asynchrone</td>
<td><a href="https://gharel.github.io/devweb/CM/CM2.html">CM-CM2</a></td>
</tr>
<tr>
<td>TP</td>
<td>Programmation asynchrone</td>
<td><a href="https://gharel.github.io/devweb/CM/CM2.html#/exercice-avec-settimeout">CM-CM2 exercice</a> (<a href="https://gharel.github.io/devweb/CM/CM2_correction.zip">correction</a>)</td>
</tr>
<tr>
<td>TP</td>
<td>Programmation asynchrone</td>
<td><a href="https://gharel.github.io/devweb/CM/CM3.html">CM-CM3</a>, <a href="https://gharel.github.io/devweb/CM/CM3.html#/exercice">exercice</a>, <strong>CC2</strong> (QCM)</td>
</tr>
<tr>
<td>TP</td>
<td>Programmation Web API</td>
<td><a href="https://gharel.github.io/devweb/TP/TP2/">TP-TP2</a></td>
</tr>
<tr>
<td>CM</td>
<td>Programmation Web API</td>
<td><a href="https://gharel.github.io/devweb/TP/TP4/">TP-TP4</a></td>
</tr>
<tr>
<td>TP</td>
<td>Programmation Web API</td>
<td><a href="https://gharel.github.io/devweb/TP/TP4/">TP-TP4</a></td>
</tr>
<tr>
<td>CM</td>
<td>Environnement Node.js</td>
<td><a href="https://gharel.github.io/devweb/CM/CM4.html">CM-CM4</a>, <a href="https://gharel.github.io/devweb/CM/CM4_exemples/">exemples</a></td>
</tr>
<tr>
<td>TP</td>
<td>Tutoriel Node.js/Express</td>
<td><a href="https://gharel.github.io/devweb/TP/TP5/">TP-TP5</a>, partie 1</td>
</tr>
<tr>
<td>TP</td>
<td>Framework Express et REST</td>
<td><a href="https://gharel.github.io/devweb/CM/CM5.html">CM-CM5</a>, <a href="https://gharel.github.io/devweb/CM/CM5_exemples/">exemples</a></td>
</tr>
<tr>
<td>CM</td>
<td>Tutoriel Node.js/Express</td>
<td><a href="https://gharel.github.io/devweb/TP/TP5/">TP-TP5</a> à rendre <strong>CC3</strong>, partie 2</td>
</tr>
<tr>
<td>TP</td>
<td>Projet réducteur d’URL</td>
<td><a href="https://gharel.github.io/devweb/TP/TP6/">TP-TP6</a></td>
</tr>
<tr>
<td>TP</td>
<td>Projet réducteur d’URL</td>
<td><a href="https://gharel.github.io/devweb/TP/TP6/">TP-TP6</a></td>
</tr>
<tr>
<td>TP</td>
<td>Projet réducteur d’URL</td>
<td><a href="https://gharel.github.io/devweb/TP/TP6/">TP-TP6</a> à rendre <strong>CC4</strong></td>
</tr>
</tbody>
</table>
<h2 id="références">Références</h2>
<ul>
<li>Guides et référence MDN : <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript">https://developer.mozilla.org/en-US/docs/Web/JavaScript</a></li>
<li>The Modern JavaScript Tutorial : <a href="https://javascript.info">https://javascript.info</a></li>
<li>Node.js best practices : <a href="https://github.com/goldbergyoni/nodebestpractices">https://github.com/goldbergyoni/nodebestpractices</a></li>
<li>API Node.js : <a href="https://nodejs.org/api/">https://nodejs.org/api/</a></li>
<li>API Express : <a href="https://expressjs.com/en/5x/api.html">https://expressjs.com/en/5x/api.html</a></li>
</ul>
</section>
<aside id="sidebar">
<p>This page was generated by <a href="https://pages.github.com">GitHub Pages</a>.</p>
<p>Contenus par <a href="https://romulusfr.github.io/unc-s4-devweb/">Romuald THION</a></p>
</aside>
</div>
</div>
</body>
</html>