-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path8.html
executable file
·321 lines (265 loc) · 8.6 KB
/
8.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>
<head>
<meta charset="utf-8">
<title>Designing for Mobile Screens</title>
<meta name="viewport" content="width=1024">
<meta name="viewport" content="width=1024">
<link rel="stylesheet" href="dist/coderdeck-core.min.css" type="text/css">
<link rel="stylesheet" id='style-theme-link' href="src/css/coderdeck.css" type="text/css" >
<script src='dist/jquery.min.js'></script>
<script src="dist/modernizr.js"></script>
<link href='http://fonts.googleapis.com/css?family=Oswald:400,700,300' rel='stylesheet' type='text/css'>
</head>
<body class="deck-container">
<script type='text/coderdeck' id='coderdeck-default'>
<html>
<head>
<script src='src/jquery.min.js'>SCRIPTEND
</head>
<body>
CODE
</body>
</html>
</script>
<script type='text/coderdeck' id='coderdeck-plain'>
<html>
<title>test</title>
<link rel="stylesheet" href="reset.css">
<body>
CODE
</body>
</html>
</script>
<script type='text/coderdeck' id='coderdeck-css-playground'>
<html>
<title>test</title>
CODE
<body>
<h1>I'm a H1 heading</h1>
<h2>I'm a H2 heading</h2>
<p>Pargraph of text <p></p>
<div class='stuff'><div> with class "stuff"</div>
<div id='my-div'><div> with id "my-div"</div>
</body>
</html>
</script>
<script type='text/coderdeck' id='coderdeck-style-example'>
<html>
<title>test</title>
<style>
CODE
</style>
<body>
<h1>I'm a H1 heading</h1>
<h2>I'm a H2 heading</h2>
<h3>Pargraph of text <p> here</p>
<div class='stuff'>I'm a div <div> with class "stuff"</div>
<div id='my-div'>I'm a <div> with id "my-div"</div>
</body>
</html>
</script>
<!-- Create any number of elements with class slide within the container -->
<article class='slide slide-subhead'>
<h1>Designing for Screens</h1>
<h2>Week 8</h2>
<p><a href='http://marthar.github.com/webfall-2015/8.html'>http://marthar.github.com/webfall-2015/8.html</a></p>
</article>
<article class='slide slide-list'>
<h1>Order of Business</h1>
<ol>
<li>
<h3>Review Homework</h3>
</li>
<li>
<h3>How we use our devices</h3>
</li>
<li>
<h3>Touch</h3>
</li>
<li>
<h3>Design Basics</h3>
</li>
<li>
<h3>Navigation</h3>
</li>
</ol>
</article>
<article class='slide slide-subhead'>
<h1>Homework</h1>
<h2><a href="homework-monday.html">Monday </a>|<a href="homework-friday.html"> Friday</a></h2>
</article>
<article class='slide slide-accent'>
<h1>How we use our phones</h1>
<a href="http://www.uxmatters.com/mt/archives/2013/02/how-do-users-really-hold-mobile-devices.php"><p>from UX Matters</p></a>
</article>
<article class='slide slide-list'>
<h2>One Handed</h2>
<img src="images/hold1.png">
<h3>49% of users use just one hand</h3>
</article>
<article class='slide slide-list'>
<h2>Cradling Two Hands</h2>
<img src="images/hold2.png">
<h3>36% of users cradle their mobile phone</h3>
</article>
<article class='slide slide-list'>
<h2>Two Handed</h2>
<img src="images/hold3.png">
<h3>15% of users use two hands</h3>
</article>
<article class='slide slide-accent'>
<h1>Touch</h1>
</article>
<article class='slide slide-list'>
<h2>Button hit areas</h2>
<h3>Ideally, buttons should be between 44px and 57px on a standard screen. This allows enough area for the average fingertip to easily activate a button.</h3>
</article>
<article class='slide slide-list'>
<h2>Gestures</h2>
<a href="http://blog.optimizely.com/2014/03/28/how-to-optimize-mobile-app-conversion-funnel/"><img src="images/ios_gesture.png"></a>
<h3>By allowing users to tap, pinch, or swipe the screen you will find that your users are more engaged. It will be easier for users to experience the results of their actions.</h3>
</article>
<article class='slide slide-accent'>
<h1>Design Basics</h1>
</article>
<article class='slide slide-list'>
<h2>Most Mobile Screens are Retina</h2>
<h3>For mobile design at 640px wide with a viewport of 0.5 scale - this will keep your designs crisp</h3>
</article>
<article class='slide slide-list'>
<h2>Smart Keyboards, Default Values & Autocomplete</h2>
<h3>don't make your users do more work than they have to</h3>
<img class="mobile" src="images/sosh.png"><img class="mobile"src="images/target.png">
<img class="mobile" src="images/chitchat.png">
</article>
<article class='slide slide-list'>
<h2>Type</h2>
<h3>iOS App standards are a good baseline, body (24px+, optimal for reading: 32px), buttons (44px to 88px) and navigation bar (72px to 98px).</h3><br><br>
<p><a href="https://developer.apple.com/library/ios/documentation/userexperience/conceptual/mobilehig/index.html#//apple_ref/doc/uid/TP40006556-CH66-SW1">IOS Human Interface Guidelines</a></p>
<p><a href="https://developer.android.com/design/get-started/principles.html">Android Design Principles</a></p>
</article>
<article class='slide slide-list'>
<h2>Best Practices</h2>
<ul>
<li>
<h3>Don't make users pinch to zoom</h3>
</li>
<li>
<h3>Keep users in a single browser window</h3>
</li>
<li>
<h3>Don't just stack, resize too</h3>
</li>
<li>
<h3>Let users go back (the back button is harder to access)</h3>
</li>
<li>
<h3>All actions should show feedback (let the user know they just did something as browser response times may be slow and there is no default browser loading animation)</h3>
</li>
<li>
<h3>Build off what users know</h3>
</li>
</ul>
</article>
<article class='slide slide-accent'>
<h1>Navigation</h1>
</article>
<article class='slide slide-list'>
<h2>Display All</h2>
<a href="http://www.abookapart.com/"><img class="mobile"src="images/bookapart.jpg"></a>
<br><br>
<h3>Menu items all fit in a small space at the top of the screen<br><br></h3>
<h3>Pros - very scannable, no digging</h3>
<h3>Cons - only works with small menu, takes up screen real estate, small touch area (bad for fat fingers)</h3>
</article>
<article class='slide slide-list'>
<h2>Expanding Menu</h2>
<a href="http://www.burton.com/"><img class="mobile"src="images/burton3.jpg"></a><a href="http://www.burton.com/"><img class="mobile"src="images/burton.jpg"></a><a href="http://www.burton.com/"><img class="mobile"src="images/burton2.jpg"></a>
<br><br>
<h3>The hamburger icon or a menu link is all that appears in the header. Tapping the icon shows a list of main menu items.</h3><br><br>
<h3>Pros - can fit larger menu, scrollable</h3>
<h3>Cons - too many menu options and sub menu options could push the content further down the screen making it frustrating and awkward to use.</h3>
</article>
<article class='slide slide-list'>
<h2>Flyout Menu</h2>
<a href="http://www.nixon.com/"><img class="mobile"src="images/nixon.jpg"></a><a href="http://www.nixon.com/"><img class="mobile"src="images/nixon2.jpg"></a>
<br><br>
<h3>Navigation slides out in a column from the side of the screen</h3><br><br>
<h3>Pros - can see page layered underneath, can fit larger menu, scrollable</h3>
<h3>Cons - too long menues can make it frustrating and awkward to use.</h3>
</article>
<article class='slide slide-list'>
<h2>Examples</h2>
<ul>
<li>
<h3><a href="http://www.nixon.com/us/en/">nixon</a></h3>
</li>
<li>
<h3><a href="http://www.burton.com//">burton</a></h3>
</li>
<li>
<h3><a href="http://www.ifc.com/">IFC</a></h3>
</li>
<li>
<h3><a href="http://www.huffingtonpost.com/">huffpo</a></h3>
</li>
<li>
<h3><a href="https://www.everlane.com/">everlane</a></h3>
</li>
</ul>
</article>
<article class='slide slide-list'>
<h2>Inspiration</h2>
<ul>
<li>
<h3><a href="http://capptivate.co/">capptivate</a></h3>
</li>
<li>
<h3><a href="http://www.pttrns.com/">pttrns</a></h3>
</li>
<li>
<h3><a href="http://www.mobile-patterns.com/">mobile patterns</a></h3>
</li>
<li>
<h3><a href="http://inspired-ui.com/">inspired UI</a></h3>
</li>
<li>
<h3><a href="http://www.appreciateui.com/#/">appreciate UI</a></h3>
</li>
<li>
<h3><a href="http://www.pttrns.com/">pttrns</a></h3>
</li>
</ul>
</article>
<article class='slide slide-homework'>
<h2>Homework</h2>
<h3 class='slide'>Reading</h3>
<ul class='slide'>
<li>
<h3><a href='http://typecast.com/blog/make-it-like-the-psd'>Make it Like the PSD</a>
</h3>
</li>
<li>
<h3><a href='http://bradfrost.com/blog/post/the-post-psd-era/'>The Post PSD Era</a>
</h3>
</li>
</ul>
<h3 class='slide'>Design</h3>
<ul class='slide'>
<li>
<h3>Finish and validate the HTML for all pages in your site</h3>
</li>
</ul>
</ul>
</article>
<script src='dist/coderdeck.min.js'></script>
<!-- Prettify -->
<script src="src/prettify.js"></script>
<script>
$(function() {
$.deck('.slide');
});
</script>
</body>
</html>