• Home
  • About Mitch
    • Speaking
  • Services
    • WordPress Development
    • Website Design
    • People Management
    • Content Marketing
  • Articles
  • Contact
  • mitchcraft.me ↣

HELLO, I’M

mitch canter

I’M A

director of engineering

LIVING IN

nashville, tn.

mitch canter

  • Bluesky
  • GitHub
  • LinkedIn
  • Twitch
  • YouTube
  • CMDR Mitchcraft

    ·

    April 11, 2012

    I’m Open Sourcing My Core Theme

    The last few posts I’ve made on here were diving into the introductions of a Responsive Design (and I plan on finishing that series – work and life got the best of me), but since I started writing those I’ve taken the liberty upon myself to rewrite the boilerplate that I use on nearly every…

    Announcements
  • CMDR Mitchcraft

    ·

    March 20, 2012

    One Web to Rule Them All: Media Queries

    This series is meant to be an in-depth look at Responsive Design.  It covers the history, the how-to, and best practices on responsive design, taken from the view of someone who hates fluid layouts and has found a (seemingly) better solution.  This session will be expounded upon in detail at BlogWorldExpo later this year. Yesterday we mentioned…

    Design
  • CMDR Mitchcraft

    ·

    March 19, 2012

    One Web to Rule Them All: An Introduction to Responsive Design

    This series is meant to be an in-depth look at Responsive Design.  It covers the history, the how-to, and best practices on responsive design, taken from the view of someone who hates fluid layouts and has found a (seemingly) better solution.  This session will be expounded upon in detail at BlogWorldExpo later this year. According to…

    Design
  • CMDR Mitchcraft

    ·

    March 5, 2012

    Question: Adding GIT To My Workflow As A Designer

    This is a bit different than my usual post, since I’m looking more for feedback than I am trying to teach something. My typical workflow for doing a WordPress theme is as follows: Design PSD Mockups Develop HTML/CSS from PSD Weave WordPress boilerplate theme into HTML/CSS Take it server-side Finish up with functions and loops…

    Development
  • CMDR Mitchcraft

    ·

    February 20, 2012

    Adding A WordPress Login Box To A Template

    Sometimes, when you’re taking WordPress beyond a typical blog setup, the need arises to leverage the accounts system in WordPress (to purchase items, to access information, etc).  Earlier on I told you how to check to see if a user is logged in, but when your only login box is in the back-end, that makes…

    Tutorial
  • CMDR Mitchcraft

    ·

    February 16, 2012

    Add A Favicon; Because It’s The Little Things That Set You Apart

    One thing I continually notice as I surf the web is that people tend to cut corners when it comes to getting their sites up.  They continually forget to drop in small, polishing elements that make a dull website sparkle.  Favicons seem to be the most ignored of the bunch, as I see sites quite…

    Design
  • CMDR Mitchcraft

    ·

    February 15, 2012

    Checking for A Specific Post Type in WordPress

    Conditional Tags are one of my all-time favorite tools to use when developing a WordPress theme.  It’s an intelligent use of programming logic that allows even non-coders to grasp the basics and, in turn, create complex and functional WordPress themes.  With the advent of custom post types, a method was needed to check for the…

    Tutorial
  • CMDR Mitchcraft

    ·

    February 14, 2012

    Easy Javascript ToolTips in WordPress

    A client needed a simple way to preserve real estate on the sidebar, but still have the ability to display their policies at a quick glance.  I found a plugin on the repository that uses the TipTip jquery script and condenses it down into a simple-to-use shortcode (complete with button on the editing screen). The…

    WordPress
  • CMDR Mitchcraft

    ·

    February 13, 2012

    How To Search A Specific Custom Post Type (Only!) in WordPress

    If you’re like me, you use custom post types a LOT when you’re doing projects (or on your own site, if I’ve done it for you!).  There’s a lot of value in having a type of content that’s unrestrained and flexible.  Sometimes, however, you want to be able to search a particular post type, and…

    Development
  • CMDR Mitchcraft

    ·

    February 10, 2012

    Logged In? Or Not? WordPress Can Check!

    Today’s a quick post, but it’s worthwhile if you’re using WordPress as a Content Management System.  A lot of times people utilize the built in account system (user logins) to showcase membership data, ecommerce data, and a whole lot more.  I found a need at one point to show different data to people depending on…

    Development
Previous Page Next Page