• 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
Social Media

The Location War: Mid-Battle Report

CMDR Mitchcraft

Reading time: 1 minute

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 as they are, however, Foursquare is likely to be my contender of choice.

Why?  Because I can actually use it everywhere.

Don’t get me wrong.  I love Gowalla.  I think it has a nicer interface, its “trips” section lets you get out and explore major cities, and the concept of items intrigues me (it could allow for a lottery type system to reward people who visit your store and receive your item, for example). But, for the life of me, I can’t get the freakin’ GPS to work all the time.

Actually, I can’t get it to work nearly half the time.

Foursquare, without fail, lets me check in to every single place I go to.  Gowalla’s GPS, while somewhat good, still lacks because it’s very off-center.  A Gowalla check-in could get me anywhere from 250 – 500 meters off location.

So, for now, Foursquare has my attention.  If Gowalla can get its GPS onpoint, then it has a real chance, but until then, if I can’t use it… well, I won’t.

NOTE: I didn’t make this decision because it’s foursquare day, but it is very fitting.  Happy Foursquare Day!

  • 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
  • Post Ordering Made Easy

    Post Ordering Made Easy

    Reading time: 1 minute

    I love using WordPress’ built in custom post types.   I’ve used them for sliders, directories, galleries, and pretty much anything else I can think to use them for.  The one gripe I have, however, is that I can’t manually set the order of the posts.  Just like typical blog posts, I have to arrange…

    WordPress