Programmation WEB 1 - dil.univ-mrs.frgcolas/options-l2info/pres_progweb2014.pdf · Programmation...

6
Programmation WEB 1 Fr´ ed´ eric B´ echet & Benoˆ ıt Favre Aix Marseille Universit´ e Licence Informatique - L2 - 2014-2015 F. B´ echet, B. Favre (AMU) Programmation WEB1 Licence Informatique - L2 - 2014-2015 1/6

Transcript of Programmation WEB 1 - dil.univ-mrs.frgcolas/options-l2info/pres_progweb2014.pdf · Programmation...

Page 1: Programmation WEB 1 - dil.univ-mrs.frgcolas/options-l2info/pres_progweb2014.pdf · Programmation WEB 1 Fr ed eric B echet & Beno^ t Favre Aix Marseille Universit e Licence Informatique

Programmation WEB 1

Frederic Bechet & Benoıt Favre

Aix Marseille Universite

Licence Informatique - L2 - 2014-2015

F. Bechet, B. Favre (AMU) Programmation WEB1 Licence Informatique - L2 - 2014-2015 1 / 6

Page 2: Programmation WEB 1 - dil.univ-mrs.frgcolas/options-l2info/pres_progweb2014.pdf · Programmation WEB 1 Fr ed eric B echet & Beno^ t Favre Aix Marseille Universit e Licence Informatique

Programmation WEB 1

Ce cours est un cours de programmation

Ce cours n’est pas un cours de Web design ! !

Ce cours contient 4 parties :1 HTML2 JAVASCRIPT3 JQUERY4 HTML5/CSS3

F. Bechet, B. Favre (AMU) Programmation WEB1 Licence Informatique - L2 - 2014-2015 2 / 6

Page 3: Programmation WEB 1 - dil.univ-mrs.frgcolas/options-l2info/pres_progweb2014.pdf · Programmation WEB 1 Fr ed eric B echet & Beno^ t Favre Aix Marseille Universit e Licence Informatique

Programmation WEB 1

HTML : un langage de presentation/visualisation de donnees structurees

Historique, liens entre SGML/HTML/XML, presentation des principauxelements HTMLGeneration de code HTML pour visualiser des donnees numeriques/symboliquesSeparation forme/fond, les feuilles de style CSS

JAVASCRIPT : d’un outil de presentation a un outil d’interaction

Presentation du langage Javascript, programmation object orientee prototypeLe DOM, rendre dynamique des pages statiquesDeveloppement d’interfaces utilisateurs “cote-client”

F. Bechet, B. Favre (AMU) Programmation WEB1 Licence Informatique - L2 - 2014-2015 3 / 6

Page 4: Programmation WEB 1 - dil.univ-mrs.frgcolas/options-l2info/pres_progweb2014.pdf · Programmation WEB 1 Fr ed eric B echet & Beno^ t Favre Aix Marseille Universit e Licence Informatique

Programmation WEB 1

jQuery

Selecteurs de balisesGeneration et modification dynamique du contenu

HTML5/CSS3

Balises multimedia (audio, video, canvas)Applications riches, interactions complexes

F. Bechet, B. Favre (AMU) Programmation WEB1 Licence Informatique - L2 - 2014-2015 4 / 6

Page 5: Programmation WEB 1 - dil.univ-mrs.frgcolas/options-l2info/pres_progweb2014.pdf · Programmation WEB 1 Fr ed eric B echet & Beno^ t Favre Aix Marseille Universit e Licence Informatique

Programmation WEB 1

Cet enseignement contient la realisation d’un projet, realise en TP, illustrantles differents aspects de la programmation WEB en HTML 5.

Par exemple l’annee derniere : Candy Crush

F. Bechet, B. Favre (AMU) Programmation WEB1 Licence Informatique - L2 - 2014-2015 5 / 6

Page 6: Programmation WEB 1 - dil.univ-mrs.frgcolas/options-l2info/pres_progweb2014.pdf · Programmation WEB 1 Fr ed eric B echet & Beno^ t Favre Aix Marseille Universit e Licence Informatique

Details pratiques

cours duplique

Luminy : Frederic BechetSt Charles : Benoit Favre

Evaluation

examen final + note de TP/projet (50/50)

Questions ?

[email protected] , [email protected]

F. Bechet, B. Favre (AMU) Programmation WEB1 Licence Informatique - L2 - 2014-2015 6 / 6