Dreamweaver Introduction -- Creating Web Pages with Dreamweaver

Size: px
Start display at page:

Download "Dreamweaver Introduction -- Creating Web Pages with Dreamweaver"

Transcription

1 Dreamweaver Introduction -- Creating Web Pages with Dreamweaver This workshop covers the basics of web authoring with Dreamweaver. Learn how to create and format a webpage including creating tables, inserting images, creating links, and publishing your pages. Participants will: Start Dreamweaver and define a "local site" Navigate Dreamweaver Create and format web pages Create and modify tables Link to images Create hyperlinks in text and images to other webpages Create "image maps" Define a remote site and "publish" to it What are web pages? Web pages are nothing more than text documents that have special tags controlling appearance, linking, and layout. You can see the code behind a webpage by viewing a page s source. In Internet Explorer, chose View > Source and you will something that looks like this: <h1>research Guides, Tutorials and more...</h1> <center> <p><a href="#course"><b>course-specific Guides</b></a><b> </b><a href="#subject"><b>subject Guides</b></a><b> </b><a href="#career"><b>career Guides<br> </b></a><a href="#software"><b>software Tutorials</b></a><b> </b><a href="#database"><b>database Tutorials</b></a><b> </b><a href="#research"><b>doing Library Research</b></a><br> </p> </center> Why use Dreamweaver? The power of Dreamweaver (and similar) web page editors is that it allows users to create web pages without having to know the tags that make up HTML. Dreamweaver is an especially good web page editor because it is accessible for the novice user, yet is powerful enough to grow with users as they gain experience and demand more complex features. Dreamweaver MX 2004 is available from the macromedia website for a 30 day free trial. In addition, it is the installed on many labs throughout campus, and is available for a substantial educational discount in the college bookstore. Although this workshop specifically addresses Dreamweaver MX 2004, the concepts, ideas, and topics covered in this workshop are applicable to earlier versions too. This workshop is conducted on Windows XP workstations, but all concepts, ideas, and topics are applicable to Macintosh users too. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 1

2 Site Organization Each web site (a collection of web pages, images, and other files) is housed on a server in a directory which is readable by a web browser. Files are linked together in a hierarchical structure that allows users to navigate through the available files. Organizing your site from the outset and maintaining the structure for your site on your local drive could save many hours of debugging broken links and missing files. When you go to publish your site by moving your files to a web server, you will replicate not only the files, but also the hierarchical structure that you have created. The default webpage of any web site directory is called index.html. To prevent users from browsing the files and subdirectories in a website, simply name the lead document in every directory index.html. If there is no document named index.html in a directory (as is the case with the directory shown to the left) the web browser will create one for the user which will be nothing more than an alphabetical list of the files and sub directories. Think of index.html as the table of contents of your website. Everything you want your users of your site to see will be linked to this document to guide them through your content. Step 1: Create a folder locally. If you are at your own computer, feel free to create the folder wherever you are comfortable storing files. In this lab, click the My Documents icon from the desktop and add a www folder. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 2

3 Step 2: Set up the Dreamweaver site editor for editing See also, the step by step instructions for setting up a site at: When Dreamweaver MX opens, it looks like this: Click Create New Dreamweaver Site to walk through a wizard, setting up a new site. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 3

4 Name your site something meaningful Leave the default answer no to the server technology question. Leave the default option to work locally with your files, and specify the location of the local www directory you created: Specify the remote settings for your website. If your website will be at use the following settings, exactly as shown. Choose FTP and the connection type. Type gibson.rit.edu as the host name. Type www/ for the remote folder. Type your RIT User ID. In a public lab like this one, leave password blank and don t save it. Check off Use Secure FTP Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 4

5 Complete the wizard, answering Next or Done, until you are back to the main program. Your site is now available in the Files window. Choose Local View to the right. Finally click, Create New HTML, from the menu in the center. When your blank document is created, save it as index.html The next time that you open Dreamweaver, your site will be already defined and ready to use. Simply select it from the drop down menu on the right hand side. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 5

