Chapter W Solutions Authoring Your Own Website

Size: px
Start display at page:

Download "Chapter W Solutions Authoring Your Own Website"

Transcription

1 Chapter W Solutions Authoring Your Own Website These solutions are for you to use if you get stuck when doing an On Your Own activity in the chapter. To learn how to teach yourself a computer skill, always try the On Your Own activity first before turning to these solutions. On Your Own Solution W-1 How to Create a Web Page Follow these steps to create the web page: Step 1. Create a folder on your USB flash drive, hard drive, or another location given by your instructor. Name the folder Website. If you need help creating a folder, see Solution 1-8, How to Manage Folders on a USB Flash Drive, in the Solutions Appendix printed in the book. Step 2. To open Notepad, click Start, All Programs, Accessories and Notepad. The Notepad window opens. Step 3. Type the following text and press Enter: Our family vacation this year was at the beach. Step 4. To save the file, click File in the menu bar. Click Save As. The Save As dialog box appears. Navigate to the Website folder you created in Step 1. Change the File name to Index.html. See Figure SW-1. Click Save to save the file. Leave the Notepad window open. Figure SW-1 Save the Index.html file to your local storage device. Step 5. Open Windows Explorer. Find the Index.html file on your storage device. Double-click the filename. The file opens in Internet Explorer. IE displays the one sentence on your web page.

2 W-34 Solutions Appendix On Your Own Solution W-2 How to Publish Your Website Follow these steps to use Google.com to find a free web hosting site: Step 1. In Internet Explorer, go to google.com and enter free web hosting in the search box. Click links until you find a hosting site that you like. In our example, we use awardspace.com, but your site might be different. Step 2. To read reviews about the site, enter the site name followed by the word review. For example, enter awardspace.com review. Make sure a site gets good reviews before you select it. To set up a website on a web hosting site, generally, you might sign up for a web hosting account, select a subdomain name for your site, and upload files to your website. To set up a website on a web hosting site, follow these steps: Step 1. Go to the home page of the site and find a link to set up an account. Figure SW-2 shows one example. Yours might look different. Figure SW-2 Find a link on the web hosting site to set up your account. Step 2. Follow the links to set up your account. You need to enter your name, mailing address, address, and password to your web hosting account. One setup window is shown in Figure SW-3, but yours might look different. Be sure you remember or write down your password. Hint Some web hosting sites require you to select your subdomain name at the same time you set up your account.

3 Chapter W Solutions: Authoring Your Own Website W-35 Figure SW-3 Enter your information to set up the web hosting account. Step 3. An message is sent to you. You might need to wait 15 minutes or more for the message to arrive. Open your inbox and the message. Click a link in the message. You can then return to the web hosting site to complete the setup. Hint During the setup process, you might be assigned a client ID that you must use to log on to your web hosting account along with your password. This client ID might be included in the message, so be sure to save or print the message. The message might also include links to help features on the web hosting site.

4 W-36 Solutions Appendix After setting up your web hosting account, follow these steps to set up your website: Step 1. Go to the home page of the web hosting site and find a logon link. Log on to the web hosting site using your account client ID or address and your password to the account. Figure SW-4 shows one example of the login window, but yours might look different. Figure SW-4 Log on to your web hosting account. Step 2. Explore the links to manage your website. Figure SW-5 shows one window to manage a website, but yours might look different. Hint Most web hosting sites allow the home page for your site to be named Index.html or Default.html. A few hosting sites require the home page to be named Index.html. Some others require the name to be Default.html. The names allowed for your home page on your web hosting site should be stated somewhere on the instructions for getting started on the web hosting site. In this chapter, we use Index.html as the name of the home page. However, you might need to use Default.html instead.

5 Chapter W Solutions: Authoring Your Own Website W-37 Figure SW-5 This Website Manager page on a web hosting site is used to set up your website. Step 3. Click the link to set up your subdomain name. In Figure SW-5, you would click Subdomain Manager, but your link might be different. Figure SW-6 shows the window where you can enter your own subdomain name and select from several domain names the site supports. Hint If you were required to select the subdomain name when you first set up your web hosting account, you can skip Step 3. The subdomain name is already created.

6 W-38 Solutions Appendix Figure SW-6 Set up a subdomain name that others can use to find your website. Step 4. Return to the website manager page and click a link to upload a file to the website. In Figure SW-5, you would click File Manager, but your link might be different. Step 5. Follow the link to upload the Index.html file to your website. For our example, you would click the first Browse button shown in Figure SW-7, but your link might be different. Locate the Index.html file on your local computer and follow directions to upload the file. Hint If your web hosting site requires your home page to be named Default.html, rename the Index.html file to Default.html and upload that file. Figure SW-7 Upload files to the subfolder named myvacation.atwebpages.com.

