Responsive web design with HTML5 and CSS3 : (Record no. 112)

MARC details
000 -LEADER
fixed length control field 07514cam a2200553Ii 4500
001 - CONTROL NUMBER
control field 922580781
003 - CONTROL NUMBER IDENTIFIER
control field OCoLC
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20250221130822.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr cnu---unuuu
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 150930s2015 enka of 001 0 eng d
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781784398262
Qualifying information (electronic bk.)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781784398934
035 ## - SYSTEM CONTROL NUMBER
System control number (OCoLC)922580781
Canceled/invalid control number (OCoLC)919296827
-- (OCoLC)919342890
-- (OCoLC)923518632
-- (OCoLC)929506380
-- (OCoLC)932321159
-- (OCoLC)1162457614
-- (OCoLC)1259135457
037 ## - SOURCE OF ACQUISITION
Stock number 825633
Source of stock number/acquisition MIL
037 ## - SOURCE OF ACQUISITION
Stock number 5301A61D-0318-49DC-859B-9D391993AD52
Source of stock number/acquisition OverDrive, Inc.
Note http://www.overdrive.com
040 ## - CATALOGING SOURCE
Original cataloging agency UMI
Language of cataloging eng
Description conventions rda
-- pn
Transcribing agency UMI
Modifying agency N$T
-- OCLCF
-- IDEBK
-- TEFOD
-- YDXCP
-- EBLCP
-- DEBBG
-- DEBSZ
-- IDB
-- OCLCQ
-- MERUC
-- OCLCQ
-- CEF
-- OCLCQ
-- UAB
-- AU@
-- UKAHL
-- OCLCQ
-- AUW
-- OCLCQ
-- QGK
050 #4 - LIBRARY OF CONGRESS CALL NUMBER
Classification number TK5105.888
072 #7 - SUBJECT CATEGORY CODE
Subject category code COM
Subject category code subdivision 000000
Source bisacsh
082 04 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 006.7 FRA 2015
Edition number 23
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Frain, Ben,
Relator term author
245 10 - TITLE STATEMENT
Title Responsive web design with HTML5 and CSS3 :
Remainder of title build responsive and future-proof websites to meet the demands of modern web users /
Statement of responsibility, etc. Ben Frain
246 30 - VARYING FORM OF TITLE
Title proper/short title Build responsive and future-proof websites to meet the demands of modern web users
250 ## - EDITION STATEMENT
Edition statement Second edition
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Birmingham, UK :
Name of producer, publisher, distributor, manufacturer Packt Publishing,
Date of production, publication, distribution, manufacture, or copyright notice 2015
300 ## - PHYSICAL DESCRIPTION
Extent 1 online resource (1 volume) :
Other physical details illustrations
336 ## - CONTENT TYPE
Content type term text
Content type code txt
Source rdacontent
337 ## - MEDIA TYPE
Media type term computer
Media type code c
Source rdamedia
338 ## - CARRIER TYPE
Carrier type term online resource
Carrier type code cr
Source rdacarrier
490 1# - SERIES STATEMENT
Series statement Community experience distilled
500 ## - GENERAL NOTE
General note Includes index
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The Essentials of Responsive Web Design; Beginning our quest; Defining responsive web design; Responsive web design in a nutshell; Setting browser support levels; A brief note on tooling and text editors; Our first responsive example; Our basic HTML file; Taming images; Enter media queries; Amending the example for a larger screen; The shortcomings of our example; Summary; Chapter 2: Media Queries -- Supporting Differing Viewports
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Why media queries are needed for a responsive web designBasic conditional logic in CSS; Media query syntax; Media queries in link tags; Combining media queries; Media queries with @import; Media queries in CSS; What can media queries test for?; Using media queries to alter a design; Any CSS can be wrapped in a media query; Media queries for HiDPI devices; Considerations for organizing and authoring media queries; Linking to different CSS files with media queries; The practicalities of separating media queries; Nesting media queries 'inline'; Combine media queries or write them where it suits?
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note The viewport meta tagMedia Queries Level 4; Scripting media feature; Interaction media features; The hover media feature; Environment media features; Summary; Chapter 3: Fluid Layouts and Responsive Images; Converting a fixed pixel design to a fluid proportional layout; Why do we need Flexbox?; Inline block and whitespace; Floats; Table and table-cell; Introducing Flexbox; The bumpy path to Flexbox; Browser support for Flexbox; Leave prefixing to someone else; Getting flexy; Perfect vertically centered text; Offset items; Reverse the order of items
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note How about if we want them laid out vertically instead?Column reverse; Different Flexbox layouts inside different media queries; Inline-flex; Flexbox alignment properties; The align-items property; The align-self property; Possible alignment values; The justify-content property; The flex property; Simple sticky footer; Changing source order; Wrapping up Flexbox; Responsive images; The intrinsic problem of responsive images; Simple resolution switching with srcset; Advanced switching with srcset and sizes; Did you say the browser 'might' pick one image over another?
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note Art direction with the picture elementFacilitate new-fangled image formats; Summary; Chapter 4: HTML5 for Responsive Web Designs; HTML5 markup -- understood by all modern browsers; Starting an HTML5 page the right way; The doctype; The HTML tag and lang attribute; Specifying alternate languages; Character encoding; Easy-going HTML5; A sensible approach to HTML5 markup; All hail the mighty tag; New semantic elements in HTML5; The element; The element; The element; The element; The element; The and elements
506 ## - RESTRICTIONS ON ACCESS NOTE
Terms governing access Available to OhioLINK libraries
520 ## - SUMMARY, ETC.
Summary, etc. Learn the HTML5 and CSS3 you need to help you design responsive and future-proof websites that meet the demands of modern web users About This Book Learn and explore how to harness the latest features of HTML5 in the context of responsive web design Learn to wield the new Flexbox layout mechanism, code responsive images, and understand how to implement SVGs in a responsive project Make your pages interactive by using CSS animations, transformations, and transitions Who This Book Is For Are you writing two websites - one for mobile and one for larger displays? Or perhaps you've already implemented your first 'RWD' but are struggling bring it all together? If so, Responsive Web Design with HTML5 and CSS3, Second Edition gives you everything you need to take your web sites to the next level. You'll need some HTML and CSS knowledge to follow along, but everything you need to know about Responsive Design and making great websites is included in the book! What You Will Learn Understand what responsive design is, and why it's vital for modern web development HTML5 markup is cleaner, faster, and more semantically rich than anything that has come before - learn how to use it and its latest features Integrate CSS3 media queries into your designs to use different styles for different media. You'll also learn about future media queries which are evolving in CSS4. Responsive images allow different images to be presented in different scenarios. We'll cover how to load different sets of images depending upon screen size or resolution and how to display different images in different contexts. Conquer forms! Add validation and useful interface elements like date pickers and range sliders with HTML5 markup alone. Implement SVGs into your responsive designs to provide resolution independent images, and learn how to adapt and animate them Learn how to use the latest features of CSS including custom fonts, nth-child selectors (and some CSS4 selectors), CSS custom properties (variables), and CSS calc In Detail Desktop-only websites just aren't good enough anymore. With mobile internet usage still rising, and tablets changing internet consumption habits, you need to know how to build websites that will just 'work', regardless of the devices used to access them. This second edition of Responsive Web Design with HTML5 and CSS3 explains all the key approaches necessary to create and maintain a modern responsive design. The changing way in which we access the web means ..
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Web sites
General subdivision Design
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element HTML (Document markup language)
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Cascading style sheets
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books
655 #4 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books
710 2# - ADDED ENTRY--CORPORATE NAME
Corporate name or jurisdiction name as entry element Ohio Library and Information Network
776 08 - ADDITIONAL PHYSICAL FORM ENTRY
Relationship information Print version:
Main entry heading Frain, Ben.
Title Responsive Web Design with HTML5 and CSS3.
Place, publisher, and date of publication Olton Birmingham : Packt Publishing Ltd, ©2015
International Standard Book Number 9781784398934
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Community experience distilled
856 40 - ELECTRONIC LOCATION AND ACCESS
Materials specified O'Reilly
Public note Connect to resource
Uniform Resource Identifier <a href="https://learning.oreilly.com/library/view/~/9781784398934/?ar">https://learning.oreilly.com/library/view/~/9781784398934/?ar</a>
942 ## - ADDED ENTRY ELEMENTS (KOHA)
Source of classification or shelving scheme Dewey Decimal Classification
Koha item type Book
Suppress in OPAC No
Holdings
Withdrawn status Lost status Source of classification or shelving scheme Damaged status Not for loan Home library Current library Date acquired Total checkouts Full call number Barcode Date last seen Price effective from Koha item type
    Dewey Decimal Classification     Symbiosis International University, Dubai Symbiosis International University, Dubai 01/05/2024   006.7 FRA 2015 SIU00330 01/05/2024 01/05/2024 Book
All Rights Reserved to Symbiosis International University, Dubai

Powered by Koha