Interfaces, Browsers & Browsing Primary Readings - Designing With Web Standards: Chapters 11-14 Designing With Web Standards Class Work - Big IA vs. little.

Slides:



Advertisements
Similar presentations
17/10/11. 2  The form element ( ) is used to include a number of form elements together so that they can be referenced by some other code in order to.
Advertisements

XHTML 16-Apr-17.
XHTML. XHTML is one of the many XML-based languages that have been defined XHTML is, essentially, a “cleaned-up” version of HTML 4, reformulated using.
B118 Web Programming Session #3 Introduction to XHTML February 16, 2004.
CS 142 Lecture Notes: HTMLSlide 1 Introduction There are several good reasons for taking CS142: Web Applications: ● You will learn a variety of interesting.
CSS Basics LIS Webteam April 8, Why CSS? What’s wrong with HTML? Structure vs Style Early web design used hacks to style webpages with HTML – like.
F DIGITAL MEDIA: COMMUNICATION AND DESIGN INTRODUCTION TO XML AND XHTML.
Introduction to XHTML Professor Stephen Kwan. 2 XHTML HTML StyleSheets XML CascadingStyleSheets(CSS) ExtensibleStylesheetLanguage(XSL) StructureFormatContent.
Introduction to XHTML Professor Stephen Kwan. 2 XHTML HTML StyleSheets XML CascadingStyleSheets(CSS) ExtensibleStylesheetLanguage(XSL) StructureFormatContent.
Standards Compliant Web Sites John-Daniel Trask Mindscape.
Web Design Concepts By Josh Gallagan. The Internet.
1 COSC 2206 Internet Tools Brief Survey of HTML and XHTML Document Structure Formatting.
HTML Crash Course By Daniel D'Agostino 2 nd June 2007 Revised 19 th June 2007.
Ch6:creating consistent looking web sites. Master pages Master page defines a combination of fixed content and content place holder to hold the web page(.aspx)
HTML BASICS Creating Web Pages with HTML CIS 133 Web Programming Concepts 1.
 XHTML is aimed to replace HTML  XHTML is almost identical to HTML 4.01  XHTML is a stricter and cleaner version of HTML  XHTML is HTML defined as.
