Top Banner
MIS 201 Web Design 1
56

MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Jan 04, 2016

Download

Documents

Tyrone Day
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

MIS 201

Web Design

1

Page 2: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Website PlanningBefore even considering the practical aspects of creating a website, there are some important fundamental questions

you need to ask yourself first What are we hoping to achieve? Who's our target audience? What catergory, if any, does our site fall into:

ecommerce, informational, educational, social networking, etc.

How visually exciting does it need to be to be effective?

What tone do we want our content to convey, could it be serious or witty, complex or simple?

2

Page 3: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Site Content & Information StructureProbably the most important aspect of website

'structural design' is how you breakdown the content into logical sections (Main Areas, Pages, Headers, Sub-Headers, Lists, etc). You need to create a strong hierarchy for the site and breakdown content into small units.

It is a good idea to create a graphical schema/flowchart/sitemap for the site. This can help you visualise a logical hierarchy.

3

Page 4: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

4

Page 5: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Create a folder on your computer called website1 to hold all web pages and graphics.

Optional: inside of the website1 folder create a folder called images to hold your graphics.

All folders, webpages, and graphic names must be lowercase, no spaces, and no special characters for ease of linking later.

Getting Start

5

Page 6: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Launch Dreamweaver Select HTML

6

Page 7: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

New Page Appears

7

Page 8: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Or Select File>New

8

Page 9: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Select HTML, Create

9

Page 10: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Window>Insert, Properties, Files Have a Check Mark When Active

10

Page 11: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Setting Up a New Website

Window>Files Checked You Will See The Files Palette on the Right

11

Page 12: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

From the Pop Up Files Palette Window: Select Manage Sites

12

Page 13: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Select The New Button>Site

13

Page 14: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Set the New Site Definitions1. Name Your Webpage

2. Click on the Folder Icon & Locate the website1 folder

3. Click on the Folder Icon & Locate the images folder inside of the website1 folder

12

3

4

14

Page 15: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

The File Structure You Created

15

Page 16: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Begin Creating the index.html main webpage

16

Page 17: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Modify>Page Properties

17

Page 18: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Appearance, Set Font, Text, Background Color

18

Page 19: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Links, Set Link, Visited Link Colors

19

Page 20: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Click the Curser on the Page, Select Alignment, Type in Text

Window> Properties

Center Alignment Button

20

Page 21: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Highlight Text, Select Ariel Font

Window> Properties

Font Pop-up Menu

21

Page 22: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Highlight Text, & Select the Title Format Size

Window> Properties

Pop-up Format for Title Heading Size: Example 2

22

Page 23: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Or to Create a Title With a Graphic: Insert>Table or Select Table Icon

Tables control object placement

23

Page 24: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Set Row, Column, Table Width, Border, OK

Title Example:

1 Row

2 Columns

24

Page 25: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Adjust Column Widths

Drag Table Column Line Left or Right to Adjust the Width

25

Page 26: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Before Adding Graphic Images go to File>Save As>name your file( index.html)

Remember to use all lowercase letters, no spaces or special characters in your page name

26

Page 27: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Click in the Left Cell, Insert>Image, or use the Image Icon, Locate.gif or .jpg File

27

Page 28: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Click in the Right Cell & Type to Add the Title

28

Page 29: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Select the Table, Select BG to Add a Background Cell Color

Window> Properties Menu

29

Page 30: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

To Make Border Invisible, Select Table, Set Border to 0

Select Edge of Table

30

Page 31: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

To Add Navigation Table, Insert>Table or Table Icon

1 Row

7 Columns Maximum

31

Page 32: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Click Inside of the First Cell to Add a Flash Navigation Button

32

Page 33: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Insert>Media>Flash Button

33

Page 34: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Button Settings: Style, Text, Font, Link, Size, Apply, OK

Remember when uploading your website to the server to add your .swf Flash buttons you created

34

Page 35: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Repeat to Add All Buttons

If you need to edit the button after has been created or to check the links just double click on the button again, change the features, Apply, OK. 35

Page 36: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Example of Completed Title & Navigation Buttons

You May Have Different Titles For Your Navigation Buttons

36

Page 37: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

External Links: Type Text & Highlight, Type in Link URL & Press Return Key

http://www.google.com

37

Page 38: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Internal Links: Type Text & Highlight, Type in Link URL & Press Return Key

index.html

38

Page 39: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

E-Mail Links: Type Text & Highlight, Type in Link URL & Press Return Key

mailto:[email protected]:[email protected]

39

Page 40: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Inserting Graphics and Text in Tables

• Control placement of elements in relation to each other.

• Specify amount of space between each page element.

• Always plan how your table will look with all the text and graphics in it.

• Even a rough sketch will save you time

40

Page 41: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Click in the Left Cell, Select Insert>Image or Image Icon

Locate Graphic Image:

.gif

.jpg

Choose

41

Page 42: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Click in the Right Cell & Add Your Text

May Need to Adjust Column Width

Adjust Font to Ariel

42

Page 43: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Anchors Are Used to Jump Down on a Long Page of Text

43

Page 44: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Highlight Word, In the Link Box Type in #name

#august44

Page 45: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Highlight Text to Link To, Insert>Named Anchor

45

Page 46: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Type in Exact Name Match, Example: august, OK

46

Page 47: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Notice the Yellow Anchor,This Will Not Show When Posted

47

Page 48: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Can Duplicate Pages

Once the index.html page is set up as desired with the logo, header, and navigation buttons it can serve as a template for creating new pages.

Just save the current page(index.html) as a new filename, then edit the new page to suit.

48

Page 49: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

File>Preview in Browser>Select the desired browser

49

Page 50: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Notice How the Browser Opens in Front To Preview What it Will Look Like When Uploaded to the Server

When Finished Viewing Browser Red Button Close

50

Page 51: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Optional: File>Preview in Browser>Edit Browser List

51

Page 52: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

For Selecting Primary & Secondary Browser Choices

52

Page 53: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Viewing Options: HTML Code

53

Page 54: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Viewing Options: Split Code & Design

You Can Highlight Areas in Design Mode & See It in Code

54

Page 55: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

Viewing Options: DesignFor Creating & Editing Web Pages

55

Page 56: MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.

http://macromedia-dreamweaver.soft32.com/

56