Neal Stublen Course Road Map  Create web page layouts using CSS  Manage CSS  Test website validity  Create navigation menus using.

Slides:



Advertisements
Similar presentations
Chapter 11 Media and Interactivity Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Advertisements

Chapter 11 Media and Interactivity Basics Key Concepts
HTML 5 and CSS 3, Illustrated Complete Unit K: Incorporating Video and Audio.
Neal Stublen Pre-HTML5 Solutions  Audio and video were embedded in pages using plug-ins Apple Quicktime Microsoft Silverlight Adobe.
UNIT K: INCORPORATING VIDEO AND AUDIO 1 Encoding: the process of transforming moving image and/or sound into a digital file. Each encoding method known.
Video, audio, embed, iframe, HTML Form
3.02 Publishing Animations
INF Web Design Using Multimedia on the Web Video - Part 1.
Embedding Multimedia Content in WebPages Seth Subramanian.
Multimedia on the Web. Audio Video Animation Interactivity Plug-ins in the users’ computer –Real Player (.ram,.rpm,.avi) –Quicktime (.mov) –Shockwave.
Web site Design: Using Multimedia Multimedia file formats on the web Basic Multimedia application on the web –A simple page with sound and music –A simple.
Best Practices for Website Design & Web Content Management.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
Unit 2, Lesson 5 Website Development Tools AOIT Web Design Copyright © 2008–2012 National Academy Foundation. All rights reserved.
Audio and Video on the Web Sec 5-12 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Chapter 11 Adding Media and Interactivity. Flash is a software program that allows you to create low-bandwidth, high-quality animations and interactive.
Web Development & Design Foundations with XHTML Chapter 11 Key Concepts.
© 2011 Delmar, Cengage Learning Chapter 11 Adding Media and Interactivity with Flash and Spry.
Using HTML 5.  HTML 5 uses a standard method to embed audio into Web pages.  Prior to HTML 5, browser plug-ins or separate applications such as Windows.
Multimedia and Web Technology Prepared by: Asst. Prof. Maryam Eskandari.
Tutorial 7 Working with Multimedia. XP Introducing Multimedia Bandwidth is a measure of the amount of data that can be sent through a communication pipeline.
Multimedia and the Web Chapter Overview  This chapter covers:  What Web-based multimedia is  how it is used today  advantages and disadvantages.
Using Styles and Style Sheets for Design
CSCI N241: Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Adding Sound.
Application Protocols: HTTP CSNB534 Semester 2, 2007/2008 Asma Shakil.
WEB DESIGN USING DREAMWEAVER. The World Wide Web –A Web site is a group of related files organized around a common topic –A Web page is a single file.
2.02G Publishing Animated Videos 2.02 Develop Computer Animations.
CSCE Chapter 5 (Links, Images, & Multimedia) CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
Neal Stublen Course Road Map  Create web page layouts using CSS  Manage CSS  Test website validity  Create navigation menus using.
HTML, Third Edition--Illustrated Brief 1 HTML, Third Edition Illustrated Brief Unit D Adding Graphics and Multimedia.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 11 Key Concepts 1 Copyright © Terry Felke-Morris.
Neal Stublen Course Road Map  Create web page layouts using CSS  Manage CSS  Test website validity  Create navigation menus using.
Audio and Video on the Web Presentation by Cheryl Deas and Pasha Souvorin Multimedia for Web Designers.
HTML Use of Multimedia on web page. HTML Media Q. How to call Image file in our web page ? A. That is the easy syntax for defining an image. 2.
Contents MULTIMEDIA –Audio –Video –Animation –PDF.
Tutorial 7 Working with Multimedia
Tutorial 7 Designing a Multimedia Web Site
Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
Neal Stublen Course Road Map  Create web page layouts using CSS  Manage CSS  Test website validity  Create navigation menus using.
audio video object Options: controls autoplay Need to define height and width Options: controls autoplay.
HTML5 Audio and Video. Slide 2 History Playing audio and video used to be something of a novelty You would embed a control (with the element) into your.
Using Plug-Ins Adding Multimedia to an HTML Document.
HTML 5. Introduction In modern browsers, adding a video to your page is as easy as adding an image. No longer do you need to deal with special plug-ins.
Miguel Lara, PhD. 1:10 – 1:15 Pre-test 1:15 – 1:30 Course overview 1:30 – 2:00 Setting up DW Site 2:00 – 2:05 > 2:05 – 2:55 Hands-on Lecture 2:55 – 3:00.
2 If aliens came to this solar system and observed humans over the last several years, what would they think is the most significant benefits of the.
Chapter 11 Adding Media and Interactivity. Chapter 11 Lessons Introduction 1.Add and modify Flash objects 2.Add rollover images 3.Add behaviors 4.Add.
HTML (Advanced) -forms, iframe, audio, video. Outline – Forms – iFrames – Audio/Video.
FLASH, VIDEO & AUDIO How to add Flash movies into your site How to add video and audio to your site HTML5 and elements.
CS 200 Multimedia Objects in Web Pages. MultiMedia Objects Three primary types of multimedia objects  Audio  Video Includes Flash Objects  Images.
Chapter 8 Adding Multimedia Content to Web Pages HTML5 & CSS 7 th Edition.
Tutorial 7 Adding Behaviors and Rich Media. Objectives Session 7.1 – Learn about behaviors – Add behaviors to a page – Add a custom script to a page Session.
CHAPTER 8 Multimedia 1. Using Multimedia ❖ Multimedia: the combination of text, sound, and video to express an idea or convey a message. ❖ Podcasts: a.
HTML Structure & syntax
HOW FLASH WORKS The Flash authoring environment is used to create Flash movies The .fla file is exported to a format called .swf The .swf file is.
Using Templates A template is a special type of document that you use to design a “fixed” page layout; you can then create documents based on the template.
Learn HTML Basics Lesson No : 10
Using Templates A template is a special type of document that you use to design a “fixed” page layout; you can then use the web page to create a template.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Tutorial 7 Working with Multimedia
Playing Audio (Part 2).
Integrating Multimedia: Sound, Video and More
Playing Video (Part 2).
Playing Video (Part 1).
HTML5 Media.
Using Templates A template is a special type of document that you use to design a “fixed” page layout; you can then create documents based on the template.
HTML5 Audio & Video By Derek Peacock
Presentation transcript:

