Learning Less.js : develop attractive CSS styles efficiently, using the Less CSS preprocessor /
If you are a designer or developer who wants to quickly learn how to harness the power of Less.js to write more efficient CSS styles that can be applied to a website of any size, then this book is for you. This book will help you master both the basic functions and advanced features of Less.js. It w...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Birmingham, UK :
Packt Pub.,
©2014.
|
Colección: | Community experience distilled.
|
Temas: | |
Acceso en línea: | Texto completo Texto completo |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | EBSCO_ocn895288420 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 141114s2014 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e pn |c UMI |d DEBBG |d DEBSZ |d EBLCP |d IDEBK |d E7B |d CHVBK |d COO |d OCLCF |d YDXCP |d OCLCQ |d TEFOD |d OCL |d OCLCQ |d COCUF |d K6U |d CNNOR |d CCO |d PIFAG |d FVL |d N$T |d ZCU |d AGLDB |d MERUC |d OCLCQ |d U3W |d D6H |d STF |d OCLCQ |d VTS |d CEF |d ICG |d NLE |d INT |d VT2 |d UKMGB |d OCLCQ |d G3B |d TKN |d OCLCQ |d DKC |d AU@ |d OCLCQ |d OCLCO |d QGK |d OCLCQ |d OCLCO | ||
016 | 7 | |a 018005190 |2 Uk | |
019 | |a 894171179 |a 907295929 |a 1259259778 | ||
020 | |a 9781782160670 |q (electronic bk.) | ||
020 | |a 1782160671 |q (electronic bk.) | ||
020 | |z 1782160663 | ||
020 | |z 9781782160663 | ||
029 | 1 | |a AU@ |b 000071349851 | |
029 | 1 | |a CHNEW |b 000675228 | |
029 | 1 | |a CHNEW |b 000695728 | |
029 | 1 | |a CHNEW |b 000695734 | |
029 | 1 | |a CHNEW |b 000889205 | |
029 | 1 | |a CHVBK |b 374479240 | |
029 | 1 | |a DEBBG |b BV042490191 | |
029 | 1 | |a DEBBG |b BV043613260 | |
029 | 1 | |a DEBSZ |b 420095721 | |
029 | 1 | |a DEBSZ |b 434833711 | |
029 | 1 | |a DEBSZ |b 493153608 | |
029 | 1 | |a DKDLA |b 820120-katalog:999929184105765 | |
029 | 1 | |a GBVCP |b 815146167 | |
029 | 1 | |a UKMGB |b 018005190 | |
035 | |a (OCoLC)895288420 |z (OCoLC)894171179 |z (OCoLC)907295929 |z (OCoLC)1259259778 | ||
037 | |a CL0500000502 |b Safari Books Online | ||
037 | |a 92E8F88B-99A2-48E1-B1DC-1AACB593CE04 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a TK5105.888 |b .L533 2014 | |
072 | 7 | |a COM |x 051270 |2 bisacsh | |
072 | 7 | |a COM |x 051260 |2 bisacsh | |
072 | 7 | |a COM |x 060130 |2 bisacsh | |
082 | 0 | 4 | |a 005.268 |
049 | |a UAMI | ||
100 | 1 | |a Libby, Alex. | |
245 | 1 | 0 | |a Learning Less.js : |b develop attractive CSS styles efficiently, using the Less CSS preprocessor / |c Alex Libby. |
260 | |a Birmingham, UK : |b Packt Pub., |c ©2014. | ||
300 | |a 1 online resource (1 volume) : |b illustrations | ||
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 Online resource; title from cover (Safari, viewed November 7, 2014). | |
588 | 0 | |a Online resource; title from PDF title page (EBSCO, viewed July 10, 2017). | |
500 | |a Includes index. | ||
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Less; The role of HTML and CSS; The limitations of using CSS; The benefits of using CSS preprocessors; Why not just write normal CSS?; Introducing Less as a solution; Why you should use Less; Reducing redundancy with variables; Understanding the syntax of variables; Creating reusable blocks of code; Generating values automatically; Forgetting about vendor prefixes; Creating media queries and animation the simple way; Reusing code across multiple projects. | |
505 | 8 | |a Compressing CSS automatically for faster websitesSupporting CSS4 standards within Less; Supporting future CSS standards within Less; Summary; Chapter 2: Building a Less Development Toolkit; Choosing an IDE or editor; Installing Sublime Text 2; Adding Less syntax support; Compiling Less files with a standalone compiler; WinLess; SimpLESS; Koala; Installing Crunch!; Compiling from the command line; Watching for changes to Less files; Compiling Less files directly from text editors; Installing the compilation support via a package; Debugging Less in browsers. | |
505 | 8 | |a Debugging the Less code using FirefoxDebugging the Less code in Chrome; Installing WampServer; Other useful tools; Summary; Chapter 3: Getting Started with Less; Creating the foundation page; Downloading and installing Less; Installing Less on the client side; Using a CDN; Installing Less on the server side; Installing Less using Node; Installing Less using Bower; Using the Bower package; The dangers of using Less on the client side; Exploring the syntax used by Less; Working with variables; Changing variables programmatically; Creating mixins; Nesting styles in Less. | |
505 | 8 | |a Calculating values using operationsExtending existing styles in Less; Compiling the code and viewing results; Using a standalone compiler; Using the command-line compiler; Compiling Less files using the command line; Watching for changes in Watch mode; Summary; Chapter 4: Working with Variables, Mixins, and Functions; Discovering variables in Less; Creating Polaroid images; Loading variables and setting the scope; Exploring mixins; Creating a web form; Adding basic mixins; Hiding the original mixin; Using the!important keyword; Developing parametric mixins; Passing multiple parameters. | |
505 | 8 | |a Applying conditions to mixinsUsing special keywords; Creating mixins as functions; Using external libraries; Introducing functions; Creating column-based layouts; Moving calculations to a mixin; Working with the data-uri function; Using the data-uri function -- some words of caution; Summary; Chapter 5: Inheritance, Overriding, and Nesting in Less; Nesting styles in Less; Creating a business card; Examining the process in detail; Inheriting and overriding styles with extend; Using extend to create information alerts; Extending using the all keyword; Namespacing in Less. | |
520 | |a If you are a designer or developer who wants to quickly learn how to harness the power of Less.js to write more efficient CSS styles that can be applied to a website of any size, then this book is for you. This book will help you master both the basic functions and advanced features of Less.js. It would be helpful to have some familiarity of writing CSS styles, although no prior experience of using CSS preprocessors is required. | ||
546 | |a English. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
590 | |a eBooks on EBSCOhost |b EBSCO eBook Subscription Academic Collection - Worldwide | ||
650 | 0 | |a Cascading style sheets. | |
650 | 0 | |a HTML (Document markup language) | |
650 | 0 | |a JavaScript (Computer program language) | |
650 | 0 | |a Application software |x Development. | |
650 | 0 | |a Web sites |x Design. | |
650 | 0 | |a Web site development. | |
650 | 6 | |a Feuilles de style en cascade. | |
650 | 6 | |a HTML (Langage de balisage) | |
650 | 6 | |a JavaScript (Langage de programmation) | |
650 | 6 | |a Logiciels d'application |x Développement. | |
650 | 6 | |a Sites Web |x Conception. | |
650 | 6 | |a Sites Web |x Développement. | |
650 | 7 | |a HTML. |2 aat | |
650 | 7 | |a COMPUTERS |x Programming Languages |x HTML. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x JavaScript. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Web |x Design. |2 bisacsh | |
650 | 7 | |a Application software |x Development |2 fast | |
650 | 7 | |a Cascading style sheets |2 fast | |
650 | 7 | |a HTML (Document markup language) |2 fast | |
650 | 7 | |a JavaScript (Computer program language) |2 fast | |
650 | 7 | |a Web site development |2 fast | |
650 | 7 | |a Web sites |x Design |2 fast | |
776 | 0 | 8 | |i Print version: |a Libby, Alex. |t Learning Less.js. |d Birmingham : Packt Publishing, ©2014 |z 9781782160663 |
830 | 0 | |a Community experience distilled. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781782160663/?ar |z Texto completo |
856 | 4 | 0 | |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=879009 |z Texto completo |
938 | |a ProQuest Ebook Central |b EBLB |n EBL1825960 | ||
938 | |a ebrary |b EBRY |n ebr10962329 | ||
938 | |a EBSCOhost |b EBSC |n 879009 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis30008057 | ||
938 | |a YBP Library Services |b YANK |n 12136808 | ||
994 | |a 92 |b IZTAP |