Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss security.

Slides:



Advertisements
Similar presentations
Techniques for Creating Accessible, Closed Captioned Web-Based Video California State University - Northridge 22nd Annual International Technology and.
Advertisements

2.02F Publishing Animated Videos 2.02 Develop Computer Animations.
Chapter 11 Media and Interactivity Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Chapter 11 Media and Interactivity Basics Key Concepts
10 C H A P T E R © 2001 The McGraw-Hill Companies, Inc. All Rights Reserved1 Streaming Media and Synchronized Multimedia One of the ways the Internet is.
1 Introduction to Computer Science بسم الله الرحمن الرحيم MULTIMEDIA LEVEL -9 King Khalid University Kingdom of Saudi Arabia Ministry of Higher Education.
Lesson 4: Web Browsing.
3.02 Publishing Animations
INF Web Design Using Multimedia on the Web Video - Part 1.
Project 1 Introduction to HTML.
Chapter 9 Comparing Web Technologies. Agenda Browser Hypertext Markup Language (HTML) Common Gateway Interface Web Application Server Plug-in.
Server-Side vs. Client-Side Scripting Languages
Chapter Concepts Review Markup Languages
M ULTIMEDIA ON THE W EB. Multimedia Purpose of Multimedia Multimedia Issues Animation Digital Audio fundamentals Browser Plug-ins Java Applets.
ACTIVE X By Ethan Huang. OUTLINE What is ActiveX? Component of ActiveX Why ActiveX? ActiveX and Java Security Issue.
INTERNET DATABASE Chapter 9. u Basics of Internet, Web, HTTP, HTML, URLs. u Advantages and disadvantages of Web as a database platform. u Approaches for.
Introduction to Web Application Architectures Web Application Architectures 18 th March 2005 Bogdan L. Vrusias
Computers Going Online Internet Browsers Browsers retrieve and view Internet-based information interact with servers download and upload information ©
Active X Microsoft’s Answer to Dynamic Content Reference: Using Active X by Brian Farrar QUE
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
HTML 1 Introduction to HTML. 2 Objectives Describe the Internet and its associated key terms Describe the World Wide Web and its associated key terms.
Session: 11. © Aptech Ltd. 2HTML5 Audio and Video / Session 11  Describe the need for multimedia in HTML5  List the supported media types in HTML5 
University of Sunderland CDM105 Session 1. University of Sunderland CDM105 Session 1 Assessment This module is assessed by 2 pieces of practical Coursework.
 Using Microsoft Expression Web you can: › Create Web pages and Web sites › Set what you site will look like as you design it › Add text, images, multimedia.
