SlideShare a Scribd company logo
MULTIMEDIA ON THE WEB
Made by : SANIA NISAR
What is multimedia?
Multimedia
– The integration of a variety of media, such as text, images, video,
animation, and sound.
Web-Based Multimedia (also called rich media)
– A website that contains more than one type of media is considered to
be multimedia. Sites that contain sound, video, animation, and/or
images alongside text fall into this category.
• Fast computers and broadband Internet connections makeWeb-
based multimedia much more feasible than in the past.
• Vast majority ofWeb sites today include multimedia
(advertisements, TV shows, podcasts (A podcast is an episodic series
of digital audio files that a user can download in order to listen) etc ).
 Why Learn About Web-Based Multimedia?
– Multimedia is an integral component of the Web.
– Businesses and individuals need to understand the characteristics of the
various types of multimedia elements and the impact of adding them to a
Web site.
What isWeb-Based Multimedia?
 Information Delivery
– Photos of products, video clips and podcasts, and users manuals are used to
convey information.
– Important component inWeb-based training (WBT).
 E-Commerce
–Online catalogs, samples of movies and music, etc.
 Virtual Reality (VR)
– The use of a computer to create three-dimensional environments that
look like they do in the real world (i.e., homes for sale).
Web-Based Multimedia Applications
 AugmentedVirtual Reality
– overlaying computer generated images on top of real time images.
 Entertainment
– OnlineTV/movies and games are available throughTV network sites.
Web-Based Multimedia Applications
Advantages and Disadvantages of Web-Based
Multimedia
Advantages :
– Can address a variety of learning styles
Visual learners
Auditory learners
Kinesthetic learners
– Material more interesting and enjoyable.
– Many ideas are easier to convey in multimedia format.
Disadvantages :
– Cost of development is high and time consuming
– Download time and compatibility for web based multimedia
Advantages and Disadvantages of Web-Based
Multimedia
– Used to supply basic content, and to add text-based menus and
hyperlinks.
Multimedia Elements
Text
Multimedia Elements
– SerifTypeface
Small lines on edges of letters
More readable, used for large bodies
of text.
– For printing use serif fonts.
– Sans SerifTypeface
No lines on edges of letters
Used for titles, headings, Web page banners.
– For web purpose use sans serif.
Text
– Important to select a typeface that matches the style of the Web site.
Images (Graphics)
– Digital representations of photographs, drawings, charts, and other visual images.
 Images are static and are available in many formats.
–TIF, BMP, GIF, JPEG, and PNG
Multimedia Elements
• Clip art is a collection of pictures or images that can be imported into a
document or another program.The images may be either raster graphics or
vector graphics.
• Stock photos are images that anyone can license for creative projects.
Raster Vs Vector Graphics
• Raster Graphics
Also known as bitmap graphics.
Use small dots to create images and colors.
Best for photographs and realistic graphics.
• Vector Graphics
Store information about image in mathematical instructions
that are interpreted and displayed.
Best for line art ,shaped and illustrations.
Stock Photos
Shutterstock Adobe Stock
Typically use the JPEG format and can be downloaded from stock
photograph agencies.The agency shown here has variety of images
organized by topics ; all images require a fee for use but all are royalty free.
Clip Art
Typically use the JPEG and PNG format and can be downloaded from
variety of website. Some of the images on this site are free for both
personal and commercial use.
Choosing a Graphic Format
 GIF or PNG
— typically used for line art (clip art, logos, navigation buttons, etc.)
 JPEG
