Intro to Web Dev Session 2 – Planning and Structure.

Slides:



Advertisements
Similar presentations
Introduction and Planning your Site. Planning Your Web Site When Designing a Site for Yourself You have the final say over the design and content There.
Advertisements

Macromedia Dreamweaver MX 2004 – Design Professional Dreamweaver GETTING STARTED WITH.
Dreamweaver MX 2004 “Viewing the Workspace” Mrs. Wilson.
4.01 How Web Pages Work.
. Website and file organization. How websites work.
Explore the Dreamweaver Workspace View a Web page and use Help Plan and Define a Web site Add a Folder and Pages, and set the Home page Create and View.
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.
Introduction to Web Lingo
Introduction to Web Creation iMet Tool Training. Basic Principles Have a plan Focus on the content and communication Make navigation logical and consistent.
Planning and Setting Up a Website. Creating a Website – Planning Stage  AUDIENCE -- who will visit your site? What information do they need? What needs.
Problemsolving 2 Problem Solving: Designing a website solution Identifying how a solution will function Taking into account the technical constraints a.
Adobe Dreamweaver CS3 Revealed CHAPTER ONE: GETTING STARTED WITH DREAMWEAVER.
Unit 12 LO3 Be able to design websites
+ Introduction to Wireframing. + Overview Storyboarding and wireframing your site before you start to code is another step in the website design process.
Tutorial 1: Getting Started with Adobe Dreamweaver CS4.
IT Introduction to Website Development Welcome!
Nevada County Human Services Agency Web-Based Community Resource Directory.
Defining a Website. Review…. Page Title −The text that will be displayed in the title bar of the browser window on a web page File Name −What you “call”
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.
Website design How to design a website: Site map Page layout Content guide.
CIS 205—Web Design & Development Dreamweaver Chapter 1.
Dreamweaver is an XHTML editor that allows you to: Create a site Create external Cascading Style Sheets (CSS) to store the styles used in your pages Create.
HTML Hyper Text Markup Language A simple introduction.
Macromedia Dreamweaver 8 Revealed DREAMWEAVER GETTING STARTED WITH.
Activating Clarity  Activating Clarity  Activation  Online Activation  Fax Activation  Review and Verify Activation and License Terms  Updating.
Applications for Web Development (CIS 162) Intro to Web Design.
G053 - Lecture 07 Designing Your Web Pages Mr C Johnston ICT Teacher
How to upload files to Altervista Overview:
Web software. Two types of web software Browser software – used to search for and view websites. Web development software – used to create webpages/websites.
1 HTML Frames
Planning your site/organization on the Web Please use speaker notes for additional information!
Selling Your FFA Chapter Online Making Use of the INTERNET…
Setting Up your Hosting Account and Installing WordPress and Omeka CCC America Advanced Omeka Training.
INTRODUCTION TO DREAMWEAVER CS SOFT. OVERVIEW  DreamWeaverCS5.5  Defining a site  Site files  Authoring views  Property Inspector  AP Divs.
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.
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.
Storyboard, Design, Layout.  Create storyboards  Decide upon navigation  Prepare short page summaries.
3.02E Website File Management 3.02 Develop webpages.
Putting it all together: A web designers workflow.
Hit125 application concepts Types of links File paths & directory structures.
Working with DIV Structures, CSS, Webfonts and Templates 9/16/2015Web Development and Interactive Media.
Web Site Architecture Crunch Bakery Group #1 Nzingah Gross William Hellela Jose Merino.
Planning and Creating a Web Site. Stages in planning a web site planning the project decide on the purpose and audience for the web site create mind map.
HTML LAYOUTS. CONTENTS Layouts Example Layout Using Element Example Using Table Example Output Summary Exercise.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
1. Storyboarding a Website. How to start a storyboard: Have Blank Squares!
4.01 How Web Pages Work.
Cloud-Computing Cloud Web-Blog Software Application Download Software.
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Objective % Select and utilize tools to design and develop websites.
Chapter A - Getting Started with Dreamweaver MX 2004
Website Resources for CSE687-OnLine Object Oriented Design
Introducing the World Wide Web
Web software.
Introduction to Wireframing
Objective % Select and utilize tools to design and develop websites.
ITI 133 HTML5 Desktop and Mobile Level I
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
How files are organized
Overview of Dreamweaver
Starting to develop a website
Multimedia and Internet Technology
A01 DESIGN To be completed Your proposal  Your House style 
4.01 How Web Pages Work.
4.01 How Web Pages Work.
Website File Management
Presentation transcript:

Intro to Web Dev Session 2 – Planning and Structure

Wireframes Wireframes are one of the design tools used to ensure smooth development of any Website, App or Software pages They are a graphical representation of layout plans ready for programming / coding They can be used to plan and keep track of sizes, colours and div id’s

1040px – id=“pagecontainer” background=“#______” 1020px – id=“contentcontainer” background=“#______” 1000px – id=“headercontainer” background=“#______” id=“slideshowcontainer” background=“#______” id=“sidebar-box” background= “#______” 250px id=“sidebar” background= “#______” id=“maincontent” background= “#______” id=“home-box-left” background= “#______” id=“home-box-mid” background= “#______” id=“home-box-right” background= “#______” 1020px – id=“footercontainer” background=“#______”

Storyboards Storyboards are a planning tool for Website, Apps and Software user journeys There are many differing ways to layout storyboards, the key fact is that they contain details about the content for each page Storyboards are often used to display and give customers the opportunity to authorise site plans and content. Bear in mind the journey a customer will take when viewing the site in deciding on pages and content

HOME

Site Structure Each page of the website should be stored in its own folder and named index.html This allows us to reference files from any page of the site. And also only keep files near pages that they are required for which improves load time. Home page index file is stored in the root directory