1. Introductions to UTEP s Geology Pub directory

Size: px
Start display at page:

Download "1. Introductions to UTEP s Geology Pub directory"

Transcription

1 L AB 1 W EB P AGES The purpose of this lab exercise is to create your own web page that will be hosted on the Geology Department web server commonly referred to as geo. If you do not currently have a web page, this lab will walk you through the basics of web page editing and posting pages to the Internet. If you already have a web page on the Department server (let me know), please work through this lab as directed and use any extra time to update your existing website accordingly. Note: I will use the terms web page and website interchangeably. Technically, a website is a collection of web pages, however I will not likely hold to this definition. We will use a free webpage editor called NVu for creating/editing web pages. NVu is available on both PCs and Macs and has been installed on the classroom PCs and Macs in Geol 409. You can also download NVu software for your own personal computer at 1. Introductions to UTEP s Geology Pub directory Launch your favorite web browser (Macs: Safari, Firefox; PCs: Explorer, Mozilla/Firefox) and navigate to the following website: The additional pub part of the web address is critical it will take you to our Geology public directory where faculty and students 1) store/share files and 2) host web pages. You are about to explore the pub directory. Note that all of these files are public, so anything that you store here is available to (nearly) the entire world. Double click on the folder named barud. Wow, there s a lot of stuff in this folder! Notice how the web address grew to when you entered barud s folder. Go back and double click on the folder named bkonter. Notice how this takes you directly to my web page, and that the web address is now So how come a click on the

2 bkonter folder sends you to a nice website, but a click on the jasper folder sends you to a list of files? Answer: The bkonter folder has a magical file in its immediate directory (that you can t see) named index.html, while the barud folder does not contain such a file. Your web browser knows to look for this index.html file! If there is one, it will display the webpage with the content in the index.html file. If there is no index.html file in a folder, then a list of files will be displayed. Note that the bkonter folder still has oodles of files in it (which are links to my website), but you just can t see them. You should each have a pub folder of your own. Your folder should be labeled with your last name. For future reference, we are going to call this name your unix name. Note that it may be different (shorter) than your user folder name on geotwo. If you previously accessed your pub directory, then you *should* know your password (talk to Carlos if you need to re-set your password). If your pub folder is new, then your password can be found in a file in your geotwo folder. Look for a file named WEB SERVER LOGIN INFORMATION. Open this up and you will find the password needed to access your pub account. Double click on your pub folder. out in the space below) What is your web page address? (write it In this lab, you will create an index.html file (and a few other files) that you will eventually copy over to your pub directory. We will go over this part near the end of the lab, so stay tuned. But keep in mind that this is where you files will eventually end up. 2. Mount the \\geotwo\geo4315 class workspace directory Before you begin working on your web page, you will first need to connect to the geotwo class workspace. Please see handout titled Accessing Class Workspace: Geotwo Server for directions.

3 Check to make sure that you are still connected by navigating to your geotwo folder. 3. Create a pub folder in your geotwo folder You are next going to create a folder on geotwo where you will store your web page materials while you are editing them. We want to create a folder system similar to the one on where you have a user folder (your unix name) within the pub folder. Double click on your geotwo user folder, add a new folder, and name it pub. Then double click on the pub folder and add a new folder inside it named your_unix_name. Make sure that this folder name is identical to the folder you have on pub. This folder is where you will store all of your web page materials. At the end of the lab you will transfer these files over to That s all the set up now you re ready to start editing your web page! 4. Introduction to HTML code for web pages Web pages are written in a computer language called HTML. HTML is not a WYSIWYG (What-You-See-Is-What-You-Get) language, but rather is a set of symbols and commands that is read and translated by a web browser (like Internet Explorer, Safari, Firefox, etc.) and displayed on the Internet in a readable format. To view the original HTML commands (or source code ) for a web document, navigate to the UTEP Geological Sciences homepage: Depending on your web browser choice, from the top, click on View Page Source (or View Source) (or Source). This will pop up a new window with lots of text and symbols. actually HTML code. This gibberish is

4 5. Writing your own HTML code & introduction to NVu It is important to note that there are many software applications that will allow you to create and save files as HTML for the web (i.e., MS Word, Mozilla, Adobe DreamWeaver, etc.). Thus, it is not necessary to learn the HTML language in detail, however it is useful, in the least, to recognize some of the basic commands. Today we will practice using the NVu editor application to create a web page. NVu is a great program, as it is freely downloadable, fairly easy to learn, and reasonably flexible. NVu also has several modes for developing web page. Here we will first practice entering commands in the Source mode, then will edit in the Preview/Normal mode, which displays test in a WYSIWYG format. To create your own simple HTML code, will need to start up the NVu software. PCs: Start All Programs Nvu Macs: From your desktop, Macintosh HD Applications Nvu For future convenience, drag and drop the NVu icon to your desktop dock. Please let me know if you don t know how to do this. Double click on NVu After NVu is launched, close any extra windows that display Tips and ask for your permission to track your use of their software. You should then be left with a large NVu window, which may remind you of the layout of Microsoft software. At the bottom of the window, click on the Source tab Highlight all of the text that appears and hit the delete key on your keyboard Now type in the following HTML commands (next page) in place of the text that you just deleted:

5 <html> <head> <title> My first HTML document </title> </head> <body> <h2> My first HTML document </h2> Hello, <i> WWW! </i> <p> Greetings from the <br> <a href= UTEP Geology Department </a> <p> Composed with care by: <cite> (enter your name here) </cite> <br> Last updated: August 25, 2010 </body> <html> Note that most commands begin with < > and end with </ >. Paragraphs are separated with <p>. Web links are represented by <a href= > Text-2-be-linked </a>. ** For basic information on HTML language commands (or tags ), please refer to the handout Basic HTML Tags. ** Take a good look at what you just typed and try to guess what each command does or represents. Click on the Save icon in the top menu bar. Name the file test.html and make sure you save it to your pub/unixname/ folder on geotwo. If you need help with this, please let me know.

6 Congratulations. You have now officially created a web page using HTML code. Next you will display your page as you might see it on the Internet: If your file has not already been re-displayed, click on the Normal tab at the bottom of the NVu window. Now you should see a page displayed with different text sizes and formats. This is the regular editing view that you will use to modify future web pages. You can also click on the Preview tab, which is often used to display a preview of a web page with more elaborate text and features. For the simple file we have created now though, Preview mode should look identical to Normal mode. 6. Exploring NVu in Normal Mode Now play around with the features of NVu for a few minutes with your test.html file. First add a page title. Click on the top menu Format Page Title and Properties Enter a simple title for your page. Something like your-name s test webpage. This will show up in the web browser for viewers to see and easily identify your webpage. Change the background colors and text. Click on the top menu Format Page Colors and Background. Click on the Custom Colors button and choose your favorite color scheme. You can also manually edit text color by double clicking on the text you want to colorize and then click on the two small overlapping box icons in the 2 nd menu bar. If the text was originally black, the overlapping boxes will likely be black-filled and transparent/white. This will change as you edit the text color. DO NOT WORRY ABOUT MESSING THIS UP. THIS IS FOR PRACTICE. Try adding new text (simply type in the window like you did before) and stylizing it (change the font size, make bold, etc.). DO NOT WORRY ABOUT MESSING THIS UP. THIS IS FOR PRACTICE. Test out the link feature by double clicking on the example link in your file. To link to a different website, simply erase the address and enter a different one. (We ll test these links out next.) DO NOT WORRY ABOUT MESSING THIS UP. THIS IS FOR PRACTICE. Try adding a new link by highlighting a piece of text, clicking the Link icon in the menu bar, and typing in an example website into the address window. DO NOT WORRY ABOUT MESSING THIS UP. THIS IS FOR PRACTICE. Try adding an image by going to in your web browser, and click-n-drag (or save) the picture of Dr. Velasco to your

7 pub/unixname folder. Let me know if you need further directions for doing this. Next click on the Image icon in the menu bar and choose the picture you just saved. You ll probably have to click the button that says Don t use alternate text before completing this task. DO NOT WORRY ABOUT MESSING THIS UP. THIS IS FOR PRACTICE. Try entering a table. Tables are helpful for cleanly grouping and aligning text, in addition to displaying information in a tabular format. To enter a table, click on the Table icon and choose a 2x2 cell table. Then you can enter text or drag/enter pictures into each of the table cells. You can manually adjust the dimensions of the table with your mouse and the size adjustor panels, or you can right click in the table cell and play with the table and cell properties here. DO NOT WORRY ABOUT MESSING THIS UP. THIS IS FOR PRACTICE. When you are satisfied with your test web page, move on to the next step. 7. Going Live: Posting your web page to the Internet Next you will need to copy your test.html file (plus any image files you may have included in the page) FROM your geotwo pub/unixname folder TO your folder. To do this, we will use a file transfer protocol, or ftp, tool. Here s what we want to do: FROM - TO \\geotwo\geo4315\user\pub\unixname There are many ways to ftp files. Different software exists on the Macs and PCs though. Below are directions for both: PCs: 1. Navigate to FileZilla: Start Programs FileZilla FTP Client Filezilla 2. Enter the following in the appropriate boxes: Host: Username: unix name (lower case) Password: unix password 3. Click on Quickconnect button. 4. Left Panel (from = Local site) In Local site panel, click on My Computer

8 In the Filename panel below, navigate to your folder on geotwo: Z drive user pub unixname 5. Right Panel (to = Remote site) In the Remote site panel, click on the very top folder icon in the given list (represented by / icon) Double click on the pub folder Double click on your unix name folder Any files you already have there should appear 6. Now drag/drop your.html file and any images from your geotwo/username/pub/unixname folder (left panel) to the pub/unixname folder on (right panel) Macs: Applications Utilities X11 Drag X11 to your Desktop dock for future use Double click on X11 At the prompt (represented by % here), type the following: % cd /Volumes/GEO4315/username/pub/unixname % scp r * unixname@ % password: (enter it) Now return to your web browser and type in your web address. A list of file should appear. Why doesn t your web page show up automatically? Double-click on the test.html file. Your test website should now appear! Always check your links to make sure that they are correct. 8. Homework Assignment: Create your real website. Back in NVu, open up a new file by clicking on the New icon in the top menu bar. Click on the Save icon next, name this file index.html, and save it in your pub/unixname folder in the geotwo workspace.

9 From here on, you re on your own - create your personalized web page as you like. Use color, styles, pictures, tables whatever you like. Your webpage should be professional and organized, but should also reflect your creative side as much as possible. Your web page must include the following: 1. Your full name 2. Your major & student status (i.e., Masters student in Geology) 3. Your contact information 4. Past education (i.e., B.S. Geology, 200x, Univ. of X) 5. Your research interests (bullets or a few sentences is fine) 6. A link to your resume or CV (more info about this below) 7. A brief paragraph describing yourself where you are from, where you received your undergraduate/graduate degrees, what your hobbies are, how you became interested in geology/geophysics, what kind of job you are looking for after you complete you Masters/PhD., anything else that you don t mind sharing with the world You are encouraged to look at other student web pages for ideas and formats. Some examples: Creating a CV If you don t have one already, you will need to create a resume or CV for your web page. Below are a few examples of CVs from various people in the department. These should serve as examples, but yours should be about you. Don t worry if you don t have a long list of items you eventually will. Create your CV in MS Word, then save this document as a pdf file. this, To do PCs: File Save & Send Create PdF/XPS Document click Create PDF/XPD button name it Lastname_CV_2010.pdf. Save it to your pub/unixname folder on geotwo. Macs:

10 Print PDF button Save as PDF name it Lastname_CV_2010.pdf. Save it to your pub/unixname folder on geotwo. Linking your CV to your web page To link your CV to your index.html web page, you will need to add some text somewhere on your web page that says something like CV or Click here for my CV. Then highlight this text and click on the Link icon. Click on Choose file and select your Lastname_CV_2010.pdf file. Click OK. Finally, you ll need to transfer your index.html file, your CV pdf file and any other images you have included, to Follow the directions in step #7, but now copy over your new files instead. Check your work by revisiting your website in your web browser. Now that you will have an index.html file in your directory, you shouldn t need to click on any files, the web browser should automatically load your webpage. Check to make sure that your links work properly (you will be graded on this!), your CV displays properly, and that spelling and grammar are correct. For full credit, please do the following: 1. Turn in this hard copy lab document (with your name on it) next week at the beginning of class. Make sure that you have provided answers in where requested. 2. Check your web page (online) and make sure that it meets all of the directions above. 3. Create a Lab1 folder for the DROPBOX (make sure to name it as directed in the hand out) and include in this folder a copy of your test.html file and your index.html file. Make sure you copy/paste these files in this new folder if you just drag them around, you ll lose them in your pub folder. Finally, drag this folder into the DROPBOX.

Adobe Dreamweaver CC 14 Tutorial

Adobe Dreamweaver CC 14 Tutorial Adobe Dreamweaver CC 14 Tutorial GETTING STARTED 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

More information

Introduction to Macromedia Dreamweaver MX

Introduction to Macromedia Dreamweaver MX Introduction to Macromedia Dreamweaver MX Macromedia Dreamweaver MX is a comprehensive tool for developing and maintaining web pages. This document will take you through the basics of starting Dreamweaver

More information

ITP 101 Project 3 - Dreamweaver

ITP 101 Project 3 - Dreamweaver ITP 101 Project 3 - Dreamweaver Project Objectives You will also learn how to make a website outlining your company s products, location, and contact info. Project Details USC provides its students with

More information

Intro to Web Development

Intro to Web Development Intro to Web Development For this assignment you will be using the KompoZer program because it free to use, and we wanted to keep the costs of this course down. You may be familiar with other webpage editing

More information

Lab: Create Your Own Homepage! This exercise uses MS Expression Web as a Web Page creation tool. If you like you

Lab: Create Your Own Homepage! This exercise uses MS Expression Web as a Web Page creation tool. If you like you Lab: Create Your Own Homepage! This exercise uses MS Expression Web as a Web Page creation tool. If you like you can download a trial version at http://www.microsoft.com/enus/download/details.aspx?id=7764.

More information

Using the free iweb webpage templates

Using the free iweb webpage templates Table of Contents: Using the free iweb webpage templates Overview... 1 Setup... 1 How to download... 2 How to extract the template files from the.zip file... 2 Programs to use... 3 Rules to follow... 3

More information

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.)

Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.) Building a Personal Website (Adapted from the Building a Town Website Student Guide 2003 Macromedia, Inc.) In this project, you will learn the web publishing skills you need to: Plan a website Define a

