5.4 Responsive Frameworks: Bootstrap & Foundation Flashcards

1
Q

What are frameworks?

A

Powerful frontend packages that include files, pre-written code, and templates that can be used to quickly start developing a fully responsive website.

Standardized solutions that can be used to solve problems of a similar nature.

In our world, frameworks are packages of files and standardized code that can be used as a foundation to develop websites.

Think of these packages as adaptable and adjustable to fit multiple projects

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

What kind of graphics does Photoshop use? and why is it bad to use it for creating UIs?

A

It uses raster graphics, which are pixel-based and therefore susceptible to losing quality when scaled.

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

What is a Grid?

A

Organizational systems designers use to distribute elements in a composition. They are made up of columns, gutter (the sapce between the columns), margins (the space on the outside of the grid, to the left, right, top, and bottom of the columns), and sometimes rows.

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

What is responsive design?

A

A responsive app or site responds to its user’s environment, including screen size, orientation, and platform. It ensures users have a consistent experience with your product regardless of the device they are using to view or use it.

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

How do you identify breakpoints?

A

Breakpoints are identified as the points at which a design starts looking bad, and needs to respond accordingly.

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

When working on a responsive app, designers will often create a _____, _____, and _____ breakpoint as a starting point.

A

mobile, tablet, and desktop

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

What are fluid grids?

A

Grids that change as the width of a design changes, in the same way that you’re used to seeing responsive sites change as the width of the viewport changes.

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

What are Gutters?

A

Gutters are the spaces between the columns on your grid. Gutter width is customizable, and wider gutters can be used to create more space in a design.

This is because you shouldn’t put content on the grid in such a way that the borders of the content end in the gutter. The edge of any screen content should always be on the edge of a grid column.

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

What is Bootstrap?

A

It’s a frontend framework to create responsive, mobile-first projects on the web.

It’s an open-source framework that’s free for anyone to use.

If your developer has decided on Bootstrap, as a UI designer you will be working with a 12-column grid.

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

What is Foundation?

A

UI designers working on projects using Foundation will see similarities to the Bootstrap grid (they both use 12 columns by default) but some of the default breakpoint sizes are different. Also, Foundation uses what they call “responsive gutters,” meaning that designers can specify both the column and gutter size for individual breakpoints to allow for more design options.

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

What should you do before deciding on a framework?

A

It is important to do a little research and understand your environment and constraints.

Having these conversations with your team is an important step in the project, and frameworks help facilitate that decision-making. This will ultimately make you a better designer and will help the project run more smoothly.

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

What should you consider when setting up a layout grid for your mobile design?

A

The amount and type of content

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

What is a grid in UI design?

A

A system to organize a page

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

How does a fluid grid adapt to larger breakpoints?

A

Column and gutter width increases

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