ryanSmithART.com/courses/2015/365



- week 5 -

NOTE :
- If you email me asking for help with your code, then please attach the CSS & HTML code, with your email.

- AND, I typically check my email once a day. So, if you want help with an assignment, then I would suggest emailing me more than 24 hours before the due date.


"Project A" is due today


- it should be uploaded already...
- You don't need to email me a link to the page
*Please add a link from your index.html page ( the one you made during the 1st two weeks of class ), to your "Project A"
Example : http://tiger.towson.edu/~crothe3/website

** What you will turn in today:

1) Have your site uploaded to a server before class
2) You will turn in a directory with:
- all images used in the site
- all the .html pages
- and CSS should be turned in
(I will copy them to an external harddrive, so be prepared)
3) You will present your work to the rest of the class

Ira Glass on Storytelling from David Shiyang Liu on Vimeo.

assign "Project B"



More with CSS:

div tags:
<div id="title"> week 4 </div>
<div id="other"> most of stuff </div>
<div id="scroller">--scrolling div section-----------</div>

CSS:
#title{
background-color:#000;
color:#FFF;
top:0px;
height:50px;
left:0px;
width:100%;
}
#other{
top:70px;
background-color:#FFF;
color:#999;
width:500px;
}
#scroller{
padding-left:10px;
background-color:#000;
color:#FFF;
width:100px;
height:50px;
overflow:scroll;
}

Continue : More CSS Positioning & other fun stuff

Dreamweaver - HTML Tables ?


HOME WORK

come up with an idea, write a paragraph about it
** save as a pdf file
**** add link from your class web page, to your .pdf file
**draw site structure and wire frames