Live data from Hacker News

Zurb Foundation 5 Released

foundation.zurb.com

101–110 of 174 posts

Re: Zurb Foundation 5 Released

#101

seems kind of odd to integrate their own CLI instead of just writing a yo generator - and where is the documentation for it?

As with prior versions of Foundation, Yeoman will get plenty of generators for it. At least ZURB's CLI guarantees an easy way to get the canonical version, which is not always apparent among the various Yeoman generators. Also ZURB seems more Ruby-oriented than JS-oriented, as most of their installation methods are based on the Ruby ecosystem.

Docs are here: http://foundation.zurb.com/docs/.

Re: Zurb Foundation 5 Released

#102
post #3

Earlier quoted context omitted.

As much as Bootstrap, I imagine. Not sure if moreso or lessso though. Perhaps different use cases? It looks like developers prefer Bootstrap, not entirely sure why - perhaps something as simple as the documentation is structured better for them - or that was the initial crowd who was exposed to it.

It's just that I'm the guy that liked dojo when the world liked jquery. Should I just go with the majority and choose bootstrap?

Foundation's enough of a standard that you don't have to worry about that. It'll be around indefinitely and won't get abandoned like some hobbyist project or superseded by Bootstrap.

Re: Zurb Foundation 5 Released

#103

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

Do you really need to verify email addresses on the newsletter-signup form? Are you seeing abuse where a bad person signs up someone else?

Re: Zurb Foundation 5 Released

#104

Earlier quoted context omitted.

It's just that I'm the guy that liked dojo when the world liked jquery. Should I just go with the majority and choose bootstrap?

Foundation's enough of a standard that you don't have to worry about that. It'll be around indefinitely and won't get abandoned like some hobbyist project or superseded by Bootstrap.

My aim is to reduce downloads to mobile users but allow tabs and laptop/desktop users with bandwidth to get the full show.

Re: Zurb Foundation 5 Released

#105
post #74
post #22

Changes of note: "Interchange uses media queries to dynamically load responsive content that is appropriate for different users' browsers.” http://foundation.zurb.com/docs/components/interchange.html Offcanvas Javascript (Originally bolt-on, not bundled) http://foundation.zurb.com/docs/components/offcanvas.html "Abide is an HTML5 form validation library that supports the native API by using patterns and required attr…

What do people recommend for functionality similar to Interchange on a Bootstrap 3 site?

> What do people recommend for functionality similar to Interchange on a Bootstrap 3 site?

Why not just use Interchange itself?

Re: Zurb Foundation 5 Released

#106

I'm puzzled about the switch from camelCase to snake_case for JS as shown in http://foundation.zurb.com/docs/upgrading.html#javascript-va... . The clear convention in JavaScript is camelCase, why switch away from it? (I say this as someone who in normal life using Python and Rust uses and prefers snake_case but who uses camelCase when writing JavaScript.)

> The clear convention in JavaScript is camelCase, why switch away from it? Citation?

> Citation?

Well, it's sure as hell not window.set_timeout, window.clear_interval, window.on_load, etc.

Re: Zurb Foundation 5 Released

#107
post #22

Changes of note: "Interchange uses media queries to dynamically load responsive content that is appropriate for different users' browsers.” http://foundation.zurb.com/docs/components/interchange.html Offcanvas Javascript (Originally bolt-on, not bundled) http://foundation.zurb.com/docs/components/offcanvas.html "Abide is an HTML5 form validation library that supports the native API by using patterns and required attr…

I'm curious as to why Zepto support was removed. Zurb was pretty big on it for Foundation 3. Smaller size than jQuery, faster load time on mobile, etc. Any ideas why this was scratched?

Re: Zurb Foundation 5 Released

#108
post #107
post #22

Changes of note: "Interchange uses media queries to dynamically load responsive content that is appropriate for different users' browsers.” http://foundation.zurb.com/docs/components/interchange.html Offcanvas Javascript (Originally bolt-on, not bundled) http://foundation.zurb.com/docs/components/offcanvas.html "Abide is an HTML5 form validation library that supports the native API by using patterns and required attr…

I'm curious as to why Zepto support was removed. Zurb was pretty big on it for Foundation 3. Smaller size than jQuery, faster load time on mobile, etc. Any ideas why this was scratched?

There were some definite compatibility issues we ran into and while jQuery 2 isn't perfect, it's pretty good, good enough we felt confident switching back from Zepto. Nothing against Zepto, just pragmatism.
Post reply on HN