Foundation website creation with HTML5, CSS3, and JavaScript
Foundation Website Creation with HTML5, CSS3, and JavaScript shows the entire process of building a website. This process involves much more than just technical knowledge, and this book provides all the information you'll need to understand the concepts behind designing and developing for the W...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Berkeley, Calif. :
Friends of Ed
2012.
|
Edición: | 1st ed. 2012. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628621006719 |
Tabla de Contenidos:
- Title Page; Copyright Page; Contents at a Glance; Table of Contents; About the Authors; About the Technical Reviewer; About the Cover Image Designer; Acknowledgments; Introduction; Chapter 1: Introducing the Past, Present, and Future of the Web; The standard way of doing things; Every journey starts with a single step: the Web past; Then there were standards: the Web now; A crystal ball: the Web future; What's inside this book?; Chapter 2: Keeping a Project on Track; The traditional approach to project management; The nine knowledge areas; Web project management: the power of iteration
- An agile example of planningAchieving the goal: identifying doneness; Focus on time; Focus on budget; Focus on scope; "But the PMI covers nine areas; you've talked about only three!"; Communication is paramount; Quality and testing; Procurement and contracting; Tools available; The old toolbox; The alternatives; Basecamp; Trac; Harvest; Others; Summary: the best advice; Profiling professions: Jason Fried; Chapter 3: Planning and High-Level Design; The toolbox; Goals and objectives discussion; Brainstorming; User stories and user personas; Feature/unfeature list; Wireframes; Mock-ups
- Information architecturePrototype; Let's go to an example; Summary: achieving balance; Profiling professions: Daniel Burka; Chapter 4: Giving Your Pages Structure: HTML5; What are web pages, really?; The basics of markup; Elements (or tags); Attributes and their values; Empty elements; Document types; Starting with HTML5; Document shell; The head; The body; Marking up content; Sections; Article and aside; Headers and headlines; Footers; Blocks of text; Identifying content; Links; The href attribute, URLs, and web page addresses; Emphasis; Other inline elements; The old: redefined
- Look, shiny new elements!Lists; Unordered and ordered lists; Definition lists; Images; What if you want to draw?; I want moving pictures (and sound)!; Tables; Forms; The fieldset element; Adding an input element; Adding a label; New attributes; New datatype fields; Adding a check box; Adding radio buttons; Dropdown list; Adding a textarea; Adding a submit button; All the rest; Less well supported; Special characters; Let's go to an example!; Chapter 5: Exploring Fundamental Concepts of CSS; The origins and evolution of Cascading Style Sheets; CSS1 is born; Followed quickly by CSS2; Enter CSS3
- How CSS worksDefault browser styles; Anatomy of a style sheet; The reset style sheet; Applying styles to web page elements; Inline styles; Embedded style sheets; External style sheets; More CSS selectors: targeting page elements with surgical precision; Id selectors; Class selectors; pseudo-class selectors; Yet more simple selectors; Descendant selectors; Child selectors; Adjacent sibling selectors; Combining multiple CSS selectors in a single rule; CSS inheritance: making the general case work in your favor; The CSS cascade and the rules of specificity; CSS selector specificity
- Source order cascading