— typically used for photographs
Use thumbnail images when very large images are required.
Multimedia Elements
—Thumbnails are reduced-size versions of pictures or videos, used to help in
recognizing and organizing them.
Multimedia Elements
Thumbnail is a term used by graphic
designers and photographers for a
small image representation of a
larger image, usually intended to make
it easier and faster to look at or manage
a group of larger images.
Animation
– A method in which pictures are manipulated to appear as moving images.
Java Applet
– A small program inserted into aWeb page that performs a specific task.
Animated GIF
– A group of GIF images saved as an animated GIF file that is inserted in aWeb
page.
– Displayed one after another to simulate movement.
Multimedia Elements
Multimedia Elements
Animation Java Applet
Animated GIF
• For more complex animations, developers can use JavaScript
or another scripting language
– Flash, Silverlight
• Many web-based animations require a plug-in. A plugin is a
piece of software that acts as an add-on to a web browser and
gives the browser additional functionality. Plugins can allow a
web browser to display additional content it was not originally
designed to display.
Multimedia Elements
– Animation and interactivity can also be achieved using programming
languages.
Multimedia Elements
Audio
– All types of sound including music, spoken voice, sound effects.
– Can be recorded using a microphone or MIDI instrument, captured from CDs,
or downloaded from the Internet.
– Often played when an event occurs on aWeb page or when the visitor clicks
a link.
Multimedia Elements
– Streaming audio is used to speed up delivery. Streaming audio is a way of
delivering sound — including music — without requiring you to download files
from the internet.
– Common audio file formats include:
• Waveform (.wav)
• Moving Picture Experts GroupAudio Layer 3 (.mp3)
• Audio Interchange Format File (.aiff)
• Advanced Audio Coding (.aac or .m4a)
• Visual multimedia source that combines a sequence of images to form a moving
picture.The video transmits a signal to a screen and processes the order in which
the screen captures should be shown.
• Streaming video is recommended to speed up delivery.
• Common video file formats include:
Video
Multimedia Elements
Animation:
- Animation involves drawing of sketches of objects.
-These objects are placed in various frames, so that it illustrates as if the objects
are moving.
- Animation is created by drawing series of illustrations in different angles.
- Animation creation is difficult compared to creating a video.
Videos:
-Videos are made by using video cameras.
-The real movements of objects are captured by shooting the videos.
WorldWideWeb
• The WorldWide Web is a way of exchanging information between computers on
the Internet.
• The WorldWide Web is the network of pages of images, texts and sounds on the
Internet which can be viewed using browser software.
• The WorldWide Web, orWeb, consists of a worldwide collection of electronic
documents (Web pages).
Website
• A web site is a collection of related web pages and associated items.
• There are basically two main types of website - static and dynamic.
• A static site is one that is usually written in plain HTML and what is
in the code of the page is what is displayed to the user.
• A dynamic site is one that is written using a server-side scripting
language such as PHP, ASP, JSP, or Cold fusion. In such a site the
content is called in by the scripting language from other files or from
a database depending on actions taken by the user.
WorldWideWeb
Website
WorldWideWeb
WWW Components
Structural Components
The structural components of a web application basically refer to the functionality
of the web application with which a user interacts, the control and the database
storage.This basically comprises
(1)The web browser or client,
(2)The web application server and
(3)The database server.
Semantic Components
• A semantic element clearly describes its meaning to both the browser
and the developer.
• Examples of non-semantic elements: <div> and <span> -Tells nothing
about its content.
• Examples of semantic elements: <form> , <table> , and <article> -
Clearly defines its content
WorldWideWeb
Semantic Web
• A proposed development of the WorldWideWeb in which data in web
pages is structured and tagged in such a way that it can be read
directly by computers.
WorldWideWeb
How to create a webpage?
The two basic steps required in making a web page.
• Create an HTML File
• Upload file to server
Creating a webpage
Markup Languages
• Uses symbols or tags to describe what a document should look like when it
is displayed in aWeb browser
– JavaScript or other scripting languages can be used to add dynamic content
–Web site authoring software is often used to create an entire site.
• It was designed byTim Berners-Lee as a
protocol for linking a multiplicity of documents located on computers
anywhere within the Internet.
• This new HypertextTransfer Protocol (HTTP) provided rules for a simple
transaction between two computers on the Internet consisting of
(1) establishing a connection,
(2) Requesting that a document be sent,
(3) sending the document, and
(4) closing the connection.
• It also required a simple document format called Hypertext
Markup Language (HTML).
HyperTextTransfer Protocol (HTTP)
WorldWideWeb
• HTTP Daemon is a software program that runs in the background of a web
server and waits for the incoming server requests.
• The daemon answers the request automatically and serves the hypertext and
multimedia documents over the Internet using HTTP.
• HTTPd stands for HypertextTransfer Protocol daemon (i.e. Web server)
• The primary function of a web server is to store, process and deliver web
pages to clients.
• The communication between client and server takes place using the
HypertextTransfer Protocol (HTTP)
HyperTextTransfer Protocol (HTTP)
WorldWideWeb
• Hypertext Markup Language is the standard markup
language for documents designed to be displayed in a web
browser.
• It can be assisted by technologies such as Cascading Style
Sheets and scripting languages such as JavaScript.
Hypertext Markup Language (HTML)
WorldWideWeb
• Extensible Markup Language (XML) is a markup language that
defines a set of rules for encoding documents in a format that is
both human-readable and machine-readable.
Extensible Markup Language (XML)
Extensible Markup Language (XML)
WorldWideWeb
MultimediaWeb Site Development
Wireless Markup Language (WML)
– WML is an application of XML
– Used to createWeb pages to be displayed onWAP enabled wireless
devices, such some older mobile phones.
–Wireless application protocol (WAP) is a communications protocol
that is used for wireless data access through most mobile wireless
networks
– WML scripting language that takes care of the small screen and the
low bandwidth of transmission.
WorldWideWeb
– Newest version is designed to replace the previous versions of both
HTML and XHTML.
– Includes new tags and features that support the creation of more
complex and dynamicWeb pages.
– Is open standard
– No proprietary software or plug-ins required
– New tags include<video> and <audio> for media, <canvas> that creates a
bitmapped surface to work with, and section tags to identify the parts of a
Web page (<header>,<article>,<nav> etc.)
HTML5
MultimediaWeb Site Development
MultimediaWeb Site Development
• A newer version of HTML based on XML
• Controls the appearance and format of aWeb page like HTML
• Stricter rules than HTML
Extensible Hypertext Markup Language (XHTML)
WorldWideWeb
WYSIWYG Editor :
A WYSIWYG (pronounced "wiz-ee-wig") editor or program is one that allows a
developer to see what the end result will look like while the interface or
document is being created.
• Microsoft's Expression Web 4.0.
• KOMPOZER.
• Adobe Dreamweaver .
• Aloha Editor.
• Amaya Home Page.
• GoogleWeb Designer
WorldWideWeb
• These are the web addresses.The resource locator is an
addressing system.
Uniform Resource Locator (URL)
WorldWideWeb
– Used to specify the styles used with aWeb page or an entireWeb
site
– Specified in an Internal style sheet (head section ofWeb page) or in
an External style sheet
• Normally used in an external style sheet and connected to web
pages through a link statement in the head section of the desired
pages
• Styles are applied to all of the linked Web pages at one time
– Improves consistency and efficiency
Cascading Style Sheets (CSSs)
WorldWideWeb
AJAX
• Creates faster, more efficient interactive web applications ( a web
application or web app is a client–server computer program that the
client runs in a web browser ).
• Only requests new data from the server, not the entire Web page, when
the page is updated.
• Interactive Web pages built with AJAX run faster
• Normally require less bandwidth.
Website & Web Application
• A website is a group of globally accessible, interlinked web pages which
have a single domain name.
• A web application is a software or program which is accessible using any
web browser.
MultimediaWeb Site Design
Web Site Design
–The process of planning what aWeb site will look like and how it will function
– Good planning is very important.
Basic Design Principles
–Web pages should be interesting and exciting applications
• Provide information of value or interest
• Provide a stimulating experience
– Pages should load quickly and be easy to use.
MultimediaWeb Site Design
Responsive Web Design (RWD)
– Focuses on building sites that are compatible
with a variety of devices.
– Can create multiple versions of your site
yourself or use a flexible site that adjusts to
each visitor’s device.
– Can create a desktop site and use a service to
generate mobile versions.
WorldWideWeb
Web Server
• AWeb server is a computer that delivers requestedWeb pages to
your computer.
• This is a program that waits patiently for the browser to request a web
page.The servers looks for the requested information, retrieves it and
send it to the browser or sends an error message if the file is not found.
WorldWideWeb
Web Browser
• A web browser displays a web document and enables users to
access web documents.
WorldWideWeb
Widely used Search Engines
• A search engine is a web-based tool that enables users to locate
information on the WorldWide Web.
WorldWideWeb
Web 1.0 , 2.0 & 3.0 :
• Web 1.0 is “read-only web” or passive user web. Don’t participate in generating
content. It is all about static websites which were created with HTML, CSS,
and JavaScript.
• Example:
Typically it’s when you went into google and typed anything and
read whatever information the link offered.You can’t edit , delete or add.
• Web 2.0 is a “read-write web” or react only users web.Users create content and
interact with sites and with each other through social media, forums, etc
• Example:
1. Post or comment on facebook.
2. Read and write onWikipedia.
3. Watch and upload videos on youtube.
4. Sell or buy on ebay.
WorldWideWeb
Web 1.0 , 2.0 & 3.0 :
• Web 3.0 is something called the semantic web. In essence, the
Semantic Web is a place where machines can read web pages much
as we humans read them.
• The semantic web improves web technologies in order to generate, share and
connect content through search and analysis based on the ability to
understand the meaning of words , rather than on keywords or numbers.
• It’s an act and react user web. Interactive interfaces and content.
• Example:
1. WolframAlpha (Website )
2. Apple’s Siri ( System Software )
Uses techniques of speech recognition and artificial intelligence to bring results
WorldWideWeb
Web 1.0 , 2.0 & 3.0 :
We can do a little comparison
between WolframAlpha and
Google, using both tools,
typing the “Brazil vs.
Argentina” phrase in both
searching engines,
and then we see big
differences in the results.
MultimediaWeb Site Development
Web Site Authoring Software
– Used to createWeb pages and entire Web sites (Dreamweaver)
– Appropriate JavaScript or other code is automatically generated.
– Allows you to create an entire cohesive web site, not just individual
pages.
– Allows you to easily include forms and database connectivity –
Often includes tests for broken links & accessibility tests
–Web site builder
MultimediaWebsite Development
MultimediaWeb Site Development
– The process of creating, testing, publishing, and maintaining aWeb
site
• Occurs after the site is designed
– Usually several different software programs are used
• Image editing and animation software
• Audio and video editing software
– Each element should be saved in the appropriate size, resolution, and
file format.
Web Site Development
Creating the Multimedia Elements
MultimediaWeb Site Development
Testing, Publishing, and Maintaining the Site
Web site should be thoroughly tested prior to publishing
– All hyperlinks should be clicked to ensure they take the user to the
proper location
– Complex animations (such as games and tutorials) should be tested
individually
– Proofread each page or screen carefully.
– UseWeb page code validators built intoWeb site authoring programs
or online validator services.
MultimediaWeb Site Development
Testing, Publishing, and Maintaining the Site
• Once thoroughly tested, Web site is ready to be published
– Identify Web server
– Upload files
• After publishing, the Web site must be maintained
– Update content and check links on a regular basis
– Site should be evaluated on a regular basis to locate areas needing
improvement.
MultimediaWeb Site Development
Testing, Publishing, and Maintaining the Site
END

