general
function toggleCommentArea(el, selector) {
const wrapper = document.getElementById(selector);
const buttonText = wrapper.classList.contains('nv-comments-hidden') ?
"Hide comments" :
"Show comments";
wrapper.classList.toggle('nv-comments-hidden');
el.textContent = buttonText;
}
Cord Cutting 2.0
So we decided to cut the cord again. Last year at&t, yeah that at&t, sent an offer of a couple of gift cards and a… Read itCord Cutting 2.0
2013
As the year 2013 comes to a close and we enter 2014 I’d like to reflect on moments from throughout the year. Last year I… Read it2013
Transition
Even though I live and breathe design and interactive development in my day job at night my personal design has taken a back seat. I’m… Read itTransition
Happy New Year
Bah bye 2012. 2013 will be bringing a new website for me.
Moving
I think it’s time I move away from custom WordPress site to this Tumblr site.