Layout Flashcards

1
Q

What must one do to achieve structure?

A

Structure doesn’t happen naturally

  • Must be explicitly planned, designed

People will naturally try to find order and structure, even if none was intentionally designed

Gestalt principles are one powerful way to create structure

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you create Structure by grouping of items?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you create structure using order of groups and items?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How dies hierarchy create structure?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How should text be aligned for text that needs to be read?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How should alignment and grouping (gestalt similarity, proximity) work to create structure?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How should one handle alignment of numbers for structure?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How should alignment work for controls?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How should single columns be alligned?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How should multiple columns be aligned?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

How can grids be used to create structure?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the impact good visual design can have?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the layout recap?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

In general, how does a Hierarchical layout work?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is containment Hierarchy?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

With regard to Hierarchy and Events, what is Bottom-up dispatch?

A
17
Q

With regard to Hierarchy and Events, what is Top-down dispatch?

A
18
Q

When should you use Bubbling vs Capturing?

A
19
Q

What are the layout challenges?

A
20
Q

What are the layout goals?

A
21
Q

What are two broad approaches to maintian layout?

A

Manual

Automatic/dynamic

22
Q

What is a manual or fixed layout?

A
23
Q

What is dynamic layout?

A
24
Q

What does Dynamic layout have applications in?

A
User interface design
Document layout (eg, TeX)

Information visualization

25
Q

What are example strategies for Dynamic Layout?

A

Intrinsic size
Variable intrinsic layout

Struts and springs

26
Q

What is Intrinsic Size?

A
  • Size of component is determined by the size of the children
    • Ask each child for its desired size
    • Grow component until it fits the sum of the sizes
  • Common examples in interfaces?
27
Q

What is intrinsic size?

A
28
Q

What is variable intrinsic layout?

A
29
Q

What are Struts and Springs?

A
30
Q

What are the advantages and disadvantages for Struts and Springs?

A
31
Q

What is Pagination / Responsive Design

A
32
Q

What are layout managers?

A
33
Q

What are examples of layout managers?

A
34
Q

What is the second layout summary?

A