More Related Content

What's hot

Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To Multimedia
IES El Rincón
 
File types
File typesFile types
File types
Kate Carlyle
 
Introducing Adobe Animate CC
Introducing Adobe Animate CCIntroducing Adobe Animate CC
Introducing Adobe Animate CC
Joseph Labrecque
 
Video Capturing and Video Editing Tools - (E-content Development Tools)
Video Capturing and Video Editing Tools - (E-content Development Tools)Video Capturing and Video Editing Tools - (E-content Development Tools)
Video Capturing and Video Editing Tools - (E-content Development Tools)
Thiyagu K
 
Basic Photoshop
Basic PhotoshopBasic Photoshop
Basic Photoshop
AjherUddinChowdhury
 
Adobe Photoshop for Beginners
Adobe Photoshop for BeginnersAdobe Photoshop for Beginners
Adobe Photoshop for Beginners
Mahmoud Salah
 
Chapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia TechnologiesChapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia Technologies
Pratik Pradhan
 
The history of editing
The history of editingThe history of editing
The history of editing
Rturner937
 
Digital Audio
Digital AudioDigital Audio
Digital Audio
kavitha muneeshwaran
 
PPT on Photoshop
PPT on PhotoshopPPT on Photoshop
PPT on Photoshop
Paddy Lock
 
MMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication NotesMMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication Notes
Pratik Pradhan
 
Raster vs vector graphics
Raster vs vector graphicsRaster vs vector graphics
Raster vs vector graphics
Khang-Ling Loh
 
The MIDI Protocol - Musical Instrument Digital Interface
The MIDI Protocol - Musical Instrument Digital InterfaceThe MIDI Protocol - Musical Instrument Digital Interface
The MIDI Protocol - Musical Instrument Digital Interface
Bhaumik Bhatt
 
Video Streaming - 4.ppt
Video Streaming - 4.pptVideo Streaming - 4.ppt
Video Streaming - 4.pptVideoguy
 
Adobe Illustrator for beginners
Adobe Illustrator for beginners Adobe Illustrator for beginners
Adobe Illustrator for beginners
suniltalekar1
 
How to build a website
How to build a websiteHow to build a website
How to build a website
Bloxup
 
Lecture 9 animation
Lecture 9 animationLecture 9 animation
Lecture 9 animationMr SMAK
 

What's hot (20)

Introduction To Multimedia
Introduction To MultimediaIntroduction To Multimedia
Introduction To Multimedia
 
File types
File typesFile types
File types
 
Introducing Adobe Animate CC
Introducing Adobe Animate CCIntroducing Adobe Animate CC
Introducing Adobe Animate CC
 
Motion graphics
Motion graphicsMotion graphics
Motion graphics
 
Video Capturing and Video Editing Tools - (E-content Development Tools)
Video Capturing and Video Editing Tools - (E-content Development Tools)Video Capturing and Video Editing Tools - (E-content Development Tools)
Video Capturing and Video Editing Tools - (E-content Development Tools)
 
Basic Photoshop
Basic PhotoshopBasic Photoshop
Basic Photoshop
 
Sound Editing
Sound EditingSound Editing
Sound Editing
 
Adobe Photoshop for Beginners
Adobe Photoshop for BeginnersAdobe Photoshop for Beginners
Adobe Photoshop for Beginners
 
Chapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia TechnologiesChapter 11 - Emerging Multimedia Technologies
Chapter 11 - Emerging Multimedia Technologies
 
The history of editing
The history of editingThe history of editing
The history of editing
 
Audio editing ppt
Audio editing pptAudio editing ppt
Audio editing ppt
 
Digital Audio
Digital AudioDigital Audio
Digital Audio
 
PPT on Photoshop
PPT on PhotoshopPPT on Photoshop
PPT on Photoshop
 
MMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication NotesMMS2401 - Multimedia system and Communication Notes
MMS2401 - Multimedia system and Communication Notes
 
Raster vs vector graphics
Raster vs vector graphicsRaster vs vector graphics
Raster vs vector graphics
 
The MIDI Protocol - Musical Instrument Digital Interface
The MIDI Protocol - Musical Instrument Digital InterfaceThe MIDI Protocol - Musical Instrument Digital Interface
The MIDI Protocol - Musical Instrument Digital Interface
 
Video Streaming - 4.ppt
Video Streaming - 4.pptVideo Streaming - 4.ppt
Video Streaming - 4.ppt
 
Adobe Illustrator for beginners
Adobe Illustrator for beginners Adobe Illustrator for beginners
Adobe Illustrator for beginners
 
How to build a website
How to build a websiteHow to build a website
How to build a website
 
Lecture 9 animation
Lecture 9 animationLecture 9 animation
Lecture 9 animation
 

Similar to Multimedia on the web by Sania Nisar

unit 4cont.pptx
unit 4cont.pptxunit 4cont.pptx
unit 4cont.pptx
ssuserec53e73
 
BIM Unit 7.pdf
BIM Unit 7.pdfBIM Unit 7.pdf
BIM Unit 7.pdf
VishalPaudel2
 
Multimedia Presentation and Authoring
Multimedia Presentation and AuthoringMultimedia Presentation and Authoring
Multimedia Presentation and Authoring
Tamanna Sehgal
 
IS100 Week 12
IS100 Week 12IS100 Week 12
IS100 Week 12
METU-Informatics
 