6 Application Workspace Title Bar The title bar gives the filename, and the local location of the file Menu Bar Like all windows applications, all functions can be reached from the Menu Bar Insert Toolbar Dreamweaver includes several toolbars with shortcuts to insert common objects. Main workspace Where you type and manipulate objects in Dreamweaver Site Panel Shows all the files and subdirectories of your website Properties Inspector A panel to control settings for the type of object you are working with. As you work with different types of object (text, images, tables, etc ), the properties inspector changes. Like all Windows programs, you can customize the look and feel of the workspace. The View Toolbars menu option and the Window menu give you many options on customizing the application. Experiment with these to find what works best for you. If any part of the program should be closed accidentally, try toggling one of these options to see if it reappears. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 6

7 Creating a New Page: There are a numerous ways to start a new document. Choose File > New. OR From the Site Panel chose File > New File OR Ctrl + N OR In the Site Panel find the place the new document will reside, and with a right mouse button click, choose New File. Name the file immediately, being sure to use.htm or html as the file extension, then double click the new file to open it. Of the four choices, the later is the preferred method, because it forces you to save the file in the proper place. If you choose the other options, you will have to save the document by choosing File > Save or File > Save As. Once you have created a new page, the first thing you should do is set the Page Properties. Page properties are settings that control the look and feel of the entire page. From the Modify menu, choose Page Properties, the following dialog box will appear: Of all the categories, Appearance, Links, and Title are the most useful. Headings, and Tracing Image are beyond the scope of this workshop. These settings control the default font, colors, and margins of a web page. These setting control the appearance and color of fonts. The Title controls what the user sees in her browser s title bar and bookmark file. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 7

8 All of these settings are optional. If you do not choose to set a color or font, you are passing the choice of color or font to your users browsers. Unless specified, the user s browser will use whatever color or font it normally uses. Since web pages are meant to be displayed on your users computers, designing for them can be tricky. Graphic design and traditional printing professionals are used to having total control of their documents setting up exactly how they want the document to appear. Web pages do not allow total control of appearance. This is first apparent to most novice web page authors when setting fonts or colors for the page properties. Notice that you can not specify a single font. Instead, you specify a font list. A font list, is asking the user s browser to first try rendering the text in Arial. If the user s PC does not have Arial, then try Helvetica, and if Helvetica is not available, then use whatever font is set up to be the default sans-serif font. If you leave the choice default font, then the text will be whatever font is specified as the default font in the user s browser. Colors are chosen in Dreamweaver by specifying a hexadecimal number. Although you can specify one of several million different colors, you should be careful doing so. You user may have a monitor that will be unable to display the color you have chosen. Dreamweaver s color picker gives you a choice of 216 web safe colors that almost all computer displays can render. Of course, there is nothing stopping you from choosing a more obscure color, as long as you are willing to live with the fact that some of your users may not be able to display it. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 8

9 Working with Text Working with text in Dreamweaver is similar to working with text in a word processor. From the properties inspector, you can set the font family, font color, font style (bold, italics) justification, and create bulleted or numbered lists. Previous versions of Dreamweaver did not preserve formatting when you pasted in text from a word processing program. Dreamweaver MX 2004, fixes this problem, and now text is properly formated. Besides the font family and color selections already noted above, there are several additional differences between standard word processing and authoring HTML in Dreamweaver. Tabs don t work: The tab key does not work in web page editors. Use the indent and outdent arrows on the Property Inspector for a similar effect. Multiple spaces are treated as one: The HTML treats multiple spaces as a single space. So, pressing down the space key to line up text is not possible. (If absolutely necessary, you can place multiple spaces into HTML, but it requires you to go into the HTML code view and add the HTML code for a space - ). Paragraph Breaks: In HTML all paragraphs have a blank line between them. Using the ENTER key (or RETURN Key) will create paragraph breaks. When typing text, let the processor wrap lines for you. Unlike the Desktop publishing world, your output is not controlled by you. You user may have different monitor settings and if you do not let the text wrap for you, you could end up with strange results. Line Breaks: If you want a line break, use SHIFT+ENTER (or SHIFT+RETURN). Spell checking: Available in the Text Menu. It is best to type all your text first, letting the lines wrap for you, and then go back and do your formatting. It is best to use a dark colored font on a light background. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 9

