StudentSignature: Student Number: Your Computer Number. Concepts for Advanced Computer Usage.

Size: px
Start display at page:

Download "StudentSignature: Student Number: Your Computer Number. Concepts for Advanced Computer Usage."

Transcription

1 University of Waterloo Place sticker here CS200 Lab Exam Student Name: StudentSignature: Student Number: Handin Code: Your Computer Number Course Abbreviation: Course Title: Course Instructor: CS200 Concepts for Advanced Computer Usage. Elodie Fourquet Time and Date of Examination: to 15.00, August 14, Duration of Examination: 150 minutes. Number of Pages: 8. Additional Materials Allowed: None. To be filled in by marker: Question Total Marks A B C D E F G I /75 /10 /5 /10 /5 /25 /10 /10 II /75 /5 /14 /20 /20 /16 Total /150

2 General Instructions SETUP Log in to OS X. Connect to Oscar and mount the share point cs200exam. Within it locate your cs200exam folder, whose name is yourhandincode_exam (yhc_exam), and the folder * Exam Materials (at the top of cs200exam). Copy the contents of the folder *Exam Materials (i.e. PartI-html-css & PartII-graphics-svg ) to your cs200exam / cs200section_101 / yhc_exam Do all your work in your yhc_exam folder, saving and creating your files either in PartI or PartII folder as appropriate. PRACTISE SAFE COMPUTING As you work, you will occasionally find you have messed something up. It is good practise, therefore, to periodically save your file with different names: e.g. SomeName_0, SomeName_1, SomeName_2, etc. If you do this every time you have made significant progress, you can easily retreat to an earlier version of your document if that seems useful. If you have done this, be sure that the files you would like marked are appropriately named. It is your responsibility to practise safe computing during this examination. AT THE END OF THE EXAM Oscar and the lab Macs will shut down at the end of the examination sitting, and the disk Macintosh HD on the lab Macs will be re-initialized. The files found in your cs200exam folder, and only those files, will be marked; if there are multiple copies numbered as above, then only the correctly named copy will be marked. There is no separate handins folder for this examination. Quit all applications and dismount cs200exam by dragging it to the trash before logging out of OSX. Overview For this lab examination you are to use Amaya only. Amaya is a Web client that acts both as a browser and as an editor. It has been designed in collaboration with W3C (the World Wide Web Consortium) with the primary purpose of demonstrating new Web technologies and helping users to generate valid Web pages. Amaya started as an HTML + CSS style sheets editor and was extended to support XML. It also includes features for editing Math and geometric graphics (SVG). For this lab exam you will use Amaya to do the following two things. 1. Editing/creating HTML with and without CSS. 2. Creating some SVG pictures. Part I and Part II are entirely independent. If you are stuck in Part I and can t do more, then skip to Part II. Amaya is an open source software project, thus is subject to occasional failure, so save your document often. Its interface uses a paradigm that you are not familiar with, so read the PREAMBLE section carefully before starting. Remember Your Pearls! And the Help menu! ( 2 of 8 )

3 PART I. HTML CSS PREAMBLE Amaya provides many different views of an HTML document. The most interesting ones are the Browser view, which is the default when opening an HTML document and the Source view, which you open using the 'Views' menu. Another view of interest is the Structure view, which shows the hierarchy of HTML tags. HTML Direct editing features Style section unfolded Browser view Source view Because it is difficult to synchronize between different views and because Amaya is under ongoing development, there are sometimes redraw problems. In the Browser view text elements may overlap when they should not. If so you can force a redraw by clicking on one of the Magnifying Glass icons. In the Source view where HTML tags are coloured, the colouring is occasionally missing on some HTML tags. Again the remedy is to force the view to redraw, switching back and forth between Structure view and Source view does the job. Direct editing in Browser view assumes a interface paradigm, requiring successive presses of the Enter key that you are not familiar with and that may be awkward at first. You may not want to consume too much time figuring it out. Experiment a bit with it, but if you find it too frustrating, go on to work directly on the HTML code instead in the Source view. Use the interface to get idea of the piece of code that it generates when you do not recall how to do something. Get inspiration from it, but if it is not efficient just go back and make sure your code is clean and simple by working directly on the source. Synchronize or save to see the results in the Browser view or Source view. I A. [10 points]. Familiarization, Debugging and Code Cleaning Open elodiehomepage.html in Amaya. From the menu 'Views', select 'Split view vertically'. The HTML source should open on the right. Check the box on the right if this is the case. On the bottom right of the Amaya window there is a RED circle, which means that my webpage contains some HTML errors. Your task is to fix them by doing the following. ( 3 of 8 )

