brokenmod

Archive for September, 2009

What Service Customers Really Want

September 20, 2009 7:30pm

What Service Customers Really Want – HBR.org

It’s nice working for a company that’s ahead of the curve.

Superior customer service can be an essential source of strength as companies emerge from the recession, but managers need to understand the extent to which the consumer landscape has shifted. Weakened brands, customers’ easy access to information about vendors, and the erosion of barriers to switching among competitors have combined to create a much more challenging environment for service, whether it’s outsourced or delivered in-house.

Evidence shows that customers will no longer tolerate the rushed and inconvenient service that has become all too common. Instead, they are looking for a satisfying experience. Companies that provide it will win their loyalty.

Our recent research demonstrates that when customers contact companies for service, they care most about two things: Is the frontline employee knowledgeable? And is the problem resolved on the first call? Yet those factors often aren’t even on customer-service managers’ dashboards. Most service centers continue to measure time on hold and minutes per call, as they have for decades. Such metrics encourage agents to hurry through calls—resulting in just the kind of experience customers dislike.

More than half of the customers we surveyed across industries say they’ve had a bad service experience, and nearly the same fraction think many of the companies they interact with don’t understand or care about them. On average, 40% of customers who suffer through bad experiences stop doing business with the offending company.

Adding Random Quotes

10:00am

Adding random quotes to this blog is easy, albeit there are a ton of widgets and plugins to do the same. First, I have a quotes.txt file that has every quote I want to use. It’s saved on my desktop, then uploaded to the server whenever I add new quotes. Each new quote is separated by a hard return (go to brokenmod.com/quotes.txt to see). To pull a random quote, I insert a simple line of code in my blog’s sidebar:

php $file = "quotes.txt";
$quotes = file($file);
echo $quotes[rand(0, sizeof($quotes)-1)];

Uploading new quotes can be a pain with Windows XP's firewall settings because it prevents FTP connections. Therefore, I created a quick and easy script to upload any new changes to the quotes.txt file to the server. First, I created a file called "quotes.ftp":

open ftp.brokenmod.com
username
password
send "c:\documents and settings\david\desktop\quotes.txt"
quit

Then I created a file called "quotes.bat" that disables the Windows firewall, uploads the quotes, then re-enables the firewall before ending:

netsh firewall set opmode mode=disable
ftp -i -s:quotes.ftp
netsh firewall set opmode mode=enable
quit

Now anytime I update my quotes.txt file on my desktop with new quotes, I just double-click quotes.bat and the new quotes are automatically sent to the blog.

How to Handle the Pessimist on Your Team

September 19, 2009 6:00pm

How to Handle the Pessimist on Your Team – Management Essentials – HarvardBusiness.org.

Every team has at least one pessimist.

Turning Negativity into Productivity
Dealing with a pessimist on your team can be a frustrating and time-consuming experience. Attempts to ignore or counter frequent negative comments may simply incite further negativity. Good news: by being proactive you can help the pessimist change his behavior and enable your team to achieve greater productivity.

1. Create awareness. This is best done by pulling the team member aside and explaining how his comments are received. The rule when giving this type of feedback, says Jon Katzenbach, author of Wisdom of Teams and founder of the Katzenbach Center at Booz & Co., is to “be at least as positive as you are negative.” Explain why the person is valued on the team and make clear the impact of his behavior. For example, you can say, “When you make negative comments, the team gets stuck and we aren’t able to move forward.” Kramer points out, “This kind of conversation can be useful from a diagnostic perspective.” Once you understand the underlying reason for the pessimism, you can provide additional support or information if it’s needed.

2. Reposition negative statements. Negativity can fester and eventually kill a team’s momentum and motivation. Don’t let negative comments linger. Ask for clarification or more information about what the speaker means. For example, if a team member says, “This project is never going to make it past Finance,” ask the speaker to explain why she thinks that. Better yet, you can ask for alternative solutions: “What can we do to make sure the project does make it past Finance?” You can also ask team members to use “but statements.” Ask them to follow skeptical or critical sentences with “but.” For example, your team member could say “This project is never going to make it past Finance, BUT it’s worth laying the groundwork now because next year, Finance is apt to approve more tech projects.” It’s helpful to model this type of behavior for the entire team. Offer your own constructive criticism while providing an alternative solution.

3. Involve the whole team. It can be damaging to single out a team member in front of the entire team. Peer pressure is a far more effective tactic. According to Kramer, “Sometimes social sanctions work better than leader sanctions.” Set team norms and ask everyone to observe them. Goldsmith suggests that individuals ask themselves before they speak, “Will this comment help our customers? Will this help our company? Will this help the person or team we’re talking about? Will this help the person we’re talking to?” As Goldsmith points out, “Honesty may be the best policy except when it’s destructive and unhelpful.” Once you’ve agreed on norms, ask the team to hold each other to them. This approach can be used when you’re not the team leader as well. If a fellow team member is regularly negative, you can appeal to what Kramer calls “the collective wisdom” of the team by modeling positive behavior and using peer pressure to show the pessimist a more productive way of contributing. Of course as a peer, your influence is limited and you may need to talk with the team leader if your attempts to redirect the pessimist don’t work.

DIY Clock

7:10am

Unique and easy DIY project from Threadbanger.

Video is kind of cheesy, but I like the simplicity yet creativity that can come from it.

The mechanism is $5.99 from ClockParts.com and includes everything needed.