See the book at amazon.co.uk or amazon.com
Related Books
See Web Design: A Complete Introduction at amazon.co.uk
or amazon.com
See Digital Media Tools, 3rd ed. at amazon.co.uk or amazon.com
The authors are not responsible for the content of any external sites linked to from digitalmultimedia.org
All material on this site is ©2009–2012 MacAvon Media and may not be reproduced without permission.
References for Chapter 10
Books
-
Nigel Chapman and Jenny Chapman, Web Design: A Complete Introduction (John Wiley & Sons: 2006)
Our Web design text concentrates on Web standard technologies (HTTP, XHTML, CSS, JavaScript) and goes into these in greater detail than Digital Multimedia. It also covers server-side scripting in some depth.
Web Pages
-
Cascading Style Sheets
W3C’s overview of CSS, includes pointers to the standards, of which CSS 2.1 is currently the most relevant, although some parts of CSS 3 should become available in time.
-
HTML 4.01 Specification
The XHTML 1.0 spec relies on HTML 4.01 for the meanings of XHTML elements and attributes, so in effect this is part of the XHTML specification – the most interesting part, in fact.
-
IANA: MIME Media Types
The official list of Internet Media Types (though IANA still seem to prefer to call them MIME types).
-
Uniform Resource Identifiers (URI): Generic Syntax
The online (plain text file) version of IETF RFC 2396 from 1998: the formal definition of URIs, which includes URLs as a subset.
-
XHTML 1.0: The Extensible HyperText Markup Language (Second Edition)
This document is the official definition of XHTML, but all it really says is that XHTML is the same as HTML 4, except for some small changes needed to make it XML. You need to know about these, but if you want to know what all the elements and attributes are, it’s the HTML 4.0 specification that you need.