Description
TEC 5343 Multimedia Web Technology
Web Development Lab Project 1 Instructions
NOTE: THIS ASSIGNMENT IS TO BE COMPLETED IN INDIVIDUALLY (THIS IS NOT A GROUP PROJECT)
NOTE: THIS ASSIGNMENT CONTAINS 4 TOTAL STEPS ON 2 TOTAL PAGES.BE SURE TO READ EVERYTHING
Step
Instructions
Complete?
(1)
Following the instructions in the Web Development Lecture 1 Coding Video, install the following software on the computer you will be using to complete this course:
(a) Google Chrome Browser
(b) FileZilla
(c) Adobe Brackets
?
Step
Instructions
Complete?
(2)
Using FileZilla, connect to your web space at the pen.eiu.edu domain (if you own other web space you wish to use instead, this is fine, but you will be on your own for guidance and support using your own web space if you run into problems).Once connected, within the “secure” folder, create the following additional directories (be sure to use no spaces!):
(a) lab1
(b) lab3
(c) lab4
(d) lab5
(e) lab7
(f) lab8
(g) lab9
(h) lab11
(i) lab13
(j) lab14
Essentially, create a folder for lab1 through lab14 except lab2, lab6, lab10, and lab 12.
?
Step
Instructions
Complete?
(3)
Using Adobe Brackets, create a new document and save it as “lab1.html.”Type the following code into the document:
<!DOCTYPE HTML>
<html>
<body>
{INSERT YOUR “Hello, World!” & sentence about yourself here}
</body>
</html>
Between the <body> and </body> tag, type “Hello, World!” followed by a short sentence containing your name and an interesting thing or two about yourself, then save the document.
?
Step
Instructions
Complete?
(4)
(a) Using FileZilla, connect to your web space and upload your completed “lab1.html” document inside your “lab1” folder (DO NOT FORGET TO ADD YOUR RANDOM SALT TO YOUR FOLDER NAME, SEE THE WEEK 1 & INTRODUCTION VIDEO FOR DETAILS ON HOW TO DO THIS!).
(b) Ensure that it works by visiting “pen.eiu.edu/YourEIUNetID/lab1-YourSalt/lab1.html.”
HINT: If the link you place in the D2L Dropbox looks like this, you are trying to submit the file from your desktop, which will not work:
file:///C:/Users/YourEIUNetID/Documents/index.html
The link you submit to the D2L Dropbox *MUST* work when I click it to receive full credit for the assignment.Submissions that are not uploaded to your webspace (when the instructions require you to do so) will lose 25% of the total possible points for the assignment, and you will be asked to resubmit properly (if you are submitting your index.html file and CSS files directly into the D2L Dropbox, you are subject to this penalty – make sure you are submitting a weblink directly to your site).Submissions that do not include a direct link to your submission (when the instructions require you to do so) are subject to a 10% reduction in total possible points for the assignment (basically, if I have to “guess around” your webspace for your site after you submit, this penalty applies).Properly uploading your web documents and being able to create a link to them are essential components to being a web developer.
If you experience difficulties in uploading your submissions to your webspace where appropriate to complete Lab Projects, I urge you to book a Zoom or Teams meeting with me so that we can resolve this problem.I am not doing this to be arbitrarily punitive, this will be a minimum expectation in any web development job you apply for.I want to help you overcome these problems, so please reach out.