• 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

WordCamp Birmingham

CMDR Mitchcraft

Reading time: 1 minute

Andre Natta and the rest of the planning crew down in Birmingham have been working non-stop to make sure that the first south-eastern WordCamp is going to be a great success.  If you’re into WordPress [ and really, who isn’t? 😉 ], they’re still looking for both sponsors and speakers.

I have two sessions planned for WordCampBirmingham.  My first session will be "Making WordPress Dance", which will cover some advanced techniques, tricks, plug-ins, and other ways to make WordPress really stand out and look less like a blog and more like a web-site.

I’m also doing a panel discussion with Jeremy Flint on "WordPress as a CMS", which goes well with my other session because part of my first session will briefly touch on how to have a front page that’s not your blog posts – an integral part of a content management system.

If you’ve made the decision to head down let me know via Twitter or Facebook and we’ll make sure to hook up.  I’ve already added a lot of the twitter people and have met some wonderful people who are really into WordPress. 

See you there!

  • 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
  • How to Add Rainbow Text To WordPress

    How to Add Rainbow Text To WordPress

    Reading time: 1 minute

    I’ve been tinkering with the theme on this website, and I’m been very happy with how things have come out. I have a soft spot for gradients, especially with the ‘punk’ color scheme I’ve been using on my branding. One question I get, consistently: “How can I achieve the rainbow gradient text effect”? It’s actually…

    Design, Tutorial, WordPress