Quantcast

Politics on Social Media: Understand the Consequences

Looking towards the front of Cincinnati's old art deco Union Terminal structureIt’s Presidents Day. It’s the year of a Presidential election. The candidates are on the campaign trail giving speeches and hoping to work in a sound bite for the news that will either make themselves look great or point out a shortcoming in an opponent. If you’re like me, some candidates and issues that resonate with you; we get excited for those who share our views and frustrated or exasperated that others could support something that (in our minds) is so very wrong.

Before your political views bleed into your social media efforts…. think. If you’re posting as your business, do you want that message coming across Twitter, Facebook, LinkedIn, or other websites as clearly as if you’ve posted a sign in your store? I’m not suggesting that it’s always wrong to spread political messages as a business, but you’ll want to consider the implications. You might strengthen some client relationships when those individuals see that you’re a like-minded organization, but you can just as easily drive people away if their views differ from yours.

Some businesses have grown and found a base of support that supports their political views (Ben & Jerry’s and Chick-Fil-A come to mind). Being political as a business is fine, but remember that you’ll be driving some potential customers away.

Similar thought should be given to personal political views being shared. Your close friends and family probably know your political leanings, but if you’ve picked up social media followers based on your knowledge of photography, or cooking, or sports, or the fact you live in the same area, realize that you might damage or sever some of those relationships if you get overly political in your social media stream.


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

Announcing Social Photo Notes: Beyond Social Media Basics for Photographers

A visitor to the de Young Museum makes a photo on his cell phoneWe’re past the “what is social media?” stage in the photography industry. There are plenty of technical options for photo sharing, a few big social networks that are relatively easy to use, some smaller niche sites that have gained traction, and heaps and heaps of basic how-to information available.

Let’s move beyond the basics. Today I’m launching Social Photo Notes, a twice-monthly publication (via email) that will provide detail social media analysis, strategy, tools, and technique information for photographers. I’ll be writing original articles that don’t just explain how to use social media, but how to use it to see results in your photography business. Find out what makes sense right now, where you should be looking for the future, what’s deserving of your attention, and what can be ignored.

Learn more about Social Photo Notes or sign up now.


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

Social Media Landscape for Photographers

A ferris wheel at the Rose Festival carnvial as seen from the Morrison Bridge at night.  Looks like someone else had a similar photo idea.In 2008-2010 we were in the rapid-growth stage of social media. Twitter was becoming more mainstream; Facebook was no longer just about college students. Business and consumers figured out smart uses for blogging. Photographers, like other businesspeople and hobbyists, were thirsty for basic “how to” knowledge about how to use social media to share work and earn revenue. A variety of voices offered tips for photographers including when I published Social Photo Talk and Rosh Sillars produced New Media Photographer and The Linked Photographers’ Guide to Online Marketing and Social Media (which he co-authored with Lindsay Adler).

Last year, there was a shift as most folks had figured out the basics. I found that I didn’t have a good quantity of material to keep producing Social Photo Talk as a frequently-updated website. Rosh also closed down New Media Photographer; I can’t speak to his reasoning but he continues to write the occasional article on his main website.

There are still things to be said. And I think that savvy photographers are going to seek out intermediate and advanced-level knowledge about how to use tools such as Twitter, Google+, Facebook, LinkedIn, and various smaller services.

Tomorrow I’ll launch something new involving twice-monthly original content about social media for photographers as we move into 2012. Stay tuned.


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

What’s the Best Way to Abandon a WordPress Website?

Netting under a trapeze at Emerald City TrapezeSo, let’s say hypothetically that one owned a couple slightly-used websites. And that since one has consolidated publication onto this very site that you’re reading, those older sites are sitting there, still gathering some inbound traffic but otherwise unused.

There’s no monetary cost to me to keep them around, but it’s two additional sites to keep updated (both WordPress and plugins) and at some point something might break.

Should I keep them around as-is and continue to update the sites? Should I migrate the notable content to this site and then kill them off?

What’s the graceful way to abandon a WordPress website?


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

WordPress De-Emphasizing its Blogging Roots

We’ve known WordPress as a blogging platform, but in the last year or two an increasing number of individuals and organizations are using WordPress to host content of all forms.

WordPress logoThe next version of WordPress’ default theme, to be known as Twenty Twelve, might change the look of new WordPress sites in a significant way. Users have been able to choose either blog posts or a static page for the site’s homepage, and WordPress has always shown blog posts by default. With Twenty Twelve, the current proposal is for the theme to default to a static homepage.

