My status

Lectures for Multimedia Production

Week 1 - Introduction | Multimedia Story Design & Planning

Lectures

Topics:

Files

Download: Handout

Readings

Readings:

Resources

Resources:

  • Resources
  • News21 is a program of the Carnegie Corporation &. Knight Foundation to foster in-depth, interactive and innovative investigative journalism at journalism schools across the country.
  • Knight Digital Media Center is dedicated to helping good journalists and good journalism succeed in the 21st century by providing training for New Media at all levels.
  • NY Times Multimedia
  • Economist Multimedia

 

Back to Top

Week 2 - Web Design Principles | Web Design Basics

Lectures

Topics:

  • Intro
  • Overview (6:15)
  • Web Design Principles
  • Web Design Intro (3:54) Narrative Structures, Site Planning.
  • Web Design Basics (29:04) User Behavior, Design Basics, Home Page, Lack of Control, Navigation Basics.
  • Web Design Implications (1:33) User Behavior, Design Implications.
  • Web Design Basics
  • HTML Basics (12:17) Block and Inline Elements, Naming Elements, Hierarchy of Tags, Absolute vs. Relative Links.
  • XHTML (17:40) Rules, Doctype, Encoding, Links, Tables, Images.
  • Text Editor, FTP & Permissions (12:39) Editor to use, Uploading files using Filezilla, Setting permissions.
  • Demo Overview (7:12) How to View Source in Browser, Key Steps of Creating Web Page and Uploading it, Tips & Reminders.
  • Ex1 Demo Overview (4:03) How to create XHTML elements for Ex1.

Exercises: content covered will be used in Exercise 1 due in Week 4.

Demos

  • Web Design  Create & Upload Web Page, Tables, Image, Links

Videos Demos:

  • Create & Upload Web Page
  • Create Web Page (9:54) shows you how to create a simple web page, using NotePad++ and how to preview the local page in the Browser.
  • Upload Web Page (15:08) how to upload a web page to public_html folder on the server, using Filezilla, set permissions, navigate to page in Browser, and refine site definition.
  • Exercise 1 Demo
  • Step 1: Download startPage.html from Step-by-Step files for Week 2 and using Save As to create "ex1_page1.html" (step1) page (1:46)
  • Step 2: Create table (1:56)
  • Step 3: Create additionals rows in table using copy and paste and then customize (1:52)
  • Step 4: Create content such <h1>, <h2> and <p> tags (1:22)
  • Step 5: Insert image and have text flow text flow to right of image (5:00)
  • Step 6: Create navigation structure (1:34)
  • Step 7: Create "You are here" indicator; Upload files; Why is Image not showing?; Next steps & reminders(10:36)
  • Validate: How to validate a page and interpret error messages (2:50)

Related Video:

  • Google Analytics (4:36) How to create Tracking Code for a site and install on web page.

Files

Download: Handout | Step-by-Step

LyndaCampus:

Readings

Readings:

Resources

Resources:

  • XHTML - (X)HTML Resources, Basics, Doctype, Encoding, Validation, View Source Code.
  • FTP - File Transfer Tools, File Permissions.
  • HTML = HyperText Markup Language   and   XHTML = EXtensible HyperText Markup Language
  • Encoding
  • Unicode
  • UFT-8: dominant character encoding for files, e-mail, web pages and software that manipulate textual data.

  • How to View Source Code in Browser
  • IE: Page > View Source
  • Firefox: Tools > Web Developer > Page Source
  • Safari: View > View Source
  • Chrome: Page > Developer > View Souce

  • FTP = File Transfer Protocol   and   Permissions
  • Permissions
  • Types of Permissions
  • Read : for being able to read the file/directory
  • Write : for being able to write in the file/directory
  • Execute : for being able to access the file/directory
  • Who are Permissions set for?
  • Owner : you
  • Group : group you belong to
  • Others : the rest of the world

Related

LyndaCampus:

Other Courses:

Back to Top

Week 3 - Web Design | Cascading Style Sheets (1)

Lectures

Topics:

  • Intro
  • Overview (4:48)
  • Web Design
  • Web Design Principles (27:42) Graphic Design, Grid System, Typography.
  • Web Design Summary (5:06) User Behavior, Design Implications, Design Specifics, Web Design Matrix.
  • Cascading Style Sheet
  • XHTML Elements Recap (7:46) Hierarchy of Tags, Block and Inline Elements - div, id, class.
  • CSS (12:20) Why, What, Where, Location of CSS Style Definition, Structure of CSS Formatting Rule.
  • CSS Demo Overview (2:00) How to Create Hierarchy of DIVs, Assign CSS Formatting Rules.
  • CSS Navigation (7:34) How to Create Navigation Bar using Lists and CSS.
  • Test & Debug (5:45) Easy Things to Check First.

