WEBSITE CREATION DOING IT MANUALLY 12/28/2018.

Slides:



Advertisements
Similar presentations
How To Make Your Own Web Page: Basic Web Design
Advertisements

HTML Basics and CSS style. Before we start Dreamweaver (DW) may take several minutes to start. Click on Start => Program Files => Development Apps =>
Cascading Style Sheets
Introduction to HTML Lists, Images, and Links. Before We Begin Save another file in Notepad Save another file in Notepad Open your HTML, then do File>Save.
HTML resources page exercise An HTML resource page is created for later use. The web editor Composer is used to create tables, named anchors, horizontal.
Building Web Pages With Microsoft Office. Introduction This tutorial is for the beginning web builder. It utilizes software that you already have, Microsoft.
Web Page Development Identify elements of a Web Page Start Notepad
A02 Creating my website NAME ______________. UNIT 2 – A02 – Creating my Website The purpose of this assessment objective is to create 5 web pages containing.
INSTRUCTIONAL SUPPORT SERVICES (ISS) SHORT COURSE, FALL 2012 UMSL Introduction to Web Page Design.
With Alex Conger – President of Webmajik.com FrontPage 2002 Level I (Intro & Training) FrontPage 2002 Level I (Intro & Training)
CMS Wiki Pages CMS Pages, the only approved and supported website service for CMS employees, has been failing and an alternative needed to be implemented.
Human Geography for Teachers: GCU673 Arizona State University Valerie Mervine.
Creating A Simple Web Page. Step 1- Open Dreamweaver & Create A New Page (File New) and blank.
Macromedia Dreamweaver CS4 Tutorial. Example of the website1 folder & images folder inside Create a folder on your computer called website1 to hold all.
Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Website Development with Dreamweaver.
INTRODUCTION TO DREAMWEAVER 8. What we already know…  Design basics  Contrast  Repetition  Alignment  Repetition  HTML.
IT 245 – Website Development Welcome!. Welcome to Unit 2! Creating Page Layouts.
Web Technologies Website Development Trade & Industrial Education
XP New Perspectives on Microsoft Office FrontPage 2003 Tutorial 4 1 Microsoft Office FrontPage 2003 Tutorial 4 – Using Shared Borders and Themes.
How to Create an Electricity Timeline By: Mr. Toole.
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.
Understanding HTML Code
WELCOME EF 105 Spring EF 105 Computer Methods in Engineering Problem Solving Week 2: FrontPage Introduction to Software Use to create Web Pages.
PowerPoint Tutorial Your Logo Here It’s easier than you think!
Images in HTML PowerPoint How images are used in HTML.
Website Development with Dreamweaver
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Creating Web Pages with Links, Images, and Formatted Text
Formatting TEXT AND Using CSS. Adobe Dreamweaver CS3 - Illustrated.
Going Live with a Basic Web Page Bill Hart-Davidson AIM: billhd30 pfworkshop.
12/15/20151 WEBSITE CREATION DOING IT MANUALLY. 12/15/20152 PURPOSE of WEBSITE To give colleagues and prospective employers some information about your.
HTML (Hyper Text Markup Language) Lecture II. Review Writing HTML files for web pages – efficient compact – fundamental. Text files with htm extension.
Double –Click on the Netscape Icon on your desktop The following are a series of steps to help you get started with Netscape Composer.
By ALFREDO C. MEDRANO Planning Officer III. What is a website? A website is a collection of web pages (documents that are accessed through the Internet).
AGB 3/26/121 ++=. 2 Yes, believe it or not this is a complete webpage. It has a Head, Title and Body between the start and end HTML Tag.
Creating Your Own Web Page A Basic Introduction Before we begin, some housekeeping... Create a NEW folder in your H:\ drive called Webpage All of your.
Landscaper 101. Time Code AMC AMCNET HELP!!! Where do you go for help? –Upper right corner has a ? for the online help –This presentation.
Spiderman ©Marvel Comics Creating Web Pages (part 1)
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
Creating and Editing a Web Page
Agency Web Site Navigation Structure. Building the agency web site Agency Web Site Navigation Structure, Slide 2Copyright © 2004, Jim Schwab, University.
HTML Comprehensive Concepts and Techniques Second Edition Project 2 Creating a Web Site with Links.
Introduction to Technology. Parts of MSWord Screen Title Bar Quick Access Toolbar Button Ribbon Status Bar (views and zoom)
1 Preparation for site Create a folder in MyDocuments: beavercheese. Create a subfolder, images Classes, career, DW beginner Download.
Building a Website: Layout Fall Overall Structure: Home Page Title Section Title Frame Picture UNCP Math Menu Content Footer Contact Information.
Creating Web Pages with Links, Images, and Embedded Style Sheets
XP New Perspectives on Macromedia Dreamweaver MX 2004 Tutorial 5 1 Adding Shared Site Elements.
Creating a Google Site For a Digital Portfolio Purpose.
Basic HTML Page 1. First Open Windows Notepad to type your HTML code 2.
ENHANCE YOUR WEBSITE. HOW TO INSERT COLOR??? USE THE TAG: GO TO PICK COLOR WANT BY POINTING: THEN USE THE HEX NUMBER.
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.
WEBMASTER SKILL SESSION
Creating a Presentation
Images in HTML PowerPoint How images are used in HTML
With Microsoft FrontPage 2000
HTML GUIDE Press F5 and then
HTML Basics and CSS style
Enhance your website.
Creating a Web Site with Links
Cheat Sheet CSCI 100 JW Ryder
Embedding Graphics in Web Pages
Using Netscape Page Composer
Internet Publishing Luke E. Reese
Introduction to the ISB Intranet
WEBSITE CREATION DOING IT MANUALLY 2/21/2019.
Project 4 Creating an Image Map.
A02 Creating my website NAME ______________.
4.00 Apply procedures to add content by using Dreamweaver. (22%)
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