7 Chapter W Solutions: Authoring Your Own Website W-39 Step 6. Open a new tab in Internet Explorer. Enter the URL of your website. In our example, that URL is myvacation.atwebpages.com, but your URL will be different. The web page appears in your browser window. Not Working? If your web page does not appear, make sure you entered the URL correctly in the IE address box. Make sure the home page name is Index.html or Default.html. On Your Own Solution W-3 How to Add a Line Break Tag to the Page If necessary, follow these steps to open the Index.html file in Notepad: Step 1. On the Start menu, open Notepad. Click the File menu and click Open. Normally, only.txt files display in the Open box. Click the drop-down list to the right of File name and select All Files. All file types now appear in the list. Step 2. Navigate to the Index.html file stored on your local computer, click it, and click Open. Hint As you build the website, keep Notepad open with the Index.html file open. Use one tab in Internet Explorer to view the local Index.html file and another tab in Internet Explorer to view the published Index.html file. When you save the file in Notepad, click the Refresh button in IE to view the local version of the file. When you publish a new version of the file, click the Refresh button on the Internet Explorer tab that is set to view the published version of the file. Follow these steps to add new text to the Index.html page: Step 1. In Notepad, go to the first blank line, type the following, and press Enter: The kids loved the aquarium we visited on the way to the beach. Step 2. To save the file, click File and Save. Do not close the Notepad window or the Index.html file. Step 3. Do one of the following to view the new version of the file:. If an Internet Explorer tab is open with the local Index.html file displayed, click the Refresh button to see the new version of the file.. If the local Index.html file is not currently displayed in Internet Explorer, open Windows Explorer, locate the Index.html file on your local storage device, and double-click the file. Step 4. Notice that all text appears on one line (see Figure SW-8). To fix the problem, return to the Notepad window that is still open and type <br> at the end of the first line of text. Figure SW-8 Internet Explorer does not recognize a hard return entered into the web page file.

8 W-40 Solutions Appendix Step 5. To save the file, click File and Save. Return to the Internet Explorer window viewing the local Index.html file and click the Refresh button. The text appears on two lines in the browser window. On Your Own Solution W-4 How to Use HTML Structure and Formatting Tags Follow these steps to add HTML tags to the file: Step 1. If necessary, open Notepad and use it to open the Index.html file. Step 2. Edit the file to include the HTML tags. Use the Tab key to indent lines in the file: <html> <head> <title>our Family Vacation</title> </head> <body> Our family vacation this year was at the beach.<br> The kids loved the aquarium we visited in route. </body> </html> Step 3. Click File, and click Save to save the file. View the file in Internet Explorer and correct any errors reported by IE. Verify the web page title appears in the page tab of the Internet Explorer window and in the IE title bar. Not Working? This chapter assumes you are using Windows 7 and Internet Explorer 8. If you are using Internet Explorer 9, know that IE version 9 does not display the web page title in the title bar of the IE window. To find out what version of Internet Explorer you are using, click Help and click About Internet Explorer. Hint Most likely, a mistyped tag or a missing ending tag is causing the problem. Step 4. Just below the <body> tag, insert the following text: <H2>The Aquarium and the Beach</H2> <hr> Step 5. Add the <p> and </p> tags before and after the sentence about the aquarium. Add the <i> and </i> tags to format a word in italics as follows: <p>the kids <i>loved</i> the aquarium we visited on the way to the beach.</p> Step 6. When you are finished, the Notepad window should look like that in Figure SW-9. Save the file and view it using Internet Explorer.

9 Chapter W Solutions: Authoring Your Own Website W-41 Figure SW-9 The page has structural tags and formatting tags added. Step 7. To view the source tags in Internet Explorer, click Page and click View Source. On Your Own Solution W-5 How to Add a Photo to the Web Page Follow these steps to add a photo to the page: Step 1. Open Windows Explorer and locate the Aquarium.png file in the Extra Chapters folder on the DVD. Copy the file to the Website folder on your local computer. If you need help copying a file, see Solution 1-9, How to Open, Copy, Move, and Delete a File, in the Solutions Appendix printed in the book. Step 2. If necessary, open Notepad and use it to open the Index.html file. Step 3. Add three new lines of text below the sentence about the aquarium as follows: <img src=aquarium.png> <hr> Want to see our beach photos? Step 4. Save the Index.html file and display it in your browser. Correct any errors you see.

