Multimedia & The World Wide Web winny HCI 201 Multimedia and the www.

Slides:



Advertisements
Similar presentations
The Internet.
Advertisements

Web Design and Multimedia Production Mrs. Brandt-White.
© 2011 Delmar, Cengage Learning Chapter 1 Getting Started with Dreamweaver.
WEB DESIGN TABLES, PAGE LAYOUT AND FORMS. Page Layout Page Layout is an important part of web design Why do you think your page layout is important?
USING WORDPRESS. WEEK 1 1.Why WP? 2.Setting Up WP 3.Exploring the Admin screen 4.Page Organization 5.Posting 6.Polls.
MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5
Robby Seitz 121 Powers Hall ADVANCED WEB DESIGN USING DREAMWEAVER
Web Design with Cascading Style Sheet Lan Vu. Overview Introduction to CSS Designing CSS Using Visual Studio to create CSS Using template for web design.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
. Website and file organization. How websites work.
XP Browser and Basics1. XP Browser and Basics2 Learn about Web browser software and Web pages The Web is a collection of files that reside.
Multimedia and the World Wide Web HCI 201 Lecture Notes #6B.
INTERACTIVE BRAND COMMUNICATION Class 7 Creative Issues II: Creating Effective Online Advertising.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Best Practices for Website Design & Web Content Management.
Visual Organization and Website Design Unit 5 (no CSS) September 19.
Chapter 1 Getting Started With Dreamweaver. Explore the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Basic HTML Workshop Session 1: Introduction to HTML Fall 2006.
Browser and Basics Tutorial 1. Learn about Web browser software and Web pages The Web is a collection of files that reside on computers, called.
Creating a Web Site Back to Table of Contents. Creating a Web Site Conceiving a Web Site Planning a Web Site 2 Creating a Web Site Section 9-1 Section.
8/16/2015alicewebmaster1 Create contents with the new Content Management System (Drupal): Workflow for page editors.
UNDERSTANDING WEB AND WEB PROJECT PLANNING AND DESIGNING AND EFFECTIVE WEBSITE Garni Dadaian.
Designing a Classroom Web Site Using NVU Beginning Level.
Web Development 311 Fall : Fall Why web pages? Most companies have intranets, extranets, and web sites Content can be changed quickly and.
 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.
1 After completing this lesson, you will be able to: Define your goals for a Web site. Analyze your audience. Create a blueprint for your Web site. Design.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
Multimedia & The World Wide Web winny HCI 201 Multimedia and the www.
Multimedia & The World Wide Web winny HCI 201 Multimedia and the www.
IT 245 – Website Development Welcome!. Welcome to Unit 2! Creating Page Layouts.
MIS 201 Web Design. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.
XP 1 HTML: The Language of the Web A Web page is a text file written in a language called Hypertext Markup Language. A markup language is a language that.
Web Technologies Website Development Trade & Industrial Education
Electronic Commerce BBA (Hons) ( ) (Website Designing and Publishing) By: Farhan Mir.
Creating Web Pages Overview. Design – Start with a Purpose Before you start any web page, you need to design the website. The first question that should.
Understanding the Web Site Development Process. Understanding the Web Site Development You need a good project plan Larger projects need a project manager.
XP New Perspectives on Browser and Basics Tutorial 1 1 Browser and Basics Tutorial 1.
IT Introduction to Website Development Welcome!
Assignment 2 Due November 4, 1:30pm. Website You are creating a website for a fictional business which must sell some sort of product You can create any.
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.
Multimedia & The World Wide Web winny HCI 201 Multimedia and the www.
Creating Web Sites An introduction to the basics.
Section 4.1 Format HTML tags Identify HTML guidelines Section 4.2 Organize Web site files and folder Use a text editor Use HTML tags and attributes Create.
An Introduction To Websites With a little of help from “WebPages That Suck.
Unit 2, cont. September 12 More HTML. Attributes Some tags are modifiable with attributes This changes the way a tag behaves Modifying a tag requires.
Interface Design.
MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.
Evaluating & Maintaining a Site Domain 6. Conduct Technical Tests Dreamweaver provides many tools to assist in finalizing and testing your website for.
Web Page Concept and Design :
Web Design Fundamentals Planning Your Attack: Web site planning process.
Chapter 1 Getting Started With Dreamweaver. Exploring the Dreamweaver Workspace The Dreamweaver workspace is where you can find all the tools to create.
Macromedia Dreamweaver 8 Revealed WEB PAGE DEVELOPING A.
Technical Communication A Practical Approach Chapter 14: Web Pages and Writing for the Web William Sanborn Pfeiffer Kaye Adkins.
HTML Basics. HTML Coding HTML Hypertext markup language The code used to create web pages.
Web Site Development - Process of planning and creating a website.
The Internet. Important Terms Network Network Internet Internet WWW (World Wide Web) WWW (World Wide Web) Web page Web page Web site Web site Browser.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
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,
By: Your Name ELEMENTS OF WEB DESIGN. VISUAL APPEAL Optimization of Graphics, for people to stay on your website, your pictures have to load out as soon.
Pre-Production Meet with the client to create a project plan:
Chapter 1 Introduction to HTML.
Chapter A - Getting Started with Dreamweaver MX 2004
Basics of Website Development
Getting Started with Dreamweaver
MIS 201 Web Design.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Basic Web Design Principles
Presentation transcript:

