Procedure Download data files.

Slides:



Advertisements
Similar presentations
Nvu - How to Create Your Own Website From Start to Finish!Dr. Dawn Sherry & Dr. Barry J. Monk Dr. Dawn Sherry Dr. Barry J. Monk Assistant Professor of.
Advertisements

CSS The basics { }. CSS Cascading Style Sheets - language used to – describe html appearance & formatting Style Sheet - file that describes – how html.
Twitter Bootstrap Paul Frederickson. Tonight’s Objectives Learn how to set up a bootstrap based site Become familiar with bootstrap syntax Create a framework.
ETT 229 Fall 2004 Web Design Basics IV Multi-page designs.
Art 128 Interface Programming 1 In-class Presentation Week 11B.
 Helps you create individual pages according to your thumbnail plan  Helps you organize your web pages and links according to your organizational chart.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
Slide 1 Today you will: think about criteria for judging a website understand that an effective website will match the needs and interests of users use.
9/7: HTML & Website Design Website design considerations HTML (Hypertext Markup Language) Resources on the WWW image courtesy of
HTML. We’ll learn … What HTML is What tags are What a basic web page looks like What 3 HTML tags are required What HTML comments look like How to title.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Creating an Expression Web Site
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.
Enhancing Your Web Site. More Basic HTML Tags Today you will learn these tags: & add-on (alt, height, width & align) and “href” add-on Add a text link.
Bare bones notes. Suggested organization for main folder. REQUIRED organization for the 115 folder.
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.
The format is text files, with.htm or.html extension. Hard returns, tabs, and extra spaces are ignored. DO NOT use spaces in file names. File names ARE.
Microsoft FrontPage 2003 Illustrated Complete Using a Dynamic Web Template.
Dreamweaver Edulaunch Project 1 EQ: What are the key concepts when building the first page of a web site?
Bare bones slide show. The format is text files, with.htm or.html extension. Hard returns, tabs, and extra spaces are ignored. DO NOT use spaces in file.
Introduction to web development and HTML MGMT 230 LAB.
Sports Website Creation. In this project you will design and produce your own website.
FILE MANAGEMENT & MICROSOFT WORD TEST REVIEW. WHICH DRIVE IS CONSIDERED YOUR EVHS CAMPUS NETWORK DRIVE? H:
Web Design Part I. Click Menu Site to create a new site root.
Web Foundations THURSDAY, SEPTEMBER 26, 2013 LECTURE 2: WORKING WITH HTML FILES, HTML BASICS, LINKING.
WILLY’S STRAWBERRY FACTORY Website Proposal. WEBSITE CONTENT Photo galleries of the factory Directions via Google Maps embedded on the website Pricing.
Digital Portfolio Digital Photography 1. Creating a Digital Portfolio  You will be required to create a digital portfolio using Google Sites  You will.
Please open a file manager window and Dreamweaver.
Dawn Pedersen. What is JavaScript? JavaScript is the basis for both jQuery and Spry applications JavaScript is referred to as a client-side scripting.
Open the index.html Open this PowerPoint from the S Drive IDT folder Chapman Images.ppt.
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Mr. Rouda’s CSCI 101 sections. Format of Every Page my page this is the body.
1111 Master Pages Beginning ASP.NET in C# and VB Chapter 6.
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.
Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company.
HTML. Hyper Text Markup Language Markup your text document The markup is the tag Hyper text means you can jump from place to place Programming language.
EXTERNAL STYLESHEETS AND MORE HTML STYLING HTML and CSS part 2.
CSS Layout Cascading Style Sheets. Lesson Overview  In this lesson, we’ll cover:  Brief CSS review  Creating sections with the tag  Creating inline.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Connecting From Home Editing at Home(You don’t have to.)
CIS101 Introduction to Computing Week 07 Spring 2004.
Week 1: Introduction to HTML and Web Design
Web Basics: HTML/CSS/JavaScript What are they?
Your GIMP Portfolio Navigation Menu.
Bare boned notes.
Unit 4 - Web Design Project
Chapter 7 Absolute/relative hyperlinks Frag id 3-column site
Senior Project MEDIA ASSIGNMENT part 2.
Bare bones notes.
HTML Lesson 3.
ITI 133 HTML5 Desktop and Mobile Level I
HTML5 Level I Session II Chapter 3 - How to Use HTML to Structure a Web Page
Starting to develop a website
Continue chapter 4! Remember: your test is on 12 Feb!
Some Stuff You Need to Know
HTML Links.
Bare bones notes.
Training & Development
Chapter 7 Absolute/relative hyperlinks Frag id 3-column site
HTML 5 SEMANTIC ELEMENTS.
Please bookmark your URL
ICT – Y11GCSE Unit 4 – Web Site Design – Practical Task (3 lessons)
HTML.
Web Programming and Design
One Set of Styles Connected to As Many Pages as You Want!!!
Website File Management
Monday, Sept. 24 Today we are going to update the html code to html5. It has some new features that we have not covered yet.
Presentation transcript:

Procedure Download data files. Extract and store conveniently. - flash drive - your laptop - in the cloud at google or dropbox. (You can store first on desktop, but upload to cloud later.)

Suggested organization for main folder. REQUIRED organization for the 115 folder. javajam

RELATIVE LINKS Both files on same level: filename.ext Linking your file to a subfolder: foldername/filename Linking to a folder one level up: ../foldername/filename For Example: <img src="banner.jpg" alt="my banner"> Therefore, if you named your files and folders as recommended, your link to Chapter 2 Case Study would be: <a href=“javajam/index.html">Chapter 2 Case Study</a> For Example: <a href="../chapter11/canvas.html">Example</a>

The next 2 pages describe our practice exercise for chapter 3

This is simply what it looks like. Go to next slide to see procedure. Practice for Chapter 3: Assume that you are a freelance web designer and need to create a website to promote your freelance company. Header Header Header This is simply what it looks like. Go to next slide to see procedure.

Finally, we will create a stylesheet together on Friday Feb 3rd. Practice for Chapter 3 (continued) Steps to begin: Inside of Chapter 2 folder, create a subfolder called “freelance” Create the first page as template.html. In addition to the basic HTML tags, the only other elements we’ll use on all pages are: header, nav, main, and footer. Continue… Use dummy text from www.blindtextgenerator.com to create three pages for: Home | About Us | Portfolio (Remember to add fake headings to make the layout look realistic.) Link the pages together if not done yet. If you finish early, find a few pictures from your site. You can use them sparingly in the design Finally, we will create a stylesheet together on Friday Feb 3rd.