count: 0
Saturday May 18 2024
Variables and conditional statements were widely requested by users since at least 2010. The consortium published a specification that included wording for variables back in 2012 ... but not widely implemented until 2018-19. Since the implementation, variables are not well understood and not well...
Read full article
count: 0
Saturday May 18 2024
Have a total of six utilities now. Three to minify, and three to beautify. All unique builds written in PHP.
Minify:
Minify CSS
preserves "attribution" comments - those are comments that start with /*! and end with */
typically these are destroyed by PHP minifiers because they look like...
Read full article
count: 0
Friday May 17 2024
There's a bunch of good things came out of this intensive review of CSS frameworks.
The first four are PHP scripts for real time "beautifying" and "miniizing" of CSS (and also javascript) files. Real time means that it is processing in real time while the page is loading and inserting the result in...
Read full article
count: 0
Tuesday May 14 2024
Final thoughts? well, sort of.
I've finished my own CSS Framework. Through the process, I've had the opportunity to study the structure and code of most of the major CSS frameworks. That included component based frameworks, utility-first frameworks, smaller (or "micro") frameworks, as well as...
Read full article
count: 0
Sunday May 12 2024
The articles just don't make sense. They sound like they do, they read like they do ... but until someone properly defines categories of CSS Frameworks, the articles CAN'T MAKE SENSE! Period.
That's even true of the market share statistics that are available. According to the market share...
Read full article
count: 0
Saturday May 11 2024
Bulma I am thoroughly familiar with, Bootstrap - not as much. I spent the past few days going over the classes. I was looking for the same kind of foolishness I found in other packages. Looking for useless code. Looking for ways to improve. Looking for bloat.
The result is that I am shaking my head...
Read full article
count: 0
Tuesday May 7 2024
Yesterday I wrote that I had created a conversion utility (in PHP) to take a Bulma CSS Framework grid and convert it directly into my CSS Framework. I did do that, and solved the issue of different breakpoints. I wanted to further refine the conversion utility and do a full conversion, not just the...
Read full article
count: 0
Monday May 6 2024
As I get closer to finishing up this project, thoughts turned to converting my components and some of my projects over to my new CSS Framework. Still haven't named it yet.
I did build a converter to change all the class names from Bulma CSS Framework. over to my new CSS Framework. Ran into a few...
Read full article
count: 0
Sunday May 5 2024
Spending some time going over my CSS Framework code, in particular - the grid system.
I found a small issue when it wrapped and the row conained an offset. I had forgotten to add a condition to remove the spacing on an offset ... more important, I had forgotten that an offset should be hidden in...
Read full article
count: 0
Thursday May 2 2024

Click to view full size: showing major components (navbar, sidebar, footer)
There's a joy in seeing this project come together so well. This project: my roll-your-own CSS Framework. Before I start in on this article, know that all the screen shots on this page are thumbnails ... if you click on...
Read full article