Architecting CSS : the programmer's guide to effective style sheets

Book Cover
Average Rating
Published
[United States] : Apress, 2020.
Status
Available Online

Description

Loading Description...

More Details

Format
Language
English
ISBN
9781484257500, 1484257502, 9781484257517, 1484257510
UPC
10.1007/978-1-4842-5750-0, 10.1007/978-1-4842-5

Notes

Bibliography
Includes bibliographical references and index.
Description
Leverage various CSS features in combination with popular architectures in order to bring your style sheets back under your control. While CSS is the primary technology used for building beautiful web user interfaces, the style sheet files themselves are often quite ugly; left chaotic and unstructured through lack of a consistent architectural approach. By addressing the structure of your style sheets in the same way that you do with code, see how it is possible to create style rules that are clean and easy to read. Dig deep into CSS fundamentals and learn how to use the available selectors to build powerful rules. You will learn how to use cascading, inheritance, pseudo-classes, pre-processors, and components to produce cleaner, DRY-er style sheets, and how to let these features work for you instead of leading you down the road of rule duplication and design inconsistencies. Embrace the clean, semantic HTML to make your code easier to read, while supporting accessibility and assistive technologies. Separate the concerns of layout and style to simplify dynamic theming and white labeling, making you a marketing hero. Once you've finished this book you will have an advanced knowledge of CSS structures and architectural patterns that will take the pain out of style sheets for you (and your coworkers), and help you implement designs faster and easier than ever before. You will: Understand the core CSS fundamentals of Inheritance, Cascading, and Specificity Work with architecture and design patterns for better organization and maintenance Maximize code reuse with CSS precompilers Review the strengths and weaknesses of popular architecture patterns.
Local note
O'Reilly,O'Reilly Online Learning: Academic/Public Library Edition

Also in this Series

Checking series information...

More Like This

Loading more titles like this title...

Reviews from GoodReads

Loading GoodReads Reviews.

Citations

APA Citation, 7th Edition (style guide)

Dowden, M., & Dowden, M. (2020). Architecting CSS: the programmer's guide to effective style sheets . Apress.

Chicago / Turabian - Author Date Citation, 17th Edition (style guide)

Dowden, Martine and Michael. Dowden. 2020. Architecting CSS: The Programmer's Guide to Effective Style Sheets. Apress.

Chicago / Turabian - Humanities (Notes and Bibliography) Citation, 17th Edition (style guide)

Dowden, Martine and Michael. Dowden. Architecting CSS: The Programmer's Guide to Effective Style Sheets Apress, 2020.

MLA Citation, 9th Edition (style guide)

Dowden, Martine., and Michael Dowden. Architecting CSS: The Programmer's Guide to Effective Style Sheets Apress, 2020.

Note! Citations contain only title, author, edition, publisher, and year published. Citations should be used as a guideline and should be double checked for accuracy. Citation formats are based on standards as of August 2021.

Staff View

Grouped Work ID
b23467a7-0fc1-0a81-960c-80e4abdf7493-eng
Go To Grouped Work View in Staff Client

Grouping Information

Grouped Work IDb23467a7-0fc1-0a81-960c-80e4abdf7493-eng
Full titlearchitecting css the programmers guide to effective style sheets
Authordowden martine
Grouping Categorybook
Last Update2024-10-08 10:55:34AM
Last Indexed2024-11-22 03:40:09AM

Book Cover Information

Image SourcecontentCafe
First LoadedNov 24, 2024
Last UsedNov 24, 2024

Marc Record

First DetectedMar 22, 2023 08:34:27 AM
Last File Modification TimeMar 22, 2023 08:34:27 AM
SuppressedRecord had no items

MARC Record

LEADER04285cam a2200589 a 4500
001on1155079137
003OCoLC
00520230322083417.0
006m     o  d        
007cr |n|||||||||
008200521s2020    xxu     ob    001 0 eng d
015 |a GBC077050|2 bnb
0167 |a 019812926|2 Uk
019 |a 1155323563|a 1155885629|a 1156738470|a 1157269792|a 1157604865|a 1158345660|a 1159238930|a 1198933512|a 1203985760|a 1240512552
020 |a 9781484257500|q (electronic bk.)
020 |a 1484257502|q (electronic bk.)
020 |a 9781484257517|q (print)
020 |a 1484257510
0247 |a 10.1007/978-1-4842-5750-0|2 doi
0248 |a 10.1007/978-1-4842-5
035 |a (OCoLC)1155079137|z (OCoLC)1155323563|z (OCoLC)1155885629|z (OCoLC)1156738470|z (OCoLC)1157269792|z (OCoLC)1157604865|z (OCoLC)1158345660|z (OCoLC)1159238930|z (OCoLC)1198933512|z (OCoLC)1203985760|z (OCoLC)1240512552
037 |a com.springer.onix.9781484257500|b Springer Nature
040 |a YDX|b eng|e pn|c YDX|d GW5XE|d EBLCP|d LQU|d UPM|d OCLCF|d N$T|d UKMGB|d UMI|d NLW|d UKAHL|d VT2|d OCLCQ|d OCLCO|d COM|d OCLCQ
049 |a MAIN
050 4|a TK5105.888
072 7|a UMW|2 bicssc
072 7|a COM060160|2 bisacsh
072 7|a UMW|2 thema
08204|a 006.7/4|2 23
1001 |a Dowden, Martine.
24510|a Architecting CSS :|b the programmer's guide to effective style sheets /|c by Martine Dowden, Michael Dowden.
260 |a [United States] :|b Apress,|c 2020.
300 |a 1 online resource
336 |a text|b txt|2 rdacontent
337 |a computer|b c|2 rdamedia
338 |a online resource|b cr|2 rdacarrier
347 |a text file
347 |b PDF
504 |a Includes bibliographical references and index.
5050 |a 1. Cascading Style Sheets -- 2. Rules & Selectors -- 3. Order of Importance -- 4. Layouts -- 5. Compatibility & Defaults -- 6. Interactions & Transitions -- 7. Preprocessors -- 8. JavaScript -- 9. Architectural Patterns.
520 |a Leverage various CSS features in combination with popular architectures in order to bring your style sheets back under your control. While CSS is the primary technology used for building beautiful web user interfaces, the style sheet files themselves are often quite ugly; left chaotic and unstructured through lack of a consistent architectural approach. By addressing the structure of your style sheets in the same way that you do with code, see how it is possible to create style rules that are clean and easy to read. Dig deep into CSS fundamentals and learn how to use the available selectors to build powerful rules. You will learn how to use cascading, inheritance, pseudo-classes, pre-processors, and components to produce cleaner, DRY-er style sheets, and how to let these features work for you instead of leading you down the road of rule duplication and design inconsistencies. Embrace the clean, semantic HTML to make your code easier to read, while supporting accessibility and assistive technologies. Separate the concerns of layout and style to simplify dynamic theming and white labeling, making you a marketing hero. Once you've finished this book you will have an advanced knowledge of CSS structures and architectural patterns that will take the pain out of style sheets for you (and your coworkers), and help you implement designs faster and easier than ever before. You will: Understand the core CSS fundamentals of Inheritance, Cascading, and Specificity Work with architecture and design patterns for better organization and maintenance Maximize code reuse with CSS precompilers Review the strengths and weaknesses of popular architecture patterns.
590 |a O'Reilly|b O'Reilly Online Learning: Academic/Public Library Edition
650 0|a Cascading style sheets.|9 74001
7001 |a Dowden, Michael.
77608|i Print version:|z 1484257499|z 9781484257494|w (OCoLC)1135568371
85640|u https://library.access.arlingtonva.us/login?url=https://learning.oreilly.com/library/view/~/9781484257500/?ar|x O'Reilly|z eBook
938 |a Askews and Holts Library Services|b ASKH|n AH37506400
938 |a ProQuest Ebook Central|b EBLB|n EBL6200119
938 |a EBSCOhost|b EBSC|n 2477811
938 |a YBP Library Services|b YANK|n 301282274
994 |a 92|b VIA
999 |c 291018|d 291018