Archive | Business Process RSS feed for this section

Unified Communications enabling multi language IM Conversations

Fire up the UC use case folder.  Chris over at his blog has detailed a fantastic looking app that integrates Bing Translator with the Communication Server “14″ platform.  This allows IM conversations to be translated into 32 different languages.  For further details go take a look at Chris’ blog post.

This has got me thinking as to the potential use for this application.   I’m sure there are many more use cases but here are a few off the top of my head:

  • Multi language helpdesk/website support.  The UC platform already allows an organisation to embed IM into their website, enabling Bing Translation now allows an organisation to support customers in multiple languages without investing in costly translation services or multi language resource
  • Emergency translation services.  Although limited in number there are times when organisations/individuals need immediate contact to answer an emergency call and there is a lag if a translator is required.  A quick IM conversation could answer the call without having to search for the translator
  • Clearly within the multinational business environment the ability to seamlessly communicate across boundaries without everyone having to rely on a single language is a significant benefit and there will be many different use case generated by such organisations
  • And perhaps more exciting is for the SME market place.  Large organisations can devote resources to overcome language barriers (or simply dictate a primary language) but for the SME that is venturing into a foreign market for the first time language can be a significant challenge.  Such a solution could help a business overcome the challenge.

Unified Communications coupled with critical mass and an open platform deployed within an organisation can dramatically change how that organisation operates, this is just one small example of the countless possibilities that UC can deliver.

Popularity: 1% [?]

Creating a twitter stream with WordPress

In the space of a few hours with a combination of WordPress, RSS and a couple of WordPress plugins any business can create a twitter stream that collects information from several different RSS feeds and provides an automatic twitter update. The functionality is similar to Yahoo pipes or twitterfeed but crucially for the Enterprise this functionality can be provided behind the firewall rather than rely on third party services.

This solution could be used to aggregate multiple content stream generated within the Enterprise and streamed to twitter. PR releases, news items, product updates, service updates.
What I haven’t looked at yet is streaming content to an internal twitter service. If achievable this solution moves from a simple automatic twitter tool to a company wide Enterprise work flow system.

To prove the concept I have taken three NFL streams (NFL Network, National Football Post and ESPN NFL) and aggregated them into a single twitter stream at nflfreeagency. The WordPress output can be found here.

Here’s a quick overview of how the solution works:

Stage One: the basics

  • download and install wordpress 2.7 onto your web server

Stage Two: managing the multiple RSS streams

  • three plugins are required that will allow you to manage RSS feeds and display on your WordPress blog: SimplePie Core, SimplePie for WP and WP-o-Matic
  • when the three plugins are installed browse to WP-o-Matic in settings and enter the feeds you wish to manage
  • once entered WP-o-Matic will create a new blog post for every new RSS entry

Stage Three: getting your blog posts from WordPress into twitter

  • download Alex King’s TwitterTools plugin and install within WordPress, make sure you check the options to create a new tweet for every new blog entry

Popularity: 17% [?]