Live data from Hacker News

Less Framework 2.0 Released

lessframework.com

21–29 of 29 posts

Re: Less Framework 2.0 Released

#21
post #13

Very cool, but I seem to be having issues with it on the iPhone. Your site loaded correctly in portrait on the first load, but when I rotated to landscape there was an additional black bar maybe 100px wide on the right side of the page, allowing horizontal scroll. Once you've rotated to landscape, the page does not resize back to portrait until you close the page and open it again.

Right, for some reason, after rotating to landscape and then rotating back to portrait, you have to zoom in before you can zoom back out. I assume this is due to the meta viewport properties in use: initial-scale=1.0, width=device-width, height=device-height Without height=device-height, rotating to landscape screws up the zooming completely. With it, your bug happens. The only solution for both problems is setting m…

Have you filed a bug? Please do and reply with a bug number.

Re: Less Framework 2.0 Released

#22
I love the idea of this, but I'd have to tweak the execution of the desktop version to make it work on commercial projects. The massive width and low number of columns would only allow for chunky and unsubtle layouts. Fine for a couple of marketing pages but not so great for most polished apps.

The reason 960's 12 column works so well is because 12 is the lowest number divisible by both 2 and 3, so you can have the page divided into halves, quarters, thirds and so on, plus you can double the columns to 24 without losing ratios if you really need to get fine-grained. 8 is a bit less flexible.

Re: Less Framework 2.0 Released

#23
post #22

I love the idea of this, but I'd have to tweak the execution of the desktop version to make it work on commercial projects. The massive width and low number of columns would only allow for chunky and unsubtle layouts. Fine for a couple of marketing pages but not so great for most polished apps. The reason 960's 12 column works so well is because 12 is the lowest number divisible by both 2 and 3, so you can have the p…

Yup, you’re definitely right on all counts there. The idea is the main “product”, so I’m glad people are liking it. Most people will probably end up customizing the column counts and exact layout widths anyway. :)

Personally, I chose 2->5->8 columns due to how well they happen to fit into a 24 px baseline grid, and because they’re parts of the Fibonacci sequence, meaning they’re easy to divide into harmonic layouts. 12 just never looks right, and 16 is far too unrestrictive.

Re: Less Framework 2.0 Released

#25
post #17

Note: this is not LESS the CSS preprocessor, it's a CSS framework focused on creating layouts that target multiple devices.

Some of us think of 'less' primarily as a unix pager...which I'm pretty sure predates all of these.

And the expression "less is more" which predates that.

Re: Less Framework 2.0 Released

#26

Browsers that don't support media-queries, like ie8 and below, simply ignore everything inside inline media-queries. This means they'll use the default five-column layout – which is more than sufficient for desktop usage – and ignore everything else. the 5-column layout is 768px wide is default fir older browsers. Which means i get to see 768px wide layout even on my netbook which easily supports the usual 960px? Gue…

Yep, netbooks get the 768 px layout. I figured fully supporting tablets and 1280 px laptops is more important than using up a couple hundred more pixels on netbooks. Tradeoffs, tradeoffs…. No custom layout generators or bells or whistles, sorry. Kept this intentionally simple. :)

Nah. It's ok if you don't cater to all joni :)

Guess this is the only framework that's keeping up with new browser functions available. Sizeunds awesome to me.

Re: Less Framework 2.0 Released

#28
post #17

Earlier quoted context omitted.

Some of us think of 'less' primarily as a unix pager...which I'm pretty sure predates all of these.

And the expression "less is more" which predates that.

I though the expression was "less is more that more". http://en.wikipedia.org/wiki/Less_(Unix)
Post reply on HN