Skip to content

Instantly share code, notes, and snippets.

@zamozniewicz
zamozniewicz / front-end-blogs.md
Last active July 30, 2019 03:36
Front-end blogs worth reading

##Front-end blogs worth reading##

Even though for the last few years blogs have been losing popularity to Twitter, Facebook and Google Plus and so on, they're still not dead and have not been replaced with other media.

###Articles, showcases, resources###

  • A List Apart - articles design, development, and web standards
  • DailyJS - news, tips, examples and reviews of a variety of JavaScript frameworks and modules.
  • Mozilla Hacks - one of key resources for people developing for the Open Web
@zamozniewicz
zamozniewicz / scalable-css.md
Last active December 15, 2015 20:28
Various approaches to writing efficient, scalable and maintainable CSS.
@zamozniewicz
zamozniewicz / clearfix.css
Last active December 15, 2015 06:59
Clearfix
/*
2 independent clearfix solutions for IE6+ and for IE8+
http://www.css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
http://nicolasgallagher.com/micro-clearfix-hack/
http://stackoverflow.com/questions/211383/which-method-of-clearfix-is-best
*/
/* Solution with IE8+ support */