CREATING WEB PAGES WITH MACROMEDIA DREAMWEAVER 8. University Computing and Information Services. Training Guide

Size: px
Start display at page:

Download "CREATING WEB PAGES WITH MACROMEDIA DREAMWEAVER 8. University Computing and Information Services. Training Guide"

Transcription

1 CREATING WEB PAGES WITH MACROMEDIA DREAMWEAVER 8 University Computing and Information Services Training Guide For additional help, contact the UCIS Help Desk at (910) or helpdesk@uncp.edu, or visit Copyright 2001 UNC Pembroke

2 ABOUT DREAMWEAVER HELP WITH DREAMWEAVER THE DREAMWEAVER WORK AREA... 1 THE DOCUMENT WINDOW... 1 THE INSERT TOOLBAR... 2 THE PROPERTY INSPECTOR TOOLBAR... 2 VIEW THE CODE... 3 CREATING A SITE... 3 CREATE THE HOME PAGE... 4 DESIGN THE HOME PAGE... 5 ADD CONTENT TO THE PAGE... 5 APPLY COLOR AND STYLE... 6 ADD LINKS... 6 THE SITE MAP... 7 BROWSER PREVIEW PREFERENCES... 7 ADD AN LINK... 8 FORMS... 8 OBTAINING A KEY... 8 ACCESSING THE FORMS TOOLBAR... 9 SET UP A FORM... 9 ADD A TEXT BOX... 9 ADD A CHECK BOX ADD A RADIO BUTTON ADD A POPUP MENU ADD A SCROLLING LIST BOX ADD SUBMIT AND RESET BUTTONS ADD THE KEY TO THE FORM IMAGE MAPPING BEST PRACTICES OF WEB DESIGN PERSONAL COMMERCIAL UNIVERSITY COMPUTING AND INFORMATION SERVICES TIPS FOR DREAMWEAVER... 15

3 WEB SITES OF INTEREST ADDITIONAL HELP... 16

4 ABOUT DREAMWEAVER 8 Macromedia Dreamweaver is a professional HTML editor for visually designing and managing Web pages and sites. Whether you enjoy the control of handcoding HTML or prefer to work in a visual editing environment, Dreamweaver makes it easy to get started and provides you with helpful tools to enhance your web design experience. HELP WITH DREAMWEAVER 8 When you need help with Dreamweaver, from the menu, select Help, Using Dreamweaver. 1. The Help Topics: Dreamweaver Online Help window opens. 2. The four help tabs are Contents, Index Search and Favorites. 3. Click the Contents tab and double click on the topic that best answers your questions. 4. Click the Index tab. Click the first letter of the word for which you are looking. Scroll down and click on the topic that best suits your needs. 5. Click the Search tab to begin the search for a keyword.. Type the word in the top box and click Display Topics. Click on the topic that best suits your needs. THE DREAMWEAVER WORK AREA From your desktop, open Dreamweaver by clicking on the Dreamweaver icon. When you launch Dreamweaver, three windows open, the current document, the objects panel and the property inspector. The Document Window The Document Window displays the title bar, the command menus, the toolbar, the launcher bar, the tag selector, the size indicators, and the current document. University Computing and Information Services Page 1 Dreamweaver 8

5 The Insert Toolbar You can turn ON or Off the Insert Toolbar by selecting Window, Insert. The insert toolbar contains icons you click to insert objects in your document and to change the way you work in a document. The objects panel contains seven categories by default. The category is selected by using the drop down menu below the blue bar. The Common Objects contain buttons for creating and inserting images, rollover images, tables, tabular data, layers, navigation bars, horizontal rule, link, date, flash buttons and text, etc. The Characters category contains special characters that may be inserted in the page. Other categories are Forms, Head, Invisibles, and Special,. The View buttons are for standard and layout views. When in the Layout view, the Layout buttons insert tables or cells. The Property Inspector Toolbar The Property Inspector lets you examine and edit properties for the currently selected page element (graphics or text.) You can access the Property Inspector by selecting Window, Properties. The properties available depend on the page element selected and generally include formatting information and any links associated with the element. University Computing and Information Services Page 2 Dreamweaver 8

