Basic Web Design. Technology is a tool  FIRST, understand how people actually interact with each other and with the information in their lives, in all.

Slides:



Advertisements
Similar presentations
HTML Basics Customizing your site using the basics of HTML.
Advertisements

KompoZer. This is what KompoZer will look like with a blank document open. As you can see, there are a lot of icons for beginning users. But don't be.
Basic Principles of Web Page Design CSCI 150, CSCI 155, CSCI , MSTI 131 and MSTI 260 Developed by BNapoli.
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.
Creating Tables Text Tables -created by using preformatted tags. Graphical Tables - created using Table Structure with HTML.
Tutorial 4: Designing a Web Page with Tables
HTML Hypertext Markup Language –First proposed by CERN in 1989 –It is non-linear so it allows you to jump from place to place –Markup refers to the structure.
XP 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial 5.
Interface Design 2 Week 10. Interface Design 2 :: Week 10 :: Calendar.
Intro to HTML Workshop. Welcome This slideshow presentation is designed to introduce you to the basics of HTML. It is the first of three HTML workshops.
Let me control over my pages: Tables, Frames, and CSS.
Tutorial 8 Designing a Web Site with Frames. XP Objectives Explore the uses of frames in a Web site Create a frameset consisting of rows and columns of.
Creating and publishing accessible course materials Practical advise you can replicate.
Website Design BTT1OC/2OC. What is web design? O A web site is a digital page consisting of HTML (hypertext markup language) files, images, movies, sound,
1 Introduction to Web Development. Web Basics The Web consists of computers on the Internet connected to each other in a specific way Used in all levels.
INTRODUCTION TO CLIENT-SIDE WEB PROGRAMMING ACM 511 ACM 262 Course Notes.
 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.
