Objective 107.02 Understand web-based digital media production methods, software, and hardware. Course Weight : 10%

Slides:



Advertisements
Similar presentations
Project 1 Introduction to HTML.
Advertisements

Server-Side vs. Client-Side Scripting Languages
Macromedia Dreamweaver 4 Foundation Level Course.
Introduction to HTML 2004 CIS101. What is the Internet? Global network of computers that are connected and communicate via a series of Protocols Protocols.
Russell Taylor Lecturer in Computing & Business Studies.
1st Project Introduction to HTML.
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
What is Web Design The term “web design” has come to encompass a number of disciplines, including: Visual (graphic) design User interface and experience.
THE BASICS OF THE WEB Davison Web Design. Introduction to the Web Main Ideas The Internet is a worldwide network of hardware. The World Wide Web is part.
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Chapter 14 Introduction to HTML
WEB DESIGNING Prof. Jesse A. Role Ph. D TM UEAB 2010.
Unit 2, Lesson 5 Website Development Tools AOIT Web Design Copyright © 2008–2012 National Academy Foundation. All rights reserved.
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.
Chapter ONE Introduction to HTML.
Web Design Basic Concepts.
Section 2.1 Compare the Internet and the Web Identify Web browser components Compare Web sites and Web pages Describe types of Web sites Section 2.2 Identify.
 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.
What is Web Design?  Web design is the creation of a Web page using hypertext or hypermedia to be viewed on the World Wide Web.
Copyright © cs-tutorial.com. Introduction to Web Development In 1990 and 1991,Tim Berners-Lee created the World Wide Web at the European Laboratory for.
Multimedia and the Web Chapter Overview  This chapter covers:  What Web-based multimedia is  how it is used today  advantages and disadvantages.
Dynamic Web Pages (Flash, JavaScript)
INTRODUCTION TO FRONTPAGE. TOPICS TO BE DISCUSSED……….  Introduction Introduction  Features Features  Starting Front Page Starting Front Page  Components.
Name Teacher: Group: 1 Unit 2 – Webpage Creation.
Internet Basics Dr. Norm Friesen June 22, Questions What is the Internet? What is the Web? How are they different? How do they work? How do they.
1 Web Basics Section 1.1 Compare the Internet and the Web Compare Web sites and Web pages Identify Web browser components Describe types of Web sites Section.
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.
10 Adding Interactivity to a Web Site Section 10.1 Define scripting Summarize interactivity design guidelines Identify scripting languages Compare common.
The Internet and the World Wide Web. The Internet A Network is a collection of computers and devices that are connected together. The Internet is a worldwide.
Programming in HTML.  Programming Language  Used to design/create web pages  Hyper Text Markup Language  Markup Language  Series of Markup tags 
HTML, XHTML, and CSS Sixth Edition Chapter 1 Introduction to HTML, XHTML, and CSS.
Section 17.1 Add an audio file using HTML Create a form using HTML Add text boxes using HTML Add radio buttons and check boxes using HTML Add a pull-down.
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.
Session 1 SESSION 1 Working with Dreamweaver 8.0.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
Introduction to Multimedia Review 1 - Lecture Notes Semester 1.
Louisa Lambregts, Louisa Lambregts
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Technical Communication A Practical Approach Chapter 14: Web Pages and Writing for the Web William Sanborn Pfeiffer Kaye Adkins.
HTML Concepts and Techniques Fifth Edition Chapter 1 Introduction to HTML.
3/30/15.  Who is Tim Berners-Lee? 1. Assessing needs 2. Determining content structure 3. Determining site structure 4. Determining navigation structure.
Chapter 1 Introduction to HTML, XHTML, and CSS HTML5 & CSS 7 th Edition.
Learning Aim C.  In this section we will look at some simple client-side scripts, browser compatibility, exporting and compressing and suitable file.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
introductionwhyexamples What is a Web site? A web site is: a presentation tool; a way to communicate; a learning tool; a teaching tool; a marketing important.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
COMP 143 Web Development with Adobe Dreamweaver CC.
6/28/ A global mesh of interconnected networks (internetworks) meets these human communication needs. Some of these interconnected networks are.
XP Creating Web Pages with Microsoft Office
Unit 15 – Web Authoring Web Authoring Project.
HTML PROJECT #1 Project 1 Introduction to HTML. HTML Project 1: Introduction to HTML 2 Project Objectives 1.Describe the Internet and its associated key.
Getting Started with HTML
4.01 How Web Pages Work.
Pre-Production Meet with the client to create a project plan:
Unit 13: Website Development
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Chapter 1 Introduction to HTML.
Project 1 Introduction to HTML.
Objective % Select and utilize tools to design and develop websites.
Objective % Understand career planning in a digital media environment.
Research in a Digital Media Environment
Unit 2 – Webpage Creation
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
4.01 How Web Pages Work.
Unit 13: Website Development
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Presentation transcript:

Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%