More information

Adobe Dreamweaver - Basic Web Page Tutorial

Adobe Dreamweaver - Basic Web Page Tutorial Adobe Dreamweaver - Basic Web Page Tutorial Window Elements While Dreamweaver can look very intimidating when it is first launched it is an easy program. Dreamweaver knows that your files must be organized

More information

Dreamweaver CS6 Basics

Dreamweaver CS6 Basics Dreamweaver CS6 Basics Learn the basics of building an HTML document using Adobe Dreamweaver by creating a new page and inserting common HTML elements using the WYSIWYG interface. EdShare EdShare is a

More information

Joomla! 2.5.x Training Manual

Joomla! 2.5.x Training Manual Joomla! 2.5.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

PERSONAL WEBSITE DEVELOPMENT 101. Brought to you by the UB Graduate Student Association webmasters: Holly Keily & John Beverley

PERSONAL WEBSITE DEVELOPMENT 101. Brought to you by the UB Graduate Student Association webmasters: Holly Keily & John Beverley PERSONAL WEBSITE DEVELOPMENT 101 Brought to you by the UB Graduate Student Association webmasters: Holly Keily & John Beverley THE BIG PICTURE You need a WEBSITE And we are here to help you build one You

More information

Microsoft Word 2013 Tutorial

Microsoft Word 2013 Tutorial Microsoft Word 2013 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

