Assignment03 due in 1 week (note it may take longer - so be patient with yourselves)
For a full description of Assignment03 look at the HANDOUT WebSiteDevelopment_Assign03-14.doc
The NEW Student Web Server CLASSweb.ccv.edu uses ELFileManager for UPLOADING files.
It works the same on Mac, Windows, Chrome, and Linux computers.
Read: Chapter 5 Images & Chapter 6 Links
Research: WYSIWYG, Notepad++ and Image EDITORS
Images, sizing, and spacing. A full description is in the Assignment03 handout.
Workshops:
Click on the ICON to see the Create Clickable Video which is the same as this link https://youtu.be/RN2gHMGzvXY
Add Favicon to your Google Sites https://youtu.be/ve2OeDYei6U
Add Favicon to an HTML web page: https://youtu.be/RLEErU-3adA
Menu Video Overview https://youtu.be/gaAQDTN-vm4
Live view of Menus http://stweb.ccv.edu/CIS-1151-VO01-V16SP/jam08260/Menu
Reminder - any code in jam08260's directory you can FTP to your computer.
Before+After: do 3 Before & After examples from Chapters 5 & 6, put links to them on your Google Web Site's Assignment03 web page.
When you are ready for JilMac to grade you, put a LINK to the Google Assignment03 web page in Moodle.
Chapter 5 code examples: https://youtu.be/hoVDTmjVhds
Chapter 6 code examples
To view Menu Examples go to http://jam08260.classweb.ccv.edu/WebDev/Menu
The download the Menu ZIP file to run on your PC and to upload to your CLASSweb.ccv.edu, is lised below.
JilMac Demonstrates Menu Examples https://youtu.be/9MhP6l-1oSM
Creating an HTML Menu https://youtu.be/-dii_1BpXY0
JilMac will demonstrate 2 types of Menus 1. Clean and Simple 2.
They are in a Zipped file at the bottom of this page.
There are two types of errors that you will come across:
SYNTAX - you have not closed a tag properly or are not using a tag correctly.
Where can you get help to find errors in your code?? Validator: http://validator.w3.org/ - you enter your URL and the W3C (WWW Consortium) Validator lists things that you should address. These may be causing something else further down to not function properly.
LOGIC - your program is not working the way you thought you designed it to.
This is a harder type of problem to find - because there is no Automated Validator that you can run it through. You will have to walk the code and step through the steps to debug this.