roachhd / fluid-grids

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fluid-grids

Simple calculator to convert fixed-width columnar grids into fluid ones.

Since porting CSS Wizardry over to Jekyll I lost the ability to self-host my PHP-based fluid grids calculator (previously at csswizardry.com/fluid-grids).

A lot of people have asked where it went, and rightly so, so I rewrote the PHP from memory and decided to open source it. If you’re a nifty PHP dev:

  1. Please don’t laugh at this code! It was written in one go off the top of my head; the old version was a litte more robust, but even more messy.
  2. Please consider helping to tidy it up. Better structured, better documented, perhaps having some checks in place to make sure the values passed in are integers, and that they aren’t big enough to make a 1000k loop, and so on.
  3. It would also be pretty cool to get a JS port that can be hosted on GitHub Pages… ;)

To run the code without having a local environment set up, copy and paste it into here and adjust your values accordingly.

Cheers,
H

About

License:Other