COAP:COAP-3000/week1: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 2: Line 2:


'''Prerequisites'''
'''Prerequisites'''
You should be familiar with basic HTML and CSS. Below are some resources. Alternatively, you also can read chapters 1 (section on "traditional elements") and 2 of the textbook. You also should be able to use a JavaScript library.


* [http://www.w3.org/MarkUp/Guide/ Getting started with HTML] (mandatory reading for students without prior HTML4 or XHTML 1 knowledge). Ignore the [http://www.w3.org/MarkUp/Guide/Advanced.html Advanced guide]. It's outdated.
* [http://www.w3.org/MarkUp/Guide/ Getting started with HTML] (mandatory reading for students without prior HTML4 or XHTML 1 knowledge). Ignore the [http://www.w3.org/MarkUp/Guide/Advanced.html Advanced guide]. It's outdated.
Line 8: Line 10:


* [[CSS tutorial]] or any other good CSS tutorial on the Web...
* [[CSS tutorial]] or any other good CSS tutorial on the Web...
* [[Javascript_tutorial - basics]]
<script type="text/javascript" src="external.js"></script>


== Monday ==
== Monday ==

Revision as of 17:17, 22 August 2014

Week 1 - Create fancy animated presentations with impress.js

Prerequisites

You should be familiar with basic HTML and CSS. Below are some resources. Alternatively, you also can read chapters 1 (section on "traditional elements") and 2 of the textbook. You also should be able to use a JavaScript library.

<script type="text/javascript" src="external.js"></script>

Monday

Impress.js demos

Student activities / impress.js

https://github.com/bartaz/impress.js
(find the Download ZIP button to the right)
  • Unpack the zip archive
  • Copy index.html to project1.html
  • Copy index.html to save.html
  • Modify contents of project1.html

Examples:

Get the following files ("save link as"):


Homework 1

  • Create a presentation with impress.ch
  • You can freely choose a topic and reuse prior work.
  • Your presentation must be uploaded as a zip file to the World classroom (Canevas)

Due

  • Wed, week 2, before class

Documentation / Links

Impress.js
CSS tutorial
Documentation for techies