Advanced OOP For WordPress Pt. 4: Setting Up With WordPress Test Suite For Integration Testing

In my previous articles in this series, I showed how to structure a WordPress plugin using object-oriented PHP. Then I covered unit testing. Unit tests cover each component, totally isolated from all other parts of the system. Unit tests should not be concerned with how the object interacts with any dependencies including the database and …
The post Advanced OOP For WordPress Pt. 4: Setting Up With WordPress Test Suite For Integration Testing appeared first on Torque.
Read more

The backdrop-filter CSS property

I had never heard of the backdrop-filter property until yesterday, but after a couple of hours messing around with it I’m positive that it’s nothing more than magic. This is because it adds filters (like changing the hue, contrast or blur) of the background of an element without changing the text or other elements inside.

Take this example where I’ve replicated the iOS notification style: see how the background of each of these boxes are blurred but the text isn’t?…

The post The backdrop-filter CSS property appeared first on CSS-Tricks.

Read more

A Strategy Guide To CSS Custom Properties

CSS preprocessor variables and CSS custom properties (often referred to as “CSS variables”) can do some of the same things, but are not the same.

Practical advice from Mike Riethmuller:

If it is alright to use static variables inside components, when should we use custom properties? Converting existing preprocessor variables to custom properties usually makes little sense. After all, the reason for custom properties is completely different. Custom properties make sense when we have CSS properties that change relative …

The post A Strategy Guide To CSS Custom Properties appeared first on CSS-Tricks.

Read more

What’s the Best Font for Your Resume or CV?

It might sound a little silly at first, but the typeface you select for your resume design can speak volumes to potential employers. The font represents your design style and professionalism. It can also impact how the person looking at your resume perceives the information at hand. The typeface you select makes a first impression […]
Read more

50+ Best CV & Resume Templates of 2018

A first impression can either make or break your chance of landing a dream job. So choosing one of the best resume templates can give you a fantastic head start. These modern CV templates for Word, Pages, and InDesign are the perfect starting point for creating your new and improved resume! These beautifully designed resume […]
Read more

designsystems.com

The team at Figma has created a new resource for “learning, creating and evangelizing design systems” called Design Systems that already has a good collection of interviews and articles by some folks thinking about these things.

I particularly liked Jeroen Ransijn’s post on how to convince your company it’s ready for a design system, where he writes:

Building a design system is not about reaching a single point in time. It’s an ongoing process of learning, building, evangelizing and driving …

The post designsystems.com appeared first on CSS-Tricks.

Read more

Five of My Favorite Features of Jetpack

Jetpack is an official WordPress plugin directly from Automattic. It’s an interesting plugin in that it doesn’t just do *one thing* — it does a whole slew of things that enhance what your WordPress site can do. *Any* WordPress site, that is, and often with extremely little effort. Those easy win features Jesse Friedman calls light switch features, meaning you literally flip a switch in Jetpack’s settings and start benefitting. I love that.

There are dozens of features in …

The post Five of My Favorite Features of Jetpack appeared first on CSS-Tricks.

Read more

How to Use Blogging to Drive More Traffic to Your Site

Blogging is arguably the most effective way to drive continuous organic traffic to a website for a long period of time. It’s why every business from big brands such as Virgin and Starbucks to even the smallest retail stores and startups create a business blog from the very first day of the launch of their …
The post How to Use Blogging to Drive More Traffic to Your Site appeared first on Torque.
Read more

It All Started With Emoji: Color Typography on the Web

“Typography on the web is in single color: characters are either black or red, never black and red …Then emoji hit the scene, became part of Unicode, and therefore could be expressed by characters — or “glyphs” in font terminology. The smiley, levitating businessman and the infamous pile of poo became true siblings to letters, numbers and punctuation marks.”

Roel Nieskens

Using emojis in code is easy. Head over to emojipedia and copy and paste one in.

In …

The post It All Started With Emoji: Color Typography on the Web appeared first on CSS-Tricks.

Read more