Evan X. Merz

musician/technologist/human being

Posts Tagged "programming"

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…

Read full article

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…

Read full article

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…

Read full article

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…

Read full article

Project: Personal web page

This post contains the first assignment in my free web programming course. Project: Personal web page Now that you know a little html and…

Read full article

Next