Creating Web Sites An introduction to the basics.

Slides:



Advertisements
Similar presentations
Web Page Design Critical Elements for a Well Designed Web Page.
Advertisements

Multimedia Web Site Design Chapter Building an Effective Web Site Creating a Web site is easy, but creating one that is useful and attractive takes.
Designing e-Portfolio Website ( Part 3 ) Lan Vu. Overview Some techniques in web design Demo on creating & designing website What make a good website.
Lesson 15 Presentation Programs.
HTML Overview - Cascading Style Sheets (CSS). Before We Begin Make a copy of one of your HTML file you have previously created Make a copy of one of your.
CHAPTER 7 STYLING CONTENT WITH CASCADING STYLE SHEETS.
Chapter 8 Creating Style Sheets.
1Philipp Rütsche Thinking about good Webdesign Philipp Rütsche Web Office ETH Zürich.
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Make your choice from more than 70 templates to get a quick start online!70 templates.
Website design basics QUME Learning objectives Understand the basic elements of a Web page and how it is produced Be aware of different approaches.
. Website and file organization. How websites work.
INTERACTIVE BRAND COMMUNICATION Class 7 Creative Issues II: Creating Effective Online Advertising.
CSS Basics LIS Webteam April 8, Why CSS? What’s wrong with HTML? Structure vs Style Early web design used hacks to style webpages with HTML – like.
AdvWeb-1/20 DePaul University SNL 262 Web Page Design Design Information Instructor: David A. Lash.
Assignment 1 Pointers ● Be sure to use all tags properly – Don't use a tag for something it wasn't designed for – Ex. Do not use heading tags... for regular.
July 1998Thane Terrill Using the Web Thane B. Terrill Summer 1998.
4.01 Cascading Style Sheets
AdvWeb-1/11 DePaul University SNL 262 Web Page Design Design Information Instructor: David A. Lash.
Dreamweaver 8 Concepts and Techniques Introduction Web Site Development and Macromedia Dreamweaver 8.
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.
Web Development 311 Fall : Fall Why web pages? Most companies have intranets, extranets, and web sites Content can be changed quickly and.
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.
Multimedia & The World Wide Web winny HCI 201 Multimedia and the www.
Working with Cascading Style Sheets. Introducing Cascading Style Sheets Style sheets are files or forms that describe the layout and appearance of a document.
Chapter 11 Cascading Style Sheets: Part I The Web Warrior Guide to Web Design Technologies.
MIS 201 Web Design. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.
Testing and Debugging Web pages. Final exam Wednesday, May 10: 10am – noon Content: guidelines will be distributed next lecture Format: Matching, multiple.
Web-designWeb-design. Web design What is it? Web-design features Before…
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.
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.
 This presentation introduces the following: › 3 types of CSS › CSS syntax › CSS comments › CSS and color › The box model.
Adobe Certified Associate Objectives 6 Evaluating and Maintaining a site.
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.
Creating a Usable Web Site Royce Shin - Web Development University of Minnesota.
Instructional Design for Websites Anthony Foster, Facilitator.
Jennie Ewert Beaverton High School (989)
MIS 201 Web Design 1. Website Planning Before even considering the practical aspects of creating a website, there are some important fundamental questions.
Adobe Certified Associate Objectives 1 Setting Project Requirements.
How to design a Free Hosting Webpage?
Microsoft Expression Web 3 Expression Web Design Feature Web Design Basics.
Planning and Designing Effective Web Pages. When planning a new site Determine site goals 2. Identify the target audience 3. Conduct market research.
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Microsoft FrontPage 2003 Illustrated Complete Creating a Frames Page.
Understanding Web-Based Digital Media Production Methods, Software, and Hardware Objective
Introduction. Internet Worldwide collection of computers and computer networks that link people to businesses, governmental agencies, educational institutions,
Microsoft Expression Web - Illustrated Unit A: Getting Started With Microsoft Expression Web.
TESTING AND MAINTAINING A WEB SITE Presented by: Robert O'Neill student number:8 Acknowledgement: This information is primarily gathered from: Web Design,
Pre-Production Meet with the client to create a project plan:
Project 1 Introduction to HTML.
Introduction to Designing a Website
4.01 Cascading Style Sheets
Web Site Development and Macromedia Dreamweaver 8
Tips and Tricks for Creating Story Maps
Chapter 1 Introduction to HTML.
>> Introduction to CSS
Thinking about good Webdesign
Web-design.
Define phase Interview the client to understand goals, audience, content, design, and delivery requirements. Organize and outline interview information.
The Web Wizard’s Guide To DHTML and CSS
Creating a Successful Web Presence
Quite Possibly The World’s Worst PowerPoint Presentation Ever
Objective Understand web-based digital media production methods, software, and hardware. Course Weight : 10%
Introduction to HTML Simple facts yet crucial to beginning of study in fundamentals of web page design!
Multimedia Web Site Design
PowerPoint Rules Keep your text large enough to read - 24pt minimum
4.01 Cascading Style Sheets
5.00 Apply procedures to organize content by using Dreamweaver. (22%)
Designing a Web Site.
Effective PowerPoint Presentations
Presentation transcript:

Creating Web Sites An introduction to the basics

Creating web sites is…

Step One: Content

Brainstorm Your Objective

Step One: Content Brainstorm Your Objective – What do you want to accomplish?

Step One: Content Brainstorm Your Objective – What do you want to accomplish? – How can you make your site unique, special and useful?

Step One: Content Brainstorm Your Objective – What do you want to accomplish? – How can you make your site unique, special and useful? – What elements and features do you want on your site?

Step One: Content Brainstorm Your Objective – What do you want to accomplish? – How can you make your site unique, special and useful? – What elements and features do you want on your site? – What potential problems do you see between you and your goal?

Step One: Content (cont.) Research Your Target Group

Step One: Content (cont.) Research Your Target Group – Find out about your potential audience

Step One: Content (cont.) Research Your Target Group – Find out about your potential audience – Talk to them!

Step One: Content (cont.) Research Your Target Group – Find out about your potential audience – Talk to them! – Continue to get feedback from them throughout the design process

Step One: Content (cont.) Research Your Target Group – Find out about your potential audience – Talk to them! – Continue to get feedback from them throughout the design process – Make revisions

Step Two: Programming

HTML is tedious, but not complex

Step Two: Programming HTML is tedious, but not complex Learn how it works

Step Two: Programming HTML is tedious, but not complex Learn how it works View  Page Source

Step Two: Programming HTML is tedious, but not complex Learn how it works View  Page Source When using an HTML editor, always check the code before publishing

“Ugly” HTML from an HTML editor This is really small text that turns red and then black again.

“Clean” HTML created by hand This is really small text that turns red and then black again

Step Two: Programming (cont.) Program for multiple browsers

Step Two: Programming (cont.) Program for multiple browsers Program for non-graphical users

Step Two: Programming (cont.) Program for multiple browsers Program for non-graphical users Avoid using frames

Step Two: Programming (cont.) Program for multiple browsers Program for non-graphical users Avoid using frames Use 3.x HTML for highest accessibility

Step Two: Programming (cont.) Program for multiple browsers Program for non-graphical users Avoid using frames Use 3.x HTML for highest accessibility The Bottom Line: Bad design can prevent users from accessing your web site.

Step Three: Presentation

Make sketches of your site

Step Three: Presentation Make sketches of your site Make flowcharts of your site

Step Three: Presentation Make sketches of your site Make flowcharts of your site Keep it simple and streamlined

Step Three: Presentation Make sketches of your site Make flowcharts of your site Keep it simple and streamlined Rule of thumb: 30 seconds on 28.8 connection

Step Three: Presentation Make sketches of your site Make flowcharts of your site Keep it simple and streamlined Rule of thumb: 30 seconds on 28.8 connection Use “browser-safe” colors

Step Three: Presentation (cont.) Context is everything!

Step Three: Presentation (cont.) Context is everything! NO: blinking text

Step Three: Presentation (cont.) Context is everything! NO: blinking text NO: moving parts (except for multimedia)

Step Three: Presentation (cont.) Context is everything! NO: blinking text NO: moving parts (except for multimedia) NO: music

Step Four: Style

Add your own personality

Step Four: Style Add your own personality Give it a signature look with subtle use of matching graphics and fonts

Step Four: Style Add your own personality Give it a signature look with subtle use of matching graphics and fonts Change and update the content

Practice, Practice, Practice! Links on the handout can be found on the web at: Enjoy!