February 12 – Testing

  • HTML: metadata
    • <meta charset=”UTF-8″>
    • <meta name=”description” content=”Put a short description of your site here.”>
    • <meta name=”keywords” content=”search phrase 1, term2, search phrase 3, keyword4″>
    • <meta name=”author” content=”author’s name”>
    • <meta name=”designer” content=”your name”>
    • <meta name=”viewport” content=”width=device-width, initial-scale=1″>
  • SFTP
    • hostname is rocky.oswego.edu
    • username and password are your laker credentials
    • upload a project folder to the public-html folder
    • URL is http://oswego.edu/~yourLakerID/projectFolderName

Homework

  • Exercise: Test, Publish and Revise
    • Add metadata to HTML
    • Check HTML code with provided markup
    • Validate HTML and CSS. Address all errors and warnings.
    • Make code live
    • Test on large screen in lab, on iPad, and on a phone. Make notes about what needs to be revised at each screen size. Use the Chrome add-on Measure to check your line lengths.
    • Use the Wave Evaluation tool to check for accessibility issues.
    • Revise your files, make live, and retest (repeat as necessary).

    Submit your testing notes, final version of the site, and a shortcut to the live website.

  • Check to see if you have a public-html folder when logging in to FTP. If not, file a ticket with CTS today!