
CSS
Posted at CSS Tricks by Chris Coyier With more people than ever writing in Sass, it bears some consideration how we format it. CSS style guides are common, so perhaps we can extend those to cover choices unique to Sass. Here are some ideas that I've been gravitating toward.
Sass Style Guide | B-Creative
Vertical Timeline | B-Creative
Modular CSS with Media Queries and Sass | B-Creative
Posted at Impressive Webs by Louis Lazaris Most developers nowadays are recognizing that if you’re developing large applications that have different views and states, it is best to take a modular or object-oriented approach to your CSS development. When you throw media queries into the mix, however, the you can lose some of the benefits of modularity — code that’s easy to read, update, and maintain. Let’s look at different ways we can write our media queries, starting with what might be the most common approach — especially with those not yet using a preprocessor. The Common ApproachAdvanced cross-browser flexbox | B-Creative
Posted at Dev Opera by Chris Mills The CSS Flexible box module level 3 — or Flexbox for short — brings with it a lot of power and some very exciting possibilities for web development, allowing us to put together complex site layouts easily and rapidly, and dispensing with some of the illogical hacks and kludges that we've traditionally used. I dealt with the basics of Flexbox in my article Flexbox: fast track to layout nirvana? In this article I will go a bit further, looking at a more advanced example, and using Modernizr to serve different styles to browsers with differing levels of flexbox support, providing the best level of cross browser support currently available. The example I have built for this article looks like Figure 1:Create An Interactive Metro Style Grid Dashboard | B-Creative
Horizontal centering using CSS fit-content value | B-Creative
Posted at Red Team Design by Catalin Rosu Further reading : Centering Things The other day I read a good article on horizontal centering by Roger Johansson in where he explains the shrinkwrapping effect.Tricky Textarea Pulltab
How To Style A Checkbox With CSS
Posted at .net Magazine by Peter Gasston CSS’s next big challenge is to make flexible, dynamic page layouts that work across our ever-broadening range of devices. With solutions proposed and under discussion, Peter Gasston offers a snapshot of the future
The pro's guide to CSS layouts
Line-On-Sides Headers | B-Creative
In search of the perfect radius
Posted at radesign Few weeks back, I happened to read Chris Coyer’s article on nested border radii , which spurred me to do a study that I long wanted to do. In the figure below, which button looks right? Had you ever had to design such a button or in general, a rounded rectangle nested inside another rounded rectangle and wondered what should be the inner radius for a given outer radius or vice versa? That is what we’re going to find out.Wrapping Long URLs and Text Content with CSS
Posted at Perishable Press by Jeff Starr To wrap long URLs , strings of text, and other content, just apply this carefully crafted chunk of CSS code to any block-level element (e.g., perfect for <pre> tags): By default, the white-space property is set to normal . So you might see something like this when trying to force long URLs and other continuous strings of text to wrap:Posted at Appfolio Engineering by Philip Walton To many Web developers, being good at CSS means you can take a visual mock-up and replicate it perfectly in code. You don’t use tables, and you pride yourself on using as few images as possible. If you’re really good, you use the latest and greatest techniques like media queries, transitions and transforms. While all this is certainly true of good CSS developers, there’s an entirely separate side to CSS that rarely gets mentioned when assessing one’s skill. Interestingly, we don’t usually make this oversight with other languages.
CSS Architecture
Posted at CSS Tricks Say that for any reason, a new module of content needs to appear on a page. By simply appending that new module into the DOM it will instantly appear. That might be enough of an "entrance" - or it might be too subtle. I'd think when you add new content to a page, you want people to see it. Animation might be the ticket.
Fly in Newly Added Content to a Page
5 APIs that will transform the Web in 2013
Posted at maccman by Alex Maccaw It’s incredibly exciting to see how the Web is evolving, and 2013 has a lot more in store. Over the next year, there are a number of technologies coming down the pipeline that have the potential to radically transform how we use and develop for the Web.Animations-Transitions
Selectors
Images
Filters

