Cargando…

Web Developer's Reference Guide.

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 d...

Descripción completa

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

MARC

LEADER 00000cam a2200000 4500
001 EBOOKCENTRAL_ocn951663201
003 OCoLC
005 20240329122006.0
006 m o d
007 cr |n|||||||||
008 160413e20160328enk o 000 0 eng d
040 |a COO  |b eng  |e pn  |c COO  |d EBLCP  |d DEBBG  |d FEM  |d IDB  |d OCLCO  |d OCLCF  |d OCLCQ  |d MERUC  |d OCLCQ  |d VT2  |d UOK  |d WYU  |d OCLCQ  |d LVT  |d OCLCQ  |d OCLCO  |d K6U  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 968070408  |a 969044897 
020 |a 9781783552139 
020 |a 1783552131  |q (Trade Paper) 
020 |a 9781783552146 
020 |a 178355214X 
024 3 |a 9781783552139 
029 1 |a AU@  |b 000062539825 
029 1 |a AU@  |b 000067109606 
029 1 |a DEBBG  |b BV043893413 
035 |a (OCoLC)951663201  |z (OCoLC)968070408  |z (OCoLC)969044897 
037 |b 01201872 
050 4 |a TK5105.888  |b .J64 2016eb 
082 1 4 |a [E] 
049 |a UAMI 
100 1 |a Johanan, Joshua,  |e author. 
245 1 0 |a Web Developer's Reference Guide. 
260 |a Birmingham :  |b Packt Publishing, Limited  |c March 2016. 
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 
520 8 |a 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 -- source -- track -- 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 -- maxlength -- media -- 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. 
505 8 |a 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 -- User action pseudo-classes -- The 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 -- background-attachment -- background-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 -- Summary -- Chapter 5: CSS Properties -- Part 2 -- Fonts -- font-family -- font-feature-settings -- font-size -- font-size-adjust -- font-stretch -- font-style -- font-variant -- font-variant-ligatures -- font-weight -- font -- Transform -- transform. 
505 8 |a Transform-origin -- transform-style -- Transition -- Positioning -- position -- top -- bottom -- left -- right -- vertical-align -- Text -- color -- text-align -- text-decoration -- text-decoration-line -- text-decoration-color -- text-decoration-style -- text-indent -- text-overflow -- text-rendering -- text-shadow -- text-transform -- text-underline-position -- direction -- Tables -- table-layout -- border-collapse -- border-spacing -- empty-cells -- caption-side -- Words and paragraphs -- hyphens -- word-break -- word-spacing -- word-wrap -- line-height -- orphans -- quotes -- widows -- writing-mode -- letter-spacing -- white-space -- tab-size -- Paging -- page-break-after -- page-break-before -- page-break-inside -- Chapter 6: CSS Properties -- Part 3 -- Page box -- bleed -- marks -- List -- list-style -- list-style-type -- list-style-position -- list-style-image -- Counter -- counter-reset -- counter-increment -- Drop shadows -- box-shadow -- Display and visibility -- all -- clear -- display -- opacity -- filter -- overflow -- overflow-x -- overflow-y -- visibility -- z-index -- Masking and clipping -- mask -- mask-clip -- mask-composite -- mask-image -- mask-mode -- mask-origin -- mask-position -- mask-repeat -- mask-size -- mask-type -- mask-border -- mask-border-source -- mask-border-mode -- mask-border-slice -- mask-border-width -- mask-border-outset -- mask-border-repeat -- clip-path -- Image rendering and orientation -- image-orientation -- image-rendering -- User interface -- cursor -- pointer-events -- outline -- 3-Dimensional -- perspective -- perspective-origin -- backface-visibility -- Summary -- Chapter 7: CSS Functions -- Filter -- brightness() -- contrast() -- grayscale() -- invert() -- hue-rotate() -- blur() -- saturate() -- sepia() -- Transforms -- matrix() -- matrix3d() -- rotate() -- rotate3d() -- rotateX() -- rotateY(). 
505 8 |a RotateZ() -- scale() -- scale3d() -- scaleX() -- scaleY() -- scaleZ() -- skew() -- skewX() -- skewY() -- steps() -- translate() -- translate3d() -- translateX() -- translateY() -- translateZ() -- Colors -- hsl() and hsla() -- rgb() and rgba() -- Gradients -- linear-gradient() -- radial-gradient() -- repeating-linear-gradient() -- repeating-radial-gradient() -- Values -- attr() -- Responsive Table -- calc() -- url() -- cubic-bezier() -- Miscellaneous -- drop-shadow() -- element() -- image() -- opacity() -- perspective() -- rect() -- At-rules -- @charset -- @document() -- @font-face -- @import -- @keyframes -- @media -- @namespace -- @page -- @supports -- Global CSS keyword values -- Summary -- Chapter 8: JavaScript Implementations, Syntax Basics, and Variable Types -- History of JavaScript -- Evolution of JavaScript -- JavaScript implementations -- Core JavaScript (ECMAScript) -- Document object model (DOM) -- Browser object model (BOM) -- Client-side JavaScript -- Loading external JavaScript files -- Server-side JavaScript -- The language syntax -- Language -- Type -- The character set -- Identifiers -- Reserved keywords -- Comments -- Literals -- Statements -- Optional semicolon -- Data type -- The typeof operator -- The undefined type -- The null type -- The number type -- The Boolean type -- The string type -- The object type -- Variable, scope, and memory -- Variable declaration -- The variable scope -- Primitive and reference values -- The execution context and scope -- Garbage collection -- Chapter 9: JavaScript Expressions, Operators, Statements, and Arrays -- Expressions -- Primary expressions -- Object initializer -- The function definition expression -- The property access expression -- The invocation expression -- The object creation expression -- Evaluation expression -- Operators -- Overview -- Arithmetic operators -- Logical operators. 
505 8 |a Assignment operators -- Exponentiation assignment (**=) -- Relational operators -- Statements -- Expression statements -- Compound empty statements -- Declaration statements -- Conditional statements -- Loops -- Jumps and labeled statements -- Arrays -- Array types -- Array type object -- Creating arrays -- Reading and writing array elements -- Multidimensional arrays in JavaScript -- Properties in an array -- Array methods -- ECMA5 Array methods -- Chapter 10: JavaScript Object-Oriented Programming -- Polymorphism -- Encapsulation -- Inheritance -- Abstraction -- Objects -- Creating objects -- Design patterns -- Property getter and setter -- Deleting properties -- Testing properties -- Enumerating properties -- Property attributes -- Serializing objects -- Objects methods -- Functions and methods -- Invoking functions -- Defining functions -- Function arguments and parameters -- Parameters and return values -- Functions as namespace -- Closure -- Function properties -- Methods -- Function constructor -- Classes and modules -- Classes and prototypes -- Constructors -- Defining a class -- Classes in the ECMA5 script -- Modules -- Inheritance -- Prototype chaining -- Constructor stealing -- Combination inheritance -- Prototypal inheritance -- Parasitic inheritance -- Parasitic combination inheritance -- Subclasses -- Built-in objects -- Global objects -- Date object -- Math object -- The RegExp object -- String object -- Array objects -- Chapter 11: Extending JavaScript and ECMAScript 6 -- Compatibility and goals -- JavaScript subset and extensions -- JavaScript subsets -- JavaScript extensions -- Const -- Let -- Destructuring assignment -- For each -- Iterator -- Generators -- Array -- Generator expression -- Scoped variables and constants -- Shorthand functions -- Multiple catch clauses -- The try clause -- The catch clause -- The finally clause. 
505 8 |a E4X -- ECMAScript for XML. 
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 Web site development  |2 fast 
655 4 |a Programming Languages; Web Programming. 
700 1 |a Khan, Talha,  |e author. 
700 1 |a Zea, Ricardo,  |e author. 
758 |i has work:  |a Web Developer's Reference Guide (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCXtqR3GcVqf4B9V6XxGXxC  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Erscheint auch als:  |n Druck-Ausgabe  |t Johanan, Joshua. Web Developer's Reference Guide 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=4520639  |z Texto completo 
936 |a BATCHLOAD 
938 |a EBL - Ebook Library  |b EBLB  |n EBL4520639 
994 |a 92  |b IZTAP