Category: Web Development

Using More Dynamic Components

Making your templates, layouts, and sections more dynamic is a very useful step in making smarter websites. It’s easier to change things, it’s less work overall, and it’s easier to make it simple for the clients to edit. Most page builders have dynamic features and templating methods, so that’s great news for all of us. […]

Interview with Louis about Breakdance

This is a super special treat! I had the chance to interview Louis, the CEO of Breakdance, and ask him about all kinds of things concerning the Breakdance builder.  Get Breakdance So that’s all great, and you want to get a copy for yourself? Please consider using my affiliate link, which costs no extra to […]

Let’s make a Woocommerce shop with Breakdance

Here’s a free course on how to make a Woocommerce shop with Breakdance. If you need to get Breakdance, please use this (affiliate) link to help fund this venture. Why Breakdance? So yeah, I’ve been playing with it for a while, and it’s really good. The Playlist The video below is a playlist, you can […]

Make your own custom plugin

I’ve seen people regularly ask how they set up a quick development environment that has all the settings ready for them to dive in. Basically, installing the theme and plugins that they always work with can be time-consuming and just plain old boring at times. Also, it’s easy to forget things. Some Options Here are […]

Quick Intro to CSS variables

CSS custom properties can be set and used as variables. Let’s learn the basics of CSS variables, and how cool they can be. They look like this: And when you need to use that dark green anywhere on the site, you use the custom property inside a var() as a variable like this: It works […]

Breakdance Alpha 1 – Quick review

If you’re checking out this review, I’m sure you’ve heard of Oxygen Builder by Soflyy. Also, if you’re checking out this review, I’m sure you’ve heard that Soflyy has released an alpha version of their new page builder, named Breakdance. And lemme tell you.. people are reaching for their pitchforks. Background So before we get […]

Useful ACF basics with your page builder

This tutorial is going to show how to build pages/templates that will not break. With your page builder of choice, with the free version of ACF, without code.

Responsive Web Typography Crash Course

Here’s the quickest way to make your web typography responsive… without using any media queries! WHAT?!?

5 Ecommerce Tips for the Holidays

Note: I had recently written a slightly different article under a similar premise for the company I work at, and I thought I could write another one, this time, a little more catered towards designers, developers, and/or e-commerce shop owners. Holiday season is closing in. Ecommerce is becoming increasingly more important. Yada yada. Right. Hook […]

Getting the anchor links to align properly

I’ve seen many people ask about how to make anchor links align properly at the top of the screen, right under the header. A lot of the times, the problem is that the anchored section sits under the header. This causes problems because that’s the not content that was intended to show when scrolled to. […]

Learn WordPress CSS in under an hour

This is the quickest way to learn CSS. In 45 minutes, learn enough CSS to know what you’re doing.

CSS – When should you use !important?

How does !important work in CSS? Should you use it? If so, when? If not, why not?