I wonder how others are going to feel about this change? What about WordPress.com, where I imagine most new users arrive with the goal of “I’d like to create a blog”?

WordPress’ philosophy is that of “Decisions not Options” and while there will remain an option, it seems like a significant decision to change the default look for a new WordPress blog.


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

Plain Text + Markdown: Overview of my Blog Writing Workflow

As this post is published, I’ll be giving a talk on this very subject at WordCamp Las Vegas.

Composing blog posts directly into the blog’s editor or administrative interface works great when one is first starting out, but I found that my situation demanded something a bit more flexible. In particular, my blogging workflow addresses the challenges of:

  • having several partially-written article drafts
  • writing on a variety of devices including a desktop computer, laptop, iPad, or smartphone
  • being able to write when not connected to the internet

My solution: prepare blog posts in a plain text format using Markdown.

Plain Text Rules

Buttons, arranged.Plain text has the benefit of being editable anywhere – every computer system in existence has a way to edit plain text. I use Byword on my OS X machines and Elements on my iPhone and iPad. In a pinch, I can use a text editor on any machine I find. Plain text is easily searchable and eliminates any sort of file-format compatibility issues between systems.

Dropbox for Portability

I mentioned I write from a variety of devices. Like many writers, I’m often working on various articles that are in assorted states of completion. I keep a folder of the plain text in-progress articles synchronized between computers using Dropbox. Dropbox provides easy file synchronization between almost any device (Mac, Windows, iPhone, iPad, Android, etc) and you can get started with Dropbox for free. If you haven’t signed up, do so with my referral link right here and we’ll both get additional free space.

Markdown: Attractive and Functional

