Back to Blog
Scott Weaver
Author

Scott Weaver

Scott Weaver is a senior full-stack engineer with 20+ years of experience building scalable web products. He specializes in WordPress architecture, React, and modern JavaScript, and focuses on turning complex ideas into practical, well-documented solutions. SeeScottDev is where he shares hard-won lessons from real production systems, not tutorials written in a vacuum.

23 posts

Compiling and Enqueuing Assets in WordPress with @wordpress/scripts
WordPress

Compiling and Enqueuing Assets in WordPress with @wordpress/scripts

Dealing with WebPack is no picnic, and the problem only worsens the bigger or more complicated your project gets. Say you want to add SCSS compiling,...

Scott Weaver
Read
Return Number in Words Using JavaScript
Quick Tips

Return Number in Words Using JavaScript

One of the answers I’ve submitted on CodeWars that gets a lot of comments is in response to this prompt: When provided with a number between 0-9, ret...

Scott Weaver
Read
CSS Colors
CSS Beginners Course

CSS Colors

Ever wondered how to add color to some HTML text? Or maybe set a nice background color? Or even add a background color with different opacities? This...

Scott Weaver
Read
CSS Element, ID and Class Selectors
CSS Beginners Course

CSS Element, ID and Class Selectors

If you’re new to CSS, you might not know how to reference elements in order to apply styles to them. Well, in this video, we cover just how to do that...

Scott Weaver
Read
Inline, Internal and External Style Sheets
CSS Beginners Course

Inline, Internal and External Style Sheets

What are inline style sheets? Well, it’s pretty much like it sounds, but in this video, I cover when to use them, how they’re different from “internal...

Scott Weaver
Read
What is CSS?
CSS Beginners Course

What is CSS?

As we dive into the absolute beginners crash course on CSS, it’s important to answer the question: what is CSS, anyway? I’ve heard it cascades, but ho...

Scott Weaver
Read
Basic CSS Crash Course
CSS Beginners Course

Basic CSS Crash Course

Learn CSS in 15 minutes (even though the video is 17 minutes long). In this video, I go over wire-framing, prototyping and then styling a super basic...

Scott Weaver
Read
HTML Iframes
HTML Beginners Course

HTML Iframes

Have you ever wanted to embed another web page INSIDE your web page? Well, Iframes are exactly what you’re looking for (if the web page supports it, t...

Scott Weaver
Read
HTML Forms
HTML Beginners Course

HTML Forms

Forms let us gather data from a user and process it in a variety of ways, including storing registrations in a database, emails in a mailing list, sen...

Scott Weaver
Read
HTML Tables
HTML Beginners Course

HTML Tables

Tables let us format data into rows and columns — just like an Excel/Google Spreadsheet, or they let us create a layout grid (not to be confused with...

Scott Weaver
Read