Neal Stublen

Course Road Map  Create web page layouts using CSS  Manage CSS  Test website validity  Create navigation menus using CSS  Incorporate meta content and multimedia

 Refresh and redirect pages  Link media to a web page  Embed media in a web page What’s Ahead?

Refresh to Update Content  If your site’s content may change… Stock prices, sports scores, traffic information You can try to reload the page every 30 seconds…

Redirect to New Content  If your site’s content has moved… Site redesign, newer information You can redirect to another page…

Any Gotchas?  What should you consider when refreshing and redirecting pages?

Some Gotchas!  Browsers may allow the user to disable refreshes and redirects that are specified in meta tags Redirects should include a message to indicate what’s happening along with a link to the new page  You may refresh the page and interrupt the user (this could be annoying)

Practice Activity  Refresh a page, Activity 1 Specify a page refresh (p.118)  Redirect a page, Activity 2 Specify a page redirect (p.120)

Refresh Alternative  Use JavaScript and AJAX to update only portions of the page that may have changed Faster, less obtrusive Consider Gmail when you delete a message (Evening class scheduled for October)

 Refresh and redirect pages  Link media to a web page  Embed media in a web page What’s Ahead?

Practice Activity  Refresh a page, Activity 3 Specify a page refresh (p.124)

 Refresh and redirect pages  Link media to a web page  Embed media in a web page What’s Ahead?

Alternative to Linking  Embedding media in a web page allows the user to play the media without leaving the page YouTube Adobe Flash

Object Elements  elements can be used to embed media files on a page  Media playback occurs within the browser  The attributes of the element help the browser locate the media content  elements also help control media playback

Example <object standby=“Loading audio…” type=“application/x-mplayer2” data=“media/coffee.mp3” width=“320” height=“45”> <param name=“src” value=“media/coffee.mp3” /> <param name=“autostart” value=“true” />

MIME Types  The type attribute identifies the media type for the embedded content  It helps the browser locate the appropriate plug-in for playback  Not always necessary; it will depend on the media and the browser

Sample MIME Types audio/x-ms-wma (Windows Media) audio/x-wav (WAV audio files) audio/mpeg (MP3 audio files) video/x-ms-wmv (Windows Media) video/quicktime (Quicktime Media) application/x-shockwave-flash (Flash) application/x-mplayer2 (Windows Media)

Practice Activity  Activity 5-4 (p.131) Embedding a WMV file  Activity 5-5 (p.134) Embedding an MP3 file  Activity 5-6 (p.137) Embedding an MOV file  Activity 5-67 (p.144) Embedding an SWF file

Practice Activity  Most importantly…YouTube  We’ll go back and modify Activity 5-4 to embed a YouTube video instead of a WMV file.

HTML5 Media Additions  The newest version of the HTML specification includes and elements for embedding media  These would be preferable to using elements  (Evening classes scheduled for June and September)

 Refresh and redirect pages  Link media to a web page  Embed media in a web page What’s Behind?

Oops! That’s Bad…  Your site is published online  You want to make changes  What if you mess up and need to start over?  What if you can’t get back to where you started?

A Simple Solution  Archive the folder for the current version of your site site_folder  site_folder.v01  Begin making changes to a copy of that original version

Compare Versions  Tools allow you to compare one folder’s content with another folder’s content Microsoft Code Compare (free) Beyond Compare (not free) Araxis Merge (even less free, but supports OSX)  I’m certain there are others; these are just the ones I’ve used.