Creating your personal website. Installing necessary programs Creating a website Publishing a website

Creating your personal website. Installing necessary programs Creating a website Publishing a website Creating your personal website Installing necessary programs Creating a website Publishing a website The objective of these instructions is to aid in the production of a personal website published on

More information

How do you use word processing software (MS Word)?

How do you use word processing software (MS Word)? How do you use word processing software (MS Word)? Page 1 How do you use word processing software (MS Word)? Lesson Length: 2 hours Lesson Plan: The following text will lead you (the instructor) through

More information

Getting Started with KompoZer

Getting Started with KompoZer Getting Started with KompoZer Contents Web Publishing with KompoZer... 1 Objectives... 1 UNIX computer account... 1 Resources for learning more about WWW and HTML... 1 Introduction... 2 Publishing files

More information

Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College *

Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College * Adobe Dreamweaver Student Organizations Publishing Details Getting Started Basic Web Page Tutorial For Student Organizations at Dickinson College * Some Student Organizations are on our web server called

More information

MICROSOFT WORD TUTORIAL

MICROSOFT WORD TUTORIAL MICROSOFT WORD TUTORIAL G E T T I N G S T A R T E D Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents,

More information

Introduction. POP and IMAP Servers. MAC1028 June 2007

Introduction. POP and IMAP Servers. MAC1028 June 2007 MAC1028 June 2007 Getting Started with Thunderbird 2.0 For Macintosh OS X Author: John A. Montgomery Adapted to OS X by: Peter Lee Revised by Mitchell Ochi and Deanna Pasternak Introduction...1 POP and

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter)

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Content Management Systems Web Publishing Guide Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Guidelines, Glossary, Tips, URL to Log In & How to Log Out... 2 Landing

More information

Microsoft PowerPoint 2010 Handout

Microsoft PowerPoint 2010 Handout Microsoft PowerPoint 2010 Handout PowerPoint is a presentation software program that is part of the Microsoft Office package. This program helps you to enhance your oral presentation and keep the audience

More information

Microsoft Word 2010 Tutorial

Microsoft Word 2010 Tutorial Microsoft Word 2010 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

More information

OpenIMS 4.2. Document Management Server. User manual

OpenIMS 4.2. Document Management Server. User manual OpenIMS 4.2 Document Management Server User manual OpenSesame ICT BV Index 1 INTRODUCTION...4 1.1 Client specifications...4 2 INTRODUCTION OPENIMS DMS...5 2.1 Login...5 2.2 Language choice...5 3 OPENIMS

More information

Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame...

