edmadrid + css   23

SASS vs. LESS - CSS-Tricks
"Which CSS preprocessor language should I choose?" is a hot topic lately. I've been asked in person several times and an online debate has been popping up every few days it seems. It's nice that the conversation has largely turned from whether or not preprocessing is a good idea to which one language is best. Let's do this thing.

"Really short answer: SASS"
css  design 
9 days ago by edmadrid
Getting started with Sass and Compass - Beginner
"So your friend, co-worker, web-buddy or whomever told you about Sass, Compass … or both. Great! Now what? In this beginner guide we take you through the first steps of getting started with Sass and Compass. We walk you through installation, creating a test project, compiling your first lines of Sass to CSS, and we even “mixin” a little Sass history."
css  tutorial 
6 weeks ago by edmadrid
Custom CSS and JS - WordPress Plugins
"Custom CSS and JavaScript allows you to add custom internal and external CSS and JavaScripts to individual posts."
wordpress  css 
8 weeks ago by edmadrid
About HTML semantics and front-end architecture – Nicolas Gallagher
"A collection of thoughts, experiences, ideas that I like, and ideas that I have been experimenting with over the last year. It covers HTML semantics, components and approaches to front-end architecture, class naming patterns, and HTTP compression."
css  html5  html 
10 weeks ago by edmadrid
Normalize.css: Make browsers render all elements more consistently.
Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.
css 
12 weeks ago by edmadrid
Another -9999px - (37signals)
The idea is still based on a fixed size element (that matches the dimensions of the image to be displayed instead of it’s text equivalent. Overflow:hidden reliably ensures that whatever we push outside the box is invisible. The difference is in how it’s pushed. Instead of a negative index, I prefer to set the height of the element to zero and instead set the top padding to the desired height. The element still ends up the right size and the text is gently nudged from view via padding. Here’s an example:
css 
12 weeks ago by edmadrid
HTML5 Boilerplate - A rock-solid default template for HTML5 awesome.
HTML5 Boilerplate is the professional badass's base HTML/CSS/JS template for a fast, robust and future-safe site.
css  javascript  html5 
12 weeks ago by edmadrid
Recreating the Nikebetterworld.com Parallax Effect
A couple of months ago, I created a jQuery Vertical Parallax Demo that manipulated CSS to make multiple backgrounds move at different speeds relative to the users movement of the scroll bar. This type of effect is slowly appearing across various websites on the web, achieved using many different techniques. Nikebetterworld took the idea to a new level.
javascript  jquery  design  css  tutorial 
12 weeks ago by edmadrid
Musings on Preprocessing - CSS-Tricks
I've been using SASS for pretty much everything I do recently. Here's some musings on the journey. From hold-ups, to trip-ups, to turn-offs. From apps and teams to workflows and syntax.
css  design  process 
february 2012 by edmadrid
Simple Responsive Design Test Page - bookmarklet - BenjaminKeen.com
The link below lets you use @lensco's Simple Responsive Design Test Page on any page, by clicking the bookmarklet. It lets you see how a page looks within different screen sizes. Very cool and simple idea. The bookmarklet lets you run it on any page (regardless of filename) and saves you the step of having to add the test page to each folder. (Only tested in FF + Chrome, I confess).
css  tools 
january 2012 by edmadrid
Bootstrap, from Twitter
Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites.
It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.
design  css 
january 2012 by edmadrid
A List Apart: Articles: Building Twitter Bootstrap
Bootstrap is an open-source front-end toolkit created to help designers and developers quickly and efficiently build awesome stuff online. Our goal is to provide a refined, well-documented, and extensive library of flexible design components built with HTML, CSS, and JavaScript for others to build and innovate on. Today, it has grown to include dozens of components and has become the most popular project on GitHub with more than 13,000 watchers and 2,000 forks.

Here we’ll shed some light on how and why Bootstrap was made, the processes used to create it, and how it has grown as a design system.
design  css 
january 2012 by edmadrid
A List Apart: Articles: Getting Started with Sass
CSS’ simplicity has always been one of its defining, most welcome features. CSS style sheets are just long lists of rules, each consisting of a selector and some styles to apply. But as our websites and applications get bigger and become more complex, and target a wider range of devices and screen sizes, this simplicity—so welcome as we first started to move away from font tags and table-based layouts—has become a liability.
css 
november 2011 by edmadrid
WebPutty: Simple, fast, and powerful CSS editing and hosting. - WebPutty
WebPutty gives you a syntax-highlighting CSS editor you can use from anywhere, the power of SCSS and Compass, a side-by-side preview pane, and instant publishing with minification, compression, and automatic cache control.
design  css 
july 2011 by edmadrid

Copy this bookmark:



description:


tags: