Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
csswizardry
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
91.
▲
by
csswizardry
10y ago
If you’re talking about https://theandrewbailey.com/blog/ then your CSS with and without the base64 encoding looks like this: 101K 9 Dec 18:30 with.css 99K 9 Dec 18:31 with.min.css 73K 9 Dec 18:31 with.mi
92.
▲
by
csswizardry
12y ago
You can actually enable a CSS-only hack[1] to avoid using the comments. Using `display: inline-block;` allows you to manipulate grids with text-level properties (e.g. `text-align: center;` to cause grid items to fill out from the center of
93.
▲
by
csswizardry
12y ago
I came up with this (in relation to Bootstrap) in 2011: http://csswizardry.com/2011/08/building-better-grid-systems/ This then became the basis for CSS Wizardry Grids: http://csswizardry.com/2
94.
▲
by
csswizardry
12y ago
I’ve been using Finch for quite a while now, and I absolutely love it. As a lot of people have pointed out, there are several alternatives and/or competitors. But, as @lachgr points out, Finch is very user-friendly, which—to a designer
95.
▲
by
csswizardry
13y ago
They’re headquartered in Amsterdam, not SF, but Booking.com are probably worth a mention. (They have offices globally.) I was invited over to their HQ to give a talk late last year and wow . An amazing company, every employee has a huge sm
96.
▲
CSSCV – format your CV like a CSS file
(github.com)
1 points
by
csswizardry
13y ago
|
1 comments
97.
▲
by
csswizardry
13y ago
Relevant: Amazon’s $23,698,655.93 book about flies -- http://www.michaeleisen.org/blog/?p=358
98.
▲
by
csswizardry
14y ago
Hi! > I enjoyed your talk on abstracting the grid into it's own layer by adding extra markup. Thank you very much! > I was wondering if you've read Grid Systems in Graphic Design? I haven’t actually, but I’ve always fancied myself a
99.
▲
Show HN: csswizardry-grids—Simple, ‘semantic’, nestable, responsive grid system
(github.com)
3 points
by
csswizardry
14y ago
|
3 comments
100.
▲
by
csswizardry
14y ago
> Another recurrent problem is that links cannot be nested. This bit piqued my interest, so I made this: https://bitly.com/13F3dIy
101.
▲
by
csswizardry
14y ago
Qualifying selectors like that is always a bad idea because: 1) What if you ever need to use the selector on a different element? 2) A performance hit (though so slight it might as well not matter) 3) Increased specificity I have written a
102.
▲
by
csswizardry
14y ago
Yep, I should probably add something to the article about this; browsers now are so fast that tests show little to no difference :)
103.
▲
by
csswizardry
14y ago
Hey, article author here :) > A lot of great information here. Thanks! > …unless you've produced some kind of CSS monstrosity, your CSS isn't the bottleneck in your website performance. You’re definitely right insofar as selector ef
104.
▲
Responsive grid systems; a solution?
(csswizardry.com)
2 points
by
csswizardry
14y ago
|
0 comments
105.
▲
by
csswizardry
14y ago
I do try and do this, really I do :) Right from the image spriting article: > It is important to note that spriting images won’t always be necessary and/or possible. I’m not saying you should do it all the time, and I am saying you quit
106.
▲
by
csswizardry
14y ago
It’s a CSS thing, and not a fad… I wrote more about it here: http://csswizardry.com/2011/09/when-using-ids-can-be-a-pain-...
107.
▲
by
csswizardry
14y ago
> The article just read as if that idea was meant to carry over to the second example. D’oh! I’ll try reword it when I get a chance :) > I'll make a point of reading your other posts, they seem to be pretty interesting. Cool, let’s
108.
▲
by
csswizardry
14y ago
Hey, article author here! The ‘away from the norm’ bit refers only to the first example: > In the first case […] this is your context which is away from the norm. It’s not always about the norm, but about differing context. In the secon
109.
▲
Ask HN: *Absolute beginners* guide to JavaScript
1 points
by
csswizardry
14y ago
|
3 comments
110.
▲
by
csswizardry
14y ago
We’re getting on it :D https://github.com/csswizardry/inuit.css/issues/67
111.
▲
by
csswizardry
14y ago
Just poking through the source; is there a reason for selectors like this? .metro .metro-sections .metro-section.tile-span-1 #charms .charms-header a.win-command span.win-commandimage.win-commandring
112.
▲
by
csswizardry
14y ago
Broken it up! Thanks :) https://github.com/csswizardry/inuit.css/blob/master/inuit.c...
113.
▲
by
csswizardry
14y ago
For a framework it might be a nicer option, so that you can drop a module by only deleting the include reference rather than permanently deleting dozens of lines. Perhaps. It’s largely down to taste I imagine :)
114.
▲
by
csswizardry
14y ago
I personally like working that way, but I think I might split it out so that dropping an object only takes deleting one line from a file and not dozens :)
115.
▲
by
csswizardry
14y ago
I was discussing wanting to build a decent framework with my ex, and I said it would be a ‘cool’ thing to do. A brief bit of word association to-and-fro and me being reminded of the lyric/phrase ‘Cooler than a polar bear’s toenails’ I/we ar
116.
▲
by
csswizardry
14y ago
Project creator here! If anyone has any questions then please fire away. This blog post may also shed some light on a few things: http://csswizardry.com/2012/09/inuit-css-v4-oocss-sass-and-m... Cheers, H
117.
▲
Show HN: inuit.css—lightweight, Sass-based, OOCSS framework
(inuitcss.com)
14 points
by
csswizardry
14y ago
|
15 comments
118.
▲
by
csswizardry
14y ago
Thanks for the great comment! We’re really excited about faavorite and we’re thrilled to have you on board :D H
119.
▲
by
csswizardry
14y ago
Sure thing, we can grab all of those (unless any were authored by a protected user). EDIT: If you have a particularly large amount of favorites, faavorite will put you on a drip-feed import where we just grab them 200 at a time. This means
120.
▲
by
csswizardry
14y ago
We’re English so it’s hard to balance the two; we used ‘favorite’ as that’s what they’re called on Twitter but proper English has crept in in places. We’ll probably move over to all American–English at some point. Cheers! H
More ›