Agenda HTML Workshop Session 4 8/9/06. Stuff from Last Week  Linked and targeted anchor.

Slides:



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

Iframes & Images Using HTML.
1 Cascading Style Sheets Continued Different kinds of selectors in a style sheet –Simple- Pseudo-Class –Contextual- Pseudo-Element –Class Image Styles.
Web Development & Design Foundations with XHTML Chapter 4 Key Concepts.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 Chapter 4 Key Concepts 1 Copyright © Terry Felke-Morris.
Raster graphics. Colour depth 01 1 bit pr pixel = 2 combinations (2 1 ): 2 bits pr pixel = 4 combinations (2 2 ): bits pr pixel = 16 combinations(2.
Web Site Development Test 2 Working in DreamWeaver.
Graphics CS 121 Concepts of Computing II. What is a graphic? n A rectangular image. n Stored in a file of its own, or … … embedded in another data file.
Introduction to Web Site Development Steven Emory Department of Computer Science California State University, Los Angeles Lecture 3: Hyperlinks and Images.
1 IMAGES: A Picture Is Worth a Thousands Words, Image Formats Image Sizes Graphic Tips Image Tag Attributes Centering Images.
HCI 201 Week 5 Loose Ends. Agenda Image stuff Image stuff File stuff File stuff Bandwidth Bandwidth UNIX UNIX HTML HTML Design elements Design elements.
Images. Image File Formats All browsers support All browsers support –GIF (Graphic Interchange Format)  limited to 256 colors  lossless compression.
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.
Web Graphics Image File Formats Image optimization Accessibility issues Using images and colors on the web.
Module Code: CU0001NI Technical Information on Digital Images Week -2.
IT Introduction to Website Development Welcome!
Presentation Design: Graphics. More About Color “Bit depth” of colors -- This is based on the smallest unit of information that a computer understands.
XHTML Images. Images are important Purpose: to enhance your web site. Add only when they complement or add additional impact to your message.
Copyright © 2003 Pearson Education, Inc. Slide 4-1 Created by, Stephanie Ludi, Rochester Institute of Technology—NY Basic Web Page Construction Graphics.
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) –
Chapter 5 Web Graphics Styling Basics Key Concepts Copyright © 2013 Terry Ann Morris, Ed.D 1.
1 Web Developer Foundations: Using XHTML Chapter 4 Key Concepts.
1 Web Developer & Design Foundations with XHTML Chapter 4 Key Concepts.
Adobe Dreamweaver CS3 Revealed CHAPTER THREE: WORKING WITH TEXT AND IMAGES.
Section 8.1 Create a custom theme Design a color scheme Use shared borders Section 8.2 Identify types of graphics Identify and compare graphic formats.
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.
Raster Graphics. An image is considered to be made up of small picture elements (pixels). Constructing a raster image requires setting the color of each.
Graphics workshop Library and Information Services University of St Andrews.
Macromedia Dreamweaver MX 2004 Design Professional And Graphics WORKING WITH TEXT.
WEB DESIGN AND PROGRAMMING Introduction to XHTML.
Color and Images. Color The natural colors we see and the colors we see on computer monitors are different. CMYK -natural RGB -monitor.
Multimedia. What is a graphic?  A graphic can be a: Chart Drawing Painting Photograph Logo Navigation button Diagram.
Macromedia Dreamweaver 8 Revealed AND GRAPHICS WORKING WITH TEXT.
Raster Graphics 2.01 Investigate graphic image design.
Web Design and Development. World Wide Web  World Wide Web (WWW or W3), collection of globally distributed text and multimedia documents and files 
Graphics Concepts Presentation
Introduction to HTML. _______________________________________________________________________________________________________________ 2 Outline Key issues.
Digital Image Editing Presented by John Hohn. File Formats JPEG – Joint Photographic Experts Group PNP – Portable Network Graphics GIF – Graphic Interchange.
Kevin Murphy Images and Web Pages Masters Project CS 490.
21 st Century Technology. Painting Uses Pixels Quality of image Changes Drawing Uses Vectors or Lines Quality of Image Does NOT Change.
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.
8 Graphics Digital Media I. What is a graphic? A graphic can be a:  Chart  Drawing  Painting  Photograph  Logo  Navigation button  Diagram.
Digital Graphics for Computer Games Pixels Types of Digital Graphics (Raster and Vector) Compression.
ECA 228 Internet/Intranet Design I HTML Tags. ECA 228 Internet/Intranet Design I anchor tags Adds a link to the web page Anything placed between the anchor.
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.
Graphics and Image Data Representations 1. Q1 How images are represented in a computer system? 2.
HTML5 and CSS3 Illustrated Unit F: Inserting and Working with Images.
Section 8.1 Section 8.2 Create a custom theme Design a color scheme
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Exploring Computer Science - Lesson 3-4
Exploring Computer Science - Lesson 3-4
Inserting and Working with Images
2.01 Understand Digital Raster Graphics
DW Tutorial 5 Sessions 5.1 & 5.2 REVIEW
Hosted by Coach Slanina
Exploring Computer Science - Lesson 3-4
Chapter 3 Images.
1.01 Investigate graphic types and file formats.
Web Development & Design Foundations with HTML5 7th Edition
Graphics Basic Concepts.
Graphics (Characteristics 1)
2.01 Understand Digital Raster Graphics
2.01 Understand Digital Raster Graphics
Color and Images.
Lesson 3: Cascading Style Sheets (CSS) and Graphical Elements
Hyperlinks, Images, Comments, and More…
Presentation transcript:

Agenda HTML Workshop Session 4 8/9/06

Stuff from Last Week  Linked and targeted anchor

Two Methods of Graphic Representation  Vector - use math to draw the objects.  Raster - fill in a grid explicitly, pixel by pixel. Web graphics use this method (jpeg and gif).

Raster Graphic Characteristics  Pixels (picture elements - "dots")  Resolution or dpi (how fine the grain is)  Color Depth (how true the color is)  Dimensions (height and width)  Compression (None vs. Lossless vs. Lossy)

Raster Types of File Formats  PICT (Macintosh)  Bit Mapped (BMP) (PC)  Tagged Image File (Format) (TIFF or TIF)  Graphics Interchange Format (GIF)  Joint Photographic Experts Group (JPEG)  PNG's Not GIF (PNG or ping)

Raster Types of File Formats  PICT (Macintosh)  Bit Mapped (BMP) (PC)  Tagged Image File (Format) (TIFF or TIF)  Graphics Interchange Format (GIF)  Joint Photographic Experts Group (JPEG)  PNG's Not GIF (PNG or ping)

Digital Graphic Basics

GIF does an orderly count after normalizing the palette to a 256 max color set. 5 white;1 lt. Pink1 PinkOrange;1 lt. Pink;etc.

Digital Graphic Basics JPEG samples the image and records a function of multiple 24-bit colors. F(2,2,alg223, FFFFFF, C72232) F(4,2,alg192, DC327B, 8A2107) F(2,4,alg074, FF814E, DF2232) Etc.

Important Things to Remember  Use JPEG for images with high depth of color or variations (i.e., photo-like)  Use GIF for images with large fields of similar colors (i.e., logo-like)  Watch for PNG's expanded support  Compare JPG vs. GIF for a logo Compare JPG vs. GIF for a logo  Compare JPG vs. GIF for a photo Compare JPG vs. GIF for a photo

Back to the IMG tag  Attribute study Attribute study  No ending tag  src = file location (URL)  alt = alternative text  align = how the image fits in the text  height = height in pixels

The IMG tag continued  width = width in pixels  border = border used when image is linked  hspace/vspace = pixel space around image  usemap = used for image mapping locally (CS)  ismap = used for remote mapping (SS)

Server Side Includes  Server technology that allows the incorporation of domain-local files into each other  Can be used to standardize a site  Assembled prior to serving, so include file changes are immediate

Dreamweaver Templates  Cookie-cutter pieces of code that DW manages for you  Unlike SSI, relative links within DW templates can dynamically change  Changes must be saved and posted in order to take effect

DW Templates vs. SSI  Use DWTs when you wish to maintain relative links within a subsite  Use SSIs for items or sections that may change frequently, but can be identical regardless of nesting file location  SSIs are web-server dependent, while DWTs are application (DW) dependent

Cascading Style Sheets  Styles generally define presentation characteristics  They can be defined at varying levels either within and/or outside of a document  Styles cascade, which means those that compete and are defined at different levels are implemented according to specific rules

CSS Methods  Linking: Using the link tag to point to an external style sheet  Embedding: Defining styles within the document head either by tag, class or id  Importing: Including external style sheets within an embedded section  In-lining: Explicitly defining styles within the content