Pre-Coding Web Design – Sec 3-1

Slides:



Advertisements
Similar presentations
UNIT 12 LO4 BE ABLE TO CREATE WEBSITES Cambridge Technicals.
Advertisements

MMDE5011 – INTERACTIVE MEDIA PRACTICE 1 WEEK 1: INTRODUCTION TO HTML5
. Website and file organization. How websites work.
How to Design a Web Site An Overview. Center for Teaching and Learning - PS 1005 Brainstorming/Envisioning Why make a site? Who is your audience? Why.
Topics in this presentation: The Web and how it works Difference between Web pages and web sites Web browsers and Web servers HTML purpose and structure.
A02 Creating my website NAME ______________. UNIT 2 – A02 – Creating my Website The purpose of this assessment objective is to create 5 web pages containing.
INTRO TO WEB DEVELOPMENT
Chapter 2 Introduction to HTML5 Internet & World Wide Web How to Program, 5/e Copyright © Pearson, Inc All Rights Reserved.
Tags through Forms. This element is required for all HTML pages It must be at the top of every page of every website We’ll see later on why it is important.
LEARN THE QUICK AND EASY WAY! VISUAL QUICKSTART GUIDE HTML and CSS 8th Edition Chapter 2: Working with Webpage Files.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
With your friendly Web Developer, Chris.. Terminology  HTML - > Hypertext Markup Language  CSS -> Cascading Style Sheet  open tag  close tag  HTTP->Hypertext.
Basic HTML Hyper text markup Language. Re-cap  … - The tag tells the browser that this is an HTML document The html element is the outermost element.
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.
Pre-Coding Web Design – Sec 3-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
IT Introduction to Website Development Welcome!
HTML. WHAT IS HTML HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of.
Pre-Coding Web Design – Sec 3-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
How the Web Works Building a Website – Lesson 1. How People Access the Web Browsers People access websites using software called a web browser. To view.
UNIT 2 UNIT 2 Module 3: HTML Lists Overview. List There are two common types of HTML lists Ordered list numbered Unordered list bullet points.
Internal and External Links Web Design – Section 3-6 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development.
To be completed Your proposal  Your House style  Your site plan  Page plans (a draft layout for each of your five pages)  A design mock-up -  All.
IN THIS LESSON, WE WILL BECOME FAMILIAR WITH HTML AND BEGIN CREATING A WEB PAGE IN YOUR COMPUTER HTML – the foundation.
HTML Review * is used as a reference for most of the notes in this powerpoint.
CSS IS A LANGUAGE DESIGNED TO TARGET HTML ELEMENTS AND NODES BY TYPE, CLASS, ID AND VALUE, AND CHANGE THEIR VALUES CSS – change how your HTML looks and.
Learning Aim B.  It is a good idea to think carefully about the design of a website before you try to implement it.
IN THIS LESSON, WE WILL BECOME FAMILIAR WITH HTML AND BEGIN CREATING A WEB PAGE IN YOUR COMPUTER HTML – the foundation.
EXTERNAL STYLESHEETS AND MORE HTML STYLING HTML and CSS part 2.
HTML And the Internet. HTML and the Internet ► HTML: HyperText Markup Language  Language in which all pages on the web are written  Not Really a Programming.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Basic Web Design UVI CELL Dave Gilliss Dave Gilliss
Objectives At the end of this session students will: Define the following terms in two sentences or less Website Web page Browser Html URL Hyperlink Explain.
4.01 How Web Pages Work.
HTML Links CS 1150 Spring 2017.
Basic concepts of web design
Getting Started with HTML
Getting Started With HTML
Getting Started with Dreamweaver
4.01 How Web Pages Work.
Intro to HTML CS 1150 Spring 2017.
* Web Servers/Clients * The HTTP Protocol
Web Basics: HTML/CSS/JavaScript What are they?
4.01 How Web Pages Work.
Dreamweaver – Setting up a Site and Page Layouts
Objective % Select and utilize tools to design and develop websites.
Intro to HTML CS 1150 Fall 2016.
Egyptian Language School
Essential Tags Web Design – Sec 3-3
IST541 Interactive Media Miguel Lara, PhD.
Web Standards Web Design – Sec 2-3
Internal and External Links
How People with Disabilities Access the Web
بسم الله الرحمن الرحيم.
Essential Tags Web Design – Sec 3-3
Web Standards Web Design – Sec 2-3
Objective % Select and utilize tools to design and develop websites.
Year 7 E-Me Web design.
Starting to develop a website
A01 DESIGN To be completed Your proposal  Your House style 
Getting Started with Dreamweaver
HTML Text editors and adding graphics
Document Structure & HTML
Uppingham Community College
A02 Creating my website NAME ______________.
4.01 How Web Pages Work.
HTML Links CS 1150 Fall 2016.
4.01 How Web Pages Work.
* Web Servers/Clients * The HTTP Protocol
Presentation transcript:

