-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathWeek 42 UX-The enemy within.html
570 lines (475 loc) · 43 KB
/
Week 42 UX-The enemy within.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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<!DOCTYPE html>
<!-- saved from url=(0037)http://52weeksofux.com/tagged/week_42 -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" dir="ltr" style="position: relative; -webkit-transition: right 0.25s ease-in-out; transition: right 0.25s ease-in-out; right: 0px;"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><script src="./Week 42 UX-The enemy within_files/rapid-3.18.1.js"></script><script src="./Week 42 UX-The enemy within_files/quant.js"></script><script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="./Week 42 UX-The enemy within_files/pre_tumblelog.js"></script>
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="content-language" content="en">
<meta name="author" content="Joshua Brewer, Joshua Porter">
<meta name="description" content="Weekly insights into better UX practices">
<meta name="keywords" content="User Experince Design Web CSS">
<meta name="bitly-verification" content="307da4d2339a">
<title>52 Weeks of UX </title>
<link rel="shortcut icon" href="http://37.media.tumblr.com/avatar_2df26f93ef81_128.png">
<link rel="alternate" type="application/rss+xml" title="RSS" href="http://feeds.feedburner.com/52WeeksOfUx">
<style type="text/css" media="screen">
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}table{border-collapse:collapse;border-spacing:0} body{ background:#1a1a1a url(http://jbrewer.me/52/bg_dark.jpg); color:#1a1a1a; font-family:Georgia,"Palatino","Palatino Linotype",Times,"Times New Roman",serif; font-size:100%; line-height:1.5; margin:0; padding:0; vertical-align:text-bottom; -webkit-text-size-adjust:none}a img{ border:0}.clear{ clear:both}.push{ float:right}.pull{ float:left}.hidden{ display:none; visibility:hidden; width:0; height:0; padding:0; margin:0; border:0}.clearfix:after{ visibility:hidden; display:block; font-size:0; content:""; clear:both; height:0}* html .clearfix{ zoom:1}*:first-child+html .clearfix{ zoom:1}#article_nav{ margin:0 auto; width:900px; font-size:0.7em; height:47px}#article_nav a,#article_nav span{ color:#7a7a7a; display:block; float:left; font-weight:bold; height:47px; line-height:47px; text-align:center; text-decoration:none; text-shadow:#000 0 -1px 0; width:17px}#article_nav span{ color:#4a4a4a}#article_nav a:hover,body.current #article_nav a.current{ background:#8c0806 url(http://jbrewer.me/52/article_nav_shadow.png) repeat-x 0 0; color:#fff; text-shadow:rgba(0,0,0,0.75) 1px 1px 1px}#container{ background:#fff url(http://jbrewer.me/52/bg.jpg); border:1px solid #000; border-width:1px 0; width:100%}#masthead{ margin:0 auto; padding:36px 0; width:900px}#branding{ float:left; height:72px; width:140px}#branding a{ background:url(http://jbrewer.me/52/logo2.png) no-repeat 0 0; display:block; float:left; text-indent:-9999px; height:72px; width:140px}#branding a:hover{ background-position:0 -72px}#tagline{ font-style:italic; float:left; height:72px; margin-left:235px; position:relative; width:525px}#tagline h1,#tagline p{ font-size:24px; font-weight:normal; height:72px; line-height:36px; background:url(http://jbrewer.me/52/tagline.png) no-repeat 0 60%; text-indent:-9999em; width:415px}#tagline a{ font-size:12px; position:absolute; right:0; bottom:18px; text-decoration:none; background:url(http://jbrewer.me/52/subscribe.png) 0 0; height:37px; width:37px; display:block; text-indent:-9999em}#tagline a:hover{ background-position:0 100%; :-webkit-transition all 0.25s linear}#nav{ float:right; line-height:72px; margin:0; padding:0; vertical-align:middle}#nav li{ display:inline; margin:0 0 0 10px; position:relative}#nav li a{ padding:6px 12px; border-radius:3px; text-decoration:none; text-transform:uppercase; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px}#nav li a:visited{ color:#8c0806}#nav li a:hover{ color:#fff; text-shadow:rgba(0,0,0,0.5) 0 -1px 0; -moz-box-shadow:inset 0 0 0.5em rgba(0,0,0,0.5); -webkit-box-shadow:inset 0 0 0.5em rgba(0,0,0,0.5)}#about_the_authors{ clear:both; display:none; font-size:14px; font-family:Georgia,"Palatino","Palatino Linotype",Times,"Times New Roman",serif; line-height:1.5; letter-spacing:normal; position:absolute; left:0; text-transform:none; width:525px}#content{ margin:0 auto; padding-bottom:0; width:900px}#footer{ color:#aaa; font-size:12px; margin:23px auto 0; text-shadow:#000 0 -1px 0; width:900px}#footer .about{ font-size:14px; float:right; margin:0; width:525px}#footer h3{ border-top:2px solid; border-bottom:1px solid; color:#dadada; font-family:proxima-nova-1,proxima-nova-2,helvetica,sans-serif; font-size:14px; letter-spacing:1px; margin-bottom:24px; text-transform:uppercase; text-shadow:#000 0 -1px 0}.about p{ margin-bottom:24px}#footer a{ color:#ddd; text-decoration:}#footer .legal{ background:url(http://jbrewer.me/52/divider.png) repeat-x 0 0; clear:both; color:#444; padding:14px 0 12px}#footer .copyright+p{float:left;clear:both}.searchtastic{ width:300px; float:left}.searchtastic p{ float:left; clear:both; font-size:14px; margin: 0; position:relative; width:100%}.searchtastic p a{color:#fff;}#searchform{ padding:0; margin:0; float:left; font-size:14px; width:100%}#searchform fieldset{ float:left; width:100%}#searchform fieldset span{ font-style:italic; float:left}#searchform .button{ padding:6px 6px; background:#8c0806; border:0; color:#fff; display:inline; float:right; font-weight:bold; margin:0 0 0 3px; text-decoration:none; text-transform:uppercase; text-shadow:rgba(0,0,0,0.5) 0 -1px 1px; vertical-align:middle; cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px}#searchform .button:hover{ -moz-box-shadow:0 0 0.5em rgba(0,0,0,0.5); -webkit-box-shadow:0 0 0.5em rgba(0,0,0,0.5)}#searchform input[type="text"]{ border:0; border-bottom:1px dotted #444; color:#dadada !important; display:inline; float:left; font-size:14px; font-weight:bold; padding:3px; background:none; vertical-align:middle; width:165px}#searchform INPUT[type="text"]:focus{ color:#7a7a7a}a:link{ color:#8c0806}a:visited{ color:#a94644}a:focus,a:hover,a:active{ color:#fff; background-color:#8c0806; text-decoration:none; :-webkit-transition all 0.25s linear}#pagination{ font-size:12px; float:left; margin-bottom:24px; width:900px}#pagination a{ display:block; float:left; padding:4px 12px; border-radius:3px; text-decoration:none; text-transform:uppercase; -moz-border-radius:3px; -webkit-border-radius:3px; -o-border-radius:3px}#pagination a:hover{ text-decoration:none; text-shadow:rgba(0,0,0,0.5) 0 -1px 0; background:#8c0806 url(http://jbrewer.me/52/button_highlight.png) repeat-x 0 3px}#pagination a.next{ display:inline; float:right; clear:none}#pagination a.prev{ display:inline; float:left; clear:none}.photo{ margin-left:.5em}.tagged-with .tag,#searchresultcount .query{ color:#8c0806}.tagged-with,#searchresultcount{ margin:12px 0}.hfeed{ float:left; padding:0; margin:0 0 24px 0; min-height:400px}.hentry{ position:relative; margin:0; padding:0 0 24px 0}.heading_container{ border-top:2px solid #111; border-bottom:1px solid #111; position:relative}.heading_container .week{ position:absolute; left:75px; top:10px; font-weight:100; text-transform:uppercase} .ornamentation_r{ color:#444; font-family:arial; position:absolute; left:0px; top:5px; font-size:24px}.ornamentation_l{ position:absolute; right:0px; top:5px; font-size:24px}h1.entry-title,h2.entry-title{ float:left; font-size:24px; font-weight:bolder; letter-spacing:0.07em; margin-left:375px; padding:4px 0 5px; text-transform:uppercase; width:520px} .entry-title a{ text-decoration:none}.entry-title a:link,.entry-title a:visited{ color:#000}.heading_container a:focus,.heading_container a:hover,.heading_container a:active{ background-color:transparent; color:#8c0806; text-decoration:underline; text-shadow:rgba(0,0,0,0.35) 1px 1px 1px}.entry-content{ float:right; margin-top:30px; position:relative; width:525px}.entry-content p{ margin:0 0 24px 0} .entry-content p.quote{ font-style:italic}.entry-content p.quote span.source{ font-style:normal; display:block; text-align:right}.entry-content p.sketch{ overflow:hidden; position:absolute; top:0; left:-375px}.entry-content p.sketch img{ border:0}.entry-content img{ border:5px solid #ddd}.entry-info{ border:1px dotted #b9b9b9; border-width:1px 0; color:#444; font-size:10px; font-family:Georgia,"Palatino","Palatino Linotype",Times,"Times New Roman",serif !important; float:right; letter-spacing:1px; margin-top:-6px; padding:4px 0 4px; position:relative; text-transform:uppercase; width:525px}.entry_info a{ text-decoration:none}.meta{ font-size:11px; letter-spacing:1px; margin-bottom:3px; text-transform:uppercase} .meta a,.meta .date{ color:#444; text-decoration:none}.meta .hcard{ font-style:italic; text-transform:lowercase}.meta .hcard .fn{ font-style:normal; text-transform:uppercase}.dot_sep{ margin-left:3px; margin-right:3px}dl.tags{ display:inline; list-style:none; margin:0; padding:0}.entry-info .tags dt,.tags dd{ display:inline; margin:0; padding:0}.tags dd{ font-size:12px; font-style:italic; letter-spacing:normal; text-transform:lowercase}.comments,.retweet{ display:inline}.retweet a{ background:url(http://jbrewer.me/52/retweet.png) no-repeat 0 -1px; padding-left:18px; text-decoration:none; text-transform:uppercase}.retweet a:hover{ background:#8c0806 url(http://jbrewer.me/52/retweet.png) no-repeat 0 -17px; text-shadow:rgba(0,0,0,0.5) 0 -1px 0}blockquote{ padding:0 0 0 1em; margin:0 0 1em 0}.entry-content ul{ padding-left:1em}.chat ul{ list-style-image:url(); list-style-type:square}.chat li{ border-bottom:1px dotted #eee; padding:.3em}.chat li:last-child{ border-bottom:0}.chat li .label{ font-weight:bold}.chat li.even{ background-color:#fafafa} .entry-content ul {margin:0 0 24px;list-style:square;padding:0} .clear_bottom {margin-bottom:24px}
body.week_1 a.week_1 ,
body.week_2 a.week_2 ,
body.week_3 a.week_3 ,
body.week_4 a.week_4 ,
body.week_5 a.week_5 ,
body.week_6 a.week_6 ,
body.week_7 a.week_7 ,
body.week_8 a.week_8 ,
body.week_9 a.week_9 ,
body.week_10 a.week_10,
body.week_11 a.week_11,
body.week_12 a.week_12,
body.week_13 a.week_13,
body.week_14 a.week_14,
body.week_15 a.week_15,
body.week_16 a.week_16,
body.week_17 a.week_17,
body.week_18 a.week_18,
body.week_19 a.week_19,
body.week_20 a.week_20,
body.week_21 a.week_21,
body.week_22 a.week_22,
body.week_23 a.week_23,
body.week_24 a.week_24,
body.week_25 a.week_25,
body.week_26 a.week_26,
body.week_27 a.week_27,
body.week_28 a.week_28,
body.week_29 a.week_29,
body.week_30 a.week_30,
body.week_31 a.week_31,
body.week_32 a.week_32,
body.week_33 a.week_33,
body.week_34 a.week_34,
body.week_35 a.week_35,
body.week_36 a.week_36,
body.week_37 a.week_37,
body.week_38 a.week_38,
body.week_39 a.week_39,
body.week_40 a.week_40,
body.week_41 a.week_41,
body.week_42 a.week_42,
body.week_43 a.week_43,
body.week_44 a.week_44,
body.week_45 a.week_45,
body.week_46 a.week_46,
body.week_47 a.week_47,
body.week_48 a.week_48,
body.week_49 a.week_49,
body.week_50 a.week_50,
body.week_51 a.week_51,
body.week_52 a.week_52, body.index #article_nav a.current_week {
background:#8c0806 url(http://jbrewer.me/52/article_nav_shadow.png) repeat-x 0 0; text-shadow:rgba(0,0,0,0.75) 1px 1px 1px !important; color:#fff !important;}
small {font-size:80%}
.email_subscription{float:right; width:525px;margin-top:36px;font-size:14px;}
.email_subscription p span {font-style:italic:}
.email_subscription INPUT[type="text"]{ border:0; border-bottom:1px dotted #444; display:inline; padding:3px; background:none; vertical-align:middle;}
.email_subscription .button{ padding:6px 6px; background:#8c0806; border:0; color:#fff; display:inline; font-weight:bold; margin:0 0 0 3px; text-decoration:none; text-transform:uppercase; text-shadow:rgba(0,0,0,0.5) 0 -1px 1px; vertical-align:middle; cursor:pointer; -moz-border-radius:3px; -webkit-border-radius:3px}
.desc {display:none;}
.footnote {border-top:1px dotted #ddd;font-size:80%;padding-top:17px;}
p.sponsor_img {float:left;margin-right:10px;margin-bottom:0;}
.sponsor_img a {margin-right:10px;}
.sponsor_img a img {width:65px;}
.sponsor_img a:hover {background:none;}
.sponsor_img a:hover img{border-color:rgb(140, 8, 6);}
img.sans_b {border:0 !important;}
#advertising {width:100%;display:block;clear:both;padding:8px;margin:36px 0 0;
-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
-o-box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
box-shadow: inset 0 0 5px rgba(0,0,0,0.3);
background:rgba(0,0,0,0.05) url(http://jbrewer.me/52/webvanta-logo-50px-high.png) no-repeat 140px 15px;
float:left;
}
#advertising p {margin-left:364px;}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
</style>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="http://jbrewer.me/52/ie.css" />
<![endif]-->
<script type="text/javascript" src="./Week 42 UX-The enemy within_files/xjd7gus.js"></script>
<style type="text/css">#article_nav{font-family:"proxima-nova-1","proxima-nova-2",sans-serif;}#nav{font-family:"proxima-nova-1","proxima-nova-2",sans-serif;}.entry-title{font-family:"proxima-nova-1","proxima-nova-2",sans-serif;}.heading_container{font-family:"proxima-nova-1","proxima-nova-2",sans-serif;}.tk-proxima-nova{font-family:"proxima-nova-1","proxima-nova-2",sans-serif;}</style><link rel="stylesheet" type="text/css" href="./Week 42 UX-The enemy within_files/xjd7gus-a.css"><script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=52weeksofux">
<script src="./Week 42 UX-The enemy within_files/tumblelog.js"></script><style type="text/css" id="tumblr_teaser_follow_css">
#tumblr_teaser_follow {
display: block;
opacity: 1;
visibility: hidden;
position: fixed;
bottom: 0px;
right: 0px;
width: 1px;
height: 1px;
z-index: 2147483647;
}
#tumblr_teaser_follow.open {
visibility: visible;
width: 310px;
height: 106px;
}
</style><style type="text/css" id="tumblr_iframe_css">
.tumblr_controls {
position: absolute;
top: 0px;
right: 0px;
display: block;
opacity: 1;
width: 1px;
height: 1px;
z-index: 2147483647;
visibility: hidden;
pointer-events: none;
}
.tumblr_controls.visible {
visibility: visible;
pointer-events: all;
}
.tumblr_controls.sticky {
position: fixed;
}
.tumblr_controls.transition {
-webkit-transition: top 0.1s ease;
-moz-transition: top 0.1s ease;
-ms-transition: top 0.1s ease;
-o-transition: top 0.1s ease;
transition: top 0.1s ease;
}
iframe#tumblr_controls.tumblr_controls.sticky.transition {
-webkit-animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
-moz-animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
-ms-animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
-o-animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
top: 0 !important;
}
.tumblr_controls.sticky.transition {
-webkit-animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
-moz-animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
-ms-animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
-o-animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
animation: tumblr_controls_fade_in 0.3s 0.2s linear 1 both;
top: 0 !important;
}
.tumblr_controls.flash_fix {
visibility: hidden !important;
}
#tumblr_controls {
width: 321px;
height: 36px;
}
@-webkit-keyframes tumblr_controls_fade_in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes tumblr_controls_fade_in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-ms-keyframes tumblr_controls_fade_in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes tumblr_controls_fade_in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes tumblr_controls_fade_in {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
</style>
<link rel="stylesheet" type="text/css" href="./Week 42 UX-The enemy within_files/stylesheet.css">
<meta http-equiv="x-dns-prefetch-control" content="off">
<meta name="keywords" content="week 42">
<!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995"><meta property="og:title" content="52 Weeks of UX"><meta property="og:url" content="http://52weeksofux.com/?og=1"><meta property="og:description" content=""><meta property="og:type" content="tumblr-feed:tumblelog"><meta property="og:image" content="http://37.media.tumblr.com/avatar_2df26f93ef81_128.png"><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=52weeksofux"><meta property="al:ios:app_name" content="Tumblr"><meta property="al:ios:app_store_id" content="305343404"><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=52weeksofux"><meta property="al:android:app_name" content="Tumblr"><meta property="al:android:package" content="com.tumblr"><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
<!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr"><meta name="twitter:card" content="summary"><meta name="twitter:title" content="52weeksofux"><meta name="twitter:description" content=" "><meta name="twitter:app:name:iphone" content="Tumblr"><meta name="twitter:app:name:ipad" content="Tumblr"><meta name="twitter:app:name:googleplay" content="Tumblr"><meta name="twitter:app:id:iphone" content="305343404"><meta name="twitter:app:id:ipad" content="305343404"><meta name="twitter:app:id:googleplay" content="com.tumblr"><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=52weeksofux&referrer=twitter-cards"><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=52weeksofux&referrer=twitter-cards"><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=52weeksofux&referrer=twitter-cards">
</head>
<body class="index week_42 tk-active">
<div class="desc">A discourse on the process of designing for real people. Weekly insights into better UX practices.</div>
<div id="article_nav">
<a href="http://52weeksofux.com/tagged/week_1" class="published week_1">1</a>
<a href="http://52weeksofux.com/tagged/week_2" class="published week_2">2</a>
<a href="http://52weeksofux.com/tagged/week_3" class="published week_3">3</a>
<a href="http://52weeksofux.com/tagged/week_4" class="published week_4">4</a>
<a href="http://52weeksofux.com/tagged/week_5" class="published week_5">5</a>
<a href="http://52weeksofux.com/tagged/week_6" class="published week_6">6</a>
<a href="http://52weeksofux.com/tagged/week_7" class="published week_7">7</a>
<a href="http://52weeksofux.com/tagged/week_8" class="published week_8">8</a>
<a href="http://52weeksofux.com/tagged/week_9" class="published week_9">9</a>
<a href="http://52weeksofux.com/tagged/week_10" class="published week_10">10</a>
<a href="http://52weeksofux.com/tagged/week_11" class="published week_11">11</a>
<a href="http://52weeksofux.com/tagged/week_12" class="published week_12">12</a>
<a href="http://52weeksofux.com/tagged/week_13" class="published week_13">13</a>
<a href="http://52weeksofux.com/tagged/week_14" class="published week_14">14</a>
<a href="http://52weeksofux.com/tagged/week_15" class="published week_15">15</a>
<a href="http://52weeksofux.com/tagged/week_16" class="published week_16">16</a>
<a href="http://52weeksofux.com/tagged/week_17" class="published week_17">17</a>
<a href="http://52weeksofux.com/tagged/week_18" class="published week_18">18</a>
<a href="http://52weeksofux.com/tagged/week_19" class="published week_19">19</a>
<a href="http://52weeksofux.com/tagged/week_20" class="published week_20">20</a>
<a href="http://52weeksofux.com/tagged/week_21" class="published week_21">21</a>
<a href="http://52weeksofux.com/tagged/week_22" class="published week_22">22</a>
<a href="http://52weeksofux.com/tagged/week_23" class="published week_23">23</a>
<a href="http://52weeksofux.com/tagged/week_24" class="published week_24">24</a>
<a href="http://52weeksofux.com/tagged/week_25" class="published week_25">25</a>
<a href="http://52weeksofux.com/tagged/week_26" class="published week_26">26</a>
<a href="http://52weeksofux.com/tagged/week_27" class="published week_27">27</a>
<a href="http://52weeksofux.com/tagged/week_28" class="published week_28">28</a>
<a href="http://52weeksofux.com/tagged/week_29" class="published week_29">29</a>
<a href="http://52weeksofux.com/tagged/week_30" class="published week_30">30</a>
<a href="http://52weeksofux.com/tagged/week_31" class="published week_31">31</a>
<a href="http://52weeksofux.com/tagged/week_32" class="published week_32">32</a>
<a href="http://52weeksofux.com/tagged/week_33" class="published week_33">33</a>
<a href="http://52weeksofux.com/tagged/week_34" class="published week_34">34</a>
<a href="http://52weeksofux.com/tagged/week_35" class="published week_35">35</a>
<a href="http://52weeksofux.com/tagged/week_36" class="published week_36">36</a>
<a href="http://52weeksofux.com/tagged/week_37" class="published week_37">37</a>
<a href="http://52weeksofux.com/tagged/week_38" class="published week_38">38</a>
<a href="http://52weeksofux.com/tagged/week_39" class="published week_39">39</a>
<a href="http://52weeksofux.com/tagged/week_40" class="published week_40">40</a>
<a href="http://52weeksofux.com/tagged/week_41" class="published week_41">41</a>
<a href="./Week 42 UX-The enemy within_files/Week 42 UX-The enemy within.html" class="published week_42">42</a>
<a href="http://52weeksofux.com/tagged/week_43" class="published week_43">43</a>
<a href="http://52weeksofux.com/tagged/week_44" class="published week_44">44</a>
<a href="http://52weeksofux.com/tagged/week_45" class="published week_45">45</a>
<a href="http://52weeksofux.com/tagged/week_46" class="published week_46">46</a>
<a href="http://52weeksofux.com/tagged/week_47" class="published week_47">47</a>
<a href="http://52weeksofux.com/tagged/week_48" class="published week_48">48</a>
<a href="http://52weeksofux.com/tagged/week_49" class="published week_49">49</a>
<a href="http://52weeksofux.com/tagged/week_50" class="published week_50">50</a>
<a href="http://52weeksofux.com/tagged/week_51" class="published week_51">51</a>
<span>52</span>
</div>
<div id="container">
<div id="masthead" class="clearfix">
<div id="branding">
<a href="http://52weeksofux.com/" title="Back to home">52 Weeks of UX</a>
</div>
<div id="tagline">
<h1>
<span class="hidden">52 weeks of UX </span>A discourse on the process of designing for real people
</h1>
<a href="http://feeds.feedburner.com/52WeeksOfUx" class="rss" title="Subscribe to the RSS feed">subscribe</a>
</div>
<!--div id="advertising" class="clearfix">
<p>We provide a <a href="http://www.webvanta.com">Hosted CMS</a> to
help you deliver great user experiences without technology hassles.
Learn more with our free ebook, <a
href="http://www.webvanta.com/5tips-ebook?s=ux52">5 Tips for Building
Great Sites</a>.</p>
</div-->
</div>
<div id="content" class="clearfix">
<!-- search results heading-->
<h1 class="tagged-with">The following posts have been tagged <span class="tag">week 42</span></h1>
<ul class="hfeed clearfix">
<li class="text hentry clearfix">
<div class="heading_container clearfix">
<span class="ornamentation_r">☞</span> <span class="week week_42">Week 42</span> <span class="ornamentation_l">☜</span>
<h2 class="entry-title">
<a href="http://52weeksofux.com/post/2094540762/ux-the-enemy-within" rel="bookmark" title="permanent link to this post">UX: The Enemy Within</a>
</h2>
</div> <!-- end heeading_container -->
<div class="entry-content"><p class="sketch"><img src="./Week 42 UX-The enemy within_files/tumblr_lcxbf4TCeo1qz7ace.jpg"></p>
<p><em>This week’s guest author is <a href="http://karenmcgrane.com/">Karen McGrane</a>, an accomplished user experience and interaction design consultant, with 15 years of professional experience in customer research, information architecture, and content strategy.</em></p>
<p>I remember the first time I heard the phrase “information architecture.” <br><br>It was in the technical communication program at RPI, in a conversation with the department chair about my enthusiasm for combining my love of clear writing, making outlines, and labeling my file folders with what I was then just discovering: a whole new world of spatial design, how people translate cognitive information into physical tasks, how visual and tactile cues help make verbal communication more clear.<br><br>She smiled and said: “You should look into this new field called information architecture.”<br><br><strong>Uniting the physical and mental </strong><br><br>Information architecture! Could there be a better metaphor to capture the intersection between the linguistic and the physical, the cognitive and the tactile, how people think and what people do? (If you disagree, I’ll point out that this conversation took place in 1996.) I, for one, was hooked on the potential of bringing these two spheres together.<br><br>This convergence, of course, is the continuing promise of UX: to meld cognitive tasks and physical tasks into one seamless experience. Douglas Englebart, working in the 60’s, knew that to “augment human intellect” would require improvements to both hardware and software interfaces. Donald Norman has called it “cognitive engineering.” Even William Gibson’s vision of “cyberspace” melded information systems with physical actions.<br><br><strong>But the center cannot hold</strong><br><br>I know lots of people who are good at communicating with words and labels and expressing things verbally. I know lots of other people who are good at design and motion and making things tactile. I know it’s rare to find people who are great—truly great—at both. <br><br>It’s only natural that as the user experience field has evolved, we’ve developed depth and specialization. From a business standpoint, narrow focus is often the key to success. If you’re seen as an expert in a particular area, you’ll get more work than if you present yourself as a jack-of-all-trades. <br><br>Unfortunately, this natural movement toward more specialization results in fault-lines within the UX disciplines. Not a day goes by without seeing different factions fighting it out over who has the better approach to designing for humans. <br><br>I do not understand what some people within the interaction design community hope to achieve by treating information architecture like it’s the enemy. And I do not understand why some people insist that content strategy must destroy or overtake other disciplines. And then there are people who dismiss the user experience field altogether, suggesting that our roles are unnecessary overhead on projects.<br><br>The in-fighting has to stop. We must kill the enemy within. The real enemy is out there, in the vast realm of people who still don’t get user experience.<br><br><strong>You don’t have to declare a major</strong><br><br>We need to embrace the idea that UX is necessarily multi-disciplinary—not just within different communities of practice, but within individual skill sets. People are surprised to hear that I speak at conferences about content strategy and yet still do interaction design work for clients. Why can’t I love them both? I loved them both when I called them information architecture.<br><br>So that’s why I hope that everyone working in this space feels like they have the potential to develop skills in multiple areas. You can be an interaction designer <em>and</em> a content strategist. You can be a user researcher and a visual designer too! You can even <em>still</em> be an information architect. <br><br>I’m not saying that everyone will be great at all of these things. Getting good at even a couple of them is a life’s work. But we need to embrace the tension and contradictions that make our field unique. We need more people who are truly great at communicating using both verbal and physical models. The user experience field should work to unite these practices, not divide them.</p></div>
<div class="entry-info">
<div class="meta">
<span class="date" title="posts on this day"><span class="published updated" title="2010-10-23T2:53:00-00:00"></span>October 23, 2010</span>
<span class="hcard">by <span class="fn">Karen McGrane</span></span>
</div>
<dl class="tags">
<dt>Tags:</dt>
<dd><a href="http://52weeksofux.com/tagged/week-42" rel="tag" title="tagged with week 42">week 42</a></dd>
</dl>
<div class="retweet">
</div>
<div class="vcard author hidden"><a class="url fn nickname uid" id="author-of-post-2094540762" href="http://karenmcgrane.tumblr.com/">karenmcgrane</a></div>
</div><!-- end entry info -->
</li><!-- end hentry -->
</ul><!-- end hfeed -->
<div id="pagination">
</div>
</div><!-- end of main -->
</div><!-- end of content -->
<div id="footer">
<div class="about">
<h3>About the authors</h3>
<p class="hcard"><span class="fn"><a href="http://www.twitter.com/bokardo" class="url" rel="me">Joshua Porter</a></span> is a long-time interface and product designer and is currently Director of UX at <a href="http://www.hubspot.com/" title="All in one marketing software">HubSpot</a>. He is also the publisher of <a href="http://bokardo.com/">bokardo.com</a> and wrote the book <a href="http://bokardo.com/archives/designing-for-the-social-web-the-book/">Designing for the Social Web</a>. <a href="http://www.twitter.com/bokardo">
Follow Josh Porter on twitter</a>.</p>
<p class="hcard"><span class="fn"><a href="http://www.twitter.com/jbrewer" class="url" rel="me">Joshua Brewer</a></span> is a designer with a love for beautiful, usable products. He is currently Principal Designer at <a href="http://www.twitter.com/">Twitter</a> and the former Director of UX at Socialcast.com. <a href="http://www.twitter.com/jbrewer">Follow Josh Brewer on twitter</a>.</p>
</div>
<div class="searchtastic">
<!--form id="searchform" action="/search" method="get">
<fieldset>
<span>Your query:</span>
<input type="text" name="q" value="" />
<input value="Go!" type="submit" class="button"/>
</fieldset>
</form-->
<h3>Search</h3>
<p>The best way to find what you are looking for is to <a href="http://52weeksofux.com/archive">search the archives</a>. Go ahead, you know you want to...</p>
</div>
<div class="legal clearfix">
<p class="push"><a href="http://feedburner.google.com/fb/a/mailverify?uri=52WeeksOfUx&loc=en_US">Subscribe to 52 Weeks of UX by Email</a></p>
<p class="copyright pull">A Josh & Josh Production. All content and images © 2010.</p>
<p class="pull clear">Designed by <a href="http://jbrewer.me/">Joshua Brewer</a>. Powered by <a href="http://tumblr.com/">Tumblr</a></p>
<!-- This sites theme was built upon the microformats theme by James Tindall (http://jamestindall.info/)-->
</div>
</div><!-- end footer -->
<script type="text/javascript" src="./Week 42 UX-The enemy within_files/jquery.min.js"></script>
<script type="text/javascript" src="./Week 42 UX-The enemy within_files/jquery.url.packed.js"></script>
<script type="text/javascript" charset="utf-8">
$(document).ready(function() {
$("span.fn:contains('jbrewer')").text("Joshua Brewer");
$("span.fn:contains('bokardo')").text("Joshua Porter");
$("span.fn:contains('lizdanzico')").text("Liz Danzico");
$("span.fn:contains('maadonna')").text("Donna Spencer");
$("span.fn:contains('whitneyhess')").text("Whitney Hess");
$("span.fn:contains('quotablequotations')").text("Brian Suda");
$("span.fn:contains('danritz')").text("Daniel Ritzenthaler");
$("span.fn:contains('cennydd')").text("Cennydd Bowles");
$("span.fn:contains('alancolville')").text("Alan Colville");
$("span.fn:contains('karenmcgrane')").text("Karen McGrane");
});
</script>
<script>
$(document).ready(function() {
var pagetype = jQuery.url.segment(0);
if(pagetype == "tagged"){
$('body').addClass(jQuery.url.segment(1));
$('a.current_week').removeClass("current_week");
}
});
</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script><script src="./Week 42 UX-The enemy within_files/ga.js" type="text/javascript"></script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-109790-7");
pageTracker._trackPageview();
} catch(err) {}</script>
<!-- BEGIN TUMBLR CODE --><iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target" src="./Week 42 UX-The enemy within_files/analytics.html"></iframe><script type="text/javascript">
(function(){
var analytics_frame = document.getElementById('ga_target');
var analytics_iframe_loaded;
var user_logged_in;
var blog_is_nsfw = 'No';
var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
var eventer = window[eventMethod];
var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
eventer(messageEvent,function(e) {
var message = (e.data && e.data.split) ? e.data.split(';') : '';
switch (message[0]) {
case 'analytics_iframe_loaded':
analytics_iframe_loaded = true;
postCSMessage();
postGAMessage();
break;
case 'user_logged_in':
user_logged_in = message[1];
postGAMessage();
break;
}
}, false);
analytics_frame.src = "http://assets.tumblr.com/analytics.html?0e863f4cfc20352a2741d71accda6a2a#http://52weeksofux.com";
function postGAMessage() {
if (analytics_iframe_loaded && user_logged_in) {
var is_ajax = false;
analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/tagged/week_42?route=%2Ftagged%2F%3Atag'].join(';'), analytics_frame.src.split('/analytics.html')[0]);
}
}
function postCSMessage() {
COMSCORE = true;
analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);
}
})();
</script><script>
var _qevents = _qevents || [];
(function() {
var s = document.createElement('script');
var el = document.getElementsByTagName('script')[0];
s.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";
el.parentNode.insertBefore(s, el);
})();
</script><script type="text/javascript">
_qevents.push( { qacct: 'p-19UtqE8ngoZbM' } );
</script><noscript><div style="display: none;"><img src="//pixel.quantserve.com/pixel/'p-19UtqE8ngoZbM'.gif" height="1" width="1" alt="Quantcast"/></div></noscript><script type="text/javascript">!function(s){s.src='http://www.tumblr.com/impixu?T=1401105163&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvNTJ3ZWVrc29mdXguY29tXC90YWdnZWRcL3dlZWtfNDIiLCJyZXF0eXBlIjowLCJyb3V0ZSI6IlwvdGFnZ2VkXC86dGFnIn0=&U=GPFAFIBBGG&K=377218fa440e2a6ecca299e8e088573f1480aeb1b73c49534b10b866166f3829&R=http%3A%2F%2F52weeksofux.com%2Ftagged%2Fweek_41'.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="http://www.tumblr.com/impixu?T=1401105163&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvNTJ3ZWVrc29mdXguY29tXC90YWdnZWRcL3dlZWtfNDIiLCJyZXF0eXBlIjowLCJyb3V0ZSI6IlwvdGFnZ2VkXC86dGFnIiwibm9zY3JpcHQiOjF9&U=GPFAFIBBGG&K=17e680d3a267632d338c8b1eb1b441d13de9d4fb0dd27c722371ef8c599107bc&R=http%3A%2F%2F52weeksofux.com%2Ftagged%2Fweek_41"></noscript><script type="text/javascript">!function(s){s.src='http://www.tumblr.com/impixu?T=1401105163&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6XC9cLzUyd2Vla3NvZnV4LmNvbVwvdGFnZ2VkXC93ZWVrXzQyIiwicmVxdHlwZSI6MCwicm91dGUiOiJcL3RhZ2dlZFwvOnRhZyIsInBvc3RzIjpbeyJwb3N0aWQiOiIyMDk0NTQwNzYyIiwiYmxvZ2lkIjoiMjU2OTAyMiIsInNvdXJjZSI6MzN9XX0=&U=GHFNOBEELC&K=b848f6d66dd06c26be740da8a471f904e9ff71e54c89b6423755290bbb25a301&R=http%3A%2F%2F52weeksofux.com%2Ftagged%2Fweek_41'.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="http://www.tumblr.com/impixu?T=1401105163&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6XC9cLzUyd2Vla3NvZnV4LmNvbVwvdGFnZ2VkXC93ZWVrXzQyIiwicmVxdHlwZSI6MCwicm91dGUiOiJcL3RhZ2dlZFwvOnRhZyIsInBvc3RzIjpbeyJwb3N0aWQiOiIyMDk0NTQwNzYyIiwiYmxvZ2lkIjoiMjU2OTAyMiIsInNvdXJjZSI6MzN9XSwibm9zY3JpcHQiOjF9&U=GHFNOBEELC&K=08c19339387e4fd5481ab21b84f1e8b545dd283a4436b266fd5a0a109a707384&R=http%3A%2F%2F52weeksofux.com%2Ftagged%2Fweek_41"></noscript><script>
(function() {
var s = document.createElement('script');
var el = document.getElementsByTagName('script')[0];
s.src = ('https:' == document.location.protocol ? 'https://s' : 'http://l') + '.yimg.com/ss/rapid-3.18.1.js';
s.onload = function(){
var YAHOO = window.YAHOO;
if (YAHOO) {
var keys = {
pd:'/tagged/:tag',
_li:0,
i_rad:0,
i_strm:0,
b_id:2569022,
pspaceid:1197719232,
};
var conf = {
test_id:'bucket1',
spaceid:1197716038,
client_only:1,
yql_enabled:false,
keys:keys,
nol:1
};
YAHOO.rapid = new YAHOO.i13n.Rapid(conf);
}
};
el.parentNode.insertBefore(s, el);
})();
</script><iframe id="tumblr_controls" class="tumblr_controls sticky visible" width="321" height="36" frameborder="0" scrolling="no" src="./Week 42 UX-The enemy within_files/o.html"></iframe><div id="teaser_iframe_container" style="display: block; opacity: 0; visibility: hidden; position: fixed; top: 0px; right: 0px; bottom: 0px; width: 1px; height: 100%; z-index: 2147483646; overflow: hidden; background-color: rgba(0, 0, 0, 0.6); -webkit-transition: width 0.25s ease-in-out; transition: width 0.25s ease-in-out;"><iframe scrolling="no" frameborder="0" src="./Week 42 UX-The enemy within_files/teaser.html" id="teaser_iframe" width="1" height="1" style="display: block; opacity: 1; visibility: visible; position: absolute; top: 0px; right: 0px; min-width: 100%; width: 360px; height: 100%;"></iframe></div><script type="text/javascript">
(function(Tumblr){
var follow_iframe_initialized = false;
if (Tumblr.FollowTeaser && Tumblr.PostMessageListener) {
// Don't do anything until the first initialize event
Tumblr.PostMessageListener.initialize(function(message, origin) {
if (follow_iframe_initialized || message.length < 2) return;
if (message[0] === 'follow_iframe' && message[1] === 'enable') {
Tumblr.FollowTeaser.current_page = 1;
Tumblr.FollowTeaser.infer_infinite_scroll = true;
Tumblr.FollowTeaser.create_from_tumblr_controls("http:\/\/assets.tumblr.com\/assets\/html\/iframe\/follow.html?_v=edfd71d24691621df89371bfc2bb0953");
Tumblr.FollowTeaser.scroll_listener(true);
follow_iframe_initialized = true;
}
});
}
})(this.Tumblr || (this.Tumblr = {}));
</script><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><!-- END TUMBLR CODE --><img width="62" height="25" src="./Week 42 UX-The enemy within_files/default.gif" class="typekit-badge" alt="Fonts by Typekit" title="Information about the fonts used on this site" id="typekit-badge-xjd7gus" style="position: fixed; z-index: 2000000000; right: 0px; bottom: 0px; cursor: pointer; border: 0px; content: normal; display: inline; float: none; height: 25px; left: auto; margin: 0px; max-height: 25px; max-width: 62px; min-height: 25px; min-width: 62px; orphans: 2; outline: none; overflow: visible; padding: 0px; page-break-after: auto; page-break-before: auto; page-break-inside: auto; table-layout: auto; text-indent: 0px; top: auto; unicode-bidi: normal; vertical-align: baseline; visibility: visible; widows: 2; width: 65px;"><div id="tkloadxjd7gus" style="display:none"></div>
<iframe id="tumblr_teaser_follow" width="1" height="1" frameborder="0" scrolling="no" src="./Week 42 UX-The enemy within_files/follow.html"></iframe></body></html>