Exercises: content covered will be used in Exercise 1 due in Week 4, Exercise 2 due in Week 6, Exercise 3 due in Week 8.

Demos

Videos Demos:

  • CSS Demo (14:30) Create hierarchy of DIVs and assigin IDs; Specify CSS in the head of web page; Explore CSS Reference; Comment out code to see effect of specific CSS code.
  • CSS Navigation (7:54) Use unordered list <u>, list items <li> and CSS rules to create interactive navigation bar with "you are here" indicator.

Resources - CSS Navigation

Files

Download: Handout | Step-by-Step

Readings

Readings:

Resources

Resources:

  • Design - Graphic Design, Web Design
  • Test & Debug - What to Check First when Debugging Web pages.
  • CSS - Cascading Style Sheet Resources.

  • Debug: Easy Things to Check First
  • Be careful about typos.
  • Upload file in the correct location.
  • Make sure spelling of URL = spelling of filename.
  • XHTML is case-sensitive.
  • CSS
  • Use colon (:) to separate your properties from value (color: red;).
  • Complete each property-value pair with semicolon (;)
  • No spaces between number and their units (16px).
  • Still Stuck, then check for typos and easy stuff first :)
  • CSS = Cascading Style Sheet

Related

  • LyndaCampus: Principles of Interface Structure | Wireframing | Kuler & Color Themes | Typography.
  • Other Courses: MLIS 555 - Web Basics.

LyndaCampus:

Other Courses:

  • MLIS 555 Lecture: Web Basics (9:35) XHTML, CSS, URLs.

Back to Top

Week 4 - Image Composition Principles | Image Editing | Interactive Slideshow (JavaScript)

Lectures

Topics:

  • Intro
  • Overview (5:56)
  • Image Composition
  • Image Composition Principles (11:58) Readings, Rule of Thirds, Key Composition Principles.
  • Image Editing
  • Image Editing Overview (3:09) Resizing, Cropping (using Rules of Thirds) in Photoshop Elements, Video Resources.
  • Color & Image Formats (4:56) Color choices for small or large areas, GIF and JPEG image formats.
  • Image Slideshows using JavaScript
  • Image Slideshows (9:15) XHTML & CSS Properties, jQuery, Slideshows: Galleria, Galleriffic, Supersized.
  • JavaScript
  • Programming (7:21) Basic Programming Concepts.
  • JavaScript (22:12) Basic Elements, Document Object Model, Image Rollovers (demo).

Exercises: content covered will be used in Exercise 2 due in Week 6.

Demos

Videos Demos:

 

Resources

Videos Demos:

Videos Demos (cont.):

Files

Download: Handout | Step-by-Step

LyndaCampus:

Readings

Readings:

Resources

Resources:

  • JavaScript     Client-side scripting language

Related

LyndaCampus:

 

Other Courses:

  • JavaScript Video Demos:
  • Hello World: Change Text and apply h2 tag; Add "+ Date()" to text being displayed; Add paragraph before and after where JavaScript is inserted (4:48)
  • Detect Visior's Browser: Examine JavaScript code to detect visitor's browser and display this information in the web page - part of JavaScript narrated lecture.
  • Image Rollover: how to create an image rollover effect using JavaScript - part of JavaScript narrated lecture.

Back to Top

Week 5 - Web Design | Cascading Style Sheets (2)

Lectures

Topics:

  • Intro
  • Overview (3:39)
  • Web Design
  • Basic Design Principles Recap (3:48) Basic Principles and Steve Krug's Suggestions.
  • Cascading Style Sheet
  • CSS Cascade (24:10) Inheritance, Specificity & Location Cascade, Constructing Complex Selectors, Box Model, Floating Element, Absolutely Positioned Element.
  • Ex3 Demo Overview (3:07)
  • Web Design Templates
  • Web Design Templates (9:44) Types of Templates, Fixed or Liquid Three Columns Layouts, Sample Template with Image Rollovers.

Exercises: content covered will be used in Exercise 3 due in Week 8.

Demos

Videos Demos:

  • Exercise 3 Demo
  • Step 1 (4:47) Create external CSS file; Add CSS "Clean Slate" code and comment it out.
  • Step 2 (1:50) Add Sidebar that floats on the right.
  • Step 3 (2:16) Ensure footer has nothing floating to its left and right; Add Floating Image on the left.
  • Step 4 (4:20) Embed YouTube Video; Make CSS "Clean Code" active by removing to comments to see its effect.

CSS Resources