6 VIEW THE CODE As you build your web page it is interesting and instructive to follow the progress in HTML by flipping back and forth to the source code as you add elements to your page. This will help you make adjustments in the source code as needed. You can select a tag on the bottom of the workspace before switching to the source code to highlight an entire area of the code. View the code by selecting View, Code or by clicking the View Code button on the minilaunch bar in the lower right hand corner. Return to the design window, by selecting View, Design or by clicking the View Code button launch bar in the lower right hand corner. on the mini You may also split the screen to view the code and design simultaneously by selecting View, Code and Design. If you select a tag at the lower left of the screen, the corresponding element will be highlighted within the code window. CREATING A SITE 1. Start Windows Explorer and create a folder for your web pages. 2. Return to Dreamweaver. 3. Choose Site, New Site. 4. The Site Definition window opens. University Computing and Information Services Page 3 Dreamweaver 8

7 5. Name the Site in the Site Name box and Click Next. 6. We are not using server technology Click No and then Click Next. 7. Select the recommended option in this window which is edit local copies on my machine then browse to the folder that you created for storage of your web page files and click Next. 8. The connection type is FTP click the down arrow and select FTP 9. The hostname of the FTP server Is webpages. The path for the folder on the server for storing files for a departmental site would be /home/username/department acronym EXAMPLE: /home/morgan/ucis For a personal site it would be /home/username/publichtml EXAMPLE: /home/morgan/publichtml 10. Type the same username used when logging into the network. CREATE THE HOME PAGE 1. Make the document window active. 2. Save the blank web page as Index.htm in your web page folder. Note that the title bar now reflects the file name. 3. The file name is different than the title of the page. The title will display on the title bar of the browser when a user accesses it over the internet. To name your page click in the Title box on the toolbar and type an appropriate name. University Computing and Information Services Page 4 Dreamweaver 8

8 Design the Home Page 1. Decide how you want your web page to look and create tables to hold the graphics and text that you wish to include. 2. To insert a table click the Table icon on the Insert Toolboar 3. In the table properties box you can set properties for the table you are about to insert. 4. You can move the cell boxes by clicking on the frame of the box and dragging the box. 5. You can move a table by clicking and dragging the table tab. 6. Save your work. Add Content to the Page Text 1. Using the Properties Inspector toolbar. 2. Set your font style and size. Size options in HTML are integers from 1 to 7. The actual size will vary depending on the operating system and the browser in which the page is viewed. Image 1. Any images that will be included in your web page must be in the web page folder. Copy the images you need into that folder. However, when you insert an image into Dreamweaver that is not in the root folder, you will be prompted to copy the image into the folder. Dreamweaver will put the image in the root folder. If you wish to have your images in a subdirectory called images, you should copy those images into the folder before placing them in your web page. 2. Click the desired location of where you would like your image to appear. 3. From the Insert menu select Image or other desired insert item. 4. Resize the image as appropriate. The cell and table will adjust accordingly. 5. Cell padding will move the image from the edge of the cell by the specified number of pixels. University Computing and Information Services Page 5 Dreamweaver 8