10 W-42 Solutions Appendix Hint If the photo is missing, make sure the Aquarium.png file is in your Website folder and the <img> tag is written exactly as shown in Step 3. Follow these steps to publish the latest version of your web page with a photo: Step 1. If necessary, open a new tab in Internet Explorer, go to your web hosting site, and log in using your address or client ID and password. Step 2. Return to the page on your web hosting site that you used to upload a file in Solution W-2. Use this page to upload the Index.html and Aquarium.png files. Step 3. Do one of the following to view the new version of your website:. If an Internet Explorer tab is open with the URL of your website, click Refresh on that tab to see the website with the photo.. If necessary, open a third tab in Internet Explorer and enter the URL of your website and press Enter. The page with the photo appears. Step 4. Check the web page for errors and correct any problems you see. Hint If the photo is missing on the page, remember that a filename is sometimes case sensitive. Make sure the upper- and lowercase characters in the filename in your <img> tag are correct. On Your Own Solution W-6 How to Use a Subfolder on Your Website Follow these steps to use a subfolder in your Website folder on your local storage device: Step 1. Open Windows Explorer and create a subfolder named Images under the Website folder on your local storage device. Step 2. In the Website folder, press and drag the Aquarium.png file and drop it on the Images folder. Look in the Images folder to verify the file is there. Step 3. If necessary, open Notepad and use it to open the Index.html file. Edit the <img> tag as follows: <img src=images/aquarium.png> Step 4. Save the Index.html file and view it in Internet Explorer. The web page should look the same as it did in On Your Own W-5. If this is not the case, correct any problems you see. Follow these steps to use a subfolder on your web hosting site: Step 1. If necessary, log on to your web hosting site. Step 2. Find the link to create a subfolder under your subdomain folder. For the web hosting site shown earlier in Figure SW-5, you click File Manager and scroll down to the bottom of the next window to see the option to create a folder (see Figure SW-10). Your web hosting site might work differently.

11 Chapter W Solutions: Authoring Your Own Website W-43 Figure SW-10 Create a folder in the subdomain folder on your website. Step 3. Enter the folder name Images as shown in the figure and click Create Folder. Step 4. Upload the Index.html file to the subdomain folder. Step 5. Open the Images folder on the website and upload the Aquarium.png file to this folder. Figure SW-11 shows the file about to be uploaded. Your website might work differently. Figure SW-11 The website is set to upload a file to the Images subfolder. Step 6. Use another tab in Internet Explorer to view your website using the URL to your site. Fix any problems you see.

12 W-44 Solutions Appendix On Your Own Solution W-7 How to Add a Link to a Second Web Page on Your Site Follow these steps to create the second web page: Step 1. Use Windows Explorer to copy two photos, Zack.png and Shark.png, from the Extra Chapters folder on the DVD to the Website/Images folder you created earlier on your local computer. Step 2. Use Notepad to create a file named Beach.html. Save the file in the Website folder on your local computer. Enter the following text and HTML tags in the file: <html> <head> <title>beach and Sea Photos</title> </head> <body> <H2>Our Beach and Sea Photos</H2> <hr> Zack s first dip in the ocean and Joy caught the hammerhead shark!<br> <img src=images/zack.png> <img src=images/shark.png> <hr> </body> </html> Step 3. Save the Beach.html file and view it in Internet Explorer. Correct any errors you see. The web page is shown in Figure W-13 in the chapter. Follow these steps to add a hyperlink to the Index.html page: Step 1. Use Notepad to edit the Index.html file. Insert the <a> and </a> anchor tags around the text beach photos as follows: Want to see our <a href=beach.html>beach photos</a>? Step 2. Save the Index.html file and view it in Internet Explorer. When you click the link on the page, the second web page displays. Correct any errors you see. Follow these steps to publish the latest version of your website: Step 1. If necessary, open a new tab in Internet Explorer and log on to your web hosting site. Step 2. Upload the Index.html and Beach.html files to the subdomain folder. Step 3. Upload the Zack.png and Shark.png files to the Images subfolder. Step 4. Use another tab in Internet Explorer to view your website using the URL to your site. Fix any problems you see.

13 Chapter W Solutions: Authoring Your Own Website W-45 On Your Own Solution W-8 How to Add a Link to Another Website Follow these steps to add a link to another website to the Index.html page: Step 1. Use Notepad to edit the Index.html file. Edit the <img> tag in the document as follows: <a href= src=images/aquarium.png></a> Step 2. The Index.html file should now look like that shown in Figure SW-12 when displayed in Notepad. Save the Index.html file and view it in Internet Explorer. When you click the link on the page, the Ripley s Aquarium site displays. Correct any errors you see. Figure SW-12 The Index.html file is completed. Step 3. Upload the new version of your home page to your web hosting site and test the site. Correct any problems you see.

FIT 100 LAB Activity 3: Constructing HTML Documents

FIT 100 LAB Activity 3: Constructing HTML Documents FIT 100 LAB Activity 3: Constructing HTML Documents Winter 2002.pdf version of this lab (may be better formatted) Required Reading for Lab 3 Chapter 4 of the FIT course pack Additional helpful references

More information

c122jan2714.notebook January 27, 2014

c122jan2714.notebook January 27, 2014 Internet Developer 1 Start here! 2 3 Right click on screen and select View page source if you are in Firefox tells the browser you are using html. Next we have the tag and at the

More information

Overview of Web Interface to CenturyLink B2B Gateway

Overview of Web Interface to CenturyLink B2B Gateway Overview of Web Interface to CenturyLink B2B Gateway Access and Password Policy for the Web Interface Like all Internet sites, the CenturyLink B2B web site requires an account containing both an identity

