4,518 reputation
1021
bio website oddbird.net
location Denver, CO
age 30
visits member for 4 years
seen yesterday
stats profile views 1,043

A multimedia artist, developer, and UI designer. I specialize in cutting-edge, semantic HTML and CSS, using Sass and Compass. I'm a core developer on the Compass project, and I developed Susy, a responsive grid tool for designers. I also specialize in writing, performance, and collaborative process.


Aug
24
revised Susy: susy-grid-background always shows 12 columns regardless of $total-cols no
edited tags
Aug
24
revised Getting Susy and Compass installed with ruby on rails
edited tags
Aug
24
revised Combining layout breakpoints in Compass Susy?
edited tags
Aug
24
revised Susy: positioning of element in root context
edited tags
Aug
24
revised susy-compass wiki excerpt
added 82 characters in body
Aug
24
wiki created susy-compass excerpt
Aug
24
suggested suggested edit on susy-compass tag wiki
Aug
24
suggested suggested edit on susy-compass tag wiki excerpt
Aug
24
revised Using Susy with Compass - what files should be installed?
edited tags
Aug
20
comment Susy grid - any (easy?) way to make 'columns' the same height?
Equal-height columns are really a distinct issue from Susy. There is no perfect answer in CSS, but there are several workarounds including using background to fake it, using table display, etc. Any of the options will work with Susy.
Aug
20
comment Susy grid - any (easy?) way to make 'columns' the same height?
You can use squish(1,1) instead of pad(1,1) if you need the extra added to margins rather than padding.
Jul
4
answered Susy: How to extend content box to cover grid-padding as well?
Jun
15
answered Combining layout breakpoints in Compass Susy?
May
29
comment “em” based css for non-proportional width and height
You don't want to use ems if you are trying to match screen size. There is no way to do that. Ems are great for many things, but you have to stick to % if you are concerned about occupying certain amounts of the screen.
May
25
comment “em” based css for non-proportional width and height
I'm not entirely sure what you are hoping to accomplish. You want to fill the screen with text, no matter what the resolution?
May
24
revised Susy: change the number of columns according to screen size
update for Susy 1.0
May
24
comment Susy: positioning of element in root context
Chrome used to struggle with sub-pixel rounding in backgrounds. You'll notice it is the background that does the jumping, not the columns themselves. Or, you'd notice that on an older version of Chrome. I can't recreate this any more.
May
24
answered Susy: susy-grid-background always shows 12 columns regardless of $total-cols no
May
13
comment Adaptive grid framework
Hi @MaximeFabre and vorpyg. Maxime is right, the syntax we have in place now is solid. At this point we're just getting the new docs ready, and waiting for Compass 0.12.2 to land firmly. Our 1.0 is vastly simpler than 0.9, and I'm happy to answer any questions you have. Cheers!
May
13
suggested suggested edit on Adaptive grid framework