forked from sovesove/uxchecklist
-
Notifications
You must be signed in to change notification settings - Fork 448
/
index-single.html
724 lines (721 loc) · 42 KB
/
index-single.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
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>UX Project Checklist</title>
<link rel="shortcut icon" href="favicon.ico?v=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<meta property="og:title" content="UX Project Checklist" />
<meta property="og:ulr" content="http://uxchecklist.github.io/" />
<meta property="og:image" content="http://uxchecklist.github.io/apple-touch-icon.png" />
<meta property="og:description" content="Start your next UX project with this checklist and don't forget about anything!" />
<meta name="google-site-verification" content="3Dof5ybDW6vSpHqG5nnJubTZeQ9mYWihL5mPP02FxtA" />
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/style.css" />
<!-- moonmail.io embedded form styles (for better performance put this link in html head of your page) -->
<link rel="stylesheet" href="https://static.moonmail.io/mm-embedded-form.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.8.3/modernizr.min.js"></script>
<!-- <script src="js/vendor/modernizr.js"></script> -->
<!-- GA plugin -->
<script>
(function(i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function() {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
if (document.location.hostname == "uxchecklist.github.io") {
ga('create', 'UA-57141076-1', 'auto');
} else if (document.location.hostname == "localhost") {
ga('create', 'UA-57141076-2', 'auto');
}
ga('send', 'pageview');
</script>
</head>
<body class="body-single">
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&appId=118274511611887&version=v2.0";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div id="articlePopUp" class="hide-for-print">
<img src="img/medium-author.png" alt="Author: Andrea" width="160">
<img id="medium-logo" src="img/Medium-logo.png" alt="Medium article" width="100">
<!-- <a target="_blank" href="https://medium.com/@sovesove/ux-project-checklist-why-i-made-it-and-whats-next-6df312b0b92e">Read on Medium</a> -->
<h2><a target="_blank" href="https://medium.com/@sovesove/ux-project-checklist-why-i-made-it-and-whats-next-6df312b0b92e">UX Project Checklist — Why I made it and what’s next</a></h2>
</div>
<div id="header" class="">
<div id="title">
<h1>UX Project Checklist</h1>
</div>
<div id="gdrivebox" class="hide-for-print">
<span id="signin-do">
<button id="signin"><i class="fa fa-sign-in"></i>Sign in with Google</button> to sync across devices.
<a href="#signin-info" class="open-popup-link">
<i class="fa fa-info-circle fa-lg"></i></a>
</span>
<span id="signin-failed">Sign in failed! :(</span>
<span id="signin-success">You're signed in with Google.</span>
<div id="signin-info" class="white-popup mfp-hide">
<p>We use Google Drive to create and save a file on your account so you will be able to open the same checklist on all your connected devices.
</p>
<p>
And guess what?! You can share it! </br>
Well, yeah is not a big deal, but it come for free, yes like everything else, what I mean is that we didn't had to do anything for that, right? So basically you connect with Google, we create the file, you go to your Google Drive folder, try to find the new file, I have no idea where it is or what the name will be, the <a href="https://twitter.com/alefranz" target="_blank">guy</a> who did this didn't tell us, once you've found the file share it with your friends. Done! </br>
When your friends connect their Google account they should see the same checklist status. </br>
Magic isn't it? No! That's technology fool!
</p>
<p>Also, we will not use any of your data, we didn't have any kind of database or save something somewhere in any way, the file we create is yours and yours only and is the only thing we are able to do right now.
</p>
<p>
Oh, and just want to remind you that if you still not believe it, everything is open source and you can check the github repo <a href="https://github.com/uxchecklist/uxchecklist.github.io" target="_blank">here</a> (feel free to fork it and do awesome things, or help us make it better).
</p>
</div>
</div>
<div id="sharebox" class="hide-for-print">
<ul>
<li>
<!-- facebook plugin -->
<div class="fb-like" data-href="http://uxchecklist.github.io/" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div>
</li>
<li>
<!-- linkedin plugin -->
<script src="//platform.linkedin.com/in.js" type="text/javascript">
lang: en_US
</script>
<script type="IN/Share" data-counter="right"></script>
</li>
<li>
<!-- twitter plugin -->
<a href="https://twitter.com/share" class="twitter-share-button" data-text="UX Project Checklist: The UX Design Process From A to Z" data-via="sovesove" data-hashtags="ux,uxchecklist">Tweet</a>
<script>
! function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</li>
</ul>
</div>
<div class="support-us-wrapper hide-for-print">
<!-- PayPal donate button -->
<div class="wrapper--paypal-button hide-for-print">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CZJKKFXRARWJL">
<input type="image" src="https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal – The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
</div>
<!-- PayPal donate button END -->
<!-- Patreon -->
<div class="wrapper--patreon-button hide-for-print not-released">
<iframe src="/widgets/patreon.html" frameborder="0" height="auto" scrolling="no" width="100%"></iframe>
</div>
<!-- Patreon END -->
</div>
</div>
<form id="checklist-form" method="POST">
<div class="row clearfix">
<div id="Research" class="title"><span>Research</span></div>
<div class="cards">
<div class="img">
<img class="left" src="img/icons128/Deep-Crawl.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox1">Competitive Analysis</label>
<p>See how others solve similar problems and try to not reinvent the wheel. <a class="more hide-for-print" href="http://boxesandarrows.com/competitive-analysis-understanding-the-market-context/" target="_blank">Read more<span class="visually-hidden"> about Competitive Analysis: Understanding the Market Context</span></a></p>
</div>
<div class="right">
<input id="checkbox1" type="checkbox">
</div>
</div>
<div class="cards">
<div class="img">
<img class="left" src="img/icons128/WebAnalytic.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox2">Data analysis</label>
<p>Do you have all the useful data you need? Try to have a look at funnels, clicks, page views, performances... <a class="more hide-for-print" href="http://www.nngroup.com/articles/analytics-user-experience/" target="_blank">Read more<span class="visually-hidden"> about Three Uses for Analytics in User-Experience Practice</span></a></p>
</div>
<div class="right">
<input id="checkbox2" type="checkbox">
</div>
</div>
<div class="cards">
<div class="img">
<img class="left" src="img/icons128/Viral-Marketing.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox3">User feedback</label>
<p></p>
<p>Always speak with Customer Care team! Don't have one? Check your old surveys or videos, what your customer says? What do they actually do? <a class="more hide-for-print" href="https://www.gov.uk/service-manual/user-centred-design/user-research/index.html" target="_blank">Read more<span class="visually-hidden"> about An introduction to user research techniques</span></a></p>
</div>
<div class="right">
<input id="checkbox3" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Plan" class="title"><span>Plan</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/business-card.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox4">User stories</label>
<p>Have you done personas yet? If not DO IT NOW. Ok, now use them to write down user stories and scenarios. <a class="more hide-for-print" href="http://chrbutler.com/how-to-tell-the-users-story" target="_blank">Read more<span class="visually-hidden"> about How to Tell the User’s Stor</span></a></p>
</div>
<div class="right">
<input id="checkbox4" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Everflux.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox5">User flows</label>
<p>Create your user's flow based on the scenarios you created, you can use it later to review the journey and create wireframes on top of each step. <a class="more hide-for-print" href="https://signalvnoise.com/posts/1926-a-shorthand-for-designing-ui-flows" target="_blank">Read more<span class="visually-hidden"> about A shorthand for designing UI flows</span></a></p>
</div>
<div class="right">
<input id="checkbox5" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/computer.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox6">Red routes</label>
<p>Define red routes for your product and you’ll be able to identify, prioritise and eliminate any usability obstacles on key user journeys. <a class="more hide-for-print" href="http://userfocus.co.uk/articles/prioritising-functions.html" target="_blank">Read more<span class="visually-hidden"> about How red routes can help you take charge of your product backlog</span></a></p>
</div>
<div class="right">
<input id="checkbox6" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Explore" class="title"><span>Explore</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/beer.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox7">Brainstorm & sketch</label>
<p>Find a war room, fill it with markers and drinks, get together and sketch, discuss, vote, disrupt, have fun! <a class="more hide-for-print" href="http://www.gamestorming.com/the-wiki/" target="_blank">Read more<span class="visually-hidden"> about Gamestorming</span></a></p>
</div>
<div class="right">
<input id="checkbox7" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Blog.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox8">Wireframe</label>
<p>Add some details and structure to your ideas, reuse patterns and create pages on top of your user flows so you'll not leave anything behind. <a class="more hide-for-print" href="http://www.uxpin.com/guide-to-wireframing.html" target="_blank">Read more<span class="visually-hidden"> about The Guide to Wireframing</span></a></p>
</div>
<div class="right">
<input id="checkbox8" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/API.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox9">Prototype</label>
<p>You can start creating paper prototypes and continuously iterate to more functional ones. Use sketches, HTML pages or static images, then just get some people and test. <a class="more hide-for-print" href="http://uxdesignweekly.com/ux-resources/prototyping-tools/" target="_blank">Read more<span class="visually-hidden"> about Prototyping Tools</span></a></p>
</div>
<div class="right">
<input id="checkbox9" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Communicate" class="title"><span>Communicate</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Dynamic-Content.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox10">IA</label>
<p>Understand your users, your data structure and your channels. How can you organise your navigation and content in a clear and consistent way? <a class="more hide-for-print" href="http://alistapart.com/article/thedisciplineofcontentstrategy" target="_blank">Read more<span class="visually-hidden"> about The Discipline of Content Strategy</span></a></p>
</div>
<div class="right">
<input id="checkbox10" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/typewriter.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox11">Language</label>
<p>Follow your brand personality, keep in mind users' culture and language, the context of your product and make sure they understand you. <a class="more hide-for-print" href="http://alistapart.com/article/translation-is-ux" target="_blank">Read more<span class="visually-hidden"> about Translation is UX</span></a></p>
</div>
<div class="right">
<input id="checkbox11" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/sofa.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox12">Accessibility</label>
<p>You don’t need to add extra functionality or to duplicate any content. The key is simply to assess the requirements of those with different skills and limited devices. <a class="more hide-for-print" href="https://www.gov.uk/service-manual/user-centred-design/accessibility.html" target="_blank">Read more <span class="visually-hidden"> about GOV.UK Accessibility</span></a></p>
</div>
<div class="right">
<input id="checkbox12" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Love" class="title">
<span id="LoveTitleIcon" class="span--iconTitle">
<i class="fa fa-heart"></i>
</span>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/plant.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox101">Sustainable</label>
<p> Help the planet by reducing the resources you use, reinforce greener behaviours and promote sustainability best practices. Yes, your product can do that! <a class="more hide-for-print" href=" https://uxdesign.cc/product-design-for-sustainability-3fffbb2a7f0e" target="_blank">Read more<span class="visually-hidden"> about Product Design for Sustainability</span></a></p>
</div>
<div class="right">
<input id="checkbox101" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/medical-box.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox111">Ethical</label>
<p>Move fast and break things! What about slow down and make sure your product is secure, private, honest? Be considerate when you design and follow good ethics.<a class="more hide-for-print" href="https://medium.muz.li/the-state-of-ethics-in-design-60a1088f8358" target="_blank"> Read more<span class="visually-hidden"> about The State of Ethics in Design</span></a></p>
</div>
<div class="right">
<input id="checkbox111" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/inclusive-icon.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox121">Inclusive</label>
<p>Remember that everything you design is skewed by your own view and background. Be sure to open your design process to remove your biases and design for everyone.<a class="more hide-for-print" href="https://uxdesign.cc/how-design-can-help-with-inclusion-9d71a60d6359" target="_blank"> Read more<span class="visually-hidden"> about How design can help with inclusion</span></a></p>
</div>
<div class="right">
<input id="checkbox121" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Create" class="title"><span>Create</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Squeeze-Page.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox13">UI elements</label>
<p>Reuse elements and patterns. Follow your style guidelines. Don't have any? Create your guidelines. Start small, then create pages. <a class="more hide-for-print" href="http://styleguides.io/" target="_blank">Read more<span class="visually-hidden"> about styleguides.io</span></a></p>
</div>
<div class="right">
<input id="checkbox13" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/cell.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox14">Gestures</label>
<p>So you have a swipe slider? Tell me more about pinch, drag, zoom, rotate, shake, six-inch smartphones, left-handed people, mouseover, kinect, motion detection... <a class="more hide-for-print" href="http://www.smashingmagazine.com/2013/05/24/gesture-driven-interface/" target="_blank">Read more<span class="visually-hidden"> about Beyond The Button: Embracing The Gesture-Driven Interface</span></a></p>
</div>
<div class="right">
<input id="checkbox14" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/User-Experience.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox15">Responsiveness</label>
<p>Can I see it on my mobile? Oh wait, what about my smart-watch which works as a remote for my 50" TV. Bonus: remember cross device experience. <a class="more hide-for-print" href="http://uxmag.com/articles/create-a-better-responsive-user-experience/" target="_blank">Read more<span class="visually-hidden"> about Create a Better Responsive User Experience</span></a></p>
</div>
<div class="right">
<input id="checkbox15" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Feedbacks" class="title"><span>Give feedback</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/lunch.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox16">Waiting times</label>
<p>If your users have to wait ages for the page to load, at least show them a loader. If take longer why don't you try something more entertaining? <a class="more hide-for-print" href="http://www.sitepoint.com/3-tips-make-application-feel-faster/" target="_blank">Read more<span class="visually-hidden"> about 3 Tips To Make Your Application Feel Faster</span></a></p>
</div>
<div class="right">
<input id="checkbox16" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Spam.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox17">Errors</label>
<p>Be clear and specific on what and where user's error is. I mean, your error, because if it's your fault you should say it. <a class="more hide-for-print" href="http://uxmag.com/articles/failing-gracefully" target="_blank">Read more<span class="visually-hidden"> about Failing Gracefully</span></a></p>
</div>
<div class="right">
<input id="checkbox17" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Usability.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox18">Completed actions</label>
<p>Give immediate and clear feedback of successful user's actions. Do not always wait for server response, trust your server once in a while! <a class="more hide-for-print" href="http://www.lukew.com/ff/entry.asp?1759" target="_blank">Read more<span class="visually-hidden"> about Performing Actions Optimistically</span></a></p>
</div>
<div class="right">
<input id="checkbox18" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Finalise" class="title"><span>Finalise</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Optimization.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox19">Finalise layout</label>
<p>It's time to let your design shine, make it in the right way, don't stop with the first solution, always ask "is this the best you can do?" <a class="more hide-for-print" href="http://www.usability.gov/what-and-why/visual-design.html" target="_blank">Read more<span class="visually-hidden"> about Visual Design Basics</span></a></p>
</div>
<div class="right">
<input id="checkbox19" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/E-Commerce.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox20">Use of images and icons</label>
<p>Use of icons and images is strongly influenced by context, culture and layout that you use. Like icons, test your images, small changes can bring huge improvements. <a class="more hide-for-print" href="http://www.nngroup.com/articles/icon-usability/" target="_blank">Read more<span class="visually-hidden"> about Icon Usability</span></a></p>
</div>
<div class="right">
<input id="checkbox20" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Heading-Tag.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox21">Font & colours hierarchy</label>
<p>Use colours and font sizes properly, try to follow your guidelines and keep it simple. The best visual hierarchies lead users to take the action confidently. <a class="more hide-for-print" href="http://52weeksofux.com/post/443828775/visual-hierarchy" target="_blank">Read more<span class="visually-hidden"> about Visual hierarchy</span></a></p>
</div>
<div class="right">
<input id="checkbox21" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Delight" class="title"><span>Delight</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/pen-ink.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox22">Micro copy</label>
<p>Every word is important, and a bit of personality will help your brand. <a class="more hide-for-print" href="http://www.smashingmagazine.com/2012/07/18/the-personality-layer/" target="_blank">Read more<span class="visually-hidden"> about The Personality Layer</span></a></p>
</div>
<div class="right">
<input id="checkbox22" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/search-document.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox23">Micro interactions</label>
<p>Trigger, rules, feedback, loop. Details make the product. Bonus: Ever heard about easter eggs? <a class="more hide-for-print" href="http://microinteractions.com/what-is-a-microinteraction/" target="_blank">Read more<span class="visually-hidden"> about What is a microinteraction</span></a></p>
</div>
<div class="right">
<input id="checkbox23" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Exit-Page.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox24">Transitions</label>
<p>Motion shouldn't be only beautiful, it should build meaning about the spatial relationships, functionality, and intention of the system. <a class="more hide-for-print" href="http://www.google.co.uk/design/spec/animation/authentic-motion.html" target="_blank">Read more<span class="visually-hidden"> about Material Design Authentic motion</span></a></p>
<!-- http://www.smashingmagazine.com/2013/10/23/smart-transitions-in-user-experience-design/ -->
<!-- http://www.smashingmagazine.com/2012/02/28/mission-transition/ -->
</div>
<div class="right">
<input id="checkbox24" type="checkbox">
</div>
</div>
</div>
<div class="row clearfix">
<div id="Analyse" class="title"><span>Analyse</span></div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/target-copy.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox26">KPI Setup</label>
<p>What you want to achieve? What are your goals? Write down how you define success and failure and check if you have everything you need to collect the data. <a class="more hide-for-print" href="http://www.gv.com/lib/how-to-choose-the-right-ux-metrics-for-your-product" target="_blank">Read more<span class="visually-hidden"> about How to Choose the Right UX Metrics for Your Product</span></a></p>
</div>
<div class="right">
<input id="checkbox26" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Article-Marketing.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox25">AB Test plan</label>
<p>Plan your AB test ahead and, if you can, plan a short roadmap of improvements. Your goal is not just improving KPIs, but learning something. <a class="more hide-for-print" href="https://www.gov.uk/service-manual/user-centred-design/user-research/multivariate-testing.html" target="_blank">Read more<span class="visually-hidden"> about Craig Sullivan, an industry expert on conversion optimisation</span></a></p>
</div>
<div class="right">
<input id="checkbox25" type="checkbox">
</div>
</div>
<div class="cards clearfix">
<div class="img">
<img class="left" src="img/icons128/Conversion-Rate.png" alt="">
</div>
<div class="card-content left">
<label for="checkbox27">Test</label>
<p>UX lab, survey, sessions recording... test, observe and fix, test, observe and fix... <a class="more hide-for-print" href="http://www.nngroup.com/articles/which-ux-research-methods/" target="_blank">Read more<span class="visually-hidden"> about When to Use Which User-Experience Research Methods</span></a></p>
</div>
<div class="right">
<input id="checkbox27" type="checkbox">
</div>
</div>
</div>
</form>
<div id="footer" class="">
<div id="toolbar" class="hide-for-print">
<button id="print" type="button"><i class="fa fa-print"></i>Print</button>
<button id="reset"><i class="fa fa-refresh"></i>Reset</button>
<a id="github" class="button" href="https://github.com/uxchecklist/uxchecklist.github.io" target="_blank"><i class="fa fa-github"></i>Fork</a>
</div>
<div id="credits">Created by <a href="https://twitter.com/sovesove" target="_blank">@sovesove</a>
</div>
<div class="hide-for-print clearfix">
<a class="typeform-share button" href="https://sovesove.typeform.com/to/Ok2qWy" data-mode="1" target="_blank"><i class="fa fa-comment-o"></i>Do you like that?</a>
<script>
(function() {
var qs, js, q, s, d = document,
gi = d.getElementById,
ce = d.createElement,
gt = d.getElementsByTagName,
id = 'typef_orm',
b = 'https://s3-eu-west-1.amazonaws.com/share.typeform.com/';
if (!gi.call(d, id)) {
js = ce.call(d, 'script');
js.id = id;
js.src = b + 'share.js';
q = gt.call(d, 'script')[0];
q.parentNode.insertBefore(js, q)
}
id = id + '_';
/*if(!gi.call(d,id)){qs=ce.call(d,'link');qs.rel='stylesheet';qs.id=id;qs.href=b+'share-button.css';s=gt.call(d,'head')[0];s.appendChild(qs,s)}*/
})()
</script>
</div>
<div id="inspiredby" class="hide-for-print clearfix"><a href="#friends" class="open-popup-link">Friends of this page</a></div>
<div id="friends" class="white-popup mfp-hide">
<p>
Special thanks to:</br>
<a href="https://twitter.com/alefranz" target="_blank">@alefranz</a> for the technical magic.</br>
</p>
<p>
Inspired by <a href="http://webdesignerschecklist.com/" target="_blank">this</a>, <a href="https://stayintech.com/info/UX" target="_blank">this</a> and <a href="http://ixdchecklist.com/" target="_blank">this</a>
</p>
<p>
Also thanks to:</br>
<a href="http://www.manuelalangella.com/" target="_blank">Manuela</a> for the superb illustrated icons.</br>
<a href="http://dimsemenov.com/plugins/magnific-popup/" target="_blank">Magnific Popup</a> for this responsive modal popup.</br>
<a href="http://garlicjs.org/" target="_blank">GarlicJs</a> for the garlic, which everyone knows helps you save digital things locally in your browser.</br>
<a href="http://fntneves.github.io/jquery-labelauty/" target="_blank">Labelauty</a> for the checkbox beautifier.</br>
<a href="http://fortawesome.github.io/Font-Awesome/" target="_blank">Font Awesome</a> for the iconic font.</br>
</p>
</div>
<div id="buy-banner" class="buy-banner--wrapper buy-banner--wrapper--is-folded hide-for-print not-released">
<div class="buy-banner--inner">
<span id="buy-banner-toggle" class="buy-banner--toggle">
<i class="fa fa-chevron-up"></i>
</span>
<header class="buy-banner--header">
<div id="buy-banner-toggle" class="buy-banner--text">
<p>LOVE THIS?
<br> Put it on your wall!</p>
</div>
<a id="buy-banner--button" href="#" target="_blank" class="buy-banner--button">get the poster</a>
</header>
<div class="buy-banner--content">
<a href="#" target="_blank">
<img src="img/banner.png" alt="" class="buy-banner--image">
</a>
</div>
</div>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<!-- <script src="js/vendor/jquery.js"></script> -->
<script>
window.Modernizr || document.write('<script type="text/javascript" src="js/vendor/modernizr.js">\x3C/script>');
window.jQuery || document.write('<script type="text/javascript" src="js/vendor/jquery.js">\x3C/script>');
</script>
<script src="js/garlic.js"></script>
<script src="js/jquery-labelauty.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script>
$(document).ready(function() {
$(":checkbox").labelauty({ label: false });
$("#checklist-form").garlic();
$("#print").on('click', function() {
ga('send', 'event', 'print', 'click', 'print');
window.print();
});
$("#reset").on('click', function() {
ga('send', 'event', 'reset', 'click', 'reset');
$('input:checkbox').each(function() {
$(this).prop('checked', false);
});
$("#checklist-form").garlic('destroy');
});
$("#footer a").on('click', function(e) {
var elm = e.currentTarget;
ga('send', 'event', 'footer', $(elm).attr('title'));
});
$("input:checkbox").on('change', function(e) {
var cb = $(this);
var id = cb.attr('id');
var isChecked = cb.is(':checked');
ga('send', 'event', {
'eventCategory': 'checkbox',
'eventAction': isChecked ? 'set' : 'clear',
'eventLabel': id
});
});
$('.open-popup-link').magnificPopup({
type: 'inline',
midClick: true,
callbacks: {
open: function() {
ga('send', 'event', 'popup', 'open', $(this.content).attr('id'));
},
close: function() {
ga('send', 'event', 'popup', 'close', $(this.content).attr('id'));
}
}
});
});
//realtime api
var checkboxes = {};
var view = null;
var controller = null;
$().ready(function() {
var isFn = function(id, e) { return $(e).is(':checked'); };
var setFn = function(id, e, val) {
$(e).prop('checked', val);
$(e).garlic('persist');
};
$('input:checkbox').each(function() {
var id = $(this).attr('id');
checkboxes[id] = new Realtime.Model.CheckBox(id, this, isFn, setFn);
});
view = new Realtime.View(checkboxes);
var cb = view.checkboxes;
console.log(cb);
controller = new Realtime.Controller(view);
gapi.load("auth:client,drive-realtime,drive-share", function() {
controller.init();
$('form').on('change', 'input:checkbox', function(ev) {
console.log(ev);
controller.onCheckBoxChange($(ev.target).attr('id'));
});
var signinSuccess = function() {
$('#signin-do').hide();
$('#signin-fail').hide();
$('#signin-success').show();
$("#reset").on('click', function() {
controller.save();
});
};
var signinFailed = function() {
$('#signin-fail').show();
};
controller.auth(true,
signinSuccess,
function() { $('#signin-do').show(); }
);
$('#signin').on('click', function() {
controller.auth(false, signinSuccess, signinFailed);
});
});
});
</script>
<script type="text/javascript" src="https://apis.google.com/js/api.js"></script>
<script type="text/javascript" src="js/realtime.js"></script>
<script type="text/javascript" src="js/index-single.js"></script>
<!-- moonmail.io embedded form JavaScript, remove this script to use the plain form -->
<script src="https://static.moonmail.io/mm-embedded-form.js"></script>
<!-- moonmail.io embedded form options, allows you to configure a form behaviour -->
<script>
mmOptions = {
"config": {
"reCapcha": false,
"redirectUrl": false
},
"translations": {
"required": "This field is required.",
"email": "Please enter a valid email address.",
"emailExists": "Email already exists.",
"onlyLetters": "Only letters and spaces are allowed.",
"success": "You've been successfully subscribed.",
"error": "Oops! Something went wrong..."
}
}
</script>
</body>
</html>