Macromedia Dreamweaver Tutorial - Part One Setting Up the Site Definition

Size: px
Start display at page:

Download "Macromedia Dreamweaver Tutorial - Part One Setting Up the Site Definition"

Transcription

1 1 Macromedia Dreamweaver Tutorial - Part One Setting Up the Site Definition One of the nice features of Macromedia Dreamweaver is the built in FTP client. If you enter your information correctly, Dreamweaver will automatically update your web site with the click of a button. This means that each time you wish to change your web site, all you have to do is open the version stored on your computer, update it, save it and hit upload. In this tutorial we will make a number of choices in setting up a site definition. This site definition is a set of characteristics regarding your web site and where you will be posting it on the Internet. It will allow you to create a web page and then upload it to your GPU web space with the click of a button. 1. Begin by clicking on the Site menu and choosing New Site Figure 1 The Dreamweaver Interface

2 2 2. After you ve selected New Site, Dreamweaver will open up a site definition wizard which will take you through the rest of the process. Don t worry if you input the wrong information, you can change it afterwards at any time. The first screen that shows up asks you to choose a name for your site. Choose any name you wish for your site and enter it now. Click Next to move on to the next screen. Figure 2 Naming Your Site 3. Next, Dreamweaver will ask you if you would like to work with a server technology. For the purposes of this class, just select No, I do not want to use a server technology and click Next. Figure 3 Selecting the Server Technology 4. Dreamweaver will now ask you how you want to work with files while you are creating your web site. For most designers, working with local copies on the machine and then uploading them to the server later works best. This doesn t take up bandwidth and slow down the design process. Select Edit local copies on my machine, then upload to server when ready and click Next.

3 3 Figure 4 Editing and Uploading Files 5. The next step is the most important step in the process of setting up the site definition. In this screen, Dreamweaver asks for your server information. In this tutorial we will be using your GPU account as the location to upload your web site to, so be sure that you have your ualberta UserID and password on hand. The first question Dreamweaver will ask you is how you would like to connect to your remote server (in this case, the University of Alberta s GPU server). Select FTP as your method to connect. Next, it will ask for the hostname or FTP address of your remote server. The address of the university s GPU server is: gpu.srv.ualberta.ca You will then be asked what folder you would like to store your files in. No matter what, you must at the very least enter public_html so that others can see your site on the Internet. If you wish, you may create a subfolder to put your files in. For example, if your web site is on a math lesson, you can create a folder called mathlesson to put your files in. If this were the case, you would enter public_html/mathlesson as the folder to place your files in. To see your lesson, you would then have to go to:

4 4 Figure 5 Remote Host Settings The last thing that you need to enter is your University of Alberta userid (where it says What is your FTP login: ) as well as your password. To make sure you have entered everything correctly, click on the Test Connection problem. If you have entered everything correctly, you will see a message that says: Figure 6 Correct FTP Setup Message If your settings are incorrect, you will get an error message. If you do get an error message, re-check to make sure that you have spelled everything correctly and that you have correctly entered your userid and password. 6. Your final choice involves whether you want files on your web space to be checked in or checked out to ensure that two people can t be working on the

5 5 same web page at once. Since only you will be working on this web site, simply choose No, do not enable check in and check out. Figure 7 Disable Check In and Check Out 7. Dreamweaver will now present you with a summary of all of your options. Figure 8 Summary of Your Selections

6 8. Instead of clicking on the Done button, you can also click on the Advanced tab on the top left hand side of the screen. The advanced settings allow you to make any changes to the selections you have just made. Click on the Advanced tab now and make any changes that you feel are relevant to the settings there. 6 Figure 10 Advanced Remote Info Figure 11 Advanced Local Info When you have looked through the advanced settings, click on the Basic tab and click on Done.

7 7 Macromedia Dreamweaver Tutorial Part Two Basic Web Page Construction Using Dreamweaver 1. Let s begin by becoming a bit more familiar with the Dreamweaver interface: Insert Bar Document Window Property Inspector Figure 1 The Dreamweaver Interface There are many other panels that you can use in Dreamweaver (click the Window menu to see them all). However, for the purposes of this tutorial, we will stick to the insert bar to add content and the property inspector to change the characteristics of the content. 2. Begin by writing some sort of welcome message as in the example below. Use the options in the property inspector to center the text and to modify the size and color of your text. Insert horizontal bar icon Size Color Figure 2 Text Modification Options

