This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:web_development:media:exercises [2021/12/20 11:12] mag created |
en:web_development:media:exercises [2023/08/16 09:33] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | Javascript play / pause video | + | ====== Web Development Lesson 6 - Media ====== |
- | create album for Colombian | + | ===== Exercises ===== |
+ | ==== Objective ==== | ||
+ | In this activity you'll apply what you've learnt to other elements and create a photo album of Colombian footballers. | ||
+ | |||
+ | ==== Setup ==== | ||
+ | * We'll base some exercises on work done to date in this lesson in ' | ||
+ | * Others will be based on files created in previous lessons in the ' | ||
+ | |||
+ | ==== Javascript | ||
+ | * In ' | ||
+ | |||
+ | ==== PHP Arrays ==== | ||
+ | * In the ' | ||
+ | * Set up the base code for the file to include the header, menu and footer. | ||
+ | * Create an album showing the photos for the Colombian | ||
+ | |||
+ | ^ Player ^ Image ^ | ||
+ | | Andrés Felipe Mosquera Marmolejo | https:// | ||
+ | | David Ospina Ramírez | https:// | ||
+ | | Camilo Andrés Vargas Gil | https:// | ||
+ | | Yeimar Pastor Gómez Andrade | https:// | ||
+ | | Jhon Janer Lucumí Bonilla | https:// | ||
+ | | Johan Andrés Mojica Palacio | https:// | ||
+ | | Daniel Muñoz Mejía | https:// | ||
+ | | Davinson Sánchez Mina | https:// | ||
+ | | William José Tesillo Gutiérrez | https:// | ||
+ | |||
+ | * Style the album as you like. | ||
+ | * For a bonus, display the name of the player with the photo. | ||
+ | |||
+ | ==== Link Javascript Files ==== | ||
+ | * Recall that we used a PHP variable < | ||
+ | * Add the PHP variable to these pages to reenable their Javascript code. | ||
+ | * Do the same with all pages in the ' | ||
+ | |||
+ | ==== Add Menus ==== | ||
+ | * Add a link for ' | ||
+ | * Add a link for ' | ||
+ | |||
+ | [[en: |