• 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

    ·

    June 20, 2010

    An Intro to WordPress 3.0 – Navigational Menus

    WordPress 3.0 has plenty of new features, and all of them are worth mentioning and diving deeper into.  Over the next few days I’ll be diving into the finer features of the newest incarnation of the WordPress platform.  Everything from Custom Post Types and Taxonomies to navigational menus and all of the custom functions you…

    WordPress
  • CMDR Mitchcraft

    ·

    June 20, 2010

    WordPress 3.0 RC1 – a look

    I gave two presentations: my staple presentation (and my strong point in the WordPress world) titled “How to Use WordPress for Dang Near Anything” – which basically equates to “Using WordPress as a CMS”, and an introduction to WordPress session.  I love doing the WordPress 101 sessions because it gives me a chance to really…

    Conferences
  • CMDR Mitchcraft

    ·

    May 31, 2010

    a small recap of #wcfay

    I’m sitting back at my desk after a looooong series of flights back from Fayetteville, Arkansas today coming back from their inaugural WordCamp.  Chris Spencer did a fantastic job organizing an army of volunteers and sponsors, and the event was fantastic.  I’m hoping I get to go back next year, because there’s an immense pool…

    Conferences
  • CMDR Mitchcraft

    ·

    May 29, 2010

    WordCampFayetteville (#wcfay) is small, intimate, and awesome

    I’m sitting in my hotel room after getting a hot shower under led shower head (I love how water change its’ color as I shower) after the day’s conference.  I sat outside talking to Brian Collinger for a while (he’s one of Automattic’s Code Wranglers – and the dude knows his stuff).  And that’s what…

    Conferences
  • CMDR Mitchcraft

    ·

    May 27, 2010

    Adding a Facebook “Like” Button to WordPress – the (Somewhat) Easy Way

    UPDATE: I managed to write this into a plugin – Facebook Like Button Since Facebook announced a few days ago that you would be able to use its OpenGraph technology to “like” pretty much anything on the Internet, I took it upon myself to test out a few solutions for adding a “Like” button on…

    Technology
  • CMDR Mitchcraft

    ·

    May 27, 2010

    How to Create a Dynamic Sidebar Controlled with Custom Fields in WordPress

    OK, so it’s not the most original title in the world, but it gets the point across 🙂 I’ve been working with the fantastic Jeff Brown and the Way-FM crew to create a site for their Nashville presence that will allow them super-quick, easy content management and a place they can post local stories and…

    Technology
  • CMDR Mitchcraft

    ·

    March 31, 2010

    Yahoo Publisher is going Away

    I had signed up to test some ads on another blog with the Yahoo Publisher network.  I wasn’t too impressed, and took the ads down quickly, but kept the account, just in case. Well, today I got this email: Dear Publisher, Yahoo! continuously evaluates and prioritizes our products and services, in alignment with business goals…

    Technology
  • CMDR Mitchcraft

    ·

    March 31, 2010

    The Location War: Mid-Battle Report

    So, as promised a few weeks ago on Twitter, I decided to give a few services a try, and weed out the ones that I felt like weren’t serving my purpose well.  After almost a month of testing, I’ve finally narrowed it down to the two top contenders: Foursquare and Gowalla. IF all things continue…

    Social Media
  • CMDR Mitchcraft

    ·

    March 22, 2010

    WordPress Plugin: Author Spotlight

    I’ve been doing a lot of looking into using WordPress as a multi-author website/blog lately.  A few of my clients have requested the need to handle (elegantly) multiple authors, so (being fresh on my mind) I feel inclined to share. One of the coolest plugin combinations I’ve come across recently is using Author Spotlight and…

    Tutorial, WordPress
  • CMDR Mitchcraft

    ·

    March 19, 2010

    Foursquare vs. Gowalla… annnnnd fight!

    <script type=”text/javascript”>function initMenus() {    $(‘ul#accordion li ul’).hide();    $.each($(‘ul#accordion’), function(){        $(‘#’ + this.id + ‘.expandfirst ul:first’).show();    });    $(‘ul#accordion li h2.widgettitle’).click(        function() {            var checkElement = $(this).next();            var parent = this.parentNode.parentNode.id;             if($(‘#’ + parent).hasClass(‘noaccordion’)) {                $(this).next().slideToggle(‘normal’);                return false;            }            if((checkElement.is(‘ul’)) && (checkElement.is(‘:visible’))) {                if($(‘#’ + parent).hasClass(‘collapsible’)) {                    $(‘#’ + parent + ‘ ul:visible’).slideUp(‘normal’);                }                return false;           …

    Tutorial, WordPress
Previous Page Next Page