Talking: Web. Web design is the hardest thing you will ever do in life. At least when you do it for the first time. Home Page. Talking: Resources



Similar documents
04 Links & Images. 1 The Anchor Tag. 1.1 Hyperlinks

Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING

LaGuardia Community College Thomson Ave, Long Island City, New York Created by ISMD s Dept. Training Team. Overview

Dreamweaver. Introduction to Editing Web Pages

KOMPOZER Web Design Software

CSE 3. Marking Up with HTML. Tags for Bold, Italic, and underline. Structuring Documents. An HTML Web Page File

Chapter 10: Multimedia and the Web

7 th Grade Web Design Name: Project 1 Rubric Personal Web Page

Optimizing graphic files

Creating Web Pages with Microsoft FrontPage

Web Design.

IAS Web Development using Dreamweaver CS4

Designing HTML s for Use in the Advanced Editor

Creating Web Pages With Dreamweaver MX 2004

NDSU Technology Learning & Media Center

Lesson Review Answers

Creating a Poster Presentation using PowerPoint

ADOBE DREAMWEAVER CS3 TUTORIAL

Mastering the JangoMail EditLive HTML Editor

Dreamweaver and Fireworks MX Integration Brian Hogan

Creative Guidelines for s

Caldes CM12: Content Management Software Introduction v1.9

Instructions for Creating a Poster for Arts and Humanities Research Day Using PowerPoint

MMGD0203 Multimedia Design MMGD0203 MULTIMEDIA DESIGN. Chapter 3 Graphics and Animations

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

PE Content and Methods Create a Website Portfolio using MS Word

Creating a Resume Webpage with

Adobe Dreamweaver CC 14 Tutorial

Beginning Dreamweaver Zac Van Note

introduces the subject matter, presents clear navigation, is easy to visually scan, and leads to more in-depth content. Additional Resources 10

So we're set? Have your text-editor ready. Be sure you use NotePad, NOT Word or even WordPad. Great, let's get going.

Creating HTML authored webpages using a text editor

South Plainfield Public Schools Web Design Scope and Sequence of Curriculum Grade Date August 2011

Website Development Komodo Editor and HTML Intro

SiteBuilder User Guide

Create a Web Page with Dreamweaver

Using Microsoft Word. Working With Objects

CREATING POSTERS WITH POWERPOINT

New Perspectives on Creating Web Pages with HTML. Considerations for Text and Graphical Tables. A Graphical Table. Using Fixed-Width Fonts

STATEMENT OF PURPOSE

PowerPoint 2007 Basics Website:

Word Processing programs and their uses

Appendix H: Cascading Style Sheets (CSS)

Web Page Design (Master)

FETAC Certificate in Multimedia Production. IBaT College Swords. FETAC Certificate in Multimedia Production Web Authoring Dreamweaver 3

Site Maintenance. Table of Contents

Dreamweaver CS6 Basics

Your Own Web Page: Quick and Dirty

Course Title: Multimedia Design

Contents. Launching FrontPage Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame...

Using Adobe Dreamweaver CS4 (10.0)

IE Class Web Design Curriculum

Creating your personal website. Installing necessary programs Creating a website Publishing a website

Short notes on webpage programming languages

General Electric Foundation Computer Center. FrontPage 2003: The Basics

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor

How to create a Flash banner advert in DrawPlus X2

Guide to design and layout

WebCT 4.x: HTML Editor

By Glenn Fleishman. WebSpy. Form and function

Web Design with Dreamweaver Lesson 4 Handout

ICT Year 8 Unit 8.1 Publishing on the web

NURSING 3225 NURSING INQUIRY WEB SITE DEVELOPMENT GUIDE BOOK

File types There are certain image file types that can be used in a web page. They are:

CREATING WEB PAGES USING HTML INTRODUCTION

Basics of HTML (some repetition) Cascading Style Sheets (some repetition) Web Design

