Posts Written by "evan-x-merz"
How to Debug a webpage in Chrome
In this post, I'm going to show you several ways to debug javascript in Google Chrome. TLDR: Shift + ctrl + c Open the javascript console…
What is the DOM?
In this post, I'm going to introduce the Document Object Model, which is better known as the DOM. TLDR: The DOM is the way a webpage is…
Introduction to JavaScript
In this post, I'm going to introduce the JavaScript programming language and show you a few ways it's commonly used on the web. WARNING…
Other useful HTML elements
In this post, I'm going to introduce some HTML elements that are still useful in the modern web development, even if they aren't used as…
Introduction to CSS
In this post, I'm going to introduce CSS, and demonstrate how it can be used to apply styles to a web page. TLDR: CSS defines the look and…