CSC 343: The Week beginning Feb. 20
Homework:
Part 1. HTML.
Make a page that uses
<sub>
<sup>
<table>
<thead>
<tbody>
<tr>
<td>
<tfoot>
<th>
<time>
See
http://www.w3schools.com/tags/
for explanation and examples of how to use these HTML tags.
Bootstrap:
Watch the videos
Bootstrap table classes
and
Bootstrap button classes
. then make a page demoing some of the bootstrap styling of tables and buttons.
Drawing on an HTML Canvas:
Create a page like that seen in the video
HTML5 Canvas Tutorial
Due: Feb. 27
Monday:
Test next Monday and Wednesday?
DadaPoem.htm
Demonstrates
replace
(using regular expressions) and
split
DadaPoem2.htm
Adds <span>'s so that the words look "cut out".
DadaPoem3.htm
Shuffles "phrases" instead of words. Uses
join
(opposite of
split
).
WordList.htm
reads
Words.txt
using
jQuery.get
. (Has to be posted on the server to work).
Jumble_Sortable.htm
demos "sortable"
MineSweeper.htm
(Got this far)
Stack.htm
SliderDemo.htm
DemoPiece.htm
DemoPiece2.htm
Wednesday:
Greek.htm
CanvasDemo2.htm
Friday:
Sign Language Lab
Retrieve input from user.
Put the text into lower letters.
Use split to make text into an array of characters.
Loop through array and concatenate the HTML for the image elements with src's set to the corresponding image file found in
signz.zip
Make any non-letter character a break element in your HTML.
Add the HTML to the page.
Use the text input keydown event to clear any results.
Due: Mar. 3