4 Click on the bottom red circle, which opens a window listing the errors. Read them and click on them to go to the problematic HTML tag 1. Fix each error. Save the file after each change you make to the HTML source and reopen the errors window to see if you solved the error you were working on. When the circle turns to GREEN the page has no more errors. Go to the menu 'Tools' and select 'Code clean up', it makes the HTML tags consistent in appearance, turning them all lowercase. (It will also try to fix HTML errors if there were any...) Save your file and remember these nice Amaya features while working with the software! I B. [5 points]. Views and Synchronization Open ToyPearl.html in Amaya. Open the HTML source as you did above. In the source view do the following steps. Double-click on today, which is found in the last text sentence. It should select the word, and you should see a red arrow at the beginning of the corresponding sentence in the browser view. If you do, check the box on the right. Change today to class. Press the key combination Apple+Y, to synchronize the two views. Check the box on the right if the browser view updates. In the browser view do the following steps. Insert at the bottom of the page a new line with the text The Copy Pearl. On the right pane, unfold the Elements section. Use it to turn the inserted text to be an Heading 1(T1). Save or synchronize to see the corresponding changes in the source view. Check the box on the right if the source view updates. In either the source or browser view, do the following three updates, using synchronize to see the effect of each. 1. don t to do not 2. isn t to is not 3. we ve to we have You are done with ToyPearl.html, so save it now. I C. [10 points]. Basic Formatting Make a copy of your ToyPearl.html in your working directory and rename it BasicPearls.html. Open BasicPearls.html in Amaya and change the text of the HTML title tag to BasicPearls. Edit it to replicate the content and formatting of the target file BasicPearls.pdf. The given BasicPearls.txt is the text only version of the document, which you may find useful. You can either work directly in the browser view by using the interface buttons / menus for selecting the appearance of the elements to be Headings, bulleted lists, and so on, or you can edit in the source view using HTML If clicking on an error line does not make the cursor jump to the line, try the next error. 2. Hint: if you are not successful with one way, try the other. ( 4 of 8 )

5 When you are done with BasicPearls.html make sure you save it. I D. [5 points]. Classic Built-in Style Copy BasicPearls.html and rename it ClassicPearls.html. Open ClassicPearls.html in Amaya and change the HTML title to ClassicPearls. Apply an Amaya s built-in style to it by doing the following: In the right pane of the Amaya window, unfold the Style section or look at the menu 'Format > Theme', and apply the 'Classic' theme to the page, instead of 'No theme'. Save the file, look at it in Safari to make sure the appearance really changed, and then close the file. I E. [25 points]. Updating a CSS file Copy BasicPearls.html again and rename it myclassicpearls.html. In Amaya change the HTML title of myclassicpearls.html to reflect its filename. Now the task is to link the page to the given style sheet file myclassic.css. Using the menu 'Format > Style Sheets > Link...' you can either navigate through the folders to the CSS file, or click on the opened CSS file in Amaya. Linking the CSS file should change the appearance of myclassicpearls.html. The appearance is close to that of ClassicPearls.html you created previously. Look at the given file myclassicstartingpearlinitial.html 1 if you are not sure to have done it properly. It is important to save and check the result in Safari at this point. Next, you have to edit myclassic.css to make it similar to the standard one, but also to improve it with more pleasing amounts of white space. The aim is to replicate the appearance of the target file myclassicpearls.pdf by the end of the process. Refer to the target file to understand what is requested at each of the following steps. Do the following modifications to myclassic.css using Amaya 2. Change the heading 1 background colour from blue back to a grey colour. The grey should be set so that it uses the brightest of the RGB components of the current blue. Heading 1 style is not centered, make it centered. The background of heading 1 is not big enough for the font (look at it in Safari if necessary). Increase the height of the area of the background to fit the font. There is more space below heading 1 than above it. Swap the sizes of the spaces, i.e. use the bigger value for above and the smaller one for below. For paragraphs, set the above line spacing to 0.5em. For bulleted list items, add an attribute to indent them by 1em. Now make the following addition to myclassic.css and use it in myclassicpearls.html. Create a span class named important in myclassic.css, that highlights text with the greenish colour d1f1d1. 1. At this point myclassicpearls.html should look the same as myclassictoypearlinitial.html, except that you should have the text of the four pearls, instead of only one. 2. I expect you to look at the given CSS code and to experiment with Amaya interface, so to recall CSS attributes names during this editing task. If you have trouble you can ask for a cheat sheet, but you will lose 8 marks for requiring it. ( 5 of 8 )

6 Apply important to the words experiment and save in the Toy Pearl text of myclassicpearls.html file, as done in myclassicpearls.pdf. When you are done, save and close myclassic.css and myclassicpearls.html. I F. [10 points]. Adding Images Copy myclassicpearls.html and rename it myclassicpearlswithimages.html. In the copied file, your task is to insert a table at the bottom of the Model Pearl, and to place in it two images, replicating the content of the target file myclassicpearlswithimages.pdf. The two images are named model1.jpg and model2.jpg and are among the files you copied initially. Make sure you save and close myclassicpearlswithimages.html when you are done. I G. [10 points]. URL Links Open filelinks.html. Edit in the browser view the file so that each bulleted item of the list links to the appropriate HTML file. Amaya has a nice 'Click' feature to activate a link, learn it to make this task easy. At the bottom of each of your other HTML files, i.e. elodiehomepage.html, BasicPearls.html, ClassicPearls, myclassicpearls, and myclassicpearlswithimages, insert a URL link called Back that points back to filelinks.html. In the rectangle below briefly explain how you learned Amaya s 'Click' feature and what it is. ( 6 of 8 )