More information

Using MindManager 8 for Windows with Microsoft SharePoint 2007 October 3, 2008

Using MindManager 8 for Windows with Microsoft SharePoint 2007 October 3, 2008 l Using MindManager 8 for Windows with Microsoft SharePoint 2007 October 3, 2008 Table of Contents TABLE OF CONTENTS... 2 1 INTRODUCTION... 3 2 USING MINDMANAGER 8 WITH MICROSOFT SHAREPOINT... 4 2.1 ADD

More information

Website Quick Start Guide westpointaog.org

Website Quick Start Guide westpointaog.org Contents ACCESSING YOUR MINI-WEBSITE... 2 EDITING YOUR SOCIETY MINI-WEBSITE... 4 UPLOADING PHOTOS TO YOUR SOCIETY MINI-WEBSITE... 5 ADDING A TABLE TO YOUR SOCIETY MINI-WEBSITE... 8 UPLOADING DOCUMENTS

More information

SOCE Wordpress User Guide

SOCE Wordpress User Guide SOCE Wordpress User Guide 1. Introduction Your website runs on a Content Management System (CMS) called Wordpress. This document outlines how to modify page content, news and photos on your website using

More information

HTML, XHTML, and CSS 8/21/2011. Chapter Objectives. Chapter 4. Chapter Objectives. Chapter Objectives

HTML, XHTML, and CSS 8/21/2011. Chapter Objectives. Chapter 4. Chapter Objectives. Chapter Objectives HTML, XHTML, and CSS Sixth Edition Chapter 4 Creating Tables in a Web Site Using an External Style Sheet Chapter Objectives Define table elements Describe the steps used to plan, design, and code a table

More information

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go.

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go. Installing Wordpress from JMA Lab to JMA Server 1. Take note these instructions are streamlined for the JMA lab they can t be performed in this fashion from home! 2. Wordpress is a database driven web

More information

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield?

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield? Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP 1. How does it all work? 2. What do I need to get started at Fairfield? 3. What is HTML coding? 4. The 10 HTML Tags that you should know.

More information

Student Website Setup

Student Website Setup In this course, students upload assignments to their websites hosted on the coislinux.austincc.edu server. Each student is supplied with a password protected account to access their individual websites.

More information

Bloggin For Linux User s Guide Advanced Internet Technologies, Inc. November 11 th, 2005

Bloggin For Linux User s Guide Advanced Internet Technologies, Inc. November 11 th, 2005 Page 1 of 15 Bloggin For Linux User s Guide Advanced Internet Technologies, Inc. November 11 th, 2005 Search All Your Favorite Engines from a Single Source with tybit!!! (Download Now) Preface: This document

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Using Dreamweaver CS6

Using Dreamweaver CS6 3 Now that you should know some basic HTML, it s time to get in to using the general editing features of Dreamweaver. In this section we ll create a basic website for a small business. We ll start by looking

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.x Training Manual 1 Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several

More information

EasySites Quickstart Guide. Table Of Contents

EasySites Quickstart Guide. Table Of Contents EasySites Quickstart Guide Table Of Contents 1. Introduction: What is an Easysite? Page 2 2. Log In: Accessing your Easysite Page 2 3. Categories: A Navigation Menu for your Website Page 3 4. Entries:

More information

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles

Using Dreamweaver CC. 3 Basic Page Editing. Planning. Viewing Different Design Styles 3 Now that you should know some basic HTML, it s time to get in to using the general editing features of Dreamweaver. In this section we ll create a basic website for a small business. We ll start by looking

More information

Teachers College Content Management System (TC-CMS) Faculty Module

Teachers College Content Management System (TC-CMS) Faculty Module Teachers College Content Management System (TC-CMS) Faculty Module Welcome to the Faculty Online Profile manager. We hope that you find using the profile manager to be an intuitive and simple way to manage

More information

Introduction to Moodle: Creating & Sharing Content

Introduction to Moodle: Creating & Sharing Content Introduction to Moodle: Creating & Sharing Content Aim This guide will help to get you started and develop your understanding of how to add, edit and create courses using Moodle. This guide is for Moodle

More information

1.0 Overview For content management, Joomla divides into some basic components: the Article

1.0 Overview For content management, Joomla divides into some basic components: the Article Joomla! 3.4.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials

More information

Table of Contents. Access to CMS Your sites Workspace tour Pages and Sidebar Files and Images Build a web page...

Table of Contents. Access to CMS Your sites Workspace tour Pages and Sidebar Files and Images Build a web page... ACES CMS Manual Table of Contents Access to CMS... 3 Your sites... 3 Workspace tour... 4 Pages and Sidebar....4-5 Files and Images....6-7 Build a web page... 8 Paragraph types....9-5 Preview & Publish...

More information

Authoring World Wide Web Pages with Dreamweaver

