-
CSS Grid Confession
17 May 2013
I may have done the apparently unforgivable as a front-end developer. I made my own CSS grid... kind of.
-
Extensions
10 May 2013
Zen Coding, Emmet.io, and Dreamweaver extensions.
-
Patches
03 May 2013
I got this great idea to move my little blog here over to a different platform. Only problem was I really wasn't totally familiar with how that new platform worked. But I ended up using it for something else after I learned it.
-
Links for 03/29/13
29 Mar 2013
Some links I've come across that I find useful.
-
jQuery Object to Cookie and Back
28 Mar 2013
I needed to store a session cookie for use by other pages, and I wanted to use an object with key : value pairs to initially store all of the data, and then read it back to an object.