Live data from Hacker News

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

foundation.zurb.com

21–29 of 29 posts

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

#22
post #6

Well, PHP was certainly a frustrating choice.

I couldn't find on the website how exactly they use PHP. Does a website need to be coded in PHP to use Foundation?

No, it doesn't, which is probably why nothing on the site even mentions PHP. Nonetheless, when you download Foundation it's presented PHP files that do just enough in the way of conditional server-side includes to scare away people that don't know PHP and don't want to have to unravel it out to try out a new CSS framework. That's why it's frustrating.

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

#24
post #8
post #6

Well, PHP was certainly a frustrating choice.

Some of us still use (and like) PHP, thank you very much. Nothing wrong with targeting a niche.

If it actually required PHP, or was somehow particularly useful to PHP users, or was even just identified on the website as a "PHP/CSS framework", that'd make sense. This isn't targeting a niche, it's firing a rifle blindfolded and hitting your neighbor's niche.

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

#25

Earlier quoted context omitted.

I haven't seen the code but the examples for Checkbox/Radio Buttons are not accessible. If I click on the label, they do nothing.Ideally, they should toggle the checkbox/select the radio button.

Works for me; both styles. Clicking on the label selects the checkbox/radio.

Maybe it was my browser then. Sorry for the false alarm.

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

#26
I like the fact that they've got boilerplate styles but their "grid" is still using floats, big strike out there.

The http://stacklayout.com/ is heaps better - using display:inline-block; for nestable grids means no more annoying column classes etc. It's a much nicer way to work

Post reply on HN