Videos Demos:

Resources

Files

Download: Handout | Step-by-Step

LyndaCampus:

Readings

Readings:

Resources

Resources:

  • Advanced CSS - Inheritance, Specificity & Location Cascade, Constructing Complex Selectors, Box Model, Floating Element.
  • CSS Navigation - Resources and Tutorials.

SlideShare presentation by Russ Weakley

  • Resources - CSS Navigation

Back to Top

Week 6 - Web Design (HTML5, CSS3) | Video Editing Principles | Storyboarding

Lectures

Topics:

Exercises: content covered will be used in Exercise 3 due in Week 8 and Exercise 4 in Week 10.

Demos

  • Coding an HTML5 Site: Grouping Content

Files

Download: Handout

LyndaCampus:

Readings

Readings:

Resources

Resources:

Related

Other Courses:

  • MLIS 550 Lecture: Jing (4:28) how to use Jing to do screen capture and create screencasts and upload them to screencast.com.
  • Jing - simple recording and screen capture tool (free and pro versions) - Help

Back to Top

Week 7 - Video Capture Techniques | Video Editing (1)

Lectures

Topics:

Exercises: content covered will be used in Exercise 4 due in Week 10.

Demos

Videos Demos:

Videos Demos (cont.):

Videos Demos from Adobe TV:

Related Videos

Resources

Files

Download: Handout | Step-by-Step

LyndaCampus:

Readings

Readings:

Related

LyndaCampus:

Back to Top

Week 8 - Interviewing Techniques | Video Editing (2)

Lectures

Topics:

Exercises: content covered will be used in Exercise 4 due in Week 10.

Demos

Videos Demos:

Premiere Elements - Adobe TV Must See Videos

Files

Download: Handout | Step-by-Step

LyndaCampus:

Readings

Readings:

Related

LyndaCampus:

Back to Top

Week 9 - Sound Capture & Editing Techniques | Video Editing (3)

Lectures

Topics:

Exercises: content covered will be used in Exercise 4 due in Week 10.

Demos

Videos Demos:

Premiere Elements - Adobe TV Must See Videos

Files

Download: Handout | Step-by-Step

Readings

Readings:

Resources

Resources:

Back to Top

Week 10 - Animation Design Principles | Animation (1)

Lectures

Topics:

  • Intro
  • Overview (2:52)
  • Flash
  • Flash Intro (18:44) Timeline, Layers, Tools, Symbol, Keyframe.
  • Flash Tweens (8:28) Tweened Animations: Motion Tween, Classic Tween, Shape Tween; FL Demo Steps.

Exercises: content covered will be used in Exercise 5 due in Week 12.

Demos

  • Flash  Intro, Tweened Animations, Fades
Videos Demos:
  • Step0: Quick Tour of Workspace and Panels; New File = ActionScript 2.0; Settings; Rulers and Guides (5:15)
  • Step1: Object Drawing Mode versus Merged Drawing Mode; Change Circle Shape; Create Shape Tween (8:52)
  • Step2a: Create Shape Tween; Create Motion Tween using Text and Free Transform Tool (5:56)
  • Step2b: Break Apart Work into Individual Letters; Distribute Letters to Different Layers to be able Animate them Individually using Motion Tweens (3:20)
  • Step2c: Break Apart Text Twice to be Morph Text using Shape Tween (3:20)
  • Step3a: Import Bitmap; Convert to Symbol; Motion Tween; Create Properties Keyframes; Free Transform Tool; Create Fade-in (9:30)
  • Step3b: Multi-part Animation; Insert Blank Keyframe; Paste in Place; Motion Tween; Edit Motion Path; Insert / Remove Frames; Test Movie (7:24)
  • Step4a: Create Classic Tween to Animate and Fade Bitmap (5:19)
  • Step4b: Create Classic Motion Guide to Control Classic Tween (4:16)
  • Step4c: Create Moving Mask Effect (4:02)

Files

Download: Handout | Step-by-Step

LyndaCampus:

Readings

Readings:

Related

LyndaCampus

Back to Top

Week 11 - Animation (2)

Lectures

Topics:

Exercises: content covered will be used in Exercise 5 due in Week 12.

Demos

  • Flash  Button, Multi-Part Animation, Emded in Web Page

Videos Demos:

  • Create Simple Text Button in Flash:
  • Step1a: Insert Button Symbol; Create Shape and Text for "Up" State; Use Gradient Transform Tool; Insert Keyframes in "Over", "Down" and "Hit" States (10:58)
  • Step1b: Customize "Over", "Down" and "Hit" States; Edit Gradient using Colors Panel; Simple Button Enabled (5:52)
  • Step1c: Attach ActionScript "on (release) { getURL(URLstring, "_self"); } to Instance of Button; Fix ActionScript and Update SWF file (6:51)
  • Create Multi-Part Animation
  • Step1: Animation Overview; Examine Library, Layers, Classic Tweens and Actionscript used in Multi-part Animation (9:52)
  • Step2: Move Image onto Stage, Pause and then Move & Fade Image Away using Classic Tween (5:00)
  • Step3: How to Move Keyframe; Insert or Remove Frames so that Related Layers Remain in Sync (5:46)
  • Insert Flash Animation in Web Page
  • Step4: How to embed SWF file in Web Page (7:02)

Files

Download: Handout | Step-by-Step

LyndaCampus:

Readings

Readings:

Related

Other Courses:

  • MLIS 555 Flash Video Demos: Animated Buttons, Simple Actionscript, Insert SWF in Web page.
  • Create Animated Button in Flash and Insert in Web Page:
  • Step2a: Insert Image; Create Graphic Symbol; Scale Image Precisely (3:50)
  • Step2b: Insert MovieClip Symbol; Fade-In and Scale Instance of Graphic Symbol in MovieClip using Classic Tween (4:05)
  • Step2c: Insert Button Symbol; Create Text for "Up", "Over" and "Down"; Create Layer for Image and Place Instance of Image Animation in "Over" (5:22)
  • Step2d: Insert Static Image in "Down" and Make Sure that Animation in "Over" and Image in "Down" are Perfectly Placed (4:54)
  • Step2e: Attach ActionScript "stop ();" to Last Frame in Animation; Specify "Hit" Area in Button (4:35)
  • Step3: Attach ActionScript "on (release) { getURL(URLstring, "_self"); } to Instance of Button; Fix ActionScript and Update SWF file (7:18)
  • Step4: Insert SWF file into Dreamweaver file; JavaScript files to be uploaded (7:00)

Back to Top

Week 12 - Animation (3)

Lectures

Topics:

Exercises: content covered can be used in Exercise 5 due in Week 12 and Project in Week 15.

Demos

  • Flash  Templates, Flash Site with Animated Navigation Structure and Using ActionScript 2.0

Videos Demos:

  • Animated Navigation Structure: Big Picture and "Russian Doll" Way of Creating Flash Web Site, Animated Navigation Structure, Duplicate & Customize Scenes (using Flash 8 and same in CS5).
  • Step0: Big Picture and "Russian Doll" Way of Creating Flash Web Site (11:07)
  • Step1: Setting Up FLA file; Layers; Explore Library (7:22)
  • Step2: Create Animations; Attach "stop ();" Actionscript to Last Frame (5:42)
  • Step3: Create Animated Buttons, Hit Area, Test Movie (10:48)
  • Step4: Duplicate "Up" Button to Create "Down" Button and Customize (4:13)
  • Step5and6: Attach Actionscript to Button Instances; "gotoAndStop" Actionscript (5:14)
  • Step7: Duplicate and Customize Scenes (6:36)
  • Flash Site and ActionScript 2.0: Build Site in Flash, Scenes, ActionScript 2.0, Define Function, Use ActionScript to create MovieClip that behaves like a "Button", Create "Disjointed Rollover" using Actionscript (using Flash 8 and same in CS6).
  • Step0: Overview; How to Use Actionscript 2.0 to Create "Up", "Over", "Down" Effect for MovieClip (2:50)
  • Step1: Create Global "changeVisuals" Function (5:37)
  • Step2: Use Actionscript 2.0 to Create MovieClip that behaves like a "Button" (13:24)
  • Step3: Label Frame; Duplicate Content at Specific Frame; Create "You Are Here" Indicator using Actionscript 2.0 (8:57)
  • Step4: Create "Disjointed Rollover" using Actionscript 2.0; Use "_parent" to control specific Timeline (10:07)

Files

Download: Handout | Step-by-Step

Readings

Readings:

Back to Top

Week 13 - Slideshow with Soundtrack| Working on Exercises

Lectures

Demos

  • Flash  Slideshow with Soundtrack

Videos Demos:

  • Export Sountrack: Use Share > Computer > Audio in Premiere Elements to create MP3 file of soundtrack for Slidehow (0:43)
  • Tour of Slideshow: Discuss key elements in FLA file for Slidehow with Soundtrack (10:15)
  • Add Slide: Show how to Add Slide (8:52)

 

Files

Download: Step-by-Step

Back to Top

Week 14 - Working on Project

Lectures

Working on Project.

Back to Top

Week 15 - Course Review | Virtual Project Presentations

Lectures

Topics:

Back to Top