10 Links, Anchors, & Mailtos What are Links? Links are clickable items that connect to other documents on the web. (other web pages, media files such as video, audio, PDF files, etc ) Commonly, underlined text or image buttons are used as links. Links draw the users eye to the navigable sections of the page. There are 4 types of links: 1) External Links: Used to connect to an external web page. Also called Absolute Links because you must use the fully qualified URL in order to create the link. Creating an External Link 1. Type your text and highlight it. 2. In the properties inspector, type the complete URL of the site including the part and the full web address. For example: 2) Internal Links used for links to another page at your site. Also called a Relative Link because the user provides the relative path from the current document to the one you wish to link to. They should not include the part of a URL. Creating an Internal Link 1. Type your text and highlight it. 2. In the properties inspector, use the folder icon, to select the document on your site that you want to link to. The address that appears in the relative path to the your file. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 10

11 3) Links to an Anchor These are links to a section on another web page. It requires one to first insert a named anchor into the text. Inserting a Named Anchor 1. Position your cursor exactly where you want the named anchor to be. 2. From the Insert Menu choose Insert Named Anchor. 3. When naming the anchor, avoid spaces, special characters, and don t forget that capitalization matters. Linking to a Named Anchor 1. To link to a named anchor, simply use a pound sign # before the name of the anchor. For example, if you are linking to the named anchor section1 and: a. The anchor is on the current page, simply type #section1 into the link box. b. If the anchor is on another page in your site, simply type the name of that page, then it s named anchor: page2.html#section1 c. The anchor is on another page outside of your site, type the complete URL, with the part, the filename, and the named anchor. For example, 4) Mailto Links These are special links that when clicked launch the user s program. Creating a Mailto Link 1. Type your address and highlight it. 2. In the properties inspector link box, type mailto: followed by an address. For example, mailto:jjjwml@rit.edu Checking Links Once you have created a page with links, it s a good idea to check them. There are several ways to do that: File > Preview in Browser will open your document in a web browser so that you can manually check the links. File > Check Page > Check Links will check all the links in your document for you. To edit a broken link, select it and make corrections in the Properties Inspector link box. To remove a link, select the text and delete the contents of the link box of the Properties Inspector. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 11

12 Images and Image Maps Images are displayed on HTML pages by linking to them in a similar manner to page linking. You can either link to an image on your site, or link to an image on another site. Although it is considered bad form to link to images from other sites, there is nothing technologically stopping you from doing so. When working with images for the web, you should prepare all your images outside of Dreamweaver in a program such as Photoshop, Fireworks, or paint or graphics program. Copyright is a serious issue. You should not under any circumstances use someone else s images without getting permission. But if you wanted to, you can download existing images from Internet Explorer, by right clicking and choosing Save Image As. Two basic file formats are supported in HTML JPG and GIF. Image formats used on the web Image Format GIF JPEG General Use Considerations File name convention Icons, graphics, animated gifs Photographic images The 216 web-safe colors will show well on vast majority of 256 (8-bit) color monitors. Balance between compression and image quality. Has 8 bit adaptive-24 bit color (millions) but not necessarily web safe. Example: icon.gif Example: photo.jpg All image files you plan to use should be named and organized in your local web site folder before you link them in your documents. When you insert an image into an HTML document, you are merely referencing the image file. If you move or delete your images outside of Dreamweaver, your webpage s will have broken image links. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 12

13 Inserting an Image 1. Place your courser where you want to image to appear. 2. Select INSERT > IMAGE or click the image icon on the insert toolbar. 3. Locate the image in your local site directory and click the OK button. 4. Click on the newly inserted image, and the properties inspector changes so that you see and can control the image s properties. 5. Fill in the properties as you see fit. (see description below) Name box (unlabeled box below the text Image, 3K) is for naming the image to refer to later from scripts. W and H options set the pixel width and height sizes. When you insert and image in Dreamweaver, these are set automatically for you. You should not adjust the image size using these setting. It could distort the image. If you need to change the size of image, do it outside of Dreamweaver and re-insert. Src specifies the name and location of the image gif or jpg image file. This too is filled in automatically by Dreamweaver when you insert an image. Alt allows you to enter a short text description of what the image is illustrating. When users hold their mouse over the image, this text will pop-up. It assists users who use voice readers on their web pages and this text will display if the user has turned off images on their web browser. Link allows you to make the image a clickable hyperlink. Just like text links, it can either be an absolute URL, a relative URL, a link to a named anchor, or an link. Border specifies the thickness in pixels or a border around the image. By default it is left blank which means no border. will left justify, center, or right justify the image. Align sets the alignment options for text near an image. By default, text is set to align with the baseline of the image. Use the drop down box to experiment with the setting for your page. Map defines the clickable parts of an image. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 13

14 Making an Image Map 1. Highlight your image. 2. Choose the shape that will best create the hotspot you want (rectangle, circle, or polygon). When you begin drawing your hotspot, properties inspector will change so that you can set the properties for your hotspot. 3. Fill in the Link Box with the link for that hotspot. Just like text links, it can either be an absolute URL, a relative URL, a link to a named anchor, or an link. 4. Optionally repeat for each hot spot you want to create. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 14

15 Tables Tables are used to either layout data in a spreadsheet format, or to create nicely organized, sometimes complex, web pages. A cell can hold anything: formatted text, images, links, headings, horizontal rules, lists, or another table (nested tables). This webpage uses a very simple table to layout data in a spreadsheet like format. The cell borders are visible, so you can easily see the columns and row. This web page makes extensive use of tables to organize content. The borders of the tables are invisible, but if you study the page long enough, you can tell that there are at least 20 rows and 4 columns. Inserting a Table 1. Select Insert > Table or choose the table icon on the Inert Toolbar. 2. Fill in the properties as described below. Rows and Columns specifies the number of rows and columns. Table Width is a two part setting. The drop down box lets you specify if the table should be an absolute size in pixels (so that the size of the table remains the same) or a relative size in percent of screen. Border Thickness sets the thickness of the border around cells. To make this table use an invisible border, set the border to zero. Cell Padding sets the space around the cells border and the content of the cells. Cell Spacing controls how much space exists between cells. Header will apply a pre-formatted style bolding the contents of the top row, the left-most column, or both. Accessibility optionally allow you to specify a caption to include with your table. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 15

16 When you have selected the entire table, by clicking the corner of it, a solid black box appears the entire table, and the Properties Inspector can be used to modify the settings of the entire table. Any of the settings specified when first creating the table can be modified here. In addition, you can set the background color, the border color, and align the table on the page. Any of the settings you set here will effect the entire table. You can also select just parts of a table a single cell, several cells, one or more rows, one or more columns, etc The little green drop down arrows at the base the table, make it easy to select exactly what you want to. Notice that when you select just part of a table (a single column for example) the properties inspector changes back to the text mode. Any text settings such as font, style, etc will only be applied to the contents of that cell. Merge cells together or split one apart Set the horizontal or vertical alignment. Set the cell(s) width and height Set the cell(s) background color Set the cell(s) border size and color If you change any settings for a cell or a selection of cells, it overrides the settings for a table as a whole. For example, if you set up the table s background color to be blue, but select and change the first row s background color to be red, your entire table will have a blue background expect for the first row, which will be red. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 16

17 Publishing your site at RIT To publish your site on the RIT web server you have to first set up your RIT account for the web. Check to make sure that your RIT personal website is set up and permissions have been set by reviewing the tutorial at If you have already set up the site editor (see the site organization section) then all you have to do is click the connection icon from the files window: A password dialog box will appear: Once you connect, change the view of the files by clicking the drop down menu in the far right hand corner of the Files Panel and choose View, Expand Files Panel. Click and drag each of the files, index.html (your lead document) and other affiliated files (jpg s, gif s etc ) from the panel on the right hand side, to the panel on the left hand side dropping them into the www directory. Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 17

18 If Dreamweaver asks you if you want to include dependent files, click Yes to automatically include all linked gif s, jpeg s, and pages. Clicking No will require you to manually move them separately. Congratulations, you have a website. The web address (URL) to reach your site is: (where abc1234 is replaced with your RIT username). Dreamweaver Introduction -- Creating Web Pages with Dreamweaver RIT Libraries pg: 18

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

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

Using Adobe Dreamweaver CS4 (10.0)

Using Adobe Dreamweaver CS4 (10.0) Getting Started Before you begin create a folder on your desktop called DreamweaverTraining This is where you will save your pages. Inside of the DreamweaverTraining folder, create another folder called

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

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

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

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 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

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

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

General Electric Foundation Computer Center. FrontPage 2003: The Basics

General Electric Foundation Computer Center. FrontPage 2003: The Basics General Electric Foundation Computer Center FrontPage 2003: The Basics September 30, 2004 Alternative Format Statement This publication is available in alternative media upon request. Statement of Non-discrimination

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 FrontPage 2003

Microsoft FrontPage 2003 Information Technology Services Kennesaw State University Microsoft FrontPage 2003 Information Technology Services Microsoft FrontPage Table of Contents Information Technology Services...1 Kennesaw State

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

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

