-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathhtml.json
More file actions
299 lines (299 loc) · 10.2 KB
/
html.json
File metadata and controls
299 lines (299 loc) · 10.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
{
"html": [
{
"url": "http://github.com/necolas/idiomatic-html",
"title": "Principles of writing consistent, idiomatic HTML",
"description": "The following document outlines a reasonable style guide for HTML development. These guidelines strongly encourage the use of existing, common, sensible patterns. They should be adapted as needed to create your own style guide.",
"author": "Nicolas Gallagher",
"author-link": "http://nicolasgallagher.com",
"author-mail": "nicolas@nicolasgallagher.com",
"tags": [
"html best practises",
"code style guides",
"best practises"
]
},
{
"url": "http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code/",
"title": "The media object saves hundreds of lines of code",
"author": "Nicole Sullivan",
"tags": [
"performance",
"css",
"html5",
"media"
]
},
{
"url": "http://html5doctor.com/the-section-element/",
"title": "The section element",
"tags": [
"tags",
"html5",
"semantics",
"section"
]
},
{
"url": "http://diveintohtml5.info/forms.html",
"title": "A FORM OF MADNESS",
"tags": [
"forms",
"html5"
]
},
{
"url": "http://www.jonathantneal.com/blog/understand-the-favicon/",
"title": "Understand the Favicon",
"author": "Jonathan Neal",
"tags": [
"favicon"
]
},
{
"url": "http://coding.smashingmagazine.com/2007/05/04/microformats-what-they-are-and-how-to-use-them/",
"title": "Microformats: What They Are and How To Use Them",
"author": "Vitaly Friedman",
"tags": [
"microformats"
]
},
{
"url": "http://demosthenes.info/blog/593/Introduction-to-Microformats-For-Web-Pages",
"title": "Introduction to Microformats For Web Pages",
"author": "Dudley Storey",
"tags": [
"microformats"
]
},
{
"url": "http://www.iandevlin.com/blog/2012/08/html5/responsive-html5-video",
"title": "Responsive HTML5 video",
"author": "Ian Devlin",
"tags": [
"video",
"responsive"
]
},
{
"url": "http://coding.smashingmagazine.com/2012/10/23/road-reusable-html-components/",
"title": "The Road To Reusable HTML Components",
"author": "Niels Matthijs",
"tags": [
"best practises",
"methodology"
]
},
{
"url": "http://net.tutsplus.com/tutorials/html-css-techniques/using-inline-svgs-with-html5/",
"title": "Using Inline SVGs With HTML5",
"author": "Sue Smith",
"tags": [
"svg"
]
},
{
"url": "http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/the-best-way-to-learn-html-2/",
"title": "The Best Way to Learn HTML",
"author": "Ian Yates",
"tags": [
"tutorial"
]
},
{
"url": "http://nicolasgallagher.com/about-html-semantics-front-end-architecture/",
"title": "About HTML semantics and front-end architecture",
"author": "Nicolas Gallagher",
"tags": [
"semantics"
]
},
{
"url": "http://philipwalton.com/articles/introducing-html-inspector/",
"title": "HTML Inspector",
"author": "Philip Walton",
"tags": [
"tools"
]
},
{
"url": "http://blog.javierusobiaga.com/stop-using-the-viewport-tag-until-you-know-ho",
"title": "Stop Using the Viewport Meta Tag (until You Know How to Use It)",
"author": "Javier Usobiaga",
"tags": [
"meta",
"viewport"
]
},
{
"url": "http://www.mobilexweb.com/blog/ipad-mini-detection-for-html5-user-agent",
"title": "Mission: Impossible – iPad mini detection for HTML5",
"author": "Max Firtman",
"tags": [
"mobile",
"ipad"
]
},
{
"url": "http://coding.smashingmagazine.com/2013/03/26/goodbye-zen-coding-hello-emmet/",
"title": "Goodbye, Zen Coding. Hello, Emmet!",
"author": "Zeno Rocha",
"tags": [
"tools",
"performance",
"emmet"
]
},
{
"url": "http://coding.smashingmagazine.com/2012/03/13/techniques-overcome-poor-css-support-email/",
"title": "Techniques For Overcoming Poor CSS Support In Email",
"author": "Lynda Elliott",
"tags": [
"e-mail",
"mailing"
]
},
{
"url": "http://coding.smashingmagazine.com/2011/11/18/html5-semantics/",
"title": "HTML5 Semantics",
"author": "Bruce Lawson",
"tags": [
"HTML5",
"Semantics"
]
},
{
"url": "http://coding.smashingmagazine.com/2010/11/10/learning-to-love-html5/",
"title": "Learning to Love HTML5",
"author": "Louis Lazaris",
"tags": [
"HTML5"
]
},
{
"url": "http://coding.smashingmagazine.com/2010/09/23/html5-the-facts-and-the-myths/",
"title": "HTML5: The Facts And The Myths",
"author": "Bruce Lawson",
"tags": [
"HTML5"
]
},
{
"url": "http://coding.smashingmagazine.com/2010/07/14/when-one-word-is-more-meaningful-than-a-thousand/",
"title": "When One Word Is More Meaningful Than A Thousand",
"author": "Niels Matthijs",
"tags": [
"HTML5",
"semantics"
]
},
{
"url": "http://coding.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/",
"title": "Coding An HTML 5 Layout From Scratch",
"author": "Enrique Ramirez",
"tags": [
"HTML5",
"Layouts"
]
},
{
"url": "http://coding.smashingmagazine.com/2009/07/29/misunderstanding-markup-xhtml-2-comic-strip/",
"title": "Misunderstanding Markup: XHTML 2/HTML 5 Comic Strip",
"author": "Brad Colbow",
"tags": [
"HTML5",
"XHTML "
]
},
{
"url": "http://coding.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/",
"title": "HTML5 and The Future of the Web",
"author": "Tim Wright",
"tags": [
"HTML5",
"semantics"
]
},
{
"url": "http://coding.smashingmagazine.com/2011/03/11/syncing-content-with-html5-video/",
"title": "Syncing Content With HTML5 Video",
"author": "Christian Heilmann",
"tags": [
"HTML5",
"Techniques ",
"video"
]
},
{
"url": "http://coding.smashingmagazine.com/2011/01/21/falling-for-html5-finding-love-in-the-little-things/",
"title": "Falling for HTML5: Finding Love in the Little Things",
"author": "Felicity Evans",
"tags": [
"HTML5",
"semantics"
]
},
{
"url": "http://coding.smashingmagazine.com/2013/01/18/the-importance-of-sections/",
"title": "Structural SemanticsThe Importance Of HTML5 Sectioning Elements",
"author": "Heydon Pickering",
"tags": [
"HTML5",
"Semantics"
]
},
{
"url": "http://coding.smashingmagazine.com/2011/11/12/pursuing-semantic-value/",
"title": "Pursuing Semantic Value",
"author": "Jeremy Keith",
"tags": [
"HTML5",
"Semantics"
]
},
{
"url": "http://coding.smashingmagazine.com/2011/11/11/our-pointless-pursuit-of-semantic-value/",
"title": "Our Pointless Pursuit Of Semantic Value",
"author": "Divya Manian",
"tags": [
"HTML5",
"Semantics "
]
},
{
"url": "http://coding.smashingmagazine.com/2011/08/30/optimize-images-with-html5-canvas/",
"title": "Optimize Images With HTML5 Canvas",
"author": "Sergey Chikuyonok",
"tags": [
"Canvas",
"HTML5"
]
},
{
"url": "http://coding.smashingmagazine.com/2011/08/16/html5-and-the-document-outlining-algorithm/",
"title": "HTML5 And The Document Outlining Algorithm",
"author": "Derek Johnson",
"tags": [
"semantics"
]
},
{
"url": "http://inspirationalpixels.com/articles/modular-maintainable-reusable-htmlcss",
"title": "Modular, Maintainable & Reusable HTML/CSS",
"author": "Seb Kay",
"tags": [
"architecture",
"css"
]
},
{
"url": "http://coding.smashingmagazine.com/2011/07/05/how-to-modify-a-default-joomla-1-5-template/",
"title": "How To Modify A Default Joomla 1.5 Template",
"author": "Kristoffer Sandven",
"tags": [
"PHP ",
"css"
]
}
]
}