Cargando…

Less Web Development Essentials.

In Detail Less is a CSS pre-processor, essentially improving the functionality of simple CSS due to the addition of several features. These predefined functions, which include transformations, selector nesting, variables, and mix-ins, allow you to develop portable and reusable code that is easier to...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jobsen, Bass
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Packt Publishing, 2014.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 EBOOKCENTRAL_ocn878920198
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|||||||||
008 140502s2014 xx o 000 0 eng d
040 |a IDEBK  |b eng  |e pn  |c IDEBK  |d EBLCP  |d DEBSZ  |d S4S  |d OCLCO  |d OCLCQ  |d YDXCP  |d N$T  |d COO  |d OCLCO  |d OCLCF  |d OCLCQ  |d TEFOD  |d OCLCQ  |d FEM  |d REB  |d AGLDB  |d OCLCQ  |d ICA  |d OCLCQ  |d ZCU  |d XFH  |d MERUC  |d OCLCQ  |d D6H  |d VTS  |d ICG  |d AU@  |d OCLCQ  |d STF  |d DKC  |d OCLCQ  |d K6U  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 923038596  |a 968034924  |a 968114183  |a 969043545  |a 969056857  |a 994453216 
020 |a 130670460X  |q (electronic bk.) 
020 |a 9781306704601  |q (electronic bk.) 
020 |a 9781783981472  |q (electronic bk.) 
020 |a 1783981474  |q (electronic bk.) 
020 |a 9781785286698 
020 |a 1785286692 
020 |z 9781783981465 
020 |z 1783981466 
029 1 |a DEBBG  |b BV043608850 
029 1 |a DEBSZ  |b 405716176 
029 1 |a DEBSZ  |b 484722425 
035 |a (OCoLC)878920198  |z (OCoLC)923038596  |z (OCoLC)968034924  |z (OCoLC)968114183  |z (OCoLC)969043545  |z (OCoLC)969056857  |z (OCoLC)994453216 
037 |a 601711  |b MIL 
037 |a B8BE06D6-1BF5-46DB-9EF6-DEEC8F3AC031  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a ZA4226 
072 7 |a LAN  |x 008000  |2 bisacsh 
082 0 4 |a 070.5/797 
049 |a UAMI 
100 1 |a Jobsen, Bass. 
245 1 0 |a Less Web Development Essentials. 
260 |b Packt Publishing,  |c 2014. 
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 
490 1 |a Community Experience Distilled 
588 0 |a Print version record. 
520 |a In Detail Less is a CSS pre-processor, essentially improving the functionality of simple CSS due to the addition of several features. These predefined functions, which include transformations, selector nesting, variables, and mix-ins, allow you to develop portable and reusable code that is easier to maintain and utilize. In spite of all these benefits, you might have had difficulty in finding reliable and comprehensive information on Less. Rest assured, you have come to the right place and are only a few steps away from employing Less in your projects! We will begin with learning how Less facilitates the process of web-development. Once you have explored the benefits of using Less, you will quickly move on to actually creating your first layout using Less and compiling your very first Less code. Next, you will learn about variables and mixins and how they will help in building robust CSS code. In addition, you'll learn how to keep your code clean and test it by using style guides. We will then move on to the concept of Bootstrapping and the strength of using Less with Bootstrap. Going one step further, you will be able to customize Twitter's Bootstrap 3 using Less. Finally, you will learn to integrate Less into your WordPress themes and explore other web apps that use Less. By the end of this journey, you will increase your abilities and understanding as a confident web developer. By leveraging this powerful CSS pre-processor, you will be able to consistently produce amazing web applications while making CSS code development an enjoyable experience. Approach Written in a practical and concise manner, this book is a crash-course in teaching you the fundamental concepts of Less with real-life examples and problems. Who this book is for If you use CSS(3) in your web development tasks and would love to learn how to create maintainable and reusable code with Less, this book is ideal for you. Although you need to have some experience in web development, even beginners will find that this book is useful. 
505 0 |a Cover; Copyright; Credits; Foreword; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Improving Web Development with Less; Using CSS3 for styling your HTML; Using CSS Selectors to style your HTML; Specificity, Inheritance, and Cascade in CSS; How CSS specificity works; Building your layouts with flexible boxes; Compiling Less; Getting started with Less; Using the watch function for automatic reloading; Debugging your code; Example code used in this book; Your first layout in Less; Vendor-specific rules. 
505 8 |a Build rounded corners with border-radiusPreventing cross-browser issues with CSS resets; Creating background gradients; CSS transitions, transformations, and animations; Box-sizing; Server-side compiling; Compressing and minimizing your CSS; Graphical user interfaces; Summary; Chapter 2: Using Variables and Mixins; Comments; Nested comments; Special comments; Variables; Organizing your files; Naming your variables; Using a variable; Organizing variables; The last declaration wins; Variable declaration is not static; Lazy loading; Escaping values; Mixins; Basic mixins; Parametric mixins. 
505 8 |a Default valuesNaming and calling; Multiple parameters; More complex mixins for linear gradient backgrounds; Special variables -- @arguments and @rest; Return values; Changing the behavior of a mixin; Switches; Argument matching; Guarded mixins; Using guards and argument matching to construct loops; The!important keyword; Summary; Chapter 3: Nested Rules, Operations, and Built-in Functions; The navigation structure; Nested rules; Mixins and classes; Variables; Classes and namespaces; Operating on numbers, colors, and variables; The & symbol; Property merging; Built-in functions; JavaScript. 
505 8 |a List functionsUsing color functions; The darken() and lighten() functions; Color manipulation; Color operations; Color blending with Less; Type functions; The box-shadow mixin; Summary; Chapter 4: Avoid Reinventing the Wheel; Revisiting background gradients; Unused code; Chrome's developer tools; Firebug CSS usage add-on; Testing your code; Understanding TDD; All about style guides; Building a style guide with StyleDocco; Testing your code with tdcss.js; Prebuilt mixins; Using single-line declarations for vendor-specific rules with Less Elements; Less Hat -- a comprehensive library of mixins. 
505 8 |a Using the 3L library of prebuilt mixinsSEO and HTML debugging; ClearLess -- another library of prebuilt mixins; Using Preboot's prebuilt mixins for your project; Integrating other techniques into your projects using Less; Using iconic fonts; Retina.js; Summary; Chapter 5: Integrate Less in Your own Projects; Importing CSS into Less; Using the @import rule; Migrating your project; Organizing your files; Converting CSS code to Less code; Media queries and responsive design; Making your layout fluid; Testing your layouts on a mobile phone; Coding first for mobile. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
650 0 |a Web site development. 
650 6 |a Sites Web  |x Développement. 
650 7 |a LANGUAGE ARTS & DISCIPLINES  |x Journalism.  |2 bisacsh 
650 7 |a Web site development  |2 fast 
758 |i has work:  |a Less web development essentials (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCYjx3wmrRgCW8bP3yfdwKH  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version:  |z 9781306704601 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1674869  |z Texto completo 
936 |a BATCHLOAD 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL1674869 
938 |a EBSCOhost  |b EBSC  |n 769281 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28268110 
938 |a YBP Library Services  |b YANK  |n 11791435 
994 |a 92  |b IZTAP