Technical Blog Learning to Learn One Post at a Time

CSS: Margins, Borders, & Padding

by James Bomotti

Posted on Saturday, May 30, 2015


CSS

All elements on a webpage created with HTML, exist within an oftentimes unseen box. These layers, from the core element outward, are the padding, border, and margin of the element. All together they form a sort of matryoshka doll, or onion-like creation. Let’s start with a picture from W3Schools, and go from there..

Read More

Git & Version Control

by James Bomotti

Posted on Saturday, May 23, 2015


Git

This week probably wouldn't have been my first taste of git/GitHub if someone had told me long ago that using them made working on a project like a video game where you get infinite continues and save slots. "Version control" may sound a bit less exciting, but I assure you, it's the same thing.

Read More

Tech Quote

Any sufficiently advanced technology is indistinguishable from magic.

-Arthur C. Clarke