Macromedia - Fireworks TechNotes: How to create transparent Pop-up Menus

Size: px
Start display at page:

Download "Macromedia - Fireworks TechNotes: How to create transparent Pop-up Menus"

Transcription

1 Page 1 of 6 Home > Products > Fireworks > Support > TechNote Index How to create transparent Pop-up Menus Pop-up Menus can be structured to have transparent or translucent backgrounds. Modifying the Pop-up Menus in this manner will allow you to further stylize your Pop-up Menus and better integrate the appearance of your Pop-up Menus with the overall design your Web site. The image below demonstrates how an underlying image can partial show through a Pop-up Menu with translucent backgrounds. ID: Product: Fireworks Versions: 4, MX OS: All Browser: All Server: None Database: None Former ID: N/A How useful was this document? less more 5 How can the document be improved? (300 characters or less - you will not receive a reply.) View Example 1 to see translucent Pop-up Menu in action. Because this technique involves changing the Menus' JavaScript file, you should already be familiar with how Pop-up Menus are created. You'll find many resources for creating and extending Pop-up Menus in the TechNotes listed under Additional information below. This TechNote provides step-by-step instructions on altering the backgrounds of the Pop-up Menus to be either of the following options: Transparent Translucent Creating a Pop-up Menu with a transparent background 1 Creating the Pop-up Menu In Fireworks, create the button or other item that will trigger the Pop-up Menu. Select the button, slice or hotspot which will trigger the Pop-up Menu. Choose Insert > Pop-up Menu. This will activate the Pop-up Menu creator.

2 Page 2 of 6 In the first section of the creator, enter your text and link information. 2 Click Next. 3 In the second section of the Set Pop-up Menu creator, select HTML for the Cells option. 4 Make the Font selections for your Pop-up Menus, as well as the Up and Over State color selections for the Text and Cells. 5 Click Finish. 6 Choose File > Save to save the PNG file. Save the PNG file in a directory that is either inside the defined site folder or nearby so as to aid Roundtrip HTML editing. 7 Exporting the Fireworks files Choose File > Export to activate the Export dialog box. Click the Save As pop-up list and select HTML and Images. Make your other export selections and click Save to export the Fireworks files into a defined Dreamweaver site. Be sure to export the Fireworks HTML file into the same folder that contains the Dreamweaver file into which the Fireworks HTML will be inserted. A JavaScript file (fw_menu.js) will be exported along with the HTML and images files. The JavaScript file will be located in the same folder you exported the Fireworks HTML file into. 8 Modifying the JavaScript file in Dreamweaver In Dreamweaver, choose File > Open. 9 Browse to find and select the fw_menu.js file generated by Fireworks. 10 You will need to find every line in the fw_menu.js file which uses any of these three words: BgColor bgcolor backgroundcolor Note: Choose Edit > Find and Replace to use Dreamweaver's search feature to locate each instance of the above words. 11 Once you find the line containing the above words, you have two options to disable it: Option 1: Delete the line. (Make sure that you not only delete the text, but the entire line. Removing the line altogether will cause the JavaScript file to download faster.) Option 2: Comment out the line by placing two forward slashes ("//") at the beginning of the line. In programming, to "comment out" means to place a command at the beginning of a line to mark the line as documentation. A browser will ignore any line preceded with two forward slashes. 12 Save and close the JavaScript file. 13 Inserting the Fireworks HTML file into Dreamweaver Open the already-saved Dreamweaver file into which the Fireworks HTML will be inserted. (Or, if one does not yet exist, create a new Dreamweaver document and save it in the same folder that contains the Fireworks HTML file.) 14 Choose Insert > Interactive Images > Fireworks HTML or click on the Insert Fireworks HTML object in the Object panel Example 2. Browse to find and select the Fireworks HTML file. On the Select the Fireworks File dialog box, click Open. On the Insert Fireworks HTML file, click OK. Save the Dreamweaver file.

3 Page 3 of 6 15 Previewing in a browser Choose File > Preview in Browser to test the Pop-up Menus. Example 3 demonstrates Pop-up Menus with a background table cell color; Example 4 shows these same Pop-up Menus with a transparent background. Creating a Pop-up Menu with a translucent background 1 Creating the Pop-up Menu In Fireworks, create the button or other item that will trigger the Pop-up Menu. Select the slice or hotspot which will trigger the Pop-up Menu. Choose Insert > Pop-up Menu. This will activate the Pop-up Menu creator. 2 In the first section of the creator, enter your text and link information. 3 Click Next. 4 In the second section of the Set Pop-up Menu creator, select Image for the Cells option. 5 Make the Font selections for your Pop-up Menus, as well as the Up and Over State color selections for the Text and Cells. 6 Select a Style for the Up State and the Over State. 7 Click Finish. 8 Choose File > Save to save the PNG file. 9 Exporting the Fireworks files Choose File > Export to activate the Export dialog box. Click the Save As pop-up list and select HTML and Images. Make your other export selections and click Save to export the Fireworks files into a defined Dreamweaver site. Be sure to export the Fireworks HTML file into the same folder that contains the Dreamweaver file into which the Fireworks HTML will be inserted. A JavaScript file (fw_menu.js) will be exported along with the HTML and images files. The JavaScript file will be located in the same folder you exported the Fireworks HTML file into. 10 Modifying the JavaScript file in Dreamweaver In Dreamweaver, choose File > Open. 11 Browse to find and select the fw_menu.js file generated by Fireworks. 12 You will need to find every line in the fw_menu.js file which uses any of these three words: BgColor bgcolor backgroundcolor Note: Choose Edit > Find and Replace to use Dreamweaver's search feature to locate each instance of the above words. 13 Once you find the line containing the above words, you have two options to disable it: Option 1: Delete the line. (Make sure that you not only delete the text, but the entire line. Removing the line altogether will cause the JavaScript file to download faster.) Option 2: Comment out the line by placing two forward slashes ("//") at the beginning of the line. In programming, to "comment out" means to place a command at the beginning of a line to mark the line as documentation. A browser will ignore any line preceded with two forward slashes.

