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

BlogWorldExpo Interactive Map

CMDR Mitchcraft

Reading time: 1 minute

I’ve recently found Google Map’s “Map Builder”, and realized that with BlogWorld nearing the 2 week warning it would be handy to visualize where I’d be going, staying, travelling to, etc.  So, here’s a Google Map to help myself (and anyone who can use it) out.


Click here to view the map by itself

The map is split into 4 types of events:

  • Red marks the Javits Center for easy reference
  • Blue marks the official parties
  • Teal marks any unofficial parties
  • Green marks any non-blogworld event that may be of interest to people staying in New York (BarCamp and WordCamp, for example).

If you have an unofficial party or community event you’d like to add, send me a note at the form below and I’ll drop it into the map.

[gravityform id=”3″ name=”Add An Event” ajax=”true”]

  • 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
  • Advanced Custom Fields: Building a Client Friendly “Page Builder”, Part 1

    Advanced Custom Fields: Building a Client Friendly “Page Builder”, Part 1

    Reading time: 4 minutes

    There are very few subjects debated so hotly in the WordPress world as the ones regarding “Page Builders”. For the unfamiliar, a page builder allows the end user to set up content without needing knowledge of code.  While – to the end user – the allure of being able to have full control over design and…

    Tutorial, WordPress