9 Rollover Image 1. A rollover image is actually two images in the same place. One image is displayed when the cursor is not on it and the other displays when the cursor is moved over the image. 2. Click on the Insert Menu and select Rollover Image to insert a rollover image. 3. Name the Image. 4. Click on Browse button to select the original image. This is the image that displays when the cursor is not on the picture. 5. Click on Browse button to select the rollover image. This is the image that displays when the cursor is on the picture. 6. Click OK. You will not be able to view the effect in the Dreamweaver, but may press F12 to open a browser and view the results. 7. Resize the image as appropriate. The cell and table will adjust accordingly. Apply Color and Style 1. From the Property Inspector you can apply color and style. 2. Click on the Text Color button in the Property Inspector. Select the color for the text. You will be able to pick a color from palette or from any color displayed on the screen. As you move the eyedropper over a color, it is displayed in the palette. 3. While the text is highlighted you may apply style choices to it from the Property Inspector, such as bold, italics, and alignment options. Add Links 1. Select the text or image that you wish to be a link. 2. If the properties inspector toolbar is not visible, show the toolbar by selecting Window, Properties or by pressing CTRLF3. 3. Click on the folder next to the Link box in the Property Inspector and browse to the desired file. This may be an image, a document, or another web page. If you are linking to another webpage, be sure you include the entire URL to the website. University Computing and Information Services Page 6 Dreamweaver 8

10 THE SITE MAP You may view the site map and how your files are linked through the site map. This is accessed by clicking the Window Menu and selecting Files. From this menu you can view remote or local files. To expand the window and see both Remote and Local files click the expand button on the toolbar. BROWSER PREVIEW PREFERENCES To change the choices available in the Launcher Panel and on the mini launcher, select Edit, Preferences, Preniew in Browser. Select the browser you wish to remove in the Browsers box and click the Remove button. To add a Browser choice to the window, Click the Add button and browse to the application you would like to add. To test you page in a browser F12 will open in your default browser. To test in more than one browser Select the Preview/Debug in Browser button on the toolbar. University Computing and Information Services Page 7 Dreamweaver 8

11 ADD AN LINK 1. Position your cursor where you would like the link to appear. 2. From the Common Objects Panel, select the Insert Link button. 3. In the Text Box, type the text to appear in the document as an link. 4. In the field type the address that the mail should be addressed to. 5. Click OK. FORMS Forms allow someone to visit your web page, enter data into fields you have predefined, then submit the data to you as an message and/or as a file stored on your web site. To see an example of a form, visit OBTAINING A KEY Dreamweaver allows you to create your form; however, before you can actually use your form you must obtain a key for each form you have created. A key is not required for this tutorial but you will need one when you actually create a form to be used on your web site. Keys may be obtained using the Submit Key Setup Tool at Note: When you receive data from the server for a submittal of your form, it will be in alphabetical order by the name you give each form item in its properties. Therefore, it is very important that you name the fields of your form so that the data is returned to you in the order you prefer. For example, if you have named your fields Name, Street, and City under the field properties, the server will return the data in City, Name, Street order. Note: If using numerical values in your fields, be sure to name them considering the maximum numerical value that will be used. For example, if you have Field1, Field2, and Field11, the server will return them in Field1, Field11, Field2 order. However, if you have Field01, Field02, Field11, the server will return them in Field01, Field02, Field11 order. University Computing and Information Services Page 8 Dreamweaver 8

12 ACCESSING THE FORMS TOOLBAR On the Common toolbar click the word Common and Select Forms from the list. SET UP A FORM 1. To begin a form, position your cursor on the page where you want the form to begin. Insert a form object from the Forms Objects Panel by selecting the Insert Form button. All the elements of the form will be inserted within this object to ensure that they will be treated as forms objects by all browsers. A red dotted line box will appear. This is your form and all form objects must be placed within it. 2. Right click on the form and select Properties from the menu. The Form Properties Window will open. 3. Type a name for your form in the Form Name box. 4. In the Action box type /cgibin/submit. 5. Select POST in the Method box. 6. Your form can now be used with the Submit Setup Tool for Web Page Forms on the UNCP system. ADD A TEXT BOX To add a text box to your form: 1. Place your cursor within the form (the dotted red lines) on your page. 2. Add a descriptive name for the text box to your page. (Ex. Name:) 3. Move the cursor to the point you want the text box to begin then click on the Insert Text Field icon on the Forms Toolbar (or from the menu, select Insert, Form Object, Text Field). 4. Right click inside the text box and select Properties from the menu. a. Enter a name for the text box. b. In Char Width box, enter the number of characters you would like the text box to display. c. In Max Chars box, enter the number of characters you would like the text box to contain. If this field is blank there is no limit placed on the text that may be entered. If the user s input exceeds the Char Width, the text will scroll. If the user exceeds the characters allowed, an alert sound is produced. d. Select the type of text box you want. If you select the multiple line option you may select the number of lines you wish to display. You may choose to wrap the text. Default or off prevents text from wrapping University Computing and Information Services Page 9 Dreamweaver 8

13 to the next line. Virtual sets word wrap in the text area. Physical sets woed wrap in the text area and to the data when it submitted for processing. e. If you want to set default text for a text field, type the text in the Init Value field. This text will be displayed on the form when it initially loads in a user s browser. ADD A CHECK BOX Check boxes allow users to select more than one option from a set of options. To add a check box to your form: 1. Add any descriptive name for the check box to your page (Ex. Fishing:). 2. Move the cursor to the point where you would like the check box to appear then click on the Insert Checkbox icon in the Forms Objects Panel. 3. Right click inside the check box and select Properties from the menu, if the Property Inspector is not already open. a. Enter a name for the check box. Each check box must have a unique name assigned to it. b. Enter a value for the check box. You may wish to have each check box value as 1 so that you may add the responses later to get a total of responders who checked that box. c. For Initial State, decide if you want the box to be checked or unchecked when the form appears in the user s browser. ADD A RADIO BUTTON To add a radio button to your form: University Computing and Information Services Page 10 Dreamweaver 8

14 1. Add any descriptive name for the radio button to your page (Ex. Hunting). 2. Move the cursor to the point where you would like the radio button to appear then click on the Radio Button icon in the Forms Objects Panel. 3. Right click inside the check box and select Properties from the menu, if the Property Inspector is not already open. The Radio Button Properties box opens. a. Enter a name for the radio button. When grouped together, all radio buttons must have the same name assigned to each one in the group. b. Enter a value for the radio button. Within a group, the value of each radio button should be different. The value may be the same text as the label next to the box. (ex. Hunting) c. For Initial State, decide if you want the box to be checked or unchecked when the form appears in the user s browser. Note: To add additional radio buttons to the group, select the original radio button and Controldrag to copy to another location. Change the checked value field for each new button. ADD A POPUP MENU To add a popup menu to your form: 1. Add any descriptive name for the popup menu to your page (Ex. State:). 2. Move the cursor to the point where you would like the popup menu to appear then click on Insert List/Menu icon in the Forms Property Inspector. 3. Right click on the popup menu and select Properties from the menu, if the Property Inspector window is not already opened. a. Enter a unique name for the dropdown list. b. Under Type, select Menu. c. Click the List Values button. The List Values window will appear. University Computing and Information Services Page 11 Dreamweaver 8

15 d. With the insertion point in the Item Label field, type the text you want to appear in the list. e. In the Value field, type the text or data you want sent to the server when a user selects the item. f. To add another item click the Add button and repeat steps d and e. g. You may change the order the items will be listed by selecting an item and clicking the Up or Down Arrow. h. Click OK when all items have been added. i. Select the Item that you wish to have initially displayed. ADD A SCROLLING LIST BOX To add a scrolling list box to your form: 1. Add any descriptive name for the scrolling list box to your page (Ex. County:). 2. Move the cursor to the point where you would like the scrolling list to appear then click on Insert List/Menu icon in the Forms Property Inspector. 3. Right click on the scrolling list box and select Properties from the menu, if the Property Inspector window is not already opened. a. Enter a unique name for the scrolling list. b. Under Type, select List. c. In the Heights box, type the number of lines that will be visible at one time in the box. d. If you want users to be able to select more than one ite, select Allow Multiple. e. Click the List Values button. The List Values window will appear. University Computing and Information Services Page 12 Dreamweaver 8

16 f. With the insertion point in the Item Label field, type the text you want to appear in the list. g. In the Value field, type the text or data you want sent to the server when a user selects the item. h. To add another item click the Add button and repeat steps f and g. i. You may change the order the items will be listed by selecting an item and clicking the Up or Down Arrow. j. Click OK when all items have been added. k. Select the Item that you wish to have initially displayed. ADD SUBMIT AND RESET BUTTONS To add the Submit Button, click on the Insert Button icon in the Forms Objects Panel (or from the menu, select Insert, Form Objects, Button). Right click on the to open the Property Inspector, if it is not already open. Name the button and be sure the label is whatever you want to appear on the button. Select Submit under Action. To add the Reset Button, click on the Insert Button icon in the Forms Objects Panel (or from the menu, select Insert, Form Objects, Button). Right click on the to open the Property Inspector, if it is not already open. Name the button and be sure the label is whatever you want to appear on the button. Select Reset under Action. You may change the text displayed on either button by clicking on the button and editing the label. (Ex. You could change the Submit Button to display as ) ADD THE KEY TO THE FORM The key to the form (obtained using the Submit Setup Tool For Web Page Forms at www/ucis/guide/webpageforms) must be placed within a hidden text box beside the Submit Button. 1. Click on the Insert Hidden Field icon in the Forms Objects Panel (or select Insert, Form Objects, Hidden Field from the menu). 2. Right click inside the text box and select Properties from the menu, if the Property Inspector is not already opened. University Computing and Information Services Page 13 Dreamweaver 8

17 3. Enter 'recipient' as the name for the hidden text box. 4. Enter your key value for this form in the Value box. It should now display on your Dreamweaver screen as a hidden field marker. But the hidden field will be invisible once the page is loaded in the browser. IMAGE MAPPING Image maps take a graphic image, divide it up into sections, and create a hypertext link in each of the sections. For an example of image mapping, visit 1. Open Dreamweaver and select File, New. 2. Click on the Insert Image icon in the Common Objects Panel. 3. Type a unique name for the image map. 4. Select one of the image mapping tools. 5. Left Click and drag to highlight the area. 6. In the Link window type the link or target of the desired destination. 7. Use the F12 key to view the page in a browser. Note how the cursor changes as you move across the image. Click on that area. But other parts of the image are not links. 8. Return to Dreamweaver. BEST PRACTICES OF WEB DESIGN 1. Questions to consider: What is your reason for creating the web site? Personal Share personal information Share knowledge Entertain readers Promote interests Commercial Provide information Shopping Job listings Contact information 2. Have a site plan, for organizational purposes. 3. All pages within a web site should have a standard or very similar look. 4. Include navigation buttons in your web site to make browsing your site easier 5. Use the 256 color palette. 6. Each page should have a title displayed in the title bar of the window. 7. Each page should include the date when the page was last updated and address of person responsible for page. 8. Design your page to the lowest denominator. There are a variety of web browsers in use and not all support the latest features. It s a good idea to be sure your pages are presentable when viewed with a basic browser even if you use advanced features. Also, test how your page would look with a 640x480 desktop University Computing and Information Services Page 14 Dreamweaver 8