4 Page 4 of 6 14 Save and close the JavaScript file. 15 Modifying the Up-state and Over-state GIF files In Fireworks, choose File > Open. 16 In the Open dialog box, browse to find and select the two GIF images which were created for the Pop-up Menus during the export process. Names of the GIF files The names of the GIF images will be something like "fwmenu1_###x##_up.gif" and "fwmenu1_###x##_over.gif." In these examples, "#" represents a number. Location of the GIF files These images will be located in the folder you designated on the Export dialog box to contain the document's image files. Click the first image and then Shift-click to select the second one. Example 5 displays this dialog box with the two Pop-up Menu GIF images selected. 17 On the Open dialog box, select the Open as Animation option. 18 Click Open. One file will be opened. One GIF image will appear on Frame 1 and the other on Frame Because the "o" in Over is before the "u" in Up in the GIF file names, the GIF files will appear on the frames in the reverse order that they appear in the Pop-up Menu. To swap the frames that the images appear on, choose Commands > Document > Reverse All Frames. This will cause the Up image to appear on Frame 1 and the Over image to appear on Frame Choose Window > Frames to open the Frames panel if it is not already open. 21 Double-click Frame 1. In the pop-up box, name the Frame the same name (minus the extension and period) that the Up image had when exported from Fireworks (see Example 6). 22 Double-click Frame 2. In the pop-up box, name the Frame the same name (minus the extension and period) that the Over image had when exported from Fireworks. Your frames panel should now appear similar to the one in Example Click the first frame (with a name similar to fwmenu1_###x##_up.gif) on the Frames panel. 24 Select the bitmap image currently on the first frame. Choose Edit > Cut. 25 Click the second frame (with a name similar to fwmenu1_###x##_over.gif) on the Frames panel. 26 Select the bitmap image currently on the second frame. Choose Edit > Cut. 27 Click the first frame on the Frames panel. 28 On the canvas, draw a rectangle (using the Rectangle tool) with the same dimensions as the canvas. Choose Modify > Canvas Size to determine the width and height dimensions of the canvas. Choose Windows > Info to open the Info panel. With the rectangle selected, enter the canvas' width dimension in the Info panel's W text box. Enter the canvas' height dimension in the H text box. Now enter "0" in both the X and Y text boxes on the Info panel. Press the the Enter key. The rectangle that you just created should fit exactly over the canvas. 29 With the rectangle selected, select None on the Styles panel (this will eliminate any stroke on the rectangle's path). 30 With the rectangle still selected, click the Category pop-up menu on the Fill panel to select Web dither. 31 Click the top right color box in the Websafe dither color boxes and select a color. Click the lower right color box and select white (see Example 8).

5 Page 5 of 6 32 Select the Transparent option on the Fill panel (see Example 9). 33 Select the rectangle. On the Frames panel, open the Options pop-up menu (by clicking the arrow in the upper right-hand corner of the panel) and choose Copy to Frames (see Example 10). 34 On the Copy to Frames dialog box, select Next Frame. 35 Click OK. 36 If you desire that the Over-state GIF image have a different Web dither fill, click the second frame on the Frames panel. Select the rectangle on the canvas. On the Fill panel, choose another color for the Web dither. 37 Open the Optimize panel by choosing Windows > Optimize. 38 On the Optimize panel, select Index Transparency in the Type of Transparency pop-up menu. 39 Select the color white in the Matte color pop-up box. 40 Choose File > Export. 41 Browse to select the folder in your site which contains the original images. 42 Click the Save as Type pop-up menu and select Frames to Files. 43 Click Save. A message box will ask you if you want to overwrite the image files. Click OK. 44 Inserting the Fireworks HTML file into Dreamweaver Open the already-saved Dreamweaver file into which the Fireworks HTML will be inserted. (Or, if one does not yet exist, create a new Dreamweaver document and save it in the same folder that contains the Fireworks HTML file.) 45 Choose Insert > Interactive Images > Fireworks HTML or click on the Insert Fireworks HTML object in the Object panel Example 11. Browse to find and select the Fireworks HTML file. On the Select the Fireworks File dialog box, click Open. On the Insert Fireworks HTML file, click OK. Save the Dreamweaver file. 46 Previewing in a browser Choose File > Preview in Browser to test the translucent Pop-up Menus. Additional information For more information about Pop-up Menus, consult the following: Multiple Pop-up Menu HTMLs inserted into one Dreamweaver file (TechNote 15573) Customizing and troubleshooting Pop-up Menu images (TechNote 14995) How to set the length of time a pop-up remains visible (TechNote 15007) Fireworks 4 Pop-up Menus in Dreamweaver 4 templates (TechNote 15088) Fireworks Pop-up Menus in Dreamweaver Library files (TechNote 15101) Using anchor tags with Fireworks 4 Pop-up Menus (TechNote 15161) Assigning behaviors to Pop-up Menu items (TechNote 15369) Fonts in Pop-up Menus (TechNote 15342) Note: Aspects of Fireworks features were improved in the Fireworks Updater. See Fireworks 4 and release notes for specific information about the updater.

6 Page 6 of 6 Last updated: August 5, 2002 Created: June 21, 2001 Company Site Map Privacy Contact Us Accessibility Report Piracy Macromedia, Inc. All rights reserved. Use of this website signifies your agreement to the Terms of Use.

Fireworks 3 Animation and Rollovers

Fireworks 3 Animation and Rollovers Fireworks 3 Animation and Rollovers What is Fireworks Fireworks is Web graphics program designed by Macromedia. It enables users to create any sort of graphics as well as to import GIF, JPEG, PNG photos

More information

Creating Buttons and Pop-up Menus

Creating Buttons and Pop-up Menus Using Fireworks CHAPTER 12 Creating Buttons and Pop-up Menus 12 In Macromedia Fireworks 8 you can create a variety of JavaScript buttons and CSS or JavaScript pop-up menus, even if you know nothing about

More information

Adobe Fireworks CS Essential Techniques

Adobe Fireworks CS Essential Techniques Adobe Fireworks CS4 HOW-TOs 100 Essential Techniques Jim Babbage 140 64 Creating Graphic Symbols Resizing Symbols When you resize any bitmap to a smaller size, pixel information is discarded. This is normally

More information

How to create a prototype

How to create a prototype Adobe Fireworks Guide How to create a prototype In this guide, you learn how to use Fireworks to combine a design comp and a wireframe to create an interactive prototype for a widget. A prototype is a

More information

How to set up a local root folder and site structure

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

More information

ENGL 323: Writing for New Media Repurposing Content for the Web Part Two

ENGL 323: Writing for New Media Repurposing Content for the Web Part Two ENGL 323: Writing for New Media Repurposing Content for the Web Part Two Dr. Michael Little michaellittle@kings.edu Hafey-Marian 418 x5917 Using Color to Establish Visual Hierarchies Color is useful in

More information

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks

Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Unit 21 - Creating a Navigation Bar in Macromedia Fireworks Items needed to complete the Navigation Bar: Unit 21 - House Style Unit 21 - Graphics Sketch Diagrams Document ------------------------------------------------------------------------------------------------

More information

Fireworks Basics. The Fireworks Interface

Fireworks Basics. The Fireworks Interface Fireworks Basics Scenario Firework is a graphics application that allows you to create and manipulate Web (and other) graphics. It combines both bitmap and vector editing tools, and integrates well with

More information

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special.

Page Content. Inserting Text To add text to your document, you can type the text directly or use Cut or Copy and Paste or Paste Special. This section describes how to add content to your pages including text, Microsoft Office documents, images, Flash, and other media content. Inserting Text To add text to your document, you can type the

More information

The figure below shows the Dreamweaver Interface.

The figure below shows the Dreamweaver Interface. Dreamweaver Interface Dreamweaver Interface In this section you will learn about the interface of Dreamweaver. You will also learn about the various panels and properties of Dreamweaver. The Macromedia

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS3 to create a simple page layout. However, a more powerful technique is to use Cascading Style Sheets (CSS).

More information

Animating Layers with Timelines

Animating Layers with Timelines Animating Layers with Timelines Dynamic HTML, or DHTML, refers to the combination of HTML with a scripting language that allows you to change style or positioning properties of HTML elements. Timelines,

More information

Page 1. Fireworks Exercise

Page 1. Fireworks Exercise Page 1 Fireworks Exercise 1. Create a New Fireworks Document - File>New. For this exercise, choose 800 for width, 600 for height, resolution 72 pixels/inch, canvas color to Transparent, then choose OK.

More information

GIMP ANIMATION EFFECTS

GIMP ANIMATION EFFECTS GIMP ANIMATION EFFECTS Animation: Text Word by Word ANIMATION: TEXT WORD BY WORD GIMP is all about IT (Images and Text) BACKGROUND IMAGE Before you begin the text animation, you will download a public

More information

HO-1: INTRODUCTION TO FIREWORKS

HO-1: INTRODUCTION TO FIREWORKS HO-1: INTRODUCTION TO FIREWORKS The Fireworks Work Environment Adobe Fireworks CS4 is a hybrid vector and bitmap tool that provides an efficient design environment for rapidly prototyping websites and

More information

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

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

More information

Dreamweaver Basics Outline

Dreamweaver Basics Outline Dreamweaver Basics Outline The Interface Toolbar Status Bar Property Inspector Insert Toolbar Right Palette Modify Page Properties File Structure Define Site Building Our Webpage Working with Tables Working

More information

Dreamweaver MX The Basics

Dreamweaver MX The Basics Chapter 1 Dreamweaver MX 2004 - The Basics COPYRIGHTED MATERIAL Welcome to Dreamweaver MX 2004! Dreamweaver is a powerful Web page creation program created by Macromedia. It s included in the Macromedia

More information

How to export and save files

How to export and save files How to export and save files Illustrator is popular with designers because they can create graphics that can be used in a wide variety of applications. You can easily save your work for print, video, or

More information

ADOBE DREAMWEAVER CS4 BASICS

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

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

IN THIS CHAPTER. Inserting an Explore Interaction 287. Exploring CourseBuilder 264. Copying Support Files 267. Using the General Tab 288

IN THIS CHAPTER. Inserting an Explore Interaction 287. Exploring CourseBuilder 264. Copying Support Files 267. Using the General Tab 288 IN THIS CHAPTER Exploring CourseBuilder 264 Copying Support Files 267 Adding the Template Fix 270 Examining Browser Compatibility 270 Inserting an Explore Interaction 287 Using the General Tab 288 Using

More information

How to use the Assets panel

How to use the Assets panel Adobe Dreamweaver Guide How to use the Assets panel You can use the Assets panel in Dreamweaver to manage assets in the current site (Figure 1). The Assets panel displays assets for the site associated

More information

Defining ABAQUS Contacts for 3-D Models in HyperMesh - HM-4320

Defining ABAQUS Contacts for 3-D Models in HyperMesh - HM-4320 Defining ABAQUS Contacts for 3-D Models in HyperMesh - HM-4320 For this tutorial it is recommended that you complete the introductory tutorial, Getting Started with HyperMesh - HM-1000. This tutorial explains

More information

Lab #3: Web Design with Graphics

Lab #3: Web Design with Graphics English 413: Electronic Documents and Publications Dr. Jablonski Spring 2004 What You Need to Complete this Lab Lab #3: Web Design with Graphics 1. HTML editing software, preferably Dreamweaver MX 2. UNLV

More information

Cropping an Image for the Web

Cropping an Image for the Web Cropping an Image for the Web This guide covers how to use the Paint software included with Microsoft Windows to crop images for use on a web page. Opening Microsoft Paint (In Windows Accessories) On your

More information

Unit 8. Lesson 8.1. Microsoft FrontPage. Introduction. Microsoft FrontPage-1. Microsoft FrontPage

Unit 8. Lesson 8.1. Microsoft FrontPage. Introduction. Microsoft FrontPage-1. Microsoft FrontPage Microsoft FrontPage Unit 8 Microsoft FrontPage Introduction Lesson 8.1 Microsoft FrontPage-1 A number of Software Packages are available in market for creating a website. Among popular software s are Dreamweaver,

More information

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5

Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5 Dreamweaver Domain 4: Adding Content by Using Dreamweaver CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Define a Dreamweaver site. Create,

More information

GIMP ANIMATION EFFECTS

GIMP ANIMATION EFFECTS GIMP ANIMATION EFFECTS Animation: Image ANIMATION: IMAGE GIMP is all about IT (Images and Text) DOWNLOADING THE SUNFLOWER AND BUMBLE BEE IMAGES Both images will come from the Public Domain. To find the

More information

ADOBE 9A Adobe IIIustrator CS4.

ADOBE 9A Adobe IIIustrator CS4. ADOBE 9A0-088 Adobe IIIustrator CS4 http://killexams.com/exam-detail/9a0-088 A. Shift-click on each slice on the artboard with the Slice Select tool then choose Object > Group B. in the Save for Web &

More information

Adobe Dreamweaver CS5/6: Learning the Tools

Adobe Dreamweaver CS5/6: Learning the Tools Adobe Dreamweaver CS5/6: Learning the Tools Dreamweaver is an HTML (Hypertext Markup Language) editor, authoring tool, and Web site management tool. Dreamweaver is a WYSIWYG (what you see is what you get)

More information

Fireworks. what can it do?

Fireworks. what can it do? Fireworks what can it do? Image editing, image optimizing, HTML & JavaScript, primarily for web site use. Good integration with DreamWeaver and Flash Highlighted features Better pop-up menu code creation

More information

How to lay out a web page with CSS

How to lay out a web page with CSS Activity 2.6 guide How to lay out a web page with CSS You can use table design features in Adobe Dreamweaver CS4 to create a simple page layout. However, a more powerful technique is to use Cascading Style

More information

SliceAndDice Online Manual

SliceAndDice Online Manual Online Manual 2001 Stone Design Corp. All Rights Reserved. 2 3 4 7 26 34 36 37 This document is searchable online from s Help menu. Got an image that you want to use for navigation on your web site? Want

More information

GIMP WEB 2.0 BUTTONS

GIMP WEB 2.0 BUTTONS GIMP WEB 2.0 BUTTONS Web 2.0 Navigation: Bar with Icons WEB 2.0 NAVIGATION: NAVIGATION BAR WITH ICONS This navigation bar will be designed with four clickable text links and icon links. In the Menus section,

More information

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites

1. Setup a root folder for the website 2. Create a wireframe 3. Add content 4. Create hyperlinks between pages and to external websites A. Pre-Production of Webpage 1. Determine the specific software needed WYSIWYG- design software that manipulates components of the web page without the user writing or editing code Uses graphical layout

More information

Logo Editing Video Tutorial

Logo Editing Video Tutorial The following is a step by step guide to customising your MetaMorph logo image by replacing the logo text with your own organisation or company's name and logo. In order to utilise the Fireworks Source

More information

Animated Gif - Illustrator /Text and Shapes

Animated Gif - Illustrator /Text and Shapes - Illustrator /Text and Shapes Use Adobe Illustrator to create an animated gif. Use a variety of shapes, outlined type, or live traced objects as your subjects. Apply all the skills that we have developed

More information

A Dreamweaver Tutorial. Contents Page

A Dreamweaver Tutorial. Contents Page A Dreamweaver Tutorial Contents Page Page 1-2 Things to do and know before we start Page 3-4 - Setting up the website Page 5 How to save your web pages Page 6 - Opening an existing web page Page 7 - Creating

More information

Creating and Publishing Faculty Webpages

Creating and Publishing Faculty Webpages Creating and Publishing Faculty Webpages The UNF Template The template we are using today provides a professional page that is easy to work with. Because the pages are already built, faculty members can

More information

November 19,

November 19, http://www.eee.uci.edu/workshops/ Web Images: A Snapshot What kinds of images are GIF JPEG used on the web? What does the name stand for? Graphics Interchange Format Joint Photographic Experts Group Animations

More information

Building TPS Web Pages with Dreamweaver

Building TPS Web Pages with Dreamweaver Building TPS Web Pages with Dreamweaver Title Pages 1. Folder Management 7 2. Defining Your Site 8-11 3. Overview of Design Features 12-22 4. Working with Templates 23-25 5. Publishing Your Site to the

More information

OU EDUCATE TRAINING MANUAL

OU EDUCATE TRAINING MANUAL OU EDUCATE TRAINING MANUAL OmniUpdate Web Content Management System El Camino College Staff Development 310-660-3868 Course Topics: Section 1: OU Educate Overview and Login Section 2: The OmniUpdate Interface

More information

JASCO CANVAS PROGRAM OPERATION MANUAL

JASCO CANVAS PROGRAM OPERATION MANUAL JASCO CANVAS PROGRAM OPERATION MANUAL P/N: 0302-1840A April 1999 Contents 1. What is JASCO Canvas?...1 1.1 Features...1 1.2 About this Manual...1 2. Installation...1 3. Operating Procedure - Tutorial...2

More information

Creating Web Pages with SeaMonkey Composer

Creating Web Pages with SeaMonkey Composer 1 of 26 6/13/2011 11:26 PM Creating Web Pages with SeaMonkey Composer SeaMonkey Composer lets you create your own web pages and publish them on the web. You don't have to know HTML to use Composer; it

More information

Macromedia Flash. ( Macromedia Flash) : - - Flash. Flash. 10. ( Frame ) . Motion Tween. . Flash

Macromedia Flash.   ( Macromedia Flash) : - - Flash. Flash. 10. ( Frame ) . Motion Tween. . Flash Macromedia Flash ( Macromedia Flash).... : 233 - Ram - 16 64 600 - - Flash. Flash... Flash... Flash player Flash.. Flash Flash. Flash. Tweening 10. ( Frame ). Flash (10 1 ). Motion Tween :. Flash. Flash

More information

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10

Chapter 1 Introduction to Dreamweaver CS3 1. About Dreamweaver CS3 Interface...4. Creating New Webpages...10 CONTENTS Chapter 1 Introduction to Dreamweaver CS3 1 About Dreamweaver CS3 Interface...4 Title Bar... 4 Menu Bar... 4 Insert Bar... 5 Document Toolbar... 5 Coding Toolbar... 6 Document Window... 7 Properties

More information

Programme. Introduction to Animation Shop

Programme. Introduction to Animation Shop HEART Trust NTA Vocational Training Development Institute Programme Course Animations Learning Objectives: Use the animation tools Prepare for an animation Create an animation with animation

More information

GIMP WEB 2.0 ICONS. GIMP is all about IT (Images and Text) OPEN GIMP

GIMP WEB 2.0 ICONS. GIMP is all about IT (Images and Text) OPEN GIMP GIMP WEB 2.0 ICONS Web 2.0 Banners: Download E-Book WEB 2.0 ICONS: DOWNLOAD E-BOOK OPEN GIMP GIMP is all about IT (Images and Text) Step 1: To begin a new GIMP project, from the Menu Bar, select File New.

More information

Dazzle the Web with Dynamic Dreamweaver, Part II

Dazzle the Web with Dynamic Dreamweaver, Part II Dazzle the Web with Dynamic Dreamweaver, Part II In the second Dreamweaver workshop we will learn the following skills: 1. Adding hyperlinks to our home page 2. Adding images to our home page 3. Creating

More information

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image...

Create a Contact Sheet of Your Images Design a Picture Package Customize Your Picture Package Layout Resample Your Image... 72 71 Create a Contact Sheet of Your Images................... 158 Design a Picture Package............ 160 73 Customize Your Picture Package Layout.... 162 74 Resample Your Image.................... 164

More information

FolderView DMXzone.com FolderView Manual

FolderView DMXzone.com FolderView Manual FolderView Manual Copyright 2007 All Rights Reserved To get more go to Page 1 of 32 Index FolderView Manual... 1 Index... 2 About FolderView... 3 Features in Detail... 4 Before you begin... 9 Installing

More information

Using Dreamweaver to: add background images & colors centering Web page in the browser display modify button links with rollovers or No-Link graphics

Using Dreamweaver to: add background images & colors centering Web page in the browser display modify button links with rollovers or No-Link graphics Using Dreamweaver to: add background images & colors centering Web page in the browser display modify button links with rollovers or No-Link graphics By James A Watrous Using Dreamweaver to modify Web

More information

Introduction to Dreamweaver

Introduction to Dreamweaver COMMUNITY TECHNICAL SUPPORT Introduction to Dreamweaver What is Dreamweaver? Dreamweaver helps you to create Web pages while it codes html (and more) for you. It is located on the bottom tray or in the

More information

Dreamweaver MX Overview. Maintaining a Web Site

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

More information

Solo 4.6 Release Notes

Solo 4.6 Release Notes June9, 2017 (Updated to include Solo 4.6.4 changes) Solo 4.6 Release Notes This release contains a number of new features, as well as enhancements to the user interface and overall performance. Together

More information

< building websites with dreamweaver mx >

< building websites with dreamweaver mx > < building websites with dreamweaver mx > < plano isd instructional technology department > < copyright = 2002 > < building websites with dreamweaver mx > Dreamweaver MX is a powerful Web authoring tool.

More information

From the dock at the left, right, top, or bottom of your monitor screen, open the Finder.

From the dock at the left, right, top, or bottom of your monitor screen, open the Finder. GETTING STARTED Composition & Defamiliarization: Using Adobe Illustrator as a Tool Kristen Foster 2010 Drawing and Composition Module OTIS College of Art and Design Trash preferences + Open Illustrator

More information

Learning DreamWeaver MX 2004

Learning DreamWeaver MX 2004 Contents Users Notes Software Requirements...xi The DW Support Files...xi Copying the DW Support Files...xi Windows Systems...xi Macintosh Systems...xi Using the Activities in Schools... xii The Chapter

More information

Quick Guide for Photoshop CS 6 Advanced June 2012 Training:

Quick Guide for Photoshop CS 6 Advanced June 2012 Training: 3. If desired, click the desired tab to see the differences. Photoshop CS 6 Advanced Changing Workspace Note: Changing Workspace will change the Panel Group appears on the screen. The default Workspace

More information

HO-FL1: INTRODUCTION TO FLASH

HO-FL1: INTRODUCTION TO FLASH HO-FL1: INTRODUCTION TO FLASH Introduction Flash is software authoring package for creating scalable, interactive animations (or movies) for inclusion in web pages. It can be used to create animated graphics,

More information

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3)

