Cargando…

Responsive web design by example beginner's guide /

Written as a concise yet practical guide with an explicit focus on showing beginners how to get their very own responsive websites up and running, this essential reference includes coverage of tried-and-tested responsive frameworks in a project-based format that simultaneously provides visible resul...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Firdaus, Thoriq
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing Limited, 2013.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ia 4500
001 EBSCO_ocn842840168
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 130402s2013 enk o 001 0 eng d
040 |a CaPaEBR  |b eng  |e pn  |c S4S  |d OCLCO  |d E7B  |d UMI  |d DEBSZ  |d IUL  |d N$T  |d EBLCP  |d YDXCP  |d IDEBK  |d COO  |d OCLCF  |d OCLCQ  |d JBG  |d FEM  |d COCUF  |d AGLDB  |d ICA  |d CNNOR  |d MOR  |d PIFPO  |d ZCU  |d MERUC  |d OCLCQ  |d U3W  |d D6H  |d STF  |d WRM  |d VTS  |d CEF  |d NRAMU  |d ICG  |d NLE  |d INT  |d VT2  |d UKMGB  |d WYU  |d OCLCQ  |d G3B  |d TKN  |d OCLCQ  |d UAB  |d DKC  |d AU@  |d OCLCQ  |d UKAHL  |d OCLCQ  |d VLY  |d AJS  |d OCLCQ  |d OCLCO  |d INARC  |d OCLCQ  |d OCLCO 
016 7 |a 018014294  |2 Uk 
019 |a 831120927  |a 852523047  |a 961570785  |a 962651732  |a 968040024  |a 968998234  |a 1162238227  |a 1241880365  |a 1290064589  |a 1298422982  |a 1300459394 
020 |a 9781849695435  |q (electronic bk.) 
020 |a 1849695431  |q (electronic bk.) 
020 |z 9781849695428 
020 |z 1849695423 
020 |a 1299401686 
020 |a 9781299401686 
029 1 |a AU@  |b 000052006711 
029 1 |a AU@  |b 000053043179 
029 1 |a AU@  |b 000060533806 
029 1 |a DEBBG  |b BV041430877 
029 1 |a DEBBG  |b BV044172475 
029 1 |a DEBSZ  |b 39746990X 
029 1 |a DEBSZ  |b 398266913 
029 1 |a DEBSZ  |b 49311937X 
029 1 |a NZ1  |b 15492649 
029 1 |a UKMGB  |b 018014294 
029 1 |a AU@  |b 000066761145 
035 |a (OCoLC)842840168  |z (OCoLC)831120927  |z (OCoLC)852523047  |z (OCoLC)961570785  |z (OCoLC)962651732  |z (OCoLC)968040024  |z (OCoLC)968998234  |z (OCoLC)1162238227  |z (OCoLC)1241880365  |z (OCoLC)1290064589  |z (OCoLC)1298422982  |z (OCoLC)1300459394 
037 |a 4118264770856163771  |b TotalBoox  |f Ebook only  |n www.totalboox.com 
050 4 |a TK5105.888  |b .F57 2013eb 
072 7 |a COM  |x 000000  |2 bisacsh 
082 0 4 |a 006.74  |2 23 
049 |a UAMI 
100 1 |a Firdaus, Thoriq. 
245 1 0 |a Responsive web design by example beginner's guide /  |c Thoriq Firdaus. 
246 1 4 |a Responsive web design by example :  |b beginner's guide 
260 |a Birmingham :  |b Packt Publishing Limited,  |c 2013. 
300 |a 1 online resource (317 pages) 
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  |2 rda 
505 0 |a Table of Contents; Responsive Web Design by Example Beginner's Guide; Responsive Web Design by Example Beginner's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Time for action -- heading; What just happened?; Pop quiz -- heading; Have a go hero -- heading; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Responsive Web Design. 
505 8 |a Basic responsive web designViewport meta tag and CSS3 media queries; Limitations of responsive web design; Responsive image with picture element; Learn more about HTML5 and CSS3; Introduction to RWD frameworks; Why use frameworks?; Skeleton; Bootstrap; Foundation; Who is using these frameworks?; Hivemind; Living.is; Swizzle; The cons; Tools required to build responsive websites; Web browsers; Code editors; Responsive bookmarklets; A brief introduction to CSS preprocessors; CSS preprocessor compiler tool; LESS; Nesting rules; Variables; Mixins; Parametric mixins; Operations. 
505 8 |a Sass (Syntactically Awesome Stylesheets)Variables; Mixins; Nested rules; Selector inheritance; Learning more on CSS preprocessors; Learning LESS; Learning Sass; What are we going to create in this book?; Summary; 2. Constructing a Responsive Portfolio Page with Skeleton; Getting started with Skeleton; Time for action -- creating a working directory and getting Skeleton; What just happened?; What is included in Skeleton?; Starter HTML document; The viewport meta tag; HTML5 Shim; Responsive Grid; Clearing styles; Media queries; Typography styles; Button styles; Form styles; Apple icon devices. 
505 8 |a Photoshop templateHow will the website look?; Website navigation; Thumbnail hover effect; Setting up the Skeleton document; Time for action -- adding an extra CSS file; What just happened?; Adding custom fonts; Time for action -- embedding Google Web Fonts; What just happened?; Preparing the images; Social media icons; Time for action -- sprite images; What just happened?; Contact icons; HTML5 elements; HTML5 custom data attributes; Time for action -- structuring the HTML document; What just happened?; Summary; 3. Enhancing the Portfolio Website with CSS3; CSS box model. 
505 8 |a An introduction to the CSS3 box-sizing propertyTime for action -- specifying box-sizing; What just happened?; CSS units of measurement; The pixel unit; The pixel unit in higher DPI screens; The em unit; Converting px to em; Calculating the em unit manually; Browser quirk for the em unit; The percent unit; Setting font families; Time for action -- setting the Headings font family; What just happened?; Header styles; Time for action -- adding the header styles; What just happened?; Using CSS selectors; Direct child selector; Adjacent sibling selector; General sibling selector. 
520 |a Written as a concise yet practical guide with an explicit focus on showing beginners how to get their very own responsive websites up and running, this essential reference includes coverage of tried-and-tested responsive frameworks in a project-based format that simultaneously provides visible results whilst developing core understanding. Ideal for anybody who wants their online presence to be compatible with devices and resolutions of any size, ""Responsive Web Design by Example"" shows you how to select the right framework for your own project requirements and then guides you through the proc. 
546 |a English. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
650 0 |a Web sites  |x Design. 
650 0 |a HTML (Document markup language) 
650 0 |a Cascading style sheets. 
650 6 |a Sites Web  |x Conception. 
650 6 |a HTML (Langage de balisage) 
650 6 |a Feuilles de style en cascade. 
650 7 |a HTML.  |2 aat 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a Cascading style sheets  |2 fast 
650 7 |a HTML (Document markup language)  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
776 0 8 |i Print version:  |a Firdaus, Thoriq.  |t Responsive Web Design by Example.  |d Birmingham : Packt Publishing, ©2013  |z 9781849695428 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=551858  |z Texto completo 
938 |a Internet Archive  |b INAR  |n responsivewebdes0000fird 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26851192 
938 |a ebrary  |b EBRY  |n ebr10678739 
938 |a EBSCOhost  |b EBSC  |n 551858 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis25154074 
938 |a YBP Library Services  |b YANK  |n 10375292 
994 |a 92  |b IZTAP