Creating Web Pages with Microsoft FrontPage

Creating Web Pages with Microsoft FrontPage Creating Web Pages with Microsoft FrontPage 1. Page Properties 1.1 Basic page information Choose File Properties. Type the name of the Title of the page, for example Template. And then click OK. Short

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

IAS Web Development using Dreamweaver CS4

IAS Web Development using Dreamweaver CS4 IAS Web Development using Dreamweaver CS4 Information Technology Group Institute for Advanced Study Einstein Drive Princeton, NJ 08540 609 734 8044 * helpdesk@ias.edu Information Technology Group [2] Institute

More information

Umbraco v4 Editors Manual

Umbraco v4 Editors Manual Umbraco v4 Editors Manual Produced by the Umbraco Community Umbraco // The Friendly CMS Contents 1 Introduction... 3 2 Getting Started with Umbraco... 4 2.1 Logging On... 4 2.2 The Edit Mode Interface...

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

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

7 th Annual LiveText Collaboration Conference. Advanced Document Authoring

7 th Annual LiveText Collaboration Conference. Advanced Document Authoring 7 th Annual LiveText Collaboration Conference Advanced Document Authoring Page of S. La Grange Road, nd Floor, La Grange, IL 6055-455 -866-LiveText (-866-548-3839) edu-solutions@livetext.com Page 3 of

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

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

Web Ambassador Training on the CMS

Web Ambassador Training on the CMS Web Ambassador Training on the CMS Learning Objectives Upon completion of this training, participants will be able to: Describe what is a CMS and how to login Upload files and images Organize content Create

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

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

Macromedia Dreamweaver Tutorial

Macromedia Dreamweaver Tutorial Macromedia Instructions: Work through this tutorial Ask when you need help Complete all tasks set in the tutorial Refer back to this tutorial when you design your own website Enjoy 1 Macromedia SET UP

More information

Terminal Four (T4) Site Manager

Terminal Four (T4) Site Manager Terminal Four (T4) Site Manager Contents Terminal Four (T4) Site Manager... 1 Contents... 1 Login... 2 The Toolbar... 3 An example of a University of Exeter page... 5 Add a section... 6 Add content to

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

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide

CONTENTM WEBSITE MANAGEMENT SYSTEM. Getting Started Guide CONTENTM WEBSITE MANAGEMENT SYSTEM Getting Started Guide Table of Contents CONTENTM WEBSITE MANAGEMENT SYSTEM... 1 GETTING TO KNOW YOUR SITE...5 PAGE STRUCTURE...5 Templates...5 Menus...5 Content Areas...5

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

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

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA All information presented in the document has been acquired from http://docs.joomla.org to assist you with your website 1 JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA BACK

More information

Mastering the JangoMail EditLive HTML Editor

Mastering the JangoMail EditLive HTML Editor JangoMail Tutorial Mastering the JangoMail EditLive HTML Editor With JangoMail, you have the option to use our built-in WYSIWYG HTML Editors to compose and send your message. Note: Please disable any pop

More information

OU Campus Web Content Management

OU Campus Web Content Management DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT DRAFT OU Campus Web Content Management Table of Contents OU Campus Web Content Management... 1 Introduction

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

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

Create a Web Page with Dreamweaver

Create a Web Page with Dreamweaver Create a Web Page with Dreamweaver Dreamweaver is an HTML editing program that allows the beginner and the advanced coder to create Web pages. 1. Launch Dreamweaver. Several windows appear that will assist

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

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor

USER GUIDE. Unit 4: Schoolwires Editor. Chapter 1: Editor USER GUIDE Unit 4: Schoolwires Chapter 1: Schoolwires Centricity Version 4.2 TABLE OF CONTENTS Introduction... 1 Audience and Objectives... 1 Getting Started... 1 How the Works... 2 Technical Requirements...

More information

Book Builder Training Materials Using Book Builder September 2014

Book Builder Training Materials Using Book Builder September 2014 Book Builder Training Materials Using Book Builder September 2014 Prepared by WDI, Inc. Table of Contents Introduction --------------------------------------------------------------------------------------------------------------------

More information

How to create pop-up menus

How to create pop-up menus How to create pop-up menus Pop-up menus are menus that are displayed in a browser when a site visitor moves the pointer over or clicks a trigger image. Items in a pop-up menu can have URL links attached

