Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned...

27
Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain that you have your speakers on and your volume turned up. If you can’t hear after the seminar begins, please contact Tech Support. I’m sorry but I cannot help you with your computer settings.

Transcript of Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned...

Page 1: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Welcome to the first seminar forIT117 Introduction to Website Development!

• The audio will be turned on just before our start time at 7:00 pm ET.

• Be certain that you have your speakers on and your volume turned up.

• If you can’t hear after the seminar begins, please contact Tech Support. I’m sorry but I cannot help you with your computer settings.

• Optional - you might want to have a printed copy of the syllabus handy.

Page 2: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Seminar Common Sense:

To keep seminars organized & make the most of our time, please use the following procedures:

Precede any question with“??” or “Q?” to make it easy to spot. If your question isn't relevant or will be answered later in the seminar, I may not answer it right away. You will always have a chance to ask again at the end of the hour.

Please stop any side conversations once seminar “officially” begins. Use Private Messaging to interact with individual students.

2

Page 3: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Seminar Common Sense (cont.)

If you arrive late or must leave early, please don't disrupt the seminar with explanations. Feel free to email me later if you need to.

• Don’t waste seminar time with comments such as “I don’t know” or “I haven’t done the reading yet” or “I don’t remember” -- seminar is for showing what you know, not what you don’t know!

• Seminar isn’t the place to share info about illnesses, family tragedies, etc.

3

Page 4: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Navigating the Course

4

Page 5: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Course Materials

5

Software:

• Notepad (or TextEdit on a Mac) – comes with operating system

• Internet Explorer Web Browser

• FireFox Web Browser

• FTP software is optional (not needed)

Textbook: Site Development Foundations by CIW

Kaplan web server account

Page 6: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Grading

6

3 weekly grades for each unit, units 1 – 9: (Unit 1 seminar is not graded)

• Discussion grade – up to 30 points• Project grade – up to 50 points• Seminar or quiz grade (or higher of the two) – up

to 20 points

Final Project: up to 110 points

Page 7: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Grading (cont.)

7

Late projects:

• 1-7 days late = - 10 points (20%)

• 8-14 days = - 15 points (30%)

•not accepted after 2 weeks without prior permission from instructor

All projects will be returned with comments. All corrections indicated must be made before the page is submitted again as part of another project.

Page 8: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Discussion Postings – require:correct spelling, grammar, punctuation; Internet research.

8

Response to discussion question:• 200-300 words• Adds to discussion, non-repetitive • Posted by Saturday midnight ET

Responses to classmates:• 80-100 words • At least 2 required, usually need 3 or more to

earn an A

Frequency:• Postings on 3+ different days to earn an A

Page 9: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Seminars

9

Not intended for:• Personal issues• Individual problems with projects

Focus on material in the current unit

Purpose: to show and to share what you know about the topic (do reading in advance)

Instructor Questions:• Everyone should answer• Answer thoroughly, with more than a word or

brief phrase

Page 10: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Unit 1 Navigation

10

Page 11: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Unit 1 Navigation (cont.)

11

Page 12: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Unit 1 Reading

12

Page 13: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Projects

13

• Each weekly project web page is part of the Final Project

• For help with a project, email your code to the instructor (you may also post on the discussion board for help from classmates)

• All web pages must be uploaded to your Kaplan web server account

• Projects are submitted for grading by typing the URL (the web address) of your page in the unit dropbox, not by attaching files

Page 14: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Unit 1 Project1. Create a folder anywhere on your computer to

hold all of your files for IT117.

14

Folder names should contain only letters, numerals, and underscores, no spaces or symbols. For example: “my_web_files” but not “my web files”

Page 15: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

2. Download the index.html file from Doc Sharing and save it on your computer.

15

Page 16: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Then open the file in Notepad.

16

This is how the code will look.

Page 17: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Next you will personalize the code:

17

Page 18: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Then save the file in Notepad:

18

Page 19: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Open either IE or Firefox and open the file. The page should look like this:

19

Page 20: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

3. Once you receive your Kaplan web server information via email, you will go to http://ist2w.kaplan.edu/htcomnet:

20

Page 21: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

You will have your own personal folder; with sub-folders for each current web design class you are currently taking. It is important to use the proper folders for each class.

21

Page 22: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

To upload files:

22

• Click your course folder on the left to make it active

• Click on the Upload Files icon or on Download/Upload

• Browse for your file

Page 23: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

After you browse for your file, click on "Upload".

23

In units where you need to upload more than one file, click on "Upload Multiple Files Using Flash"

Page 24: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

You'll see this dialog box and will be able to upload more than one file at a time.

24

Page 25: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Click on the folder on the left to see its contents on the right. After you have uploaded your index.html file, you should see:

25

Page 26: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Viewing Your Website after Uploading• When you enter the URL of your website (included in

the setup email) in the address bar of a browser, index.html will display by default. See my example at http://ist2w.kaplan.edu/1003B/IT117-01/lmanley/

• If you view your file by clicking "View" in the file manager, the page may not display correctly and the URL in the address bar will not be the correct URL to submit. It will look like this: http://www.ist2w.kaplan.edu/htcomnet/getfile.aspx?view=true&file=index.html

and will not work when I try to view your page for grading.

26

Page 27: Welcome to the first seminar for IT117 Introduction to Website Development! The audio will be turned on just before our start time at 7:00 pm ET. Be certain.

Submitting Your Projects

• To submit your project for grading, type the URL in the comments area of the dropbox for Unit 1. You do not need to attach the index.html file.

• The correct URL will look like this: http://ist2w.kaplan.edu/1004B/IT117-01/lmanley/

but with your username instead of mine and possibly a different section number

27