Contents. Launching FrontPage... 3. Working with the FrontPage Interface... 3 View Options... 4 The Folders List... 5 The Page View Frame... Using Microsoft Office 2003 Introduction to FrontPage Handout INFORMATION TECHNOLOGY SERVICES California State University, Los Angeles Version 1.0 Fall 2005 Contents Launching FrontPage... 3 Working with

More information

Website Development Komodo Editor and HTML Intro

Website Development Komodo Editor and HTML Intro Website Development Komodo Editor and HTML Intro Introduction In this Assignment we will cover: o Use of the editor that will be used for the Website Development and Javascript Programming sections of

More information

Creating Web Pages With Dreamweaver MX 2004

Creating Web Pages With Dreamweaver MX 2004 Creating Web Pages With Dreamweaver MX 2004 1 Introduction Learning Goal: By the end of the session, participants will have an understanding of: What Dreamweaver is, and How it can be used to create basic

More information

IBI Group FTP: Usage Instructions

IBI Group FTP: Usage Instructions IBI Group FTP: Usage Instructions Version: Windows; Last Updated: April 22 nd 2009 There are two IBI Group supported methods for connecting to the FTP site, My Computer and FileZilla Client Software. If

More information

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010

Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Microsoft Word 2010 Prepared by Computing Services at the Eastman School of Music July 2010 Contents Microsoft Office Interface... 4 File Ribbon Tab... 5 Microsoft Office Quick Access Toolbar... 6 Appearance

More information

Getting Started with WebSite Tonight

Getting Started with WebSite Tonight Getting Started with WebSite Tonight WebSite Tonight Getting Started Guide Version 3.0 (12.2010) Copyright 2010. All rights reserved. Distribution of this work or derivative of this work is prohibited

More information

Quick Start Guide. Hosting Your Domain

Quick Start Guide. Hosting Your Domain Quick Start Guide Hosting Your Domain http://www.names.co.uk/support/ Table of Contents Web Hosting... 3 FTP (File Transfer Protocol)... 3 File Manager... 6 SiteMaker... 7 2 Please keep these documents

More information

Optimal Browser Settings for Internet Explorer Running on Microsoft Windows

Optimal Browser Settings for Internet Explorer Running on Microsoft Windows Optimal Browser Settings for Internet Explorer Running on Microsoft Windows If you have Internet Explorer 7 or 8: Each time you log in to our web site, it evaluates whether you are using the same computer

More information

Dreamweaver. Introduction to Editing Web Pages

Dreamweaver. Introduction to Editing Web Pages Dreamweaver Introduction to Editing Web Pages WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 INTRODUCTION TO DREAMWEAVER... 1 Document Window 3 Toolbar 3 Insert Panel 4 Properties Panel

More information

Dreamweaver: Getting Started Website Structure Why is this relevant?

Dreamweaver: Getting Started Website Structure Why is this relevant? Dreamweaver: Getting Started Dreamweaver is a Graphic Designer s tool to create websites as he or she designs. As part of the Adobe Creative Suite, Dreamweaver is able to work in conjunction with Photoshop,

More information

Voice-Over PowerPoint (VOPP) and FTP Instructions for Online Courses (for Windows PC Computers) December 2009

Voice-Over PowerPoint (VOPP) and FTP Instructions for Online Courses (for Windows PC Computers) December 2009 Voice-Over PowerPoint (VOPP) and FTP Instructions for Online Courses (for Windows PC Computers) December 2009 A. How to add narration to a PowerPoint presentation: 1. Attach a microphone to your computer

More information

Creating Your Personal Website

Creating Your Personal Website Creating Your Personal Website These instructions will show you how to create a personal webpage for CSULB students using Dreamweaver MX 2004. The page will consist of a title, background image, text,

More information

Lab 1: Create a Personal Homepage

Lab 1: Create a Personal Homepage Objectives: Lab 1: Create a Personal Homepage Understand the basics of HTML Create a personal website, if you do not have one Learn how to submit your assignments Preparation 1. Create a folder with the

More information

FileZilla: Uploading/Downloading Files to SBI FTP

FileZilla: Uploading/Downloading Files to SBI FTP FileZilla Download and Installation Instructions FileZilla is a free software that uses SourceForge as an installation provider. SourceForge is bundling the FileZilla software with other products that

More information

Quick Reference Guide

Quick Reference Guide Simplified Web Interface for Teachers Quick Reference Guide Online Development Center Site Profile 5 These fields will be pre-populated with your information { 1 2 3 4 Key 1) Website Title: Enter the name

More information

Introduction to Dreamweaver

Introduction to Dreamweaver Introduction to Dreamweaver Center for Teaching and Learning Mid-Year Institute March 4, 2003 Contents Section A: The Desktop 1. Creating a Folder to store your stuff in Section B: The fun part: building

