Am Sagarwala
Associate Dean, Interaction Design @ Humber College. Proprietor @ Artform.ca
Animations via Giphy
Resources
The average person can only keep 7 (plus or minus 2) items in their working memory.
Photo: Pavan Trikutam
Among competing hypotheses that predict equally well, the one with the fewest assumptions should be selected.
Photo: Adrian Swancar
The Pareto principle states that, for many events, roughly 80% of the effects come from 20% of the causes.
Any task will inflate until all of the available time is spent.
People judge an experience largely based on how they felt at its peak and at its end, rather than the total sum or average of every moment of the experience.
Be liberal in what you accept, and conservative in what you send.
Photo: Tingey Injury Law Firm
Users have a propensity to best remember the first and last items in a series.
Tesler's Law, also known as The Law of Conservation of Complexity, states that for any system there is a certain amount of complexity which cannot be reduced.
Photo: John Barkiple
The Von Restorff effect, also known as The Isolation Effect, predicts that when multiple similar objects are present, the one that differs from the rest is most likely to be remembered.
Photo: Randy Fath
People remember incomplete or interrupted tasks better than completed tasks.
Photo: Pankaj Patel
Think-Pair-Share
Listing of laws: lawsofux.com
Several configurations exists with distinct pros/cons
Misnomer: There are many servers involved.
calpoly.edu > 52.89.108.178
But where is the response coming from?
Lots of servers exist and are added to your network and devices by default.
You can customize this and might want to for several reasons...
Image: Smashing Mag
Image: Smashing Mag
calc(100% - 520px)
Image: Smashing Mag
.class {
float: left | right | none;
clear: left | right | both;
}.class {
position: relative | absolute | fixed | static | inherit;
top | right | bottom | left: value;
}@media 3d-glasses and (min-width : 320px) {
...
}.parent {
display: flex | inline-flex;
flex-direction: row | row-reverse | column | column-reverse;
flex-wrap: nowrap | wrap | wrap-reverse;
flex-flow: direction wrap; /* shorthand */
justify-content: flex-start | flex-end | center | space-between | space-around | space-evenly;
align-items: stretch | flex-start | flex-end | center | baseline | auto; /* vertical */
align-content: lex-start | flex-end | center | space-between | space-around | stretch;
} .child {
order: value;
align-self: auto | stretch | flex-start | flex-end | center | baseline;
flex-grow: value; /* multi-column spanning */
flex-shrink: value;
flex-basis: value;
}.parent {
display: grid | inline-grid;
grid-template-columns|rows: value(s) | repeat(value size);
grid-template: rows / columns;
grid-template-areas: /* creates spans on grid */
"a b c"
"b b c"
"d d d";
justify-content: auto | normal | stretch;
align-content: auto | normal | stretch;
row|column-gap: value;
gap: row-value column-value;
} .child {
grid-row|colummn-start: value;
grid-row|colummn-end: value;
grid-area: name;
justify-self: auto | normal | stretch;
align-self: auto | normal | stretch; /* vertical */
}Thursday lab = asynchronous
Lab 3 has been posted
Poll the audience...
By Am Sagarwala
Responsive design, DNS, and Hosting
Associate Dean, Interaction Design @ Humber College. Proprietor @ Artform.ca