Month: February 2016

IE8 Funeral

Today Overstock.com celebrated the death of IE8. As a company we no longer are going to support or worry about IE’s Quirkiness. A brief eulogy was given in IE’s Memory. The celebration included baloons, drinks, and this awesome IE8 pinata.

Sublime Tab Triggers for JS Console Logging

This week I created Sublime Tab triggers for Console Logging. I find myself type console.log… repetitively. Programming these tab triggers is going save me from a ton of repetitive typing and will save a bunch of time as well. Example Success cl + Tab console.log(”); Success cls + Tab console.log(‘%cSuccess’, ‘color: green;’); Clone my Sublime JS Console Logs Repo.