The Low Hanging Fruit of Web Performance

I kicked off a really poppin’ Twitter thread the other day:

What are the LOWEST hanging fruit of web performance? Nothing fancy, anyone can do, big impact.

Gzip. Optimize stuff. Reduce requests…

What are other big ones?

— Chris Coyier (@chriscoyier) August 17, 2018

So, I decided to round up all the ideas (both my own and yours) around that in a post over on the Media Temple blog.

These are the things we dive into in that post:…

The post The Low Hanging Fruit of Web Performance appeared first on CSS-Tricks.

Read more

Design Trend: Bubble & Blob Backgrounds

Have you noticed all the fluid, boundless shapes in design projects recently? The use of bubbles and blobs is trending. From simple circles to interconnecting loops, to full-screen blobs that move and shift, to simple “blobby” animations, this trend is popping up everywhere. The nice thing is that while using bubbles and blobs is a […]
Read more

Changes on CSS Grid Layout in percentages and indefinite height

This is a wonderfully nerdy deep dive into a very specific CSS change by Manuel Rego Casasnovas. Here’s a bit of terminology we should know:

First question is, what is an indefinite size? The simple answer is that a definite size is a size that you can calculate without taking into account the contents of the element. An indefinite size is the opposite, in order to compute it you need to check the contents first.

And then goes on to …

The post Changes on CSS Grid Layout in percentages and indefinite height appeared first on CSS-Tricks.

Read more

Hemingway Theme Adds Gutenberg Support

Anders Norén has added Gutenberg support to his popular Hemingway theme in the latest update, version 1.66. The theme has a simple, timeless design that appeals to both bloggers and business owners alike. It is active on more than 30,000 websites and some of those site administrators are using Gutenberg. (more…)
Read more

8 Kinds of Newsletter Sign Ups You Should Have on Your Blog

Email newsletters are a great way to keep customers interested in your brand. In fact, a survey of retail professionals found that 80 percent of them use email marketing for both customer acquisition and retention. Getting website visitors to sign up for your email list can be a challenge, however. Part of what makes this …
The post 8 Kinds of Newsletter Sign Ups You Should Have on Your Blog appeared first on Torque.
Read more

Old Timey Terminal Styling

I saw a little demo the other day called HTML5 Terminal. It has some functionality, but it seems like it’s just kinda for fun. That said, I loved the aesthetic of it! Blurry monospace type with visible monitor lines and a glowing green background — nice!

Let’s re-create that, bit-by-bit.

A radial gradient is perfect for the glowing green background:

body {
background-color: black;
background-image: radial-gradient(
rgba(0, 150, 0, 0.75), black 120%
);
height: 100vh;
}

I’m so used …

The post Old Timey Terminal Styling appeared first on CSS-Tricks.

Read more

Jetpack’s Social Integration Features

One of the many things we use Jetpack for here on CSS-Tricks is all of its features related to social media integration. For example, Jetpack can automatically share published content to different social media accounts simultaneously, add sharing buttons to your site’s theme, and allow for social login on the comment form. There is even more than that, but let’s dig into these three as we use them.

Auto-Sharing Posts

I like the idea that everything we published goes out …

The post Jetpack’s Social Integration Features appeared first on CSS-Tricks.

Read more

20+ Best Rainbow Background Textures

Using multi-colored backgrounds in a website or graphic design is a popular trend these days. And, with the help of the rainbow backgrounds in this collection, you’ll be able to give a beautiful and an attractive multicolor look to your designs while also keeping a professional edge. We handpicked these rainbow background textures to fit […]
Read more

30+ Best PowerPoint Templates of 2018

The key to winning your audience is a perfectly designed PowerPoint presentation. Whether you’re speaking at a conference, pitching to an investor, or talking about sales projections at a business meeting, this collection of the best PowerPoint templates will help you speak to your audience. The way you design your PowerPoint slides will play a […]
Read more