You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grids allow you to split your screen up into blocks, similar to newspapers, allowing you to more easily control layout.
79
79
80
80
#### Highest Recommendation
@@ -93,7 +93,7 @@ Grids allow you to split your screen up into blocks, similar to newspapers, allo
93
93
*[Grid CSS layouts. Tell me the reasons to not use](http://stackoverflow.com/questions/3455024/grid-css-layouts-tell-me-the-reasons-to-not-use)
94
94
95
95
---
96
-
###***Design: Colors & Patterns***
96
+
## ***Design: Colors & Patterns***
97
97
An effective color palette can enhance the appeal of your site or app.
98
98
99
99
#### Highest Recommendation
@@ -105,7 +105,7 @@ An effective color palette can enhance the appeal of your site or app.
105
105
*[kuler](https://kuler.adobe.com/)
106
106
107
107
---
108
-
###***Design: Icons & Fonts***
108
+
## ***Design: Icons & Fonts***
109
109
Using icon fonts in today's world of varying screen sizes and resolutions is a very effective technique.
110
110
111
111
#### Highest Recommendation
@@ -126,7 +126,7 @@ Using icon fonts in today's world of varying screen sizes and resolutions is a v
126
126
*[Why And How To Use Icon Fonts](http://www.vanseodesign.com/web-design/icon-fonts/)
127
127
128
128
---
129
-
###***Design: Responsive Web Design***
129
+
## ***Design: Responsive Web Design***
130
130
RWD is without a doubt one of the most overused, overhyped, and overloaded buzzwords in the history of the web. That being said, it remains a solid design technique for many situations.
131
131
132
132
#### Articles & Discussions
@@ -146,7 +146,7 @@ RWD is without a doubt one of the most overused, overhyped, and overloaded buzzw
146
146
*[Use CSS transitions to link Media Queries and JavaScript](http://www.paulrhayes.com/2011-11/use-css-transitions-to-link-media-queries-and-javascript/)
147
147
148
148
---
149
-
###***Tools: Code Playgrounds***
149
+
## ***Tools: Code Playgrounds***
150
150
If you want to have a sandbox, where you can play around with your latest CSS ideas and tests, these resources will give you what you need. Make changes to your changes in your code and instantly see the results, all within your browser.
151
151
152
152
#### Highest Recommendation
@@ -160,7 +160,7 @@ If you want to have a sandbox, where you can play around with your latest CSS id
160
160
*[Meet CodePen: Dribbble for Coders](http://designshack.net/articles/css/meet-codepen-dribbble-for-coders/)
161
161
162
162
---
163
-
###***Tools: CSS Preprocessors***
163
+
## ***Tools: CSS Preprocessors***
164
164
Preprocessors save you time and make your CSS code more manageable through the use of variables, mix-in's (reusable groups of styles), and many other constructs. The preprocessing "language" is a superset of CSS and compiles into pure CSS for deployment.
165
165
166
166
#### Highest Recommendation
@@ -175,7 +175,7 @@ Preprocessors save you time and make your CSS code more manageable through the u
175
175
*[The problem with CSS pre-processors](http://blog.millermedeiros.com/the-problem-with-css-pre-processors/)
176
176
177
177
---
178
-
###***Tools: Image Editors***
178
+
## ***Tools: Image Editors***
179
179
These tools are a must have for any graphic designer. They are essential for creating app icons, backgrounds, or nearly any other graphic resource.
180
180
181
181
#### Highest Recommendation
@@ -186,7 +186,7 @@ These tools are a must have for any graphic designer. They are essential for cr
186
186
*[Pixelmator](http://www.pixelmator.com/)
187
187
188
188
---
189
-
###***Tools: Interactive Mockups***
189
+
## ***Tools: Interactive Mockups***
190
190
While static images have their place, they are just not enough to convey user interactions, and things like animation. This is where interactive mockups can help get the point across.
191
191
192
192
#### Highest Recommendation
@@ -204,7 +204,7 @@ While static images have their place, they are just not enough to convey user in
204
204
*[Facebook Home prototyped in Quartz Composer - Tutorial](https://news.layervault.com/stories/3117-facebook-home-prototyped-in-quartz-composer--tutorial)
205
205
206
206
---
207
-
###***Tools: Vector Graphics Editors***
207
+
## ***Tools: Vector Graphics Editors***
208
208
These tools seem to be more relevent now than ever. Due to the increase in the variation of screen size, resolutions, and pixel densities, more and more products require the use of scalable vector graphics. These tools are used to create such graphics.
0 commit comments