Week #6
Talk about "PROJECT #2"
*Review file management
- Talk about .pdf & .zip files
*Add a link from your personal webpage
to your
"project #1" site, if you haven't already.
Open "Dreamweaver"
(Rollover Images)
Review:
- CSS Opacity
- backgrounds with CSS
- Google fonts
why not use "daFont.com" ?
#gal{
width:200px;
background-color:#000;
float:left;
color:white;
text-align:center;
margin-bottom:10px;
}
#gal img{
padding:5px;
}
a img{
opacity: 0.4;
filter: alpha(opacity=40); /* For IE8 and earlier */
}
img:hover {
opacity: 1.0;
filter: alpha(opacity=100); /* For IE8 and earlier */
}
var slideimages = new Array() // create new array to preload images
slideimages[0] = new Image() // create new instance of image object
slideimages[0].src = "1.jpg" // set image src property to image path, preloading image in the process
slideimages[1] = new Image()
slideimages[1].src = "2.jpg"
slideimages[2] = new Image()
slideimages[2].src = "3.jpg"
slideimages[3] = new Image()
slideimages[3].src = "4.jpg"
<iframe src="//player.vimeo.com/video/24715531" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen>
</iframe>
Homework :
- come up with an idea for PROJECT #2, write a paragraph or 2 about it
- save it as a .pdf file.
- add link from your class web page, to your .pdf file
**draw site structure and wire frames
- start designing and building an informative website based on your research.
Next Week:
- Bring in all your homework & projects on a flash drive, or hard drive.
- Copy them
to a WWW folder
- All work should be uploaded by the end of next week's class