Live data from Hacker News

Foundation: HTML/CSS boilerplate that responds to changing screen dimensions

foundation.zurb.com

1–10 of 29 posts

Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions

#4
post #3

Sounds similar to Skeleton ( http://getskeleton.com/ ) but a little more in-depth (I noticed more attention to forms in Foundation, which is nice).

That's exactly what I thought. Anyone with more knowledge care to compare / contrast this and Skeleton?

Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions

#5
post #3

Sounds similar to Skeleton ( http://getskeleton.com/ ) but a little more in-depth (I noticed more attention to forms in Foundation, which is nice).

That's exactly what I thought. Anyone with more knowledge care to compare / contrast this and Skeleton?

Couple differences: Skeleton was designed as more of a boilerplate than a full framework, and Skeleton focuses on being responsive through breakpoints (specific sizes at which the layout shifts) rather than a percentage-based grid system.

Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions

#10
post #6

Well, PHP was certainly a frustrating choice.

Agreed, but we really wanted people to be able to unzip somewhere on their document root and go.

PHP is already installed just about everywhere, and assuming that you already have Apache running it will just work. All that said, we are only using PHP for includes, and it's trivial to switch these out with what ever language you end up using for implantation. In our case it's just replacing include with Rails render partial.

Post reply on HN