Live data from Hacker News

Zurb Foundation 5 Released

foundation.zurb.com

51–60 of 174 posts

Re: Zurb Foundation 5 Released

#51
I use Bootstrap, but it looks to me like Foundation5 is a better framework and is making faster progress. Especially I like Foundations use of SASS.

Problem is - some widgets I depend on - like date-pickers and X-Editable - only support Bootstrap.

Re: Zurb Foundation 5 Released

#52

I've tried to use Foundation before and it's responsive grid was ghastly. This was the first time I tried anything responsive mind you. So I jumped towards Bootstrap 3 and it's grid was phenomal to use. Predictable, simple and quick to iterate - everything I wanted. I'm going to give this release a try. The interchangable items based on device widths looks fantastic! I'm really excited to give Zurb a try. :)

Really? I'm using Bootstrap because it's prettier, but I've always found the Foundation grid system way better.

Re: Zurb Foundation 5 Released

#53

So for the HTML deficient are there any template sites for foundation yet? These exist for bootstrap, and for someone who doesn't have even a single bone of design talent in his body they're a godsend.

Hi. Our company, Blue Jay Themes, specializes in making good-looking Foundation themes. Please follow us on Twitter and we’ll let you know when we launch in just a couple of weeks. Another great way to stay updated is by subscribing to our newsletter, which can be found on our website. Thanks.

http://www.bluejaythemes.com/ http://www.twitter.com/bluejaythemes

Re: Zurb Foundation 5 Released

#54

Looks like it dropped support for IE8, which unfortunately eliminates this as an option for a lot of client work. Seems like a solid go-to for more forward-thinking projects though.

I suspect that will no longer the case much longer, if it's not already. One of the sites I run has a VERY non-techncical/older skewing customer base, and even in that group IE Also, a year ago non-IE browsers were split pretty much 50/50 with IE, but now down to about 35/65. (Chrome and Safari were the big risers, Firefox actually dropped from 2nd to 5th)

Re: Zurb Foundation 5 Released

#55
post #39

Earlier quoted context omitted.

I believe Foundation is much better for front-end design than Bootstrap. The main benefit of Bootstrap is in backend design because it managed to get more popular and consequently its much easier to find 'bootstrap ready' js based widgets etc

Maybe I'm misunderstanding what you're saying, but how does Bootstrap's popularity make it better for backend design?

I think he's confusing javascript with "backend".

Re: Zurb Foundation 5 Released

#56
post #24

Is Foundation better than Bootstrap? I'm genuinely curious, as they seem functionality equivalent. Of course, one uses SASS and one uses LESS. I knew LESS, so I picked Bootstrap. But I'm more than willing to switch.

The only thing you get with bootstrap at this point is an insane amount of plugins (datepickers, etc). In general, you just have to pick the vanilla jquery plugins and theme them up to use foundation's syntax. I just recently did this with xeditable and poshytip. I'll take the semantics of foundation any day. Love this framework.

You could also argue than a plugin that ships with hard-wired skin for only one CSS framework is a signal of bad underlying engineering, i.e. no separation of concerns

Re: Zurb Foundation 5 Released

#57

Looks like it dropped support for IE8, which unfortunately eliminates this as an option for a lot of client work. Seems like a solid go-to for more forward-thinking projects though.

Foundation 4 had also dropped IE8 support.

For basic stuff like the grid, it's quite easy to manually add IE8 support, given that you're never going to be seeing IE8 on a mobile phone or tablet. For some of the more advanced components you could run into issues.

Re: Zurb Foundation 5 Released

#58
I think it's worth noting that Bootstrap and Foundation may not be comparing apples to apples.

Bootstrap has more styles so you can...bootstrap. Foundation is meant to be a foundation to build on.

That being said, of course their functionality is very close, but be aware of the core differences in outlook between the 2.

Re: Zurb Foundation 5 Released

#59
post #24

Earlier quoted context omitted.

The only thing you get with bootstrap at this point is an insane amount of plugins (datepickers, etc). In general, you just have to pick the vanilla jquery plugins and theme them up to use foundation's syntax. I just recently did this with xeditable and poshytip. I'll take the semantics of foundation any day. Love this framework.

You could also argue than a plugin that ships with hard-wired skin for only one CSS framework is a signal of bad underlying engineering, i.e. no separation of concerns

I fully agree with this. It's one of the things I love about datatables.js. The library comes with the ability to edit the sdom and templating for just about everything that library produces. The only funky shit is getting foundation to properly apply it's js to ajaxed content.

Re: Zurb Foundation 5 Released

#60

I don't know why (maybe I'm just not good with css and html in general), but I'm always confused when looking at these grid systems. Trying to use zurb in a project now and I'm kinda lost. Any good resources other than their docs for sort of showing how to use zurb in a full project?

Where are you hung up? It might just be something simple that I, or anyone else around here can answer quickly. Everything I learned was from trial and error through messing with F4's grid system.
Post reply on HN