Pre-Coding Web Design – Sec 3-1 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials

Objectives The Student will: Learn pre-coding design steps. Apply the pre-coding steps to prepare to design a web portfolio site.

Before You Create a Website… Many people begin their web design by deciding what the web page should look like However, a more important first question is: What do I want my web page to say? We will be focusing on content first and “presentation” later

Presentation or Content? Content and structure must be kept separate from presentation. If you do that then… The content and structure of a web page can be delivered to all sorts of web-enabled devices, not confined by browser, operating system, screen size, or type of device The same content can be presented in different ways for these different devices and configurations, but it's still the same content.

Your Web Portfolio You will construct a website that will serve as a portfolio for displaying the work that you complete in this course. This portfolio will continue to play a key role throughout this semester. We will begin web page development by coding in HTML5

Pre-Coding Steps Consider the site's purpose Sketch the homepage Diagram the site's page and folder structure Set up your folder structure

Pre-Coding Step 1 - Consider the site's purpose If you are clear about the site's purpose (to sell, to inform, to entertain, etc.) and who you are communicating to, you are much more likely to create a better site For this web portfolio the purpose is simply to inform an audience about what skills you are developing.

Pre-Coding Step 2 – Sketch the Homepage Before sitting down to a computer it is sensible to make a sketch on paper of the home page that includes the key elements of your website. The homepage typically display links to all the most important elements of the website.

Pre-Coding Step 2 – Sketch Your Homepage In your sketch be sure to include at least each of these essential elements: A main heading that reads "Web Portfolio" A block of text containing information about you. At a minimum this should include your name and email address. A block of text containing information about the course. This might include information such as the name of the course, school, teacher, year, and period. A paragraph that provides an overview of the content of your portfolio. A sub-heading for each of the remaining units of this curriculum (Unit 2 through 7). Some placeholder content beneath each sub-heading (something like "This section will be completed soon.") You have 15 minutes to sketch out the page…

Pre-Coding Step 3 - Diagram the site's page and folder structure Websites are a collection of linked files. Files need to be organized into a system of folders, especially if you are building a complex site. The folder structure ought to be similar to the page structure especially if other people are going to working with your files. If you hand the site to a client or have others assisting you in the construction of the site, they'll be able to locate files faster if your folder structure has a clear relation to the structure of the website.

Pre-Coding Step 4 - Set up your folder structure Your portfolio will be a relatively uncomplicated site, so it will require only a couple of folders for your files. In “Documents” make a new folder named "Portfolio_YourName“ This main folder, also known as a parent folder or root folder will hold all the files that you create in this class. Note that there should not be any spaces in file names or folder names. The underscore is a common convention for indicating separations between words in a folder or file name. Servers may be case sensitive so be consistent about capitalization. 

Pre-Coding Step 4 - Set up your folder structure Most of your web pages will be stored in this folder. However, in later units you will begin to add images and other content to your web pages that require the use of supplemental files. For your portfolio, create the following subfolders inside your main folder: audio images styles scripts video

Creating a file for your homepage… Create a new file for the home page. Open Notepad++ If you don’t have Notepad++, please tell me! Create a new file, and save the file in the root folder as "index.html“ Leave the file blank for now