COAP:COAP-3000/week1: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 41: Line 41:
* [http://bluegriffon.org/ BlueGriffon] HTML 5 editor
* [http://bluegriffon.org/ BlueGriffon] HTML 5 editor
* [http://bluefish.openoffice.nl/ BlueFish] HTML 5 programming editor
* [http://bluefish.openoffice.nl/ BlueFish] HTML 5 programming editor
=== Project files and Brackets configuration ===
'''Project directory'''
* Make sure to put all the files you need for a project into a single directory
* Then open that directory. Brackets will consider all the files in the directory to be part of the same project. This will help getting correct links done.
'''Useful Brackets extensions'''
To install an extension
* <code>File->Extension Manager</code>
* Use the search menu
* Sometimes, you also can drag and drop zip files from git repositories in order to get the latest version)
Recommended for this class:
* HTML Templates. Take the version by Travis Almand (there are several others)
* Beautify.


== Monday ==
== Monday ==

Revision as of 18:50, 18 March 2018

COAP:COAP-3000
▬▶
to improve
2018/03/18 ⚒⚒ 2018/03/16
Objectives
  • install and use a simple JavaScript library
  • create HTML slides with impress.js
  • customize a CSS style-sheet respecting design constraints
  • create a simple screen cast

Objectives

  • install and use a simple JavaScript library
  • create HTML slides with impress.js
  • customize a CSS style-sheet respecting design constraints
  • create a simple screen cast


  • Quality: to improve

Week 1 - Create fancy animated presentations with impress.js

Learning goals

  • See the box to the right

Prerequisites

You should be familiar with basic HTML5 and CSS. Below are some resources that could help you catching up. Alternatively, you also can read chapters 1 (section on "traditional elements") and 2 of the HTML5 for Masterminds textbook (the bookshop should have some left over copies).

You also should be able to use a simple JavaScript library and a JavaScript console in your webbrowser. If you do not, you will catch up this lesson.

  • CSS tutorial (this wiki) or any other good CSS tutorial on the Web...
<script type="text/javascript" src="external.js"></script>

Writing JavaScript code

Recommended HTML editors

  • Any editor that includes some support for syntax coloring and code indentation can do.
  • Brackets HTML5 programming editor (recommended for this class)
  • BlueGriffon HTML 5 editor
  • BlueFish HTML 5 programming editor

Project files and Brackets configuration

Project directory

  • Make sure to put all the files you need for a project into a single directory
  • Then open that directory. Brackets will consider all the files in the directory to be part of the same project. This will help getting correct links done.

Useful Brackets extensions

To install an extension

  • File->Extension Manager
  • Use the search menu
  • Sometimes, you also can drag and drop zip files from git repositories in order to get the latest version)

Recommended for this class:

  • HTML Templates. Take the version by Travis Almand (there are several others)
  • Beautify.

Monday

Impress.js demos

Student activities / impress.js

Notice: The original web site (https://github.com/bartaz/impress.js) is dead.
  • Unpack the zip archive
  • Copy file index.html to project.html
  • Rename file index.html to save.html
  • Modify contents of project.html

Modification of the CSS

You the should/can modify the CSS file (css/impress-demo.css to adapt to your needs).

Simple example (original CSS code modified)

Example of a talk:

Homework 1

(1) Create a presentation with impress.ch

  • You can freely choose a topic and reuse prior work.

(2) Create a report with a screencast

  • Show some slides (not the whole presentation)
  • The report should include your objectives, a discussion of your design and an auto-evaluation. You also can mention how you did it, problems encountered. etc. Make sure to keep down the file size.

Upload the to the World classroom (Canevas):

  • A zip file for the presentation
  • A video file for the report.

Tip: Uzip the file somewhere in your own computer and test if it works (e.g. some files may be missing and the presentation will fail)

Due

  • Wed week 2, before class

Documentation / Links

Impress.js
CSS tutorial
Documentation for techies