WRA 210: 10/7/13 IMAGES. TODAY’S AGENDA Reminder about Module 8 - test your links!Module 8 Overview of hierarchies, naming How images work on the web.

Slides:



Advertisements
Similar presentations
Web Design Vocab 3 PNG, JPG, GIF, MP3, MPEG.
Advertisements

Iframes & Images Using HTML.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
Chapter 17 Creating Images for the Web. Chapter Lessons Learn about Web features Optimize images for Web use Create a button for a Web page Create slices.
Chapter 5 Web Graphics Styling Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
Web Design, 4 th Edition 5 Typography and Images.
Chapter 3 Adding Images in HTML. Agenda Understanding Web Page Images Prepare Your Images for the Web Insert an Image Specify an Image Size Add Alternative.
BASIC HTML TUTORIAL Amber Brady. HTML tags are keywords surrounded by angle brackets like HTML tags normally come in pairs like and The first tag in a.
WEB GRAPHICS. The Pixel Computer displays are comprised of rows and columns of pixels. Pixels are indivisible. Some common screen resolutions are:, 600.
Unit E. Image Measurements The size of an image can be measured 2 ways: Dimensions: the height and width, measured in pixels. File Size: measured in Kilobytes.
Graphic images for computers Stored in files of binary data - Binary blobs Software has to know the binary format to decode the file and render an image.
IT Introduction to Website Development Welcome!
Agenda HTML Workshop Session 4 8/9/06. Stuff from Last Week  Linked and targeted anchor.
CSCE Chapter 5 (Links, Images, & Multimedia) CSCE General Applications Programming Benito Mendoza 1 By Benito Mendoza Department.
Images Inserting an image on a web page. chcslonline.org2 ITEMS REQUIRED Go to the course download page on the course website and download the 3 images.
Images (1) Three most popular formats – Graphics Interchange Format (GIF) – Joint Photographic Experts Group (JPEG) – Portable Network Graphics (PNG) –
Images in HTML PowerPoint How images are used in HTML.
DHTML AND JAVASCRIPT Genetic Computer School LESSON 2 HTML TAGS G H E F.
Chapter 5 Web Graphics Styling Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 Lesson 3 Power Techniques HTML and JavaScript BASICS, 4 th Edition Barksdale / Turner.
Introduction to Web Design Web publishing HTML basics Web design principles Multimedia on the Web.
Images. The Element To place an image on our web page, we use the self-closing element: The src attribute ("source") is required and supplies the name.
1 Web Developer Foundations: Using XHTML Chapter 4 Key Concepts.
Graphics in HTML. Graphics  Question: How does a web page include graphics?  Are the graphics included in the HTML file or separate files?
Adding Images Learning Web Design: Chapter 7. Using an Image Images have many purposed on a Web site Used as a static image To add illustration: ex. A.
+ 5 Things you need to know about images* *Images for the web.
Copyright (c) 2004 Prentice-Hall. All rights reserved. 1 Committed to Shaping the Next Generation of IT Experts. Adding Graphical Elements Essentials for.
Introduction to Photoshop Altering photos 1 pixel at a time.
Adobe Photoshop CS3 Revealed – Chapter 16 FOR THE WEB CREATING IMAGES.
Graphics & Images What File Format Do I Use?. Graphics & Images …..are visual images presented on some form of media (drawings, print, web, digital video)
Adding Images. XHTML Element ElementAttributeAttribute Value Closing tag AttributeAttribute Value The src attribute supplies the name and location of.
Lesson 5.  To locate free resources that you can use for image editing  Determine the optimum image file size  Decide on the best image file format.
Project Two Adding Web Pages, Links, and Images Define and set a home page Add pages to a Web site Describe Dreamweaver's image accessibility features.
FILE TYPES FOR WEB DESIGN 1 HOW SHOULD I SAVE?. GRAPHICS INTERCHANGE FORMAT (GIF) Best used for flat-color, sharp-edged art or text Clip art, logos Compression.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
Page Design Issues IWM 14 Information Services for the Web.
HTML IMAGES. CONTENTS IMG Tag Alt Attribute Setting Width and Height Of An Image Summary Exercise.
Introduction to Images & Graphics JMA260. Objectives Images introduction Photoshop.
Kevin Murphy Images and Web Pages Masters Project CS 490.
So far  Reviewed CSS  Added a table  3 rows  Copy/paste from course syllabus Anchorsandlists.pptx 01/22/2016.
Slide 1 Graphics (Characteristics 1) Images have various characteristics that affect performance Size (number of pixels) – Large images can be several.
WEB GRAPHICS EXPLORING COMPUTER SCIENCE - LESSON 3-4.
HTML5 and CSS3 Illustrated Unit F: Inserting and Working with Images.
13 June – Session : Graphics Different types of Graphics for the web Features of image editing software Good practice for image editing.
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Exploring Computer Science - Lesson 3-4
Basic HTML Tutorial Amber Brady.
Images.
Exploring Computer Science - Lesson 3-4
Inserting and Working with Images
2.01 Understand Digital Raster Graphics
Image Formats.
DW Tutorial 5 Sessions 5.1 & 5.2 REVIEW
Exploring Computer Science - Lesson 3-4
A computer display is made up of small squares, called pixels.
Chapter 3 Images.
Adding Images.
Graphics (Characteristics 1)
2.01 Understand Digital Raster Graphics
Photoshop: Creating and Preparing Images for the Web
DREAMWEAVER MX 2004 Chapter 4 Working with Images
Creating Images for the Web
2.01 Understand Digital Raster Graphics
Adding Images.
Adding Images.
Lesson 3: Cascading Style Sheets (CSS) and Graphical Elements
Hyperlinks, Images, Comments, and More…
Adding Images.
Adding Images.
Presentation transcript:

WRA 210: 10/7/13 IMAGES

TODAY’S AGENDA Reminder about Module 8 - test your links!Module 8 Overview of hierarchies, naming How images work on the web Photoshop tutorials Module 9 activity Module 9

RECAP List the file/folder naming best practices Describe the hierarchy of a web server What is the purpose of an index page? How do you open a specific server file? Difference between absolute and relative links / paths? How will you name and store Module 9 files?

IMAGES AND HTML FILES Key: images are NOT embedded in HTML Images and HTML files are separate objects HTML files reference image files and display them according to our parameters Ever seen a "broken" image?

SEE FOR YOURSELF Copy and paste into your address bar o anahuge.gif anahuge.gif o See how images are their own files? Check out this PW alum's site o View the source and find an tag o See what's happening there? Copy and past the path to the image into your address bar. Broken images occur when image file is missing, can't be found by the browser

THE TAG Used to reference an image file Doesn't have a closing tag Required Attributes: o src -> absolute or relative path to the image file o alt -> text to display if image broken, screen readers Optional Attributes: o height -> define the height of the image (in pixels) o width -> define the width of the image (in pixels) o tip: leave undefined, use CSS instead (more later)

THE TAG Example: <img src=" alt="This is an image we're using" /> Try this out using Mozilla ThimbleMozilla Thimble Spaces and line breaks for readability src attribute can be local or remote

PREPARING IMAGES FOR THE WEB resizing (dimensions) resizing (compression, file size) selecting file type

IMAGES SIZES: PRINT VS. WEB Image Resolution o the amount of data in an image file o similar distinction: DVDs played on HD televisions o sharp images require more information Comparison o image saved at raw resolutionimage resized and compressed for web image saved at image resized and compressed for web

IMAGE FILE TYPES Many ways to save images 3 formats widely supported by browsers o GIF files o JPG files o PNG files Important to determine which format is right for your needs Important to save PSDs of original designs

IMAGE FILE TYPE:.GIF Graphic Interchange Format Deprecated, used less often Heavy compression, ideal for few colors Supports animation

IMAGE FILE TYPE:.JPG Joint Photographic Experts Group Optimal for photographs Reduces size by eliminating unused colors Text included in images often looks awful

IMAGE FILE TYPE:.PNG Portable Network Graphics Designed to replace.gif (open-source) More versatile, works well with different types of content and colors Supports transparency (big deal!) Example: demonstrating transparencydemonstrating transparency

MODULE 9: IMAGES FOR THE WEB Resize the image you brought o 250 pixels wide, proportional height o saved as web-optimized jpeg file Create a header image for your portfolio o Use type and layer effects o Save original, layered file as a PNG o Save copy as web-optimized PNG w/ transparency Save all files to the web o Original and resized photos, header PSD and PNG

PHOTOSHOP TUTORIALS Cropping Image resizing Layer styles Marquee tool Save for Web and Devices - YouTube video Save for Web and DevicesYouTube video

FOR NEXT TIME Finish Module 9Module 9 Read/watch: o HTML Lists HTML Lists o HTML Nested Lists HTML Nested Lists o HTML Tables HTML Tables o Why we used to use to build layouts but don't anymore Why we used to use to build layouts but don't anymore o HTML tags: reading #1, reading #2reading #1reading #2 o HTML comments: reading #1, reading #2reading #1reading #2 Play! Consider trying experimenting with the stuff you're reading about