ryanSmithART.com/courses/365/2014


- week 8 -

Reminder:
some students still have not given me their 1st project
"Project A" was due 3 weeks ago.
anyone need to give me files?
- all images used in the site
- all the .html pages
- and CSS should be turned in


this week:
"Project B" is due today

assign "Project C"

Talk about "net art"

What is net art?
Examples of net art
Robert Hecht: net art


"HOTSPOTS"




a little more javascript?

LINK TO OPEN WEBSITE IN CUSTOM SIZE WINDOW

<a href= "javascript:void(0)"onclick="window.open('http://ryansmithart.com/','linkname',
'height=500, width=700,scrollbars=no')" > TEXT</a>



// Here's the code:

<button onclick="myFunction()">Try it</button>
<script>
function myFunction(){
alert("I am an alert box!");
}
</script>

Fun Stuff:
BG Color: Green Yellow Red Brown White
<a href=""onmouseover="document.bgColor='green'">Green</a>





HOME WORK

Get started on "Project C"