Website Launch Checklist
September 16, 2017
The First step is to make sure pages are accounted for and add redirects as needed. In this case I…
Coding Setup on a Mac
October 16, 2016
Currently on my mac I’m using MAMP to run the server, Sass to compile my code, browsersync to refresh the…
Image Solution for Retina and Non Retina Displays
September 23, 2014
It’s become more and more important to provide support for retina displays as they become more widely available. In order…
Drupal Force Password Reset
April 10, 2014
It’s becoming more and more frequent that sites are asking / forcing users to reset their passwords. The most recent…
jQuery for Scheduling announcements
February 23, 2014
// Sitewide alerts var today = new Date(); dd = today.getDate(); mm = today.getMonth()+1; hrs = today.getHours() if ( dd…
How to have a browser automatically pull the latest CSS sheet
December 23, 2013
wp_enqueue_style( ‘style’, get_template_directory_uri() . ‘/css/main.css’, array(), filemtime( get_stylesheet_directory() . ‘/css/main.css’ ) );
Talkatone Won’t Make or Receive calls (fix)
December 17, 2013
The Background I’ve used Talkatone to make free calls for years now. I liked it so much that I forwarded…
iPhone 5s Example Photos
September 26, 2013
I’m a newby to the iPhone although I’ve been able in the past to try out different iPhone cameras. It’s…
Pebble Watch Review
June 2, 2013
The computer I strap to my wrist I’ve had the pebble smart watch for about three months now, it’s probably…
Macbook Air Case Review
March 7, 2013
There’s not much to a Macbook air, but somehow there is a lot to love. I was thinking about how…