-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
321 lines (272 loc) · 13 KB
/
index.html
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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>NCDevCon 2012 - An Introduction to jQuery Mobile</title>
<meta name="description" content="NCDevCon 2012 - An Introduction to jQuery Mobile">
<meta name="author" content="John Yanarella">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<link rel="stylesheet" href="lib/reveal.js/css/main.css">
<link rel="stylesheet" href="resource/css/theme/um.css" id="theme">
<link rel="stylesheet" href="lib/reveal.js/lib/css/zenburn.css">
<link rel="stylesheet" href="lib/codemirror/lib/codemirror.css">
<link rel="stylesheet" href="resource/css/editor.css">
</head>
<body>
<div class="reveal">
<!-- Used to fade in a background when a specific slide state is reached -->
<div class="state-background"></div>
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<p><br>An introduction to</p>
<img width="750" height="320" src="resource/image/jQueryMobileLogo.png" alt="jQuery Mobile">
<p>Presented by:<br><a href="http://twitter.com/johnyanarella" target="_blank">@JohnYanarella</a></p>
<img width="120" height="112" src="resource/image/NCDevConLogo.png" alt="NCDevCon 2012" style="position: absolute; left: 30px; bottom: 74px;">
</section>
<section>
<div style="display: inline-table; width: 820px; height: 600px">
<div style="display: table-cell; width: 410px; height: 600px; vertical-align: middle;">
<h3>So many devices... so little time.</h3>
<p><br></p>
<h4 style="color: #149B0E;">Is the web the answer?</h4>
</div>
<div style="display: table-cell; width: 410px; height: 600px; vertical-align: middle;">
<img class="photo" style="display: table-cell; width: 410px; height: 600px; " width="410" height="600" src="resource/image/SoManyDevices.png">
</div>
</div>
</section>
<section>
<h3>The mobile web is complicated...</h3>
<img width="816" height="428" src="resource/image/MobileBuzzwords.png" alt="Graceful Degradation, Responsive Deisgn, Progressive Enhancement, Media Queries, Touch, Gestures, Opera, Android, Blackberry, Windows Phone, iOS, iPad, iPhone, Desktop, Internet Explorer, Chrome, Safari, WebKit, Accessability, Universal Access">
</section>
<section>
<img width="816" height="355" src="resource/image/jQueryMobile.png" alt="jQuery Mobile">
<h3>... makes it easy.</h3>
</section>
<section>
<h2>Examples</h2>
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<img width="408" height="418" src="resource/image/Examples.png" alt="Example Screenshots">
</div>
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<ul>
<li>Stanford University<br><a href="http://m.stanford.edu/" target="_blank" style="font-size: 22px;">http://m.stanford.edu/</a></a></li>
<li>Disney World<br><a href="http://m.disneyworld.disney.go.com/" target="_blank" style="font-size: 22px;">http://m.disneyworld.disney.go.com/</a></li>
<li>OpenTable<br><a href="http://m.opentable.com/" target="_blank" style="font-size: 22px;">http://m.opentable.com/</a></li>
</ul>
</div>
</div>
</section>
<section>
<h2>Built on</h2>
<a href="http://jquery.com/" target="_blank"><img width="816" height="209" src="resource/image/jQuery.png"></a>
<a href="http://jqueryui.com/" target="_blank"><img width="816" height="209" src="resource/image/jQueryUI.png"></a>
</section>
<section>
<h2>Open Source</h2>
<img width="816" height="355" src="resource/image/Licenses.png">
<p><span style="display: inline-block; width: 50%; text-align: center;">GPL v2 License</span><span style="display: inline-block; width: 50%; text-align: center;">MIT License</span></p>
</section>
<section>
<h2>Hosted on</h2>
<img width="816" height="355" src="resource/image/GitHub.png">
<p><a href="https://github.com/jquery/jquery-mobile" target="_blank">https://github.com/jquery/jquery-mobile</a></p>
</section>
<section>
<h2>Sponsored by</h2>
<img width="816" height="428" src="resource/image/Sponsors.png" alt="Sponsor Logos">
</section>
<section>
<h2>Cross Device</h2>
<img width="816" height="428" src="resource/image/CrossDevice.png" alt="Phone Tablet Desktop">
</section>
<section>
<h2>Cross Platform</h2>
<img width="816" height="428" src="resource/image/CrossPlatform.png" alt="Platform Logos">
</section>
<section>
<h2>Cross Browser</h2>
<img width="816" height="428" src="resource/image/CrossBrowser.png" alt="Browser Logos">
</section>
<section>
<img class="photo" width="820" height="600" src="resource/image/HTML5-CSS3.png" alt="HTML5 CSS3">
</section>
<section>
<h3 style="color: #149B0E;">Progressive Enhancement</h3>
<img class="photo" width="820" height="428" src="resource/image/ProgressiveEnhancement.png" alt="Progressive Enhancement and Graceful Degradation Diagram">
<h3 style="color: #DF3300;">Graceful Degradation</h3>
</section>
<section>
<h2>Platform Support</h2>
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<img width="272" height="418" src="resource/image/PlatformSupport.png" alt="A, B, C Grade Browsers">
</div>
<div style="display: table-cell; width: 544px; height: 418px; vertical-align: middle;">
<ul>
<li>Full enhanced experience with Ajax-based animated page transitions.</li>
<li>Enhanced experience except without Ajax navigation features.</li>
<li>Basic, non-enhanced HTML experience that is still functional.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>Unified User Interface</h2>
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<img width="408" height="418" src="resource/image/UnifiedUserInterface.png" alt="Gestures">
</div>
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<ul>
<li>Enhances standard HTML form elements.</li>
<li>Touch-optimized, platform agnostic, themeable controls.</li>
<li>Controls degrade to native equivalents.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>Themeable Appearance</h2>
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<a href="http://jquerymobile.com/themeroller/" target="_blank"><img width="408" height="418" src="resource/image/ThemeRoller.png" alt="Theme Roller Logo"></a>
</div>
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<ul>
<li>Real-time preview.</li>
<li>26 unique color swatches.</li>
<li>Gradient tools.</li>
<li>Adobe Kuler integration.</li>
<li>Shareable theme URLs.</li>
<li>Download and import.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>Touch and Gesture Events</h2>
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<img width="408" height="418" src="resource/image/Gestures.png" alt="Screenshots of jQuery Mobile UI">
</div>
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle; text-align: left;">
<ul>
<li style="padding-bottom: 110px;">Tap.</li>
<li style="padding-bottom: 110px;">Tap and Hold.</li>
<li>Swipe.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>Navigation</h2>
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<img width="408" height="418" src="resource/image/Navigation.png" alt="Ajax Logo">
</div>
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<ul>
<li>Ajax-based page loading and navigation system.</li>
<li>Pages injected into DOM with animated transitions.</li>
<li>Maintains 'Back' button and bookmarking support.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>Accessibility</h2>
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<img width="408" height="418" src="resource/image/UniversalAccess.png" alt="Universal Access Logo">
</div>
<div style="display: table-cell; width: 408px; height: 418px; vertical-align: middle;">
<ul>
<li>WAI-ARIA compliant.</li>
<li>Screen reader support.</li>
<li>VoiceOver in iOS.</li>
</ul>
</div>
</div>
</section>
<section>
<h2>When do I use it?</h2>
<img width="816" height="355" src="resource/image/Spectrum.png">
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 272px;">
<p>Document</p>
</div>
<div style="display: table-cell; width: 272px;">
<p>Interactive</p>
</div>
<div style="display: table-cell; width: 272px;">
<p>Application</p>
</div>
</div>
</section>
<section class="editor" data-source="resource/data/buttons.json"></section>
<section class="editor" data-source="resource/data/form-elements.json"></section>
<section class="editor" data-source="resource/data/list-views.json"></section>
<section class="editor" data-source="resource/data/pages.json"></section>
<section class="editor" data-source="resource/data/toolbars.json"></section>
<section class="editor" data-source="resource/data/dialogs.json"></section>
<section>
<h2>Resources</h2>
<div style="display: inline-table; width: 816px; height: 418px">
<div style="display: table-cell; width: 816px; height: 418px; vertical-align: middle;">
<ul>
<li><b>Official website</b><br><a href="http://jquerymobile.com/" target="_blank">http://jquerymobile.com/</a></li>
<li><b>Documentation and demonstrations</b><br><a href="http://jquerymobile.com/demos/" target="_blank">http://jquerymobile.com/demos/</a></li>
<li><b>Twitter</b><br><a href="http://www.twitter.com/@jquerymobile" target="_blank">@jquerymobile</a></li>
<li><b>Books, plugins, extensions, etc.</b><br><a href="http://jquerymobile.com/resources/" target="_blank">http://jquerymobile.com/resources/</a></li>
</ul>
</div>
</div>
</section>
</div>
<!-- The navigational controls UI -->
<aside class="controls">
<a class="left" href="#">◄</a>
<a class="right" href="#">►</a>
<a class="up" href="#">▲</a>
<a class="down" href="#">▼</a>
</aside>
<!-- Presentation progress bar -->
<div class="progress"><span></span></div>
</div>
<script src="lib/reveal.js/lib/js/head.min.js"></script>
<script src="lib/reveal.js/js/reveal.min.js"></script>
<script src="lib/codemirror/lib/codemirror.js"></script>
<script src="lib/codemirror/mode/xml/xml.js"></script>
<script src="lib/codemirror/mode/javascript/javascript.js"></script>
<script src="lib/codemirror/mode/css/css.js"></script>
<script src="lib/codemirror/mode/htmlmixed/htmlmixed.js"></script>
<script src="lib/codemirror/lib/util/closetag.js"></script>
<script>
Reveal.keyboardEnabled = true;
document.addEventListener( 'keydown', function(event) { if (!Reveal.keyboardEnabled) event.stopImmediatePropagation(); }, false );
// Full list of configuration options available here:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({
controls: true,
progress: true,
history: true,
mouseWheel: false,
history: false,
theme: 'um',
transition: 'concave',
// Optional libraries used to extend on reveal.js
dependencies: [
{ src: 'lib/reveal.js/lib/js/highlight.js', async: true, callback: function() { window.hljs.initHighlightingOnLoad(); } },
{ src: 'lib/reveal.js/lib/js/classList.js', condition: function() { return !document.body.classList; } },
{ src: 'lib/jquery/jquery-1.8.2.min.js' },
{ src: 'lib/bpopup/jquery.bpopup-0.7.0.min.js' },
{ src: 'src/js/editor.js' }
]
});
</script>
</body>
</html>