Saturday, August 29, 2015

Welcome! Aug 29 Lab Materials

Syllabus

Lynda.com

Hunter server connection instructions:
Hunter Film and Media Website -> Support
In-Lab Technical Support:
Peter Jackson’s Office: (212) 772 ­4578   RM: HN 435
*When RM 436 is not available, you can use MAC computers on the 10th floor of HN

Homework #1: Due September 5th

Create your index page for your site making sure your link works and add a second page with heading and paragraph text.
Use the following website as a reference for your work. 

“Getting Started” through “Images” (8 sections)

 
HTML code to start your blog:  
(copy and paste this code into Textwrangler)    

<!DOCTYPE HTML>
  <html>
  <head>
    <meta charset="UTF-8">
    <meta name="creator" lang="en" content="YOUR NAME HERE" />
    <meta name="subject" lang="en" content="ELECT A SUBJECT HEADING" />
    <meta name="description" lang="en" content="WRITE A DESCRIPTION" />
    <meta name="keywords" content="DEFINE KEYWORDS OR PHRASES, USE COMMAS TO SEPERATE" />
    <title>MEDP 150 Blog</title>
   </head>

  <body>
  <!-- TO USE REMOVE COMMENTS AND TEXT NOT NESTED IN OPENING AND CLOSING TAGS
    USE <h1>For Entry Title</h1>
    USE <h2>For Subtitle If Necessary</h2>
    USE <p>For Paragraphs</p>
    USE <strong>TO MAKE TEXT BOLD</strong>
    USE <em>TO MAKE TEXT ITALIC</em>
    TO EMBED AN IMAGE <img src="PATH TO IMAGE" alt="WRITE ALTERNATIVE TEXT FOR IMAGE" />
    ALL FILES NAMES SHOULD BEGIN WITH A LOWER CASE ALPHABETICAL LETTER
    FILE NAMES SHOULD NOT HAVE SPACES
    FILE NAMES SHOULD END WITH THE APPROPRIATE EXTENSION, i.e.: "selfPortrait.jpg"
    FEEL FREE TO EMBED APPROPRIATE VIDEOS FROM SITES SUCH AS YOUTUBE OR VIMEO
  -->
  </body>
</html>

Upload remotely using Cyberduck