Serif PagePlusX4. Group Listing

Fireworks 3 Animation and Rollovers

How to Use the Text Editor in Blackboard

ITNP43: HTML Lecture 4

Web Design for Programmers. Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission

Redback Solutions. Visionscape Manual

Macromedia Dreamweaver Tutorial

Terminal Four (T4) Site Manager

COMMON CUSTOMIZATIONS

Web Design Revision. AQA AS-Level Computing COMP2. 39 minutes. 39 marks. Page 1 of 17

Web Design with Dreamweaver

Development Environments and Content Management Systems for the HTML/CSS Beginner

{color:blue; font-size: 12px;}

Web Design Issues. Thane B. Terrill Summer 1999

Help on Icons and Drop-down Options in Document Editor

How to Edit Your Website

Client Admin Site Adding/Editing Content Under Site Builder/Site Navigation Tutorial by Commerce Promote

Microsoft FrontPage 2003 Creating a Personal Web Page

webpage4 Manual Last changed August 11, 2008

To be productive in today s graphic s industry, a designer, artist, or. photographer needs to have some basic knowledge of various file

Microsoft Word 2013 Creating a Personal Web Page (Level 2)

FACULTY OF COMMERCE, OSMANIA UNIVERSITY

Clip Art in Office 2000

Have you seen the new TAMUG websites?

WYSIWYG Editor in Detail

Course Syllabus. Technical Writing Certificate - Basic

Divide your material into sections, for example: Abstract, Introduction, Methods, Results, Conclusions

Publisher 2010 Cheat Sheet

Create a GAME PERFORMANCE Portfolio with Microsoft Word

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

How to Create an HTML Page

Frames. In this chapter

Contents. Downloading the Data Files Centering Page Elements... 6

Transcription:

1 Talking: Web Web design is the hardest thing you will ever do in life. At least when you do it for the first time. Home Page Yale: http://info.med.yale.edu/caim/manual/ Design for designers: http://www.wpdfd.com/ Design guide with tutorials: http://dreamink.com/ Recommended search term: web design

2 Talking: Code HTML code. Hypertext Markup Language What is HTML? HTML is a high-level computer language. It translates our written words into something that can be read by the computer to create a page as we want it to look... Talking: HTML Editors HTML editors are the software programs that can be used to write HTML code. Talking: Wysiwyg editors Microsoft Front Page Macromedia Dreamweaver Adobe PageMill Netscape Composer Microsoft Front Page tutorial: http://www.kayetech.com/fp_content.htm Varied items but free: http://www.htmlgoodies.com/ Handy colours from down under: http://htmlguide.alphalink.com.au/htmlguide/ Recommended search term: html

3 Talking: <tags> You will be able to find HTML tag lists in books and on the Internet (otherwise known as the World Wide Web). A tag is a command which tells the browser how to display a page element. Brackets enclose the actual <tag>. HTML, a highly tolerant language, does allow: s p a c e s and CAPITAL LETTERS... (...however, you must get the spelling right!) TAG <title> <body> <p> <b> <i> DESCRIPTION Creates page title Visible text of web page Begins new paragraph Bold text Italic text Example: <p align= center >This is centered</p> This is centered <p>this is not</p> This is not Comprehensive list of tags: http://www.wdvl.com/quadzilla/tag_ref/ref_list.html Recommended search term: html tags

4 Talking: Tables Borderless table: beginning tag: <table border= 0" width= 100% align= center > ending tag: </table> Column (vertical line of cells) Row (horizontal line of cells) Cell (One square) Cell Spaceing - space between rows, columns, and borders Cell padding area between text or image & the edge of the cell square Cell Spaceing http://www.charm.net/~lejeune/tables.html http://www.webdevelopersjournal.com/diary/10_24.html