WEBSITE CREATION DOING IT MANUALLY 12/28/2018

Introduction Background Site Format Site Requirements Site Creation Conclusion 12/28/2018

PURPOSE of WEBSITE To give colleagues and prospective employers some information about your background To demonstrate your personality and interests 12/28/2018

PARTS Three main types of information Educational: 393 materials--PowerPoint's (oral and process), class notes (except in summer), link to Blackboard Professional: links to employers, career autobiographical sketch Personal: autobiographical sketch, mailto link, pictures, links to social networks 12/28/2018

THE HEAD First part of document Title appears in title bar, not on page Meta tags and cascading style sheet information also belong in this section. 12/28/2018

THE BODY Main part of document: paragraphs of text, list of links, graphics, etc. 12/28/2018

SITE REQUIREMENTS Opening banner, logo, or graphic (UMBC logo) No reliance on defaults or on my choices (colors, fonts) Compatible colors for backgrounds/wallpaper text, and links Navigational aids on each page Last updated footer Link to UMBC page 12/28/2018

TEMPLATE Open Notepad (NOT WORDPAD) to have mouse abilities. Type <html> and press ENTER. Type <head> and press ENTER. Type <title> MY PAGE </title> and press ENTER. Type </head> and press ENTER. Type <body bgcolor = “yellow" text = “green" link = “purple" vlink = "navy”> and press ENTER. Type <font face = “Comic Sans MS”> and press ENTER. 12/28/2018

TEMPLATE 2 Type </font> and press ENTER. Type</body> and press ENTER. Type </html> and press ENTER. Save as “template.html” including quotation marks. Save to both the W drive (www directory/folder) and to an A drive floppy or data CD. After saving the file, you will have to ftp it to your www folder. Use filezilla or win_scp. The host name is ftp gl.umbc.edu; then enter your username and password in the appropriate fields. Click login. 12/28/2018

