Skip to content
  • 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
Conferences

PodCampOhio Show – Wrapup

CMDR Mitchcraft

Reading time: 1 minute

It was sort of last minute last night, but I did get a chance to join Dr. Anonymous, AngeloMandato (congrats again on the baby – hope it wasn’t me that spoiled your secret), Brandice, Daniel, and podcasting newcomer Brad (?) in Dr. Anonymous’ weekly show over on BlogTalkRadio.  It was a great time (and I got to show off the obligitory baby pictures) and talk about some things being discussed on the PodCampOhio front.

We discussed whether or not the event should be a one or two (well, one-and-a-half) day event.  Personally, if it could be coordinated to work, then absolutely.  But it’s a tough challenge for the promoters and organizers, most of which are donating their time.  It’s also hard for the people who come in from out of town (like myself) to get hotels for multiple days and arrange work schedules to match a two-day event.

We also talked to Brad about what beginning podcasters can do to overcome their shyness on-air.  If you’re sort of creeped out by hearing your own voice, record yourself reading your favorite book.  Since it’s something you enjoy, you’ll be passionate about it, and you will enjoy what you hear.

So big thanks again to everyone who came, and don’t forget Dr. A has a monthly PodCamp show that’s fantastic and has a lot of great things going on. So, don’t miss it!

Angelo Mandato, Brandice, Dr. Anonymous, PodCamp, PodCampOhio
  • 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
  • Getting a Favicon on your WordPress Based Site

    Getting a Favicon on your WordPress Based Site

    Reading time: 2 minutes

    A good favicon (the little icon next to your URL in the address bar) can mean the difference between a boring bookmark, or standing out in a bookmark list.  It’s also something most people don’t think about, simply because it’s such a small part of the overall presence of a site.  Here’s the thing, though: having…

    WordPress