Feb 16 2009

Content vs style

Published by admin under CSS, HTML, Semester 2, Uncategorized

In the beginning content and layout were all the same thing.  Web developers soon saw a vast gap in what could be accomplished with HTML hence came CSS.  CSS allowed for the style to be removed from the content.  This is accomplished with a few simple steps.

1.  Add a line to your html files <head> section that looks like this:

 <link type="text/css" rel="stylesheet" href="../css/default.css">

where ../css/ is the folder that the file will be located in and default.css is the name of the file.

2. create file called default.css that contains all of your CSS style commands.

3. upload these files to the desired locations on your web space.

One response so far

Jan 14 2009

Alice Chapter 1

Published by admin under Uncategorized

Read the chapter 1 handout by Friday Jan 14th.

Write a 1 sentance deffinition for each of all of the Programming Terms excet class and the Animation Terms

On Friday you will:

  1. Complete the tutorial
  2. Choose 2 of the exercises and start creating those projects.
  3. Answer Questions 1-9 ( This is Home work if you don’t finish in class)

Use the following format for your file names:
YourFirstNameCh1_Exercise Number

17 responses so far

Jan 11 2009

A competed Alice project.

Published by admin under Uncategorized

YouTube Preview Image

18 responses so far

Jan 11 2009

Importing sound files into Alice

Published by admin under Programming with Alice, Semester 1 and tagged: ,

This is a short video on importing sound files into Alice.

http://www.teachertube.com/flvideo/30551.flv

17 responses so far

Dec 15 2008

A short history

Published by admin under HTML and tagged: ,

The Internet came into existence around 1968 under the name ARPANET. It was used primarily for sending text based information (email) and files from one location to another.  ARPANET’s primary use was by university’s, military and research institutions.  In 1995 the term Internet was created and the communications infrastructure was made commercially public. Shortly after this the HTML 2.0 language was created to help facilitate the layout and formatting of text.  This where we will start our journey.

16 responses so far