Why use Compass in a Sass project?
Why use Compass in a Sass project?: I definitevely don’t have anything against Bourbon, and we can actually use it with Compass (Bourbon for most CSS3 and Compass for utilities, spriting, compilation...
View ArticleCSS Filters in the Real World
Filter effects landed in WebKit quite some time ago, but it’s never easy to find an application in the real World for the new CSS hotness, so I never had the chance to actually experiment with them....
View ArticleFifty Shades of BEM
As a development concept becomes popular, it is common to witness programmers forking it to fit various workflows and habits. This is resulting in a very fragmented landscape of implementations. It is...
View ArticleWriting the best CSS when building with HTML5
Writing the best CSS when building with HTML5: HTML agnostic means to use as little HTML in your CSS (or none). The key factor here is to avoid becoming markup reliant and avoid declaring qualified...
View ArticleJulio's Blog: Hiring front-end developers
Julio's Blog: Hiring front-end developers: julio-ody:I’ve been getting a handful of emails offering me front-end jobs recently. Probably about time I admit that I like spending most of my time doing...
View ArticleBrett Jankord – Modular CSS: Thoughts on SMACSS modules
Brett Jankord – Modular CSS: Thoughts on SMACSS modules: In his blog, Brett Jankord goes through the most popular ways of calling CSS constructs: object, component, module… and what their inventors...
View ArticleIn her talk at TexasJavaScript 2013, Nicole Sullivan explains...
In her talk at TexasJavaScript 2013, Nicole Sullivan explains how OOCSS and Sass can work really well together. She goes through her first steps with Sass and what it added to her workflow.The...
View ArticleBBC: Responsive News Back to Using jQuery
responsivenews:When we started the responsive refactoring of BBC News, one of the core strategies was to take performance really seriously (super serious). Because of this we decided to use a...
View ArticleBBC News: Responsive Web Design and Mustard
Talk given at SudWeb 2013 in French (http://www.sudweb.fr/2013), on May 17th, followed by Greewich University on May 24th.This talk covers the core principles behind Responsive Web Design at BBC...
View ArticleApple Is Using Sass, And They're Doing It Wrong
Sass gets new signs of recognition in the industry as more startups and major companies add the most famous CSS preprocessor to their toolbelt every day. Today, it is unlocking a gold achievement:...
View ArticleName Your Sass Variables Modularly
Name Your Sass Variables Modularly: When working with CSS preprocessors like Sass, Less (or any other programming language for that matter) you’re going be leveraging the power of variables. However,...
View Articletrue: Testing tools for Compass/Sass
true: Testing tools for Compass/Sass: A testing framework for Sass, enabling us to produce even more robust front-end code.
View ArticleLooking Into the Future of Sass
Looking Into the Future of Sass: Hugo Giraudel sheds light on what we can expect in Sass 3.3.
View ArticleTry Sass
Try Sass: A site that allows people to try Sass by typing alphanumeric characters into their home computer terminal - all done over the information superhighway. We call these people cyber-sasstronauts.
View ArticleIn his presentation at CSSDay, Stephen Hay goes through the...
In his presentation at CSSDay, Stephen Hay goes through the history of layout on the web, and explains the principles behind the next generation CSS concept for component-level layout: flexbox...
View ArticleHopping Back on the Writing Wagon
About twenty months ago, I was writing constantly. I wanted needed to share what I had learned during my years of experience in a web agency. I was also writing a book and maintaining this blog fairly...
View ArticleWraith: a front-end regression testing tool by BBC Responsive News
Wraith: a front-end regression testing tool by BBC Responsive News: responsivenews:Today we are announcing the release of a front end regression testing tool called Wraith. This tool is something we...
View ArticleIn this internal teach & learn session at Paypal, Hoa Doan...
In this internal teach & learn session at Paypal, Hoa Doan Klein goes through the core principles behind OOCSS and SMACSS, and then explains how her team applied those principles to build their...
View ArticleIn his talk at Smashing Conference 2013, Nicolas Gallagher walks...
In his talk at Smashing Conference 2013, Nicolas Gallagher walks us through his path to CSS architecture, when and why we need it.Nicolas also speaks about the Suit framework he created, an HTML/CSS...
View ArticleObjects in Space
Objects in Space: In this post, Andrew Colclough describes how he breaks down BEM objects (blocks) into Sass partials.One of the best introductions I have read on the topic of CSS architecture using...
View Article