Gerald ClarkJavaScript — Submit EventsI’ve created some basic HTML to give me an input field and a submit button:Aug 8Aug 8
Gerald ClarkJavaScript — Building A Pop UpThis article will cover my process for building a simple pop up in a web browser. This article will cover some basic HTML and CSS in a…Aug 2Aug 2
Gerald ClarkJavaScript — More Fun With DOM EventsIn the last article I covered a few events and in this one I want to cover a few more and talk about some useful ways to interact with the…Jul 21Jul 21
Gerald ClarkJavaScript — Event Bubbling and DelegationThis article is one the more important ones. This is something that you could easily turn a blind eye to when learning JavaScript, but it…Jul 14Jul 14
Gerald ClarkJavaScript — Creating and Removing HTML ElementsIn the previous article I covered how to add event listeners to differnt elements in a web page. When we would select one of the tasks on…Jul 11Jul 11
Gerald ClarkJavaScript — Click EventsSuper important article ahead! In this one, I’m finally going to get around to interacting with the web page! FINALLY. We’re only like……Jul 8Jul 8
Gerald ClarkUnity Physics — Physics MaterialsPhysics materials are an asset we can apply to a collider and give it physical properties. For example, we can add a physics material to a…Jul 6Jul 6
Gerald ClarkUnity Physics — TriggersI’ve covered triggers in my past articles but this is a little deeper dive. Just for clarity< I have a trigger collider set up with a…Jul 5Jul 5
Gerald ClarkJavaScript — Parents, Children and SiblingsIn the past several articles I’ve covered how to manipulate html elements, how to query the DOM, and much more. I’d love to cover another…Jul 5Jul 5
Gerald ClarkJavaScript — Adding and Removing Classes From HTML ElementsIn the past few articles, you’ve seen some HTML elements be referenced by their class. I want to go over how we can add and remove this…Jun 27Jun 27