RFID Chips Are Here. What You Need to Know. Washington University in St. Louis. ! R. Scott Granneman

Similar documents
Media-Specific Styles

Media Types & Media Features

CSS Building Blocks. Selectors. Washington University in St. Louis R. Scott Granneman

Unit 10 - Client Side Customisation of Web Pages. Week 5 Lesson 1 CSS - Selectors

Tables & Lists. Organized Data. R. Scott Granneman. Jans Carton

CSS Cascading Style Sheets

HTML5. 10 Things to Know. Webster University. ! R. Scott Granneman

Cascading Style Sheets

CSS Selectors. element selectors. .class selectors. #id selectors

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

Fundamentals of Web Technologies. Agenda: HTML Links 5/22/2017. HTML Links - Hyperlinks HTML Lists

CSS exercise - Part 1

<body bgcolor=" " fgcolor=" " link=" " vlink=" " alink=" "> These body attributes have now been deprecated, and should not be used in XHTML.

CSS Data Types. One of Those Things You Have To Know

PUBLISHER SPECIFIC CSS RULES

Information Literacy

Laugh When Disaster Strikes

Class 3 Page 1. Using DW tools to learn CSS. Intro to Web Design using Dreamweaver (VBUS 010) Instructor: Robert Lee

Design Process. Discover, Design, Develop, Deploy. R. Scott Granneman. Jans Carton

CSS Styles Quick Reference Guide

CSS for Designers. Capabilities to Know & Pitfalls to Avoid. R. Scott Granneman. Jans Carton

Decorating with CSS. Cool Ways to Make Things Pretty. R. Scott Granneman. Jans Carton

DAY 4. Coding External Style Sheets

BIM222 Internet Programming

CSS: The Basics CISC 282 September 20, 2014

Session 4. Style Sheets (CSS) Reading & References. A reference containing tables of CSS properties

Teach Yourself HTML5 & CSS 3: Week 5 Task 13 - Anchors Part 3

Creating and Building Websites

CMPT 165 INTRODUCTION TO THE INTERNET AND THE WORLD WIDE WEB

CSS. Selectors & Measurments. Copyright DevelopIntelligence LLC

Cascading Style Sheets (CSS)

Cascading Style Sheet. Styles as Tag Attributes. Syntax. <h1>: what font type/size is used? STYLE = SELECTOR {RULES} Attributes such as bgcolor

CSS means Cascading Style Sheets. It is used to style HTML documents.

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

Using Dreamweaver CC. 6 Styles in Websites. Exercise 1 Linked Styles vs Embedded Styles

Web Site Design and Development Lecture 5

CSS cont. October 5, Unit 4

Using Dreamweaver CS6

CSS.

Zen Garden. CSS Zen Garden

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

CS193X: Web Programming Fundamentals

7300 Warden Avenue, Suite 503 Markham, Ontario Canada L3R 9Z6. Phone: Toll Free: Fax:

5 Snowdonia. 94 Web Applications with C#.ASP

CMPT 165 Advanced XHTML & CSS Part 3

Let s start with the document tree

HTML and CSS a further introduction

Web Recruitment Module Customisation

Setting a Background Image

Getting Started with Eric Meyer's CSS Sculptor 1.0

The default style for an unordered (bulleted) list is the bullet, or dot. You can change the style to either a square or a circle as follows:

Using Dreamweaver. 6 Styles in Websites. 1. Linked or Imported Stylesheets. 2. Embedded Styles. 3. Inline Styles

CPET 499/ITC 250 Web Systems. Topics

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model

Cascading Style Sheets Level 2

INTRODUCTION TO CSS. Topics MODULE 5

More CSS. <link href="filename" type="text/css" rel="stylesheet" /> CS380

Taking Fireworks Template and Applying it to Dreamweaver

Cascading Style Sheet

Bye Bye. Warning! HTML5 The Future of HTML. Saturday, October 9, All of this may change! The spec is still in development!

HTML5. The Future of HTML. Washington University in St. Louis R. Scott Granneman

Dreamweaver CS3 Lab 2

Chapter 2 CSS for Style

Table of Contents Chapter 9. Working with Cascading Style Sheets ... 1

Cascading Style Sheets. Overview and Basic use of CSS

CSS مفاهیم ساختار و اصول استفاده و به کارگیری

Introduction to Web Tech and Programming

CSS: Formatting Text. CSS for text processing: font-family. Robert A. Fulkerson

HTML & CSS Cheat Sheet

HTML, CSS. Kristóf Kovács, Róbert Pálovics, Ferenc Wettl Kristóf Kovács, Róbert Pálovics, Ferenc Wettl HTML, CSS / 28


GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

Creating A Website - Part 1: Web Design principles, HTML & CSS. CSS Color Values. Hexadecimal Colors. RGB Color

COMP519 Web Programming Lecture 7: Cascading Style Sheets: Part 3 Handouts

Back in the good old days type was set by hand using printing presses.

CSS Cascading Style Sheets

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

View all articles by Kevin Verdana, Tahoma, etc.) for the main body text of a site.

CSS. Shan-Hung Wu CS, NTHU

Unit 20 - Client Side Customisation of Web Pages. Week 2 Lesson 4 The Box Model

Using CSS for page layout

Web Information System Design No.4 Put Style to Web Documents. Tatsuya Hagino

Web Site Design. Stanford University Continuing Studies CS 03. Mark Branom

HTML & CSS. SWE 432, Fall 2017 Design and Implementation of Software for the Web

CSS: Cascading Style Sheets

2005 WebGUI Users Conference

Styles, Style Sheets, the Box Model and Liquid Layout

