a net art crash course
[part 1] HTML Intro: This first video is an introduction to setting up and creating an HTML project:
- setting up a project: 2:05
- Intro to HTML (elements): 12:06
- Intro to HTML (attributes): 15:50
- Common HTML Elements/Tags: 24:34
- HyperMedia Elements/Tags: 33:50
- Best Practices (general advice): 48:39
- File Types && File Sizes: 54:51
[part 2] CSS Intro. This second video is an introduction to the basics CSS:
[part 3] CSS For Artists The next video covers CSS concepts of particular use to artists:
- the "box model": 3:44
- backgrounds: 9:20
- Browser Developer Tools: 14:27
- positioning: 25:33
- hover: 38:12
- transitions: 40:54
- animations: 47:31
[part 4] JavaScript Teaser This video builds on the previous videos, teasing a bit of JavaScript:
- where do we put our JavaScript: 2:27
- changing CSS with JavaScript: 4:50
- changing CSS on mouse click: 10:37
- Random Numbers in JavaScript: 18:30
- changing HTML on mouse click: 22:27
- changing HTML/CSS on key presses: 27:07
- Random Colors in JavaScript: 33:16
[part 5] Final Steps This video wraps things up and covers some finishing touches before publishing online: