Startup Institute, April 9th, 2014
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!
The most popular front-end framework for developing responsive, mobile first projects on the web.
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!