Authoring World Wide Web Pages with Dreamweaver Authoring World Wide Web Pages with Dreamweaver Overview: Now that you have read a little bit about HTML in the textbook, we turn our attention to creating basic web pages using HTML and a WYSIWYG Web

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 06: Introduction to KompoZer (Website Design - Part 3 of 3) Lab 6 Tutorial 1 In this lab we are going to learn

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information

Do It Yourself Website Editing Training Guide

Do It Yourself Website Editing Training Guide Do It Yourself Website Editing Training Guide Version 3.0 Copyright 2000-2011 Sesame Communications. All Rights Reserved. Table of Contents DIY Overview 3 What pages are editable using the DIY Editing

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Content Author's Reference and Cookbook

Content Author's Reference and Cookbook Sitecore CMS 6 Content Author's Reference and Cookbook Rev. 080627 Sitecore CMS 6 Content Author's Reference and Cookbook A Conceptual Overview and Practical Guide to Using Sitecore Table of Contents Chapter

More information

Café Soylent Green Chapter 12

Café Soylent Green Chapter 12 Café Soylent Green Chapter 12 This version is for those students who are using Dreamweaver CS6. You will be completing the Forms Tutorial from your textbook, Chapter 12 however, you will be skipping quite

More information

Ektron Advanced. Learning Objectives. Getting Started

Ektron Advanced. Learning Objectives. Getting Started Ektron Advanced 1 Learning Objectives This workshop introduces you beyond the basics of Ektron, the USF web content management system that is being used to modify department web pages. This workshop focuses

More information

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets

Dreamweaver Basics. Planning your website Organize site structure Plan site design & navigation Gather your assets Dreamweaver Basics Planning your website Organize site structure Plan site design & navigation Gather your assets Creating your website Dreamweaver workspace Define a site Create a web page Linking Manually

More information

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home Introduction to Cascade Server (web content management system) Last Updated on Jul 14th, 2010 The College of Charleston's web site is being produced using a Content Management System (CMS) called Cascade

More information

Site Owners: Cascade Basics. May 2017

Site Owners: Cascade Basics. May 2017 Site Owners: Cascade Basics May 2017 Page 2 Logging In & Your Site Logging In Open a browser and enter the following URL (or click this link): http://mordac.itcs.northwestern.edu/ OR http://www.northwestern.edu/cms/

More information

HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites

HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites HTML Exercise 20 Linking Pictures To Other Documents Or Web Sites Turning pictures into hyperlinks is nearly the same as what you learned in Exercises 4 and 5. If a picture is essential to a Web page,

More information

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10

Working with Pages... 9 Edit a Page... 9 Add a Page... 9 Delete a Page Approve a Page... 10 Land Information Access Association Community Center Software Community Center Editor Manual May 10, 2007 - DRAFT This document describes a series of procedures that you will typically use as an Editor

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

CSC 101: Lab #1 HTML and the WWW Lab Date: Tuesday, 1/26/2010 Report Due Date: Friday, 1/29/2010 3:00pm

CSC 101: Lab #1 HTML and the WWW Lab Date: Tuesday, 1/26/2010 Report Due Date: Friday, 1/29/2010 3:00pm CSC 101: Lab #1 HTML and the WWW Lab Date: Tuesday, 1/26/2010 Report Due Date: Friday, 1/29/2010 3:00pm Lab Report: Make sure to follow along in the lab report document and answer questions as you encounter

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters ACADEMIC HEALTH CENTER 2 PageMasters have the permissions necessary to perform the following tasks with Site Tools: Application Requirements...3 Access FileNET...3 Login to FileNET...3 Navigate the Site...3

More information

Café Soylent Green Chapters 4

Café Soylent Green Chapters 4 Café Soylent Green Chapters 4 You will be completing the Links Tutorial from your textbook, Chapter 4, pgs. 223-227 AND the Images Tutorial, Chapter 5, pgs. 278-287. You will need to be at a computer that

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Faculty Web Editing. Wharton County Junior College Employee Training Manual

Faculty Web Editing. Wharton County Junior College Employee Training Manual 2015 Wharton County Junior College Employee Training Manual Faculty Web Editing 15 Faculty Web sites are maintained through Omni Updates Campus Content Management Systems as of January 2013. Please address

More information

Website Administration Manual, Part One

Website Administration Manual, Part One Website Administration Manual, Part One A Guide to the CMS & Widgets Curry School of Education Website http://curry.virginia.edu The Curry Website Administrators Manual - Part One 2 The CMS The content

More information

page 1 OU Campus User Guide

page 1 OU Campus User Guide page 1 OU Campus User Guide Logging Into OU Campus page page 2 1. Navigate to a page on your site that you wish to edit. 2. Scroll down to the footer and click the symbol. 3. Enter your OU Campus username

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank Multiple Choice. Choose the best answer. 1. What element is used to configure a new paragraph? a. new b. paragraph c. p d. div 2. What element is used to create the largest heading? a. h1 b. h9 c. head

More information

Head First HTLM 5 Programming, Chapter 1: Welcome to Webville. Pages 1-34

Head First HTLM 5 Programming, Chapter 1: Welcome to Webville. Pages 1-34 Mobile Application and Web Design Project 01: Introduction to HTML and JavaScript Marist School Description: In this project you will create two webpages. In the first webpage you create a list of terms

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts

CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts CMPSCI 120 Fall 2017 Lab #1 Professor William T. Verts The Goal The ultimate goal of this assignment is to create a Web page on the server, make sure it is visible to the outside world, and to design and

More information

How to set up a local root folder and site structure

How to set up a local root folder and site structure Activity 2.1 guide How to set up a local root folder and site structure The first thing to do when creating a new website with Adobe Dreamweaver CS3 is to define a site and identify a root folder where

More information

Final Site Guide: Part 2 Embedding Stuff (documents, videos, sound files)

Final Site Guide: Part 2 Embedding Stuff (documents, videos, sound files) Final Site Guide: Part 2 Embedding Stuff (documents, videos, sound files) Embed? Like in my bed? Nah. embed refers to adding multimedia to a web page by either uploading the file or using special computer

More information

Going to Another Board from the Welcome Board. Conference Overview

Going to Another Board from the Welcome Board. Conference Overview WebBoard for Users Going to Another Board from the Welcome Board Many WebBoard sites have more than one board, each with its own set of conferences and messages. When you click on Boards on the WebBoard

More information

FileNET Guide for AHC PageMasters

FileNET Guide for AHC PageMasters PageMasters have the permissions necessary to perform the following tasks with Site Tools: ACADEMIC HEALTH CENTER 2 Application Requirements...3 Access FileNET...3 Log in to FileNET...3 Navigate the Site...3

More information

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4

Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML Part 4 Unit 5 Web Publishing Systems Page 1 of 13 Part 4 HTML 4.01 Version: 4.01 Transitional Hypertext Markup Language is the coding behind web publishing. In this tutorial, basic knowledge of HTML will be covered

More information

Lab 3-1 Lab Installing Kofax Capture 10

Lab 3-1 Lab Installing Kofax Capture 10 In the following lab instructions, you re going to install and license Kofax Capture, turn on User Tracking, review the product documentation, and prepare your system for the lab exercises in this course.

More information

Dreamweaver MX Overview. Maintaining a Web Site

Dreamweaver MX Overview. Maintaining a Web Site Dreamweaver MX Overview Maintaining a Web Site... 1 The Process... 1 Filenames... 1 Starting Dreamweaver... 2 Uploading and Downloading Files... 6 Check In and Check Out Files... 6 Editing Pages in Dreamweaver...

More information

Restrict Access to Files on Public Website. Upload File(s) User Guide

Restrict Access to Files on Public Website. Upload File(s) User Guide User Guide There are times when SJSU Webmasters wish to post something (such as documents or other type files) to their public SJSU website, but want to restrict access to only SJSU users. This user guide

More information

This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile.

This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile. Introduction This quickstart will help you get started with Turnitin. To begin, you need to register with Turnitin and create a user profile.! If you have received an e-mail from Turnitin with a temporary

More information

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills

Discovering Computers & Microsoft Office Office 2010 and Windows 7: Essential Concepts and Skills Discovering Computers & Microsoft Office 2010 Office 2010 and Windows 7: Essential Concepts and Skills Objectives Perform basic mouse operations Start Windows and log on to the computer Identify the objects

More information

LAB 2 INTRODUCTION TO HTML

LAB 2 INTRODUCTION TO HTML LAB 2 INTRODUCTION TO HTML What You Will Learn How to create HTML documents Basic HTML structure How to creating hyperlinks How to add images to a web page HTML5 semantic tags Approximate Time The exercises

More information

1.264 Lecture 12. HTML Introduction to FrontPage

1.264 Lecture 12. HTML Introduction to FrontPage 1.264 Lecture 12 HTML Introduction to FrontPage HTML Subset of Structured Generalized Markup Language (SGML), a document description language SGML is ISO standard Current version of HTML is version 4.01

More information

Common Tasks Within Your ATC Healthcare Services Vibe Portal Login

Common Tasks Within Your ATC Healthcare Services Vibe Portal Login Common Tasks Within Your ATC Healthcare Services Vibe Portal Login Within this document you will find easy How To, step by step instructions for many of the tasks you can perform within the Vibe portal.

More information

Introduction to the Learning Environment 8.3 to 8.4.x

Introduction to the Learning Environment 8.3 to 8.4.x Introduction to the Learning Environment 8.3 to 8.4.x User Guide Second edition, November 30, 2009 Contents My Home Accessing your courses Searching for courses Navigating inside a course Lists Actions

More information

Information Technology Support Services. Blackboard 5

Information Technology Support Services. Blackboard 5 Information Technology Support Services Blackboard 5 Student Manual Logging into Blackboard. Announcements. Course Information/Documents. E-mail, Student Roster, Student Pages, Discussion Board, Group