Networks and Web for Health Informatics (HINF 6220) Tutorial 8 : CSS. 8 Oct 2015

Getting your work online. behance.net cargo collective krop coroflot

Introduction to Multimedia. MMP100 Spring 2016 thiserichagan.com/mmp100

Parashar Technologies HTML Lecture Notes-4

HIERARCHICAL ORGANIZATION

Introduction to HTML Tables & Linking CSS files (A, B, C) COGS3 Introduction to Computing Assignment

Introduction to WEB PROGRAMMING

Upgrading & Updating Your Computer

Cascading Style Sheets CSCI 311

Cascade Stylesheets (CSS)

8a. Cascading Style Sheet

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.

Module 2 (VI): CSS [Part 3]

Transcription:

RFID Chips Are Here What You Need to Know Washington University in St. Louis R. Scott Granneman 2013 R. Scott Granneman Last updated 20131116 You are free to use this work, with certain restrictions. For full licensing information, please see the last slide/page. 1 RFID Chips Are Here.key - November 16, 2013

Fake Links 2 RFID Chips Are Here.key - November 16, 2013

Need to create a fake link? Easy <a href= # >Fake link</a> 3 RFID Chips Are Here.key - November 16, 2013

<div> inside <div> 4 RFID Chips Are Here.key - November 16, 2013

Don t be afraid to nest <div> inside </div> (or other block-level elements either) 5 RFID Chips Are Here.key - November 16, 2013

<div id= page-container > <header> Header content </header> <div id= main-container > Main content </div> <aside> Aside content </aside> <footer> Footer content </footer> </div> 6 RFID Chips Are Here.key - November 16, 2013

Pseudo Classes 7 RFID Chips Are Here.key - November 16, 2013

<p> is always a paragraph <hr> is always a horizontal rule <em> is always emphasized text These elements are always in the same state 8 RFID Chips Are Here.key - November 16, 2013

<a> can be in 4 different states Link Visited Hover Active 9 RFID Chips Are Here.key - November 16, 2013

a:link A link on a webpage, unvisited or clicked on What does it look like by default? Blue Underlined Cursor is an arrow 10 RFID Chips Are Here.key - November 16, 2013

a:visited A link on a webpage after you ve clicked on it & visited it What does it look like by default? Purple Underlined Cursor is an arrow 11 RFID Chips Are Here.key - November 16, 2013

a:hover A link on a webpage as you hover your cursor over it What does it look like by default? Blue (or purple) Underlined Cursor is a hand 12 RFID Chips Are Here.key - November 16, 2013

a:active A link on a webpage at the moment you click on it What does it look like by default? Red (IE, a long time ago) Underlined Cursor is a hand 13 RFID Chips Are Here.key - November 16, 2013

You may need to differentiate between different uses of <a> 14 RFID Chips Are Here.key - November 16, 2013

<div id= page-container > <p> Lorem ipsum <a href= // chainsawonatireswing.com >dolor sit amet</a>. </p> </div> <footer> 2013 <a href= // www.granneman.com >Scott Granneman</a> </footer> 15 RFID Chips Are Here.key - November 16, 2013

#page-container a:link, #page-container a:visited, #page-container a:hover, #page-container a:active { color: #800000; text-decoration: none; } footer a:link, footer a:visited, footer a:hover, footer a:active { font-family: Helvetica, sans-serif; border: 1px dotted #e9e9e9; } 16 RFID Chips Are Here.key - November 16, 2013

If necessary, you can always attach a class to an a a.class:visited { } 17 RFID Chips Are Here.key - November 16, 2013

Side Note By the way, there are other pseudo-classes, including :first-letter :first-line :first-child 18 RFID Chips Are Here.key - November 16, 2013

HTML5 Elements 19 RFID Chips Are Here.key - November 16, 2013

<hgroup> <hgroup> is dead Mozilla Developer Network: This element has been removed from the HTML5 (W3C) specification 20 RFID Chips Are Here.key - November 16, 2013

<hgroup> used to group a set of h1 h6 elements when the heading has multiple levels, such as subheadings, alternative titles, or taglines. http://www.w3.org/tr/html5/semantics.html#the-hgroup-element 21 RFID Chips Are Here.key - November 16, 2013

<hgroup> <h1> Google Apps Deciphered </h1> <h2> Compute in the Cloud </h2> </hgroup> 22 RFID Chips Are Here.key - November 16, 2013

<footer> 23 RFID Chips Are Here.key - November 16, 2013

Replaces <div id= footer > <footer> is not just for pages, but also for <section> too Info such as: author copyright links to related content contact info 24 RFID Chips Are Here.key - November 16, 2013

Thank you scott@granneman.com www.granneman.com ChainSawOnATireSwing.com @scottgranneman 25 RFID Chips Are Here.key - November 16, 2013

RFID Chips Are Here What You Need to Know Washington University in St. Louis R. Scott Granneman 2013 R. Scott Granneman Last updated 20131116 You are free to use this work, with certain restrictions. For full licensing information, please see the last slide/page. 26 RFID Chips Are Here.key - November 16, 2013

Licensing of this work This work is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License. To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/ 3.0/deed.en_US In addition to the rights and restrictions common to all Creative Commons licenses, the Attribution-ShareAlike License features the following key conditions: Attribution. The licensor permits others to copy, distribute, display, and perform the work. In return, licensees must give the original author credit: Scott Granneman www.granneman.com scott@granneman.com Share Alike. The licensor permits others to distribute derivative works under a license identical to the one that governs the licensor s work. Questions? Email scott@granneman.com 27 RFID Chips Are Here.key - November 16, 2013