Stop the cascade · Deep Thoughts by Mark Otto
12 weeks ago by tbrown
Mark Otto: "Find ways to isolate components and make them more durable by limiting the scope of their CSS. You’ll discover that components can be more easily rearranged without causing adverse effects and the amount of code necessary will likely decrease."
CSS
Well-Formedness
12 weeks ago by tbrown
Gridset
march 2012 by tbrown
"Gridset is a tool for making grids. It lets you create whatever type of grid you want: columnar, asymmetrical, ratio, compound, fixed, fluid, responsive and more. It serves multiple grids to your site based on breakpoints for different devices. Using it is as simple as embedding a link."
Type
CSS
RWD
Layout
Grids
march 2012 by tbrown
CSS Column Breaks | Trent Walton
february 2012 by tbrown
"Rather than using a more traditional HTML & CSS column/grid approach, I opted for column-count to keep everything extra efficient & scalable. The trouble is, sometimes content gets split across columns awkwardly."
CSS
Layout
Type
february 2012 by tbrown
LukeW | An Event Apart: Detail in Web Typography
january 2012 by tbrown
Luke Wroblewski: "In his presentation at An Event Apart in Minneapolis MN, Richard Rutter walked through a preview of the detailed typographic control CSS3 will offer in the future. Here's my notes from his talk."
Type
CSS3
CSS
Richard-Rutter
OpenType
january 2012 by tbrown
umbrUI - CSS3 Shadow DOM styling
september 2011 by tbrown
"Basically this demo is about selecting those special [Shadow DOM] pseudo elements and style them with CSS. And to make this Shadow-DOMing game even more fun, more rules: No images, no extra markup and no JavaScript (the browser already adds the functionality)."
Shadow-DOM
CSS
Forms
september 2011 by tbrown
How Do Browsers Render the Different CSS Border Style Values?
september 2011 by tbrown
Louis Lazaris: "Just like form elements, you’ll never get these looking exactly the same cross-browser, and neither should you want to. But if nothing else, it’s interesting seeing how the different browser makers interpret these different values."
CSS
Browsers
Borders
september 2011 by tbrown
Sassy Mother Effing Text Shadow
september 2011 by tbrown
"There shouldn’t be more. I’d like to tell you that a masked gunman made me make a Lorenz Attractor in Sass. But the truth is that it was just bad judgement. For the love of all that is good don’t use this anywhere. The CSS is just out of control. View source at your peril."
CSS
text-shadow
Sass
september 2011 by tbrown
Masonry CSS
july 2011 by tbrown
Radu Chelariu: "CSS columns. Granted, their purpose is to display text in columns like a newspaper, but their display mode is exactly what’s needed to recreate the Masonry effect."
css
layout
july 2011 by tbrown
Controlling Web Typography
february 2011 by tbrown
Trent Walton: "Lettering.js is a solution, but perhaps it’s not the ultimate solution. […] Here’s a brief timeline recounting what’s already been discussed."
Type
JS
CSS
february 2011 by tbrown
New Bulletproof Font-Face Syntax
february 2011 by tbrown
Ethan Dunham: "The hack that makes this work is the '#' following the EOT filename. Seriously."
CSS
Type
@font-face
february 2011 by tbrown
Moving Highlight
january 2011 by tbrown
Chris Coyier uses radial gradients and jQuery to produce a subtle highlight that follows a user's mouse.
CSS
jQuery
JS
january 2011 by tbrown
Remove unused CSS - CSS Optimizer
january 2011 by tbrown
"Our tool explores the pages of your site automatically, find the unused CSS selectors and creates new clean CSS files you can download."
CSS
january 2011 by tbrown
CssUserAgent (cssua.js)
january 2011 by tbrown
Script that adds UA-specific CSS classes to the <html> tag.
CSS
JS
Browsers
january 2011 by tbrown
CSS formatting
december 2010 by tbrown
"Been thinking about formalizing a style guide for CSS as CSS3 includes some especially complex syntax."
CSS
december 2010 by tbrown
Controlling text size in iOS Safari
december 2010 by tbrown
Roger Johansson on viewport width settings and text zooming.
Type
CSS
HTML
iOS
december 2010 by tbrown
ProCSSor - Advanced CSS Prettifier
december 2010 by tbrown
Tool for auto-organizing CSS files.
CSS
Utilities
december 2010 by tbrown
Hardboiled Web Design
december 2010 by tbrown
Video of Andy Clark's talk at DIBI 2010.
HTML
CSS
Web-Standards
Design
december 2010 by tbrown
Sass - Syntactically Awesome Stylesheets
december 2010 by tbrown
"Sass is an extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more. It’s translated to well-formatted, standard CSS using the command line tool or a web-framework plugin."
CSS
december 2010 by tbrown
24 ways: My CSS Wish List
december 2010 by tbrown
What Inayaili de León would like to see made real. Lots of thoughtful typographic stuff here. Great list.
Type
CSS
december 2010 by tbrown
The History of CSS Resets
december 2010 by tbrown
Michael Tuck: "By using a CSS reset, you’re setting the styles of the fundamental CSS elements to a baseline value, thusly rendering the browsers’ varying style defaults moot."
Type
CSS
december 2010 by tbrown
Type study: A layered text shadow
december 2010 by tbrown
Ryan Essmaker for Typekit: "The header and quote at the bottom of the site are set apart by a text shadow. This gives it a three-dimensional feel and emulates offset printing mishaps occasionally seen in newspapers."
Type
CSS
december 2010 by tbrown
Type-a-file
november 2010 by tbrown
"A simple CSS stylesheet that adhered to best typographic practices that anyone could just grab and run with."
Type
CSS
from twitter_favs
november 2010 by tbrown
Lettering.js
october 2010 by tbrown
"Web type is exploding all over the web but CSS currently doesn't offer complete down-to-the-letter control. So we created a jQuery plugin."
Type
CSS
jQuery
from twitter_favs
october 2010 by tbrown
HTML5Rocks - Quick hits with the Flexible Box Model
october 2010 by tbrown
Paul Irish: "I'd bet that you've done your fair share of styling elements to be arranged horizontally or vertically on a page. As of yet, though, CSS has lacked a suitable mechanism for this task. Enter the CSS3 Flexible Box Module, or Flexbox for short."
CSS
Layout
october 2010 by tbrown
YUI 2: Fonts CSS
september 2010 by tbrown
Yahoo's recommendations for font size normalization across browsers and the method recommended by HTML5 Boilerplate. Explains why to use percentages to size type, rather than pixels or ems, and has a reference for common type sizes.
Type
CSS
Measurement
september 2010 by tbrown
Lucida Improved Font Stack
september 2010 by tbrown
Matt Wiebe explores the @font-face definition's src property to make a single family out of visitors' local Lucida Grande and Lucida Sans fonts.
Type
CSS
september 2010 by tbrown
Less.js Will Obsolete CSS
june 2010 by tbrown
"Very soon we’ll see the next evolution of LESS. The new change will be bigger than any previous implementation or update because LESS has now been re-implemented in JavaScript. What this means is you no longer need Ruby, ASP or PHP to use LESS, you just need a browser.
Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a link to the script in your HTML, and…that’s that. LESS is now going to process LESS code so instead of including a link to a CSS file, you’ll include a link directly to your LESS code. That’s right, no CSS pre-processing, LESS will handle it live."
CSS
JS
Less.js is a JavaScript implementation of LESS that’s run by your web browser. As any JavaScript, you include a link to the script in your HTML, and…that’s that. LESS is now going to process LESS code so instead of including a link to a CSS file, you’ll include a link directly to your LESS code. That’s right, no CSS pre-processing, LESS will handle it live."
june 2010 by tbrown
Code Standards | Isobar
april 2010 by tbrown
"By maintaining consistency in coding styles and conventions, we can ease the burden of legacy code maintenance, and mitigate risk of breakage in the future. By adhering to best practices, we ensure optimized page loading, performance and maintainable code."
HTML
CSS
JS
april 2010 by tbrown
The history of a model for fonts on the Web
march 2010 by tbrown
SXSW presentation from Bert Bos, co-creator of CSS, on why we are where we are: "When W3C proposed to resurrect the Fonts Working Group in order to standardize the next version of EOT, the three browser makers [Opera, Mozilla, Apple] protested violently."
W3C
CSS
Type
Web-Standards
WOFF
Typography
march 2010 by tbrown
Cross Browser CSS Transforms – even in IE
march 2010 by tbrown
Zoltan Hawryluk: "The CSS transform property allows developers to rotate, scale, and skew blocks of HTML via CSS. Although you can do the same thing with images in Photoshop or The GIMP, using CSS transforms allows developers to do the same thing with any HTML markup and allows users to select the text within the transformed object."
CSS
march 2010 by tbrown
Smoother @font-face embedding in IE 7 & 8
march 2010 by tbrown
Disabling ClearType with CSS filter and zoom properties.
Type
CSS
Browsers
march 2010 by tbrown
CSS Fonts Module Level 3 - Editor's Draft
march 2010 by tbrown
"This CSS3 module describes how font properties are specified and how font resources are loaded dynamically. The contents of this specification are a consolidation of content previously divided into CSS3 Fonts and CSS3 Web Fonts modules."
CSS
Type
from twitter_favs
march 2010 by tbrown
jQuery Masonry
february 2010 by tbrown
David DeSandro: "Masonry is a layout plugin for jQuery. Think of it as the flip side of CSS floats. Whereas floating arranges elements horizontally then vertically, Masonry arranges elements vertically then horizontally according to a grid. The result minimizes vertical gaps between elements of varying height, just like a mason fitting stones in a wall."
JS
CSS
february 2010 by tbrown
Sub-Pixel Problems in CSS
march 2008 by tbrown
John Resig: "The problem then becomes: Which way do you round the number? Up, down, or a mixture of the two?"
Type
CSS
Measurement
march 2008 by tbrown
related tags
@font-face ⊕ Animation ⊕ Borders ⊕ Browsers ⊕ css ⊖ CSS3 ⊕ Design ⊕ Forms ⊕ Grids ⊕ HTML ⊕ iOS ⊕ Javascript ⊕ jQuery ⊕ JS ⊕ layout ⊕ Measurement ⊕ OpenType ⊕ Opera ⊕ Richard-Rutter ⊕ RWD ⊕ Sass ⊕ Shadow-DOM ⊕ text-shadow ⊕ Type ⊕ Typography ⊕ Utilities ⊕ W3C ⊕ Web-Fonts ⊕ Web-Standards ⊕ Webkit ⊕ Well-Formedness ⊕ WOFF ⊕Copy this bookmark: