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

Good Design in Politics, Part 1

CMDR Mitchcraft

Reading time: 1 minute

I’ve been following the elections with great care this year.  It’s probably one of the most contested, heated, angry, fun-to-watch-SNL again elections that history has seen.  At any rate, it’s good to see that both parties have embraced the Internet for campaigning, and have stepped into the 21st century as far as their websites go.

First, Obama:

I have to say that whoever designed this page has a flair for design and detail.  The site and splash page (even though I *hate* splash pages) are well done, and the blue shades on the site are all matched well.  It’s a very easy to read site, and makes for an easy transition from viewer to “doer” (via the action center being so visible).

And McCain:

McCain’s site is also well designed – lots of gradients and bright graphics – but requires MUCH less scrolling.  While not so much now a big deal as it used to be, people prefer to scroll as little as possible, and it condenses the data down to a manageable size (while not overloading you).

So, while the election is still in full swing, the sites are getting bombarded with traffic hit after hit. What do you think? Does one candidate have a better site, or do they both do their job well (the sites, not the candidates)?  Are there any other local candidates that have fantastic sites?  Leave your answers in the comments below!

Design, McCain, Obama, Politics
  • BlogInfo – One Tag with a Whole Lot of Awesomeness

    BlogInfo – One Tag with a Whole Lot of Awesomeness

    Reading time: 1 minute

    One of the most versitile tags in my arsenal that WordPress gives me is a fun little tag called <?php bloginfo(); ?>.  By itself, it’s not much fun, but when you add in a variable, it can tell you anything you need to know about your blog.  Like what, you ask? name description admin_email url…

    WordPress
  • Easy Javascript ToolTips in WordPress

    Easy Javascript ToolTips in WordPress

    Reading time: 1 minute

    A client needed a simple way to preserve real estate on the sidebar, but still have the ability to display their policies at a quick glance.  I found a plugin on the repository that uses the TipTip jquery script and condenses it down into a simple-to-use shortcode (complete with button on the editing screen). The…

    WordPress