INDEX.HTML Place cursor at end of line <font face> and press ENTER. Type <img src = “umbclogo.gif"> and press ENTER. Type <h1>My Page </h1> Type <ul> and press ENTER. 12/28/2018

INDEX.HTML 2 Type <li><a href=“education.html”>Education </a> <li><a href=“job.html”> Profession</a> <li><a href=“personal.html”> Personal Page </a> Type <li><a href=“http://www.umbc.edu/”>UMBC Home Page </a> Type </ul> Save file as “index.html” to both the W drive and to an A drive floppy/data CD. 12/28/2018

EDUCATION PAGE Open template.html Replace the title “MY PAGE” with “Education.” On line below <font face>, type <h2> English 393 </h2> and press ENTER. Type <h3> Course Materials </h3> and press ENTER. Type <ul> to begin a bulleted list and press ENTER. 12/28/2018

EDUCATION PAGE 2 Type <li><a href="notes.html"> date when you are to take the class notes </a> and press ENTER. Type <li><a href="orals.pptx"> article title in quotes </a> and press ENTER. Type <li><a href=“http://blackboard.umbc.edu"> Blackboard Login</a> and press ENTER. Include links to other courses and organizations/activities at UMBC with web sites. Type </ul> to end the list. Save as “education.html” to WWW folder and to your storage medium. 12/28/2018

Professional Page Open template.html Replace the title “MY PAGE” with “My Profession” (or a title you prefer). Use this page to present information about your work. You may link to your current job, if it has a website; you may present examples of your abilities. Write a career autobiographical sketch. Remember that the audience that views this page may include prospective employers. Save the file as “job.html” so that the link you’ve already created will work. 12/28/2018

Personal Page Open template.html Replace the title “MY PAGE” with “All about Me” (or a title you prefer). Use this page for your autobiographical sketch and for links to friends’ websites, photos of family and friends, etc. The autobiographical sketch, one picture, and network links are mandatory; everything else you place on this page is optional. Include links to the social networks you participate in. Save the file as “personal.html.” 12/28/2018

NAVIGATION Visitors must get from one page to every other page on your website. Navigational aids must appear on each page either horizontally or vertically. Open education.html. Place cursor at end of line </ul> and press ENTER. 12/28/2018

NAVIGATION 2 Type <table border> and press ENTER. Type <th><a href =“index.html”>Home Page</a> <th> <a href =“job.html”> Profession </a> <th> ><a href =“personal.html”> Personal Page </a> </tr> and press ENTER. Type </table> and press ENTER 12/28/2018

NAVIGATION 3 Save file to w drive (www directory/folder), and to your own storage medium (ex. Your folder on the SG server). Use “Save As” so you can check that the file has the correct filename. When using this navigation bar on other pages, be sure to remove the link to the page you’re on. (There’s no education link because we put the bar on the education page.) 12/28/2018

IMAGES Banners, logos, pictures, Clip Art, and animations belong in this category. Campus requirement is the UMBC logo from the campus style guide. Loading time should be short One picture will appear in the personal section. 12/28/2018

UMBC LOGO Go to http://www.umbc.edu/Styleguide to find examples of UMBC logos. Place your cursor on the image of your choice, and click the right mouse button. Select "save image as" and left click. Name image (umbclogo.gif) and save it in W drive. 12/28/2018

MAILTO LINK Type these tags to place the mailbox image and mailto link on your page. <img align = left src = “animfrog.gif "> <a href ="mailto:username@umbc.edu">your name </A> Copy this image from my home page: <a href = http://userpages.umbc.edu/~lharris> Harris home page. 12/28/2018

UMBC HELP http://www.umbc.edu/Styleguide/ Templates as well as html guides and tutorials are found here. 12/28/2018

VIEW YOUR PAGE Open a browser. Type your URL in the location box: http://userpages.umbc.edu/~username/ When working on your site, keep browser open so you can check your work. If page doesn’t work properly, first look for typos in html. Then call for the consultant if you can’t find problem. 12/28/2018