CSS/Photoshop Layouts - Quiz #5 Lecture Code: 500316

Slides:



Advertisements
Similar presentations
Intro to Photoshop. Learn what is Photoshop Identify different Photoshop Work Areas Understand the use of Bridge and Mini-Bridge Learn how to open and.
Advertisements

MS® PowerPoint.
Working with Tables for Page Design – Lesson 41 Working with Tables for Page Design Lesson 4.
The GIMP Simple features tutorial By Mary A White.
Adobe Photoshop Elements photo editing software licensed for use on DEC computers can be purchased for home use by DEC staff Company name Name of.
Chapter 6 Raster Editing
Outlining the Action By Brisa Waechter. Usually sport or action shots are best but you can use any photo you like.
Adobe ImageReady 3 Foundation Level Course. What is ImageReady? ImageReady is a graphics program that offers several tools tailored to efficiently prepare.
INTRO TO PHOTOSHOP BY FRANCHESKA ARISTY & KAYLA FUIT.
© UNT in partnership with TEA1 Digital and Interactive Media Photoshop Basics.
Quiz #4 - Layouts Lecture Code:
Creating a centre square design in Photoshop 1.Skills and techniques overviewSkills and techniques overview 2.Steps 1–8: the first segmentSteps 1–8: the.
Working with Vector Graphics – Lesson 21 Working with Vector Graphics Lesson 2.
Work with multiple objects Modify color in objects Apply effects to objects and text Apply a style to objects Unit Lessons.
Copyright © Texas Education Agency, All rights reserved.1 Digital and Interactive Media Photo Editing Basics.
 Insert a picture from a file  Move and delete images  Use the Picture Tools tab  Add styles, effects, and captions to images  Resize photos  Use.
INF1090 Part Deux Photography- Photomanipulation.
JRN 440 Adv. Online Journalism Destructive, masks, blend modes Wednesday, 1/25/2012.
XP Tutorial 7 New Perspectives on Microsoft Windows XP 1 Microsoft Windows XP Working with Graphics Tutorial 7.
Hand-Coloring in Photoshop! Go to Layer > Duplicate Layer to make a copy of your image Go to image > Adjustments > Black and White on your “background.
 street/ street/  Type text & download sign. (or use snipit)
How to Create a Clean Website Layout in Photoshop Part 2.
CIS 205—Web Design & Development Fireworks Chapter 1.
Log In to your User Start: Photoshop Elements. Start a new document 700x120 pixels with white background. Create a new layer by clicking Layer -> New.
CSS - Quiz #4 Lecture Code:
Manipulate Graphics Skill Area Lecture Overview Photoshop’s GUI Basic Function Basic Image Manipulation.
Chapter 9 Fireworks: Part I The Web Warrior Guide to Web Design Technologies.
Photoshop Learn the terms now for quick navigation and better editing Fill in definitions on your handout.
Chapter 4 Working with Frames. Align and distribute objects on a page Stack and layer objects Work with graphics frames Work with text frames Chapter.
Magnify an image to see pixels Toolbox Document Tab Zoom Level Status Bar Document Window Panels Options Bar Menu Bar.
© Anselm Spoerri Lecture 7 Meaning –Guiding Principles for Term Project Mechanics –Interactivity Recap –Simple and Disjointed Rollovers and Image Map –Navigation.
Photoshop Image Slicing. Reasons to Image Slide To create links out of sliced images To optimise different areas. (flat areas of colour, such as logos,
Chapter 1 Getting Started with Adobe Photoshop CS4.
1 Layer up to keep warm… A short tutorial on the usage of layers.
Using A Photo As It’s Own Background. The Original Image.
 Open Photoshop with picture  Add a new blank layer and call it “Template”  Select the Rectangular Marquee tool with Style: Fixed Aspect Ratio in the.
Adobe Photoshop CS5 Chapter 1 Editing a Photo. Start Photoshop and customize the Photoshop workspace Open a photo Identify parts of the Photoshop workspace.
Copyright © 2013 MyGraphicsLab / Pearson Education LAYERS AND MASKS MYGRAPHICSLAB: ADOBE PHOTOSHOP CS6.
Illustrator Training Level I Training; Using Illustrator as a 2d visualization tool.
CSS - Quiz #3 Lecture Code:
Adobe Photoshop T.Ahlam Algharasi. Adobe Photoshop Adobe Photoshop is a seriously powerful photo and image edit ( treating and manipulation, compositing,
PHOTOSHOP: THE BASICS WHS MULTIMEDIA WRITING WORKSHOP JULY 17, 2013.
Introduction to Layers GIMP User Manual. What is a Layer? Every image in GIMP is made by combining one or more images called Layers laid on top of each.
Adobe ® Photoshop ® CS6 Chapter 1 Editing a Photo.
Adobe Photoshop CS5 Chapter 3 Working with Layers.
Adobe Photoshop CS5.
THE INDUSTRIAL REVOLUTION Capitalism v. Socialism
Logo with Curved Text.
Adding personal touches to your portraits
Starburst.
Using Brushes and Shapes to create Artwork in Photoshop
Introduction to Basic Interface of
setting the resolution - 72 vs 300 dpi (300 better quality)
Gimp Guide Mr Hall.
CSC020, Computer Graphics Adjustment Layers 1.
: Animated text countdown (Advanced)
Chapter 1 Multimedia Authoring - Photoshop
Animated picture changes during motion path (Advanced)
Україніські народні інструменти.
Chapter Lessons Use the Macromedia Flash drawing tools
Cultures of South-Eastern Europe 3 November 30, 2015
INTRO TO PHOTOSHOP.
Animated recolored picture fades in over black and white copy
May 14, 2015 Ferris Wheel 3-D transition effect and pictures (Basic)
2 Timothy 1:2-5 Textured and layered background with title (Advanced)
Start: Photoshop Elements
Animations Animated picture and caption sweep in (Basic)
认识耶稣 Knowing Jesus Picture with watercolor overlay background
TEXT FORMAT Textured and layered background with title - Advanced
Picture with watercolor overlay background (Advanced)
Presentation transcript:

CSS/Photoshop Layouts - Quiz #5 Lecture Code:

Today’s Agenda Quiz & Attendance Announcements CSS / Photoshop Layouts – Part 3 Finish Quiz & Attendance Lab

Announcements Zappos.com Recruiting Chatroom Thread Positions in Midterms me if you’ll be missing class Mini Project #3 - Photoshop 2 parts Multiple deadlines Second part is long! Final Project

Web Design: Basic to Advanced Techniques Spring 2010 Tuesdays 7-8pm 200 Sutardja-Dai Hall CSS/Photoshop Layouts – Part 3

Where Are We? 1. Website Concept/Idea 2. Photoshop Mockup of Layout 3. Layout to HTML 1. Identify DIVs 2. Code DIVs 4. CSS to Layout 1. Positioning 2. Background Images 5. HTML and CSS content for Site 6. JavaScript, PHP, MySQL 7. Launch Site First lecture Today Prev. lecture First few lectures Not yet.

Photoshop to HTML/CSS 1. Photoshop Mockup 2. Identify div’s in our mockup 3. Code div’s in HTML and CSS 4. Slice up our Photoshop Mockup for use with background- image 5. Attach background-image’s to our div’s

Photoshop to HTML/CSS – Step button 3. 4.

Photoshop to HTML/CSS – Step 5.left { width: 21px; background-image:url(images/left.png); }.middle { padding: 0px 80px; background-image:url(images/middle.png); }.right { width: 21px; background-image:url(images/right.png); } div { height: 92px; } div div { float: left; font-size: 80px; font-family: Helvetica, sans-serif; font-weight: bold; color: #343434; line-height: 92px; }

Photoshop for this Course How to use it from a web context Overview of a few key features Some tips and hints For more information Search the web for tutorials Play around on your own!

Photoshop Overview Workspace Modifying Existing Images Photoshop Panels that Aid Workflow Creating Content

Workspace (setup from Lab 5) tools layers canvas history colors text tool options

Tools In Tools Hidden tools: If click and hold tool that has black triangle in bottom-right, other versions of tools selectable Options: Top bar displays options that can be set for a given tool

Foreground/Background Color In Tools Can set color by clicking colored boxes Foreground: color that drawing tools use Background: background color Most useful for having two colors that can be swapped between using these arrows Color code

Modifying Existing Images Image Resizing Image Cropping Hue/Saturation Levels

Image Resizing Image > Image Size… Option + Apple + I Constrain Proportions maintains height to width ratio of original image Changing width and height scales image accordingly

Image Cropping In Tools Allows us to select a region of our image and delete everything outside of that region Primary tool used to cut up our website layouts

Hue/Saturation Image > Adjustments > Hue/Saturation … Apple + U Hue: quick way to change color of our images Saturation: allows us to change the intensity and vibrancy of our colors Lightness: brightness of photo Colorize: sepia style coloring of photo

Levels Image > Adjustment > Levels… Apple + L Left slider: shadows Middle slider: midtones Right slider: highlights

Blending Options Right click layer you want to apply to > Blending Options Can set a number of built in effects Nice drop shadows for text Gradient overlays Stroke You’ll find yourself using this A LOT!

Workflow History Layers

History Undo is only good for going back one action History allows you to go back multiple actions

Layers Allow you to specify the stacking order Similar to z-index Items higher in the list are on top of items lower on the list Often good practice to separate out portions of image Allows you to change portions of image independently Eye icon: toggle visibility Opacity: degree of transparency

Layers …continued New layer: creates blank layer New group: creates a folder to organize layers into Delete later: deletes selected layer If drag layer onto new layer button, duplicates layer Notice text on top of image, so text layer on top of image in layers as well New layer Delete layer New group

Creating Content Selection Tool Set Foreground and Background Color Text and Formatting Paint Brush Paint Bucket Drawing Basic Shapes

Selection In Tools A couple different tools for selecting (see images to right) Once selected Portion of image can be deleted Moved Cut, copy, pasted Filled using the paint bucket Separated so drawing only affects portion of image selected

Text and Formatting In Tools Allows you to add text to your image Can set font face, size, color, and many more options

Paint Brush In Tools Basic drawing tool Can set color, size, hardness

Paint Bucket In Tools Allows you to fill a selection with one color Or fill section of image without selection, but this is often inexact

Drawing Basic Shapes Two ways Make selection and then fill with paint bucket Use rectangle tools Make sure to check this

CSS/Photoshop Layouts - Quiz #5 Lecture Code: Lab…