The Google Mobile First Index and What It Means for Your WordPress Site

The Google mobile first index is upon us and it will further change the way we optimize our sites. Since mobile devices have surpassed desktop computers as the dominant Internet devices in 2016, the search giant has increasingly put emphasis on mobile friendliness. These days, if you don’t know how to make your WordPress website …
The post The Google Mobile First Index and What It Means for Your WordPress Site appeared first on Torque.
Read more

Handling Errors with Error Boundary

Thinking and building in React involves approaching application design in chunks, or components. Each part of your application that performs an action can and should be treated as a component. In fact, React is component-based and, as Tomas Eglinkas recently wrote, we should leverage that concept and err on the side of splitting any large chunking into smaller components.

Splitting inevitably introduces component hierarchies, which are good because they bloated components and architecture. However, things can begin to …

The post Handling Errors with Error Boundary appeared first on CSS-Tricks.

Read more

25+ Best Stencil Fonts

Looking for the best stencil fonts for your next design project? We’ve collected our favorite stencil letter fonts to give you dozens to choose from, all beautifully crafted to give you a stylish stencil effect. When it comes to designing movie posters, video game covers, and military and industrial-themed designs, you can’t go wrong with […]
Read more

Resilient, Declarative, Contextual

Keith J. Grant:

I want to look at three key characteristics of CSS that set it apart from conventional programming languages: it’s resilient; it’s declarative; and it’s contextual. Understanding these aspects of the language, I think, is key to becoming proficient in CSS.

  1. Like HTML, unknown or slightly broken CSS doesn’t stop a site in its tracks.
  2. You write something you want to happen in CSS, it happens, and a bunch of related things may happen to. I like Keith’s

The post Resilient, Declarative, Contextual appeared first on CSS-Tricks.

Read more

A First-Time Developer’s Guide for Contributing to WordPress

WordPress is huge, and so is its community. What’s more, WordPress was built on collaboration and has always been welcome to new developers contributing to the project. However, while you may want to help the platform grow even further, it can be hard to know where you could apply your skills. Fortunately, getting started with …
The post A First-Time Developer’s Guide for Contributing to WordPress appeared first on Torque.
Read more

Drawing Images with CSS Gradients

What I mean by “CSS images” is images that are created using only HTML elements and CSS. They look as if they were SVGs drawn in Adobe Illustrator but they were made right in the browser. Some techniques I’ve seen used are tinkering with border radii, box shadows, and sometimes clip-path. You can find a lot of great examples if you search daily css images” on CodePen. I drew some myself, including this Infinity Gauntlet, but in …

The post Drawing Images with CSS Gradients appeared first on CSS-Tricks.

Read more

How to Write a UX Proposal

Did you know that a great UX proposal can solidify client relationships and facilitate project management? Here’s how you write a UX proposal that will help you manage projects, and strengthen client relationships. A UX proposal is a document that outlines a UX, app or web design project. It should note what the problem is […]
Read more