• 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

BarCampNashville Cometh!

CMDR Mitchcraft

Reading time: 1 minute

It’s less than a week until BarCampNashville happens here in… well, Nashville!  I’m super excited as to the prospects of what will happen, not just because I’m speaking but because I will be stopping in on some of the sessions to learn my bit as well.

I ask you now, my lovely readers, to go onto the site and vote for my sessions.  I have two:

http://barcampnashville.com/session/wordpress-101-more-blog-its-community – my standard wordpress introduction for those who have never used it. 

and

http://barcampnashville.com/session/blogging-social-media-podcasting-oh-my – a new session dedicated to social media 101.  Never been immersed in the medium?  Want to know more? Come see my presentation.

Please vote, and I will see you on Saturday!

  • What’s New in WordPress 3.1

    What’s New in WordPress 3.1

    Reading time: 2 minutes

    WordPress 3.1, codename “Reinhardt”, released today to much fanfare and rejoicing to all.  But what’s so special about the new version? Look no further: Internal Linking One of the best new features of 3.1 – this brings Internal Linking to the forefront, allowing you to quickly link to old posts, pages, or other content types.…

    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