• Home
  • About Mitch
  • Speaking
  • Articles
  • Contact
  • Home
  • About Mitch
  • Speaking
  • Articles
  • Contact

Digital Strategist

WordPress Developer

Content Creator

Unapologetic Punk

Mitch Canter

  • X
  • Bluesky
  • GitHub
  • Twitch
  • YouTube
  • LinkedIn
Announcements

How Do You Stay Organized?

CMDR Mitchcraft

Reading time: 1 minute

I will start this by saying that I am the MOST unorganized person I know.  I don’t know what it is, but the idea of organization just drives me up a wall.  I am the “organized chaos” or “piles of files” kind of guy, you know?  It served me well… up until I started taking on more clients.  Now, I’m realizing that organization is going to make or break my business.

My Actual Outlook Calendar
My Actual Outlook Calendar

I’ve gotten BaseCamp to keep up with my projects, and it’s served me well, but I’m in need of something more.  Rather than toil through Google and find random people’s thoughts on their “10 best ways to get organized” I thought I’d poll the audience and see what YOU use to stay on track.  Any and all ideas are considered, so don’t be afraid to speak up.

And thanks in advance for all of the great ideas!

  • WordPress: A Future of Many Flavors?

    WordPress: A Future of Many Flavors?

    Reading time: 6 minutes

    If you’ve been following along in the WordPress space lately, you’ll know that there’s a lot of discussion around WordPress – not of code, nor of content, but of how the software itself is managed. To put it simply, there are three parties involved: Matt Mullenweg, who the founder of both the WordPress Foundation and…

    Open Source, WordPress
  • Foursquare vs. Gowalla… annnnnd fight!

    Foursquare vs. Gowalla… annnnnd fight!

    Reading time: 5 minutes

    <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