18 resolution compared to a 800x600 desktop resolution. A lowest denominator computer would consist of a 15 monitor, 256 color display and 28.8K modem 9. If you see a great graphic or background on another page, make sure you ask before using it. It may be easy to download, but many images are copyrighted and can not be used on a page without permission. 10. Use clip art to make your page more attractive! However, excessive clip art will slow the load time for the page. 11. Design page for audience, not self. 12. Update page information give users a reason to return to site. 13. Standard table width 615 pixels 14. Avoid using frames not all browsers support frames. Frames also do not meet requirements of Americans with Disabilities Act. Available software can read content of web page to blind individual. However, since frames have no content, software has nothing to read. 15. Avoid using video as main teaching tool. 16. Avoid light colored text on a light background. Use contrasting colors. 17. Avoid a busy background, which distracts from the page content. 18. Avoid blinking text, which can cause epileptic seizures. 19. Keep page scrolling to a minimum. 20. TEST. TEST, TEST 21. Visit UNCP Gold and Images for the UNCP logo, gold and images of campus at Pictures of buildings on campus can be found on the Internet at For information on how to download or copy and paste text or graphics into your page, visit For additional resources for creating web pages at UNCP, visit www/ucis/guide/webpages/resources.html. 25. At the bottom of each page, include: The date when the page was last updated (Mandated by UNCP Web Policies) address of person responsible for page (Mandated by UNCP Web Policies) Department name with link to web page Copyright with year Link to UNCP homepage An example: Last Update: 05/14/2000 Comments to: ucis@uncp.edu University Computing and Information Services Copyright 2001 UNC Pembroke 26. Since you are responsible for any files which you upload to the web server, it s a good idea to protect your password. 27. Anyone on the web can easily download files that you place on a web server. So be sure you don't make confidential information available. 28. All pages on the UNCP web site are subject all federal and state laws, including copyright and trademark laws, as well as to university policy. 29. All use of university equipment must be for universityrelated business and can not be for personal gain. TIPS FOR DREAMWEAVER 1. Remember to upload the page and all images associated with that page. University Computing and Information Services Page 15 Dreamweaver 8

19 2. Leave the site open when you close Dreamweaver. If you do, the site will open automatically when you open Dreamweaver. WEB SITES OF INTEREST Faculty and Staff Computing Services Online Guides Creating Web Pembroke UNC Pembroke Web Site Policies and Procedures Paint Shop Pro v.6 ADDITIONAL HELP For additional help, please contact the UCIS Help Desk: Phone: (910) Internet: University Computing and Information Services Page 16 Dreamweaver 8

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

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

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

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

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

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

Dreamweaver Tutorials Creating a Web Contact Form

Dreamweaver Tutorials Creating a Web Contact Form Dreamweaver Tutorials This tutorial will explain how to create an online contact form. There are two pages involved: the form and the confirmation page. When a user presses the submit button on the form,

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

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

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

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

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy

USER GUIDE. Unit 2: Synergy. Chapter 2: Using Schoolwires Synergy USER GUIDE Unit 2: Synergy Chapter 2: Using Schoolwires Synergy Schoolwires Synergy & Assist Version 2.0 TABLE OF CONTENTS Introductions... 1 Audience... 1 Objectives... 1 Before You Begin... 1 Getting

More information

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field.

6. If you want to enter specific formats, click the Format Tab to auto format the information that is entered into the field. Adobe Acrobat Professional X Part 3 - Creating Fillable Forms Preparing the Form Create the form in Word, including underlines, images and any other text you would like showing on the form. Convert the

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Create a GAME PERFORMANCE Portfolio with Microsoft Word

Create a GAME PERFORMANCE Portfolio with Microsoft Word Create a GAME PERFORMANCE Portfolio with Microsoft Word Planning A good place to start is on paper. Get a sheet of blank paper and just use a pencil to indicate where the content is going to be positioned

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

Google Sites: Site Creation and Home Page Design

Google Sites: Site Creation and Home Page Design Google Sites: Site Creation and Home Page Design This is the second tutorial in the Google Sites series. You should already have your site set up. You should know its URL and your Google Sites Login and

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

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

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

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

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

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

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

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

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer)

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer) ITS Training Introduction to Web Development with Dreamweaver In this Workshop In this workshop you will be introduced to HTML basics and using Dreamweaver to create and edit web files. You will learn

More information

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 CONTENTS Things to Remember... 2 Browser Requirements... 2 Why Some Areas of Your Website May Not Be CMS Enabled...

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

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

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production SoftChalk Level 1 University Information Technology Services Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production Page 1 of 49 Copyright 2013 KSU Department of University Information

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

Brock University Content Management System Training Guide

Brock University Content Management System Training Guide Brock University Content Management System Training Guide Table of Contents Brock University Content Management System Training Guide...1 Logging In...2 User Permissions...3 Content Editors...3 Section

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

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

PE Content and Methods Create a Website Portfolio using MS Word

PE Content and Methods Create a Website Portfolio using MS Word PE Content and Methods Create a Website Portfolio using MS Word Contents Here s what you will be creating:... 2 Before you start, do this first:... 2 Creating a Home Page... 3 Adding a Background Color

More information

Creating Forms With Adobe LiveCycle Designer 8.2

Creating Forms With Adobe LiveCycle Designer 8.2 Creating Forms With Adobe LiveCycle Designer 8.2 Instructional Media Center HCC Version 2 Modified Date 1/20/10 Learning Objectives: At the end of this training session the student will be able to use

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

Clip Art in Office 2000

Clip Art in Office 2000 Clip Art in Office 2000 In the process of making a certificate, we will cover: Adding clipart and templates from the Microsoft Office Clip Gallery, Modifying clip art by grouping and ungrouping, Flipping

More information

Using JCPS Online for Websites

Using JCPS Online for Websites Getting Started Before you begin, an Online Group must be created for you. Send an email requesting the group along with the username of anyone you want added as an editor to mike.broderick@jefferson.kyschools.us.

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

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

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

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and

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

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

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

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

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

Self-Service Portal Implementation Guide

Self-Service Portal Implementation Guide Self-Service Portal Implementation Guide Salesforce, Winter 6 @salesforcedocs Last updated: October 0, 05 Copyright 000 05 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Tutorial 8: Quick Form Button

Tutorial 8: Quick Form Button Objectives: Your goal in this tutorial is to be able to: properly use NetStores Quick-Form feature in Dreamweaver customize the Quick Form order button create a form with various components: check boxes

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

How to create buttons and navigation bars

How to create buttons and navigation bars How to create buttons and navigation bars Adobe Fireworks CS3 enables you to design the look and functionality of buttons, including links and rollover features. After you export these buttons from Fireworks,

More information

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication You will be directed to the "Portfolio Settings! page. On this page you will fill out basic DIGICATION E-PORTFOLIO HELP GUIDE Where do I start? Log in to Digication Go to your school!s Digication login

More information

Step 2 Open Kompozer and establish your site. 1. Open Kompozer from the Start Menu (at the Polytechnic) or from the downloaded program.

Step 2 Open Kompozer and establish your site. 1. Open Kompozer from the Start Menu (at the Polytechnic) or from the downloaded program. Kompozer User Guide KompoZer is web authoring software that combines web file management and easy-to-use WYSIWYG web page editing. It is designed to be easy to use, making it ideal for non-technical computer

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

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

Creating a Website with MS Publisher

Creating a Website with MS Publisher Creating a Website with MS Publisher Getting Started with the Wizard...1 Editing the Home Page...3 Editing Text...3 Editing and Inserting Graphics...4 Inserting Pictures...6 Inserting a Table...6 Inserting

More information

Handout: Word 2010 Tips and Shortcuts

Handout: Word 2010 Tips and Shortcuts Word 2010: Tips and Shortcuts Table of Contents EXPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 IMPORT A CUSTOMIZED QUICK ACCESS TOOLBAR... 2 USE THE FORMAT PAINTER... 3 REPEAT THE LAST ACTION... 3 SHOW

More information

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc.

NDA-30141 ISSUE 1 STOCK # 200893. CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000. NEC America, Inc. NDA-30141 ISSUE 1 STOCK # 200893 CallCenterWorX-Enterprise IMX MAT Quick Reference Guide MAY, 2000 NEC America, Inc. LIABILITY DISCLAIMER NEC America, Inc. reserves the right to change the specifications,

More information

ZIMBRA LAYOUT. Keyboard Shortcuts Hitting G and the beginning letter of any of the tabs will instantly take you to that tab

ZIMBRA LAYOUT. Keyboard Shortcuts Hitting G and the beginning letter of any of the tabs will instantly take you to that tab TABS ZIMBRA LAYOUT Overview Pane TABS Mail Inbox, compose new Address Book contacts (university contacts do not show up in book; however, they will show up in search) Calendar appointments (can be shared)

