... part of the Web Site of George North -- Back to Site Index
Webpage Design and Development, CPST-2400-10
with HTML5 and CSS3
Spring 2019

Assignment - Week 1
Key Terms
News

The J-Prop Shop, your second WebPage

This is a graded assignment, worth
30 Points

The purpose of this assignment is:

First, write HTML. Then to discover that the frist design element of a WebPage is to separate content (HTML pages) from the display of content (CSS Style Sheets), textbook page HTML 7 (near Figure 1-1).

Second, help you appreciate using our TextBook. 100% of the HTML you need to write for this WebPage assignment is discussed in full and demonstrated in full. Tutorial 1 takes you through the process of making a WebPage titled "The J-Prop Shop". The WebPage you will write will be named "jprop.htm". Carefully read Tutorial 1, and at the same time write the HTML needed/illustrated for jprop.htm. At every step of this process, textbook graphics illustrate what your HTML will look like. And graphics illustrate how how your WebPage should look in a WebBrowser. Working through this, step by step, will make all future assignments that much easier to accomplish.

Third, to develop a Strategy for editing HTML. Your strategy should include:

  1. Make small changes.
  2. Save your work often.
  3. Use your WebBrowser to verify your WebPage looks like you expect. You can use the "Open" command of your WebBrowser to open the WebPage you are editing. Once open, you need to just reload (refresh) the page to see changes you make.
  4. Use W3C MarkUp Validator to find errors in your HTML.
  5. Upload your WebPage(s) to CPST WebServer will make using W3C Validator easier.
  6. Repeat steps 1 to 5 until done.




Grading Rubric -- every Assignment will have a Grading Rubric
Item#  Points  -  description
  1. 10 points - Canvas Discussions for Week 1.
  2. 15 points - your jprop.htm WebPage looks just like this ... follow this link
    now see how the WebPage looked just before applying the external style sheet. You will gain a better appreciation for this as you read Tutorial 1 and write yourself the HTML for J-Prop Shop. It is then that you will discover that the frist design element of a WebPage is to separate content (HTML pages) from the display of content (CSS Style Sheets).
  3.   5 points - You successfully copied (FTP'ed) your J-Prop Shop WebPage to your space on the CPST WebServer. And, you sent eMail to your instructor, me, George North, with the correct URL (Web Address).
  4.   1 point   - BONUS if your page passes W3C Markup Validation Service. W3C valid HTML and CSS will be a graded item of all future WebPage assignments.
  5.   1 point   - BONUS if you use a folder on CPST WebServer (name it Week_01) to keep your WebSite organized. Folders will be required in all future assignments.

Please note that, in J-Prop Shop HTML, our Textbook uses a tag set <hgroup></hgroup> which has been dropped from the HTML5 standards. If you include these tags in your WebPage, it will result in W3C MarkUp Validator reporting an error. The easy solution is to not include <hgroup></hgroup> tags. As weeks pass, this problem will crop up over and over. Our textbook uses <hgroup></hgroup> tag. YOU WILL NOT USE <hgroup></hgroup> tags. This is an uncommon problem, but not a rare problem. <hgroup></hgroup> tags were in the HTML5 specification, but are not considered depreciated. So, W3C MarkUp validator will flag <hgroup></hgroup> tags.

-----------------------------------------------------
30 points - TOTAL


Let's begin

Did you read this week's news yet? There are links at the top of this page. There is a new Assignment WebPage every week, and a new News page every week.


Canvas Discussions

•• Read this regarding Self-grading your Canvas Discussions ••

There are several new Canvas discussions setup in the Discussions section of Canvas. Each discussion should be self-explanatory. The name of each discussion begins with "Week 1", indicating that it is to be used during Week 1 of class. See our SiteIndex WebPage for a complete list of Weeks and Dates for all Assignments.

The help discussion is "Week 1 - Help". Use this to ask any and all question you have.

You may add as many threads to these discussions as you like. Each time you substantially participate in one of these discussions you earn 3 points.

Remember, as a condition for taking this class, you already agreed to the following:
"I understand Canvas Discussions are a required (graded item) of weekly assignments. I agree that I will participate early in weekly discussions.  I agree that I will read my fellow student's postings. I agree to visit weekly discussion forums multiple times every week. I agree to add threads that comment on other student's posts. I agree to use Canvas Discussions to help my fellow students whenever possible.  In other words, I agree to use Canvas Discussions in place of conversations that would otherwise take place face-to-face in weekly classroom meetings -- which are otherwise impossible in an on-line class like this one."


jprop.html WebPage

Remember Canvas' Course Materials? Did you downloaded the Data Files for Students? If not, you want to do that now.

Once you have your copy of Data Files, inside the folder named "tutorial.01", inside another folder named "tutorial", you will find the two files you need to complete this assignment. One file named "jpslogo.png" is the J-Prop Shop logo, a picture file. The other file is named "jpsstyles.css". This is the CSS style sheet. You shall see that towards the end of writing the HTML for J-Prop, you will link your file to this style sheet (called an external style sheet). There is another file named "modernizr-1.5.js" that we will not need. You will realize that we need modernizr, but we will all use (link to) a version of "modernizr.js" on George's WebSite. Using this file is important, this is why all of us will link to the same version of modernizr.

If so far, this all sound like Greek ... no problem. We are just getting started Tutorial 1. I promise when you finish Tutorial 1, finish writing HTML for J-Prop Shop, you can return here, read this again, and it will not be Greek any more. All the time and effort you put into reading Tutorial 1, and writing the HTML for J-Prop Shop, will pay handsome dividends.

Guess what. That's it. Your turn. Start Tutorial 1 now. Write HTML for J-Prop Shop as you read.