More information

Creating Personal Web Sites Using SharePoint Designer 2007

Creating Personal Web Sites Using SharePoint Designer 2007 Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare

More information

Microsoft Expression Web

Microsoft Expression Web Microsoft Expression Web Microsoft Expression Web is the new program from Microsoft to replace Frontpage as a website editing program. While the layout has changed, it still functions much the same as

More information

Sendspace Wizard Desktop Tool Step-By-Step Guide

Sendspace Wizard Desktop Tool Step-By-Step Guide Sendspace Wizard Desktop Tool Step-By-Step Guide Copyright 2007 by sendspace.com This publication is designed to provide accurate and authoritative information for users of sendspace, the easy big file

More information

BeamYourScreen User Guide Mac Version

BeamYourScreen User Guide Mac Version BeamYourScreen User Guide Mac Version Table of Contents Registration 3 Download & Installation 4 Start a Session 5 Join a Session 6 Features 7 Participant List 7 Switch Presenter 8 Remote Control 8 Whiteboard

More information

Mikogo User Guide Mac Version

Mikogo User Guide Mac Version Mikogo User Guide Mac Version Table of Contents Registration... 3 Download & Installation... 4 Start a Session... 5 Join a Session... 5 Features... 6 Participant List... 6 Switch Presenter... 7 Remote

More information

Mikogo User Guide Linux Version

Mikogo User Guide Linux Version Mikogo User Guide Linux Version Table of Contents Registration 3 Downloading & Running the Application 3 Enter Your Account Details 4 Start a Session 5 Join a Session 6 Features 7 Participant List 7 Switch

More information

Personal Portfolios on Blackboard

Personal Portfolios on Blackboard Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal

More information

Appendix 1 Install RightNow on your PC

Appendix 1 Install RightNow on your PC Appendix 1 Install RightNow on your PC Please do not install the live site unless you have been instructed to do so. 1 Open Internet Explorer and navigate to; http://student.ask.adelaide.edu.au/cgi-bin/adelaide.cfg/php/admin/launch.php

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

NS Financials. Client Platform Guide for Mac Using Safari Incl Citrix Setup As A Local Client

NS Financials. Client Platform Guide for Mac Using Safari Incl Citrix Setup As A Local Client NS Financials Client Platform Guide for Mac Using Safari Incl Citrix Setup As A Local Client This document describes how to access the NS Financials system through Safari on an Apple Mac and outlines the

More information

Student Getting Started Guide

Student Getting Started Guide with with Student Getting Started Guide TABLE OF CONTENTS Table of Contents FIRST STEPS TO ENSURE SUCCESS... 3 Ensure System Requirements are met on Your Computer... 3 Find Out Which Operating System Is

More information

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005

Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction to OpenOffice Writer 2.0 Jessica Kubik Information Technology Lab School of Information University of Texas at Austin Fall 2005 Introduction: OpenOffice Writer is a word processing application

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE

SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE Welcome To Surpass Hosting Service. This document contains instructions to help you get up and running with your new service. The instructions

More information

Macs are not directly compatible with Noetix.

Macs are not directly compatible with Noetix. Those that use Macintosh computers to access Noetix cannot directly access Noetix through http://www.sandiego.edu/noetix. If one is on a Mac and goes to Noetix directly in a web browser, the page is likely

More information

Tutorial Guide to the IS Unix Service

Tutorial Guide to the IS Unix Service Tutorial Guide to the IS Unix Service The aim of this guide is to help people to start using the facilities available on the Unix and Linux servers managed by Information Services. It refers in particular

More information

Microsoft PowerPoint 2007

Microsoft PowerPoint 2007 Microsoft PowerPoint 2007 PowerPoint is currently the most common software used for making visual aids for presentations. It has been redesigned for the 2007 release with a much more user-friendly and

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003 In This Guide Microsoft PowerPoint 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free PowerPoint

More information

Web Site Maintenance Essentials

Web Site Maintenance Essentials Web Site Maintenance Essentials Jeff Pankin Information Services and Technology Contents Course Objectives and Your Role As Site Maintainer... 3 Course Objectives... 3 Your Role... 3 Routine Tasks for

More information

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server How to Setup and Connect to an FTP Server Using FileZilla The ability to store data on a server and being able to access the data from anywhere in the world has allowed us to get rid of external flash

More information

HIT THE GROUND RUNNING MS WORD INTRODUCTION

HIT THE GROUND RUNNING MS WORD INTRODUCTION HIT THE GROUND RUNNING MS WORD INTRODUCTION MS Word is a word processing program. MS Word has many features and with it, a person can create reports, letters, faxes, memos, web pages, newsletters, and

