-
Notifications
You must be signed in to change notification settings - Fork 0
/
microsoft.html
125 lines (108 loc) · 4.65 KB
/
microsoft.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Bowen Li is a product manager and UX designer. He recently graduated with a Master's degree in Human-Computer Interaction at Stanford University."/>
<meta name="keywords" content="bowenli, bowen, li, interaction designer, user experience, user interface, human centered design, stanford, design, interaction, interface"/>
<meta name="robots" content="NOODP"/>
<script src="https://use.typekit.net/znq2wga.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link rel=stylesheet href="css/style.css">
<link rel=stylesheet href="css/p.css">
<link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/jquery.slick/1.6.0/slick.css"/>
<link rel="stylesheet" type="text/css" href="http://cdn.jsdelivr.net/jquery.slick/1.6.0/slick-theme.css"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<title>Bowen Li - Microsoft</title>
</head>
<body class="page">
<div class="header">
<div class="navigation container">
<div class="logo"><a href="/">Bowen Li</a></div>
<div class="menu"><a href="mailto:bowen[at]bowenli.com">Contact</a></div>
</div>
</div>
<section class="container">
<div class="nudge"> </div>
</section>
<section class="container">
<div class="gutter"></div>
<div class="content">
<div class="pagetitle">Microsoft</div>
<div class="tags">
<span>Product Management</span>
<span>User Experience</span>
<span>User Research</span>
</div>
</div>
</section>
<section class="container">
<div class="gutter">Introduction</div>
<div class="content">
<div class="info">
<div class="description">
<p>At Microsoft I worked on one of the most used pieces of software in the world: Excel.</p>
<p>I was responsible for designing, managing, and planning the future for Excel's web offering in the productivity space. As a Product Manager during the inaugural years of Office 365, I set the vision for what would become a core part of the Microsoft Office experience.</p>
</div>
</div>
<div class="pimage">
<img src="img/microsoft/excel_screenshot1.jpg" alt="">
</div>
</div>
</section>
<section class="container">
<div class="gutter">Process</div>
<div class="content">
<div class="info">
<div class="description">
<p>Designing software for use by nearly a billion people (in 2011) means getting it right the first time:
</p>
<ul>
<li>Telemetry that tracks usage through years and decades. When a feature that affects 1% of users translates to millions of people, every possible outcome is considered.</li>
<li>Qualitative user research by talking with real customers. No focus groups! Seeing people use the product keeps the design (and the designer) grounded.</li>
<li>Designing for a world class experience that is used by companies, governments, schools, etc. means the product must be bulletproof with regards to security, testability, internationalization, accessibility, and long term support.</li>
</ul>
<p>I'm happy to talk more in depth about the product process at Microsoft in person or over the phone as they cannot adequately be captured here.
</p>
</div>
</div>
<div class="pimage">
</div>
</div>
</section>
<section class="container">
<div class="gutter">Designs</div>
<div class="content">
<div>
<p>The majority of a Product Manager's output does not have a tangible screenshot to share. Here is a small example of one that did.</p>
</div>
<div class="pimage">
<div><img src="img/microsoft/Screen Shot 2013-03-20 at 15.40.23.png"></div>
<div><img src="img/microsoft/Screen Shot 2013-03-20 at 15.40.34.png"></div>
</div>
</div>
</section>
<section class="container">
<div class="content">
<div class="title">Learn More</div>
<div class="info">
<div class="description bottomcontact">
<p>Questions? Comments? Get in touch with me.</p>
<p><a href="mailto:bowen[at]bowenli.com">Contact</a></p>
</div>
</div>
</div>
</section>
<footer>
<div class="navigation container">Copyright © 2018 by <a href="mailto:bowen[at]bowenli.com">Bowen Li</a></div>
</footer>
<!-- GA -->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-10971196-2', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>