More information

DESIGN A WEB SITE USING PUBLISHER Before you begin, plan your Web site

DESIGN A WEB SITE USING PUBLISHER Before you begin, plan your Web site Page 1 of 22 DESIGN A WEB SITE USING PUBLISHER Before you begin, plan your Web site Before you create your Web site, ask yourself these questions: What do I want the site to do? Whom do I want to visit

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

MS Word 2007 practical notes

MS Word 2007 practical notes MS Word 2007 practical notes Contents Opening Microsoft Word 2007 in the practical room... 4 Screen Layout... 4 The Microsoft Office Button... 4 The Ribbon... 5 Quick Access Toolbar... 5 Moving in the

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

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

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades. 28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites

More information

SiteBuilder 2.1 Manual

SiteBuilder 2.1 Manual SiteBuilder 2.1 Manual Copyright 2004 Yahoo! Inc. All rights reserved. Yahoo! SiteBuilder About This Guide With Yahoo! SiteBuilder, you can build a great web site without even knowing HTML. If you can

More information

KOMPOZER Web Design Software

KOMPOZER Web Design Software KOMPOZER Web Design Software An IGCSE Student Handbook written by Phil Watkins www.kompozer.net CONTENTS This student guide is designed to allow for you to become a competent user* of the Kompozer web

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

HOW TO USE THIS GUIDE

HOW TO USE THIS GUIDE HOW TO USE THIS GUIDE This guide provides step-by-step instructions for each exercise. Anything that you are supposed to type or select is noted with various types and colors. WHEN YOU SEE THIS Click Help

More information

WYSIWYG Editor in Detail

WYSIWYG Editor in Detail WYSIWYG Editor in Detail 1. Print prints contents of the Content window 2. Find And Replace opens the Find and Replace dialogue box 3. Cut removes selected content to clipboard (requires a selection) 4.

More information

UNPAN Portal Content Management System (CMS) User Guide

UNPAN Portal Content Management System (CMS) User Guide UNPAN Portal Content Management System (CMS) User Guide www.unpan.org User Manual Version 1.0 260309 Page 1 of 36 Table of Contents A. UNPAN Sitemap... 3 B. DPADM Sitemap... 4 C. Introduction to UNPAN

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

Web Portal User Guide. Version 6.0

Web Portal User Guide. Version 6.0 Web Portal User Guide Version 6.0 2013 Pitney Bowes Software Inc. All rights reserved. This document may contain confidential and proprietary information belonging to Pitney Bowes Inc. and/or its subsidiaries

More information

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu)

Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Ingeniux 8 CMS Web Management System ICIT Technology Training and Advancement (training@uww.edu) Updated on 10/17/2014 Table of Contents About... 4 Who Can Use It... 4 Log into Ingeniux... 4 Using Ingeniux

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Microsoft Expression Web Quickstart Guide

Microsoft Expression Web Quickstart Guide Microsoft Expression Web Quickstart Guide Expression Web Quickstart Guide (20-Minute Training) Welcome to Expression Web. When you first launch the program, you ll find a number of task panes, toolbars,

More information

Introduction to Drupal

Introduction to Drupal Introduction to Drupal Login 2 Create a Page 2 Title 2 Body 2 Editor 2 Menu Settings 5 Attached Images 5 Authoring Information 6 Revision Information 6 Publishing Options 6 File Attachments 6 URL Path

More information

Developing Website Using Tools

Developing Website Using Tools 7 Developing Website Using Tools 7.1 INTRODUCTION A number of Software Packages are available in market for creating a website. Among popular softwares are Dreamweaver, Microsoft FrontPage and Flash. These

More information

Web Design. Links and Navigation

Web Design. Links and Navigation Web Design Links and Navigation Web Design Link Terms HTTP, FTP, Hyperlink, Email Links, Anchor HTTP (HyperText Transfer Protocol) - The most common link type and allows the user to connect to any page

More information

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time.

paragraph(s). The bottom mark is for all following lines in that paragraph. The rectangle below the marks moves both marks at the same time. MS Word, Part 3 & 4 Office 2007 Line Numbering Sometimes it can be helpful to have every line numbered. That way, if someone else is reviewing your document they can tell you exactly which lines they have

More information

Joomla Article Advanced Topics: Table Layouts

