Cargando…

HTML5 Cookbook.

With scores of practical recipes you can use in your projects right away, this cookbook helps you gain hands-on experience with HTML5's versatile collection of elements. You get clear solutions for handling issues with everything from markup semantics, web forms, and audio and video elements to...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Schmitt, Christopher
Otros Autores: Simpson, Kyle (JavaScript systems architect)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol : O'Reilly Media, 2011.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Mu 4500
001 OR_ocn767502375
003 OCoLC
005 20231017213018.0
006 m o d
007 cr |n|---|||||
008 111205s2011 xx ob 001 0 eng d
040 |a EBLCP  |b eng  |e pn  |c EBLCP  |d N$T  |d YDXCP  |d TEFOD  |d OCLCQ  |d OCLCF  |d DEBSZ  |d OCLCQ  |d U9X  |d UMI  |d CUS  |d COO  |d WAU  |d CNSPO  |d IDEBK  |d TEFOD  |d OCLCQ  |d ZAD  |d E7B  |d OCLCQ  |d FEM  |d Z5A  |d OCLCQ  |d BRL  |d NTG  |d WYU  |d TKN  |d VT2  |d OCLCQ  |d OCLCO  |d INARC  |d OCLCQ  |d OCLCO 
019 |a 794554054  |a 847370153  |a 861530690  |a 968114764  |a 969029299  |a 988782468 
020 |a 9781449322076  |q (electronic bk.) 
020 |a 1449322077  |q (electronic bk.) 
020 |a 9781449322069  |q (electronic bk.) 
020 |a 1449322069  |q (electronic bk.) 
020 |z 9781449396794  |q (pbk.) 
020 |z 1449396798  |q (pbk.) 
029 1 |a AU@  |b 000051492309 
029 1 |a AU@  |b 000052897495 
029 1 |a DEBBG  |b BV040901653 
029 1 |a DEBSZ  |b 378290045 
029 1 |a DEBSZ  |b 381376931 
029 1 |a DEBSZ  |b 397165552 
029 1 |a NZ1  |b 14763580 
029 1 |a AU@  |b 000055781229 
035 |a (OCoLC)767502375  |z (OCoLC)794554054  |z (OCoLC)847370153  |z (OCoLC)861530690  |z (OCoLC)968114764  |z (OCoLC)969029299  |z (OCoLC)988782468 
037 |a CL0500000140  |b Safari Books Online 
037 |a A62BC01D-1AAE-4E7E-A9C1-8DA61B99759F  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.H94 
072 7 |a COM  |x 051270  |2 bisacsh 
072 7 |a COM  |x 051320  |2 bisacsh 
082 0 4 |a 006.74  |2 23 
049 |a UAMI 
100 1 |a Schmitt, Christopher. 
245 1 0 |a HTML5 Cookbook. 
260 |a Sebastopol :  |b O'Reilly Media,  |c 2011. 
300 |a 1 online resource (284 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file  |2 rda 
505 0 |a Table of Contents; Preface; What Is HTML5?; Feature Support, Not Browser Versions; Five Alive; Enter JavaScript; What's in This Book; Audience; Assumptions This Book Makes; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; ; ; ; ; ; ; Chapter 1. Fundamental Syntax and Semantics; 1.0 Introduction; 1.1 Specifying the DOCTYPE; Problem; Solution; Discussion; See Also; 1.2 Specifying the Character Set; Problem; Solution; Discussion; Special characters; See Also; 1.3 Specifying the Language; Problem; Solution; Discussion; See Also. 
505 8 |a 1.4 Optimizing s and sProblem; Solution; Discussion; See Also; 1.5 Adding Document Structure with HTML5's New Elements; Problem; Solution; Discussion; Structural elements; When to use structural elements; When to use elements; Styling structural elements; See Also; 1.6 Choosing Between and ; Problem; Solution; ; ; Discussion; See Also; 1.7 Checking Your Document Outline; Problem; Solution; Discussion; Heading levels; Implicit sectioning; Why is this important?; See Also; 1.8 Modifying the Document Outline; Problem; Solution; Discussion; See Also; 1.9 Emphasizing Text; Problem. 
505 8 |a SolutionDiscussion; Redefining ; See Also; 1.10 Adding Importance to Text; Problem; Solution; Discussion; Redefining ; See Also; 1.11 Highlighting Text for Reference; Problem; Solution; Discussion; See Also; 1.12 Marking Up Small Print; Problem; Solution; Discussion; See Also; 1.13 Defining Acronyms and Abbreviations; Problem; Solution; Discussion; See Also; 1.14 Adding Links to Block-Level Content; Problem; Solution; Discussion; See Also; 1.15 Marking Up Figures and Captions; Problem; Solution; Discussion; See Also; 1.16 Marking Up Dates and Times; Problem; Solution; Discussion. 
505 8 |a What about microformats?Publication dates; See Also; 1.17 Setting the Stage for Native Expanding and Collapsing; Problem; Solution; Discussion; See Also; 1.18 Controlling the Numbering of Your Lists; Problem; Solution; Discussion; Reversed attribute; Value Attribute; See Also; 1.19 Hiding Content to Show Later; Problem; Solution; Discussion; See Also; 1.20 Making Portions of a Page Editable; Problem; Solution; Discussion; See Also; 1.21 Setting the Stage for Native Drag-and-Drop; Problem; Solution; Discussion; See Also; Chapter 2. Progressive Markup and Techniques; 2.0 Introduction. 
505 8 |a 2.1 Adding More Semantic MeaningProblem; Solution; Discussion; See Also; 2.2 Picking a Markup Style; Problem; Solution; Discussion; See Also; 2.3 Understanding Browser Support for HTML5; Problem; Solution; Discussion; See Also; 2.4 Making Internet Explorer Recognize HTML5 Elements; Problem; Solution; Discussion; See Also; 2.5 Detecting HTML5 Features with JavaScript; Problem; Solution; Using Modernizr; Discussion; See Also; 2.6 Using HTML5 Boilerplate; Problem; Solution; Using HTML5 Boilerplate; Discussion; See Also; 2.7 Validating HTML5; Problem; Solution; Discussion; See Also. 
505 8 |a 2.8 Mapping HTML5 Elements to ID and Class Names. 
520 |a With scores of practical recipes you can use in your projects right away, this cookbook helps you gain hands-on experience with HTML5's versatile collection of elements. You get clear solutions for handling issues with everything from markup semantics, web forms, and audio and video elements to related technologies such as geolocation and rich JavaScript APIs. Each informative recipe includes sample code and a detailed discussion on why and how the solution works. Perfect for intermediate to advanced web and mobile web developers, this handy book lets you choose the HTML5 features that work for. 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a HTML (Document markup language) 
650 0 |a Internet programming. 
650 0 |a Web site development. 
650 6 |a HTML (Langage de balisage) 
650 6 |a Programmation Internet. 
650 6 |a Sites Web  |x Développement. 
650 7 |a HTML.  |2 aat 
650 7 |a COMPUTERS  |x Programming Languages  |x HTML.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x XML.  |2 bisacsh 
650 7 |a HTML (Document markup language)  |2 fast 
650 7 |a Internet programming  |2 fast 
650 7 |a Web site development  |2 fast 
700 1 |a Simpson, Kyle  |c (JavaScript systems architect) 
776 0 8 |i Print version:  |a Schmitt, Christopher.  |t HTML5 Cookbook.  |d Sebastopol : O'Reilly Media, ©2011  |z 9781449396794 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781449318444/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Internet Archive  |b INAR  |n html5cookbook0000schm 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL801432 
938 |a ebrary  |b EBRY  |n ebr10758576 
938 |a EBSCOhost  |b EBSC  |n 415216 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis28411078 
938 |a YBP Library Services  |b YANK  |n 7269334 
994 |a 92  |b IZTAP