Live data from Hacker News

Zurb Launches Foundation 4

zurb.com

31–40 of 80 posts

Re: Zurb Launches Foundation 4

#31

Docs page doesn't seem to be loading properly for me... It's as if the CSS file isn't loading. I've tried it in 3 browsers.

You're not the only one.

I tried both the downloaded version and the master version from github. both seem to have issues. the release is missing a bunch of dependent js files.

Re: Zurb Launches Foundation 4

#32
post #29

I don't understand the whole mobile first thing? Isn't Foundation already responsive? Don't most websites built with Foundation's grid system automatically fit nicely on mobile devices? Am I missing something?

> Isn't Foundation already responsive?

Yes.

> Don't most websites built with Foundation's grid system automatically fit nicely on mobile devices?

Yes, but responsive designs always means tradeoffs, and those tradeoffs will be different depending whether you're "desktop first" and scaling down or "mobile first" and scaling up. And of course, the framework can set a course on what to check and where to start from.

Luke Wroblewski is a big advocate of tackling responsive design from the bottom ("Mobile First"): http://www.lukew.com/ff/entry.asp?933 http://www.abookapart.com/products/mobile-first and he apparently pushed for Foundation 4 to much better support this design style.

Re: Zurb Launches Foundation 4

#33
post #29

I don't understand the whole mobile first thing? Isn't Foundation already responsive? Don't most websites built with Foundation's grid system automatically fit nicely on mobile devices? Am I missing something?

Bootstrap 3 is going in the same direction.

I think it's a matter of orientation. Rather than creating a Desktop site and then scaling it down, you're creating a Mobile site and scaling it up.

I haven't really put much thought into it, but this may actually make more sense, since you're creating the minimum viable product first, and then adding to it, rather than creating a full project and then trying to figure out what to hack away.

Re: Zurb Launches Foundation 4

#36
post #34

"Not tested in 4" for add-ons http://foundation.zurb.com/icon-fonts.php . Thats unexpected. With bootstrap the whole package is ready-to-go in each release...

That's a fair point, but I can appreciate getting a new version of the main framework out and giving a nod that the add-ons haven't been tested yet. Ship sooner, right?

Re: Zurb Launches Foundation 4

#37
post #2

What's the advantage of using Foundation over Bootstrap?

I have used both extensively on both personal and work-related projects. Both are great, but Foundation gets my vote as it is lighter and much easier to work with as a designer. With Bootstrap, you are pretty much stuck with that general look unless you want to do A LOT of work. You will end up looking like every other app out there using it.

With Foundation, it is much easier to override their styling and build something that is unique. You feel more like you are working WITH a framework, as opposed to working AGAINST one - which is how I feel using Bootstrap.

Either way, you can't go wrong, but if you value saving time by not overriding a million CSS rules when designing your site - go with Foundation.

Re: Zurb Launches Foundation 4

#38

Earlier quoted context omitted.

Foundation is more flexible. Bootstrap is very opinionated. Bootstrap is awesome for people who aren't comfortable with CSS and just want to put up something quick and don't mind if it looks like every other site out there. Foundation lets you write better markup. Also, If I remember correctly... Bootstrap has caught up now, but in earlier versions, their grid wasn't nestable, which made it almost useless for suffici…

Do you have any specifics on why you consider Bootstrap more opinionated? I've used both on a few different sites and haven't really noticed this.

Bootstrap comes "designed" out of the box, Foundation is intentionally very plain and intended to be built upon (hence the name).
Post reply on HN