CS Multimedia and Communications. Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) CS 1033 Multimedia and Communications Lab 06: Webpage Tables and Image Links (Website Design part 3 of 3) REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Table Properties Reference Guide The Property

More information

HTML Exercise 21 Making Simple Rectangular Buttons

HTML Exercise 21 Making Simple Rectangular Buttons HTML Exercise 21 Making Simple Rectangular Buttons Buttons are extremely popular and found on virtually all Web sites with multiple pages. Buttons are graphical elements that help visitors move through

More information

Overview of Adobe Fireworks

Overview of Adobe Fireworks Adobe Fireworks Overview of Adobe Fireworks In this guide, you ll learn how to do the following: Work with the Adobe Fireworks workspace: tools, Document windows, menus, and panels. Customize the workspace.

More information

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

Section 6: Dreamweaver

Section 6: Dreamweaver Section 6: Dreamweaver 1 Building TPS Web Pages with Dreamweaver Title Pages 1. Dreamweaver Storyboard Pages 3 2. Folder Management 4 3. Defining Your Site 5-8 4. Overview of Design Features 9-19 5. Working

More information

Table of contents. Universal Data Exporter ASP DMXzone.com

Table of contents. Universal Data Exporter ASP DMXzone.com Table of contents About Universal Data Exporter ASP... 2 Features in Detail... 3 Before you begin... 9 Installing the extension... 9 The Basics: Exporting an HTML table... 10 Introduction... 10 How to

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Correcting Grammar as You Type. 1. Right-click the text marked with the blue, wavy underline. 2. Click the desired option on the shortcut menu.

