• 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
Announcements

studionashvegas has a new look!

CMDR Mitchcraft

Reading time: 1 minute

OK, if you tried to access the site in the last three hours you’ve noticed some pretty wierd stuff going on.  Well, that’s ok, because I’ve just given the site a complete and utter (well needed) overhaul.  Some notable changes:

  • There’s a new portfolio system.  I haven’t worked out the details yet (because I haven’t uploaded any pieces to the new system) so it’ll come with time.
  • The blog excludes portfolio pieces, but the feed contains all of them.  Joy!
  • The contact form is actually usable now!
  • The weird horizontal scrolling design was nice, but i wanted something a bit more user friendly.

Enjoy, and let me know what you think of the new design!

studionashvegas
  • 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
  • iPhone Theme for WordPress

    iPhone Theme for WordPress

    Reading time: 1 minute

    Now that everyone and their mother has gone out and bought a shiny new iPhone (yesterday was the 3G iPhone’s release date, after all), it’s time you made your WordPress theme a bit more iPhone friendly.

    WordPress