meljun cortes multimedia lecture chapter9

21
Chapter 9 - HTML an Web Authoring MELJUN CORTES MELJUN CORTES

Upload: meljun-cortes

Post on 06-May-2015

67 views

Category:

Technology


0 download

DESCRIPTION

MELJUN CORTES Multimedia Lecture

TRANSCRIPT

Page 1: MELJUN CORTES Multimedia Lecture Chapter9

Chapter 9 - HTML and Web Authoring

MELJUN CORTESMELJUN CORTES

Page 2: MELJUN CORTES Multimedia Lecture Chapter9

Chapter Objectives Describe the roles and responsibilities of the Web

Master Define HTML and list some of its advantages and

disadvantages Define conversion tools and list some advantages

and disadvantages Describe some of the key conversion tool features

found in Microsoft Office

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 3: MELJUN CORTES Multimedia Lecture Chapter9

Chapter Objectives Define editors and list some advantages and

disadvantages Describe some of the key features found in BBEdit

and Homesite Define Web authoring programs and list some

advantages and disadvantages Describe some of the key features found in Adobe

GoLive, Macromedia Dreamweaver, Microsoft FrontPage and Netscape Composer

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 4: MELJUN CORTES Multimedia Lecture Chapter9

IntroductionStep 1 - PlanStep 2 - Design media elements and user interface Step 3 - Integrate

them into the Web site

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 5: MELJUN CORTES Multimedia Lecture Chapter9

Web PositionsWeb designersWeb developersWebmasters

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 6: MELJUN CORTES Multimedia Lecture Chapter9

HTMLHypertext Markup LanguageWorld Wide Web Consortium (W3C)

Official standards committee that controls changes

Versions1.0 - hyperlinks2.0 - inline images and forms3.0 - tables and extended formatting4.0 - cascading style sheets

All Web pages are based on HTML

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 7: MELJUN CORTES Multimedia Lecture Chapter9

HTMLMarkup language

Specifies how content will display

Markup tagsContainers

<B>This text will be bold</B>

Attributes and Values <FONT FACE = “helvetica”>

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 8: MELJUN CORTES Multimedia Lecture Chapter9

HTMLAdvantages

Greater power and controlClean, fine-tuned codeNot dependent on imperfect tool

DisadvantagesLearning curveTime-consuming to writeEasy to make mistakes

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 9: MELJUN CORTES Multimedia Lecture Chapter9

HTMLExamples for adding multimedia

<IMG SRC=“at_beach.gif”><EMBED SRC=“sound.mp3” AUTOPLAY=“true”><BGSOUND>

Helper applicationsPlug-ins

<EMBED SRC=“shocked.dcr” PLUGINSPACE=“http://www.macromedia.com” WIDTH=“640” HEIGHT=“480”>

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 10: MELJUN CORTES Multimedia Lecture Chapter9

Conversion ToolsTranslate existing document formats into HTML

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 11: MELJUN CORTES Multimedia Lecture Chapter9

Conversion ToolsAdvantages

No need to learn a new program or languageOften include additional features such as templates or themesConvenient and time-saving

DisadvantagesLimitedMay alter documentMay add extraneous code

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 12: MELJUN CORTES Multimedia Lecture Chapter9

Conversion ToolsAvailable in most applicationsMicrosoft Office

Word - templates, wizards, themesPowerPoint - templates, multimediaExcel - numeric data, chartsAccess - database tables and reports

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 13: MELJUN CORTES Multimedia Lecture Chapter9

EditorsCreate and design Web pages using menus and buttons on toolbars that represent HTML tags

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 14: MELJUN CORTES Multimedia Lecture Chapter9

EditorsAdvantages

Extensive and sophisticated functionality beyond HTML Pure codeFaster than writing HTML codePrecise layout and design flexibility

DisadvantagesMust know HTML to use these tools

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 15: MELJUN CORTES Multimedia Lecture Chapter9

EditorsSoftware

BBEdit - Mac Extensive tag lists HTML-aware spell checker Quick Web publishing

Homesite - Windows Wizards for DHTML, CSS, JavaScript Image and site maps Autocompletion

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 16: MELJUN CORTES Multimedia Lecture Chapter9

Authoring ProgramsProvide a user-friendly, WYSIWYG interface specifically designed for Web page creation

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 17: MELJUN CORTES Multimedia Lecture Chapter9

Authoring ProgramsAdvantages

Huge time-saverDon’t have to know HTMLImmediately see results of changes

DisadvantagesSomewhat limitingMay generate extraneous codeMay not be as up-to-date as HTML

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 18: MELJUN CORTES Multimedia Lecture Chapter9

Authoring Programs Hundreds of professional, shareware and freeware programsAdobe GoLive

Integrated with other Adobe applicationsCheck HTML syntaxWrite Javascript and CSSAdvanced site managementTemplates and master pages

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 19: MELJUN CORTES Multimedia Lecture Chapter9

Authoring ProgramsMacromedia Dreamweaver

Roundtrip HTMLTables and layersPredefined colors and layoutsSupport for CSS, JavaScript, XMLSite management

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 20: MELJUN CORTES Multimedia Lecture Chapter9

Authoring ProgramsMicrosoft FrontPage

Site managementTablesThemesDHTML and CSSFrontPage extensions must be installed on Web server

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.

Page 21: MELJUN CORTES Multimedia Lecture Chapter9

Authoring ProgramsNetscape Composer

Simple, easy-to-useNot as sophisticated and extensive as some of the othersNot designed for entire site management, forms or framesGreat for creating single pagesPublish to the Web

Harcourt, Inc. items and derived items copyright © 2002 by Harcourt, Inc.