Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
foundation.zurb.com
Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
1–10 of 29 posts
Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
#2Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
#3Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
#4Sounds similar to Skeleton ( http://getskeleton.com/ ) but a little more in-depth (I noticed more attention to forms in Foundation, which is nice).
Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
#5Sounds 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
#6Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
#7Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
#8Well, PHP was certainly a frustrating choice.
Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
#9Well, PHP was certainly a frustrating choice.
Re: Foundation: HTML/CSS boilerplate that responds to changing screen dimensions
#10Well, PHP was certainly a frustrating choice.
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.