More information

Merging Labels, Letters, and Envelopes Word 2013

Merging Labels, Letters, and Envelopes Word 2013 Merging Labels, Letters, and Envelopes Word 2013 Merging... 1 Types of Merges... 1 The Merging Process... 2 Labels - A Page of the Same... 2 Labels - A Blank Page... 3 Creating Custom Labels... 3 Merged

More information

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015

Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 Appspace 5.X Reference Guide (Digital Signage) Updated on February 9, 2015 1 TABLE OF CONTENTS 2 What is Appspace For Digital Signage... 4 3 Access Appspace... 4 4 Best Practices and Notes... 4 5 Appspace

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

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

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface...

Module One: Getting Started... 6. Opening Outlook... 6. Setting Up Outlook for the First Time... 7. Understanding the Interface... 2 CONTENTS Module One: Getting Started... 6 Opening Outlook... 6 Setting Up Outlook for the First Time... 7 Understanding the Interface...12 Using Backstage View...14 Viewing Your Inbox...15 Closing Outlook...17

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

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

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen...

1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen... 1 P a g e Table of Contents 1. Application Overview... 3 2. System Requirements... 3 3. Installation... 3 4. Splash Screen... 4 5. Registration Screen... 5 5.1 Registration... 5 6. Login Screen... 7 6.1

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

Inserting the Form Field In Dreamweaver 4, open a new or existing page. From the Insert menu choose Form.

Inserting the Form Field In Dreamweaver 4, open a new or existing page. From the Insert menu choose Form. Creating Forms in Dreamweaver Modified from the TRIO program at the University of Washington [URL: http://depts.washington.edu/trio/train/howto/page/dreamweaver/forms/index.shtml] Forms allow users to

More information

Adding Links to Resources

Adding Links to Resources Adding Links to Resources Use the following instructions to add resource links to your Moodle course. If you have any questions, please contact the helpdesk at. Adding URL links 1. Log into your Moodle

More information

Microsoft PowerPoint 2008

Microsoft PowerPoint 2008 Microsoft PowerPoint 2008 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Slide Layouts... 3 Adding an Image to a Slide...

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

Writer Guide. Chapter 15 Using Forms in Writer

Writer Guide. Chapter 15 Using Forms in Writer Writer Guide Chapter 15 Using Forms in Writer Copyright This document is Copyright 2005 2008 by its contributors as listed in the section titled Authors. You may distribute it and/or modify it under the

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

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

DRUPAL WEB EDITING TRAINING

DRUPAL WEB EDITING TRAINING LOGIN AND VIEW CONTENT Work in Firefox DRUPAL WEB EDITING TRAINING the black logo in the upper right corner to log into Drupal The User Work Area will come up: General Information My Recent Edits the content

More information

Please select one of the topics below.

Please select one of the topics below. Thanks for choosing WYSIWYG Web Builder! In this section we will give a short introduction to Web Builder so you can start building your web site in (almost) no time. Please select one of the topics below.

More information

Website Editor User Guide

Website Editor User Guide CONTENTS Minimum System Requirements... 3 Design Your Website... 3 Choosing your Theme... 4 Choosing your Header Style... 4-5 Website Content Editor... 6 Text Editor Toolbar features... 6 Main Menu Items...

More information

RIT Message Center Compose and Send Messages

RIT Message Center Compose and Send Messages RIT Message Center Compose and Send Messages Table of Contents Table of Contents... 2 Logging into Message Center... 3 Category Display... 3 Message Center: Create a Message... 4 Create a New Message without

More information

NYS OCFS CMS Contractor Manual

NYS OCFS CMS Contractor Manual NYS OCFS CMS Contractor Manual C O N T E N T S CHAPTER 1... 1-1 Chapter 1: Introduction to the Contract Management System... 1-2 CHAPTER 2... 2-1 Accessing the Contract Management System... 2-2 Shortcuts

More information