count: 0
Sunday September 29 2024
Bootstrap market share falters ending with a 1.6% market share loss (78.7% one year ago, to today's 77.1%).
Foundation also loses market share from 2.3% to 2.1%.
Tailwind becomes a market share darling, taking their market share from 0.5% to 0.8% ... a 0.3% gain.
Materialize and Materialize...
Read full article
count: 0
Saturday September 28 2024
It occurs to me that the vast majority of components for frameworks are purpose-built. And I need to point out – there's nothing wrong with that.
Obviously there is something behind this article.
I've been building components for CSS Blade, my new CSS Framework. Headers, footers, and alternate...
Read full article
count: 0
Monday September 16 2024
I'll be adding to this post over the next few hours. But here's the start:
Grid CSS Blade module is 7Kb raw, 5Kb minified. Three types of grid, all based on CSS Grid:
Page Layout with 3, 4, and 5 rows. The "standard" one is 3 rows for a Header, Main, and Footer.
The 4 and 5 row layouts are to...
Read full article
count: 0
Sunday September 15 2024

Offsets are not possible with CSS Grid.
Do a quick Google search and you'll find many sites with work-arounds. One of the most promising is by having a div wrapper and "push" the contents to end up with a pseudo offset.
The most prevalent comment is "why use offsets?" suggesting, of course, that...
Read full article
count: 0
Sunday September 15 2024
The only corded circular saw I have ever owned is a Skil brand saw. I still have it some 50 years after I bought it (haven't used for at least 30 years though).
My circular saw of choice now is a Dewalt 6-1/2" 20v. The model number is DSC391. The one before that was the 18v version (model DSC390, I...
Read full article
count: 0
Sunday September 15 2024
My table saw is an inexpensive Mastercraft Sliding Table Saw. Inexpensive is the polite way of describing it. It's cheap ... cheaply made, and no part has any accuracy. My "owner" experience so far is quite negative. My bad, I already knew Mastercraft tools were absolute junk. If you are ever in a...
Read full article
count: 0
Sunday September 15 2024
Some time back I wrote an article on the 12 column grid system used by most CSS Frameworks. If it's not clear, I was questioning why 12 columns The number seems arbitrary. I have also seen grids that are fewer columns and some that are more columns.
I have had to revisit this while trying to end...
Read full article
count: 0
Friday September 13 2024

From a fully functional and responsive Navbar, I wanted the ability to have any HTML inside a submenu – creating what is known as a "Megamenu". Here's what my Navbar looks like. The menu links "Instore" and "Online" are destined to become HTML submenus. The image below shows a regular...
Read full article
count: 0
Thursday September 12 2024

Users can select their preference for Light or Dark mode in the browser settings.
There are also a considerable number of browser extensions (or add-ons) to help users alter their browser's display of websites. Some enhance sizes, some enhance colors, some offer their own version of Light or...
Read full article
count: 0
Wednesday September 11 2024
A growing trend, and likely now the majority, is Dark mode in websites. I've heard Dark mode referred in other terms too, including Night mode.
Most browsers have an "appearance" setting to indicate the user's preference to view websites in Automatic, Light, or Dark. That setting assumes the...
Read full article