Multimedia & The World Wide Web winny HCI 201 Multimedia and the www

Review! winny HCI 201 Multimedia and the www

URL: Universal Resource Locator Four parts to each one (some parts optional) –Protocol –Domain name or server IP address –Director(ies) –File name ProtocolDomain NameDirectoryFile Name winny HCI 201 Multimedia and the www

HTML Skeleton Title of this web page Stuff you want to present on this page winny HCI 201 Multimedia and the www

The Flesh on an HTML document Tags + Contents + Comments Comments Contents - Text (included) - Multimedia obj & pictures are linked winny HCI 201 Multimedia and the www

Tools for the Web Designer An editor –Text editor –Dreamweaver/FrontPage, etc A browser –Not really necessary, but you want to test your work A connection to the Internet and access to a web server. winny HCI 201 Multimedia and the www

Controlling page layout with tables Separate pages into different sections - Create one table for the entire page. - Add content into cells: Text Images Forms Tables … Link list Company logo Image winny HCI 201 Multimedia and the www

Nesting Tables winny HCI 201 Multimedia and the www

Nesting Tables winny HCI 201 Multimedia and the www

Organization and Site Structure Organizing your site carefully from the start can save you frustration and time later on Break down your site into categories and put related pages in the same folder winny HCI 201 Multimedia and the www

Your local files structure Lab machine Define site! winny HCI 201 Multimedia and the www

Your directory structure lab machine winny HCI 201 Multimedia and the www DePaul Student Server public_html web folder

Your directory structure mail your account (root) winny HCI 201 Multimedia and the www

 Root  Main Page  Company Services  Service A  Service B  Images  Products  Product A  Product B  Images  ProductA.jpg  ProductB.jpg  About Us  Company History  Bios  Images  Contact  Images  Photo1.jpg  Logo.gif A More Elaborate Site winny HCI 201 Multimedia and the www

Source File Management You should... –Establish and follow file naming conventions Lowercase Underscore between words –Keep a copy of all source files in your possession Don't rely on DePaul, your employer, or your ISP to keep your work winny HCI 201 Multimedia and the www

Source File Management You should... –Make a working copy of files before making sweeping changes, then use the working copy once you are sure everything works –Create an archive of sources that you are not actively using, but may want to use sometime winny HCI 201 Multimedia and the www

Error Checking ALWAYS check and double-check the site for spelling and grammatical errors Make sure the images and links are all working properly (TEST!!!) Errors make a site appear to be unprofessional winny HCI 201 Multimedia and the www

Troubleshooting Make sure you refresh your browser if you have made a repair to the code and come back to look at it again winny HCI 201 Multimedia and the www