8 8 Use the insert horizontal bar icon, or click insert>horizontal bar to frame your welcome message with horizontal bars. 3. It s good practice to save your web site repeatedly when working on it. Click File > Save As now to save your work. You should create a new folder to contain everything for your web site. This will make the process of uploading your web site to the server much easier later on. Click on the New Folder icon and create a new folder for your site. Make sure you are in this new folder and then save your work as index.html. This is a special name that every web site must have. When a web browser goes to a web address (i.e./ the site that shows up first automatically will be the index.html file. New Folder Icon 4. Click on the Insert Image icon. Figure 3 Save Your Web Site Figure 4 Insert Image Icon The following menu (figure 5) will appear. Move through the computer hard drive and find a picture that appeals to you. I suggest moving to Microsoft Office in the Applications folder. Once there, you will find a folder called clip art that contains hundreds of gifs and jpegs. Make sure when you select an image that you have selected document in the Relative to: menu. This will make sure that the browser will look for the picture wherever you save it relative to where your document is saved, instead of by looking for a pathway on your computer (which will not be accessible/exist once you have uploaded your page to the internet).

9 9 Figure 5 Select an Image Once you have found an image that appeals to you, select open. You will then see the following window pop up: Figure 6 Saving to Your Root Folder Dreamweaver is asking you to move a copy of the image to the folder where your web site is located. Choose YES (as you will have to upload the image to your web space along with the html files). If you want, you may rename it to something more descriptive as shown below. Figure 7 Renaming Your Image

10 10 Most designers consider it good practice to have a separate folder for images and other media content. If you wish, instead of clicking on save, chose to create a new folder called images and save your image in there. No matter where you put the image (in an image folder or in the same folder as your index file), Dreamweaver will link the newly saved copy to your web site so that it appears correctly when it is published online. 5. Click on the Link icon. The following box will appear: Figure 8 Link Icon Figure 9 Inserting an Link Fill in the correct information for your address and a text message that will let users know where to click to you. Click OK when you are finished. Center this link on your page. 6. Press enter so that you are on a new line. To the left of the link button is the hyperlink icon. Press this link once and the following menu will appear. Figure 10 Inserting a Hyperlink

11 11 Create a hyperlink for any web site that you frequently use. All you need to include is text and a link. Press OK. Add some text around your new link so that people reading your site will know exactly what your hyperlink is for. For example, Need to search? Try Google! 7. Under the hyperlink you have just created, insert another horizontal bar. 8. Next, we ll add some finishing touches to the site. Make sure that you have given your web site a title, as shown below. Figure 11 Giving Your Site a Title This title will appear as the name of the browser when someone looks at your web site. Figure 12 The Title in a Browser 9. Finally, choose Modify > Page Properties. Experiment with the settings in this window. You can change the background image or color, text color (including link color) and a number of other formatting options. Chose the settings that you feel make your site the most attractive and click OK. Figure 13 Changing the Page Properties

12 12 Congratulations! You have completed the first part of your first web page using Dreamweaver. Your page should look something like the one below (taking into account the personal style selections you made). Figure 14 Basic Dreamweaver Page

13 13 Macromedia Dreamweaver Tutorial Part Three Adding Multimedia Audio, Video and Animations There are two methods of adding multimedia content to web pages. The first method is by linking. Just like a web page can be linked to another web page, it can also be linked to a multimedia file such as a sound file or movie file. When a user clicks on the link, two things can happen: 1. If they have the appropriate browser plug-in, the multimedia file will open up in a new browser window. 2. If the user does not have the appropriate plug-in, they will be prompted to download the file to their computer to play with an external application. The other method of adding multimedia content is by embedding it. Using this method, the user will see or hear the file directly inside the page they are currently looking at. If they don't have the appropriate plug-in to do so, they will simply see an error image. Each method, embedding and linking, has its own pros and cons. Embedded media should be used if there is text or other images that needs to be viewed at the same time as the multimedia file, however, embedded media also loads automatically and users with slower internet connections may find this slows them down considerably or even crashes their system. With linked media, the user has the option to view it or not, however, all the user can see on the page is the controls for the multimedia element and no other content to elaborate on it. 1. Begin by creating a title ( Multimedia Content ) for your new section. Change the text characteristics so that the font is not the default font and the text is another color of your choice. Figure 1 Changing Text Characteristics 2. Move to a new line and start a bulleted list. Type in the sentence Click to listen to my favorite song!. Move the cursor to right between the words

14 14 Click and to and then click on the Hyperlink icon (looks like some chain links). You will see the dialogue box below: Figure 2 Adding Linked Media Now click on the little blue folder button. This will allow you to choose the audio file that you wish to link to. Choose a sound file from somewhere on your computer (you may wish to look in the Hyperstudio media library) and add it as the link. Just like when you added a picture to your web site, you will be asked to save it to your root folder. Choose Yes and then click Ok to finalize the creation of the link. You now have a linked audio file on your web site. 3. We will now add an embedded sound file to your web page. Move to the Media tab and click on the icon that looks like a puzzle piece. This is the Plug-in icon and it allows you to embed any media that needs a plug-in to view it (almost all movies and sounds fall under this category). Figure 3 Adding Embedded Media When you click on this icon, you will see the same file selection menu as you saw when you added a picture and a sound. Select a sound file from somewhere on your computer (I again recommend you choose one from the Hyperstudio media library). You will now see an image on your web page that looks like the puzzle piece. Don t do anything to it yet we ll change its attributes later. 4. On your own, using the same steps we used for the audio files, add a linked movie and an embedded movie underneath your linked and embedded sound (as shown below):

15 15 Figure 4 Add a linked and embedded movie 5. Now let s look at the various ways to change the characteristics of our multimedia files. The obvious characteristics are located in the inspector: Figure 5 Changing Embedded Media Characteristics Using the property inspector, we can change the size of the media, the source of it, its alignment, and we can also preview it by pushing the play button. Click the Play button to preview your movie now. When choosing the size of your media, you have two options. One is to leave the W(width) and H(height) blank. This will ensure that whatever you are viewing is show at the same size it was created. The other is to actually resize it by either changing the width and height or by clicking on and dragging the corner of the plug-in image. If you chose to resize it, you may actually cut off something you need to see, so make sure you preview any resized media. Experiment with resizing one of the media elements (either the sound or movie) and leaving the other one empty. Figures 6 & 7 The Embedded Media in Dreamweaver and a Browser You can also edit some of the extended media properties by left clicking on the media element and choosing Edit Tag :

16 16 Figure 8 Editing a Tag In this section you can change some of the advanced playback options for your sound or movie. Figure 9 Tag Characteristics 6. We will now add an animation to the web page. Adding an animation is just as easy as adding an image all you have to do is insert an animated gif instead of a static one (one that doesn t move). Move to a new line, create a bulleted element and type This is my favorite animation. Practice inserting an image into your web page that is an animation instead of an image.

17 17 Figure 10 Adding Animations 7. You re almost done! Go through and make sure that all of the multimedia elements ONLY are centered on your page. Preview your page in a browser and note the differences between the Dreamweaver version and the Browser version. Figures 11 & 12 The Media Page as it Appears in a Browser and Dreamweaver

18 18 Macromedia Dreamweaver Tutorial Part Four Adding Advanced Content Part of the great thing about Dreamweaver is its ability to integrate multimedia files and applications from the entire Macromedia family of software. Multimedia content like Flash files, Firework animations and Freehand images, as well as databases using ColdFusion. Obviously we will not be exploring how to build elements in Flash, Fireworks or Freehand to integrate into our sites. However, Dreamweaver does have a few commonly used multimedia elements integrated directly into Dreamweaver, so that you do not have to actually create the files using another program, but can instead design and insert them with a click of a button. The elements we will explore in this tutorial are rollover images, Flash buttons and Flash text. You may also notice in the menu that you can also insert a navigation bar. This is a longer, more involved process; however, if you feel like you are up to the challenge, read the Macromedia help file on creating navigation bars and try it out! Insert a Fireworks file (requires premade file). Insert a Flash file (requires pre-made file). Insert a rollover image. Insert a navigation bar. Figure 1 - Advanced Media in the Common Bar Insert a Flash button. Insert some Flash text Insert a Shockwave file (requires a pre-made file) Insert a Java Applet (requires a pre-made file). Insert an Action Script parameter. Insert an ActiveX control (requires a premade file). Figure 2 Advanced Media in the Media Bar 1. The first thing we are going to do is add a rollover image to your page. This allows you to display one image normally and another when the user s mouse goes over the image (this is particularly useful when designing things like menu bars). Insert a horizontal bar to begin a new section, type Advanced Content and then create a bulleted list with the first item being This is a rollover image:.

19 19 2. Next, click on the Insert a Rollover Image button (see Figure 1). Once you have clicked that, you should see the following options: Figure 3 Creating a Rollover Image 3. Creating a rollover image is actually very simple, first, give the image a name. This is what will appear when the user does a mouseover of the image. Next, select the two images you want to use. To do this, use the Browse buttons to explore what images are on your computer. There is a preview window in the image selection panel that will allow you to see what the image looks like. Note that you do not have to select images that are the same size if you don t want to. Next, add a URL to go to when the image is clicked. Finally, make sure you enter some alternative text for the image. Many people do not know this, but these alt texts (or tags as they are referred to as in code) are important not only for low bandwidth users who don t have a fast enough Internet connection to see images a quickly, but also for individuals with vision impairments. Many of these individuals have a special program on their computer that will read to them what is on a given web page. When the program encounters an image, it reads whatever is in the alt tag, therefore, a descriptive alt tag becomes an important feature for these users. When you click okay, you will be prompted to save copies of the images in your root folder (as you always are when you add images or multimedia content). Be sure to choose yes when prompted to do so. 4. Next, we will add a Flash button to your web site. These can be used nicely in a frames page as a navigation menu/bar or as hyperlink buttons. Create another bulleted item and write, Here is a Flash button:. Next, click on the Create a Flash Button icon as shown below: Figure 4 Creating a Flash Button

20 20 You will then see the following options: Figure 5 Choosing Flash Button Characteristics Choose a button from the style menu and give it a caption other than Button Text. If you would like, you can change the font, font size and background color of the button (you will notice later when you see the finished product that I neglected to change the background color of my button to fit with my page what results is an awkward looking button). You can specify whatever web site you would like in the Link area and you don t have to worry about the Target menu, because we are not working with frames in this particular page. Finally, give your button a name to save it as. Click on the Browse button to make sure you are saving it in either the same folder as your index.htm file is saved in, or in the images folder of your web site if you chose to make one earlier in the tutorial. 5. Next, we will add some Flash text to our page. Create another bulleted item and type, This is Flash text:. Click on the Create Flash Text icon: Figure 5 Creating Some Flash Text

21 21 You will then see the following options: Figure 6 Choosing the Flash Text Characteristics Just like before write some text and choose whatever font attributes you wish, as well as a font color and a rollover color. Insert a link to go to when the user clicks on the text, as well as a background color that either matches your page background or contrasts it to give the Flash text a banner look. Name your flash text something in the Save As: box and click on Browse to make sure that you are saving it the correct folder (just like you did for the Flash button). 6. You re almost there! Add a horizontal line under your Flash text. Write a message for the user to know when the page was last updated, and then click on the Insert Date icon as shown below: Figure 7 The Insert Date Icon Once you have clicked on the icon, you should see the following options:

22 22 Figure 8 The Insert Date Options Select a format for your date and click OK. 7. That s it, you re done! This section should look something like the image below: Figure 9 The Advanced Content Section Now, explore some of the other features Dreamweaver offers. Outlined below are a few tabs you may want to check out and modify before you upload your web page to your server space: The Layout tab gives you icons that allow you to toggle between the code and layout views of your page (check out the code for your page it s huge!) The Tables tab obviously allows you to insert tables and table elements. The Frames tab allows you to add frames to your page. The Head tab allows you to choose keywords, titles and other elements that would ordinarily be in the <head> area of HTML code.

23 23 Macromedia Dreamweaver Tutorial Part Five Uploading Your Page Now that you re finished your page, you re ready to upload it to your web server space using the site definition we set up in part one. 1. The first time you upload your web site, you have to upload the whole thing. To do this, click on the Open Site option in the Site menu and then click on the name of the site that you created in part one. Figure 1 Site Menu 2. A panel will appear with two windows in it. If you have used an FTP client before, you will note that the interfaces are very similar (though the Dreamweaver version has far more functionality than most FTP clients do). Connect icon. Put Files icon Public_html folder Your site folder Figure 2 Choosing What to Upload First, make sure you are connected to the server by clicking on the Connect icon. When you are connected, the dot in the corner will turn green (see Figure 2). In the Local Files section, choose your entire site folder to upload (since you have been saving everything in it as you ve gone along by choosing yes when Dreamweaver asked if you wanted to save copies to your root folder). Make sure that in the Remote Site section, you have double clicked on public_html so that you are actually in that folder. If you don t, the upload will work and the files will technically go to your server space, but no one will be able to see them on the Internet. When you have done that, all you have to do is click on the Put Files arrow to upload your folder (see Figure 2).

24 24 Once you have done that, you should see all of your files on the Remote Site end of the panel. You can now click the Connect icon again to disconnect. Figure 3 - Uploaded Files 3. The next time you upload your site is much, much easier. From the Site menu, select Synchronize. In the menu that appears, select your entire site in the Synchronize menu and select Put newer files to remote in the Direction menu. When you click Preview Dreamweaver will compare the files on your remote site to your local files. If there are new files in the local site, Dreamweaver will automatically upload them to the remote site. Files that have the same name get compared by their Modified date. If a newer version exists on the local site (i.e./ because you changed something on it), Dreamweaver will automatically transfer it to your remote site. Congratulations, you have now completed this series of Dreamweaver tutorials! Take advantage of the capabilities of this program and have fun designing your own web site!

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

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

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

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

More information

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

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

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

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

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

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

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

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

Working with the Ektron Content Management System

Working with the Ektron Content Management System Working with the Ektron Content Management System Table of Contents Creating Folders Creating Content 3 Entering Text 3 Adding Headings 4 Creating Bullets and numbered lists 4 External Hyperlinks and e

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

How to Build a SharePoint Website

How to Build a SharePoint Website How to Build a SharePoint Website Beginners Guide to SharePoint Overview: 1. Introduction 2. Access your SharePoint Site 3. Edit Your Home Page 4. Working With Text 5. Inserting Pictures 6. Making Tables

More information

(These instructions are only meant to get you started. They do not include advanced features.)

(These instructions are only meant to get you started. They do not include advanced features.) FrontPage XP/2003 HOW DO I GET STARTED CREATING A WEB PAGE? Previously, the process of creating a page on the World Wide Web was complicated. Hypertext Markup Language (HTML) is a relatively simple computer

More information

Making a Website with Hoolahoop

Making a Website with Hoolahoop Making a Website with Hoolahoop 1) Open up your web browser and goto www.wgss.ca/admin (wgss.hoolahoop.net temporarily) and login your the username and password. (wgss.ca is for teachers ONLY, you cannot

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

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

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

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

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

PowerPoint 2013 Basics of Creating a PowerPoint Presentation

PowerPoint 2013 Basics of Creating a PowerPoint Presentation Revision 4 (01-31-2014) PowerPoint 2013 Basics of Creating a PowerPoint Presentation MICROSOFT POWERPOINT PowerPoint is software that lets you create visual presentations. PowerPoint presentations are

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

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

Getting Started with WebSite Tonight

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

More information

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

Flash MX Image Animation

Flash MX Image Animation Flash MX Image Animation Introduction (Preparing the Stage) Movie Property Definitions: Go to the Properties panel at the bottom of the window to choose the frame rate, width, height, and background color

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

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

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

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

More information

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

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

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

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

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

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

ADOBE CONNECT 8 USER GUIDE. Colorado Department of Labor & Employment

ADOBE CONNECT 8 USER GUIDE. Colorado Department of Labor & Employment ADOBE CONNECT 8 USER GUIDE Colorado Department of Labor & Employment Enter a Meeting Room Getting Started - Enter a Meeting Room DO ONE OF THE FOLLOWING: 1. From the Home Page in Adobe Connect Central,

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

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

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

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

More information

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

How To Manage Your Website On A Webmaster.Com (Webmaster) On A Pc Or Mac Or Macbook Or Macintosh (Web) On Pc Or Ipa (Web).Com (For Mac) On Your Pc Or Pc Or Your

How To Manage Your Website On A Webmaster.Com (Webmaster) On A Pc Or Mac Or Macbook Or Macintosh (Web) On Pc Or Ipa (Web).Com (For Mac) On Your Pc Or Pc Or Your Creative Stream Content Management System (CMS) The Creative Stream CMS is modular and as such installations may vary. Therefore certain sections of this document may not be relevant to your CMS. Contents

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

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server page of 4 oit UMass Office of Information Technologies Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server This includes Web sites on: https://webadmin.oit.umass.edu/~user http://people.umass.edu/

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

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

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

More information

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

Sage Accountants Business Cloud EasyEditor Quick Start Guide

Sage Accountants Business Cloud EasyEditor Quick Start Guide Sage Accountants Business Cloud EasyEditor Quick Start Guide VERSION 1.0 September 2013 Contents Introduction 3 Overview of the interface 4 Working with elements 6 Adding and moving elements 7 Resizing

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

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

POWERPOINT BASICS: MICROSOFT OFFICE 2013

POWERPOINT BASICS: MICROSOFT OFFICE 2013 University of North Carolina at Chapel Hill Libraries Carrboro Cybrary Chapel Hill Public Library Durham County Public Library POWERPOINT BASICS: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites

More information

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield

Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0. University of Sheffield Course Exercises for the Content Management System. Grazyna Whalley, Laurence Cornford June 2014 AP-CMS2.0 University of Sheffield PART 1 1.1 Getting Started 1. Log on to the computer with your usual username

More information

Introduction to Dreamweaver

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

More information

Uploading and Editing Your Course Web Page

Uploading and Editing Your Course Web Page Uploading and Editing Your Course Web Page CM210 Multimedia Storytelling I Fall 2008 Downloading the Web Page Template I have created and styled a simple Web page that everyone can use as the index page

More information

Digital Marketing EasyEditor Guide Dynamic

Digital Marketing EasyEditor Guide Dynamic Surveys ipad Segmentation Reporting Email Sign up Email marketing that works for you Landing Pages Results Digital Marketing EasyEditor Guide Dynamic Questionnaires QR Codes SMS 43 North View, Westbury

More information

WIX: Building a Website with a Template. Choosing a Template First you will need to choose a template from the Create section of the Wix website.

WIX: Building a Website with a Template. Choosing a Template First you will need to choose a template from the Create section of the Wix website. WIX: Building a Website with a Template Choosing a Template First you will need to choose a template from the Create section of the Wix website. To choose a template: 1. Go to wix.com. 2. From the top

More information

Using Mail Merge in Microsoft Word 2003

Using Mail Merge in Microsoft Word 2003 Using Mail Merge in Microsoft Word 2003 Mail Merge Created: 12 April 2005 Note: You should be competent in Microsoft Word before you attempt this Tutorial. Open Microsoft Word 2003 Beginning the Merge

More information

Microsoft Excel 2013 Tutorial

Microsoft Excel 2013 Tutorial Microsoft Excel 2013 Tutorial TABLE OF CONTENTS 1. Getting Started Pg. 3 2. Creating A New Document Pg. 3 3. Saving Your Document Pg. 4 4. Toolbars Pg. 4 5. Formatting Pg. 6 Working With Cells Pg. 6 Changing

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

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

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

No web design or programming expertise is needed to give your museum a world-class web presence.

No web design or programming expertise is needed to give your museum a world-class web presence. PASTPERFECT-ONLINE PastPerfect-Online is the fast, affordable and easy way to provide public access to your PastPerfect data via the World Wide Web. Built on proven MWeb technology, PastPerfect-Online

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

Working with Windows Movie Maker

Working with Windows Movie Maker 518 442-3608 Working with Windows Movie Maker Windows Movie Maker allows you to make movies and slide shows that can be saved to your computer, put on a CD, uploaded to a Web service (such as YouTube)

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

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

Leading Adobe Connect meetings

Leading Adobe Connect meetings Leading Adobe Connect meetings You have created a meeting room, scheduled an online class or meeting, invited participants, and prepared the room for the day of class by testing your computer system and

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

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window

I ntroduction. Accessing Microsoft PowerPoint. Anatomy of a PowerPoint Window Accessing Microsoft PowerPoint To access Microsoft PowerPoint from your home computer, you will probably either use the Start menu to select the program or double-click on an icon on the Desktop. To open

More information

Google Sites. How to create a site using Google Sites

Google Sites. How to create a site using Google Sites Contents How to create a site using Google Sites... 2 Creating a Google Site... 2 Choose a Template... 2 Name Your Site... 3 Choose A Theme... 3 Add Site Categories and Descriptions... 3 Launch Your Google

More information

Site Maintenance Using Dreamweaver

Site Maintenance Using Dreamweaver Site Maintenance Using Dreamweaver As you know, it is possible to transfer the files that make up your web site from your local computer to the remote server using FTP (file transfer protocol) or some

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

Introduction to Word 2007

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

More information

Creating Acrobat Forms Acrobat 9 Professional

Creating Acrobat Forms Acrobat 9 Professional Creating Acrobat Forms Acrobat 9 Professional Acrobat forms typically have an origin from another program, like Word, Illustrator, Publisher etc. Doesn t matter. You design the form in another application

More information

Colligo Email Manager 6.2. Offline Mode - User Guide

Colligo Email Manager 6.2. Offline Mode - User Guide 6.2 Offline Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 3 Checking for Updates 4 Updating Your License

More information

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo

Dreamweaver CS3 THE MISSING MANUAL. David Sawyer McFarland. POGUE PRESS O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Dreamweaver CS3 THE MISSING MANUAL David Sawyer McFarland POGUE PRESS" O'REILLY 8 Beijing Cambridge Farnham Koln Paris Sebastopol Taipei Tokyo Table of Contents The Missing Credits Introduction 1 Part

More information

Microsoft Migrating to Word 2010 from Word 2003

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

More information

Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL

Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL Go Kiwi Internet Content Management System Version 5.0 (K5) TRAINING MANUAL K5 CMS The K5 Content Management System (CMS), previously known as Kwik-Az Updating, is a small downloadable program that permits

More information

Windows Live Movie Maker Tutorial

Windows Live Movie Maker Tutorial Introduction Welcome to the Windows Live Movie Maker (WLMM) Tutorial. This tutorial will help you create, edit, and finalize your WLMM video project. Table of Contents Creating and Saving a Project.. Importing

More information

Windows Live Movie Maker for teachers and faculty

Windows Live Movie Maker for teachers and faculty Windows Live Movie Maker for teachers and faculty Step-by-step Get Windows Live Movie Maker Download Download Windows Live Movie Maker at http://windowslive.com/desktop/moviemaker Run After the program

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

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

Lab 1: Create a Personal Homepage

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

More information

Microsoft PowerPoint 2010 Handout

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

More information

Inside Blackboard Collaborate for Moderators

Inside Blackboard Collaborate for Moderators Inside Blackboard Collaborate for Moderators Entering a Blackboard Collaborate Web Conference 1. The first time you click on the name of the web conference you wish to enter, you will need to download

More information

OneNote 2016 Tutorial

OneNote 2016 Tutorial VIRGINIA TECH OneNote 2016 Tutorial Getting Started Guide Instructional Technology Team, College of Engineering Last Updated: Spring 2016 Email tabletteam@vt.edu if you need additional assistance after

More information

Microsoft Word 2011: Create a Table of Contents

Microsoft Word 2011: Create a Table of Contents Microsoft Word 2011: Create a Table of Contents Creating a Table of Contents for a document can be updated quickly any time you need to add or remove details for it will update page numbers for you. A

More information

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu

collab.virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu UVACOLLAB ECLPS: BUILDING COURSE PORTALS UVaCollab User Guide Series collab-support@virginia.edu Revised 4/28/2014 CONTENTS The eclps Overview... 3 Objectives... 3 Adding the Syllabus or Lessons Tool to

More information

How to Edit an Email. Here are some of the things you can do to customize your email:

How to Edit an Email. Here are some of the things you can do to customize your email: How to Edit an Email Editing a new email created during the Create an Email wizard or editing an existing email in the Edit Email section of the Manage Emails tab is easy, using editing tools you re probably

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

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

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

Making a Web Page with Microsoft Publisher 2003

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

More information

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

Introduction to dobe Acrobat XI Pro

Introduction to dobe Acrobat XI Pro Introduction to dobe Acrobat XI Pro Introduction to Adobe Acrobat XI Pro is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this

More information

Google Docs A Tutorial

Google Docs A Tutorial Google Docs A Tutorial What is it? Google Docs is a free online program that allows users to create documents, spreadsheets and presentations online and share them with others for collaboration. This allows

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

Setting Up Dreamweaver for FTP and Site Management

Setting Up Dreamweaver for FTP and Site Management 518 442-3608 Setting Up Dreamweaver for FTP and Site Management This document explains how to set up Dreamweaver CS5.5 so that you can transfer your files to a hosting server. The information is applicable

More information