More information

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password

SmartCVS Tutorial. Starting the putty Client and Setting Your CVS Password SmartCVS Tutorial Starting the putty Client and Setting Your CVS Password 1. Open the CSstick folder. You should see an icon or a filename for putty. Depending on your computer s configuration, it might

More information

DREAMWEAVER QUICK START TABLE OF CONTENT

DREAMWEAVER QUICK START TABLE OF CONTENT DREAMWEAVER QUICK START TABLE OF CONTENT Web Design Review 2 Understanding the World Wide Web... 2 Web Browsers... 2 How Browsers Display Web pages... 3 The Web Process at Sacramento State... 4 Web Server

More information

Contents: OnContact CRM 10 Outlook Add-In

Contents: OnContact CRM 10 Outlook Add-In Contents: OUTLOOK ADD-IN INSTALLATION AND SETUP... 2 ONCONTACT ADD-IN MENUS... 3 ONCONTACT ADD-IN LOGIN... 4 MASS EXPORT OF CONTACTS FROM OUTLOOK TO ONCONTACT... 5 MASS EXPORT OF CONTACTS FROM ONCONTACT

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 04: Introduction to KompoZer (Website Design - Part 1 of 3) KompoZer is a complete web authoring system that

More information

Web Publishing Basics 1

Web Publishing Basics 1 Web Publishing Basics 1 Website Maintenance Essentials Jeff Pankin Information Services and Technology Contents Course Objectives and Your Role As Site Maintainer... 3 Course Objectives... 3 Your Role...

More information

CAL 9-2: Café Soylent Green Chapter 12

CAL 9-2: Café Soylent Green Chapter 12 CAL 9-2: Café Soylent Green Chapter 12 This version is for those students who are using Dreamweaver CC. You will be completing the Forms Tutorial from your textbook, Chapter 12 however, you will be skipping

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production Dreamweaver CS 5.5 Creating Web Pages with a Template University Information Technology Services Training, Outreach, Learning Technologies, and Video Production Copyright 2012 KSU Department of Information

More information

CMPSCI 120 Fall 2013 Lab #2 Professor William T. Verts

CMPSCI 120 Fall 2013 Lab #2 Professor William T. Verts CMPSCI 120 Fall 2013 Lab #2 Professor William T. Verts Setting Up (PC) Go to the link for the encrypted telnet program PuTTY (Simon Tatham s site in the UK at http://www.chiark.greenend.org.uk/~sgtatham/putty/).

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information

BHM Website Teacher User Guide

BHM Website Teacher User Guide BHM Website Teacher User Guide How to Login 1. Go to HUhttp://bhmschools.org/userUH 2. Enter your username and password and click Log in How to Change Your Password 1. Go to My Account in your Nav bar

More information

Nauticom NetEditor: A How-to Guide

Nauticom NetEditor: A How-to Guide Nauticom NetEditor: A How-to Guide Table of Contents 1. Getting Started 2. The Editor Full Screen Preview Search Check Spelling Clipboard: Cut, Copy, and Paste Undo / Redo Foreground Color Background Color

More information

Organize Mail into Folders

Organize Mail into Folders Organize Mail into Folders In an effort to organize all of the emails that you receive, you can create mail folders to store them in. One email can be stored in multiple folders. Click the + next to Folders

More information

IPEDS Human Resources Survey

IPEDS Human Resources Survey IPEDS Human Resources Survey - 2018 User Guide For Reports Version 5 November 2018 Table of Contents Overview... 3 Log in Procedure... 4 Running Reports... 6 Export Reports to Excel... 9 Drill Down to

More information

Lab Chapter 3: Adding Structure to an HTML Page Habitat for Humanity

Lab Chapter 3: Adding Structure to an HTML Page Habitat for Humanity Lab Chapter 3: Adding Structure to an HTML Page Habitat for Humanity This lab will add the semantic elements to the index.html file for the Habitat for Humanity website. Then we will learn how to add images,

More information

IRLS 504 Student Webpage Tutorial By: Nicole Pagowsky & Sara Hayden Summer 2008

IRLS 504 Student Webpage Tutorial By: Nicole Pagowsky & Sara Hayden Summer 2008 IRLS 504 Student Webpage Tutorial By: Nicole Pagowsky & Sara Hayden Summer 2008 These steps follow from setting up a Net ID, U-System Account, and initializing your web space through PuTTy (SSH Client).

More information

Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013

Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013 Google Earth: Significant Places in Your Life Got Maps? Workshop June 17, 2013 1. Open Google Earth. 2. Familiarize yourself with Google Earth s navigational features by zooming into Furman s campus, your

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 14 14 Publishing a Web Site After you are done building your Web pages, you can publish your site on

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Get Organized... 1 Create the Home Page... 1 Save the Home Page as a Word Document...

More information

Café Soylent Green Chapter 12

