­

Use Cases for Flexbox

I remember when I first started to work with flexbox that the world looked like flexible boxes to me. It’s not that I forgot how floats, inline-block, or any other layout mechanisms work, I just found myself reaching for flexbox by default.

Now that grid is here and I find myself working on projects where I can use it freely, I find myself reaching for grid by default for the most part. But it’s not that I forgot how flexbox …

The post Use Cases for Flexbox appeared first on CSS-Tricks.

Read more

Upcase Developer Learning Platform is Now Free

Upcase, a subscription learning platform for developers, is now free and open to the public. The content, which includes workshops, videos, flash cards, and coding exercises, was built by thoughtbot, a design and development consultancy. “We’ve loved building Upcase, both as a business and as a way to share what (more…)
Read more

WordPress Site Not Ranking in Google? Here are 13 Possible Reasons Why

Do you ever find yourself thinking something like, “Why is my WordPress site not ranking in Google? I have done everything right! I even installed an SEO plugin! Why is this happening!? I hate my life.” I get it, it can be frustrating. Putting in all that effort to optimize your site, reading awesome articles …
The post WordPress Site Not Ranking in Google? Here are 13 Possible Reasons Why appeared first on Torque.
Read more

Durable Functions: Fan Out Fan In Patterns

This post is a collaboration between myself and my awesome coworker, Maxime Rouiller.

Durable Functions? Wat. If you’re new to Durable, I suggest you start here with this post that covers all the essentials so that you can properly dive in. In this post, we’re going to dive into one particular use case so that you can see a Durable Function pattern at work!

Today, let’s talk about the Fan Out, Fan In pattern. We’ll do so by retrieving …

The post Durable Functions: Fan Out Fan In Patterns appeared first on CSS-Tricks.

Read more

15+ Best Photoshop Smoke Brushes

Have you ever wondered how designers create those beautiful smoke effects in posters and photo manipulations? Well, all you need is a quality Photoshop smoke brush and you can create those same effects all by yourself. A smoke brush can be quite useful on many different occasions, whether it’s for adding a bit of artificial […]
Read more

70+ Modern Corporate Brochure Templates

Brochures are an incredibly important part of identity and branding for any type of business. Whether you’re keeping customers informed, marketing a new product, or selling your services. A beautiful, modern brochure template can be a great starting point. Today, we tracked down some of the most beautiful, creative brochure designs to help you quickly get […]
Read more

Polldaddy Rebrands to Crowdsignal

Polldaddy was founded in 2006 by David Lenehan in Sligo, Ireland and was acquired by Automattic in 2008. Polldaddy is a platform agnostic service providing users with the ability to create polls and surveys. Crowdsignal Logo Today, 12 years later, Automattic is retiring the Polldaddy name and replacing it with Crowdsignal. (more…)
Read more

Understanding the difference between grid-template and grid-auto

Ire Aderinokun:

Within a grid container, there are grid cells. Any cell positioned and sized using the grid-template-* properties forms part of the explicit grid. Any grid cell that is not positioned/sized using this property forms part of the implicit grid instead.

Understanding explicit grids and implicit grids is powerful. This is my quicky take:

  • Explicit: you define a grid and place items exactly where you want them to go.
  • Implicit: you define a grid and let items fall

The post Understanding the difference between grid-template and grid-auto appeared first on CSS-Tricks.

Read more

Hard Costs of Third-Party Scripts

Dave Rupert:

Every client I have averages ~30 third-party scripts but discussions about reducing them with stakeholders end in “What if we load them all async?” This is a good rebuttal because there are right and wrong ways to load third-party scripts, but there is still a cost, a cost that’s passed on to the user. And that’s what I want to investigate.

Yes, performance is a major concern. But it’s not just the loading time and final weight …

The post Hard Costs of Third-Party Scripts appeared first on CSS-Tricks.

Read more

Shared vs. Managed WordPress Hosting: Which One Is Right for You?

Your choice of web hosting is an important consideration. Getting it right is like adding jet fuel to your average car engine. However, a poor selection can hamper your site’s effectiveness, much like adding the wrong type of gas to your car. In other words, matching the right host to your needs is crucial. While …
The post Shared vs. Managed WordPress Hosting: Which One Is Right for You? appeared first on Torque.
Read more