7 PART II. SVG Geometric Graphics PREAMBLE In Amaya when you are working on an SVG file, make sure that on the right pane, for the Elements section that the tab displayed is 'Drawing', as shown in the snapshot below. Make sure the Style section on the right pane shows the graphics object style properties and not the font / paragraph properties when you are working on graphics shapes. Selecting a graphics object and folding / unfolding the Style section makes the graphics style properties available. When manipulating graphics objects right click (or control key press) for a shortcuts menu. The 'SVG canvas' is an important concept introduced in part A below. Make sure your graphics objects are always within the canvas boundaries or weird things may happen. Drawing Features Graphics Object Style properties II A. [5 points]. Ellipse, Grouping and Canvas Open the file fish.svg in Amaya. You see a Bézier closed path representing the body of a fish. Add an ellipse for the eye, and make its inside a yellowish colour, as shown in the target file fish.pdf. Group the two components together, i.e. the Bézier path and the ellipse. On the right pane in the Elements section for drawing, the first button on the first line gives access to the 'SVG Canvas'. Select it to see the boundaries of your SVG image; the cursor changes to a cross, and you can extend the current canvas with the mouse and option key pressed. It is ESSENTIAL to stay within the canvas when you are drawing. To switch back to the drawing mode, getting the normal cursor back, press the control key. Select the fish and using the control key, move it to get it centered in the SVG canvas. Using a transformation available with the control key, scale down the fish by approximately half. Save your fish.svg. II B. [14 points]. Duplicate, Transformations and Alignment Use the menu 'File > New > New Drawing...>' to create a SVG document called fishcrowd.svg in your working directory. Insert at least five copies of your fish into fishcrowd.svg. Make sure you insert into the canvas area. Use transformations to replicate (approximately) the crowd of fish of fishcrowd.pdf. The second column of fish should have their right side aligned. Use an extra transformation to modify one of the fish (not one in the second column) so that the transformation is obvious and apparent. Enter the following information. Name of the transformation: Group all the fish into a single group. ( 7 of 8 )

8 You are done with fishcrowd.svg, save it and close it for now. II C. [20 points]. Simple Bézier Curves Create a new svg document called plant.svg. Using Amaya you should reproduce the plant found in plant.pdf. Specifically, your plant should have the five properties listed below. 1. It should be made of a 'Closed Bézier Curve'. 2. It should have four branches. 3. It should be greenish. 4. All the anchor points should be smooth. 5. It should look roughly like a plant (that means its appearance should be controlled and natural looking). When you are done with plant.svg, save it. II D. [20 points]. More on Bézier Curves and Shape Appearance Create a new svg document called aquarium.svg. Your task is to roughly reproduce the file aquarium.pdf. It should have the following three components. 1. A sand bank which is a path with a yellowish fill colour and a curvy top and straight vertical and bottom edges. 2. A front glass pane made of a rectangle shape with a black outline of 5 pixels, and a semi-transparent, i.e. transparency 60%, inside colour that is bluish. 3. A plant that you insert by copying it from your plant.svg. Place it behind the glass and the sand. When you are done with aquarium.svg save it and close it. II E. [16 points]. Final Cartoon Copy your aquarium.svg and rename it final.svg. Open final.svg in Amaya. Place your group of fish in final.svg, by copying them from your fishcrowd.svg file. Place them behind the glass window. Replicate the target document final.pdf. Keep your transformed fish. The important additions are the bubbles and the text. When you are done with final.svg save it and close it. Congratulations, you are done!! You can have some holidays now... at least from cs200 work. Check your cs200exam folder. Quit Amaya and dismount cs200exam. ( 8 of 8 )

Adobe Illustrator. Quick Start Guide

Adobe Illustrator. Quick Start Guide Adobe Illustrator Quick Start Guide 1 In this guide we will cover the basics of setting up an Illustrator file for use with the laser cutter in the InnovationStudio. We will also cover the creation of

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

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons

Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons Introduction To Inkscape Creating Custom Graphics For Websites, Displays & Lessons The Inkscape Program Inkscape is a free, but very powerful vector graphics program. Available for all computer formats

More information

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool.