Before you start it is important to determine what the site will look like and how it will be organized! winny HCI 201 Multimedia and the www

Content matters most! Prepare it as much as possible, as early as possible. What content already exists and what must be created? How often does the content change, or should it change? What resources are required to create and maintain the site? winny HCI 201 Multimedia and the www

Content Brainstorm ideas for your website! Organize the content into clear and intuitive categories. What’s the navigational structure – roadmap? winny HCI 201 Multimedia and the www

Make the content readable Good combinations for web page Bad combinations for web page Blue on WhiteYellow on Black White on GrayRed on Pink Yellow on WhiteBlue on Purple Red on GreenGreen on Orange winny HCI 201 Multimedia and the www

Content to prepare: Images –Logos –Products –Decorative –Navigational Information –Articles –News –Calendar of events –Contact names and numbers –Reference material winny HCI 201 Multimedia and the www

Page Design –Style: What's the overall impression you're trying to create? –Layout: Will the page composition be conventional or unconventional? How will the different elements be arranged into visual groupings? How will the navigation options be presented? –Words: Which tone of voice is best for the site's purpose and audience? Page design ideas should first be sketched out on paper. Working out your ideas on paper allows you to quickly explore different design ideas winny HCI 201 Multimedia and the www

Web Design The heart of design is communication. The basic rule for any design is “Form follows function.” Design must support function to the fullest extent possible. Think of web site navigation. The coordination between form and function is invisible to the user when done well and painfully obvious when it is not. winny HCI 201 Multimedia and the www

Page content hierarchies Most important elements should be at the top/left of the page Consider monitor size/resolution Left to right winny HCI 201 Multimedia and the www

Page Design– make decision Shape as a design Element: –Square/round/wavy? Choose a set of color palette Keep those decision consistency Visual design should reflect –The purpose of the site –The identity of the Web site sponsor –And contribute to the site's usability winny HCI 201 Multimedia and the www

winny HCI 201 Multimedia and the www

Unity winny HCI 201 Multimedia and the www

Direction winny HCI 201 Multimedia and the www

winny HCI 201 Multimedia and the www Direction

winny HCI 201 Multimedia and the www Color-> feeling, some samples:

winny HCI 201 Multimedia and the www

winny HCI 201 Multimedia and the www

winny HCI 201 Multimedia and the www

winny HCI 201 Multimedia and the www

winny HCI 201 Multimedia and the www

Then, make decision: Functionality –Static pages –Forms –Commerce –Multimedia –Chat –Search –Login –Database-driven winny HCI 201 Multimedia and the www

Flowcharting Try arranging your content in different ways to find the best fit, should information be –Presented alphabetically? –Grouped into categories? –Presented along a timeline? –Sorted from simple to complex? –Organized into a hierarchy? With these things in mind, you can construct a flowchart showing the structure of the Web site as a whole A good flowchart of your site design shows -- How pages will be organized -- & the paths between pages winny HCI 201 Multimedia and the www

Design Most people visit Websites to find information or to accomplish some task –The content of the site should be organized in a way that is meaningful and useful to the intended audience Users need a logical structure so they know where they are and how they get there It is important to anticipate what the user will want to do, how he or she will use each section of the site, and in what order winny HCI 201 Multimedia and the www

Web Aesthetics Speed –Do more with less –Use images sparingly –Select the most suitable image format (jpeg/gif/png) –The more high-bandwidth media you use, the more you will limit your audience winny HCI 201 Multimedia and the www

Navigation Most people ask four basic questions when they are getting around (anything).. –Where am I? –Where can I go? –How will I get there? –How can I get back to where I once was? winny HCI 201 Multimedia and the www

Navigation Navigation that really works should... –Be easily learned –Remain consistent –Provide feedback –Appear in context –Offer alternatives –Communicate the site hierarchy –Provide clear visual messages –Be appropriate to the site's purpose –Support users' goals and behaviors winny HCI 201 Multimedia and the www