benspaulding + css   17

cssarrowplease
Quickly create boxes with directional arrows.
css3  css  web-development 
18 days ago by benspaulding
Conditional CSS — Adactio Journal
> 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 
4 weeks ago by benspaulding
CSS playground
A cool little playground with some nifty ideas.
css  web-development  webdesign 
february 2012 by benspaulding
Pears — Common patterns of Markup & Style
> 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
> 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 
january 2012 by benspaulding
How I Do Form Layouts
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
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
Taming Advanced CSS Selectors | CSS | Smashing Magazine
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

Copy this bookmark:



description:


tags: