Category: Web Design
31 posts categorized as "Web Design"
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…
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’ ) );
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…
Forty Eight Drupal 7 Modules
October 31, 2012
Drupal is an incredibly powerful and flexible opensource CMS. Much like there’s always “an app for that” there is also…
iPage Vs Webfaction
October 16, 2012
In college I was asked to you GoDaddy. Then I was excited to try iPage at a lower cost and…
Office season 9 episode 2
September 29, 2012
An example of how NBC now lets you embed content into your webpage, or in this case mine: It’s done…
Drupal Core Files in sites/all/modules (fix)
August 15, 2012
It’s probably happened to more people than that would admit it. You put the drupal core modules that belong in…