Café Soylent Green Chapter 12 Café Soylent Green Chapter 12 You will be completing the Forms Tutorial from your textbook, Chapter 12, pgs. 612-636. You will need to be at a computer that is connected to the Internet. Dreamweaver CS6

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide MS-Expression Web Quickstart Guide Page 1 of 24 Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program,

More information

You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different

You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different pages or, as described in working with anchors, to different sections of

More information

Setting up Your Teacher Website Using ischooldistrict

Setting up Your Teacher Website Using ischooldistrict Setting up Your Teacher Website Using ischooldistrict This year we are transferring our web hosting and layout to a central system controlled and maintained at the county level. The goals of centralizing

More information

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area

Using Dreamweaver. 4 Creating a Template. Logo. Page Heading. Home About Us Gallery Ordering Contact Us Links. Page content in this area 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan that is shown below. Logo Page Heading

More information

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks.

Outlook basics. Identify user interface elements that you can use to accomplish basic tasks. Outlook basics Outlook is a powerful tool for managing your e-mail, contacts, calendars, and tasks. To use it most effectively, you first have to understand the basics. This tutorial introduces some of

More information

REFERENCE GUIDE. Using Plone. Unfinished Edit - Updated material coming soon. The College of the Liberal Arts: Guide to Editing Website Content

REFERENCE GUIDE. Using Plone. Unfinished Edit - Updated material coming soon. The College of the Liberal Arts: Guide to Editing Website Content Using Plone REFERENCE GUIDE Unfinished Edit - Updated material coming soon. The College of the Liberal Arts: Guide to Editing Website Content Logging In 1 CONTENTS Logging In... 2 How to Log In... 2 Resetting

More information

Creating and Editing a Web Page Using Inline Styles

Creating and Editing a Web Page Using Inline Styles HTML 2 Creating and Editing a Web Page Using Inline Styles Objectives You will have mastered the material in this chapter when you can: Identify elements of a Web page Start Notepad++ and describe the

More information

Introduction to Web Content Management with Collage

Introduction to Web Content Management with Collage Introduction to Web Content Management with Collage Peter Mosinskis Supervisor of Web Services CSU Channel Islands rev. date: November 20, 2009 Table of Contents Login to Collage... 2 Change Your Collage

More information

Using Dreamweaver. 3 Basic Page Editing. Planning. Viewing Different Design Styles

Using Dreamweaver. 3 Basic Page Editing. Planning. Viewing Different Design Styles Using Dreamweaver 3 Now that you should know some basic HTML, it s time to get in to using the general editing features of Dreamweaver. In this section we ll create a basic website for a small business.

More information

Host at 2freehosting.Com

Host at 2freehosting.Com Host at 2freehosting.Com This document will help you to upload your website to a free website hosting account at www.2freehosting.com/. Follow all the steps carefully in the order that they appear to ensure

More information

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon OneNote Using OneNote on the Desktop 1. Click start on the task bar 2. Type OneNote (search is a quick way to find applications, documents and other items on your computer) 3. Select Microsoft OneNote

More information

Collage II Tips and Tricks

Collage II Tips and Tricks Collage II Tips and Tricks Peter Mosinskis, Supervisor of Web Services, CSUCI Table of Contents Introduction... 1 Copy and Paste from Word... 2 Option 1. Word Notepad Collage... 2 Option 2. Word Dreamweaver

More information

Introduction to the MODx Manager

Introduction to the MODx Manager Introduction to the MODx Manager To login to your site's Manager: Go to your school s website, then add /manager/ ex. http://alamosa.k12.co.us/school/manager/ Enter your username and password, then click

More information

Logging in. 2. Log in. Your username is your full Lehman address. Your initial password will be provided by your instructor.

Logging in. 2. Log in. Your username is your full Lehman  address. Your initial password will be provided by your instructor. Guide 1 of 8 Logging in 1. Go to Digication. Type www.lehman-cuny.digication.com into the address bar of your browser. (Participants in the Division of Education pilot must go to www.lehmanedu.digication.com)

More information

Getting Started The Outlook Web Access Window

Getting Started The Outlook Web Access Window QUICK Source Microsoft Outlook Web Access in Exchange Server 2003 Getting Started The Outlook Web Access Window ❶ ❷ ❸ ❹ ❺ ❻ ❼ ❽ Using the Reading Pane The Reading Pane allows you to view your e-mail messages

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

More information

The Dreamweaver Interface

The Dreamweaver Interface The Dreamweaver Interface Let s take a moment to discuss the different areas of the Dreamweaver screen. The Document Window The Document Window shows you the current document. This is where you are going

More information

Lava New Media s CMS. Documentation Page 1

Lava New Media s CMS. Documentation Page 1 Lava New Media s CMS Documentation 5.12.2010 Page 1 Table of Contents Logging On to the Content Management System 3 Introduction to the CMS 3 What is the page tree? 4 Editing Web Pages 5 How to use the

More information