Markdown is a way to add text markup for the web while still retaining a format such that the text is readable by anyone. For example, a bulleted list is created by using an asterisk (*) at the beginning of a line. A level three header (the H3 tag in HTML) is indicated by prefixing a line with three pound symbols (###). A markdown document is easily read and shared without being rendered for the web, whereas HTML is kind of ugly when viewed as source.

To learn more about Markdown, read about it from its creator, John Gruber.

My Tools of Choice

I already mentioned Dropbox as my method for keeping files under control.

For writing, I use Byword on my OS X machines. Byword is a minimalist editor with great Markdown support, including the ability to easily add Markdown formatting to a document. It also provides some visual Markdown cues such as bolding the text onscreen when that text is surrounded by Markdown indicating that it should be bold.

A relatively new OS X application, Marked, works with any text editor to display a live preview of a Markdown document each time that document is saved, essentially adding Markdown support to editors which have one and enhancing the preview/display ability of those with some existing support.

When mobile, I use Elements for text editing on my iPad and iPhone. It features Dropbox integration so that it easily displays, edits, and saves files to a Dropbox folder. Elements also features native Markdown support, such that when working on a Markdown document, you’re one tap away from previewing that document as it will be rendered into HTML. Elements supports offline editing; you’re able to edit and save documents even when you might not have a data connection. Once you have connectivity, simply fire up Elements and it will push those changes up to Dropbox.

To the Blog!

After finishing an article in my text editor, I convert the Markdown to HTML (this can be done via any of the apps mentioned) and paste it into the WordPress post editor. I add categories, tags, images, and I’m set to go.


The combination of synchronized plain text files, composed using Markdown and edited with great writing tools provides a powerful workflow for my blogging life. Like all workflows, I’m always on the lookout for little tweaks; here’s what’s working for me right now.


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

Why Website Contact Forms Suck

Recently while attempting to leave a comment on a blog that I read regularly, I ran into an error. I wanted to let the blog author know about the problem so he could resolve the issue and I discovered I didn’t have his email address. On the website, I went to his “Contact” page and was disappointed to see a contact form of substantial length.

BustedIn order to send him a note about a problem on his website, I got to fill out a form asking for:

  • my first and last name
  • my email address
  • (optionally) my phone number
  • pick from a dropdown list of preconfigured “subjects” – none of which applied so I chose “Other”
  • a comments box where I could type my message
  • (optionally) my website’s URL
  • (optionally) a checkbox to subscribe to an email newsletter
  • a reCaptcha that took three tries to get right

Let’s contrast that to the experience I would’ve had if I’d been able to send this person an email from a mailto: link. I would’ve created a new message and:

  • entered a subject that’s descriptive as compared to “Other”
  • entered my comments

According to the site, “To help prevent spam I do not share my email address on my website.” Unfortunately, the web visitor is required to jump through a LOT of hoops because the website owner isn’t willing to use spam filtering on his email.

Don’t erect barriers to engagement. I wonder how many potentially interesting or useful bits of communication haven’t happened because someone got frustrated with an ornerous web contact form?


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

Let’s Discuss Content at WordCamp Las Vegas

WordCamp Las VegasThe first out-of-my-area WordCamp I attended was nearly three years ago when John “VegasGeek” Hawkins invited me to speak at the inaugural WordCamp in Sin City. It was a great event with a good mix of attendees. I’m excited to be returning to Las Vegas next month for their WordCamp event and I’ve been invited to speak again, this time as part of a “Power Content Panel” sharing tips and engaging in an audience Q&A session about how to best dream up, create, publish, and manage the content on our websites.

Joining me on the panel will be Greg Taylor and John Lynn.

There are still some tickets available for the event; I’d love to have you join us in Las Vegas. I’ve been told there’s an In-N-Out next to the UNLV campus where the event is being held, and that seems like it should be a deal-clincher.


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

What I’d Like to Learn at WordCamp Portland

Today I saw that Daniel wrote a piece titled What I’d like to talk about at WordCamp Portland. Here’s where I steal his idea and share a bit of what I’m hoping to get out of the coming weekend:

  • Theme Development I’ve started building a custom theme for a soon-to-be-launched business/brand and I’m interested in soaking up as much information as possible. Looks like Sarah and Michael share this interest.

  • Related to theme development, I’d love to hear what other developers are using for their development environments. I see Joachim is interested in this as well.

  • I’d like to facilitate a discussion about content productivity tips and tricks for WordPress bloggers. I often find myself with far more ideas than time and I’d love to share what works (and doesn’t) for me and learn from other bloggers about how they turn ideas into blog posts. Beyond the mechanics of getting it online, I’d like to talk about how those blog posts turn into traffic, revenue, and engagement.

I’ll be there all weekend. If we haven’t yet met… say hi! I look like this.


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+

Vegan Muffin Outrage and the State of WordCamps

Over the weekend, an article on WPCandy has drawn quite a bit of interest (and some strong emotions) as it notes that a DevPress giveaway promotion for WordCamps is in violation of the WordCamp guidelines established in the last year or so. As I read through the article and dozens of comments, it seems there are several related issues that are getting jumbled together to bring out the best and worst of folks. Rather than pile on over there, I’d like to break things up a bit and share my thoughts on each issue.

My Background

I was the founding organizer of WordCamp Portland (in 2008). I also led the event in 2009. I stepped back a bit and was in charge of speakers and program for our 2010 event. For WordCamp Portland 2011, I’m again in charge of speakers and program as well as assisting lead organizer Andrea Middleton with other tasks and issues as they come up. I’ve spoken at several other WordCamps and have helped out a few other WordCamp organizers with their events.

The thoughts below are purely mine and don’t represent those of any other entity.

Rules or Not? Indy or Not?

One issue of contention is whether or not WordCamps are independent events or whether they represent a centralized organization or project. Many of those who see WordCamps as indepdendent events question whether there should be any rules or guidelines surrounding the event. A few years ago when the number of WordCamp events could be counted on fingers and toes, each event was on its own for everything, with the only support/guidance from Automattic coming in the form of some publicity and a bag of swag to be given away to attendees. Fast forward a few years and there are now guidelines, a centralized ticketing system, and the ability for the WordPress Foundation to act as the financial agent for WordCamp events. These last two items relieve local organizers of two major logistical challenges for events.

While WordCamp events started out as entirely independent local ventures, my own anectdotal evidence indicates that to those outside of the WordCamp circle, WordCamps are viewed as coordinated events organized by a central entity. At a one-day WordCamp Seattle event this spring, I had three separate conversations where someone assumed I worked for Automattic when I indicated that I was a WordCamp Portland organizer. If the perception is that WordCamp events are organized and/or sanctioned by Automattic or the WordPress Foundation, it’s understandable that some guidelines should be in place so that rogue organizers don’t reflect poorly on WordPress. I have no issue with the fact that there are guidelines for WordCamps. As noted by @wptavern: “I guess it’s pretty simple folks. If you call your event WordCamp, you play by their rules. If not, call it something other than WordCamp.”

Giveaways, In-Kind Sponsorships, and the Rule in Question

The specific issue which set off the discussion is that the folks at DevPress made an offer to WordCamp organizers that WordCamp attendees could receive free DevPress accounts. This apparently violates the A Note on Giveaways section of the WordCamp guidelines. Reproduced here:

You will undoubtedly be approached by companies wanting to offer you a few things to either use in attendee raffles or distribute to all the attendees as a free giveaway. A few copies of a book about WordPress, a piece of software related to blogging, a free business card offer, you name it. What they are asking for is free advertising. Raffles usually make attendees antsy, because handing out prizes takes time that could be spent on content or at an afterparty, and few people are rewarded for everyone sitting around while this is done. Reserve giveaways for actual sponsors, and make sure your distribution process does not take time away from the reason people are coming.

To understand what I suspect is the logic behind this rule, let’s look at the reality that WordCamps cost money. Expenses for the venue, A/V equipment, food, insurance, and wifi will be several thousand dollars for a WordCamp with a couple hundred attendees. Cash sponsorships are obviously awesome. In-kind sponsorships which help with the needs of the event are equally awesome. If a company would like to donate A/V equipment, or food, printing services, or another such item, that donation will directly help the event and offset the amount of cash needed. Things get a little tricky when a company wants to donate something which is nice but doesn’t offset any of the need for raising money. An example from a past WordCamp Portland was a restaurant that donated a couple gift certificates as giveaways. It was a nice gesture, and I’m sure whomever won the gift certificates in the giveaway was happy, but it did nothing to help cover the costs of the event. As noted above, “handing out prizes takes time that could be spent on content”. Sure it only takes a minute for a giveaway, but multiply that times a dozen giveaways a couple times a day and you could’ve had another session of content.

The spirit of the rule seems to be such that attendees aren’t distracted by companies that want promotion without helping directly support the event.

A Few Thoughts on Muffins

In the comments at WPCandy, Andrea made a note that a donation of vegan muffins would directly support the event and it seems that vegan muffins have become the lightning rod for criticism. While the idea of vegan muffins might seem absurd in Texas, New York, or other locations, last year at WordCamp Portland over 30% of our attendees identified as vegetarian and/or vegan. If we’re providing food, we can’t ignore a third of our audience, and a donation that helps feed those people is a valuable donation.

The DevPress Situation Specifically

Let’s get back to the tangible situation at hand: DevPress offered memberships (a $5 value) to attendees of WordCamps. They didn’t ask for in-kind sponsorship credit, weren’t offering a limited number of memberships (that would’ve taken up attendees’ time as a raffle), and didn’t require that the memberships be promoted during the event. A DevPress membership is on-topic and of value to WordCamp attendees.

I’m failing to see how this is a big problem. This doesn’t seem to be the type of scenario for which the rule is in place. I don’t understand how this is different than Sticker Giant donating stickers to a WordCamp, a situation that has happened multiple times including just last month at the mega-WordCamp in San Francisco.

I disagree with this particular decision regarding DevPress, but I won’t let that deter my enthusiasm for WordPress and WordCamps.

Wrapping Things Up and Moving Forward

Given the thousand or so preceding words…

  • The perceived notion of WordCamps as centralized or coordinated events indicates that Automattic and/or the WordPress Foundation seems within its rights to establish some rules or guidelines.
  • The guidelines are fuzzy. Again, clearer communication from WordCamp Central would be helpful. I don’t understand why StickerGiant is cool but DevPress is not.
  • Perhaps there could be clearer communication with the community on the reasoning behind said guidelines. Much like the open nature of the WordPress software, an open nature to WordCamps seems like a good thing.
  • Chill out, everyone. This isn’t personal and there’s no reason to attack individuals.

WordPress has an outstanding community surrounding outstanding software. Hundreds of WordCamp events have reached tens of thousands of attendees. In any such community there are bound to be differences of opinion, and we’ll get stronger by discussing these differences in a reasonable fashion. After discussion we will favor Decisions, not Options, and decision will sometimes lead to disagreement.

Disagreement is okay.

Update 9/16/2011: Be sure to read Jane Wells’ take on things.


If you found this interesting, share it with your friends on Facebook, Twitter, or Google+