Here is the CIS 110 Web Development Workflow.
Memorize these 4 steps. The sooner you master them, the sooner you will be getting full credit for your projects:
1. Edit.Use a code editor (Atom or VS Code) to create a web page (.html file) on your computer.
2. Preview. Open the web page on your computer using Chrome. When it is perfect (and not before) go to next step #3.
3. Upload. Transfer all project files (.html, .js, .png, and so on) to the server using an SFTP client. This step is also known as publishing or deploying.
4. Test. Use Chrome to open your web page that is on the pages.uoregon.edu server. Do not use any other app– use Chrome only. Your web pages will be assessed using Chrome.
Make sure that your web page on the server is correct, because that is what will be graded.