sass
-

Animated hamburger
Not that kind of hamburger.
-

Popup windows without JavaScript, mark II
Revisiting JavaScript-less popup windows.
-

Go home, z-index, you’re high
This is the most excellent commit message.
-

Implementing Fluidbox
I discovered an awesome jQuery plugin yesterday, called Fluidbox. I have since implemented it in my Cover theme for WordPress.
-
Fancy navigation
I wanted to share this little bit of code, because I think it’s awesome.
-

A perfect storm
This post could also be titled “How an update to the Github app combined with a change to how my project compiles Sass rendered me incapable of committing my code.”
-
Brackets and Sass
The WordPress theme I run on eichefam.net is one I’ve built myself from the ground up. I had initially set it up using Less to compile the stylesheet, but I really wasn’t using any of its advantages (like nesting, loops, that kind of thing) over plain old CSS. After doing some reading, I came to…
-
Popup windows without JavaScript
The other day I had this crazy idea. Popup/modal windows used in modern web design require JavaScript to be enabled in order to function. I wondered if you could get it working without JavaScript. It turns out you can.