Cloudflare Made Easy Available Now! >>
Hyst modal

Learn about my Generate Made Easy course: https://jonathanjernigan.com/generate-made-easy/ Video Transcription: GenerateBlocks is fast improving its suite of elements, but one you’ve likely needed is some sort of modal or popup.  I went in search of a solution that balances functionality, ease of use, and accessibility and what I came up with is a simple solution … Read more

Scroll js

This code will automatically add and remove a class based on scroll position using vanilla JavaScript. In my case, I used it to add an active class to an a link as the user scrolled down the sections on my site. You can change the selectors it uses by adjusting the ‘section’ and ‘a’ parameters … Read more

HandcodeVsWordpress V2 YT

It’s been a very long time since I hand coded a website from start to finish instead of using WordPress. I decided to challenge myself to answer the question: Is hand coding better than using WordPress? To find out, I built my personal website using just plain HTML, CSS, and a little JavaScript. I’ve used … Read more

Block IP

I have a client with a private portal who needed to block all traffic from non-USA IP addresses for spam purposes. *Affiliate link Cloudways documentation link: https://support.cloudways.com/en/articles/5126366-how-to-use-geoip-with-your-application#h_158df011dc

DATT Guest YT

Join me this week as I’m a guest of Kevin Geary’s channel Digital Ambition in his new agency discussion series. Digital Agency Table Talk is a live show format that gives digital agency owners and freelancers the opportunity to get answers to their most pressing questions and challenges on topics like: Digital marketing Getting leads … Read more

SAL Animations

Scroll animations are a great way to liven up your page, but going overboard with them can have both usability and performance implications. In this video, I’m going to show you how to implement the extremely lightweight and easy to use animations library called Sal.js. I make it as simple possible to install with WPCodeBox. … Read more

WP Code Box

My code plugin of choice has for some time now been WPCodeBox and my oh my is it so much more than just a code plugin. In this stream, we’re gonna walk through some of the sweet features you’ll find in WPCodeBox and not only that, but another alpha feature that’s totally insane. That’s where … Read more

NPS yt

I have recently been delving deep into the world of webhooks and APIs. They’re extremely powerful and although I know I’m just scratching the surface, it’s super fun so I thought… why not stream it?! There’s a site that I want to build involving United States National Parks purely as a technical challenge for myself … Read more

Automations

A huge goal of mine as I’m pushing my business into new territory is to simplify our processes and automate anything that can be automated. In this video, I’m going to take you deep into the world of automations in my particular use case to do things like automatically clone your staging site in Cloudways, … Read more

Automations

1. Create your trigger and then add an action First, you’re going to create your trigger. This can be literally anything. Gravity Forms submission, new subscriber to an email list, whatever makes sense for your use case. 2. Select Webhooks by Zapier You need to have a premium account to add webhooks in Zapier, but … Read more