HYPERSTUDIO TOOLS. THE GRAPHIC TOOL Use this tool to select graphics to edit. SPRAY PAINT CAN Scatter lots of tiny dots with this tool. THE BROWSE TOOL Us it to go through the stack and click on buttons THE BUTTON TOOL Use this tool to select buttons to edit.. RECTANGLE TOOL This tool lets you capture a rectangular area to copy, cut, move,

More information

Lab 2. CSE 3, Summer 2010 In this lab you will learn about file structures and advanced features of Microsoft Word.

Lab 2. CSE 3, Summer 2010 In this lab you will learn about file structures and advanced features of Microsoft Word. Lab 2 CSE 3, Summer 2010 In this lab you will learn about file structures and advanced features of Microsoft Word. A. Create a basic File Structure Let s start by opening up the My Documents folder on

More information

ORB Education Quality Teaching Resources

ORB Education Quality Teaching Resources These basic resources aim to keep things simple and avoid HTML and CSS completely, whilst helping familiarise students with what can be a daunting interface. The final websites will not demonstrate best

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2010

POWERPOINT BASICS: MICROSOFT OFFICE 2010 POWERPOINT BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Microsoft PowerPoint Components SIMPLE TASKS IN MICROSOFT POWERPOINT

More information

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat

The American University in Cairo. Academic Computing Services. Word prepared by. Soumaia Ahmed Al Ayyat The American University in Cairo Academic Computing Services Word 2000 prepared by Soumaia Ahmed Al Ayyat Spring 2001 Table of Contents: Opening the Word Program Creating, Opening, and Saving Documents

More information

Introduction to Dreamweaver CS3

Introduction to Dreamweaver CS3 TUTORIAL 2 Introduction to Dreamweaver CS3 In Tutorial 2 you will create a sample site while you practice the following skills with Adobe Dreamweaver CS3: Creating pages based on a built-in CSS page layout

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

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

Learning to use the drawing tools

Learning to use the drawing tools Create a blank slide This module was developed for Office 2000 and 2001, but although there are cosmetic changes in the appearance of some of the tools, the basic functionality is the same in Powerpoint

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB!

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 06: Introduction to KompoZer (Website Design - Part 3 of 3) Lab 6 Tutorial 1 In this lab we are going to learn

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

In the fourth unit you will learn how to upload and add images and PDF files.

In the fourth unit you will learn how to upload and add images and PDF files. Introduction Here at SUNY New Paltz, we use the Terminal Four (T4) web content management system (CMS). This puts the power of editing content on our college s webpage in the hands of our authorized users.

More information

A Step-by-step guide to creating a Professional PowerPoint Presentation

A Step-by-step guide to creating a Professional PowerPoint Presentation Quick introduction to Microsoft PowerPoint A Step-by-step guide to creating a Professional PowerPoint Presentation Created by Cruse Control creative services Tel +44 (0) 1923 842 295 training@crusecontrol.com

More information

FRONTPAGE STEP BY STEP GUIDE

FRONTPAGE STEP BY STEP GUIDE IGCSE ICT SECTION 15 WEB AUTHORING FRONTPAGE STEP BY STEP GUIDE Mark Nicholls ICT lounge P a g e 1 Contents Introduction to this unit.... Page 4 How to open FrontPage..... Page 4 The FrontPage Menu Bar...Page

More information

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved.

FrontPage 98 Quick Guide. Copyright 2000 Peter Pappas. edteck press All rights reserved. Master web design skills with Microsoft FrontPage 98. This step-by-step guide uses over 40 full color close-up screen shots to clearly explain the fast and easy way to design a web site. Use edteck s QuickGuide

More information

CS 200. Lecture 04. Geometric Graphics. (aka Vector Graphics) Miscellaneous Notes

CS 200. Lecture 04. Geometric Graphics. (aka Vector Graphics) Miscellaneous Notes CS 200 Lecture 04 (aka Vector Graphics) 1 Abbreviations aka dpi HCGW NDWB ppi Also Known As Dots Per Inch How Computer Graphics Works (a book) The Non-Designer s Web Book pixels per inch Miscellaneous

More information

PREZI. Transformation Zebra. How to Make a Prezi. Bubble Menu

PREZI. Transformation Zebra. How to Make a Prezi. Bubble Menu PREZI A Prezi is a web-based presentation tool that allows the use to create amazing presentations. It can also be used as a brainstorming tool, by helping the user map his/her thoughts and be able to

More information

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements?

How to...create a Video VBOX Gauge in Inkscape. So you want to create your own gauge? How about a transparent background for those text elements? BASIC GAUGE CREATION The Video VBox setup software is capable of using many different image formats for gauge backgrounds, static images, or logos, including Bitmaps, JPEGs, or PNG s. When the software

More information

Beginning Paint 3D A Step by Step Tutorial. By Len Nasman

Beginning Paint 3D A Step by Step Tutorial. By Len Nasman A Step by Step Tutorial By Len Nasman Table of Contents Introduction... 3 The Paint 3D User Interface...4 Creating 2D Shapes...5 Drawing Lines with Paint 3D...6 Straight Lines...6 Multi-Point Curves...6

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