More information

Making a Web Page with Microsoft Publisher 2003

Making a Web Page with Microsoft Publisher 2003 Making a Web Page with Microsoft Publisher 2003 The first thing to consider when making a Web page or a Web site is the architecture of the site. How many pages will you have and how will they link to

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

Basic Web Development @ Fullerton College

Basic Web Development @ Fullerton College Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your

More information

D2L: An introduction to CONTENT University of Wisconsin-Parkside

D2L: An introduction to CONTENT University of Wisconsin-Parkside D2L: An introduction to CONTENT University of Wisconsin-Parkside FOR FACULTY: What is CONTENT? The Content and Course Builder tools both allow you to organize materials in D2L. Content lets you and your

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

eportfolio Student Guide

eportfolio Student Guide Overview...2 The eportfolio...2 Folio Thinking...2 Collecting...2 Selecting...2 Reflecting...3 Connecting...3 Collecting...4 Adding Files to Resources...4 Public Files...5 Organizing Resource Files...6

More information

ADOBE DREAMWEAVER CS3 TUTORIAL

ADOBE DREAMWEAVER CS3 TUTORIAL ADOBE DREAMWEAVER CS3 TUTORIAL 1 TABLE OF CONTENTS I. GETTING S TARTED... 2 II. CREATING A WEBPAGE... 2 III. DESIGN AND LAYOUT... 3 IV. INSERTING AND USING TABLES... 4 A. WHY USE TABLES... 4 B. HOW TO

More information

Microsoft Office 2013

Microsoft Office 2013 Student manuals available at: www.learnit.com/manuals Username: manuals; Password: password Microsoft Office 2013 New Features Take this class home with you! Student Videos Available at: www.learnitanytime.com

More information

UF Health SharePoint 2010 Introduction to Content Administration

UF Health SharePoint 2010 Introduction to Content Administration UF Health SharePoint 2010 Introduction to Content Administration Email: training@health.ufl.edu Web Page: http://training.health.ufl.edu Last Updated 2/7/2014 Introduction to SharePoint 2010 2.0 Hours

More information

Creating a Web Site with Publisher 2010

Creating a Web Site with Publisher 2010 Creating a Web Site with Publisher 2010 Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This document may be

More information

Accessing your Staff (N and O drive) files from off campus

Accessing your Staff (N and O drive) files from off campus Accessing your Staff (N and O drive) files from off campus It is possible to access your N and O drive files while you are off campus, for example whilst working from home or travelling. This document

More information

Greetings Keyboard Mastery Keyboarding Students! Teacher: Mrs. Wright

Greetings Keyboard Mastery Keyboarding Students! Teacher: Mrs. Wright Greetings Keyboard Mastery Keyboarding Students! Teacher: Mrs. Wright You do NOT have to turn anything in I can see your scores and grades online in my Teacher Manager. Read this syllabus carefully! Step

More information

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move

In this session, we will explain some of the basics of word processing. 1. Start Microsoft Word 11. Edit the Document cut & move WORD PROCESSING In this session, we will explain some of the basics of word processing. The following are the outlines: 1. Start Microsoft Word 11. Edit the Document cut & move 2. Describe the Word Screen

More information

Google Drive Create, Share and Edit Documents Online

Google Drive Create, Share and Edit Documents Online Revision 3 (1-31-2014) Google Drive Create, Share and Edit Documents Online With Google Drive, you can easily create, share, and edit documents online. Here are a few specific things you can do: Convert

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

A Crash Course in OS X D. Riley and M. Allen

A Crash Course in OS X D. Riley and M. Allen Objectives A Crash Course in OS X D. Riley and M. Allen To learn some of the basics of the OS X operating system - including the use of the login panel, system menus, the file browser, the desktop, and

More information

Site Maintenance. Table of Contents

Site Maintenance. Table of Contents Site Maintenance Table of Contents Adobe Contribute How to Install... 1 Publisher and Editor Roles... 1 Editing a Page in Contribute... 2 Designing a Page... 4 Publishing a Draft... 7 Common Problems...

More information

Live Text at Centenary College Quick Tips Guide

Live Text at Centenary College Quick Tips Guide Live Text at Centenary College Quick Tips Guide Please read all the information on this page. LiveText can help you create and maintain a digital portfolio of all the assignments and teaching materials

More information

Hallpass Instructions for Connecting to Mac with a Mac

Hallpass Instructions for Connecting to Mac with a Mac Hallpass Instructions for Connecting to Mac with a Mac The following instructions explain how to enable screen sharing with your Macintosh computer using another Macintosh computer. Note: You must leave

More information

USM Web Content Management System

