Cargando…

Web developer's reference guide : a one-stop guide to the essentials of web development including popular frameworks such a jQuery, Bootstrap, AngularJS, and Node.js /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Johanan, Joshua (Autor), Zea, Ricardo (Autor), Khan, Talha (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn946944223
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160419s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d IDEBK  |d OCLCF  |d TEFOD  |d N$T  |d TEFOD  |d N$T  |d YDXCP  |d KSU  |d DEBSZ  |d DEBBG  |d C6I  |d OCLCQ  |d CEF  |d NLE  |d UKMGB  |d MQY  |d AGLDB  |d IGB  |d UKAHL  |d RDF  |d OCLCO  |d OCLCQ 
015 |a GBB6G3063  |2 bnb 
016 7 |a 018006690  |2 Uk 
019 |a 945751376  |a 945783591 
020 |a 9781783552146  |q (electronic bk.) 
020 |a 178355214X  |q (electronic bk.) 
020 |z 9781783552139 
020 |z 1783552131 
029 1 |a DEBSZ  |b 480366594 
029 1 |a DEBBG  |b BV043969278 
029 1 |a DEBSZ  |b 485797933 
029 1 |a GBVCP  |b 882849646 
029 1 |a UKMGB  |b 018006690 
035 |a (OCoLC)946944223  |z (OCoLC)945751376  |z (OCoLC)945783591 
037 |a CL0500000733  |b Safari Books Online 
037 |a 6828B4A1-95C6-45EA-8B50-6428159A8244  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a TK5105.875.I6 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
082 0 4 |a 004.678  |2 23 
049 |a UAMI 
100 1 |a Johanan, Joshua,  |e author. 
245 1 0 |a Web developer's reference guide :  |b a one-stop guide to the essentials of web development including popular frameworks such a jQuery, Bootstrap, AngularJS, and Node.js /  |c Joshua Johanan, Ricardo Zea, Talha Khan. 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
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 
490 1 |a Community experience distilled 
588 |a Description based on online resource; title from cover page (Safari, viewed April 18, 2016). 
500 |a Includes index. 
520 8 |a Annotation  |b A one-stop guide to the essentials of web development including popular frameworks such as jQuery, Bootstrap, AngularJS, and Node.jsAbout This Book Understand the essential elements of HTML, CSS, and JavaScript, including how and when to use them Walk through three of the best and most popular web development frameworks jQuery, Bootstrap, and AngularJS References for any function you will need in your day-to-day web developmentWho This Book Is ForThis book is perfect for beginners but more advanced web developers will also benefit. Laid out so you can refer to as much or as little as you need to, with this book you can exhaustively explore essential concepts for modern web developers.What You Will Learn Explore detailed explanations of all the major HTML elements and attributes, illustrated with examples Take a deep dive into CSS properties and functions and master their usage Find clear, concise descriptions of JavaScript syntax and expressions Recognize various JavaScript design patterns and learn the basics of JavaScript object-orientated programming Implement the latest ECMAScript 6 for client-side scripting in your web applications Discover new ways to develop your website's front end quickly and easily using Bootstrap Write JavaScript extensibly using jQuery-JavaScript's feature-rich library Delve into the key Node.js modules used in JavaScript server-side programming Access AngularJS 's important modules, controllers, directives, and services quicklyIn DetailThis comprehensive reference guide takes you through each topic in web development and highlights the most popular and important elements of each area.Starting with HTML, you will learn key elements and attributes and how they relate to each other. Next, you will explore CSS pseudo-classes and pseudo-elements, followed by CSS properties and functions. This will introduce you to many powerful and new selectors. You will then move on to JavaScript. This section will not just introduce functions, but will provide you with an entire reference for the language and paradigms. You will discover more about three of the most popular frameworks todayBootstrap, which builds on CSS, jQuery which builds on JavaScript, and AngularJS, which also builds on JavaScript. Finally, you will take a walk-through Node.js, which is a server-side framework that allows you to write programs in JavaScript.Style and approachThis book is an easy-to-follow, comprehensive reference guide. Each topic, function, or element is listed methodically along with parameters, return values, and descriptions. Examples are also included to help you put the concepts to use quickly in the real world. 
505 0 |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: HTML Elements; DOCTYPE; Attributes; Description; html; Attributes; Description; Document metadata; head; Semantic content sections; body; section; nav; Headings; header; footer; address; aside; p; Content sections; hr; pre; blockquote; ol; ul; li; dl; dt; dd; figure; figcaption; div; Inline elements; a; abbr; bdo; br; cite; code; dfn; em; kbd; mark; q; s; samp; small; span; strong; sub; sup; time; var; wbr; Embedded content; img; embed; object; param; video; audio 
505 8 |a Sourcetrack; Tables; table; caption; colgroup; tbody; thead; tfoot; tr; td; th; Forms; Form; fieldset; legend; label; input; button; select; optgroup; option; textarea; Drawing elements; canvas; svg; Chapter 2: HTML Attributes; Global attributes; accesskey; class; contenteditable; data-*; dir; draggable; id; lang; spellcheck; style; tabindex; title; Miscellaneous; accept; accept-charset; action; alt; async; autocomplete; autofocus; autoplay; autosave; cite; cols; colspan; datetime; disabled; download; content; controls; for; form; formaction; height; href; hreflang; label; list; loop; max 
505 8 |a Maxlengthmedia; method; min; multiple; name; novalidate; pattern; placeholder; poster; readonly; rel; required; reversed; rows; rowspan; scope; selected; size; src; start; step; type; value; width; wrap; Chapter 3: CSS Concepts and Applications; Basic selectors; The simple selector; The type selectors; The universal selector; The attribute selectors; The class selectors; The ID selectors; Combinators; Descendant combinator; The child combinator; The adjacent sibling combinator; The general sibling combinator; The selector specificity; Pseudo-classes; The link pseudo-classes 
505 8 |a User action pseudo-classesThe structural selectors; :first-child; :first-of-type; :last-child; :last-of-type; :nth-child(); :nth-last-child; :nth-last-of-type and :nth-of-type; :only-child; :only-of-type; Validation; :checked; :default; :disabled and :enabled; :empty; :in-range and :out-of-range; :invalid and :valid; :not or negation; :optional and :required; :lang(); Pseudo-elements; ::before and ::after; ::first-letter; ::first-line; ::selection; Generated content; content; Quotation marks; Chapter 4: CSS Properties -- Part 1; Animation; Base markup and CSS; Final CSS code; Background 
505 8 |a Background-attachmentbackground-blend-mode; background-clip; background-color; background-image; background-origin; Box model; width; height; padding; margin; border; box-sizing; max-height; max-width; min-height; min-width; object-fit; object-position; Border radius; border-radius; Unit; Relative length units; Viewport-relative length units; Absolute length units; Angle data types; Resolution units; Duration units; Column; Flexible box (flexbox); flex-grow; flex-shrink; flex-basis; flex-direction; flex-wrap; flex-flow; align-content; align-items; align-self; order; justify-content; flex 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Web applications. 
650 0 |a Application software  |x Development. 
650 0 |a JavaScript (Computer program language) 
650 6 |a Applications Web. 
650 6 |a Logiciels d'application  |x Développement. 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a COMPUTERS / Computer Literacy  |2 bisacsh 
650 7 |a COMPUTERS / Computer Science  |2 bisacsh 
650 7 |a COMPUTERS / Data Processing  |2 bisacsh 
650 7 |a COMPUTERS / Hardware / General  |2 bisacsh 
650 7 |a COMPUTERS / Information Technology  |2 bisacsh 
650 7 |a COMPUTERS / Machine Theory  |2 bisacsh 
650 7 |a COMPUTERS / Reference  |2 bisacsh 
650 7 |a Application software  |x Development.  |2 fast  |0 (OCoLC)fst00811707 
650 7 |a JavaScript (Computer program language)  |2 fast  |0 (OCoLC)fst00982071 
650 7 |a Web applications.  |2 fast  |0 (OCoLC)fst01895855 
700 1 |a Zea, Ricardo,  |e author. 
700 1 |a Khan, Talha,  |e author. 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213515  |z Texto completo 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781783552139/?ar  |z Texto completo 
938 |a Askews and Holts Library Services  |b ASKH  |n AH30492600 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34327644 
938 |a EBSCOhost  |b EBSC  |n 1213515 
938 |a YBP Library Services  |b YANK  |n 12908290 
994 |a 92  |b IZTAP