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.
Month: February 2016
Overstock Affiliate Links WordPress Plugin
I got my first plugin in to the WordPress library. The initial launch of Overstock’s Affiliate link plugin is up.
Overstock Affiliate Links Program
I am working on the Overstock’s affiliate links program Developer API
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.