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
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2016.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | DE-862 DE-863 |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations. |
ISBN: | 9781783552146 178355214X |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn946944223 | ||
003 | OCoLC | ||
005 | 20250103110447.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 |d OCLCO |d OCLCL |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 | ||
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 | 7 | |a 004.678 |2 23 | |
049 | |a MAIN | ||
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 | |
650 | 0 | |a Web applications. |0 http://id.loc.gov/authorities/subjects/sh2012001728 | |
650 | 0 | |a Application software |x Development. |0 http://id.loc.gov/authorities/subjects/sh95009362 | |
650 | 0 | |a JavaScript (Computer program language) |0 http://id.loc.gov/authorities/subjects/sh96004880 | |
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 | |
650 | 7 | |a JavaScript (Computer program language) |2 fast | |
650 | 7 | |a Web applications |2 fast | |
700 | 1 | |a Zea, Ricardo, |e author. |0 http://id.loc.gov/authorities/names/no2016010271 | |
700 | 1 | |a Khan, Talha, |e author. | |
758 | |i has work: |a Web developer's reference guide (Text) |1 https://id.oclc.org/worldcat/entity/E39PCGHw4hXf9pT69GyWFJ6ywK |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Erscheint auch als: |n Druck-Ausgabe |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
966 | 4 | 0 | |l DE-862 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213515 |3 Volltext |
966 | 4 | 0 | |l DE-863 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213515 |3 Volltext |
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 GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-862 | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn946944223 |
---|---|
_version_ | 1829095066440826880 |
adam_text | |
any_adam_object | |
author | Johanan, Joshua Zea, Ricardo Khan, Talha |
author_GND | http://id.loc.gov/authorities/names/no2016010271 |
author_facet | Johanan, Joshua Zea, Ricardo Khan, Talha |
author_role | aut aut aut |
author_sort | Johanan, Joshua |
author_variant | j j jj r z rz t k tk |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5105 |
callnumber-raw | TK5105.875.I6 |
callnumber-search | TK5105.875.I6 |
callnumber-sort | TK 45105.875 I6 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
contents | 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 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 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 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 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 |
ctrlnum | (OCoLC)946944223 |
dewey-full | 004.678 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 004 - Computer science |
dewey-raw | 004.678 |
dewey-search | 004.678 |
dewey-sort | 14.678 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>09434cam a2200865 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn946944223</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20250103110447.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160419s2016 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">IDEBK</subfield><subfield code="d">OCLCF</subfield><subfield code="d">TEFOD</subfield><subfield code="d">N$T</subfield><subfield code="d">TEFOD</subfield><subfield code="d">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">KSU</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">DEBBG</subfield><subfield code="d">C6I</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">MQY</subfield><subfield code="d">AGLDB</subfield><subfield code="d">IGB</subfield><subfield code="d">UKAHL</subfield><subfield code="d">RDF</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBB6G3063</subfield><subfield code="2">bnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018006690</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">945751376</subfield><subfield code="a">945783591</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783552146</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">178355214X</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783552139</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1783552131</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)946944223</subfield><subfield code="z">(OCoLC)945751376</subfield><subfield code="z">(OCoLC)945783591</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000733</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">6828B4A1-95C6-45EA-8B50-6428159A8244</subfield><subfield code="b">OverDrive, Inc.</subfield><subfield code="n">http://www.overdrive.com</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5105.875.I6</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">013000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">014000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">067000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">032000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">037000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">052000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">004.678</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Johanan, Joshua,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Web developer's reference guide :</subfield><subfield code="b">a one-stop guide to the essentials of web development including popular frameworks such a jQuery, Bootstrap, AngularJS, and Node.js /</subfield><subfield code="c">Joshua Johanan, Ricardo Zea, Talha Khan.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2016.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1=" " ind2=" "><subfield code="a">Description based on online resource; title from cover page (Safari, viewed April 18, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="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.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="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</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Web applications.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh2012001728</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Application software</subfield><subfield code="x">Development.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh95009362</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">JavaScript (Computer program language)</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh96004880</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Applications Web.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Logiciels d'application</subfield><subfield code="x">Développement.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">JavaScript (Langage de programmation)</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Computer Literacy</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Computer Science</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Data Processing</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Hardware / General</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Information Technology</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Machine Theory</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">COMPUTERS / Reference</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Application software</subfield><subfield code="x">Development</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">JavaScript (Computer program language)</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Web applications</subfield><subfield code="2">fast</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Zea, Ricardo,</subfield><subfield code="e">author.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2016010271</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Khan, Talha,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Web developer's reference guide (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCGHw4hXf9pT69GyWFJ6ywK</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als:</subfield><subfield code="n">Druck-Ausgabe</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-862</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213515</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="966" ind1="4" ind2="0"><subfield code="l">DE-863</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1213515</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH30492600</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis34327644</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1213515</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12908290</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-862</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn946944223 |
illustrated | Illustrated |
indexdate | 2025-04-11T08:43:07Z |
institution | BVB |
isbn | 9781783552146 178355214X |
language | English |
oclc_num | 946944223 |
open_access_boolean | |
owner | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
owner_facet | MAIN DE-862 DE-BY-FWS DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations. |
psigel | ZDB-4-EBA FWS_PDA_EBA ZDB-4-EBA |
publishDate | 2016 |
publishDateSearch | 2016 |
publishDateSort | 2016 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Johanan, Joshua, author. 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 / Joshua Johanan, Ricardo Zea, Talha Khan. Birmingham, UK : Packt Publishing, 2016. 1 online resource (1 volume) : illustrations. text txt rdacontent computer c rdamedia online resource cr rdacarrier Community experience distilled Description based on online resource; title from cover page (Safari, viewed April 18, 2016). Includes index. Annotation 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. 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 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 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 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 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 Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Applications Web. Logiciels d'application Développement. JavaScript (Langage de programmation) COMPUTERS / Computer Literacy bisacsh COMPUTERS / Computer Science bisacsh COMPUTERS / Data Processing bisacsh COMPUTERS / Hardware / General bisacsh COMPUTERS / Information Technology bisacsh COMPUTERS / Machine Theory bisacsh COMPUTERS / Reference bisacsh Application software Development fast JavaScript (Computer program language) fast Web applications fast Zea, Ricardo, author. http://id.loc.gov/authorities/names/no2016010271 Khan, Talha, author. has work: Web developer's reference guide (Text) https://id.oclc.org/worldcat/entity/E39PCGHw4hXf9pT69GyWFJ6ywK https://id.oclc.org/worldcat/ontology/hasWork Erscheint auch als: Druck-Ausgabe Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 |
spellingShingle | Johanan, Joshua Zea, Ricardo Khan, Talha 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 / Community experience distilled. 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 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 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 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 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 Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Applications Web. Logiciels d'application Développement. JavaScript (Langage de programmation) COMPUTERS / Computer Literacy bisacsh COMPUTERS / Computer Science bisacsh COMPUTERS / Data Processing bisacsh COMPUTERS / Hardware / General bisacsh COMPUTERS / Information Technology bisacsh COMPUTERS / Machine Theory bisacsh COMPUTERS / Reference bisacsh Application software Development fast JavaScript (Computer program language) fast Web applications fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh2012001728 http://id.loc.gov/authorities/subjects/sh95009362 http://id.loc.gov/authorities/subjects/sh96004880 |
title | 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 / |
title_auth | 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 / |
title_exact_search | 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 / |
title_full | 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 / Joshua Johanan, Ricardo Zea, Talha Khan. |
title_fullStr | 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 / Joshua Johanan, Ricardo Zea, Talha Khan. |
title_full_unstemmed | 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 / Joshua Johanan, Ricardo Zea, Talha Khan. |
title_short | Web developer's reference guide : |
title_sort | 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 |
title_sub | a one-stop guide to the essentials of web development including popular frameworks such a jQuery, Bootstrap, AngularJS, and Node.js / |
topic | Web applications. http://id.loc.gov/authorities/subjects/sh2012001728 Application software Development. http://id.loc.gov/authorities/subjects/sh95009362 JavaScript (Computer program language) http://id.loc.gov/authorities/subjects/sh96004880 Applications Web. Logiciels d'application Développement. JavaScript (Langage de programmation) COMPUTERS / Computer Literacy bisacsh COMPUTERS / Computer Science bisacsh COMPUTERS / Data Processing bisacsh COMPUTERS / Hardware / General bisacsh COMPUTERS / Information Technology bisacsh COMPUTERS / Machine Theory bisacsh COMPUTERS / Reference bisacsh Application software Development fast JavaScript (Computer program language) fast Web applications fast |
topic_facet | Web applications. Application software Development. JavaScript (Computer program language) Applications Web. Logiciels d'application Développement. JavaScript (Langage de programmation) COMPUTERS / Computer Literacy COMPUTERS / Computer Science COMPUTERS / Data Processing COMPUTERS / Hardware / General COMPUTERS / Information Technology COMPUTERS / Machine Theory COMPUTERS / Reference Application software Development Web applications |
work_keys_str_mv | AT johananjoshua webdevelopersreferenceguideaonestopguidetotheessentialsofwebdevelopmentincludingpopularframeworkssuchajquerybootstrapangularjsandnodejs AT zearicardo webdevelopersreferenceguideaonestopguidetotheessentialsofwebdevelopmentincludingpopularframeworkssuchajquerybootstrapangularjsandnodejs AT khantalha webdevelopersreferenceguideaonestopguidetotheessentialsofwebdevelopmentincludingpopularframeworkssuchajquerybootstrapangularjsandnodejs |