And Mobile Web Browsers
Website design Feng Zhao College of Educatioin California State University, Northridge.
Drboots presents. Web 101 Utility links | Join SWIFT | Pylons Navigation links Some place Another place Links Nothinghere Content goes here This is content…seriously.
Web Design, 3 rd Edition 4 Planning a Successful Web Site: Part 2.
Web Development Life Cycle from Beginning to End…and BEYOND!
Build a Free Website1 Build A Website For Free 2 ND Edition By Mark Bell.
Web-designWeb-design. Web design What is it? Web-design features Before…
Web Browsers And Mobile Web Browsers. Guiding Questions What is a mobile Web browser? Why do Web pages look differently on different Web browsers? What.
Chapter 2 Developing a Web Page. Chapter 2 Lessons Introduction 1.Create head content and set page properties 2.Create, import, and format text 3.Add.
Chapter 2 Developing a Web Page. A web page is composed of two distinct sections: –The head content –The body Creating Head Content and Setting Page Properties.
Tutorial 8 Designing a Web Site with Frames. XP Objectives Explore the uses of frames in a Web site Create a frameset consisting of rows and columns of.
XP New Perspectives on The Internet, Sixth Edition— Comprehensive Tutorial 8 1 Creating Effective Web Pages Creating HTML Documents Tutorial 8.
Finishing your site HTML and css 2012 Brian Davison.
Dreamweaver MX Unit B CIS 205—Web Site Design and Development.
XP New Perspectives on Microsoft FrontPage 2002 Tutorial 1 1 Microsoft FrontPage 2002 Tutorial 1 – Introducing FrontPage 2002.
Html Tables Basic Table Markup. How Tables are Used For Data Display Tables were originally designed to display and organize tabular data (charts, statistics,
Tutorial 8 Designing a Web Site with Frames. 2New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition Objectives Explore the uses of frames.
Web Design. Keep a Consistent Appearance Visually show that the site is the same Always use the same background Same graphic style Same type formatting.
Use CSS to Implement a Reusable Design Selecting a Dreamweaver CSS Starter Layout is the easiest way to create a page with a CSS layout You can access.
_______________________________________________________________________________________________________________ PHP Bible, 2 nd Edition1  Wiley and the.
Chapter 5 Creating Page Templates. Principles of Web Design 2nd Ed. Chapter 5 2 Principles of Web Design Chapter 5 Objectives Understand table basics.
Posters Focus on main points u Don’t use a smaller font to cram more stuff onto the poster. u Cull the most essential information from everything you.
Website Design, Development and Maintenance ONLY TAKE DOWN NOTES ON INDICATED SLIDES.
Objective: To describe the evolution of the Internet and the Web. Explain the need for web standards. Describe universal design. Identify benefits of accessible.
The Good, the Bad & the Ugly: Style and design in Website creation Chris Webster: Information Officer and Website Manager at the EARL Consortium for Public.
Microsoft FrontPage 2003 Illustrated Complete Creating a Frames Page.
May 6, 2009 Browser Compatibility Testing Definition It is a non functional type of testing where web based applications are tested on various browsers(IE.
Learning Aim C.  Creating web pages involves many considerations.  In this section we will look at the different software tools you can use and how.
Validation. What is Validation? Removing errors improves the consistency of how our pages look to a wide variety of browsers and devices. Ensuring that.
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Sitecore Basic Training Drexel’s full-featured web content management system (CMS) Web Support Information Resources & Technology (IRT)
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
And Mobile Web Browsers
Pre-Production Meet with the client to create a project plan:
Implementing Responsive Design UNIT I.
Create and edit web pages 4
Implementing Responsive Design
Positioning Objects with CSS and Tables
Chapter A - Getting Started with Dreamweaver MX 2004
Web Browsers & Mobile Web Browsers.
Web-design.
Web Development Life Cycle from Beginning to End…and BEYOND!
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Web Page Design CIS 300.
Unit 14 Website Design HND in Computing and Systems Development
Web Standards and Accessible Design.
Website Testing EIT, Author Gay Robertson, 2018.
And Mobile Web Browsers
Positioning Objects with CSS and Tables
Web Development Life Cycle from Beginning to End…and BEYOND!
And Mobile Web Browsers
Presentation transcript:

Basic Web Design

Technology is a tool  FIRST, understand how people actually interact with each other and with the information in their lives, in all the complex, nuanced, often unintuitive ways that they do.  SECOND, design ways to help support and enhance what people do in order to help them meet their goals.  THIRD, use technology as one of several powerful tools to bring these solutions to life. Viewing technology as a solution in itself, you're almost destined to fail. Many have. Many will. At a high cost.

Comments about good design  Nobody should notice your design  Noticing it is a failure  Focus the person on content, not navigation or how great it looks

Clean HTML  Objectives   Define information structure  Explain the problems with using Word to create HTML files  Explain why different browsers give different appearances to a web page  Explain the type of files and naming conventions required for developing  web pages  Explain why a web page designer cannot ensure how a page will look  Explain meta-structure for a web page design (page titles, file naming conventions,  template construction)  Discuss the reasons for using tables to layout a basic web page  Explain why frames should not be used   Readings  Williams & Tollett ch. 4-6  Writing for Websites  writing_for_websites.pdf

Word HTML  Objectives  ·<span  style='font:7.0pt "Times New Roman"'>  Define information structure  ·<span  style='font:7.0pt "Times New Roman"'>  Explain the problems with using Word to create HTML  files

Browsers are not the same  Different browsers –Internet Explorer –FireFox –Opera –Safari –Chrome  Different levels of implementation  Different ways of interpreting the tags

Browser differences  Must check your design in multiple browsers (and multiple monitor resolutions)  Yes, IE is on most machines, but many people do not like it  FireFox has about 25% of techie audience and that number is growing

Cannot control appearance  Many students want to run all windows maximized.  With larger monitors, many people don’t (I rarely do.)  A design must allow for different window sizes.

Design for Content  Cannot control how the user sees the page –Color can change –Graphics can be turned off –Browser window can vary  Paper can be tweaked, web pages cannot

Browser set wide

Browser set narrow

Testing with browsers  Install multiple browsers and test on your machine.  Change resolution and test

Tables on Web Pages  Only formatting method without using CSS –Only way to get side by side text –Navigation bars, etc all use tables  Not just data lists, like in paper docs  NOTE: tables do not resize  Don’t use tables to reproduce paper  In a longer course we would learn CSS, which is how most pages are now coded.

Formatting with tables

Same page with table borders

Table Resize Problem

Keep a consistent appearance  Visually show that the site is the same –Always use the same background –Same graphic style –Same type formatting  Ransom note effect can confuse the reader –Is this the same site? –Adjusting to new formatting style

Templates for consistency  Build and test templates first  Get the overall design finalized  If you don’t –Making same changes on bunches of pages –Missing some changes looks bad –Less chance of inconsistent design  Create the design and then make copies

Filename consistency  Web sites have lots of files and must be maintained (perhaps not by you)  The filenames you pick must make sense and say what the content is  Avoid page1, page2 names  Maintenance is hard since you forget the naming structure after a few months.

Keep reader oriented  Give all pages titles Page title of “Untitled” is unprofessional Makes development difficult.

Frames are poor design  Frame is essentially a way to have multiple web pages open on your site at the same time.  Bookmarks fail  Back button function is inconsistent

Questions for discussion  Good and bad points of the web  What makes it good and bad  Correctness of people’s attitude that everything is on the web? Especially from a student’s technical-level needs?

End