CSC 343: The Week beginning Feb. 13
Homework:
Part 1. HTML.
Make a page that uses
<meta>
<meter>
<optgroup>
<picture>
<pre>
<progress>
<q>
<section>
<small>
<strong>
See
http://www.w3schools.com/tags/
for explanation and examples of how to use these HTML tags.
Bootstrap:
Watch the videos
Bootstrap Tutorial for Beginners - 6 - Navbar
and
Bootstrap Tutorial for Beginners - 7 - Dropdown Menu
Then make a page like that seen in the videos.
Regular expressions:
.
JavaScript Video Tutorial Pt 6
and then write a regular expression (only asking for the regular expression, not a page) for the following:
An LLBean item number "TA" followed by 6 numbers
a social security number
a credit card number
a Canadian postal code
http://en.wikipedia.org/wiki/Postal_codes_in_Canada
Due: Feb. 20
Monday:
We need to figure out when the first test is. It may have two parts and span two class periods.
TED Talk lab:
TED.zip
Due: Feb. 20
Wednesday:
FibonacciClone.htm
uses the clone method.
ResizableRabbit.htm
. More fun with jQuery and rabbits. Demos jQuery's resizable and draggable interactions.
SVG.htm
demos SVG element with rectangles.
Target.htm
demos SVG element with circles and text.
InchWorm.htm
demos SVG element with ellipses and path.
RegularExpression_1.htm
demos using regular expressions with an if to see if data matches a pattern.
Friday:
SVG - path
(Youtube)
SVG_Bezier_quadratic.html
(needs work)
OpticalIllusion.htm
SVG Line
Pyramid.htm
SVG gradient and SVG Polygon
DynamicSVG.htm
SVG Lab
Make a design in SVG. You should use at least four different elements -- and at least two different types.
Due: Feb. 24