WEBSITE CREATION DOING IT MANUALLY 2/21/2019.

Slides:



Advertisements
Similar presentations
Using Microsoft PowerPoint in the Classroom
Advertisements

How To Make Your Own Web Page: Basic Web Design
Html: getting started HTML is hyper text markup language. It is what web browsers look at on the Internet. HTML documents should be created in a simple.
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.
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)
XP New Perspectives on Microsoft Office PowerPoint 2003 Tutorial 2 1 Microsoft Office PowerPoint 2003 Tutorial 2 – Applying and Modifying Text and Graphic.
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.
Using Dreamweaver. Slide 1 Dreamweaver has 2 screens that do different things The Document window where you create your WebPages The Site window where.
Links in HTML. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another web page on the same.
Web Technologies Website Development Trade & Industrial Education
Macromedia Dreamweaver 8-- Illustrated Introductory 1 Macromedia Dreamweaver 8 Unit F Creating Links and Navigation Bars.
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
PowerPoint Tutorial By Education World Your Logo Here It’s easier than you think!
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
Microsoft Expression Web-Illustrated Unit I: Working with Tables.
Creating Web Pages with Links, Images, and Formatted Text
Going Live with a Basic Web Page Bill Hart-Davidson AIM: billhd30 pfworkshop.
Fall 2005 Using FrontPage to Enhance Blackboard - Darek Sady1 Using FrontPage to Enhance Blackboard 1.Introduction 2.Starting FrontPage 3.Creating Documents.
Chapter 2 Web Page Design Mr. Gironda. Elements of a Web Page These are things that most web pages use.
“All About Me” PowerPoint Project Grade 4 Students Fleetwood Area School District.
IT: Web Technologies: Web Animation 1 Copyright © Texas Education Agency, All rights reserved. 1 Web Technologies Designing Web Site Layout Using.
Creating Your First Web Page – Topic: Creating a wiki, blog, image blog and podcast Click Arrow - Next Slide 1.
Saving PowerPoint Presentations as Web Pages Your Logo Here Open the PowerPoint Presentation. To convert to a format compatible with web browsers, launch.
Creating Google Sites Laura Assem, Director of Technology.
12/15/20151 WEBSITE CREATION DOING IT MANUALLY. 12/15/20152 PURPOSE of WEBSITE To give colleagues and prospective employers some information about your.
Links in HTML What you need to know….. Hyperlinks or links Millions of linked web pages make up the World Wide Web Used to connect a web page to another.
1 After completing this lesson, you will be able to: Understand the basics of HTML coding. Use HTML tags. Plan an HTML site. Create a table with HTML.
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: … …
1 Creating the Home Page. 2 Creating a Table Table attributes  Two rows and two columns  No border  Left-aligned Change the vertical alignment of the.
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.
1 Creating Links Lesson 2. 2 In the center column type : Home | Order Now | Contact Us This is the navigation button which will link to the other pages.
Introduction to Technology. Parts of MSWord Screen Title Bar Quick Access Toolbar Button Ribbon Status Bar (views and zoom)
Web page layout in elegance.  Specific Designs for Target Audiences Consider your audiences tastes when creating your website.
HTML – The Basics Rebecca Shillingburg
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.
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.
HTML AN INTRODUCTION TO WEB PAGE PROGRAMMING. INTRODUCTION TO HTML With HTML you can create your own Web site. HTML stands for Hyper Text Markup Language.
HTML Comprehensive Concepts and Techniques Second Edition Creating Frames on a Web Page.
XP Creating Web Pages with Microsoft Office
INTRO TO WEB DEVELOPMENT html
HTML Basics.
Microsoft Office PowerPoint 2003
Images in HTML PowerPoint How images are used in HTML
With Microsoft FrontPage 2000
HTML GUIDE Press F5 and then
Enhance your website.
Creating a Web Site with Links
Creating Web Pages with Links, Images, and Formatted Text
Cheat Sheet CSCI 100 JW Ryder
Embedding Graphics in Web Pages
Using Netscape Page Composer
WEBSITE CREATION DOING IT MANUALLY 12/28/2018.
Common Page Design Elements
Project 4 Creating an Image Map.
Images in HTML PowerPoint How images are used in HTML
Presentation transcript:

WEBSITE CREATION DOING IT MANUALLY 2/21/2019

PURPOSE of WEBSITE To give colleagues and prospective employers some information about your background To demonstrate your personality and interests 2/21/2019

PARTS Three main types of information Educational: 393 materials--PowerPoint's (oral and process), class notes, link to Blackboard Professional: links to employers, examples of abilities Personal: autobiographical sketch, mailto link, pictures (optional) Information organized according to individual plan 2/21/2019

EXAMPLES Student Sites 2/21/2019

THE HEAD First part of document Title appears in title bar, not on page Meta tags also belong in this section. 2/21/2019

THE BODY Main part of document: paragraphs of text, lists of links, graphics, etc. Items here will be what audience sees 2/21/2019

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 and to Blackboard 2/21/2019

HOME PAGE 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 = "tan" text = "#0000ff" link = "coral" vlink = "#6e6473”> and press ENTER. Type <font face = “Comic Sans MS”> and press ENTER. 2/21/2019

HOME PAGE 2 Type <img align = center src = “umbclogo.gif"> and press ENTER. Type <h1>My Page </h1> 2/21/2019

HOME PAGE 3 Type </font> and press ENTER. Type</body> and press ENTER. Type </html> and press ENTER. Save as “index.html” including quotation marks. Save to both the W drive and to an A drive floppy or to the personal folder on the Shady Grove server. FTP the saved file to the W drive for students at Shady Grove. 2/21/2019

HOME PAGE 4 Type <ul> and press ENTER. Type <li><a href="notes.html"> date when you are to take the class notes (401/501 only) </a> and press ENTER. Type <li><a href="orals.ppt"> “article title” </a> and press ENTER. Type <li><a href=“http://blackboard.umbc.edu"> Blackboard Login</a> and press ENTER. Type <li><a href=“http://www.umbc.edu/”>UMBC Home Page </a> Type </ul> to end the list. 2/21/2019

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 index.html. Place cursor at end of line </ul> and press ENTER. 2/21/2019

NAVIGATION 2 Type <table border> and press ENTER. Type <th> <a href =“index.html/”> Name of your page</a> Type <th> <a href= “notes.html ”> Date you take notes </a> Type <th> <a href= “orals.ppt ”> “Article Title” </a> </tr> and press ENTER. Type </table> and press ENTER. 2/21/2019

NAVIGATION 3 Type </table> and press ENTER. Save file to both drives. Continue to use this navigation aid or create one you like better, for instance, using buttons instead of text. Remove the bar from your home page because these links already appear there. 2/21/2019

IMAGES Banners, logos, pictures, Clip Art, and animations belong in this category. Campus requirement: including the UMBC logo from the campus style guide. Loading time should be short 2/21/2019

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/picture as" and left click. Name image (umbclogo.gif) and save it in W drive. 2/21/2019

MAILTO LINK Save the mailbox image from my index.html page to use until you find one you like better, following the directions on the previous slide (17). Put the mailbox image and link on your index.html page. Type these tags to place the mailbox image and mailto link on your page. <img align = left src = "mailbox.jpg"> <a href ="mailto:username@umbc.edu">your name </a> 2/21/2019

UMBC HELP http://www.umbc.edu/Styleguide/ Templates as well as html guides and tutorials are found here. 2/21/2019

VIEW YOUR PAGE(S) 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. Check links on my website page and the schedule page to make sure they’re correct. If page doesn’t work properly, first look for typos in html. Then call for the consultant if you can’t find the problem. 2/21/2019