Making Master: a game of inductive logic for iPhone
Apr 30, 2016, 8:00 PM
.single h2 {
text-align: left;
}
.single h4 {
margin-top: 1rem;
}
aside {
padding: 0.5em;
font-size: 0.9em;
margin-bottom: 1em;
}
.updates {
background: #FAFBFC;
}
.tip {
background: #FAFBFC;
}
.updates ul {
...
Designing in the browser: data‑driven prototypes & living style guides
Feb 19, 2016, 7:00 PM
@media only screen and (min-width : 50rem) {
.hero {
margin-left: -10%;
margin-right: -10%;
}
}
code {
background: #fff !important;
font-family: "Andale Mono";
padding: 0.1em 0.3em;
font-size: 0.8em;
}
blockquote {
...
Hello, computer: conversational interfaces
Feb 13, 2016, 7:00 PM
code {
display: block;
background: #eee;
padding: 0.5em;
font-family: "Andale Mono";
}
blockquote {
border-left: 4px solid #eee;
padding-left: 0.5em;
margin-left: 0.5em;
}
.centered {
padding-top: 0.5em;
color:...
The search for the perfect process
Jan 30, 2016, 7:00 PM
figure {
width: 80%;
margin: 1em auto;
}
figure img{
border: 1px solid #eee;
}
ol li {
margin-bottom: 1em;
}
why do we care so much about process?
If you’re interviewing for a new role, chances are that a major portion of at...
Simulated realities, distorted realities
Jan 15, 2016, 7:00 PM
Let’s set the scene: it’s a clear and brisk Monday morning in Los Angeles, sometime late in the 1980s.
A group of young adults and teenagers have been gathered in a nondescript conference room with the promise of $50 for a morning of...
The curse of the local maxima / thinking tools for design
Dec 20, 2015, 7:00 PM
Topics
What is a local maxima?
Genetic algorithms
Iterating design concepts
Thinking tools
Intentional observing
Reframe with language
Specifically wrong > generally right
Domain...
Ally-oop: An experiment in learning by building
Dec 12, 2015, 7:00 PM
section img {
background: #eee;
border: 1px solid #eee;
}
.screencapture {
margin-left: -1em;
border: none;
padding: 1em;
background: #F7F7F7;
max-width: 75%;
}
.screencapture img {
margin-bottom: 0.5em;
}
.no-border...
How can product designers succeed in client services?
Oct 18, 2014, 8:00 PM
In this industry I’ve always had an identity problem, with the name of my role switching year-to-year and at the whim of different companies. I’ve been called an e-commerce specialist, a business analyst, an information architect, a...
Adaptive Layouts for iPhone 6
Sep 19, 2014, 8:00 PM
Apple has been politely suggesting that we use adaptive layouts since iOS 6, but until now I feel that people have been avoiding the topic, preferring to think mostly about fixed layouts.
With the iPhone 6 it’s about to get a lot harder...
Transitions in Swift (pt 3)
Sep 13, 2014, 8:00 PM
This post starts off where we finished in the last post where we created an animated screen transition animation and looks how we can extend the project so that the transition is interactive, and the animation follows the progress of some...