Send a link to your students to track their progress
221 Terms
1
New cards
Animation
Type of multimedia that uses a fast-paced presentation of changing static images to simulate motion.
2
New cards
Animation can be used to
- Catch a visitor’s attention
- Demonstrate a simple process
- Illustrate change over time
- Help user understand how to interact with the website
3
New cards
Two types of animation creation process:
- Frame-by-frame animation - Animation with tweening
4
New cards
Tweening
Creating a beginning and an ending animation frame and allowing software to create all the animation frames in between
5
New cards
Frame-by-frame animation
An animation where the designer changes the image manually, such as by erasing a portion or increasing the size of the image.
6
New cards
Animation with tweening
Animation in which the beginning and ending frames identify the original and final location and/or appearance of an image while the in-between frames are created by software.
7
New cards
Creation Animation Software Requires
the change in images in series of frame along a timeline.
8
New cards
Animation Software
- HTML5 Maker
- Adobe Animate CC
- GreenSock
9
New cards
Animated GIFs (.gif)
A single file that stores separate images within multiple animation frames
10
New cards
How many colors do animated GIFs include?
Up to 256 colors, 8 bit
11
New cards
frames-per-second (fps)
The time interval over which animation frames are played.
Also indicates the specified time interval over which individual images an animated GIF are displayed.
12
New cards
Advantages Of Animated GIFs
- Web browser support; no need for plug-ins
- Use streaming technology
- Easy to create
13
New cards
Size of the Animated GIF is dependent on
- Dimension of images
- Number of images
- Length of Animation
- Extent of difference from one image to the next
14
New cards
Streaming Technology
begins playing as it is delivered by the server.
15
New cards
Flash Animation (.swf)
Simulates motion via fast paced presentation of changing static image.
The original animation file for this is .fla file. After it is completed, movie file .swf can be published. The .swf can be published to the web or converted to different format.
16
New cards
Flash Animation Tool
Adobe Animate CC (best tool to create Flash Animation)
17
New cards
Advantages Of Flash Animation
- File sizes are small (vector graphics; reusable)
- Image quality is high (24-bit colors; anti-aliasing)
- Flash animation allows interactivity and accessibility (ActionScript)
E.g., buttons that change color/shape after being clicked
26
New cards
Respond to actions
E.g., scrolling, shaking, rotating the device
27
New cards
Web-based Forms
Structured web documents in which a website visitor can enter information or select options
28
New cards
Widgets (or Gadgets)
Small code objects that provide dynamic web content
E.g., clocks, weather reports, breaking news
29
New cards
Blogs
Popular way to promote website interactivity
E.g., Blogger, WordPress, Medium
30
New cards
Comments
Enhances website interactivity
E.g., premade script, Disqus
31
New cards
Avatars
Alternative personas or virtual identities for MMOGs or 3D virtual worlds
E.g., SitePal
32
New cards
Live Chat
A service that allows visitors to ask questions and receive answers in real time using text, voice, or video
E.g., CustomerReach, BoldChat, Provide Support
33
New cards
Reactive/broadcast chat
A live chat in which visitors initiate the chat.
34
New cards
Proactive chat
A live chat where a chat window opens automatically.
35
New cards
Chat agents
A person who provides live chat interactivity at a website by answering questions or selling products or services in real time using live chat software and a chat window.
36
New cards
Analog
Sound in the natural world
Natural sound is the result of a stream of continuous changes of vibrations in the atmosphere.
It is continuous and can be represented as wave
37
New cards
Encoding or Sound Sampling
The process of converting an analog sound to numbers
38
New cards
Digital data
Is discrete and can be represented as binary.
Sound must be in digital format to be used on the web.
39
New cards
Sampling Rate
Number of samples obtained per second
Basic measurement for sampling rate is Khz.
More samples per second, higher the sound sound fidelity, similarities between original and reproduced signal (we cannot capture the analog sound completely).
Higher value = better the quality and larger the file.
42
New cards
Standard bit depth
8-bit (telephone), 16-bit (CD quality), to 20-, 24-, 32-, and 48-bit depths (high-end digital audio)
43
New cards
Channel
- Mono: one-channel - Stereo: two-channel
44
New cards
.aac
Advanced Audio Coding format used by Apple Music streaming service
45
New cards
.aiff
Apple’s standard audio file format
46
New cards
.Au
Audio file format used by Sun, Unix, and Java
47
New cards
.m4a
Format used by Apple for iTunes music downloads
48
New cards
.mp3
Most common file format (audio)
49
New cards
.ogg
Free, open source audio format type similar to mp3, used by Spotify streaming service
50
New cards
.ra, .rm
Online streaming audio format developed by RealAudio
51
New cards
.wav
Audio file format commonly used by Windows PCs
52
New cards
.wma
Microsoft-created Windows Media Audio Format
53
New cards
Downloadable (Media Delivery Methods)
Downloaded in its entirety before device begins playing
54
New cards
Streaming (Media Delivery Methods)
Begins playing as the server delivers file to device
55
New cards
Progressive Downloading or Pseudo Streaming (Media Delivery Methods)
- Allows the media to play while it downloads - There may be delay in playback
56
New cards
Downloadable Advantage
User can access downloaded files again and again; utilizes the HTTP protocol to transfer the data and, therefore, does not require a specific media server.
57
New cards
Downloadable Disadvantage
Files typically are extremely large, resulting in a long download time and taking up considerable storage space on the user's computer or device.
58
New cards
Streaming Advantage
Users can choose the file portion they want to play using the player's control buttons; consumes RAM only while being played.
59
New cards
Streaming Disadvantage
Very high bandwidth requirements; frequently requires a specific media server to transfer the data.
60
New cards
Pseudo Streaming Advantage
Users can access the content as it downloads, without waiting for the entire file to begin playback; users can access the files offline once the download is complete.
61
New cards
Pseudo Streaming Disadvantage
Once downloaded, files typically are extremely large, resulting in a long download time and taking up considerable storage space on the user's computer or device. Playback during download may be interrupted if the speed at which the media plays exceeds the download speed.
62
New cards
Audio Files Features
- Add sound effects - Entertain visitors with background music - Deliver a personal message - Promote a product or service with testimonial statements
63
New cards
Record Audio Files
Use audio-recording and editing software
E.g., Adobe Audition CC, WavePad
64
New cards
Podcast
Digital audio or video available to listen to remotely
65
New cards
Optimizing Audio Files On Web
- Length - Shorter audio clips = smaller files
- Number of channels - Mono file = 1/2 stereo file
- Sampling rate - 8 kHz for voice-only audio - 22 kHz for music audio
- Bit depth - Lower for person speaking and higher for music
66
New cards
(Playback) Frame Rate
- The speed at which individual frames display - 10-30 frames/second (fps) to appear continuous
67
New cards
Frame Size
- Number of pixels used to display the frame - E.g., 800 x 600 (contains 480,000 pixels)
68
New cards
Color Depth
- Number of bits used to describe the color - 8-bit color to 24-bit color
69
New cards
Size of digital video
Data size = f * r * c * t
- f: frame size in pixels - r: frame rate in frames per second - c: color depth in bytes per pixel - t: time in seconds
70
New cards
Sources for Video
- Download royalty-free videos
- Purchase videos
- Create your own video files
71
New cards
How to create video files ?
- A good-quality digital video camera
- A smartphone with video recording capabilities
- Video-editing software - Adobe Premiere Pro CC - iMovie
72
New cards
.avi
Name comes from audio/video interleaved; common format used by digital video cameras
73
New cards
.mov
Originally designed for Apple systems, now usable with the free QuickTime player on most devices and platforms
74
New cards
.mpeg
Platform-independent file format created by the Motion Pictures Expert Group
75
New cards
.rm
One of the first streaming media formats, used with the Real Player
76
New cards
.wmv
Windows Media Video format, available for streaming or download
77
New cards
Optimizing Video Files (Web)
- Length - Shorter video clips = smaller files
- Frame size - Full-screen video: 640x480 - For web usage: 160x120 or 240x180
- Frame rate - Full-motion video: 30 fps - For web usage: 10~15 fps
- Color depth - Reduce from 16- to 8-bit color
- Compressions - Use lossy instead of lossless compression
78
New cards
Webpages Accessibilities (Reasons)
- It's the right thing to do - It's the Law
79
New cards
Universal Access
Create webpages that are regardless of browser, orbiting system or other technology
80
New cards
Barriers
obstacles that people with disabilities encounter that make it difficult or impossible to access the Internet.
81
New cards
Assistive Technology
A generic term that includes assistive, adaptive, and rehabilitative devices and the process used in selecting, locating, and using them
Are for people with physical disabilities, and can be used to access computer or control mouse.
83
New cards
Screen Readers
Translate screen text to speech
84
New cards
Refreshable Braille Displays
electro-mechanical device for displaying braille characters
85
New cards
Voice Browsers
Support browsing the web by voice
86
New cards
Web Accessibility Initiative (WAI)
- Created by World Wide Web Consortium (W3C)
- W3C's first goal is Universal Access, making the web available to all people, whatever their hardware, software, network infrastructure, native language, culture, geographical location, or physical or mental ability.
- Most countries use the WAI guidelines when creating laws to enforce accessibility.
87
New cards
Web Content Accessibility Guidelines (WCAG)
- Create by WAI
- 12 guidelines organized under 4 principles
- Perceivable
- Operable
- Understandable
- Robust
For each guideline, there are testable success criteria, which are at three levels: A, AA, and AAA
88
New cards
Section 508
- 1998 Amendment to the Rehabilitation Act of 1973
- It was enacted to eliminate barriers in information technology, to make available new opportunities for people with disabilities, and to encourage development of technologies that will help achieve these goals
89
New cards
Section 508 Includes
- Full range of Electronic and Information Technology
- Software applications and operating systems
- Web-based information or applications
- Telecommunication products
- Video and multimedia products
- Self contained, closed products
- Desktop and portable computers
90
New cards
Section 508 Is Followed By
- All federal government websites
- Military websites
- Any program or institution receiving funding from the Tech Act (Assistive Technology Act)
- Mostly state-run programs and educational institutions
- Some private sector companies that do government contract work
- Any website wishing to be a link on the above sites
- Legally the above sites can only link to accessible websites, both private and government