TC2-Computer Literacy Mr. Sencer February 8, 2010.
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.
Copyright © 2012 Certification Partners, LLC -- All Rights Reserved Lesson 5: Multimedia on the Web.
Computer Concepts 2014 Chapter 7 The Web and .
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.
2.02G Publishing Animated Videos 2.02 Develop Computer Animations.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
Fundamentals of Database Chapter 7 Database Technologies.
The Development Process
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
XP Tutorial 8New Perspectives on HTML and XHTML, Comprehensive 1 Using Multimedia on the Web Enhancing a Web Site with Sound, Video, and Applets Tutorial.
Chapter 13-Tools for the World Wide Web. Overview Web servers. Web browsers. Web page makers and site builders. Plug-ins and delivery vehicles. Beyond.
Internet Business Foundations © 2004 ProsoftTraining All rights reserved.
Tutorial 7 Working with Multimedia
Tutorial 7 Designing a Multimedia Web Site
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.
Streaming Media A technique for transferring data on the Internet so it can be processed as a steady and continuous stream.
Lesson 31: Plug-Ins and Java Applets. Objectives Apply plug-in/viewer technology to Web pages to support various file types Create rich media streaming.
1 World Wide Web Concepts (Chapter 18) 인공지능연구실. 2 목 차  Elements of the Web  Web Browsers  Keeping Tracking of your Favorite Web sites  Security and.
Cs332a_chapt10.ppt CS332A Advanced HTML Programming DHTML Dynamic Hypertext Markup Language A term describing a series of technologies Not a stand-a-lone.
Web Pages with Features. Features on Web Pages Interactive Pages –Shows current date, get server’s IP, interactive quizzes Processing Forms –Serach a.
TOPIC II Dynamic HTML Prepared by: Nimcan Cabd Cali.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Lesson 5 MULTIMEDIA. Multimedia on the Web has expanded rapidly as broadband connections have allowed users to connect at faster speeds. Almost all Web.
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.
Vulnerabilities in Operating Systems Michael Gaydeski COSC December 2008.
Web Concepts Lesson 2 ITBS2203 E-Commerce for IT.
Creating Dynamic Web Pages with FrontPage Barry Sosinsky Valda Hilley
Chapter 1 Introduction to HTML.
The Internet and HTML Code
Tutorial 7 Working with Multimedia
Playing Audio (Part 1).
Playing Video (Part 1).
COM 205 Multimedia Applications
COM 205 Multimedia Applications
You have Flash installed on your computer.
About Multimedia Files
Unit 6 part 3 Test Javascript Test.
HTML 5 Training HTML 5 SYMANTICS [Notes to trainer:
Lesson 5: Multimedia on the Web
You have Flash installed on your computer.
Presentation transcript:

Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss security issues with objects Discuss the relationship between HTML5 and plug-ins Define compression and decompression Install plug-ins Identify plug-ins, add-ons and viewers Listen to and view multimedia objects within your browser Identify various file formats Download files and store them on your computer CIW Lesson 6MBSH Mr. Schmidt2

Web authors use the following languages to create active content: C – a programming language used to create operating systems and applications C++ – a superset of the C language that uses object-oriented programming Java – an object-oriented programming language (based on C) that concentrates on distributed objects over a network Java applets – programs written in Java that are designed to run within a Web browser when accessed CIW Lesson 6MBSH Mr. Schmidt3

JavaScript – an event-driven scripting language designed to react whenever events occur JScript – a Microsoft version of JavaScript C# – a Microsoft version of Java ActiveX – an open set of technologies for integrating components on the Internet and within Microsoft applications VBScript – an object-oriented scripting language that Microsoft derived from the Visual Basic programming language CIW Lesson 6MBSH Mr. Schmidt4

Both ActiveX and Java applets allow information to be downloaded and run on your system Some downloaded content can cause problems ranging from inconvenience to loss of data Both Internet Explorer and Firefox provide control options to enable or disable the execution of Java programs and other active content You can also disable active content entirely CIW Lesson 6MBSH Mr. Schmidt5

HTML5 is the latest version of HTML One of the major goals of HTML5 is to eliminate the use of browser plug-ins HTML5 is a standard provided by the W3C Most current browsers support HTML5 HTML5 can produce dynamic multimedia content with JavaScript and Cascading Style Sheets (CSS) CIW Lesson 6MBSH Mr. Schmidt6

Plug-ins are programs designed to extend basic browser functionality Plug-ins are associated with a specific platform (Windows or Mac OS X) and sometimes with a specific browser Plug-ins provide efficient integration of multimedia formats with the browser and computer Browsers launch plug-ins to play multimedia files CIW Lesson 6MBSH Mr. Schmidt7

Compression is the reduction in size of data files Audio and video files are compressed before they are transferred across the Internet Compressed files must be decompressed so that they can be played Compression can be either lossy or lossless Plug-ins use standard compression / decompression algorithms called codecs to decompress and play streaming media CIW Lesson 6MBSH Mr. Schmidt8

Online installation Offline installation Chrome, Internet Explorer and Firefox include several native plug-ins It is advisable to occasionally upgrade plug-ins from the appropriate vendor's site. Upgrades usually include increased functionality and security updates CIW Lesson 6MBSH Mr. Schmidt9

Adobe Flash Player Microsoft Silverlight Apple QuickTime Windows Media Player Firefox add-ons Microsoft PowerPoint Viewer Adobe Reader CIW Lesson 6MBSH Mr. Schmidt10

CIW Lesson 6MBSH Mr. Schmidt11

CIW Lesson 6MBSH Mr. Schmidt12

CIW Lesson 6MBSH Mr. Schmidt13

CIW Lesson 6MBSH Mr. Schmidt14

You can use a browser to: Save an entire Web page Save elements of a Web page Download executable files or other types of files from the Internet to a specific location on your hard drive Copy selections to the Clipboard CIW Lesson 6MBSH Mr. Schmidt15

Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss security issues with objects Discuss the relationship between HTML5 and plug-ins Define compression and decompression Install plug-ins Identify plug-ins, add-ons and viewers Listen to and view multimedia objects within your browser Identify various file formats Download files and store them on your computer CIW Lesson 6MBSH Mr. Schmidt16