CSS – Presentation of Information. Types of Style Sheets External Embedded h1{color:red; font-family: Arial;} Inline Text is here.
CS 215 Web Oriented Programming Review Dr. Orland Hoeber orland
XHTML and Forms Review – Page 1CSCI 2910 – Client/Server-Side Programming CSCI 2910 Client/Server-Side Programming Topic: Review XHTML and Forms.
Chapter 1 XHTML: Part I The Web Warrior Guide to Web Design Technologies.
Refactoring HTML Elliotte Rusty Harold
XHTML Instructor: Charles Moen CSCI/CINF XHTML  A stricter version of HTML  Extensible HTML  The XHTML specification is maintained by the World.
Objectives: 1. Create a Skeleton HTML 2. View a Skeleton File Through a Server and Browser 3. Learn HTML Body Tags for the Display of Text and Graphics.
Introduction. Document Structure Overview  XML declaration (prolog)  Document type declaration  Root element (namespace)  Document header  Document.
Extensible HyperText Markup Language (XHTML) Laboratory of Intelligent Youn-Hee Han.
XHTML Web and Database Management System. HTML’s History HTML was initially defined by Tim-Berners-Lee in 1990 at CERN (European Organization for Nuclear.
CIS 1315 – Web Development for Educators CIS 1315 HTML Tutorial 9: Working With XHTML.
Basic (X)HTML Structure.  Covers the most basic (X)HTML elements  How you want to structure your document  You’ll learn how to create: Paragraph Header.
 2001 Prentice Hall, Inc. All rights reserved. 1 Chapter 13 - Dynamic HTML: Object Model and Collections Outline 13.1 Introduction 13.2 Object Referencing.
Frames in XHTML Please use speaker notes for additional information!
1 Web Developer Foundations: Using XHTML Chapter 5 Key Concepts.
Lesson 4.
Lecture 2 - HTML and CSS Review SFDV3011 – Advanced Web Development 1.
Professor Waterman Cascading Style Sheets (CSS) is a language that works with HTML documents to define the way content is presented. The presentation.
Web Development & Design Foundations with XHTML Chapter 2 HTML/XHTML Basics.
Tables with XHTML Please use speaker notes for additional information!
1 More About HTML Tables and Images. 22 Objectives You will be able to Create tables in HTML. Include images in your HTML page. Create links to other.
Review for exam 1 Midterm Closed Book. Review for Exam 1 Blackboard topic Review for exam 1 Sample Question Multiple Choice True / False Matching type.
Copyright © Terry Felke-Morris WEB DEVELOPMENT & DESIGN FOUNDATIONS WITH HTML5 7 TH EDITION Chapter 6 Key Concepts 1 Copyright © Terry Felke-Morris.
October 14th Website Homework Analysis Flash Drive Setup (Firefox/Firebug) Review HTML Demo (Structure/Formatting) Grid Systems.
IS-907 Java EE World Wide Web - Overview. World Wide Web - History Tim Berners-Lee, CERN, 1990 Enable researchers to share information: Remote Access.
Copyright © 2003 Pearson Education, Inc. Slide 1-1 Created by Cheryl M. Hughes The Web Wizard’s Guide to XHTML by Cheryl M. Hughes.
CIS 375—Web App Dev II JavaScript I. 2 Introduction to DTD JavaScript is a scripting language developed by ________. A scripting language is a lightweight.
Introduction to XHTML 1 Chapter 4 Introduction to XHTML: Part 1 Reference From: Internet & World Wide Web: How to Program Deitel, Deitel & Goldburg.
Copyright © 2004 ProsoftTraining, All Rights Reserved. Lesson 2: Markup Language and Site Development Essentials © 2007 Prosoft Learning Corporation All.
Web Standards 99.9% of Website are still obsolete Designing & building with standards The trouble with standards Findability, Syndication, Blogs, Podcasts,
Information Architecture 2 Primary Readings - Designing With Web Standards: Chapters 5-8 Designing With Web Standards Deliverables - Design Critiques due.
Interface Programming 1 Week 1. Interface Programming 1 CALENDAR.
ACM 262 INTRODUCTION TO WEB DESIGN Week-7 ACM 262 Course Notes.
CIS 228 The Internet 9/20/11 XHTML 1.0. “Quirks” Mode Today, all browsers support standards Compliant pages are displayed similarly There are multiple.
INT222 – Internet Fundamentals
_______________________________________________________________________________________________________________ PHP Bible, 2 nd Edition1  Wiley and the.
Validation. What is Validation? Removing errors improves the consistency of how our pages look to a wide variety of browsers and devices. Ensuring that.
History of the Browser WorldWideWeb 1991 (Tim Berners-Lee, Cern) Mosaic 1993 (Marc Andreessen, NCSA) Netscape Navigator 1994 (Marc Andreessen) Opera 1994,
XHTML Basics. What is XHTML? XHTML is newer than, but built upon, the original HTML (Hyper Text Markup Language) platform. XHTML has stricter rules and.
Web Design Principles 5 th Edition Chapter 3 Writing HTML for the Modern Web.
Cascading Styles Sheets Positioning HTML elements.
Information Architecture 2 No Class Scheduled October 23 Primary Readings - Zeldman, J. (2003). Designing With Web Standards: Chapters 6-8Designing With.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
What is XHTML? XHTML stands for Extensible Hypertext Markup Language
Art 128 Interface Programming 1 In-class Presentation Week 1B
Web Programming– UFCFB Lecture 6
XHTML
Principles of Web Design 5th Edition
Instructor: Charles Moen
Cascading Style Sheets
XHTML 7-May-19.
XHTML 29-May-19.
محمد احمدی نیا XHTML محمد احمدی نیا
Presentation transcript:

Interfaces, Browsers & Browsing Primary Readings - Designing With Web Standards: Chapters Designing With Web Standards Class Work - Big IA vs. little (design) IA - Blog work problem & design - Consulting Deliverables - Design Critiques due now - Research Topics discussion & selection

Thinking about DOCTYPEs How does DOCTYPE relate to validation?validation What do browsers do differently depending on the DOCTYPE? - Robots? - RSS feed readers? - Other tools? (mashup scrapers) Is it all about working with IE?

DOCTYPES that work DOCTYPES that work HTML 4.01 Strict, Transitional, Frameset <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" " XHTML 1.0 Strict, Transitional, Frameset <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" " <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" " XHTML 1.1 DTD <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "

The Box Model CSS controls a set of rules that control an object on a Web page that inhabits a box, with properties

Box Model Properties Content Padding Borders Margins Zeldman’s Box Model Blues Tantek’s Box Model Hack

Typography on the Web Why is typography important? Some examples: ml ml - web-cliches-of web-cliches-of-2006 Good design, over design & user control?

Where’s IA in Spec Topics in IA? Too much time on design, not enough on architecture CSS next week only (readings) - Zeldman, J. (2003). Designing With Web Standards Chapter 9: CSS Basics Chapter 10: A Hybrid Layout (Part II) Chapter 10: A CSS Redesign - Schmitt, C. (2002).Designing CSS Web Pages: Chapters 1-7 Review & discussion, bring your reading summaries with questions

Research Topic Presentations Topics Scheduling What’s in a good presentation? - Overview - Short history - Examples - Guildelines - How to use for IA projects Walk through, check for ideas, look for complimentary sources