HTML5 and CSS3 for the real world: [powerful HTML5 and CSS3 techniques you can use today!]
Gespeichert in:
Hauptverfasser: | , , |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Collingwood
sitepoint
2015
|
Ausgabe: | 2. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXV, 367 S. Ill. |
ISBN: | 9780987467485 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV042595949 | ||
003 | DE-604 | ||
005 | 20160119 | ||
007 | t | ||
008 | 150603s2015 gw a||| |||| 00||| eng d | ||
020 | |a 9780987467485 |c print |9 978-0-9874674-8-5 | ||
035 | |a (OCoLC)911053442 | ||
035 | |a (DE-599)BVBBV042595949 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
044 | |a gw |c XA-DE-BY | ||
049 | |a DE-573 |a DE-11 |a DE-83 |a DE-Aug4 | ||
082 | 0 | |a 006.74 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 252 |0 (DE-625)143627: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
084 | |a DAT 677f |2 stub | ||
100 | 1 | |a Goldstein, Alexis |e Verfasser |4 aut | |
245 | 1 | 0 | |a HTML5 and CSS3 for the real world |b [powerful HTML5 and CSS3 techniques you can use today!] |c by Alexis Goldstein ; Louis Lazaris ; Estelle Weyl |
246 | 1 | 3 | |a HTML5 & CSS3 for the real world |
246 | 1 | 3 | |a HTML 5 and CSS 3 for the real world |
246 | 1 | 3 | |a HTML 5 & CSS 3 for the real world |
250 | |a 2. ed. | ||
264 | 1 | |a Collingwood |b sitepoint |c 2015 | |
300 | |a XXV, 367 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Cascading Style Sheets 3.0 |0 (DE-588)7750895-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a HTML 5.0 |0 (DE-588)7704810-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a HTML 5.0 |0 (DE-588)7704810-6 |D s |
689 | 0 | 1 | |a Cascading Style Sheets 3.0 |0 (DE-588)7750895-6 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Lazaris, Louis |e Verfasser |0 (DE-588)1021657301 |4 aut | |
700 | 1 | |a Weyl, Estelle |e Verfasser |4 aut | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 978-0-9874674-9-2 |
856 | 4 | 2 | |m HBZ Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028029104&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-028029104 |
Datensatz im Suchindex
_version_ | 1804174761032417280 |
---|---|
adam_text | Titel: HTML5 CSS3 for the real world
Autor: Goldstein, Alexis
Jahr: 2015
Summary of Contents Preface..........................................................xxi 1. Introducing HTML5 and CSS3......................................1 2. Markup, HTML5 Style............................................13 3. More HTML5 Semantics..........................................39 4. HTML5 Forms...................................................63 5. HTML5 Video and Audio..........................................99 6. Introducing CSS3..............................................129 7. CSS3 Gradients and Multiple Backgrounds.........................157 8. CSS3 Transforms and Transitions................... 185 9. Embedded Fonts and Multicolumn Layouts.........................213 10. Flexbox and Media Queries.....................................241 11. Geolocation, Offline Web Apps, and Web Storage..................265 12. Canvas, SVG, and Drag and Drop................................305 A. Modernizr....................................................353 B. WAI-ARIA.....................................................359 C. Microdata....................................................363
Table of Contents Preface......................................................xxi Who Should Read This Book....................................xxi Conventions Used............................................xxii Code Samples...........................................xxii Tips, Notes, and Warnings................................xxiii Supplementary Materials.....................................xxiii Acknowledgments........................................... xxiv Alexis Goldstein.........................................xxiv Louis Lazaris............................................xxiv Estelle Weyl.............................................xxv Want to Take Your Learning Further?............................xxv Chapter 1 Introducing HTML5 and CSS3....... 1 What is HTML5?...............................................1 How did we get here?............... 3 Would the real HTML5 please stand up?...........................4 Why should I care about HTML5?.................................5 What is CSS3?.................................................6 Why should I care about CSS3?..................................7 What do we mean by the Real World ?...........................8 The Current Browser Market.....................................9 The Growing Mobile Market....................................10 On to the Real Stuff...........................................11 Chapter 2 Markup, HTML5 Style................. 13 Introducing The HTML5 Herald ..................................13
X A Basic HTML5 Template.......................................15 The Doctype..................................................16 The html Element............................................17 The head Element............................................17 Leveling the Playing Field......................................18 The Rest Is History............................................20 HTML5 FAQ..................................................21 Why do these changes still work in older browsers?............21 Shouldn t all tags be closed?...............................23 What about other XHTML-based syntax customs?..............24 Defining the Page s Structure...................................25 The header Element..........................................26 The section Element.........................................27 The article Element.........................................28 The nav Element..............................................29 The aside Element...........................................31 The footer Element..........................................31 Structuring The HTML5 Herald ..................................32 The New main Element........................................33 Continuing to Structure The Herald ..............................35 Wrapping Things Up...........................................38 Chapter 3 More HTML5 Semantics............... 39 A New Perspective on Content Types.............................39 The Document Outline.........................................41 No More hgroup.............................................41 More New Elements...........................................43 The figure and figcaption Elements.....................43 The mark Element........................................44 The progress and meter Elements........................45
XI The time Element........................................46 Changes to Existing Features....................................48 The Word “Deprecated is Deprecated........................48 Block Elements Inside Links.................................49 Bold Text................................................49 Italicized Text............................................50 Big and Small Text........................................51 A cite for Sore Eyes.............................. 51 Description (not Definition) Lists............................52 Other New Elements and Features...............................52 The details Element.....................................53 Customized Ordered Lists..................................54 Scoped Styles............................................54 The async Attribute for Scripts.............................55 The picture element.....................................55 Other Notables...........................................56 The Future of Markup - Web Components?.......................57 Validating HTML5 Documents...................................58 Summary..................................................... 60 Chapter 4 HTML5 Forms............................ 63 Dependable Tools in Our Toolbox................................64 HTML5 Form Attributes........................................65 The required Attribute..................................66 The placeholder Attribute...............................70 The pattern Attribute....................................74 The disabled Attribute..................................76 The readonly Attribute..................................77 The multiple Attribute..................................77 The form Attribute.......................................78
XII The autocomplete Attribute..............................78 The datalist Element and the list Attribute...............79 The autofocus Attribute.................................80 Input Types..................................................80 Search.................................................. 82 Email Addresses..........................................83 URLs....................................................85 Telephone Numbers.......................................86 Numbers................................................ 86 Ranges..................................................87 Colors.................................................. 88 Dates and Times..........................................90 Additional New Form Controls in HTML5..........................93 The progress and meter Elements........................94 The output Element......................................95 The keygen Element......................................95 The contenteditable Attribute..........................95 Changes to Existing Form Controls...............................96 The form Element........................................96 The optgroup Element...................................97 The textarea Element...................................97 In Conclusion................................................97 Chapter 5 HTML5 Video and Audio............. 99 A Bit of History...............................................99 The Current State of Play.....................................100 Video Container Formats..................................100 Video Codecs........................................... 101 Audio Codecs........................................... 101 The Markup.................................................101
XIII Enabling Native Controls.................................102 The autoplay Attribute.................................103 The loop Attribute......................................104 The preload Attribute...................................104 The poster Attribute....................................105 The muted Attribute.....................................105 Adding Support for Multiple Video Formats..................106 Source Order............................................107 What about browsers without support for HTML5 video?......108 Setting MIME Types......................................110 Encoding Video Files for Use on the Web........................111 Creating Custom Video Controls................................112 Some Markup and Styling for Starters......................112 Introducing the Media Elements API........................114 Playing and Pausing the Video.............................116 Muting and Unmuting the Video s Audio Track...............119 Responding When the Video Ends Playback..................120 Updating the Time as the Video Plays.......................121 Further Features of the Media Elements API.................123 API Events..............................................124 API Properties...........................................124 What about audio?...........................................125 Accessible Media.............................................126 It s Showtime............................................... 127 Chapter 6 Introducing CSS3.......................129 Getting Older Browsers on Board...............................129 CSS3 Selectors.............................................. 130 Relational Selectors......................................131 Attribute Selectors.......................................133
XIV Pseudo-classes.......................................... 134 Structural Pseudo-classes.................................137 Pseudo-elements and Generated Content...................141 CSS3 Colors.................................................143 RGBA..................................................143 HSL and HSLA...........................................144 Opacity................................................ 145 Putting It into Practice.......................................146 Rounded Corners: border-radius............................148 Drop Shadows...............................................151 Inset and Multiple Shadows...............................153 Text Shadow................................................154 More Shadows.............................................. 155 Up Next....................................................156 Chapter 7 CSS3 Gradients and Multiple Backgrounds ............................. 157 Linear Gradients............................................. 158 The W3C Syntax.........................................160 The Prefixed Syntax......................................164 The Old WebKit Syntax...................................165 Putting It All Together....................................166 Linear Gradients with SVG................................168 Linear Gradients with IE Filters.............................169 Tools of the Trade........................................170 Radial Gradients.............................................171 The W3C Syntax.........................................171 The Prefixed WebKit Syntax...............................175 Making Our Own Radial Gradient..........................175 Repeating Gradients..........................................176
XV Multiple Background Images...................................178 Background Size.............................................181 In the Background...........................................183 Chapter 8 CSS3 Transforms and Transitions................................ 185 Transforms............................................ 185 Translation............................................. 186 Scaling................................................ 188 Rotation............................................... 190 Skew.................................................. 191 Changing the Origin of the Transform......................191 Support for Internet Explorer 8 and Earlier..................193 Transitions.................................................. 194 transition-property.................................195 The transition-duration Property.....................197 The transition-timing-function Property.............198 The transition-delay Property.........................199 The transition Shorthand Property......................199 Multiple Transitions......................................200 Animations................................................. 202 Keyframes..............................................202 Animation Properties.....................................204 Moving On..................................................211 Chapter 9 Embedded F onts and Multicolumn Layouts..................................... 213 Web Fonts with @f ont -face.................................213 @font-face rule...........................................214
XVI Implementing ©font-face...............................215 Declaring Font Sources...................................217 Font Property Descriptors.................................220 The Unicode Range Descriptor.............................221 Applying the Font.......................................222 Legal Considerations.....................................222 Creating Various Font File Types: Font Squirrel...............224 Other Font Considerations................................227 CSS3 Multicolumn Layouts....................................228 The column-count Property.............................229 The column-gap Property................................230 The column-width Property.............................231 The columns Shorthand Property..........................233 Columns and the height Property.........................234 Other Column Features...................................235 Other Considerations.....................................237 Progressive Enhancement.................................239 Up Next....................................................240 Chapter io Flexbox and Media Queries......... 241 Flexbox.................................................... 242 Flex Container and Flex Item..............................242 Applying Flexbox to The HTML5 Herald ......................258 Media Queries...............................................259 What are media queries?..................................259 Syntax.................................................259 The Flexibility of Media Queries............................261 Browser Support........................................263 Further Reading.........................................263 Living in Style...............................................264
Chapter ii Geolocation, Offline Web Apps, and Web Storage........................ 265 Geolocation.................................................266 Privacy Concerns........................................267 Geolocation Methods....................................267 Checking for Support with Modernizr.......................268 Retrieving the Current Position...................... 269 Geolocation s Position Object...........................269 Grabbing the Latitude and Longitude.......................271 Using Google Maps API...................................271 Loading a Map..........................................272 Displaying Our Location in Google Maps....................273 A Final Word on Older Mobile Devices......................276 Offline Web Applications......................................276 How It Works: the HTML5 Application Cache.................277 Setting Up Your Site to Work Offline.......................278 Seeking Permission to Store the Site Offline.................281 Going Offline to Test.....................................281 Making The HTML5 Herald Available Offline.................283 Limits to Offline Web Application Storage...................285 The Fallback Section.....................................285 Refreshing the Cache....................................287 Are we online?..........................................288 Further Reading.........................................335 Web Storage................................................290 Two Kinds of Storage.....................................290 What Web Storage Data Looks Like.........................292 Getting and Setting Our Data.............................292 Converting Stored Data...................................293 The Shortcut Way.......................................294
XVII! Removing Items and Clearing Data.........................294 Storage Limits..........................................294 Security Considerations...................................295 Adding Web Storage to The HTML5 Herald ...................296 Viewing Our Web Storage Values with Web Inspector.........300 Additional HTML5 APIs.......................................301 Web Workers...........................................301 Web Sockets............................................303 IndexedDB..............................................303 Back to the Future...........................................304 Chapter 12 Canvas, SVG, and Drag and Drop ............................. 305 Canvas.....................................................305 A Bit of Canvas History...................................306 Creating a canvas Element...............................306 Drawing on the Canvas...................................308 Getting the Context.....................................308 Filling Our Brush with Color...............................309 Drawing a Rectangle to the Canvas.........................310 Variations on f illStyle................................312 Drawing Other Shapes by Creating Paths....................315 Saving Canvas Drawings..................................319 Drawing an Image to the Canvas...........................320 Manipulating Images.....................................323 Security Errors with getlmageData.......................324 Converting an Image from Color to Black and White..........325 Manipulating Video with Canvas...........................327 Displaying Text on the Canvas.............................330 Accessibility Concerns....................................334
XIX Further Reading.........................................335 SVG........................................................335 Drawing in SVG.........................................336 SVG Filters..............................................339 Using the Raphael Library.................................340 Canvas versus SVG.......................................343 Drag and Drop...............................................344 Feeding the WAI-ARIA Cat......................... 345 Making Elements Draggable...............................346 The DataTransfer Object..................................347 Accepting Dropped Elements..............................348 Further Reading.........................................351 That s All, Folks!.............................................351 Appendix A Modernizr................................. 353 Using Modernizr with CSS.....................................354 Using Modernizr with JavaScript...............................356 Further Reading.............................................357 Appendix B WAI-ARIA................................ 359 How WAI-ARIA Complements Semantics........................359 The Current State of WAI-ARIA................................360 Further Reading.............................................361 Appendix C Microdata................................. 363 Aren t HTML5 s semantics enough?.............................364 The Microdata Syntax........................................365 Understanding Name-Value Pairs...............................365 Microdata Namespaces.......................................366
XX Further Reading 367
|
any_adam_object | 1 |
author | Goldstein, Alexis Lazaris, Louis Weyl, Estelle |
author_GND | (DE-588)1021657301 |
author_facet | Goldstein, Alexis Lazaris, Louis Weyl, Estelle |
author_role | aut aut aut |
author_sort | Goldstein, Alexis |
author_variant | a g ag l l ll e w ew |
building | Verbundindex |
bvnumber | BV042595949 |
classification_rvk | ST 250 ST 252 |
classification_tum | DAT 677f |
ctrlnum | (OCoLC)911053442 (DE-599)BVBBV042595949 |
dewey-full | 006.74 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 006 - Special computer methods |
dewey-raw | 006.74 |
dewey-search | 006.74 |
dewey-sort | 16.74 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
edition | 2. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01898nam a2200481 c 4500</leader><controlfield tag="001">BV042595949</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20160119 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">150603s2015 gw a||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780987467485</subfield><subfield code="c">print</subfield><subfield code="9">978-0-9874674-8-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)911053442</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV042595949</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">gw</subfield><subfield code="c">XA-DE-BY</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-573</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-Aug4</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">006.74</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 252</subfield><subfield code="0">(DE-625)143627:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 677f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Goldstein, Alexis</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">HTML5 and CSS3 for the real world</subfield><subfield code="b">[powerful HTML5 and CSS3 techniques you can use today!]</subfield><subfield code="c">by Alexis Goldstein ; Louis Lazaris ; Estelle Weyl</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">HTML5 & CSS3 for the real world</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">HTML 5 and CSS 3 for the real world</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">HTML 5 & CSS 3 for the real world</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Collingwood</subfield><subfield code="b">sitepoint</subfield><subfield code="c">2015</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXV, 367 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Cascading Style Sheets 3.0</subfield><subfield code="0">(DE-588)7750895-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">HTML 5.0</subfield><subfield code="0">(DE-588)7704810-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">HTML 5.0</subfield><subfield code="0">(DE-588)7704810-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Cascading Style Sheets 3.0</subfield><subfield code="0">(DE-588)7750895-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Lazaris, Louis</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)1021657301</subfield><subfield code="4">aut</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Weyl, Estelle</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe</subfield><subfield code="z">978-0-9874674-9-2</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">HBZ Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028029104&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-028029104</subfield></datafield></record></collection> |
id | DE-604.BV042595949 |
illustrated | Illustrated |
indexdate | 2024-07-10T07:05:31Z |
institution | BVB |
isbn | 9780987467485 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-028029104 |
oclc_num | 911053442 |
open_access_boolean | |
owner | DE-573 DE-11 DE-83 DE-Aug4 |
owner_facet | DE-573 DE-11 DE-83 DE-Aug4 |
physical | XXV, 367 S. Ill. |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | sitepoint |
record_format | marc |
spelling | Goldstein, Alexis Verfasser aut HTML5 and CSS3 for the real world [powerful HTML5 and CSS3 techniques you can use today!] by Alexis Goldstein ; Louis Lazaris ; Estelle Weyl HTML5 & CSS3 for the real world HTML 5 and CSS 3 for the real world HTML 5 & CSS 3 for the real world 2. ed. Collingwood sitepoint 2015 XXV, 367 S. Ill. txt rdacontent n rdamedia nc rdacarrier Cascading Style Sheets 3.0 (DE-588)7750895-6 gnd rswk-swf HTML 5.0 (DE-588)7704810-6 gnd rswk-swf HTML 5.0 (DE-588)7704810-6 s Cascading Style Sheets 3.0 (DE-588)7750895-6 s DE-604 Lazaris, Louis Verfasser (DE-588)1021657301 aut Weyl, Estelle Verfasser aut Erscheint auch als Online-Ausgabe 978-0-9874674-9-2 HBZ Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028029104&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Goldstein, Alexis Lazaris, Louis Weyl, Estelle HTML5 and CSS3 for the real world [powerful HTML5 and CSS3 techniques you can use today!] Cascading Style Sheets 3.0 (DE-588)7750895-6 gnd HTML 5.0 (DE-588)7704810-6 gnd |
subject_GND | (DE-588)7750895-6 (DE-588)7704810-6 |
title | HTML5 and CSS3 for the real world [powerful HTML5 and CSS3 techniques you can use today!] |
title_alt | HTML5 & CSS3 for the real world HTML 5 and CSS 3 for the real world HTML 5 & CSS 3 for the real world |
title_auth | HTML5 and CSS3 for the real world [powerful HTML5 and CSS3 techniques you can use today!] |
title_exact_search | HTML5 and CSS3 for the real world [powerful HTML5 and CSS3 techniques you can use today!] |
title_full | HTML5 and CSS3 for the real world [powerful HTML5 and CSS3 techniques you can use today!] by Alexis Goldstein ; Louis Lazaris ; Estelle Weyl |
title_fullStr | HTML5 and CSS3 for the real world [powerful HTML5 and CSS3 techniques you can use today!] by Alexis Goldstein ; Louis Lazaris ; Estelle Weyl |
title_full_unstemmed | HTML5 and CSS3 for the real world [powerful HTML5 and CSS3 techniques you can use today!] by Alexis Goldstein ; Louis Lazaris ; Estelle Weyl |
title_short | HTML5 and CSS3 for the real world |
title_sort | html5 and css3 for the real world powerful html5 and css3 techniques you can use today |
title_sub | [powerful HTML5 and CSS3 techniques you can use today!] |
topic | Cascading Style Sheets 3.0 (DE-588)7750895-6 gnd HTML 5.0 (DE-588)7704810-6 gnd |
topic_facet | Cascading Style Sheets 3.0 HTML 5.0 |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=028029104&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT goldsteinalexis html5andcss3fortherealworldpowerfulhtml5andcss3techniquesyoucanusetoday AT lazarislouis html5andcss3fortherealworldpowerfulhtml5andcss3techniquesyoucanusetoday AT weylestelle html5andcss3fortherealworldpowerfulhtml5andcss3techniquesyoucanusetoday AT goldsteinalexis html5css3fortherealworld AT lazarislouis html5css3fortherealworld AT weylestelle html5css3fortherealworld AT goldsteinalexis html5andcss3fortherealworld AT lazarislouis html5andcss3fortherealworld AT weylestelle html5andcss3fortherealworld |