Sharing functions across Google Sheets

Earlier, I wrote about how to create a custom function in Google Sheets.  However, have you ever wanted to use that function in a completely different Google Sheet?  Turns out, it just does not magically work.  Instead, you must create a separate web app, then bring...

Odd SSL forcing

I’ve been with my wife at the hospital today and have been working on the BluePrint-Q Tones while she rests.  Inbetween sessions, exactly one of the websites that I develop on localhost stopped loading properly.  I saw a ton of errors like this in the browser...

Creating a color scheme

Creating a color scheme is both an art and a science.  There are places online that suggest color schemes like Adobe Kuler.  But what if you wanted to create your own color scheme?  Well, using LESS – it’s straightforward. Complementary @base: #663333;...

Reviewing WordPress Themes

Intro Recently, I joined the WordPress Theme Review Team.  I’m in the process of reviewing my first theme and these are some notes that may come in handy. Setup a test environment I have a local WAMP setup.  If you develop for WordPress and are still uploading...