Web-Based Production Methods Three Phases for Designing Web-Based Digital Media : Pre-Production Production Post-Production define parameters of the project, make preliminary decisions, determine which web design languages suit the project goals best use a web design software to make web pages and create hyperlinks publish the website and troubleshoot errors

1.Pre-Production ✓ Determine the overall purpose of the project ✓ Define the intended target audience ✓ Use a flowchart to determine specific pages of a website and how they will be organized and linked together Web-Based Production Methods

1.Pre-Production (continued) ✓ Determine specific hardware needs - Computer - External Server - Internet Connection Web-Based Production Methods used to host website and make it accessible by Internet users for transferring website to external server

1.Pre-Production (continued) ✓ Determine specific software needs - W.Y.S.I.W.Y.G. (What You See Is What You Get) also known as a Visual Editor - Text Editor design software that manipulates components of the web page without the user writing or editing code simple text editing program used to write or edit web design code; does not show a visual Web-Based Production Methods

1.Pre-Production (continued) ✓ Determine appropriate web design language(s) Web-Based Production Methods Common Web Design Languages : HTML - basic framework for all web design - written using “tags” that a web browser uses to interpret the code and generate the content on the webpage - tags denote structured elements like headings, paragraphs, lists, etc. while a particular web design project could use a few different languages to be created, certain web design languages have specialized uses that would work best for a given task or process

3.Pre-Production (continued) Common Web Design Languages : (continued) CSS JavaScript - separates layout and design features (color scheme, fonts, menu styles, etc.) from the actual content of the website - easiest way to make site-wide design changes - CSS file combines with HTML file to create a complete website - common format of downloadable templates found on the Internet - client-side web development - creates standalone computer programs that run entirely on the user’s machine, which is quicker and more secure Web-Based Production Methods

3.Pre-Production (continued) Common Web Design Languages : (continued) PHP Flash - server-side web development - connects an HTML file to a database of information on an external server - creates dynamic websites with enhanced user interactivity - uses Adobe ® Flash software interface to create websites - commonly used to create Internet games and advertisements - animation, audio, and video capability allow for enhanced design features Web-Based Production Methods

2.Production ✓ Setup root folder for entire website ✓ Create wireframe for each web page ✓ Add content to specific pages ✓ Create hyperlinks between pages and out to external websites Web-Based Production Methods

2.Production (continued) Web Design Terms : - Root Folder - Wireframe (Skeleton) - Template - Graphics Optimization a central location of storage for every file involved in designing a website; allows the website to be portable from computer to computer a visual guide to how a web page content will be organized; assists in the arrangement and scaling of design components a pre-determined wireframe that can be quickly downloaded and utilized designing and exporting graphics with the specific purpose of using it on a website; allows for quicker loading times Web-Based Production Methods

2.Production (continued) Web Design Terms : (continued) - Alternative Text - Image Map - Rollover - Web Form textual descriptions of graphics and other design components on a web page; aids in search engine optimization a single graphic that is divided into sections and linked to different locations Web-Based Production Methods feature that indicates interactivity to the user; normally causes a component of a web page to visually change when the user’s cursor hovers over it an interactive feature that allows a user to submit information

3.Post-Production Web-Based Production Methods ✓ Proof / Preview the website ✓ Test all of the hyperlinks for quality assurance ✓ Troubleshoot any errors found during proofing ✓ Check compatibility with a wide variety of web browsers to ensure consistency ✓ Publish the finished website to a server so it can be accessed by Internet users