There are six main steps in creating web pages in FrontPage98:

There are six main steps in creating web pages in FrontPage98: This guide will show you how to create a basic web page using FrontPage98 software. These instructions are written for IBM (Windows) computers only. However, FrontPage is available for Macintosh users

More information

2. If a window pops up that asks if you want to customize your color settings, click No.

2. If a window pops up that asks if you want to customize your color settings, click No. Practice Activity: Adobe Photoshop 7.0 ATTENTION! Before doing this practice activity you must have all of the following materials saved to your USB: runningshoe.gif basketballshoe.gif soccershoe.gif baseballshoe.gif

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

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name.

InDesign Part II. Create a Library by selecting File, New, Library. Save the library with a unique file name. InDesign Part II Library A library is a file and holds a collection of commonly used objects. A library is a file (extension.indl) and it is stored on disk. A library file can be open at any time while

More information

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1

CS Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1 CS 1033 Multimedia and Communications REMEMBER TO BRING YOUR MEMORY STICK TO EVERY LAB! Lab 02: Introduction to Photoshop Part 1 Upon completion of this lab, you should be able to: Open, create new, save

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

How To Capture Screen Shots

How To Capture Screen Shots What Is FastStone Capture? FastStone Capture is a program that can be used to capture screen images that you want to place in a document, a brochure, an e-mail message, a slide show and for lots of other

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website.

Before you begin, make sure you have the images for these exercises saved in the location where you intend to create the Nuklear Family Website. 9 Now it s time to challenge the serious web developers among you. In this section we will create a website that will bring together skills learned in all of the previous exercises. In many sections, rather

More information

Adobe Illustrator. Always NAME your project file. It should be specific to you and the project you are working on.

Adobe Illustrator. Always NAME your project file. It should be specific to you and the project you are working on. Adobe Illustrator This packet will serve as a basic introduction to Adobe Illustrator and some of the tools it has to offer. It is recommended that anyone looking to become more familiar with the program

More information

01 - Basics - Toolbars, Options and Panels

01 - Basics - Toolbars, Options and Panels InDesign Manual 01 - Basics - Toolbars, Options and Panels 2017 1st edition This InDesign Manual is one of an introductory series specially written for the Arts and Humanities Students at UEA by the Media

More information

Adobe InDesign CS6 Tutorial

Adobe InDesign CS6 Tutorial Adobe InDesign CS6 Tutorial Adobe InDesign CS6 is a page-layout software that takes print publishing and page design beyond current boundaries. InDesign is a desktop publishing program that incorporates

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

Scalable Vector Graphics (SVG) vector image World Wide Web Consortium (W3C) defined with XML searched indexed scripted compressed Mozilla Firefox

Scalable Vector Graphics (SVG) vector image World Wide Web Consortium (W3C) defined with XML searched indexed scripted compressed Mozilla Firefox SVG SVG Scalable Vector Graphics (SVG) is an XML-based vector image format for twodimensional graphics with support for interactivity and animation. The SVG specification is an open standard developed

More information

HTML/CSS Lesson Plans

HTML/CSS Lesson Plans HTML/CSS Lesson Plans Course Outline 8 lessons x 1 hour Class size: 15-25 students Age: 10-12 years Requirements Computer for each student (or pair) and a classroom projector Pencil and paper Internet

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

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

WORD BASICS: MICROSOFT OFFICE 2010

WORD BASICS: MICROSOFT OFFICE 2010 WORD BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Microsoft Word Components The Keyboard SIMPLE TASKS IN MICROSOFT WORD PAGE 08 Typing

More information

imindmap Quick Start Guide PC Users

imindmap Quick Start Guide PC Users imindmap Quick Start Guide PC Users ThinkBuzan Ltd. CREATING YOUR FIRST MIND MAP This guide is designed as a quick starting point for learning how to use imindmap. Simply follow the basic step-by-step

More information

Karlen Communications Add Accessible PowerPoint Placeholders. Karen McCall, M.Ed.

Karlen Communications Add Accessible PowerPoint Placeholders. Karen McCall, M.Ed. Karlen Communications Add Accessible PowerPoint Placeholders Karen McCall, M.Ed. Table of Contents Introduction... 3 Step 1: Slide Master View... 3 Step 2: Duplicate a Slide Layout... 5 Step 3: Rename

More information

Expression Design Lab Exercises

Expression Design Lab Exercises Expression Design Lab Exercises Creating Images with Expression Design 2 Beaches Around the World (Part 1: Beaches Around the World Series) Information in this document, including URL and other Internet

More information

Dreamweaver Basics Workshop

Dreamweaver Basics Workshop Dreamweaver Basics Workshop Robert Rector idesign Lab - Fall 2013 What is Dreamweaver? o Dreamweaver is a web development tool o Dreamweaver is an HTML and CSS editor o Dreamweaver features a WYSIWIG (What

More information

ITEC185. Introduction to Digital Media

ITEC185. Introduction to Digital Media ITEC185 Introduction to Digital Media ADOBE ILLUSTRATOR CC 2015 What is Adobe Illustrator? Adobe Illustrator is a program used by both artists and graphic designers to create vector images. These images

More information

All textures produced with Texture Maker. Not Applicable. Beginner.

All textures produced with Texture Maker. Not Applicable. Beginner. Tutorial for Texture Maker 2.8 or above. Note:- Texture Maker is a texture creation tool by Tobias Reichert. For further product information please visit the official site at http://www.texturemaker.com

More information

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay.

Welcome Back! Without further delay, let s get started! First Things First. If you haven t done it already, download Turbo Lister from ebay. Welcome Back! Now that we ve covered the basics on how to use templates and how to customise them, it s time to learn some more advanced techniques that will help you create outstanding ebay listings!

More information

Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016

Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016 Lesson 8: Presentation Enhancements Microsoft PowerPoint 2016 IN THIS CHAPTER, YOU WILL LEARN HOW TO Set up presentations for delivery. View and change slide masters. Add WordArt text. Create hyperlinks.

More information

INKSCAPE BASICS. 125 S. Prospect Avenue, Elmhurst, IL (630) elmhurstpubliclibrary.org. Create, Make, and Build

INKSCAPE BASICS. 125 S. Prospect Avenue, Elmhurst, IL (630) elmhurstpubliclibrary.org. Create, Make, and Build INKSCAPE BASICS Inkscape is a free, open-source vector graphics editor. It can be used to create or edit vector graphics like illustrations, diagrams, line arts, charts, logos and more. Inkscape uses Scalable

More information

Introducing Cascading Style Sheets. Cascading Style Sheet Basics Creating Styles Using Styles Manipulating Styles Text Formatting with CSS

Introducing Cascading Style Sheets. Cascading Style Sheet Basics Creating Styles Using Styles Manipulating Styles Text Formatting with CSS Introducing Cascading Style Sheets Cascading Style Sheet Basics Creating Styles Using Styles Manipulating Styles Text Formatting with CSS Cascading Style Sheet Basics CSS has many benefits: The pages look

More information

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Slide Views MORE TASKS IN MICROSOFT POWERPOINT PAGE 05 Formatting

More information

Understanding File Management

Understanding File Management UNIT B Windows 2007 Understanding File Management Files You Will Need: Win B-1.bmp Win B-2.bmp Most of your work on a computer involves using programs to create files. For example, you might use WordPad

More information

Instructions for Formatting MLA Style Papers in Microsoft Word 2010

Instructions for Formatting MLA Style Papers in Microsoft Word 2010 Instructions for Formatting MLA Style Papers in Microsoft Word 2010 To begin a Microsoft Word 2010 project, click on the Start bar in the lower left corner of the screen. Select All Programs and then find

More information

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved

VisualPST 2.4. Visual object report editor for PowerSchool. Copyright Park Bench Software, LLC All Rights Reserved VisualPST 2.4 Visual object report editor for PowerSchool Copyright 2004-2015 Park Bench Software, LLC All Rights Reserved www.parkbenchsoftware.com This software is not free - if you use it, you must

More information

ChemSense Studio Client Version 3.0.7

ChemSense Studio Client Version 3.0.7 Quick Start Guide: ChemSense Studio Client Version 3.0.7 January 5, 2005 Comments/Questions/Bug Report? E-mail: chemsense-contact@ctl.sri.com Background The ChemSense Studio Client software supports the

More information

QuickStart Guide MindManager 7 MAC

QuickStart Guide MindManager 7 MAC QuickStart Guide MindManager 7 MAC Contents Welcome to Mindjet MindManager...... 1 Technical Support and Registration... 1 About this User Guide............... 1 Learn about MindManager and maps... 2 What

More information

Tactile and Advanced Computer Graphics Module 7. Introduction to Illustrator

Tactile and Advanced Computer Graphics Module 7. Introduction to Illustrator Tactile and Advanced Computer Graphics Module 7 Introduction to Illustrator Module #7 Introduction to Illustrator Tactile and Advanced Computer Graphics Module 7 Introduction to Illustrator Summary Goal(s):

More information

Graphic Design & Digital Photography. Photoshop Basics: Working With Selection.

Graphic Design & Digital Photography. Photoshop Basics: Working With Selection. 1 Graphic Design & Digital Photography Photoshop Basics: Working With Selection. What You ll Learn: Make specific areas of an image active using selection tools, reposition a selection marquee, move and

More information

Kidspiration Quick Start Tutorial

Kidspiration Quick Start Tutorial Kidspiration Quick Start Tutorial This is a tutorial that introduces basic Kidspiration diagram and writing tools. The tutorial takes about 30 minutes from start to finish. You use Kidspiration the same

More information

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield?

Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP. 1. How does it all work? 2. What do I need to get started at Fairfield? Creating Web Pages Using Netscape Composer AGENDA FOR THIS WORKSHOP 1. How does it all work? 2. What do I need to get started at Fairfield? 3. What is HTML coding? 4. The 10 HTML Tags that you should know.

More information

1. New document, set to 5in x 5in, no bleed. Color Mode should be default at CMYK. If it s not, changed that when the new document opens.

1. New document, set to 5in x 5in, no bleed. Color Mode should be default at CMYK. If it s not, changed that when the new document opens. art 2413 typography fall 17 software review This exercise will reacquaint students with Adobe Illustrator, Photoshop, and InDesign. These are the three main design programs used by the industry. There

More information

Create and edit word processing. Pages.

Create and edit word processing. Pages. Create and edit word processing documents with Pages. In this chapter, we begin to get work done on the ipad by using Pages to create and format documents. Creating a New Document Styling and Formatting

More information

Class #1. introduction, functions, variables, conditionals

Class #1. introduction, functions, variables, conditionals Class #1 introduction, functions, variables, conditionals what is processing hello world tour of the grounds functions,expressions, statements console/debugging drawing data types and variables decisions

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Just so you know: Things You Can t Do with Word... 1 Get Organized... 1 Create the

More information

Microsoft Word

Microsoft Word OBJECTS: Shapes (part 1) Shapes and the Drawing Tools Basic shapes can be used to graphically represent information or categories. The NOTE: Please read the Objects (add-on) document before continuing.

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8:

LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8: LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8: After you install LinkMotion software and set up all settings launch CorelDraw software. Important notes: Solustan s LinkMotion driver

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

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002

WORD XP/2002 USER GUIDE. Task- Formatting a Document in Word 2002 University of Arizona Information Commons Training Page 1 of 21 WORD XP/2002 USER GUIDE Task- Formatting a Document in Word 2002 OBJECTIVES: At the end of this course students will have a basic understanding

More information

12 Steps for Creating Your Project Successfully

12 Steps for Creating Your Project Successfully 12 Steps for Creating Your Project Successfully Step 1: One group member will open Google Slides and create a new blank presentation. Step 2: Click on the words Untitled presentation in the upper left

More information

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step.

This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. This Tutorial is for Word 2007 but 2003 instructions are included in [brackets] after of each step. Table of Contents Get Organized... 1 Create the Home Page... 1 Save the Home Page as a Word Document...

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

COMSC-031 Web Site Development- Part 2

COMSC-031 Web Site Development- Part 2 COMSC-031 Web Site Development- Part 2 Part-Time Instructor: Joenil Mistal December 5, 2013 Chapter 13 13 Designing a Web Site with CSS In addition to creating styles for text, you can use CSS to create

More information

This document should only be used with the Apple Macintosh version of Splosh.

This document should only be used with the Apple Macintosh version of Splosh. Splosh 1 Introduction Splosh is an easy to use art package that runs under both Microsoft Windows and the Macintosh Mac OS Classic or Mac OS X operating systems. It should however be noted that the Apple

More information

InDesign Basics. Adobe

InDesign Basics. Adobe Adobe InDesign Basics Craig Polanowski 1. Begin by creating a new document. Chances are pretty good that you will want to turn off the facing pages setting and create single pages instead of spreads. One

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

EXPORTING ASSETS. Lesson overview

EXPORTING ASSETS. Lesson overview 15 EXPORTING ASSETS Lesson overview In this lesson, you ll learn how to do the following: Create pixel-perfect drawings. Use the Export For Screens command. Work with the Asset Export panel. Generate,

More information

A Student s Guide to Taking Notes Using Microsoft Word 2013

A Student s Guide to Taking Notes Using Microsoft Word 2013 A Student s Guide to Taking Notes Using Microsoft Word 2013 Erin Moreira UMass Amherst 2015 A Student s Guide to Taking Notes Using Microsoft Word 2013 Acknowledgements I would like to thank Professor

More information

shortcut Tap into learning NOW! Visit for a complete list of Short Cuts. Your Short Cut to Knowledge

shortcut Tap into learning NOW! Visit  for a complete list of Short Cuts. Your Short Cut to Knowledge shortcut Your Short Cut to Knowledge The following is an excerpt from a Short Cut published by one of the Pearson Education imprints. Short Cuts are short, concise, PDF documents designed specifically

More information

Microsoft Excel 2007

Microsoft Excel 2007 Learning computers is Show ezy Microsoft Excel 2007 301 Excel screen, toolbars, views, sheets, and uses for Excel 2005-8 Steve Slisar 2005-8 COPYRIGHT: The copyright for this publication is owned by Steve

More information

Interactive Tourist Map

Interactive Tourist Map Adobe Edge Animate Tutorial Mouse Events Interactive Tourist Map Lesson 1 Set up your project This lesson aims to teach you how to: Import images Set up the stage Place and size images Draw shapes Make

More information

Organizing Screens with Mission Control

Organizing Screens with Mission Control 7 Organizing Screens with Mission Control If you re like a lot of Mac users, you like to do a lot of things at once. No matter how big your screen may be, it can still feel crowded as you open and arrange

More information

Student Success Guide

Student Success Guide Student Success Guide Contents Like a web page, links in this document can be clicked and they will take you to where you want to go. Using a Mouse 6 The Left Button 6 The Right Button 7 The Scroll Wheel

More information

What is an Operating System?

What is an Operating System? What is an Operating System? Hi! I m Sarah, and I m here to tell you about a computer s operating system and guide you through navigating a computer. We ll follow along with Jane. Jane wants to use the

More information

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17

Table of Contents. Preface...iii. INTRODUCTION 1. Introduction to M ultimedia and Web Design 1. ILLUSTRATOR CS6 1. Introducing Illustrator CS6 17 Table of Contents Preface...........iii INTRODUCTION 1. Introduction to M ultimedia and Web Design 1 Introduction 2 Exploring the Applications of Multimedia 2 Understanding Web Design 3 Exploring the Scope

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

How To Capture Screen Shots

How To Capture Screen Shots What Is FastStone Capture? FastStone Capture is a program that can be used to capture screen images that you want to place in a document, a brochure, an e-mail message, a slide show and for lots of other

More information

Section 3 Formatting

Section 3 Formatting Section 3 Formatting ECDL 5.0 Section 3 Formatting By the end of this Section you should be able to: Apply Formatting, Text Effects and Bullets Use Undo and Redo Change Alignment and Spacing Use Cut, Copy

More information

Ancient Cell Phone Tracing an Object and Drawing with Layers

Ancient Cell Phone Tracing an Object and Drawing with Layers Ancient Cell Phone Tracing an Object and Drawing with Layers 1) Open Corel Draw. Create a blank 8.5 x 11 Document. 2) Go to the Import option and browse to the Graphics 1 > Lessons folder 3) Find the Cell

More information

AppleWorks Tips & Tricks

AppleWorks Tips & Tricks DEFAULT FONT Did you know you can set the font and size that AppleWorks will use when you open it on your computer? You can set the font and size that you want your students to use on your classroom computers.

More information

Advanced Special Effects

Advanced Special Effects Adobe Illustrator Advanced Special Effects AI exercise preview exercise overview The object is to create a poster with a unified color scheme by compositing artwork drawn in Illustrator with various effects

More information

Microsoft Office Word 2010

Microsoft Office Word 2010 Microsoft Office Word 2010 Content Microsoft Office... 0 A. Word Basics... 4 1.Getting Started with Word... 4 Introduction... 4 Getting to know Word 2010... 4 The Ribbon... 4 Backstage view... 7 The Quick

More information

CROMWELLSTUDIOS. Content Management System Instruction Manual V1. Content Management System. V1

CROMWELLSTUDIOS. Content Management System Instruction Manual V1.   Content Management System. V1 Content Management System Instruction Manual V1 www.cromwellstudios.co.uk Cromwell Studios Web Services Content Management System Manual Part 1 Content Management is the system by which you can change

More information

PowerPoint Basics: Create a Photo Slide Show

PowerPoint Basics: Create a Photo Slide Show PowerPoint Basics: Create a Photo Slide Show P 570 / 1 Here s an Enjoyable Way to Learn How to Use Microsoft PowerPoint Microsoft PowerPoint is a program included with all versions of Microsoft Office.

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

The playhead, shown as a vertical red beam, passes each frame when a movie plays back, much like movie fi lm passing in front of a projector bulb.

The playhead, shown as a vertical red beam, passes each frame when a movie plays back, much like movie fi lm passing in front of a projector bulb. The project: AIRPLANE I will show you a completed version of this project.. Introducing keyframes and the Timeline One of the most important panels in the Flash workspace is the Timeline, which is where

More information

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module.

Click Here to Begin OS X. Welcome to the OS X Basics Learning Module. OS X Welcome to the OS X Basics Learning Module. This module will teach you the basic operations of the OS X operating system, found on the Apple computers in the College of Technology computer labs. The

More information

Code::Blocks Student Manual

Code::Blocks Student Manual Code::Blocks Student Manual Lawrence Goetz, Network Administrator Yedidyah Langsam, Professor and Theodore Raphan, Distinguished Professor Dept. of Computer and Information Science Brooklyn College of

More information

Creating a Web Page using KompoZer

Creating a Web Page using KompoZer Creating a Web Page using KompoZer KompoZer is a complete web authoring system that combines web file management and easy-to-use WYSIWYG (What You See Is What You Get) web page editing. With KompoZer,

More information