Latest and important posts

The importance of H1 tags

You don't have to search too far to understand the importance of the H1 tag. It's fundamental to good SEO.  Power Digital Marketing says "The H1 tag is the most important main heading on a page because it's the highest heading level tag that shows what your page or blog post is about. As a result,...

Roll your own, really, it's the only way!

As I spend more time writing my own framework, it occurs that it really is the only way to meet your exacting needs. Approach this as a developer. The first issue is how your project will appear on various browsers. You can't avoid this, it is impossible. You cannot control what browser users will...

Bulma drops to second last place

Bulma is a CSS framework that I have used in the past. I was engaged in the framework and developed quite a few websites with the code base, starting with v0.9.4. I did have some concerns ... Bulma is a huge size.  I need to make it clear: I do not use any CSS pre-processor. I use the CDN as...

A Horizontal Navbar classless redux

There is no way of creating a new CSS framework, classless or class-light, without a thorough knowledge of HTML5.  One aspect of HTML5 is the new structure the specification brings with it. Some, with controversy (or at least confusion). The new layout semantic...

Writing CSS for classless is getting easy

It really is getting easy. The key to going classless is to treat everything as a block.  First, there is the "wrapper" itself. Most of the time that is <section, or <article, or even a <div with a class name something like class="hero-wrapper" ... recognize that? It's that "wrapper"...

Another component goes classless

I stumbled onto a site that featured a responsive horizontal card. The HTML structure for each sample card was a minimum of 458 bytes. The CSS was a total of 116 lines of code. It was an interesting structure for both the CSS and HTML ... I re factored the CSS as a nested classless structure and...