WordPress’ Trusted Authors Program: What It Is and How You Can Get Onboard

The WordPress theme review process has become notorious for the sometimes long delay between making a submission and receiving approval. This waiting period is often understandable, given the vast array of new themes that are regularly submitted, but it doesn’t help when you’re trying to push your new product live quickly. With that in mind, …
The post WordPress’ Trusted Authors Program: What It Is and How You Can Get Onboard appeared first on Torque.
Read more

Icon Design in 2018: The Key Trends

Icons might be one of the most important – and underrated – examples of design in your portfolio. Here’s a look at icon design in 2018, plus some great examples of inspiring icons and design work. Icon elements are shown almost everywhere, but sometimes get produced as an afterthought. That shouldn’t be the case. A […]
Read more

Aspect Ratio Media Elements and intrinsicsize

If you need an aspect-ratio sized <div> (or any element that can have children), you can do it. Perhaps the cleanest way is a custom-property-sized pseudo-element that pushes the correct minimum height through padding-based-on-width.

But media elements like <img> don’t have children. The <video> tag isn’t self-closing, but when it is supported (almost always), the content of it is replaced with a shadow DOM you don’t control. Besides, these are the only two elements that “size to an external …

The post Aspect Ratio Media Elements and intrinsicsize appeared first on CSS-Tricks.

Read more

Gutenberg 3.8 Released, Adds Full Screen Mode

Gutenberg 3.8 is available for download. This release features a full screen mode that hides both the admin bar and the menu. Unlike previous versions of Distraction-Free-Writing mode where things would fade in and out of view, these two items stay hidden until full-screen mode is disabled. User Interface elements (more…)
Read more

5 Tricks to Write Eye-Catching Titles That Make Your WordPress Site Viral

With great chefs, there is always that secret ingredient that turns their dish into a masterpiece. The same goes in the world of blogging. A title is an essential ingredient that will help you drive more traffic to your WordPress site. It is one thing to come up with fantastic content, but it’s another thing …
The post 5 Tricks to Write Eye-Catching Titles That Make Your WordPress Site Viral appeared first on Torque.
Read more

Removing jQuery from GitHub.com frontend

Here’s how and why the team at GitHub has slowly been deprecating jQuery from their codebase:

We have recently completed a milestone where we were able to drop jQuery as a dependency of the frontend code for GitHub.com. This marks the end of a gradual, years-long transition of increasingly decoupling from jQuery until we were able to completely remove the library. In this post, we will explain a bit of history of how we started depending on jQuery in the …

The post Removing jQuery from GitHub.com frontend appeared first on CSS-Tricks.

Read more

HTML elements, unite! The Voltron-like powers of combining elements.

Guides, resources and discussions about Semantic HTML are often focused around specific elements, like a heading, or a sectioning element, or a list. It’s not often that we talk specifically about how we can combine HTML elements to increase their effectiveness.

Normally, when we introduce HTML, we talk about how it is used to apply meaning to content in a document, and we do this by using examples like:

  • “Is it a paragraph?”
  • “Is it a heading?”
  • “Is it a

The post HTML elements, unite! The Voltron-like powers of combining elements. appeared first on CSS-Tricks.

Read more