Html powerpoint-presentation116
Html powerpoint-presentation116Html powerpoint-presentation116
Html powerpoint-presentation116Febin Chacko
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructure
Raj vardhan
 
Chapter 7
Chapter 7 Chapter 7
Chapter 7 carnillr
 
Supplement Web Tools
Supplement Web ToolsSupplement Web Tools
Supplement Web Tools
shelly3160
 
HTML
HTMLHTML
unit1 part 1 sem4 php.docx
unit1 part 1 sem4 php.docxunit1 part 1 sem4 php.docx
unit1 part 1 sem4 php.docx
charvi parth Lastpatel
 
Chapter 7 Multimedia
Chapter 7 MultimediaChapter 7 Multimedia
Chapter 7 MultimediaPatty Ramsey
 
Multimedia Part-1 - Introduction.pptx
Multimedia Part-1 - Introduction.pptxMultimedia Part-1 - Introduction.pptx
Multimedia Part-1 - Introduction.pptx
Mastewal5
 
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Harshith Rockx
 
Creating Effective Web Pages Creating HTML Documents
Creating Effective Web Pages Creating HTML Documents Creating Effective Web Pages Creating HTML Documents
Creating Effective Web Pages Creating HTML Documents webhostingguy
 
Multimedia
MultimediaMultimedia
Multimedia
Dhiraj Raut
 
Uc14 chap10
Uc14 chap10Uc14 chap10
Uc14 chap10ayahye
 
Html Presentation
Html PresentationHtml Presentation
Html Presentation
umesh patil
 
Hypermedia messageing (UNIT 5)
Hypermedia messageing (UNIT 5)Hypermedia messageing (UNIT 5)
Hypermedia messageing (UNIT 5)
nirmalbj
 
T7L4.doc.doc
T7L4.doc.docT7L4.doc.doc
T7L4.doc.docVideoguy
 

Similar to Multimedia on the web by Sania Nisar (20)

unit 4cont.pptx
unit 4cont.pptxunit 4cont.pptx
unit 4cont.pptx
 
BIM Unit 7.pdf
BIM Unit 7.pdfBIM Unit 7.pdf
BIM Unit 7.pdf
 
Multimedia Presentation and Authoring
Multimedia Presentation and AuthoringMultimedia Presentation and Authoring
Multimedia Presentation and Authoring
 
IS100 Week 12
IS100 Week 12IS100 Week 12
IS100 Week 12
 
Html powerpoint-presentation116
Html powerpoint-presentation116Html powerpoint-presentation116
Html powerpoint-presentation116
 
E commerce infrastructure
E commerce infrastructureE commerce infrastructure
E commerce infrastructure
 
Chapter 7
Chapter 7 Chapter 7
Chapter 7
 
Supplement Web Tools
Supplement Web ToolsSupplement Web Tools
Supplement Web Tools
 
HTML
HTMLHTML
HTML
 
unit1 part 1 sem4 php.docx
unit1 part 1 sem4 php.docxunit1 part 1 sem4 php.docx
unit1 part 1 sem4 php.docx
 
Chapter 7 Multimedia
Chapter 7 MultimediaChapter 7 Multimedia
Chapter 7 Multimedia
 
Multimedia Part-1 - Introduction.pptx
Multimedia Part-1 - Introduction.pptxMultimedia Part-1 - Introduction.pptx
Multimedia Part-1 - Introduction.pptx
 
Uc14 chap10
Uc14 chap10Uc14 chap10
Uc14 chap10
 
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
Webdesigningandpublishingcomputerstudiestheorylesson 101212054612-phpapp02
 
Creating Effective Web Pages Creating HTML Documents
Creating Effective Web Pages Creating HTML Documents Creating Effective Web Pages Creating HTML Documents
Creating Effective Web Pages Creating HTML Documents
 
Multimedia
MultimediaMultimedia
Multimedia
 
Uc14 chap10
Uc14 chap10Uc14 chap10
Uc14 chap10
 
Html Presentation
Html PresentationHtml Presentation
Html Presentation
 
Hypermedia messageing (UNIT 5)
Hypermedia messageing (UNIT 5)Hypermedia messageing (UNIT 5)
Hypermedia messageing (UNIT 5)
 
T7L4.doc.doc
T7L4.doc.docT7L4.doc.doc
T7L4.doc.doc
 

Recently uploaded

Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
Jisc
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
gb193092
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
Jisc
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
Mohammed Sikander
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
deeptiverma2406
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Akanksha trivedi rama nursing college kanpur.
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
Krisztián Száraz
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
Scholarhat
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
David Douglas School District
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
Peter Windle
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
Kartik Tiwari
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 

Recently uploaded (20)

Supporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptxSupporting (UKRI) OA monographs at Salford.pptx
Supporting (UKRI) OA monographs at Salford.pptx
 
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
Marketing internship report file for MBA
Marketing internship report file for MBAMarketing internship report file for MBA
Marketing internship report file for MBA
 
How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...How libraries can support authors with open access requirements for UKRI fund...
How libraries can support authors with open access requirements for UKRI fund...
 
Multithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race conditionMultithreading_in_C++ - std::thread, race condition
Multithreading_in_C++ - std::thread, race condition
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
Best Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDABest Digital Marketing Institute In NOIDA
Best Digital Marketing Institute In NOIDA
 
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama UniversityNatural birth techniques - Mrs.Akanksha Trivedi Rama University
Natural birth techniques - Mrs.Akanksha Trivedi Rama University
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
Azure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHatAzure Interview Questions and Answers PDF By ScholarHat
Azure Interview Questions and Answers PDF By ScholarHat
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Pride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School DistrictPride Month Slides 2024 David Douglas School District
Pride Month Slides 2024 David Douglas School District
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Embracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic ImperativeEmbracing GenAI - A Strategic Imperative
Embracing GenAI - A Strategic Imperative
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Chapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdfChapter -12, Antibiotics (One Page Notes).pdf
Chapter -12, Antibiotics (One Page Notes).pdf
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 

Multimedia on the web by Sania Nisar

  • 1. MULTIMEDIA ON THE WEB Made by : SANIA NISAR
  • 2. What is multimedia? Multimedia – The integration of a variety of media, such as text, images, video, animation, and sound. Web-Based Multimedia (also called rich media) – A website that contains more than one type of media is considered to be multimedia. Sites that contain sound, video, animation, and/or images alongside text fall into this category. • Fast computers and broadband Internet connections makeWeb- based multimedia much more feasible than in the past. • Vast majority ofWeb sites today include multimedia (advertisements, TV shows, podcasts (A podcast is an episodic series of digital audio files that a user can download in order to listen) etc ).
  • 3.  Why Learn About Web-Based Multimedia? – Multimedia is an integral component of the Web. – Businesses and individuals need to understand the characteristics of the various types of multimedia elements and the impact of adding them to a Web site. What isWeb-Based Multimedia?  Information Delivery – Photos of products, video clips and podcasts, and users manuals are used to convey information. – Important component inWeb-based training (WBT).
  • 4.  E-Commerce –Online catalogs, samples of movies and music, etc.  Virtual Reality (VR) – The use of a computer to create three-dimensional environments that look like they do in the real world (i.e., homes for sale). Web-Based Multimedia Applications  AugmentedVirtual Reality – overlaying computer generated images on top of real time images.
  • 5.  Entertainment – OnlineTV/movies and games are available throughTV network sites. Web-Based Multimedia Applications
  • 6. Advantages and Disadvantages of Web-Based Multimedia Advantages : – Can address a variety of learning styles Visual learners Auditory learners Kinesthetic learners – Material more interesting and enjoyable. – Many ideas are easier to convey in multimedia format.
  • 7. Disadvantages : – Cost of development is high and time consuming – Download time and compatibility for web based multimedia Advantages and Disadvantages of Web-Based Multimedia – Used to supply basic content, and to add text-based menus and hyperlinks. Multimedia Elements Text
  • 8. Multimedia Elements – SerifTypeface Small lines on edges of letters More readable, used for large bodies of text. – For printing use serif fonts. – Sans SerifTypeface No lines on edges of letters Used for titles, headings, Web page banners. – For web purpose use sans serif. Text
  • 9. – Important to select a typeface that matches the style of the Web site. Images (Graphics) – Digital representations of photographs, drawings, charts, and other visual images.  Images are static and are available in many formats. –TIF, BMP, GIF, JPEG, and PNG Multimedia Elements • Clip art is a collection of pictures or images that can be imported into a document or another program.The images may be either raster graphics or vector graphics. • Stock photos are images that anyone can license for creative projects.
  • 10. Raster Vs Vector Graphics • Raster Graphics Also known as bitmap graphics. Use small dots to create images and colors. Best for photographs and realistic graphics. • Vector Graphics Store information about image in mathematical instructions that are interpreted and displayed. Best for line art ,shaped and illustrations.
  • 11.
  • 12. Stock Photos Shutterstock Adobe Stock Typically use the JPEG format and can be downloaded from stock photograph agencies.The agency shown here has variety of images organized by topics ; all images require a fee for use but all are royalty free.
  • 13. Clip Art Typically use the JPEG and PNG format and can be downloaded from variety of website. Some of the images on this site are free for both personal and commercial use.
  • 14. Choosing a Graphic Format  GIF or PNG — typically used for line art (clip art, logos, navigation buttons, etc.)  JPEG — typically used for photographs Use thumbnail images when very large images are required. Multimedia Elements —Thumbnails are reduced-size versions of pictures or videos, used to help in recognizing and organizing them.
  • 15. Multimedia Elements Thumbnail is a term used by graphic designers and photographers for a small image representation of a larger image, usually intended to make it easier and faster to look at or manage a group of larger images.
  • 16. Animation – A method in which pictures are manipulated to appear as moving images. Java Applet – A small program inserted into aWeb page that performs a specific task. Animated GIF – A group of GIF images saved as an animated GIF file that is inserted in aWeb page. – Displayed one after another to simulate movement. Multimedia Elements
  • 17. Multimedia Elements Animation Java Applet Animated GIF
  • 18. • For more complex animations, developers can use JavaScript or another scripting language – Flash, Silverlight • Many web-based animations require a plug-in. A plugin is a piece of software that acts as an add-on to a web browser and gives the browser additional functionality. Plugins can allow a web browser to display additional content it was not originally designed to display. Multimedia Elements
  • 19. – Animation and interactivity can also be achieved using programming languages. Multimedia Elements Audio – All types of sound including music, spoken voice, sound effects. – Can be recorded using a microphone or MIDI instrument, captured from CDs, or downloaded from the Internet. – Often played when an event occurs on aWeb page or when the visitor clicks a link.
  • 20. Multimedia Elements – Streaming audio is used to speed up delivery. Streaming audio is a way of delivering sound — including music — without requiring you to download files from the internet. – Common audio file formats include: • Waveform (.wav) • Moving Picture Experts GroupAudio Layer 3 (.mp3) • Audio Interchange Format File (.aiff) • Advanced Audio Coding (.aac or .m4a)
  • 21. • Visual multimedia source that combines a sequence of images to form a moving picture.The video transmits a signal to a screen and processes the order in which the screen captures should be shown. • Streaming video is recommended to speed up delivery. • Common video file formats include: Video Multimedia Elements
  • 22. Animation: - Animation involves drawing of sketches of objects. -These objects are placed in various frames, so that it illustrates as if the objects are moving. - Animation is created by drawing series of illustrations in different angles. - Animation creation is difficult compared to creating a video. Videos: -Videos are made by using video cameras. -The real movements of objects are captured by shooting the videos.
  • 23. WorldWideWeb • The WorldWide Web is a way of exchanging information between computers on the Internet. • The WorldWide Web is the network of pages of images, texts and sounds on the Internet which can be viewed using browser software. • The WorldWide Web, orWeb, consists of a worldwide collection of electronic documents (Web pages). Website • A web site is a collection of related web pages and associated items. • There are basically two main types of website - static and dynamic.
  • 24. • A static site is one that is usually written in plain HTML and what is in the code of the page is what is displayed to the user. • A dynamic site is one that is written using a server-side scripting language such as PHP, ASP, JSP, or Cold fusion. In such a site the content is called in by the scripting language from other files or from a database depending on actions taken by the user. WorldWideWeb Website
  • 25. WorldWideWeb WWW Components Structural Components The structural components of a web application basically refer to the functionality of the web application with which a user interacts, the control and the database storage.This basically comprises (1)The web browser or client, (2)The web application server and (3)The database server.
  • 26. Semantic Components • A semantic element clearly describes its meaning to both the browser and the developer. • Examples of non-semantic elements: <div> and <span> -Tells nothing about its content. • Examples of semantic elements: <form> , <table> , and <article> - Clearly defines its content WorldWideWeb Semantic Web • A proposed development of the WorldWideWeb in which data in web pages is structured and tagged in such a way that it can be read directly by computers.
  • 27. WorldWideWeb How to create a webpage? The two basic steps required in making a web page. • Create an HTML File • Upload file to server Creating a webpage Markup Languages • Uses symbols or tags to describe what a document should look like when it is displayed in aWeb browser – JavaScript or other scripting languages can be used to add dynamic content –Web site authoring software is often used to create an entire site.
  • 28. • It was designed byTim Berners-Lee as a protocol for linking a multiplicity of documents located on computers anywhere within the Internet. • This new HypertextTransfer Protocol (HTTP) provided rules for a simple transaction between two computers on the Internet consisting of (1) establishing a connection, (2) Requesting that a document be sent, (3) sending the document, and (4) closing the connection. • It also required a simple document format called Hypertext Markup Language (HTML). HyperTextTransfer Protocol (HTTP) WorldWideWeb
  • 29. • HTTP Daemon is a software program that runs in the background of a web server and waits for the incoming server requests. • The daemon answers the request automatically and serves the hypertext and multimedia documents over the Internet using HTTP. • HTTPd stands for HypertextTransfer Protocol daemon (i.e. Web server) • The primary function of a web server is to store, process and deliver web pages to clients. • The communication between client and server takes place using the HypertextTransfer Protocol (HTTP) HyperTextTransfer Protocol (HTTP) WorldWideWeb
  • 30. • Hypertext Markup Language is the standard markup language for documents designed to be displayed in a web browser. • It can be assisted by technologies such as Cascading Style Sheets and scripting languages such as JavaScript. Hypertext Markup Language (HTML) WorldWideWeb • Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. Extensible Markup Language (XML)
  • 31. Extensible Markup Language (XML) WorldWideWeb
  • 32. MultimediaWeb Site Development Wireless Markup Language (WML) – WML is an application of XML – Used to createWeb pages to be displayed onWAP enabled wireless devices, such some older mobile phones. –Wireless application protocol (WAP) is a communications protocol that is used for wireless data access through most mobile wireless networks – WML scripting language that takes care of the small screen and the low bandwidth of transmission.
  • 34. – Newest version is designed to replace the previous versions of both HTML and XHTML. – Includes new tags and features that support the creation of more complex and dynamicWeb pages. – Is open standard – No proprietary software or plug-ins required – New tags include<video> and <audio> for media, <canvas> that creates a bitmapped surface to work with, and section tags to identify the parts of a Web page (<header>,<article>,<nav> etc.) HTML5 MultimediaWeb Site Development
  • 36. • A newer version of HTML based on XML • Controls the appearance and format of aWeb page like HTML • Stricter rules than HTML Extensible Hypertext Markup Language (XHTML) WorldWideWeb WYSIWYG Editor : A WYSIWYG (pronounced "wiz-ee-wig") editor or program is one that allows a developer to see what the end result will look like while the interface or document is being created. • Microsoft's Expression Web 4.0. • KOMPOZER. • Adobe Dreamweaver . • Aloha Editor. • Amaya Home Page. • GoogleWeb Designer
  • 37. WorldWideWeb • These are the web addresses.The resource locator is an addressing system. Uniform Resource Locator (URL)
  • 38. WorldWideWeb – Used to specify the styles used with aWeb page or an entireWeb site – Specified in an Internal style sheet (head section ofWeb page) or in an External style sheet • Normally used in an external style sheet and connected to web pages through a link statement in the head section of the desired pages • Styles are applied to all of the linked Web pages at one time – Improves consistency and efficiency Cascading Style Sheets (CSSs)
  • 39. WorldWideWeb AJAX • Creates faster, more efficient interactive web applications ( a web application or web app is a client–server computer program that the client runs in a web browser ). • Only requests new data from the server, not the entire Web page, when the page is updated. • Interactive Web pages built with AJAX run faster • Normally require less bandwidth. Website & Web Application • A website is a group of globally accessible, interlinked web pages which have a single domain name. • A web application is a software or program which is accessible using any web browser.
  • 40. MultimediaWeb Site Design Web Site Design –The process of planning what aWeb site will look like and how it will function – Good planning is very important. Basic Design Principles –Web pages should be interesting and exciting applications • Provide information of value or interest • Provide a stimulating experience – Pages should load quickly and be easy to use.
  • 41. MultimediaWeb Site Design Responsive Web Design (RWD) – Focuses on building sites that are compatible with a variety of devices. – Can create multiple versions of your site yourself or use a flexible site that adjusts to each visitor’s device. – Can create a desktop site and use a service to generate mobile versions.
  • 42. WorldWideWeb Web Server • AWeb server is a computer that delivers requestedWeb pages to your computer. • This is a program that waits patiently for the browser to request a web page.The servers looks for the requested information, retrieves it and send it to the browser or sends an error message if the file is not found.
  • 43. WorldWideWeb Web Browser • A web browser displays a web document and enables users to access web documents.
  • 44. WorldWideWeb Widely used Search Engines • A search engine is a web-based tool that enables users to locate information on the WorldWide Web.
  • 45. WorldWideWeb Web 1.0 , 2.0 & 3.0 : • Web 1.0 is “read-only web” or passive user web. Don’t participate in generating content. It is all about static websites which were created with HTML, CSS, and JavaScript. • Example: Typically it’s when you went into google and typed anything and read whatever information the link offered.You can’t edit , delete or add. • Web 2.0 is a “read-write web” or react only users web.Users create content and interact with sites and with each other through social media, forums, etc • Example: 1. Post or comment on facebook. 2. Read and write onWikipedia. 3. Watch and upload videos on youtube. 4. Sell or buy on ebay.
  • 46. WorldWideWeb Web 1.0 , 2.0 & 3.0 : • Web 3.0 is something called the semantic web. In essence, the Semantic Web is a place where machines can read web pages much as we humans read them. • The semantic web improves web technologies in order to generate, share and connect content through search and analysis based on the ability to understand the meaning of words , rather than on keywords or numbers. • It’s an act and react user web. Interactive interfaces and content. • Example: 1. WolframAlpha (Website ) 2. Apple’s Siri ( System Software ) Uses techniques of speech recognition and artificial intelligence to bring results
  • 47. WorldWideWeb Web 1.0 , 2.0 & 3.0 : We can do a little comparison between WolframAlpha and Google, using both tools, typing the “Brazil vs. Argentina” phrase in both searching engines, and then we see big differences in the results.
  • 48. MultimediaWeb Site Development Web Site Authoring Software – Used to createWeb pages and entire Web sites (Dreamweaver) – Appropriate JavaScript or other code is automatically generated. – Allows you to create an entire cohesive web site, not just individual pages. – Allows you to easily include forms and database connectivity – Often includes tests for broken links & accessibility tests –Web site builder
  • 50. MultimediaWeb Site Development – The process of creating, testing, publishing, and maintaining aWeb site • Occurs after the site is designed – Usually several different software programs are used • Image editing and animation software • Audio and video editing software – Each element should be saved in the appropriate size, resolution, and file format. Web Site Development Creating the Multimedia Elements
  • 51. MultimediaWeb Site Development Testing, Publishing, and Maintaining the Site Web site should be thoroughly tested prior to publishing – All hyperlinks should be clicked to ensure they take the user to the proper location – Complex animations (such as games and tutorials) should be tested individually – Proofread each page or screen carefully. – UseWeb page code validators built intoWeb site authoring programs or online validator services.
  • 52. MultimediaWeb Site Development Testing, Publishing, and Maintaining the Site • Once thoroughly tested, Web site is ready to be published – Identify Web server – Upload files • After publishing, the Web site must be maintained – Update content and check links on a regular basis – Site should be evaluated on a regular basis to locate areas needing improvement.
  • 53. MultimediaWeb Site Development Testing, Publishing, and Maintaining the Site
  • 54. END