USM Web Content Management System University of Southern Maine USM Web Content Management System USM Web CMS Technical Development Group 4/26/2011 Content o Introduction o Login o User Roles o Group Member o Group Publisher o Group Admin

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial Contents Starting MS PowerPoint... 1 The MS PowerPoint Window... 2 Title Bar...2 Office Button...3 Saving Your Work... 3 For the first time... 3 While you work... 3 Backing

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

mystanwell.com Installing Citrix Client Software Information and Business Systems

mystanwell.com Installing Citrix Client Software Information and Business Systems mystanwell.com Installing Citrix Client Software Information and Business Systems Doc No: 020/12 Revision No: Revision Date: Page: 1 of 16 Contents Overview... 3 1. Microsoft Internet Explorer... 3 2.

More information

How to use Mints@Home

How to use Mints@Home How to use Mints@Home Citrix Remote Access gives Mints users the ability to access University Of Cambridge and MINTS resources from any computer, anywhere in the world,. The service requires a high-speed

More information

Working With Your FTP Site

Working With Your FTP Site Working With Your FTP Site Welcome to your FTP Site! The UnlimitedFTP (UFTP) software will allow you to run from any web page using Netscape, Internet Explorer, Opera, Mozilla or Safari browsers. It can

More information

educ Office 365 email: Remove & create new Outlook profile

educ Office 365 email: Remove & create new Outlook profile Published: 29/01/2015 If you have previously used Outlook the with the SCC/SWO service then once you have been moved into Office 365 your Outlook will need to contact the SCC/SWO servers one last time

More information

Page1. Tera Doty-Blance http://library.cortland.edu/ttc/training_center.asp

Page1. Tera Doty-Blance http://library.cortland.edu/ttc/training_center.asp Page1 Contents Setting Up a Student Web Account on the SUNY Cortland Web Server... 2 Opening the iweb Application and Choosing a Template... 3 Publishing Your iweb site to Student Web... 5 Creating a Copy

More information

Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP

Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP Introduction This document describes how to create a basic web page with Netscape/Mozilla Composer and how to publish

More information

DREAMWEAVER BASICS. A guide to updating Faculty websites Created by the Advancement & Marketing Unit

DREAMWEAVER BASICS. A guide to updating Faculty websites Created by the Advancement & Marketing Unit DREAMWEAVER BASICS A guide to updating Faculty websites Created by the Advancement & Marketing Unit Table of content Tip: Click on the links below to go straight to the desired section The W (Web Services)

More information

Egnyte for Power and Standard Users. User Guide

Egnyte for Power and Standard Users. User Guide Egnyte for Power and Standard Users User Guide Egnyte Inc. 1350 West Middlefield Road. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) Revised June 2015 Table of Contents Chapter 1: Getting

More information

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font

How To Write A Cq5 Authoring Manual On An Ubuntu Cq 5.2.2 (Windows) (Windows 5) (Mac) (Apple) (Amd) (Powerbook) (Html) (Web) (Font Adobe CQ5 Authoring Basics Print Manual SFU s Content Management System SFU IT Services CMS Team ABSTRACT A summary of CQ5 Authoring Basics including: Setup and Login, CQ Interface Tour, Versioning, Uploading

More information

Introduction to Word 2007

Introduction to Word 2007 Introduction to Word 2007 You will notice some obvious changes immediately after starting Word 2007. For starters, the top bar has a completely new look, consisting of new features, buttons and naming

More information

Basic tutorial for Dreamweaver CS5

Basic tutorial for Dreamweaver CS5 Basic tutorial for Dreamweaver CS5 Creating a New Website: When you first open up Dreamweaver, a welcome screen introduces the user to some basic options to start creating websites. If you re going to

More information

Citrix Client Install Instructions

Citrix Client Install Instructions Citrix Client Install Instructions If you are using Citrix remotely, Information Technology Services recommends updating Citrix client to the newest version available online. You must be an administrator

More information

Introduction to Microsoft Word 2003

Introduction to Microsoft Word 2003 Introduction to Microsoft Word 2003 Sabeera Kulkarni Information Technology Lab School of Information University of Texas at Austin Fall 2004 1. Objective This tutorial is designed for users who are new

More information

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4

Saving work in the CMS... 2. Edit an existing page... 2. Create a new page... 4. Create a side bar section... 4 CMS Editor How-To Saving work in the CMS... 2 Edit an existing page... 2 Create a new page... 4 Create a side bar section... 4 Upload an image and add to your page... 5 Add an existing image to a Page...

More information

Action settings and interactivity

Action settings and interactivity Interactivity in Powerpoint Powerpoint includes a small set of actions that can be set to occur when the user clicks, or simply moves the cursor over an object. These actions consist of links to other

More information