All Projects → csswizardry → fluid-grids

csswizardry / fluid-grids

Licence: other
No description, website, or topics provided.

Programming Languages

PHP
23972 projects - #3 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].