On Github sodevious / intro-to-css-frameworks
Startup Institute, April 9th, 2014
How many of you know what CSS frameworks are? Have you used them?Front End Developer & Designer at Sawhorse Media
CSS frameworks are a set of HTML, CSS and JS components that offer a base foundation for web projects.
They are designed to make our lives easier, while providing a great base to work off of.
They get used by most modern websites!
Use a CDN. Content delivery networks host files that you can hotlink and use in your projects without actually hosting any files yourself.
Things to look for
Using a lot of other people's code can make your site too heavy
Loading lots of unused code is unecessary and affects the user experience.
Be mindful of file sizes, load times and performance
Don't let frameworks define your design. Use them as a utility, not a crutch!