HTML5: Up and Running: [dive into the future of web development]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2010
|
Ausgabe: | 1. ed. |
Schlagworte: | |
Online-Zugang: | Inhaltstext Inhaltsverzeichnis |
Beschreibung: | XII, 205 S. Ill. |
ISBN: | 9780596806026 0596806027 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV036667112 | ||
003 | DE-604 | ||
005 | 20180625 | ||
007 | t| | ||
008 | 100914s2010 xx a||| |||| 00||| eng d | ||
015 | |a 10,N12 |2 dnb | ||
016 | 7 | |a 1000910482 |2 DE-101 | |
020 | |a 9780596806026 |c PB. : EUR 29.00 (freier Pr.) |9 978-0-596-80602-6 | ||
020 | |a 0596806027 |9 0-596-80602-7 | ||
024 | 3 | |a 9780596806026 | |
035 | |a (OCoLC)682069887 | ||
035 | |a (DE-599)DNB1000910482 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 0 | |a eng | |
049 | |a DE-703 |a DE-83 |a DE-706 |a DE-522 |a DE-739 |a DE-1051 | ||
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 | ||
100 | 1 | |a Pilgrim, Mark |d 1972- |e Verfasser |0 (DE-588)140684263 |4 aut | |
245 | 1 | 0 | |a HTML5: Up and Running |b [dive into the future of web development] |c Mark Pilgrim |
246 | 1 | 3 | |a HTML 5: Up and Running |
246 | 1 | 3 | |a Hyper Text Markup Language 5: Up and Running |
250 | |a 1. ed. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2010 | |
300 | |a XII, 205 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a HTML 5.0 |0 (DE-588)7704810-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programmiersprache |0 (DE-588)4047409-4 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a HTML 5.0 |0 (DE-588)7704810-6 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Programmiersprache |0 (DE-588)4047409-4 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
775 | 0 | 8 | |i Übersetzt als |a Pilgrim, Mark, 1972- |t Durchstarten mit HTML5 |z 978-3-89721-571-9 |w (DE-604)BV036783095 |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe |z 9781449392154 |z 1449392156 |
856 | 4 | 2 | |q text/html |u http://deposit.dnb.de/cgi-bin/dokserv?id=3442073&prov=M&dok_var=1&dok_ext=htm |3 Inhaltstext |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020586289&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk | |
943 | 1 | |a oai:aleph.bib-bvb.de:BVB01-020586289 |
Datensatz im Suchindex
_version_ | 1823954794922901504 |
---|---|
adam_text |
Table
of
Contents
Preface
.ix
1.
How Did We Get Here?
.1
Diving In
1
MIME Types
1
A Long Digression into How Standards Are Made
2
An Unbroken Line
7
A Timeline of HTML Development from
1997
to
2004 9
Everything You Know About XHTML Is Wrong
10
A Competing Vision
11
What Working Group?
12
Back to the W3C
13
Postscript
14
Further Reading
14
2.
Detecting HTML5 Features
. 15
Diving In
15
Detection Techniques
15
Modernizr: An HTML5 Detection Library
16
Canvas
16
Canvas Text
17
Video
18
Video Formats
19
Local Storage
21
Web Workers
23
Offline Web Applications
23
Geolocation
24
Input Types
25
Placeholder Text
27
Form
Autofocus
27
Microdata 28
Further Reading
"
3.
What Does It All Mean?
.
31
Diving In
31
TheDoctype
31
The Root Element
33
The <head> Element
34
Character Encoding
35
Friends and (Link) Relations
36
New Semantic Elements in HTML5
41
A Long Digression into How Browsers Handle Unknown Elements
42
Headers 45
Articles
47
Dates and Times
49
Navigation
51
Footers
52
Further Reading
-55
4.
Leťs
Call It a Drawflng Surface)
. 57
Diving In
57
Simple Shapes
58
Canvas Coordinates
60
Paths
61
Text
63
Gradients
67
Images
70
What About IE?
73
A Complete Example
75
Further Reading
79
5.
VideoontheWeb
.81
Diving In
81
Video Containers
81
Video Codecs
83
H.264
84
Theora
84
VP8
85
Audio Codecs
85
MPEG-1 Audio Layer
3 86
Advanced Audio Coding
87
Vorbis
87
What Works on the Web
88
Licensing Issues with H.264 Video 90
*i |
TabłeofContents
Encoding Ogg Video with Firefogg
91
Batch Encoding Ogg Video with ffmpeg2theora
98
Encoding H.264 Video with HandBrake
100
Batch Encoding H.264 Video with HandBrake
107
Encoding WebM Video with ffmpeg
108
At Last, the Markup
110
MIME Types Rear Their Ugly Head
113
What About IE?
114
A Complete Example
114
Further Reading
115
6.
You Are Here (And So Is Everybody Else)
. 117
Diving In
117
The Geolocation API
117
Show Me the Code
118
Handling Errors
120
Choices! I Demand Choices!
121
What About IE?
123
geo.js to the Rescue
123
A Complete Example
125
Further Reading
126
7.
The Past, Present, and Future of Local Storage for Web Applications
. 127
Diving In
127
A Brief History of Local Storage Hacks Before HTML5
128
Introducing HTML5 Storage
129
Using HTML5 Storage
130
Tracking Changes to the HTML5 Storage Area
131
Limitations in Current Browsers
132
HTML5 Storage in Action
132
Beyond Named Key/Value Pairs: Competing Visions
134
Further Reading
135
8.
Lefs Take This Offline
. 137
Diving In
137
The Cache Manifest
138
Network Sections
139
Fallback Sections
140
The Flow of Events
141
The Fine Art of Debugging, a.k.a. "Kill Me! Kill Me Now!"
142
Let's Build One!
145
Further Reading
146
Table of Contents I
vii
9.
A Form of Madness
.147
Diving In
147
Placeholder Text
147
Autofocus
Fields
148
Email Addresses
150
Web Addresses
151
Numbers As Spinboxes
153
Numbers As Sliders
155
Date Pickers
156
Search Boxes
158
Color Pickers
160
And One More Thing.
160
Further Reading
161
10.
"Distributed," "Extensibility," and Other Fancy Words
.163
Diving In
163
What Is
Microdata? 164
The
Microdata Data
Model
165
Marking Up People
168
Introducing Google Rich Snippets
174
Marking Up Organizations
176
Marking Up Events
180
The Return of Google Rich Snippets
184
Marking Up Reviews
186
Further Reading
190
Appendix: The All-in-One Almost-Alphabetical Guide to Detecting Everything
. 191
Index
.201
vtti | Table of Contents |
any_adam_object | 1 |
author | Pilgrim, Mark 1972- |
author_GND | (DE-588)140684263 |
author_facet | Pilgrim, Mark 1972- |
author_role | aut |
author_sort | Pilgrim, Mark 1972- |
author_variant | m p mp |
building | Verbundindex |
bvnumber | BV036667112 |
classification_rvk | ST 250 ST 252 |
ctrlnum | (OCoLC)682069887 (DE-599)DNB1000910482 |
discipline | Informatik |
edition | 1. ed. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>00000nam a2200000 c 4500</leader><controlfield tag="001">BV036667112</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20180625</controlfield><controlfield tag="007">t|</controlfield><controlfield tag="008">100914s2010 xx a||| |||| 00||| eng d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">10,N12</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">1000910482</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780596806026</subfield><subfield code="c">PB. : EUR 29.00 (freier Pr.)</subfield><subfield code="9">978-0-596-80602-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0596806027</subfield><subfield code="9">0-596-80602-7</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9780596806026</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)682069887</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB1000910482</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="049" ind1=" " ind2=" "><subfield code="a">DE-703</subfield><subfield code="a">DE-83</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-522</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-1051</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="100" ind1="1" ind2=" "><subfield code="a">Pilgrim, Mark</subfield><subfield code="d">1972-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)140684263</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">HTML5: Up and Running</subfield><subfield code="b">[dive into the future of web development]</subfield><subfield code="c">Mark Pilgrim</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">HTML 5: Up and Running</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Hyper Text Markup Language 5: Up and Running</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. ed.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2010</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 205 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">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="650" ind1="0" ind2="7"><subfield code="a">Programmiersprache</subfield><subfield code="0">(DE-588)4047409-4</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=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Programmiersprache</subfield><subfield code="0">(DE-588)4047409-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="775" ind1="0" ind2="8"><subfield code="i">Übersetzt als</subfield><subfield code="a">Pilgrim, Mark, 1972-</subfield><subfield code="t">Durchstarten mit HTML5</subfield><subfield code="z">978-3-89721-571-9</subfield><subfield code="w">(DE-604)BV036783095</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">9781449392154</subfield><subfield code="z">1449392156</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="q">text/html</subfield><subfield code="u">http://deposit.dnb.de/cgi-bin/dokserv?id=3442073&prov=M&dok_var=1&dok_ext=htm</subfield><subfield code="3">Inhaltstext</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</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=020586289&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield><datafield tag="943" ind1="1" ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-020586289</subfield></datafield></record></collection> |
id | DE-604.BV036667112 |
illustrated | Illustrated |
indexdate | 2025-02-13T15:00:41Z |
institution | BVB |
isbn | 9780596806026 0596806027 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-020586289 |
oclc_num | 682069887 |
open_access_boolean | |
owner | DE-703 DE-83 DE-706 DE-522 DE-739 DE-1051 |
owner_facet | DE-703 DE-83 DE-706 DE-522 DE-739 DE-1051 |
physical | XII, 205 S. Ill. |
publishDate | 2010 |
publishDateSearch | 2010 |
publishDateSort | 2010 |
publisher | O'Reilly |
record_format | marc |
spelling | Pilgrim, Mark 1972- Verfasser (DE-588)140684263 aut HTML5: Up and Running [dive into the future of web development] Mark Pilgrim HTML 5: Up and Running Hyper Text Markup Language 5: Up and Running 1. ed. Beijing [u.a.] O'Reilly 2010 XII, 205 S. Ill. txt rdacontent n rdamedia nc rdacarrier HTML 5.0 (DE-588)7704810-6 gnd rswk-swf Programmiersprache (DE-588)4047409-4 gnd rswk-swf HTML 5.0 (DE-588)7704810-6 s DE-604 Programmiersprache (DE-588)4047409-4 s 1\p DE-604 Übersetzt als Pilgrim, Mark, 1972- Durchstarten mit HTML5 978-3-89721-571-9 (DE-604)BV036783095 Erscheint auch als Online-Ausgabe 9781449392154 1449392156 text/html http://deposit.dnb.de/cgi-bin/dokserv?id=3442073&prov=M&dok_var=1&dok_ext=htm Inhaltstext Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020586289&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Pilgrim, Mark 1972- HTML5: Up and Running [dive into the future of web development] HTML 5.0 (DE-588)7704810-6 gnd Programmiersprache (DE-588)4047409-4 gnd |
subject_GND | (DE-588)7704810-6 (DE-588)4047409-4 |
title | HTML5: Up and Running [dive into the future of web development] |
title_alt | HTML 5: Up and Running Hyper Text Markup Language 5: Up and Running |
title_auth | HTML5: Up and Running [dive into the future of web development] |
title_exact_search | HTML5: Up and Running [dive into the future of web development] |
title_full | HTML5: Up and Running [dive into the future of web development] Mark Pilgrim |
title_fullStr | HTML5: Up and Running [dive into the future of web development] Mark Pilgrim |
title_full_unstemmed | HTML5: Up and Running [dive into the future of web development] Mark Pilgrim |
title_short | HTML5: Up and Running |
title_sort | html5 up and running dive into the future of web development |
title_sub | [dive into the future of web development] |
topic | HTML 5.0 (DE-588)7704810-6 gnd Programmiersprache (DE-588)4047409-4 gnd |
topic_facet | HTML 5.0 Programmiersprache |
url | http://deposit.dnb.de/cgi-bin/dokserv?id=3442073&prov=M&dok_var=1&dok_ext=htm http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=020586289&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT pilgrimmark html5upandrunningdiveintothefutureofwebdevelopment AT pilgrimmark html5upandrunning AT pilgrimmark hypertextmarkuplanguage5upandrunning |