ryanSmith's art 365 class @ Towson

_design_for_the_www_

ryansmithart.com/courses/2014/365

Week #1:

If you have any questions, please talk to me after class or email:
ryanSmithStudent@aol.com

note: Your homework, the syllabus, what we do every week, all important due dates, will be added to this website

This week we will get to know each other, talk about what we want to do for the rest of the semester, talk about HTML, and a little bit about how the web works.


Required Materials for this class:

a flash drive or hard drive: 2GB or more (some external device to store your work on)
*Personal Web Space (Towson user accounts are fine)
a sketchbook, something not too big, about 8x10 inches (for notes and sketches)
(suggested) a digital camera


This semester I plan on covering the following:
Interface Design
Design Architecture
Navigation, and Usability
Various Forms of Multimedia (image, sound, animation, video)
Internet Based Art
Web Design Basics
Web Typography
Scripting Languages: HTML, CSS, JavaScript, some PHP and maybe a little ActionScript
Adobe Dreamweaver, Fireworks, maybe some Flash

Application Software That We Will Use:

TextEdit (or something that has a plain text option)
A Web Browser (Firefox, Safari, Explorer, etc.)
Photoshop (any version)
an FTP interface (we will talk more about this later)
Dreamweaver (optional)
iTunes (optional)

I will suggest books, websites, and reading materials
All required reading will be found on the internet, for free.


Suggested Reading:

On the internet:

www.developphp.com/list_flash_video.php
www.w3schools.com
www.w3schools.com/css
www.w3.org
www.w3.org/standards/webdesign
www.sitepoint.com/anatomy-web-fonts
www.net-art.org
rhizome.org

Books:

HTML, XHTML, and CSS: Visual QuickStart Guide, 6th Edition
By Elizabeth Castro

HTML5 & CSS Visual QuickStart Guide, 7th Edition
By Elizabeth Castro, Bruce Hyslop

Dreamweaver CS5 (or CS6) for Windows and Macintosh: Visual QuickStart Guide
By Tom Negrino, Dori Smith

Adobe Dreamweaver CS5 (or CS6) Classroom in a Book
By Adobe Creative Team

PHP for the Web: Visual QuickStart Guide (4th Edition)

Internet Art
By Rachel Greene

Thinking with Type
By Ellen Lupton

Do not plagiarize :
http://www.developphp.com/view.php?tid=100


code: HTML (5)

This is what a boring HTML5 page looks like.
It does not have any CSS, or JavaScript, just html.
This will be your homework this week. So, pay attention.

1st - you will notice that the URL of this webpage is:
ryansmithart.com/courses/2014/365

My website is: ryansmithart.com
If you want to see every class I have taught since 2009:
ryansmithart.com/courses
These are called URL addresses (uniform, or universal, resource locator), and each forward slash indicates a separate folder. These folders are called directories. So, the 363 directory, is saved in a 2014 directory, which are in the courses directory (like folders inside folders). All of these are stored on a server, connected to the domain name "ryansmithart.com". I will talk more about this some other day, when we talk about uploading.

2nd - If you add index.html to the end of the URL, it will take you to the same page. The 1st page of most websites is titled index.html (or if you are using some other language it might be index.php). For example, if I type in "npr.org" my web browser will automatically take me to npr.org/index.html

3rd - You will notice that there are no capital letters, and no spaces in the file names or directories. Let's all say this out loud, and repeat:
"WHEN CREATING FOLDERS AND FILE NAMES, I WILL NOT USE CAPITAL LETTERS OR SPACES."
For example if I wanted to save an image, I would save it as dalai_lama.jpg in a directory called images
NOT:       Dalai Lammma.JPG in a folder called Images

rtf vs. txt
we will be using plain text
w/ a .html extension

<!doctype html>
<html>
<head>
<title> 365 </title>
</head>
<body>
<p>
some text
<br>
<img src="http://ryansmithart.com/courses/382/1/me.jpg">
me
</p>
</body>
</html>

*view page source

<a href="http://www.website.com"> Link to a webpage </a>


Let's take a break from this web & file management stuff, and get to know each other.

My name is Ryan Smith, I've been teaching Interactive Media & Web Design classes at UMBC since 2009. I also teach a variety of Digital Art classes at Towson University. Therefore, I will regularly be on campus 2 days a week. If you need my help, then ask for it. Don't be afraid of emailing me at anytime, or talk to me before/during class.

In addition to teaching, I also get paid to make music videos, video projections, etc. I'm a freelance photographer, graphic designer, and I build websites for people. I enjoy making music with my friends, and when I'm not in front of a computer, I'm painting & drawing. I also think it's important to spend time outside everyday.

This semester, in addition to teaching you how to code, I want to help you make the art that YOU want to make. This is easier said than done. Most teachers expect their class to be good students. I will be expecting you to be great artists. This means you need to be creative, think for yourself, and take some responsibility for your own education. Do not expect to follow a checklist of what you should or shouldn't do. Do not expect your work to be the same as the person sitting next to you. I'm here to teach you how things work, but I will not hold your hand or build things for you. My classes are hard and challenging. I will make it easy for you to pass this class, but getting an "A" grade is hard. With this said, if you are taking 4 or 5 other classes this semester, then I suggest you drop this class.


Now, what about you?

1) What's your name? and/or what would you like me to call you?
2) What are you studying here?
3) Why are you studying Digital Art, GD, etc.?
4) Why are you taking this class?
5) Anything you want to learn this semester?
6) What will you be doing for fun outside of class?
7) What kind of other responsibilities/jobs do you have?


HOME WORK
(due at the beginning of class next week)

Make an html page (1 page) about yourself, insert a photo of yourself, and add at least 3 hyperlinks to webpages that you would like to share.
(save the .jpg image, bring in the files next week)


- no need to upload your homework this week : )