Joomla Article Advanced Topics: Table Layouts Joomla Article Advanced Topics: Table Layouts An HTML Table allows you to arrange data text, images, links, etc., into rows and columns of cells. If you are familiar with spreadsheets, you will understand

More information

Contents. Microsoft Office 2010 Tutorial... 1

Contents. Microsoft Office 2010 Tutorial... 1 Microsoft Office 2010 Tutorial Contents Microsoft Office 2010 Tutorial... 1 Find your way through long documents with the new Document Navigation pane and Search... 4 Adjust the spaces between lines or

More information

-SoftChalk LessonBuilder-

-SoftChalk LessonBuilder- -SoftChalk LessonBuilder- SoftChalk is a powerful web lesson editor that lets you easily create engaging, interactive web lessons for your e-learning classroom. It allows you to create and edit content

More information

Dreamweaver. Links and Tables

Dreamweaver. Links and Tables Dreamweaver Links and Tables WORKSHOP DESCRIPTION... 1 Overview 1 Prerequisites 1 Objectives 1 ADDING HYPERLINKS... 2 New Text Hyperlink 2 Existing Text or Image Hyperlink 2 EXERCISE 1 3 New Text E-mail

More information

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9.

Sample Table. Columns. Column 1 Column 2 Column 3 Row 1 Cell 1 Cell 2 Cell 3 Row 2 Cell 4 Cell 5 Cell 6 Row 3 Cell 7 Cell 8 Cell 9. Working with Tables in Microsoft Word The purpose of this document is to lead you through the steps of creating, editing and deleting tables and parts of tables. This document follows a tutorial format

More information

Windows 95. 2a. Place the pointer on Programs. Move the pointer horizontally to the right into the next window.

Windows 95. 2a. Place the pointer on Programs. Move the pointer horizontally to the right into the next window. Word Processing Microsoft Works Windows 95 The intention of this section is to instruct basic word processing skills such as creating, editing, formatting, saving and closing a new document. Microsoft

More information

NETSCAPE COMPOSER WEB PAGE DESIGN

NETSCAPE COMPOSER WEB PAGE DESIGN NETSCAPE COMPOSER WEB PAGE DESIGN Many thanks to Patsy Lanclos for this valuable contribution. With the newer versions of Netscape, you can build web pages for free using the built in web page program

More information

How to Use the Text Editor in Blackboard

How to Use the Text Editor in Blackboard How to Use the Text Editor in Blackboard The image below is the text editor in Blackboard. No matter you add an item or discussion forum for your course as an instructor, post threads and replies on a

More information

Penn State Behrend Using Drupal to Edit Your Web Site August 2013

Penn State Behrend Using Drupal to Edit Your Web Site August 2013 Penn State Behrend Using Drupal to Edit Your Web Site August 2013 Alternative Format Statement This publication is available in alternative media upon request. Statement of Non-Discrimination The Pennsylvania

More information

The Home link will bring you back to the Dashboard after. Workflows alert you to outstanding assets waiting for approval or review.

The Home link will bring you back to the Dashboard after. Workflows alert you to outstanding assets waiting for approval or review. Gonzaga University s content management system (CMS) is a software program that allows individuals to create and edit departmental websites. This tutorial demonstrates commonly used CMS functions. For

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

Impress Guide Chapter 3 Adding and Formatting Text

Impress Guide Chapter 3 Adding and Formatting Text Impress Guide Chapter 3 Adding and Formatting Text This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing two pages

More information

Creating Interactive PDF Forms

Creating Interactive PDF Forms Creating Interactive PDF Forms Using Adobe Acrobat X Pro Information Technology Services Outreach and Distance Learning Technologies Copyright 2012 KSU Department of Information Technology Services This

More information

NDSU Technology Learning & Media Center. Introduction to Google Sites

NDSU Technology Learning & Media Center. Introduction to Google Sites NDSU Technology Learning & Media Center QBB 150C 231-5130 www.ndsu.edu/its/tlmc Introduction to Google Sites Get Help at the TLMC 1. Get help with class projects on a walk-in basis; student learning assistants

More information

Dreamweaver Tutorial #1

Dreamweaver Tutorial #1 Dreamweaver Tutorial #1 My first web page In this tutorial you will learn: how to create a simple web page in Dreamweaver how to store your web page on a server to view your page online what the Internet

More information

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta.

Cascade Server. End User Training Guide. OIT Training and Documentation Services OIT TRAINING AND DOCUMENTATION. oittraining@uta. OIT Training and Documentation Services Cascade Server End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2013 CONTENTS 1. Introduction

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

Creating Web Pages with Dreamweaver CS 6 and CSS

Creating Web Pages with Dreamweaver CS 6 and CSS Table of Contents Overview... 3 Getting Started... 3 Web Page Creation Tips... 3 Creating a Basic Web Page Exercise... 4 Create a New Page... 4 Using a Table for the Layout... 5 Adding Text... 6 Adding

More information

Content Management System

Content Management System OIT Training and Documentation Services Content Management System End User Training Guide OIT TRAINING AND DOCUMENTATION oittraining@uta.edu http://www.uta.edu/oit/cs/training/index.php 2009 CONTENTS 1.

More information

To change title of module, click on settings

To change title of module, click on settings HTML Module: The most widely used module on the websites. This module is very flexible and is used for inserting text, images, tables, hyperlinks, document downloads, and HTML code. Hover the cursor over

More information

Fireworks CS4 Tutorial Part 1: Intro

Fireworks CS4 Tutorial Part 1: Intro Fireworks CS4 Tutorial Part 1: Intro This Adobe Fireworks CS4 Tutorial will help you familiarize yourself with this image editing software and help you create a layout for a website. Fireworks CS4 is the

More information

Publisher 2010 Cheat Sheet

Publisher 2010 Cheat Sheet April 20, 2012 Publisher 2010 Cheat Sheet Toolbar customize click on arrow and then check the ones you want a shortcut for File Tab (has new, open save, print, and shows recent documents, and has choices

More information

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver LESSON 3: ADDING IMAGE MAPS, ANIMATION, AND FORMS CREATING AN IMAGE MAP OBJECTIVES By the end of this part of the lesson you will: understand how image maps can enhance a design and make a site more interactive

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

How To Create A Website In Drupal 2.3.3

How To Create A Website In Drupal 2.3.3 www.webprophets.com.au PO Box 2007 St Kilda West Victoria Australia 3182 Phone +61 3 9534 1800 Fax +61 3 9534 1100 Email info@webprophets.com.au Web www.webprophets.com.au Welcome to the Drupal How to

More information

Microsoft Word 2010. Quick Reference Guide. Union Institute & University

Microsoft Word 2010. Quick Reference Guide. Union Institute & University Microsoft Word 2010 Quick Reference Guide Union Institute & University Contents Using Word Help (F1)... 4 Window Contents:... 4 File tab... 4 Quick Access Toolbar... 5 Backstage View... 5 The Ribbon...

More information

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For

How To Change Your Site On Drupal Cloud On A Pcode On A Microsoft Powerstone On A Macbook Or Ipad (For Free) On A Freebie (For A Free Download) On An Ipad Or Ipa (For How-to Guide: MIT DLC Drupal Cloud Theme This guide will show you how to take your initial Drupal Cloud site... and turn it into something more like this, using the MIT DLC Drupal Cloud theme. See this

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

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

BLACKBOARD 9.1: Text Editor

BLACKBOARD 9.1: Text Editor BLACKBOARD 9.1: Text Editor The text editor in Blackboard is a feature that appears in many different areas, but generally has the same look and feel no matter where it appears. The text editor has changed

More information

Creating a Website with Publisher 2013

Creating a Website with Publisher 2013 Creating a Website with Publisher 2013 University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division of University Information Technology

More information

Terminal 4 Site Manager User Guide. Need help? Call the ITD Lab, x7471

Terminal 4 Site Manager User Guide. Need help? Call the ITD Lab, x7471 Need help? Call the ITD Lab, x7471 1 Contents Introduction... 2 Login to Terminal 4... 2 What is the Difference between a Section and Content... 2 The Interface Explained... 2 Modify Content... 3 Basic

More information

Adobe Acrobat 6.0 Professional

Adobe Acrobat 6.0 Professional Adobe Acrobat 6.0 Professional Manual Adobe Acrobat 6.0 Professional Manual Purpose The will teach you to create, edit, save, and print PDF files. You will also learn some of Adobe s collaborative functions,

More information

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1

Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Microsoft Office 2010: Introductory Q&As PowerPoint Chapter 1 Are the themes displayed in a specific order? (PPT 6) Yes. They are arranged in alphabetical order running from left to right. If you point

More information