5 Talking: Color Web Safe Colors These are the colors that show up consistently on every monitor. You will find charts with web-safe colors in computer books and on the Internet. Background The background you use can make the difference as to whether or not the viewers will stick with your page long enough to read the information you have provided. Contrast Keep a good contrast (the difference between dark and light). Also, be careful when choosing colors that might be too closely related. Patterns There is just not enough time to sit in front of a computer monitor and decode a web site whose background and foreground create a stereogram. Use a background that is compatible with your web design and makes the text and images easy to view. Stereograms: http://www.ioon.net/martian/gallery/stereogram.html Web safe colors: http://www.colostate.edu/depts/coopext/site/colortab.html Backgrounds: http://www.webdevelopersjournal.com/columns/abc_mistakes.html

6 Talking: Images Image file types supported by web consistently are the GIF (.gif) and the JPG (.jpeg or.jpg) files. One image is worth a thousand words but on the web it depends upon how quickly the image loads. Slow-to-load images make users leave a page. Therefore, link small images to larger ones or warn of large image sizes. GIF Graphics Interchange Format the file names end in.gif GIF files are the most supported of the types of image files for the web. They have a maximum of 256 colors (AKA 8-bit). The GIF does not lose any file information during compression to make the file smaller! Animated GIF Images Latest marketing research when people see an animated gif, they are more likely to leave without reading anything. Transparent GIF Images GIF89a files are used because they can be made to be transparent. JPG Joint Photographic Experts Group the file names end in.jpg 24-bit color: better choice for photographs unless compression makes the image quality poor. The JPEG lossy compression file information is lost during compression to make the file smaller!.avi.mpg.wav These are multimedia files. Multimedia files allow sound and/or video information to be displayed. Adding images: http://www.webdevelopersjournal.com/columns/abc_graphics.html Graphics: http://www.webdevelopersjournal.com/columns/web_graphics.html Examples of JPEG and GIF files: http://www.webdevelopersjournal.com/columns/web_graphics_formats.html http://www.webdevelopersjournal.com/hubs/ponyhub.html#graphics

7 Talking: Type The easiest way to talk type is to talk text words. Type = text = words Serif (note pretty little attachment hanging onto each letter) vs sans serif (without the hangers on) In most print, serif is read faster by the American eye but sans serif is better on the web. Use: typographer s quotes AKA curly quotes em dash en dash hyphen - In web typography and print typography, minimize the use of italics and ALL CAPS. Adding text to images Hint 1 Hint 2 Hint 3 Hint 4 Hint 5 text goes in last use sans serif type do not dither (if possible) compare to a GIF if you used more than a few colors do not re-size the image after the text has been added http://www.macworld.com/1997/09/create/3858.html http://www.designsbymark.com/typography/index.shtml http://www.udel.edu/main/webdev/newsltr/typography.html

8 Talking: Links Hyperlinks are the connections (invisible lines shown as arrows, below) from one web page to another. Home Page http://www.iota-six.freeserve.co.uk/html/hyperlinks1.htm http://members.aol.com/mont714/tutorial/hyprlnks.html http://www.naisp.net/~koconnor/htmlclass/html/06-1-hyperlinks.html http://bnueman.subportal.com/ebiz/build/programming/html/970.htm

9 Talking: Frames Special type of webpage much maligned due to older browsers problems with them. TOP BANNER FRAME SPLIT FRAMES Contents Item Item Banner Contents Item Item Content List Main Content Note Main LEFT TABLE OF CONTENTS BOTTOM SELECTORS ALTERNATING FRAMES Table of Contents Main Main Main/Content Image Selection Buttons/Options Image Main/Content http://www.webreference.com/dev/frames/summary.html http://www.webreference.com/dev/frames/index.html http://www.rootsolutions.com/web/frames.html

10 Talking: Cookies Frankly, I ignore the issue. http://home.netscape.com/newsref/std/cookie_spec.html http://www.cookiecentral.com/faq/ http://www.ciac.org/ciac/bulletins/i-034.shtml