Blog

Welcome to my blog! I love writing about things I have learned to deepen and share my knowledge.

What are the Different Parts of HTML Text Input Elements For (in React and normal HTML)?

What are the Different Parts of HTML Text Input Elements For (in React and normal HTML)?

The HTML "text" input name For a text input, the name is part of the data sent to the server...
Read More

How to Add Functions (including useState) to TypeScript Interfaces

I was having trouble finding out how to add functions to TypeScript interfaces. When I finally found out how I...
Read More

How to avoid the JavaScript error “cannot read property ___ of undefined” without nesting logical AND (&&)

If we're working with pulling data from APIs in JavaScript and React we may encounter the error "cannot read property...
Read More

How to Add Page Link in WordPress with Page ID

If your page ID is 15, use the following format: <a href="<?php echo get_page_link( 15 ); ?>">Learn More</a>
Read More
iMovie – Audio with Image Overlay – How to Add Image Overlay Over Large Audio Files on iMovie on iPhone

iMovie – Audio with Image Overlay – How to Add Image Overlay Over Large Audio Files on iMovie on iPhone

Today we're going to discuss how to make an iMovie which is an audio file with an image background, using...
Read More
1 5 6 7 8 9 17