Resources
CategoryJavascript Notes – String Properties
.indexOf
If you are looking to find a certain character or set of characters in a string you can…
Javascript Notes – Loops
DRY code is an acronym for Don’t Repeat Yourself. It describes the philosophy of writing code int…
Javascript Notes – Conditional Statements & Loops
Comparison Operators
Assuming x=5
Operator Name Example Result > Greater Than x…Javascript Notes – Methods
This post will cover some of the basic uses methods of Javascript. Methods are useful pieces of c…
Javascript Notes – The Basics
Places where simple Javascript can be written and tested live:
-Chrome Developer Console (cmd+op…
Notes on Bootstrap
Bootstrap is a front end framework that consists solely of CSS and Javascript. As such it can be …
CSS Basics: Part 2
In part 2 we are going to cover fonts, webfonts and the box model.
If you missed the first art…
CSS Basics: Part 1
Basic Structure
The most basic structure of CSS is the following:
selector {
property: ...
Atom Text Editor – Shortcuts and Tips
Useful shortcuts, hotkeys and tips for the Atom Text Editor. My favorite text editor (close 2nd g…
HTML5 Basics
This post covers the basics of HTML5. Some of the deprecated tags, and a lot of the new stuff. Le…