This post includes a list of questions I was asked when interviewing for front end engineering positions last year.
8 comments
12 comments
Page Preloader with CSS and JavaScript
There are many advantages of adding a preloader to your website. Not only can this produce a nice visual effect, it can, more importantly, allow time for images and other assets to load.
8 comments
CSS Overlay: How to Create a Simple CSS Overlay
In this post, I’ll show you how to create a simple CSS overlay.
0 comments
Styling with SASS and Compass
There are so many reasons to use SASS over traditional CSS. For those of you who are unfamiliar with SASS, it’s a CSS extension language that allows you to code CSS like you would a traditional programming language.