• 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

“Sue First, and Ask Questions Later” – Should We Watch What We Tweet?

CMDR Mitchcraft

Reading time: 1 minute

I’ve been following the story out of Chicago about the Bonnen v. Horizon Realty Group (latest post on Mashable is that Horizon is backpedaling) with some keen interest.  Here’s a tenant who says something bad about her (former?) landlord, to 20 people (the number of followers she has) and it ends up leading to a huge social-network-fronted outcry from the company.  It’s the first time that a company has sued someone over a tweet (to my knowledge).

The question is, does this really have any ground?  I can only hope not.  If Horizon wins this one it’ll mean that any company can sue you for anything they deem wrong that you say on Twitter.  It’ll mean that the free speech atmosphere of Twitter will be jeopardized and that we’ll have to constantly be looking over our shoulders to see if what we say will get us in legal trouble.

It’s a bad precedent.  Horizon Realty, I hope you really know what you are doing.  You’re on the verge of opening a very bad can of worms.

Anyone else care to weigh in?

"Sue First and Ask Questions Later", Bonnen, Horizon Realty, twitter
  • 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
  • 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