Correcting Grammar as You Type. 1. Right-click the text marked with the blue, wavy underline. 2. Click the desired option on the shortcut menu. PROCEDURES LESSON 11: CHECKING SPELLING AND GRAMMAR Selecting Spelling and Grammar Options 2 Click Options 3 In the Word Options dialog box, click Proofing 4 Check options as necessary under the When correcting

More information

CiDA Certificate in Digital Applications

CiDA Certificate in Digital Applications CiDA Certificate in Digital Applications CiDA EXAM TOP TIPS Make your home page with background colour, insert a table with 4 rows 3 columns and 0 padding. Add your fireworks banner, buttons, email

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

FolderView DMXzone.com Folder View 2 Manual

FolderView DMXzone.com Folder View 2 Manual Folder View 2 Manual Copyright 2009 All Rights Reserved To get more go to Page 1 of 39 Index Folder View 2 Manual... 1 Index... 2 About FolderView... 3 Features in Detail... 4 Before you begin... 10 Installing

More information

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^

ver Wfl Adobe lif Sams Teach Yourself Betsy Bruce Robyn Ness SAMS 800 East 96th Street, Indianapolis, Indiana, USA WlM John Ray ^lg^ Betsy Bruce John Ray Robyn Ness Sams Teach Yourself Adobe Wfl lif ver W ^msssi^ mm WlM ^lg^ SAMS 800 East 96th Street, Indianapolis, Indiana, 46240 USA Table of Contents Introduction What Is Dreamweaver

More information

Dreamweaver 8. Project 5. Templates and Style Sheets

Dreamweaver 8. Project 5. Templates and Style Sheets Dreamweaver 8 Project 5 Templates and Style Sheets Starting Dreamweaver and Opening the Colorado Parks Web Site Click the Start button on the Windows taskbar Point to All Programs on the Start menu, point

More information

CROSSFADE ANIMATION with AFTEREFFECTS

CROSSFADE ANIMATION with AFTEREFFECTS CROSSFADE ANIMATION with AFTEREFFECTS Consider using the Internet as a new presentation medium for photographs. The fluid nature of the medium allows the removal of photography from its present static

More information

Create and edit text. Create the title text First you ll create the title text for the car rental ad.

Create and edit text. Create the title text First you ll create the title text for the car rental ad. 8 Choose the Pointer tool and click the mask thumbnail in the Layers panel. The Property inspector shows that the mask was applied using its grayscale appearance. The darker pixels in the mask knock out

More information

Eng 110, Spring Week 03 Lab02- Dreamwaver Session

Eng 110, Spring Week 03 Lab02- Dreamwaver Session Eng 110, Spring 2008 Week 03 Lab02- Dreamwaver Session Assignment Recreate the 3-page website you did last week by using Dreamweaver. You should use tables to control your layout. You should modify fonts,

More information

How to lay out a web page with CSS

How to lay out a web page with CSS How to lay out a web page with CSS A CSS page layout uses the Cascading Style Sheets format, rather than traditional HTML tables or frames, to organize the content on a web page. The basic building block

More information

Dreamweaver: Web Forms

Dreamweaver: Web Forms Dreamweaver: Web Forms Introduction Web forms allow your users to type information into form fields on a web page and send it to you. Dreamweaver makes it easy to create them. This workshop is a follow-up

More information

How to create an animated face

How to create an animated face Adobe Flash CS4 Activity 5.1 guide How to create an animated face This activity walks you step by step through the process of creating a simple animation by using Adobe Flash CS4. You use drawing tools

More information

ENGL 323: Writing for New Media Building a Blog Reader Using Links, Tables, Images, and Frames

ENGL 323: Writing for New Media Building a Blog Reader Using Links, Tables, Images, and Frames ENGL 323: Writing for New Media Building a Blog Reader Using Links, Tables, Images, and Frames Dr. Michael Little michaellittle@kings.edu Hafey-Marian 418 x5917 Office hours: MW 11-12, 1-2, F 11-12; TTh

More information

! " # $%& Html.htm Note: Files under html.htm are created in the previous lab exercises. (Just link it up)

!  # $%& Html.htm Note: Files under html.htm are created in the previous lab exercises. (Just link it up) ! " # $%& # &'()*+ At the end of this lab exercise, students should be able to: Invoke the main components in Macromedia Dreamweaver MX 2004 Edit and format text using Macromedia Dreamweaver MX 2004 Create

More information

Taking Fireworks Template and Applying it to Dreamweaver

Taking Fireworks Template and Applying it to Dreamweaver Taking Fireworks Template and Applying it to Dreamweaver Part 1: Define a New Site in Dreamweaver The first step to creating a site in Dreamweaver CS4 is to Define a New Site. The object is to recreate

More information

Figure 1 Properties panel, HTML mode

Figure 1 Properties panel, HTML mode How to add text Adding text to a document To add text to a Dreamweaver document, you can type text directly in the Document window, or you can cut and paste text. You modify text by using the Properties

More information

Dreamweaver MX Technical Support Services. Office of Information Technology, West Virginia University. OIT Help Desk ext.

Dreamweaver MX Technical Support Services. Office of Information Technology, West Virginia University. OIT Help Desk ext. Dreamweaver MX 2004 Technical Support Services Office of Information Technology, West Virginia University OIT Help Desk - 293.4444 ext.1 http://oit.wvu.edu/support/training/classmat/ Instructors: Rick

More information

ICT IGCSE Practical Revision Presentation Web Authoring

ICT IGCSE Practical Revision Presentation Web Authoring 21.1 Web Development Layers 21.2 Create a Web Page Chapter 21: 21.3 Use Stylesheets 21.4 Test and Publish a Website Web Development Layers Presentation Layer Content layer: Behaviour layer Chapter 21:

More information

ITP 101 Project 2 - Photoshop

ITP 101 Project 2 - Photoshop ITP 101 Project 2 - Photoshop Project Objectives Learn how to use an image editing application to create digital images. We will use Adobe Photoshop for this project. Project Details To continue the development

More information

13 PREPARING FILES FOR THE WEB

13 PREPARING FILES FOR THE WEB 13 PREPARING FILES FOR THE WEB Lesson overview In this lesson, you ll learn how to do the following: Create and stylize a button for a website. Use layer groups and artboards. Optimize design assets for

More information

Using Adobe Contribute 4 A guide for new website authors

Using Adobe Contribute 4 A guide for new website authors Using Adobe Contribute 4 A guide for new website authors Adobe Contribute allows you to easily update websites without any knowledge of HTML. This handout will provide an introduction to Adobe Contribute

More information

Overview of Adobe Fireworks CS6

Overview of Adobe Fireworks CS6 Overview of Adobe Fireworks CS6 Lesson topics: Work with the Adobe Fireworks CS6 workspace: tools, Document windows, menus, and panels. Customize the workspace. Change the magnification of a document.

More information

Developing Interactive Lectures with PowerPoint 2007

Developing Interactive Lectures with PowerPoint 2007 Intermediate PowerPoint Developing Interactive Lectures with PowerPoint 2007 [Type the document subtitle] 2 P age Table of Contents Customize Slide Theme and Background... 2 Apply Animated Effects... 3

More information

CREATING A BANNER IN PHOTOSHOP

CREATING A BANNER IN PHOTOSHOP CREATING A BANNER IN PHOTOSHOP 1 This tutorial will take you through how to create your own basic banner in Photoshop. We will go: A. Creating a background 1. Launch (Open) Photoshop CS5 The interface

More information

Exploring the Flash MX 2004 Workspace

Exploring the Flash MX 2004 Workspace 1 Chapter Exploring the Flash MX 2004 Workspace COPYRIGHTED MATERIAL This first chapter is a warm-up to prepare you for your Flash MX 2004 adventure. It provides a quick introduction to Flash, and is a

More information

HTML Exercise 9 Making A Transparent 3-D Heading For The Hyperlinks 1 Page

HTML Exercise 9 Making A Transparent 3-D Heading For The Hyperlinks 1 Page HTML Exercise 9 Making A Transparent 3-D Heading For The Hyperlinks 1 Page Paint Shop Pro will make many different kinds of text. Here is a way to make a transparent 3-D heading. The heading must be transparent

More information

W-E

W-E Signage Suite V2.20 User Guide 605220-02-01-W-E-051613-02 Trademarks Windows XP, Windows Vista, Windows 7, and Microsoft are registered trademarks of Microsoft Corporation. All other trademarks are the

More information

Question: How do I move my mobile account from the Corporate to my Personal Account?

Question: How do I move my mobile account from the Corporate to my Personal Account? Question: How do I move my mobile account from the Corporate to my Personal Account? Answer: A user leaving Nortel can move his/her account off of the corporate program and into a personal liable account.

More information

Click File > New to create a new file. The following dialog appears:

Click File > New to create a new file. The following dialog appears: MACROMEDIA FIREWORKS QUICK REFERENCE Fireworks is an application designed to create and edit graphics for use on the Web (or, more specifically, graphics to be viewed on a screen rather than on paper).

More information

IT153 Midterm Study Guide

IT153 Midterm Study Guide IT153 Midterm Study Guide These are facts about the Adobe Dreamweaver CS4 Application. If you know these facts, you should be able to do well on your midterm. Dreamweaver users work in the Document window

More information

Epilog Laser Cutter Instructions (Only the Essentials)

Epilog Laser Cutter Instructions (Only the Essentials) Epilog Laser Cutter Instructions (Only the Essentials) How to export a file for SKETCHUP put it on the server, open it in Illustrator, and Prepare it for the Epilog Laser Cutter 1. In Sketchup: Draw a

More information