benspaulding + css 17
cssarrowplease
18 days ago by benspaulding
Quickly create boxes with directional arrows.
css3
css
web-development
18 days ago by benspaulding
Conditional CSS — Adactio Journal
4 weeks ago by benspaulding
> I could just generate the content on the body element:
>
> @media all and (min-width: 45em) {
> body:after {
> content: 'widescreen';
> display: none;
> }
> }
>
> It isn’t visible, but it is readable from JavaScript:
> var size = window.getComputedStyle(document.body,':after').getPropertyValue('content');
> And with that, I can choose whether or not to load some secondary content into the page depending on the value returned:
>
> if (size == 'widescreen') {
> // Load some more content.
> }
>
> Nice!
adactio
adaptive-web-design
javascript
css
web-development
>
> @media all and (min-width: 45em) {
> body:after {
> content: 'widescreen';
> display: none;
> }
> }
>
> It isn’t visible, but it is readable from JavaScript:
> var size = window.getComputedStyle(document.body,':after').getPropertyValue('content');
> And with that, I can choose whether or not to load some secondary content into the page depending on the value returned:
>
> if (size == 'widescreen') {
> // Load some more content.
> }
>
> Nice!
4 weeks ago by benspaulding
CSS playground
february 2012 by benspaulding
A cool little playground with some nifty ideas.
css
web-development
webdesign
february 2012 by benspaulding
Pears — Common patterns of Markup & Style
february 2012 by benspaulding
> Collect, test, and experiment with interface pattern pairings of CSS & HTML. Pears is an open source WordPress theme, enabling people like you to get your own pattern library up and running quickly.
html
css
wordpress
web-development
webdesign
library
design-patterns
february 2012 by benspaulding
The separation of structure, presentation and behavior is dead — Think Vitamin
january 2012 by benspaulding
> We are standing in a new age. We need to stop saying one thing, separation, and doing another, divergence. In the end we can pretend that the principle of separation is still relevant but it doesn’t support the current movement of the web. It doesn’t help standards, browser makers don’t care.
> Most importantly we need practical principles to guide us. So we know when to say yes or no to new features in CSS and HTML. So that we can keep one eye on the vendors and the other on the web’s future. We need to accept the fact that separation of structure, presentation and behavior is dead.
think-vitamin
web-development
html
css
javascript
> Most importantly we need practical principles to guide us. So we know when to say yes or no to new features in CSS and HTML. So that we can keep one eye on the vendors and the other on the web’s future. We need to accept the fact that separation of structure, presentation and behavior is dead.
january 2012 by benspaulding
How I Do Form Layouts
may 2011 by benspaulding
Nothing groundbreaking, but a nice reference.
html
forms
css
webdesign
layout
nathan-smith
from delicious
may 2011 by benspaulding
Drop shadow with CSS for all web browsers
march 2010 by benspaulding
For when you *really* need that drop shadow in every browser. (Not often, if ever.)
css
css3
drop-shadow
from delicious
march 2010 by benspaulding
The 1KB CSS Grid
march 2010 by benspaulding
“A simple, lightweight approach”
tyler-tate
css
grid
generator
from delicious
march 2010 by benspaulding
Taming Advanced CSS Selectors | CSS | Smashing Magazine
august 2009 by benspaulding
I have been doing CSS for quite some time, yet still I found the section on CSS Specificity insightful. I have never seen it spelled out that well.
css
css3
selectors
august 2009 by benspaulding
related tags
24-ways ⊕ adactio ⊕ adaptive-web-design ⊕ animation ⊕ astuteo ⊕ background ⊕ css ⊖ css3 ⊕ design ⊕ design-patterns ⊕ development ⊕ drop-shadow ⊕ forms ⊕ generator ⊕ grid ⊕ html ⊕ javascript ⊕ layout ⊕ library ⊕ matthew-lein ⊕ nathan-smith ⊕ patterns ⊕ reference ⊕ responsive-web-design ⊕ selectors ⊕ sitemap ⊕ styleguide ⊕ think-vitamin ⊕ tiling ⊕ tyler-tate ⊕ utility ⊕ web ⊕ web-development ⊕ web-service ⊕ webdesign ⊕ webkit ⊕ wordpress ⊕Copy this bookmark: