STACYTARVER

May 31

Arrays and Loops.

Using arrays and loops, create a table that lists the brands of five shoe companies next to the (fictional) worth of each company.  Store the information (shoe company names and associated value) using arrays.  Using either type of loop, add the HTML elements for a table (<table>, <tr>, <th>, <td>, etc.) to the document.  The easiest way to store the data is in two separate arrays, where each numerical index of one array associates to the other.  You could also use a multi-dimensional array or object.

May 24

jQuery!

Here is some sample HTML text content (all about meat).  Using jQuery, the user can highlight and un-highlight each paragraph by clicking on the text.  When the user mouses over any header, the text size of the header will increase until it reaches 50.  Also, every time the user mouses over any header, random pictures of kittens appear at random places within the browser window.

Meow.

May 23

COOKIES!

Using cookies, this page allows the user to type their username into a form, submit the form, refresh the page and be greeted with their username.

May 22

HTML Background Images Assignment!

Create one web page that showcases each of the following examples, using a unique image for each:

May 21

HTML Forms Assignment!

Create a web page that contains a form.  The form must have a specific goal (such as submitting user feedback or ordering a product) and must contain the following elements:

Use CSS to style your form.

An exercise in negative vs. positive space.
May 18

An exercise in negative vs. positive space.

May 10

JavaScript Events Hackathon #2:


This code creates 3 divs (called “box”).  When the user clicks on any box in the browser, the script automatically changes that box’s height and width to a random height and width, and changes its background color to a random background color.  Simple fun.

May 9

JavaScript Animation! Hackathon Assignment:  



This code makes a box that moves left and right across the browser window 500 pixels.  BOOM.

Art101:  Project 1:  Line
This project is designed to increase your ability to create various line qualities and to translate a number of feelings and conditions into linear images.  Needed:  india ink, bristol paper, scissors, scotch tape, small brush.  Cut at least 12 - 4&#8221; x 4&#8221; squares of bristol paper. 
Each square represents the following in sequence:  your name, tranquill sleep, awakening, hunger, satiation, an aspiring idea emerges, energetic activity, artist&#8217;s block, anger, breakthrough, love, &amp; bliss. 
Your line will move from square to square in a continuum, experiencing each square&#8217;s characteristics and moving to the next one.
May 8

Art101:  Project 1:  Line

This project is designed to increase your ability to create various line qualities and to translate a number of feelings and conditions into linear images.  Needed:  india ink, bristol paper, scissors, scotch tape, small brush.  Cut at least 12 - 4” x 4” squares of bristol paper. 

Each square represents the following in sequence:  your name, tranquill sleep, awakening, hunger, satiation, an aspiring idea emerges, energetic activity, artist’s block, anger, breakthrough, love, & bliss. 

Your line will move from square to square in a continuum, experiencing each square’s characteristics and moving to the next one.


atmospheric perspective - a technique of rendering depth or distance in painting by modifying the tone or hue and distinctness of objects perceived as receding from the picture plane, especially by reducing distinctive local colors and contrasts of light and dark to a uniform light bluish-gray color.
May 8

atmospheric perspective - a technique of rendering depth or distance in painting by modifying the tone or hue and distinctness of objects perceived as receding from the picture plane, especially by reducing distinctive local colors and contrasts of light and dark to a uniform light bluish-gray color.

May 7

Tables

Create the following four tables using proper HTML markup.  Utilizing CSS, give each table a width of 400px and a black 1px border.  Put a non-breaking space (&nbsp;) in each TD tag.

Note that since you don’t have any information to put in these tables, it’s difficult to determine where you would use a TH tag – as such, you can use just TD tags for this assignment.


May 3

HTML Midterm Project

 For your midterm project, you’ll be creating a small website consisting of a home page and two additional pages, for a total of three pages.

 Pick a subject that interests you and build the site around that.  There’s likely a certain type of music that you are passionate about, an area of the world, a certain type of animal – anything you can think of that you can create a simple site for.

 Your website needs to meet the following requirements: