Introduction to Multimedia. MMP100 Fall 2015 thiserichagan.com/mmp100 9/16/2015

Similar documents
Web Design Basics. Cindy Royal, Ph.D. Associate Professor Texas State University

HTML and CSS. Elliot Davies. April 10th,

Contents. Downloading the Data Files Centering Page Elements... 6

ITNP43: HTML Lecture 4

Web Publishing Basics 2

CREATING A NEWSLETTER IN ADOBE DREAMWEAVER CS5 (step-by-step directions)

Web Design and Databases WD: Class 7: HTML and CSS Part 3

Dreamweaver CS4 Day 2 Creating a Website using Div Tags, CSS, and Templates

How To Create A Web Page On A Windows (For Free) With A Notepad) On A Macintosh (For A Freebie) Or Macintosh Web Browser (For Cheap) On Your Computer Or Macbook (

Web Design Revision. AQA AS-Level Computing COMP2. 39 minutes. 39 marks. Page 1 of 17

Chapter 1. Introduction to web development

ART 379 Web Design. HTML, XHTML & CSS: Introduction, 1-2

Introduction to Web Technologies

CIS 467/602-01: Data Visualization

Web Development. Owen Sacco. ICS2205/ICS2230 Web Intelligence

Fast track to HTML & CSS 101 (Web Design)

Essential HTML & CSS for WordPress. Mark Raymond Luminys, Inc mraymond@luminys.com

WEB DEVELOPMENT IA & IB (893 & 894)

ICE: HTML, CSS, and Validation

CS134 Web Site Design & Development. Quiz1

Microsoft Expression Web Quickstart Guide

Responsive Web Design for Teachers. Exercise: Building a Responsive Page with the Fluid Grid Layout Feature

Development Perspective: DIV and CSS HTML layout. Web Design. Lesson 2. Development Perspective: DIV/CSS

Module 6 Web Page Concept and Design: Getting a Web Page Up and Running

JJY s Joomla 1.5 Template Design Tutorial:

ITP 101 Project 3 - Dreamweaver

How To Use Dreamweaver With Your Computer Or Your Computer (Or Your Computer) Or Your Phone Or Tablet (Or A Computer)

WordPress and HTML Basics

CREATING WEB PAGES USING HTML INTRODUCTION

Web Authoring CSS. Module Descriptor

Interactive Data Visualization for the Web Scott Murray

Introduction to XHTML. 2010, Robert K. Moniot 1

Web Development CSE2WD Final Examination June (a) Which organisation is primarily responsible for HTML, CSS and DOM standards?

Using Adobe Dreamweaver CS4 (10.0)

Building Your Website

Basics of HTML (some repetition) Cascading Style Sheets (some repetition) Web Design

Cascading Style Sheets (CSS)

FETAC Certificate in Multimedia Production. IBaT College Swords. FETAC Certificate in Multimedia Production Web Authoring Dreamweaver 3

CSS 101. CSS CODE The code in a style sheet is made up of rules of the following types

Introduction to Adobe Dreamweaver CC

GUIDE TO CODE KILLER RESPONSIVE S

Selectors in Action LESSON 3

Level 1 - Clients and Markup

Creating Web Pages with Dreamweaver CS 6 and CSS

Coding Standards for Web Development

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

Taking your HTML s to the Next Level. Presented by: Joey Trogdon, Asst. Director of Financial Aid & Veterans Affairs Randolph Community College

Web Design for Print Designers WEB DESIGN FOR PRINT DESIGNERS: WEEK 6

Garfield Public Schools Fine & Practical Arts Curriculum Web Design

Web Design with CSS and CSS3. Dr. Jan Stelovsky

Basic tutorial for Dreamweaver CS5

Using Style Sheets for Consistency

Last week we talked about creating your own tags: div tags and span tags. A div tag goes around other tags, e.g.,:

CSS. CSS - cascading style sheets CSS - permite separar num documento HTML o conteúdo do estilo. ADI css 1/28

PASTPERFECT-ONLINE DESIGN GUIDE

EUROPEAN COMPUTER DRIVING LICENCE / INTERNATIONAL COMPUTER DRIVING LICENCE WEB EDITING

What is a Web Browser? Web Site Functionality. A client program that uses HTTP to communicate with web servers.

ACE: Dreamweaver CC Exam Guide

Chapter 1 Introduction to web development and PHP

{color:blue; font-size: 12px;}

Web Development I & II*

Web Authoring. Module Descriptor

Further web design: Cascading Style Sheets Practical workbook

Learning Web Design. Third Edition. A Beginner's Guide to (X)HTML, Style Sheets, and Web Graphics. Jennifer Niederst Robbins

Creating HTML authored webpages using a text editor

The Essential Guide to HTML Design

HTML, CSS, XML, and XSL

HTML TIPS FOR DESIGNING

Contents. Introduction Downloading the Data Files... 2

Dreamweaver CS5. Module 1: Website Development

CST 150 Web Design and Development I Midterm Exam Study Questions Chapters 1-3

Advanced Online Media Dr. Cindy Royal Texas State University - San Marcos School of Journalism and Mass Communication

CST 150 Web Design I CSS Review - In-Class Lab

Welcome to CSE 330 Crea0ve Progamming and Rapid Prototyping. Course Informa0on

Introduction to Web Design Curriculum Sample

Advanced Web Design. Zac Van Note.

HTML CSS Basic Structure. HTML Structure [Source Code] CSS Structure [Cascading Styles] DIV or ID Tags and Classes. The BOX MODEL

css href title software blog domain HTML div style address img h2 tag maintainingwebpages browser technology login network multimedia font-family

Blueball Design Dynamic Content 2 Stack Readme Manual v1.0

BLACKBOARD 9.1: Text Editor

Introduction to web development using XHTML and CSS. Lars Larsson. Today. Course introduction and information XHTML. CSS crash course.

Web Design for Programmers. Brian Hogan NAPCS Slides and content 2008 Brian P. Hogan Do not reproduce in any form without permission

Create Webpages using HTML and CSS

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Web Design in Nvu Workbook 2

Dreamweaver. Introduction to Editing Web Pages

Advanced Web Development SCOPE OF WEB DEVELOPMENT INDUSTRY

Web Development 1 A4 Project Description Web Architecture

Introduction to Web Development

How to Properly Compose HTML Code : 1

Cascading Style Sheet (CSS) Tutorial Using Notepad. Step by step instructions with full color screen shots

HTML5 and CSS3 Design with CSS Page 1

Getting Started with KompoZer

Website Development. 2 Text. 2.1 Fonts. Terry Marris September We see how to format text and separate structure from content.

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

CSS for Page Layout. Key Concepts

The Essential Guide to HTML Design

GEOG 351: Multimedia Cartography Lab Simon Fraser University Department of Geography Lab #1: Creating your own website

Missing cat website HTML&CSS. The Mission:

4.2 Understand Microsoft ASP.NET Web Application Development

Transcription:

Introduction to Multimedia MMP100 Fall 2015 profehagan@gmail.com thiserichagan.com/mmp100 9/16/2015

Troubleshooting Check your tags! Do you have a start AND end tags? Does everything match? Check your syntax! Any mistakes? Check your file names! Any spelling errors, spaces, or weird characters? Check your file paths and extensions! Are your files there? Are they the right type? Did you save the most recent changes?

Corrections Absolute vs. Relative location! About.html vs. C://documents/myname/about.html Resizing images evenly Aspect ratio! Spot checking links! <a href= "http://www.google.com"> WRITE TEXT HERE</a>

Recap Lists ol, ul, li,dl Links <a href= url.html > Images <img src= filename.jpg >

FTP recap I received a fair amount of homework in the correct format, thank you! However, not everyone seemed to understand, so I am going to cover FTP and Filezilla again. Ask your questions now. FOR HOMEWORK TO BE CONSIDERED COMPLETED, IT MUST BE UPLOADED ONLINE. HOMEWORK DOES NOT COUNT IF YOU JUST E-MAIL ME THE FILES

Filezilla Uses FTP protocol Host name: mmp.bmcc.cuny.edu User name: Given to you (firstname.lastname) Password: Given to you You use this to log into your account (server space) and upload your files

What does the URL look like Lets say you create a folder for homework two named hw2 inside of your main folder. You also place a homepage (index.html) inside of this folder. The link to your website page (http) will be http://mmp.bmcc.cuny.edu/username/hw2 This is what should be e-mailed to me, for every assignment this semester.

File structure and extensions THESE MATTER! Just like if we move our directories around (folders) or save it in a different place, we can break stuff! Consistency will help! RESTful architecture (fancy way of saying organized structures) for our files and multiple websites will make it easier, I will demonstrate

Any questions about FTP? Or what is required for all homework from here on out?

One final (for now) Html Element <div> Groups a set of elements together Hold sections of the page Example: <div id= header > <img src= header.jpg alt= header goes here > <ul> <li><a href= index.html >Home</a><li> <li><a href= about.html >About<a></li> </ul> </div>

Dreamweaver Let s open it up and take a look It writes the code for you! But, this is not necessarily a good thing.

The moment you have all been CSS! waiting for Cascading Style Sheets Style cascades down the page (applies to all elements specified) Whichever style is lower applies to the rest of the document

CSS explained Control elements of the boxes Width and Height Borders (color, width, style) Background color and images Positions in browser window Text Typeface Size Color Italics, bold, uppercase, lowercase, small-caps

CSS CSS works by associating rules with HTML elements Two parts to a CSS rule: a selector a declaration Example: p { font-family: Arial;}

CSS declaration Sit inside { curly brackets } Two parts property value Example h1, h2, h3 { font-family: Arial; color: red;}

External vs Internal CSS External a secondary document which holds all of your styles This is best, since if you have multiple pages with the same style and you want to change something, its in one place This will show up next class (one thing at a time) Internal css styles inside the same page as your html structure elements Normally placed inside <head> tag <style> element

<style type="text/css > h1, h2, h3 { font-family: Arial; color: red;} </style>

Internal style <!DOCTYPE html> <html> <head> <title>css Beginning</title> <style type="text/css"> h1, h2, h3 { font-family: Arial; color: red;} </style> </head> <body> <h1>see the color change</h1> <p> This is unaffected</p> <h2>we only told the headers</h2> <h3>so they are the only ones that change</h3> <p>paragraphs still have default formatting</p> </body> </html>

Beautiful examples! http://spyrestudios.com/awesomesubmissions-css-awards/ http://www.awwwards.com/ http://www.michelbergermonkey.com/ CSS can make your page!

Back to learning CSS Selectors! Determine which parts of the text get the formatting specified Can be as specific or vague as you want The more specific or lower style takes over/ gets implemented! CSS selectors are CASE SENSITIVE!

Selector Options Universal Selector * { } Targets all elements on the page Type Selector Matching element names h1, h2, h3 { } id Selector Matches id attribute #introduction { }

Selector Options continued Class Selector class html attribute makes elements part of a type.note { } = all elements with a class attribute of note Example:.note { } All elements with a class of note Also specify html element + class Example: p.note { } Only paragraph elements with a class attribute of.note

Selector Options Continued Child Selector Continued Matches element that is a direct child Example: li>a { } (links that are in list elements) Descendant Selector Matches element that are any descendent (not just immediate) Example: p a { } (links inside any paragraph element)

Continued Continued Continued Continued etc Adjacent Sibling Selector Matches an element that is the next sibling of another Example: h1 + p { } (heading one followed by a paragraph, only the first paragraph is targeted) General Sibling Selector Matches an element that is a sibling of another (doesn t have to be immediate next) Example: h1~p{ } (would apply to all paragraphs after a <h1> header)

What happens when multiple rules apply? The Last Rule takes over (if two selectors are identical) Specificity takes over (if one is more specific than another) You can add!important after any property value to indicate it is more important than other rules

<!DOCTYPE html> <html> <head> <title>how CSS Rules Cascade</title> <style type="text/css"> * { font-family: Arial, Verdana, sans-serif;} h1 { font-family: "Courier New", Courier, monospace;} i { color: green;} i { color: red;} b { color: pink;} p b { color: blue!important;} p b { color: violet;} p#intro { font-size: 100%;} p { font-size: 75%;} </style> </head> <body> <h1>potatoes</h1> <p id="intro">there are <i>dozens</i> of different <b>potato</b> varieties.</p> <p>they are usually described as early, second early and maincrop potatoes.</p> </body> </html>

ASSIGNMENT #3: Make corrections to your code! You are welcome but not required to add information, but you need to correct the websites (and meet the minimum requirements from last week s assignment) Style the TWO PAGES you made for homework assignment #2! Internal CSS Text elements (spacing, font, etc) Color, but this will be covered more in-depth next week Consistency, make me believe this is the same person making one website for a reason