<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technology-Enabled Business Solutions</title>
	<atom:link href="http://blog.fusionalliance.com/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.fusionalliance.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 13:10:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Oh, so you are a Tester?</title>
		<link>http://blog.fusionalliance.com/blog/confessions-of-a-tester/oh-so-you-are-a-tester</link>
		<comments>http://blog.fusionalliance.com/blog/confessions-of-a-tester/oh-so-you-are-a-tester#comments</comments>
		<pubDate>Wed, 22 May 2013 13:00:42 +0000</pubDate>
		<dc:creator>Brea Day</dc:creator>
				<category><![CDATA[Confessions of a Tester]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software Quality Assurance]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[SQA]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5424</guid>
		<description><![CDATA[On some occasions, I am asked what it is I do because Software Quality Assurance is still a bit of an enigma to some, both inside and outside of the software industry. I provide a brief description of my role, &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/confessions-of-a-tester/oh-so-you-are-a-tester">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>On some occasions, I am asked what it is I do because Software Quality Assurance is still a bit of an enigma to some, both inside and outside of the software industry. I provide a brief description of my role, but try not to go too in-depth as not to possibly bore a person with the details. After my explanation, I typically get a glazed over stare and hear “Oh, so you are a tester?” My desired response to this is to cringe, but I kindly respond, “Testing is a portion of what I do, yes.”</p>
<p>If you have ever wondered if there is, actually a difference between Software Quality Assurance (SQA) and Software Testing then continue reading, as I will try to explain that they are not simply two different names for the same concept, but rather different aspects of the broader area of quality.</p>
<h3><b>What is Software Quality Assurance?</b></h3>
<p><b> </b>Software Quality Assurance is a systematic planned approach to monitoring and improving the entire software development process in an attempt to ensure quality and a level of confidence that the software is free from vulnerabilities and functions as intended. This planned approach attempts to implement standardization throughout the development life cycle, which includes requirements definition, software design, coding, source code control, code reviews, change management, configuration management, testing, release management, and product integration, ensuring that issues are found and dealt with through goals, measurements, validation, and verification.</p>
<p>Did you see the word “testing” in the above definition? Yes, you did, and that is because testing is a component of the overarching processes implemented within Software Quality Assurance.</p>
<h3><b>What is Software Testing?<br />
</b></h3>
<p>Software Testing is the concentrated execution of processes to validate and verify a software system matches its specifications and is free of defects. The actual process of Software Testing can encompass many types of testing to ensure quality. Below I have provided a brief list of the different types of testing; however, this list is not all-inclusive.</p>
<ul>
<li>Black box testing</li>
<li>White box testing</li>
<li>Integration testing</li>
<li>Functional testing</li>
<li>Load testing</li>
<li>Stress testing</li>
<li>Performance testing</li>
<li>Security testing</li>
<li>Usability testing</li>
<li>Regression testing</li>
<li>Sanity testing</li>
<li><a href="http://blog.fusionalliance.com/blog/confessions-of-a-tester/exploration-leads-to-discovery">Exploratory testing</a> (my personal favorite)</li>
</ul>
<h3><b>What is the take away from these definitions?<br />
</b></h3>
<p>The distinctive difference everyone should understand is that executing test scripts and finding defects does not automatically mean that quality assurance is in place for a software product. It simply means that testing is being performed in an attempt to find and fix as many defects as possible within the product.</p>
<p>For Quality Assurance to be a part of a software product, standards must be implemented and followed. To do this, metrics are measured to ensure all involved in the software development life cycle are following the processes as defined.</p>
<h3><b>The name game<br />
</b></h3>
<p>Many use the terms SQA and Software Testing interchangeably.  It can be easy to confuse the two. I, too, have been guilty of defining myself as a “Tester” simply for the sake of saving time in defining my job functions as they relate to quality. It is really just a name game and as long a company or project has clearly defined steps to ensure quality then the name does not really matter.</p>
<h3><b>In closing</b></h3>
<p><b> </b>SQA and Software Testing are different: SQA concentrates on the process while testing concentrates on the end product. Both are designed to ensure quality within a product. The next time I find myself responding, “Testing is a portion of what I do, yes,” I will make sure to refer that person to this blog for a more detailed definition of SQA and how testing is a portion of my job function, but not the only skill I can contribute to a company or project. Quality ROCKS!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/confessions-of-a-tester/oh-so-you-are-a-tester/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Thrill of Automation and the Agony of Getting There: Part 3</title>
		<link>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-3</link>
		<comments>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-3#comments</comments>
		<pubDate>Tue, 21 May 2013 14:30:16 +0000</pubDate>
		<dc:creator>Curtiss May</dc:creator>
				<category><![CDATA[Testology: The Developer’s Friend]]></category>
		<category><![CDATA[Automated Software Testing]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5236</guid>
		<description><![CDATA[In my previous post, we discussed areas of test automation that may provide long-term reusable positive results within a manageable amount of time. Examples: Check each entry field that has maximum-length string data. Check each required field that has null &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-3">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In my <a href="http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-2" target="_blank">previous post</a>, we discussed areas of test automation that may provide long-term reusable positive results within a manageable amount of time.</p>
<p><strong>Examples:</strong></p>
<ul>
<li>Check each entry field that has maximum-length string data.</li>
<li>Check each required field that has null data.</li>
<li>Challenge type-checking validation of each field that has data of a different type from what is allowed.</li>
<li>Test for all data values that are simultaneously maximized or most stressful.</li>
<li>Verify that the nominal value of data is accepted, stored, retrieved, and displayed.</li>
<li>Logon/Logoff</li>
<li>Password Validation</li>
<li>Open/Close/Maximize/Minimize</li>
</ul>
<p>Let&#8217;s discuss the next steps.</p>
<h3>Expansion and Improvements</h3>
<p>Test-design specification templates should be expanded beyond the typical empty-document sections to fill in to include generic validation rules, test-case checklists, common failure modes, and libraries of generic tests.  The templates should include many of the usual tests for application features, so that they do not have to be added or reinvented. Part of this generic design should implement &#8220;boilerplate&#8221; tests that will be the first ones that every testing effort should include, even before considering more sophisticated and instance-specific tests.  In this way, the generic test-design specifications allow any tester—for example, a new contingent staff member—to perform a range of generic tests, even before any customized, application-specific test planning.</p>
<p><b>Examples:</b></p>
<ol>
<li>Identify a record or field upon which to operate (based on input name and parameter info).</li>
<li>Verify nonexistence.</li>
<li>Add item.</li>
<li>Read and verify existence of identical unchanged data.</li>
<li>Modify and verify matching modified data.</li>
<li>Delete and verify removal of item.</li>
<li>Identify item with type characteristics (for example, a data field) at an abstract level. This should not be limited to simple data types, but should include common business data types (for example, telephone number, address, ZIP code, customer, Social Security number, calendar date, and so on).</li>
</ol>
<p><b>Mature examples:</b></p>
<ol>
<li>Enumerate the generic business rules that are associated with the type.</li>
<li>Define equivalence partitions and boundaries for the values for each business rule.</li>
<li>Select test-case values from each equivalence class.</li>
<li>Generate randomized item from equivalence classes.</li>
</ol>
<p><b>Further Advances</b></p>
<ul>
<li>Reduce ad-hoc reinvention of test designs by capturing and reusing common test patterns.</li>
<li>Recognize and abstract test issues. Capture them in a form that can be reapplied as a higher-level chunk of activity instead of always dropping down to the detailed instance level.</li>
<li>Package the results and experience of past test-design work into a reusable deliverable that can be applied to similar test efforts.</li>
<li>Create checklists of generalized &#8220;things to test&#8221; that will be a resource for reuse on future versions or applications.  These generalized tests should augment the separate list of feature details (business rules) and associated tests that truly are unique to a specific project.</li>
<li>Catalogue common and generic failure modes as items to verify, and make them part of test-design templates.</li>
<li>Collect and document explicit test coverage categories, so that they can be incorporated into analysis and test design.</li>
<li>Ensure that each category contains as complete a set of tests as possible to ensure coverage of the category.  Divide the results into generic and unique subsets of tests.  Reuse the generic portions of these lists for future efforts.</li>
<li>Test-design specification templates should be expanded beyond empty-document sections to fill in to include generic validation rules, test-case checklists, common failure modes, and libraries of generic tests.</li>
</ul>
<h3><b>Conclusion</b></h3>
<p>Testers should build test designs around reusable test patterns that are common to a large number of application-testing problems. The inclusion of these patterns as a standard part of the test-design template reduces the time that is spent on test design by eliminating the need to start with a blank test-design specification. Reuse of these patterns has the added benefit of codifying expert-tester knowledge, so as to increase the likelihood of catching common failures.<b></b></p>
<h3><b>Final Words</b></h3>
<p>The introduction of automated testing is in itself a project. Treat it so. Plan it as you would any major project. Make it a first-level level item.  Involve all members of your team from developers to management. Expect discussion, setbacks, and a few hefty headaches as you grow.</p>
<p><strong>SOUND OFF:</strong> Have you implemented automated testing in your organization? What hurdles did you face?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automation Testing: Catch Phrase or Reality?</title>
		<link>http://blog.fusionalliance.com/blog/magnifying-test-automation/automation-testing-catch-phrase-or-reality</link>
		<comments>http://blog.fusionalliance.com/blog/magnifying-test-automation/automation-testing-catch-phrase-or-reality#comments</comments>
		<pubDate>Mon, 20 May 2013 17:00:05 +0000</pubDate>
		<dc:creator>Sanjiv (Sam) Kukadia</dc:creator>
				<category><![CDATA[Magnifying Test Automation]]></category>
		<category><![CDATA[Automated Software Testing]]></category>
		<category><![CDATA[Automation Testing]]></category>
		<category><![CDATA[SDLC]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5422</guid>
		<description><![CDATA[Over the past few years, we’ve seen a considerable amount of verbs and nouns directed at the topic of automation testing. As time passes, more and more companies have been fascinated by the coolness of automated testing, perhaps sometimes neglecting &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/magnifying-test-automation/automation-testing-catch-phrase-or-reality">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Over the past few years, we’ve seen a considerable amount of verbs and nouns directed at the topic of automation testing. As time passes, more and more companies have been fascinated by the coolness of automated testing, perhaps sometimes neglecting the main reasons for it and the base requirement behind it. This has raised the question for us: is automation testing just a catch phrase or reality?</p>
<h3>Automation Testing is a Component of the SDLC</h3>
<p>The answer to this evidently relies on how any company is using automation testing within their software development life cycle (SDLC). It is important to evaluate this factor because automation testing itself is an entity of the SDLC. There must be proper understanding of what piece within the software will be automated and how much benefit it will provide after spending X amount of time behind automating that functionality of the software application.</p>
<p>I have seen many companies captivated by the awesomeness of automation testing and pursuing the delusion of being able to automate the testing process, but forgetting to evaluate what piece needs to be automated, what benefit it will provide, and mainly the process to determine the long-term goals of the automation testing process. Besides this, the main factor that can turn any automation testing into a catch phrase is choosing inappropriate testing tools, having too complex a framework, and not knowing the restrictions that could affect your automation testing process. One major constraint is knowing the time spent to keep those automated scripts updated and what the impact on those scripts will be if the software application’s functionality or user interface is changed.</p>
<h3>Carefully Consider All of the Factors</h3>
<p>To avoid automation testing being just a catch phrase, any automation engineer needs to evaluate the above mentioned factors. Keep in mind how much manual process any particular automated script will save and what will be the challenges in case the system functionality or the application’s user interface is changed. Also, it is very important that the automated testing tool support different OS versions and if you’re willing to test the application on multiple platforms and different OS versions.</p>
<p>There is no doubt that automation testing provides a great deal of benefits and saves a good amount of time—but only if it’s implemented in an appropriate manner, evaluating all factors mentioned above. However, the process of automation testing doesn’t stop here. What we have talked about so far is the input and having automation testing implemented for any organization. But what else after this is achieved?</p>
<p>There should be a unified process for reporting errors and tracking bug defects so that the results of your automation test can be easily incorporated within the bug-reporting tool. This is essential to track the progress of your software development, as well as the process of solving the identified bugs while performing testing. Using both of these processes, managers can easily view and track the status of their product development.</p>
<p>Lastly, to make automation testing a reality depends on the team responsible for its implementation. And we all should remember that we are as good as our team is… So make that catch phrase a reality and enjoy the goodies of automation testing.</p>
<p><strong>Sound Off:</strong> Has your organization integrated automated testing holistically? Or is automated testing a passing fad?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/magnifying-test-automation/automation-testing-catch-phrase-or-reality/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Google Analytics to Track Separate Accounts on the Same Site</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/configuring-google-analytics-to-track-separate-accounts-on-the-same-site</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/configuring-google-analytics-to-track-separate-accounts-on-the-same-site#comments</comments>
		<pubDate>Thu, 16 May 2013 13:00:17 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Configuring Google Analytics]]></category>
		<category><![CDATA[Google Analytics]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5186</guid>
		<description><![CDATA[Written in collaboration with Travis Moser, Experience Architect Setting up Google Analytics to capture site metrics is usually a pretty straightforward task. However, sometimes it requires a bit of creative thinking when you run into unexpected challenges. The Challenge On &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/configuring-google-analytics-to-track-separate-accounts-on-the-same-site">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><em>Written in collaboration with Travis Moser, Experience Architect</em></p>
<p class="size-medium wp-image-5193">Setting up Google Analytics to capture site metrics is usually a pretty straightforward task. However, sometimes it requires a bit of creative thinking when you run into unexpected challenges.</p>
<div id="attachment_5193" class="wp-caption alignright" style="width: 300px"><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/2512148775_61fa58b4b3.jpg"><img class="size-medium wp-image-5193" alt="Investigating Google Analytics" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/2512148775_61fa58b4b3-290x296.jpg" width="290" height="296" /></a><p class="wp-caption-text">Graphic by David Vincente. Some rights reserved.</p></div>
<h3>The Challenge</h3>
<p>On a recent project, we were installing Google Analytics to capture data for a website that was contained within a sub-directory of a larger corporate site. The business owner wanted to capture data specific to her sub-site—in particular—how many visits to the sub-site it took for a user to submit a contact form. It was important for the business owner to know this to make a judgment on how well the content was doing to explain the offering and persuade the user to take the next step. A reasonable request, right?</p>
<p>Here’s where the challenge came in.  Because marketing campaigns were going to be sending visitors directly to the sub-site, the business owner needed to record visitors to the sub-site separately from visitors to the larger corporate site.  Currently, the cookie tracking unique visits was being written to the corporate domain. So, for example, if a user visited the corporate site two times, then visited the sub-site twice and submitted a contact form on the second visit, Google Analytics would show that it took this user four visits to submit a contact form. We would have no way of knowing how many of those visits prior to the last visit were actually visits to the sub-site.</p>
<p>We called on Experience Architect Travis Moser to do a little investigating.  Here’s what he learned and how he recommended resolving the problem.</p>
<h3>The Solution</h3>
<p>We needed to figure out how to show that even if visitors had previously visited the larger corporate site, they should be counted as new visitors when they arrived on the sub-site. At the same time, we needed to track these visits to the sub-site to the larger corporate site Google Analytics account. Essentially, we needed to track the visitors to the sub-site twice—once to the larger corporate Google Analytics account—and once to the sub-site Google Analytics account, while making sure the data for one account didn’t affect the data for the other.</p>
<p>On the surface, that doesn’t seem too difficult. Let’s say the domain name for the site is <a href="http://www.acme.com">http://www.acme.com</a> and the sub-site is at <a href="http://www.acme.com/sub-site/">http://www.acme.com/sub-site/</a>. After some research, this is the code that we found others using:</p>
<pre>var _gaq = _gaq || [];
gaq.push(
  ['setAccount', 'UA-XXXXA-X'], // global site account number
  ['trackPageview'],
  ['ss.setAccount', 'UA-XXXXB-X'], // sub-site account number
  ['ss.trackPageview']
);</pre>
<pre></pre>
<p>The problem with this code is that because both site accounts use the same domain name, their cookies will conflict, resulting in inaccurate visitor counts. The accuracy of visitor counts was critical to determining the effectiveness of the site content. We realized we needed to force Google Analytics to set two separate cookies—one for each account. This can be accomplished by either setting a separate domain name for each account or by setting the cookie path for one of the accounts to a different directory. Because the sub-site is in a separate directory, it made more sense to set the cookie path for the sub-site account like this:</p>
<pre> var _gaq = _gaq || [];
gaq.push(
  ['setAccount', 'UA-XXXXA-X'], // global site account number
  ['trackPageview'],
  ['ss.setAccount', 'UA-XXXXB-X'], // sub-site account number
 <span style="color: #ff0000;"> ['ss.setCookiePath', '/sub-site'], // different cookie for sub-site</span>
  ['ss.trackPageview']
);</pre>
<p>Now the data is tracked into two separate Google Analytics accounts with two separate cookies: the larger corporate site account’s cookie domain is set to <a href="http://www.acme.com">www.acme.com</a>, and the sub-site’s cookie domain is set to <a href="http://www.acme.com/sub-site/">www.acme.com/sub-site/</a>.  Problem solved! The business owner will have an understanding of how the new site content is doing to get visitors to take action, and the corporate site owners will still be able to accurately track unique visitors to the site overall.</p>
<p>Travis, you rock!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/configuring-google-analytics-to-track-separate-accounts-on-the-same-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Thrill of Automation and the Agony of Getting There: Part 2</title>
		<link>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-2</link>
		<comments>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-2#comments</comments>
		<pubDate>Wed, 15 May 2013 15:15:40 +0000</pubDate>
		<dc:creator>Curtiss May</dc:creator>
				<category><![CDATA[Testology: The Developer’s Friend]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Automation Testing]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5231</guid>
		<description><![CDATA[Follow the Rules of Software Development Previously I spoke of the problems in attaining a level of success when implementing automated testing within a project. For example: Spare time test automation (team members consumed by larger tasks) Lack of clear &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-2">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<h3><b>Follow the Rules of Software Development</b></h3>
<p><a href="http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-1" target="_blank">Previously</a> I spoke of the problems in attaining a level of success when implementing automated testing within a project.</p>
<p>For example:</p>
<ul>
<li><b>Spare time test automation</b> (team members consumed by larger tasks)</li>
<li><b>Lack of clear goals</b> (is implementation of successful  automation processes the long-term goal or simply a wishful thought?)</li>
<li><b>Lack of experience</b> (inexperienced staff who may create short-term fixes without long term success)</li>
<li><b>High team member turnover</b> (when test automation is not its own project and team members better utilized elsewhere, or they simply run out of time to accomplish the automation goals)</li>
<li><b>Reaction to desperation</b> (struggling to learn and meet timelines simultaneously)</li>
<li><b>Reluctance to think about testing</b> (focus on automation prized above the testing itself)</li>
<li><b>Technology focus</b> (do the results meet the testing needs?)</li>
<li><b>Labor intensive</b> (management of the automation processes may prove to be far more extensive than manual testing if not created and managed as reusable resources)</li>
</ul>
<p>This leads me to the conclusion that Test Automation should be looked at as a Software Development Project.</p>
<p>An organization is often oblivious to the fact that it is actually developing software; there is no distinction between the users and the developers. This is the place that test automation often finds itself.  Thus, dedicating resources to test automation and treating it like a development activity elevates it to the first level. This is the core of the solution to the problems of test automation. Test automation projects should be run just as any other software development project.</p>
<p>Like other software development projects, developers should be dedicated to developing the test automation.</p>
<ul>
<li>Test automation automates a task in which the developer is probably not an expert. Therefore, skilled testers should be consulted and should provide the requirements.</li>
<li>Test automation benefits if the approach is designed before coding is started.</li>
<li>Test automation code needs to be tracked and secured. Therefore, source code management is a requirement.</li>
<li>Test automation will have bugs. Therefore, it is a necessity to have to plan to track them, test for them and provide change management.</li>
<li>Users will need to know how to use the tests and the tools. Consequently, create and update user documentation.</li>
</ul>
<p>Assuming that you are part of a software organization that already has some idea as to what reasonable and effective methods should be used for developing software; you are urged to abide by those rules established for software development in your own test automation. The goal is to maintain the concepts used for software development projects, alongside the considerations and challenges that are particular to test automation.</p>
<p><b>Examples:</b></p>
<ol>
<li>Improve the testing process</li>
<li>Define requirements</li>
<li>Prove the concept</li>
<li>Encourage product testability</li>
<li>Design for sustainability</li>
<li>Plan for deployment</li>
</ol>
<h3><b>Intro to Automated Testing 101 (avoid initial high-end costs, training, and time investments)</b></h3>
<p>As stated above, some of the most immediate goals of automated testing are as follows:</p>
<ol>
<li>Improve speed and efficiency</li>
<li>Establish reliability of process</li>
<li>Create repeatable processes</li>
<li>Manage reusable processes</li>
</ol>
<p>Additional objectives are:</p>
<ol>
<li>Reduce costs</li>
<li>Prove the concepts</li>
<li>Improve the overall testing process</li>
</ol>
<h3><b>What efforts can be most quickly served through automation and positively affect the items listed above?</b></h3>
<p>There at least two (2) primary conditions where the introduction of automation can create immediate cost and time savings with reduced training and lower initial financial investment.</p>
<ol>
<li>Changes of environment, testing across multiple browsers (IE, Chrome, Firefox, Safari, etc.) or multiple browser versions (IE7, IE8, etc.).</li>
<li>Testing of systems that process large volumes of data i.e., retail, medical, research, etc.</li>
</ol>
<p>In both of these cases, the tests remain essentially the same through each repetition. They can be created by recording keystrokes and mapping them to a script or by loading diverse data sets to test the flexibility of the system.</p>
<p>Test engineers start with a blank page in a test-design specification and fill it in detail by detail, when many of these issues are generic and common to nearly every application-testing scenario. Again, the introduction of recordable testing tools to create an initial package of test designs without programming and with minimal training is possible. These designs can be readily modified with the edit tools provided by relatively inexpensive testing suites (5 figures versus 6 to 7 figures) to adjust designs quickly for reuse.</p>
<p><b>Examples as follows:</b></p>
<ul>
<li>Check each entry field that has maximum-length string data.</li>
<li>Check each required field that has null data.</li>
<li>Challenge type-checking validation of each field that has data of a different type from what is allowed.</li>
<li>Test for all data values that are simultaneously maximized or most stressful.</li>
<li>Verify that the nominal value of data is accepted, stored, retrieved, and displayed.</li>
<li>Logon/logoff</li>
<li>Password validation</li>
<li>Open/close/maximize/minimize</li>
</ul>
<p>In my next post, we’ll discuss how you can keep building and improving test automation to continue to streamline the process.</p>
<p><strong>SOUND OFF:</strong> Why do you think test automation projects should be run just as any other software development project?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Gilded Edge of Exploratory Testing</title>
		<link>http://blog.fusionalliance.com/blog/excogitation-or-erratum/the-gilded-edge-of-exploratory-testing</link>
		<comments>http://blog.fusionalliance.com/blog/excogitation-or-erratum/the-gilded-edge-of-exploratory-testing#comments</comments>
		<pubDate>Tue, 14 May 2013 13:00:40 +0000</pubDate>
		<dc:creator>Hal Metz</dc:creator>
				<category><![CDATA[Excogitation or Erratum]]></category>
		<category><![CDATA[Automated Software Testing]]></category>
		<category><![CDATA[Exploratory Testing]]></category>
		<category><![CDATA[Manual Testing]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4790</guid>
		<description><![CDATA[If the only goal of software testing is to improve product quality, then there is a lot of value being missed. Smart organizations realize that test assets developed during test effort are as valuable, or more valuable, if you consider &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/excogitation-or-erratum/the-gilded-edge-of-exploratory-testing">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>If the only goal of software testing is to improve product quality, then there is a lot of value being missed. Smart organizations realize that test assets developed during test effort are as valuable, or more valuable, if you consider the long-term benefit of having the right resources in place. Smarter organizations recognize that intellectual assets are the most valuable testing tools of all.</p>
<p>What seems to be overlooked is what impacts the creation of intellectual assets.</p>
<p>It is clear that the more one tests and the more things one tests and the more testing paradigms one operates in, the more intellectual assets one gains. However, in the economy of increasing testing-knowledge assets, the value of manual testing may be underrated and underutilized.</p>
<h3>Why Would Exploratory Testing Be Underrated?</h3>
<p>Knowledge comes from seeing and seeing comes from, well, from seeing. And what are the revelations the best tester never sees? Yep—what the automated test tool sees.</p>
<p>When a test is complex, especially if it is emulating user behavior, it seems sensible to execute some of the failed tests manually.  There will be lots of things for the wizened tester to see and think about when walking  through the steps that failed in the automated tests.</p>
<p>An automated test tool will never tell when it sees a missed test condition. On the other hand, manual testers are constantly calling out missed test conditions.</p>
<h3>Automated Testing Does Not Remove The Need for Exploratory Testing</h3>
<p>Overlapping automated tests with manual tests may not be cost effective, but replacing manual tests with automated tests may cost more in terms of product quality.</p>
<p>Do not stop manual testing just because automated test are in place and used. For quality (and your promotion&#8217;s) sake, keep on using exploratory testing.</p>
<p>My experience has been that exploratory testing finds the obscure, deadly bugs. The extra resources &#8220;wasted&#8221; doing seemingly duplicate exploratory testing is easier to take than the call that the production server crashed because a user dropped a book on their keyboard.</p>
<p>The best organizations will recognize the value of exploratory testing in all testing efforts. Not just because of the obscure bugs they reveal and the missed test conditions, but as importantly, what the testers see along the way.</p>
<p><strong>SOUND OFF:</strong> In your testing organization, has exploratory testing ever revealed an obscure bug that automated testing missed?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/excogitation-or-erratum/the-gilded-edge-of-exploratory-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Case for Risk-Based Testing Using SBTM (Session Based Testing Methodology)</title>
		<link>http://blog.fusionalliance.com/blog/walk-with-a-software-tester/a-case-for-risk-based-testing-using-sbtm-session-based-testing-methodology</link>
		<comments>http://blog.fusionalliance.com/blog/walk-with-a-software-tester/a-case-for-risk-based-testing-using-sbtm-session-based-testing-methodology#comments</comments>
		<pubDate>Mon, 13 May 2013 18:00:07 +0000</pubDate>
		<dc:creator>Clark Stull</dc:creator>
				<category><![CDATA[Walk with a Software Tester]]></category>
		<category><![CDATA[Risk-based testing]]></category>
		<category><![CDATA[SBTM]]></category>
		<category><![CDATA[Session-based testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5357</guid>
		<description><![CDATA[Our story begins with a client who needs your services. In this story, we have a business that is very profitable, and now this business has decided that they want to move to a software solution that will maintain their &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/walk-with-a-software-tester/a-case-for-risk-based-testing-using-sbtm-session-based-testing-methodology">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Our story begins with a client who needs your services. In this story, we have a business that is very profitable, and now this business has decided that they want to move to a software solution that will maintain their vitality and propel them into the future. As an additional note, the company does not have an in-house software development or testing team.</p>
<p>They hire you to help them with their testing. From the initial analysis gathered in a meeting with them, you recommend a risk-based approach to testing. The major reason for selecting this approach is that they have not budgeted enough time for the testing efforts. One guesses they did not budget enough time partly because they are new to software development and software testing specifically. So, the project is nearly complete with just a couple of months to go, and they still have not started testing. Conclusion: a risk-based approach is our best choice.</p>
<p>Let’s expand the picture to say the solution is huge: three different vendors are bringing in their software packages and they have to integrate so that total solution provides a seamless communication of both vital and non-vital information, as well as some very technical information, necessary to propel this  business into the future growth it desires.</p>
<p>In other words, you come in and see Goliath and know that a risk-based approach will best address this very challenging task: provide a measure of testing and an understanding of the software quality in an incredibly small time frame, considering the size of the solution.</p>
<h4>More detailed reasoning for choosing risk-based testing</h4>
<p>From our experience, risk-based testing is one of the best methods of documenting a testing approach while cutting costs and staying  extremely agile, which is good for a company just beginning to create testing processes and practices. It is less expensive and it has a faster cycle.  Also, we have found risk-based testing a great way to start if you want higher confidence that you are testing the right things at the right time.<span style="text-decoration: underline;"><br />
</span></p>
<p>We use the client&#8217;s  SMEs (subject matter experts) to define risk areas and then rate them so that we have information to drive the plan. Since you know which areas are critical, you start with the highest risk areas and work your way through the others. As part of this process, you want the project management team to create guidelines for success and completion. For example, the cycles of testing will be complete when you have tested all the high-risk areas three times; the medium-risk areas twice; and have done some analysis on the low-risk areas, based on the testing of the other two areas.</p>
<p>Here again, the time constraints are the driving factor (as well as some other context-driven situations, e.g. lack of written requirements). So we recommended and went with SBTM – Session Based Testing Methodology. This framework allows for a maximum “hands on” testing and a minimum of documentation and management of the process. Based on limited time, the need to maximize testing efforts and minimize documentation and other administrative efforts, we decided this was our best framework for testing.</p>
<p>We often hear “the devil is in the details,” but for us, in this case, the devil was getting to the details, which we just described as learning how to help the company move into testing and do it with the constraints that were given. Our solution was risk-based testing with SBTM.</p>
<p>As for the details, we worked within the time frame allotted and accomplished what we needed to, thanks to our ability to pick the solution that best fit our context. We did lots of testing; covered the areas that were expected to cover; and delivered the needed work and documentation.</p>
<p>The biggest lesson we learned from implementing risk-based testing using a Session Based Testing framework was &#8220;never stop asking questions.&#8221;</p>
<p>This is a story that does not end here, but continues every day. We like stories.</p>
<p><strong>Some Useful Links</strong><br />
James Bach &#8211; <a href="http://www.satisfice.com/ " target="_blank">http://www.satisfice.com/ </a><br />
Michael Bolton &#8211; <a href="http://www.developsense.com/" target="_blank">http://www.developsense.com/</a><br />
Mike Kelly &#8211; <a href="http://michaeldkelly.com/" target="_blank">http://michaeldkelly.com/</a></p>
<p><strong>SOUND OFF:</strong> Do you have a testing story to share? We&#8217;d love to hear it!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/walk-with-a-software-tester/a-case-for-risk-based-testing-using-sbtm-session-based-testing-methodology/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Testing&#8221; Myself and What I Learned</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/testing-myself-and-what-i-learned</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/testing-myself-and-what-i-learned#comments</comments>
		<pubDate>Thu, 09 May 2013 13:00:45 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5168</guid>
		<description><![CDATA[Testing is the last thing you do before delivering a digital project.  No need to stress about it up front.  Just include time for it in the plan, and we’ll nail down the details when we come to it. We’ll &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/testing-myself-and-what-i-learned">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Testing is the last thing you do before delivering a digital project.  No need to stress about it up front.  Just include time for it in the plan, and we’ll nail down the details when we come to it. We’ll leave it to the experts to tell us what we need to do when the time comes.  Sound like a plan?</p>
<p>Yeah—sounded like a good plan to me until I was asked to do the testing.   Yikes!  I manage digital projects and develop content.  I consider myself more of a “creative,” for gosh sakes. You want me to test software? Gulp!</p>
<p>So, with some expert guidance, test software I did.  I became familiar with the language and format of test scripts. I executed them. I even graduated to writing a few. I found bugs and documented them.  I made sure requirements were met.  Interestingly, this experience, which I thought would be quite boring and mechanical, fed my inner perfectionism.</p>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=5171" rel="attachment wp-att-5171"><img class="alignleft size-medium wp-image-5171" alt="Testing Process" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/Test-Gfk-290x204.jpg" width="290" height="204" /></a></p>
<p>&nbsp;</p>
<p>Formal testing was not something I’d ever been asked to do before or ever imagined doing.  I’m quite sure it’s not in my job description.  However, having been called on to do testing , not once, but several times,  has given me an appreciation for the skill involved, for those who are experts at it, as well as for its importance and value to every digital project.</p>
<p>The most important things I’ve learned from my experiences as a tester that have helped me as a project manager:</p>
<ul>
<li>Clearly define how and what you are going to test based on client needs and how the final product will be used</li>
<li>Include adequate time and resources for testing in your plan and estimate</li>
<li>Line up testing resources (people, hardware and software) early</li>
<li>Document meticulously</li>
</ul>
<p>I know there’s a lot more to testing than I’ve experienced so far.  That’s why we have an entire discipline dedicated to testing and why I’m excited to dig in with the members of our testing team to share their approaches to and perspectives on testing and to show you what makes them passionate about their work. And— of course—why I’d rather have them lead and do the testing  on my projects!</p>
<p>Stay tuned for my upcoming posts this month for testers’ top tips, how to work best with a tester, tester’s pet peeves and more.</p>
<p>Sound like a plan?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/testing-myself-and-what-i-learned/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That’s Not User Experience Testing</title>
		<link>http://blog.fusionalliance.com/blog/excogitation-or-erratum/thats-not-user-experience-testing</link>
		<comments>http://blog.fusionalliance.com/blog/excogitation-or-erratum/thats-not-user-experience-testing#comments</comments>
		<pubDate>Wed, 08 May 2013 13:00:28 +0000</pubDate>
		<dc:creator>Hal Metz</dc:creator>
				<category><![CDATA[Excogitation or Erratum]]></category>
		<category><![CDATA[Exploratory Testing]]></category>
		<category><![CDATA[Functional Testing]]></category>
		<category><![CDATA[test planning]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[UAT]]></category>
		<category><![CDATA[User expereience]]></category>
		<category><![CDATA[User Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4864</guid>
		<description><![CDATA[The test plan is in place, and the chosen users are about to begin their testing. If you are smart, the user test plan was carefully crafted to keep the user tester from finding all of the “I want this” &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/excogitation-or-erratum/thats-not-user-experience-testing">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The test plan is in place, and the chosen users are about to begin their testing.</p>
<p>If you are smart, the user test plan was carefully crafted to keep the user tester from finding all of the “I want this” and “we need this” quagmires that are nearly impossible to escape. Users have no concept of &#8220;requirements&#8221; and &#8220;scope creep.&#8221;</p>
<h3>Acceptance—Not User Experience—Testing</h3>
<p>This is acceptance testing and not user experience testing.</p>
<p>Why?</p>
<ol>
<li>Test plans are procedure strait jackets.</li>
<li>The chosen few users are the cream of the crop who do things the right way.</li>
</ol>
<p>Users, on the other hand, never follow procedures and they rarely do things the &#8220;right way.&#8221; Users don’t do things the &#8220;right way&#8221; even after they are in the role for six weeks and were taught how to “do the job” with less effort and less pain by the initiated. More to the point, users have no clue how things work so they experiment.</p>
<p>For example, a user calls the help desk to complain that her screen turned heather green and flashes magenta when she pushes any key. &#8220;It&#8217;s happening to everyone else,&#8221; she innocently continues.</p>
<p>The Help Desk jockey asks the universal question: “What did you do to just before the screen turned green and started flashing purple?”</p>
<p>The user replies, “I just went here and entered this and pressed the squirrelly little key up in the left hand corner of the keyboard and clicked the caps lock key.”</p>
<p>The Help Desk jockey wants to politely (politely only because he likes his job) say, “Don’t ever do that again.”</p>
<p>Instead he says, “I will escalate this to tier two support and they will get back to you someday.”</p>
<p>Tier two support sends the issue to tier three support who sends it to tier four support who sends it to tier five support. Tier five support sends it to the developer who calls you in desperation at 4:50 PM.</p>
<p>You drop the project you are working on to solve the riddle since it is a production issue. Meanwhile your deadline doesn’t change, so another night at the office looms in your immediate future.</p>
<p>A crazy example, but to all of us who have much testing experience, you know it is plausible.</p>
<h3>The Dilemma</h3>
<p>There is no way you are going to let one of those &#8220;crazy&#8221; users who cause all of the problems in your test lab. But you really want to protect your nights and evenings.</p>
<h3>The Answer</h3>
<p>Exploratory testing by a wizened tester.</p>
<p>Get out the user guide and start doing things, and when you see something that makes you think someone would want to know &#8220;what would happen if I&#8230;?&#8221;  Then do whatever the &#8220;if&#8221; is.</p>
<p>A wizened tester will learn the application, discover plenty of obscure bugs, find a lot of missed test conditions, and most importantly, learn to think like a user.</p>
<p>Now that is real user experience testing.</p>
<p><strong>SOUND OFF:</strong> Are you guilty of recruiting the most savvy users for your user acceptance testing? What bugs might you catch if you had a &#8220;wizened tester&#8221; act as a real user might?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/excogitation-or-erratum/thats-not-user-experience-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Thrill of Automation and the Agony of Getting There: Part 1</title>
		<link>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-1</link>
		<comments>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-1#comments</comments>
		<pubDate>Tue, 07 May 2013 17:00:05 +0000</pubDate>
		<dc:creator>Curtiss May</dc:creator>
				<category><![CDATA[Testology: The Developer’s Friend]]></category>
		<category><![CDATA[automated testing]]></category>
		<category><![CDATA[Automation]]></category>
		<category><![CDATA[Automation Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5122</guid>
		<description><![CDATA[Test automation raises hopes yet often frustrates and disappoints.  Although automation promises to deliver us from tough situations, implementing automated tests can create as many problems as it solves.  A key is to follow the rules of software development when &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-1">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Test automation raises hopes yet often frustrates and disappoints.  Although automation promises to deliver us from tough situations, implementing automated tests can create as many problems as it solves.  A key is to follow the rules of software development when automating testing:  The targets of automation include; improve the testing process, define requirements, prove the concepts, promote the product testability, design for sustainability, and plan for deployment.  Sticking with these steps as one tools or schedules a test automation project won’t guarantee success, but will certainly set the tone for positive results.</p>
<h3><b>A Parable</b></h3>
<p>Once upon a time, we have a software project that needs test automation.  Everyone on the team agrees that this is the thing to do.  The manager of this project is Bob.  He reviews the different test tools available, selects one and purchases several copies.  He assigns one of the team, Mary, the job of automating the tests.  Mary has many other responsibilities, but between these, she tries out the new tool.  She has trouble getting it to work with our product.  The tool is complicated and hard to configure.  She has to make several calls to the customer support line.  She eventually realizes that they need an expert to set it up correctly and resolve the problems.  After more phone calls to the vendor, they finally send an expert.  She arrives, figures out the problems and gets things working.  Excellent!  But many months have passed, and they still have no automation.  Mary refuses to work on the project any further, fearing that it will never be anything but a black hole.</p>
<p>Bob reassigns the project to Fred, who has recently been hired to test the software.  Fred has a recent degree in computer science and is hoping to use this job as a step up to something more challenging and rewarding.  Bob sends him to training so that he won&#8217;t give up in frustration the way Mary did.  Fred is very excited.  The testing is repetitive and boring so he is glad to be automating instead.  After a major release ships, he is allowed to work full time on test automation.  He is eager for a chance to prove that he can write sophisticated code.  He builds a testing library and designs some clever techniques that will support lots of tests.  It takes longer than planned, but he gets it working.  He uses the test suite on new builds and is actually able to find bugs with it.  Then Fred gets an opportunity for a development position and moves on, leaving his automation behind.</p>
<p>Jane gets the job of running Fred’s test suite.  The sparse documentation she finds doesn’t help much.  It takes a while for Jane to figure out how to run the tests.  She gets a lot of failures and isn&#8217;t sure if she ran the test correctly or not.  The error messages aren&#8217;t very helpful.  She digs deeper.  Some of the tests look like they were never finished.  Others have special setup requirements.  She updates the setup documentation.  She plugs away at it.  She finds that a couple of failures are actually due to regression bugs.  Everyone is happy that the test suite caught these.  She identifies things in the test suites that she&#8217;d like to change to make it more reliable, but there never seems to be the time.</p>
<p>The next release of the product has some major changes planned.  Jane soon realizes that the product changes break the automation.  Most of the tests fail.  Jane works on this for a while and then gets some help from others.  They realize that it’s going to take some major work to get the tests to run with the new product.  Eventually they do it.  The tests pass, and they ship the product.  The customers start calling right away.  The software doesn&#8217;t work.  They come to realize that they reworked some tests so that error messages were being ignored.  These tests actually failed, but a programming error had dismissed these errors.  The product is a failure.</p>
<h3><b>The Problems</b></h3>
<p>The story illustrates several problems that plague test automation projects:</p>
<p style="padding-left: 30px;"><b>Spare time test automation:</b>  People are allowed to work on test automation on their own time or as a back burner project when the test schedule allows.  These keep it from getting the time and focus it needs.</p>
<p style="padding-left: 30px;"><b>Lack of clear goals:</b>  There are many good reasons for doing test automation.  It can save time, make testing easier and improve the testing coverage.  It can also help keep testers motivated.  But it&#8217;s not likely to do all these things at the same time.  Different parties typically have different expectations.  These need to be stated, or else disappointment is likely.</p>
<p style="padding-left: 30px;"><b>Lack of experience:</b>  Junior or less experienced developers trying to test their limits often tackle test automation projects.  The results are often difficult to maintain.</p>
<p style="padding-left: 30px;"><b>High turnover:</b>  Test automation can take a while to learn.  When the turnover is high, you lose this experience as you might with most lengthy projects.</p>
<p style="padding-left: 30px;"><b>Reaction to desperation:</b>  Problems are usually lurking in the software long before testing begins.  Testing brings them to light.  Testing is difficult enough in itself.  When testing is followed by testing and retesting of the repaired software, people can get worn down.  Will the testing ever end?  This desperation can become particularly severe when the schedule has dictated that the software should be ready now.  If only it weren&#8217;t for all the testing!  In this environment, test automation may be a ready answer, but it may not be the best.  It can be more of a wish than a realistic proposal.</p>
<p style="padding-left: 30px;"><b>Reluctance to think about testing:</b>  Many find automating a product more interesting than testing it.  Some automation projects provide convenient cover stories for why their contributors aren&#8217;t more involved in the testing.  Rarely does the outcome contribute much to the test effort.</p>
<p style="padding-left: 30px;"><b>Technology focus:</b>  How the testing can be automated is a technologically interesting puzzle; but one can lose sight of whether the results meet the testing needs.</p>
<p style="padding-left: 30px;"><b>Labor intensive:</b>  Testing the functionality with more test cases becomes laborious as the functionality grows.  Increases in testing must clearly follow the rules of dedicated change control management.</p>
<p><span style="color: #000000;">In my next post, we&#8217;ll discuss some of the ways to mitigate these issues, saving your project team considerable frustration and anxiety.</span></p>
<p><span style="color: #000000;"><strong>SOUND OFF: </strong></span>What parts of this story sound familiar to you? What kinds of strategies have you put into place to prevent this?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/testology-the-developers-friend/the-thrill-of-automation-and-the-agony-of-getting-there-part-1/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Developers and Testers are Born to Hate Each Other</title>
		<link>http://blog.fusionalliance.com/blog/excogitation-or-erratum/developers-and-testers-are-born-to-hate-each-other</link>
		<comments>http://blog.fusionalliance.com/blog/excogitation-or-erratum/developers-and-testers-are-born-to-hate-each-other#comments</comments>
		<pubDate>Wed, 01 May 2013 13:00:06 +0000</pubDate>
		<dc:creator>Hal Metz</dc:creator>
				<category><![CDATA[Excogitation or Erratum]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4898</guid>
		<description><![CDATA[Developers and testers should hate each other—that is until they understand the dynamics of quality. Developers and testers play critical but contradictory roles that often cause heated discussions and a general attitude of mutual disdain. But it is not necessary &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/excogitation-or-erratum/developers-and-testers-are-born-to-hate-each-other">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Developers and testers should hate each other—that is until they understand the dynamics of quality.</p>
<p>Developers and testers play critical but contradictory roles that often cause heated discussions and a general attitude of mutual disdain. But it is not necessary for developers and testers to butt heads. The first thing they must recognize is that the goals of developers are opposite the goals of testers.</p>
<h3>Developers and Testers Have Conflicting Goals</h3>
<p>To a developer, the goal is to have as few bugs as possible in their code. Developers dream the impossible dream of bug-free code. Bugs make life hard on the developer because bugs interrupt what the developers are working on:</p>
<ol>
<li>It knocks them out of &#8220;The Zone&#8221; where developers do their best work, and often the developer feels physical (or at least it feels physical to them) pain when they are knocked out of &#8220;The Zone.&#8221;</li>
<li>It messes up their schedule. Developers often skip lunch or work overtime to keep up with their deliverables and fix the bug, unit test it, and move it to test.</li>
<li>It damages their reputation.</li>
<li>Worse yet, their manager might not understand quality and use the number of bugs found in a developer’s code in their performance review.</li>
</ol>
<p>Testers have a totally different, and often incomprehensible to developers, world view. Testers measure their competence on the number of bugs they identify. To a tester, the most obscure (and often pointless as far as the developer sees it) bugs are the best bugs.</p>
<p>Developers offer no value to the universe (professionally) other than creating good (say “bug free”) code. Testers on the other hand are worthless (as testers) if they do not identify bugs. So to a developer a bug is something to mourn over while the same bug brings great rejoicing to the tester.</p>
<h3>It&#8217;s Possible to Have a Happy, Synergistic Relationship</h3>
<p>It is possible to take these opposing dynamics and weld them into an efficient application development machine that pumps out code that makes everyone happy. However, in most cases it is the testers who must take the lead in creating the synergy because they are always the ones bearing the &#8220;bad news.&#8221;</p>
<p>Testers can help build this synergy by showing the developers three things:</p>
<ol>
<li>You like him or her (professionally).</li>
<li>You recognize how good he or she is at producing good code and effectively eliminating defects himself or herself.</li>
<li>You want to help.</li>
</ol>
<p>The first two are relatively easy compared to the third.</p>
<p>To show the developer that you are his or her friend you must:</p>
<ol>
<li>Acknowledge that the developers&#8217; self-image and contentment are inversely related to the number of bugs in their code.</li>
<li>Present bugs as a normal expectation that does not reflect on his or her ability or efforts. This means ALWAYS explaining the bugs you identify before, or at least as soon as, you document them. It is a common courtesy. It creates a professional bond as you and the developer discuss the code and your expectations.</li>
<li>Try to show the developer &#8220;bugs&#8221; before they become &#8220;Bugs.&#8221; If possible, get involved in code reviews. Remember: as a tester, you see the code in ways the developer never can see it. The tester focuses on risks and potentials for defects. Developers, if they are truly honest, are looking for ways to create esthetic code. The idea of things like risk avoidance seldom entering a coders mind when they are coding is almost unheard of. When developers get risk focused they either are driven to near insanity by the insanity of the BAs, or they become great testers. Keep this in mind. When  tester loses his sixth sense for risks he needs to become a great coder.</li>
<li>Share with the developer how and where you look for bugs when you test. A good developer will take what you show them and add it to his or her perspective. That will help the developer avoid some of the pitfalls in coding and prevent many of the common bugs. The fewer common bugs, the more time you have to look for the obscure ones that tend to cause system crashes in production. And as icing on the cake, the developer’s sense of self-worth and contentment soar.</li>
</ol>
<p>Best of all, a happy working relationship helping developers create bug-less (that is, less bugs than before) code will give you more insights that will enable you to find even more bugs. So if I help the coders create fewer bugs I will find more bugs.</p>
<p>Just remember to tell the developer about the bugs before his or her manager sees them.</p>
<p><strong>SOUND OFF:</strong> Is there an antagonistic relationship between developers and testers in your organization? Or do the two groups have a synergistic relationship?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/excogitation-or-erratum/developers-and-testers-are-born-to-hate-each-other/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Ways to Engage Business Analysts as UX Partners</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/business-analysts-as-ux-partners</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/business-analysts-as-ux-partners#comments</comments>
		<pubDate>Tue, 30 Apr 2013 13:00:13 +0000</pubDate>
		<dc:creator>Denise Dilworth</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Business Analyst]]></category>
		<category><![CDATA[Business Process Model]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[Content Management Workflow]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[Requirements Gathering]]></category>
		<category><![CDATA[Requirements Management]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4969</guid>
		<description><![CDATA[When building a team to design and deliver on a digital project, the checklist generally includes various marketing managers, social media and content strategists, copywriters, search analysts, UX designers and developers, art directors, usability testers &#8212; the usual suspects. But &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/business-analysts-as-ux-partners">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>When building a team to design and deliver on a digital project, the checklist generally includes various marketing managers, social media and content strategists, copywriters, search analysts, UX designers and developers, art directors, usability testers &#8212; the usual suspects. But how often does it also include a business analyst?</p>
<p>A business analysts (BA) brings much needed perspectives on the business processes and data flows that feed a digital solution. They act as liaisons between our clients&#8217; businesses and our delivery teams, facilitating important voice-of-business conversations from the client side of the equation, just as the user-experience (UX) designers and usability testers are gathering and analyzing voice-of-customer from the end-user (consumer) side.</p>
<p>Here are three of many opportunities for fruitful collaboration with a BA on a UX project:</p>
<h3>1. Mapping business requirements to UX requirements</h3>
<p>As responsible UX designers and developers, we gather requirements to help ensure that the digital solutions we build will meet the goals and needs of site visitors. We are, after all, user advocates.</p>
<p>Business analysts are advocates for the business. A good BA can help us marry our user-centric concerns to the complexities of business processes and technologies.  In &#8220;<a title="3 Killer Business Analyst Techniques" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/3-killer-business-analysis-techniques" target="_blank">3 Killer Business Analyst Techniques</a>,&#8221; Dan Ford writes about the importance of clear current- and future-state diagrams, thorough SWOT analyses, and RACI diagrams. Knowing where you are compared to where you want to go, being able to weigh potential risks against possible opportunities, and understanding client (and consultant) team members&#8217; roles and responsibilities are key to a project&#8217;s overall success. BAs are adept at gathering and documenting this kind of information because it&#8217;s the lens through which they see the world — just as understanding the impact of clear branding, the mind-sets of mobile users, and the subtleties of search engine optimization are lenses through which UX designers see their world.</p>
<h3>2. Charting data movement</h3>
<p>The design is on-brand and on-trend with the market. The content is selected, written, and approved. The user experience has been tested using a variety of prototypes. You&#8217;re ready to start moving from development to production. Except for that little flaw in how you thought the data was going to feed that one page&#8230;</p>
<p>Integrating complex systems with web-based experiences is increasingly becoming the norm. Personalized web pages and digital portals are <em>de rigeur</em>. And who better to help untangle the web of data and code and user requirements than a business analyst — many of whom have programming backgrounds? On several of the projects I&#8217;ve worked on over the years, business analysts have provided crucial insight not only into where the data came from but also how it got there: which interfaces it needed to pass through, the variables passed along with the target data, and the format in which it would display once it arrived. They helped us discover constraints, mitigate risks, and understand how to shape the data so that it would provide the user experience we were seeking.</p>
<h3>3. Designing content management workflow</h3>
<p>While UX designers and developers are greatly concerned with the needs and perspectives of the people who will be using the site in its final state, site visitors are not the only &#8220;end users&#8221; when it comes to content management. If your digital content will be created, stored, or published through a content management system (CMS), it&#8217;s worth involving a business analyst in your project. For many of our clients, content creation, editing, and approval are very manual processes — paper-driven, in other words. However, for all their lack of technological coolness, those processes are still very complex.</p>
<p>As Kristi Dwenger-Bourgeois points out in &#8220;<a title="Analysis Identity Crisis" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/analysis-identity-crisis" target="_blank">Analysis Identity Crisis</a>,&#8221; BAs can be instrumental in ferreting out how people do their work. She writes, &#8220;[W]e love digging in, rolling up our sleeves, and figuring it out.  We  relish in introducing ourselves to total strangers over the phone or email (or Instant Messenger or even Twitter!).&#8221; BAs often speak the client&#8217;s language and move easily throughout the intricacies of an organization, documenting requirements and forging important relationships as they go. They can help ease our clients&#8217; minds, simply by making them feel heard and respected. I&#8217;ve found this to be a great advantage when approaching the (often scary) undertaking of changing how people do their work — moving from risk-fraught manual workflows to more consistent, automated ones.</p>
<h3>A final observation</h3>
<p>As our UX projects begin to touch more systems and incorporate more complexity, we don&#8217;t always know what we don&#8217;t know. And our clients don&#8217;t always know what to point out to us — until it&#8217;s too late. While I think that for more traditional, straightforward digital projects — a stand-alone, hard-coded, HTML-based website with no links to other systems &#8211; <a title="Business Analysis in Disguise" href="http://blog.fusionalliance.com/blog/digital-thoughts/business-analysis-in-disguise" target="_blank">Jan Evans</a> might be right: A thoughtful, analytical Project Manager or an Experience Architect might be enough to do the analysis and requirements-gathering necessary to successfully deliver the work. But as the digital solutions we build start to rub up against (or even integrate with!) critical business technologies, bringing a business analyst onto the team to advocate for the voice-of-business to balance the UX voice-of-customer is a wise choice.</p>
<p><span style="color: #000000;"><strong>SOUND OFF:</strong> </span>What are some more ways you might involve a business analyst in your digital projects?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/business-analysts-as-ux-partners/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Writing Good Requirements Requires Good Writers</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/writing-good-requirements-requires-good-writers</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/writing-good-requirements-requires-good-writers#comments</comments>
		<pubDate>Mon, 29 Apr 2013 13:00:05 +0000</pubDate>
		<dc:creator>Kristi Dwenger-Bourgeois</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Requirements]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Systems Analysis]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5071</guid>
		<description><![CDATA[As a manager of a team of Analysts, I am privileged to be able to design my own hiring criteria. Fusion gives me an amazing amount of flexibility in this area, allowing me to define my own interview process and &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/writing-good-requirements-requires-good-writers">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>As a manager of a team of Analysts, I am privileged to be able to design my own hiring criteria. Fusion gives me an amazing amount of flexibility in this area, allowing me to define my own interview process and questions. I am empowered to make adjustments to that process as needed for the candidate or the market. It is crucial for us to be able to assess a candidate&#8217;s fit in a very short time period. One area that has become increasingly more important to me is the candidate&#8217;s writing expertise. Here&#8217;s why: the impression an Analyst leaves on a project or product is what is left &#8220;on paper.&#8221;</p>
<p>At the end of the project, while our colleagues may have fond memories of the great work that was accomplished, what is left of the Analyst&#8217;s contribution is what was written down. Four releases from now, no one will be able to remember the awesome story planning session that led the team to the amazing backlog. All that is left is the set of user stories on the board. No one will remember the complicated effort it took to build the use case model; they will only be able to see what the use case flows tell us about the functional requirements for the system. And, trust me, if any of those flows have grammar or spelling errors, we leave the impression that we are sloppy. And if we are sloppy on this, we must have been just as sloppy putting together the use case model! Nothing can derail a requirements review like a discussion about the grammar used in the artifacts. You will quickly lose focus on the goal of the review and waste vast amounts of time.</p>
<p>I know Analysts who are amazing facilitators and terrible writers. I know Analysts who are terrible facilitators and amazing writers. In my hiring process, I need to be able to identify the Analysts who can do both. Usually, I can gauge a candidate&#8217;s face-to-face, facilitation and verbal presentation skills during an interview. To help me understand where a candidate is on the writing side, I request a writing sample. When I read that sample, I look at it from the perspective of my sixth grade teacher, Sister Theresa Clare. Here are some things she would tell me: &#8220;Does a comma belong there?&#8221;  &#8220;Does that verb agree with that subject?&#8221;  &#8220;Is that the proper use of &#8216;there&#8217; instead of &#8216;their&#8217;?&#8221; Clearly, automatic spell checkers have turned your brain to mush!&#8221;  (Okay, she didn&#8217;t tell me that. We didn&#8217;t have automatic spell checkers when I was in sixth grade. You get the point&#8230;)</p>
<p>I know, I know, &#8220;What&#8217;s your point? You want me to write like a sixth grader?&#8221; If that&#8217;s what it takes to make you a good writer, yes! Actually, what I want is for Analysts to pay attention. The words on the page shape the solution, and yes, the correct placement of commas can make a difference in that solution. Remember that bad writing leads to bad requirements and bad requirements lead to bad solutions. Who wants that? If you feel like you need a refresher on sixth-grade grammar, try <a title="Eats, Shoots &amp; Leaves: The Zero Tolerance Approach to Punctuation" href="http://www.amazon.com/Eats-Shoots-Leaves-Tolerance-Punctuation/dp/1592400876/ref=tmm_hrd_title_0?ie=UTF8&amp;qid=1366814161&amp;sr=1-1" target="_blank"><em>Eats, Shoots &amp; Leaves: The Zero Tolerance Approach to Punctuation</em></a>. And of course, there is always my favorite exercise: Add punctuation to this string of words: &#8220;woman without her man is nothing.&#8221; See how different punctuation creates different meaning?</p>
<p><strong>SOUND OFF:</strong> Have you had enough of poorly written requirements? Tell us about it. (Oh yeah, and we can help with that&#8230;)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/writing-good-requirements-requires-good-writers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Quotes About Analysis</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/10-quotes-about-analysis</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/10-quotes-about-analysis#comments</comments>
		<pubDate>Thu, 25 Apr 2013 13:00:17 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Quotes]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5303</guid>
		<description><![CDATA[The following post is courtesy of one of our resident Analysts. Over the years, having been on multiple projects, I have captured many quotes from each and every one. Some original, some not, but all meaningful in their own way. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/10-quotes-about-analysis">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><em>The following post is courtesy of one of our resident Analysts.</em></p>
<p>Over the years, having been on multiple projects, I have captured many quotes from each and every one. Some original, some not, but all meaningful in their own way. So, for this blog post, I perused through the extensive material in my quote books and pulled 10 memorable ones pertaining to analysis, many of which could pertain to providing professional services in general as well, I suppose.</p>
<ol>
<li>&#8220;Seek first to understand before being understood.&#8221;</li>
<li>&#8220;Knowledge speaks, wisdom listens.&#8221; ~ Jimi Hendrix</li>
<li>&#8220;Clarity is key.&#8221;</li>
<li>&#8220;In terms of asking questions, I plead guilty. I ask a heck of a lot of questions. That&#8217;s my job.&#8221; ~ Dick Cheney</li>
<li>&#8220;Easy reading is damn hard writing.&#8221; ~ Hawthorne</li>
<li>&#8220;Always remember your audience and setting.&#8221;</li>
<li>&#8220;Personal relationships are the fertile soil from which advancement, success, and achievement in real life grows.&#8221; ~ Ben Stein</li>
<li>&#8220;Nothing great can come without enthusiasm.&#8221; ~ Emerson</li>
<li>&#8220;Be curious, not judgmental.&#8221; ~ Whitman</li>
<li>&#8220;Everyone has a plan until they get punched in the face.&#8221; ~ Mike Tyson</li>
</ol>
<p><strong>SOUND OFF:</strong> Do you have any memorable quotes you keep in your repertoire?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/10-quotes-about-analysis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Killer Business Analysis Techniques</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/3-killer-business-analysis-techniques</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/3-killer-business-analysis-techniques#comments</comments>
		<pubDate>Wed, 24 Apr 2013 13:00:06 +0000</pubDate>
		<dc:creator>Dan Ford</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Business Analyst]]></category>
		<category><![CDATA[Process Diagram]]></category>
		<category><![CDATA[RACI]]></category>
		<category><![CDATA[State Diagram]]></category>
		<category><![CDATA[SWOT Analysis]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5239</guid>
		<description><![CDATA[The BABoK defines 34 Business Analysis techniques that are useful to varying degrees in different situations. But regardless of which of the 34 I may use, I always keep coming back to the same three core techniques because they consistently &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/3-killer-business-analysis-techniques">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The <a title="Business Analyist Body of Knowledge" href="http://en.wikipedia.org/wiki/BABOK" target="_blank">BABoK</a> defines 34 Business Analysis techniques that are useful to varying degrees in different situations. But regardless of which of the 34 I may use, I always keep coming back to the same three core techniques because they consistently deliver meaningful, reusable information that stakeholders can take advantage of throughout the life of a project.</p>
<p>Using these techniques allows BAs to:</p>
<ul>
<li>Give sponsors and stakeholders a straightforward, easily understood view of their business processes;</li>
<li>Provide meaningful information that will aid customers with achieving their objectives;</li>
<li>Furnish members of the project team and others with their roles, tasks, and levels of responsibility.</li>
</ul>
<p>An added benefit is the information generated by these techniques is valuable whether the customer is using a traditional or an agile lifecycle.</p>
<p><b>1. State Diagrams</b></p>
<p>Humans are visual learners and State Diagrams (sometimes called Process Models) provide an excellent method of giving sponsors and stakeholders easily digestible views of their company’s business processes. Horizontal swim lanes help team members visualize processes as they flow between the responsibilities of different actors.</p>
<p>To make them easier to understand, keep state diagrams at a high level of abstraction and don’t inject too much complexity into them all at once. Complexity should be accumulative as the reader begins with the highest level process and then drills down through successive parent and child processes.</p>
<p>As presented in the order flow state diagram below, a customer places an order with the call center and the order is shown moving out of the call center and into different stations within the warehouse. Off-page connectors are used to point readers to other state diagrams that provide greater detail for each of those process threads.</p>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=5240" rel="attachment wp-att-5240"><img class="aligncenter size-full wp-image-5240" alt="Process Model" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/Process-Model.png" width="669" height="658" /></a></p>
<p><b>Why are State Diagrams a killer technique?</b> Being able to easily visualize current and future processes enables customers to better express their needs and that ability translates into better requirements. This format can also be referred to by cross-functional teams throughout the life of the project to ensure everyone remains in agreement with the stated objective,</p>
<p><b>2. SWOT</b></p>
<p>This venerable, widely-used technique focuses on factors governing the operation of most companies: Strengths, weaknesses, opportunities, and threats. SWOT is typically employed during enterprise-level initiatives such as strategic planning, evaluation of competitors, product development, and so on.  In this context, SWOT is a powerful analytical tool that’s used during group brainstorming activities because it emphasizes prospects and problems from four different perspectives internal and external to a company:</p>
<p><b>Internal</b></p>
<ul>
<li><b>Strengths</b>
<ul>
<li><i>What does the company do well?</i></li>
<li><i><i>What advantages does the company hold over its competitors?</i></i></li>
</ul>
</li>
<li><b>Weaknesses</b>
<ul>
<li><i>What can be done better to increase the company’s market share?</i></li>
<li><i>What problems can the company avoid?</i></li>
</ul>
</li>
</ul>
<p><b>External</b></p>
<ul>
<li><b>Opportunities</b>
<ul>
<li><i>What new developments in the market benefit the company?</i></li>
<li><i><i>What new technologies can the company implement to increase market share?</i></i></li>
</ul>
</li>
<li><b>Threats</b>
<ul>
<li><i>What obstacles stand in the company’s way?</i></li>
<li><i>Are changes in the market, technology, or other issues threatening the company’s position?</i></li>
</ul>
</li>
</ul>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=5242" rel="attachment wp-att-5242"><img class="aligncenter size-full wp-image-5242" alt="SWOT" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/SWOT.png" width="337" height="305" /></a></p>
<p>In another context, SWOT can also be used by the Business Analyst to capture notes from each of the four perspectives. In any meeting where crucial issues are being discussed, include the appropriate content beneath the S, W, O, or T classifications. By grouping notes in this manner, Business Analysts can derive a greater understanding of the problem under discussion.</p>
<p><b>Why is SWOT a killer technique?</b> SWOT focuses on concrete internal and external factors that aid or prevent a company from achieving its objectives. And this is true regardless of whether a SWOT analysis is being applied to a company, a product (new or existing), or a competitor because it delivers meaningful information that helps to ensure a better strategic fit that matches the customer’s future goals.</p>
<p><b>3. RACI</b></p>
<p>Typically used by Business Analysts and Project Managers during stakeholder analysis, the RACI table acts as a responsibility assignment matrix which identifies the association between a project’s tasks (on the vertical axis) and its roles (on the horizontal axis).</p>
<p>As demonstrated by the diagram below, each task is given a unique number and name down the right side of the RACI matrix and project roles are defined along the top. The intersecting cells define the level of responsibility a role has for a specific task.</p>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=5241" rel="attachment wp-att-5241"><img class="aligncenter size-full wp-image-5241" alt="RACI" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/RACI.png" width="690" height="313" /></a></p>
<p>The RACI participation types are defined as:</p>
<ul>
<li><b>Responsible</b>: A single person (or possibly a team) that’s on-the-hook for getting work accomplished. There should always be at least one role with a participation type of responsible;</li>
<li><b>Accountable</b>: This role is answerable for the project’s overall success and must ensure the completed deliverable is correct;</li>
<li><b>Consulted</b>: These are typically SMEs (Subject Matter Experts) who are sought out by team members because of their high level of expertise in specific areas related to the project;</li>
<li><b>Informed</b>: These roles can be filled by those who need to be kept up-to-date on the progress of tasks and deliverables or individuals or groups that have some dependency on the completion of a task.</li>
</ul>
<p><b>Why is RACI a killer technique?</b> The RACI responsibility assignment matrix holds Stakeholders accountable for their assigned project participation roles. It also continues to remind Stakeholders of their roles throughout the life of the project and can be referenced should confusion or disagreements occur over roles or assignments.</p>
<p><b>Conclusion</b></p>
<p>Business Analysts are always expected to deliver accurate information in a timely manner to their sponsors and stakeholders. But much of the time, BAs are buried beneath the weight of so much information that it becomes a time-consuming task to provide meaningful content in an appropriate context to different consumers. This is further complicated when moving between traditional and agile life-cycles where each approach places its own unique spin on project deliverables.</p>
<p>The techniques described in this article give the Business Analyst three powerful methods of delivering meaningful information that will be useful to project sponsors and stakeholders regardless of the life-cycle methodology in use.</p>
<p><b>SOUND OFF:</b>  What killer techniques are in your analyst’s toolbox? Are there any variations of the techniques described in this article or in the BABoK? We’d love to hear from you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/3-killer-business-analysis-techniques/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Web Analytics and Big Data:  Hype or the Next Necessity?</title>
		<link>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/web-analytics-and-big-data-hype-or-the-next-necessity</link>
		<comments>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/web-analytics-and-big-data-hype-or-the-next-necessity#comments</comments>
		<pubDate>Tue, 23 Apr 2013 13:00:56 +0000</pubDate>
		<dc:creator>Jeff Lefevere</dc:creator>
				<category><![CDATA[Bluebirds & White Elephants]]></category>
		<category><![CDATA[Big Data]]></category>
		<category><![CDATA[Content Marketing]]></category>
		<category><![CDATA[Gartner's Magic Quadrant for Business Intelligence and Analytics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[marketing automation]]></category>
		<category><![CDATA[single pane of glass]]></category>
		<category><![CDATA[web analytics]]></category>
		<category><![CDATA[web analytics dashboarding]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5285</guid>
		<description><![CDATA[Since 1996, the litany of internet trends for the professional marketer has been a veritable laundry list of annual “must-dos” and these trends are usually couched with a certain breathlessness that forebodes imminent failure should the marketer fail to act. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/web-analytics-and-big-data-hype-or-the-next-necessity">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Since 1996, the litany of internet trends for the professional marketer has been a veritable laundry list of annual <em>“must-dos”</em> and these trends are usually couched with a certain breathlessness that forebodes imminent failure should the marketer fail to act.</p>
<p>Not so coincidentally, there’s usually an entirely new crop of tech companies and providers supporting these various trend niches with the attendant <em>“gurus,”</em> research briefs and industry writers touting the same.  The hot topics today, amongst others, include marketing automation, content marketing and mobile optimization, with yet others looming omnipresent on the horizon.</p>
<p>While all trends have an elemental importance to them, not all trends are created equal.  No company (that I’m aware of) has spontaneously combusted because they didn’t have a Facebook page (or a blog, for that matter).  Yet, <em>“big data,”</em> an unwieldy term with an even less user-friendly definition, feels like one of the trends, at least as it relates to web analytics, that has an opportunity to transcend hype and confusion to become something meaningful for marketers.</p>
<p><b>Explaining the Unwieldy </b></p>
<p>To make <em>“big data”</em> understandable, I’m going to forsake its still very much evolving definition (at its heart, it means finding correlations in massive amounts of data bringing <a title="John Forbes Nash Wikipedia Page" href="http://en.wikipedia.org/wiki/John_Forbes_Nash,_Jr." target="_blank">John Nash-like skills</a> to the corner office) and focus in on what I think it means from a web analytics perspective – a much more granular application relevant to marketers and those involved in marketing analysis.</p>
<p>By way of analogy, a decade ago, the holy grail for IT Managers was, <em>“A single pane of glass”</em> – a quirky euphemism that described a single access point to view (from a computer monitor) an entire company infrastructure in real time, usually with gauges, red/yellow/green lights, and various and sundry other visual geegaws.</p>
<p>If the email server went down, the <em>“single pane of glass”</em> of visual monitoring metaphors would flash red before the end-user calls started hitting the help desk.</p>
<div id="attachment_5287" class="wp-caption alignleft" style="width: 300px"><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/Mint.com-screenshot.png"><img class="size-medium wp-image-5287" alt="Personal Financial Health at a Glance" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/Mint.com-screenshot-290x203.png" width="290" height="203" /></a><p class="wp-caption-text">Personal Financial Health at a Glance</p></div>
<p>On a more personal level, when <a title="Mint.com Home Page" href="https://www.mint.com/" target="_blank">Mint.com</a> came out in 2006, the service provided a way to incorporate all of a user’s financial information together– bank activities for checking and savings, credit cards, investment, and loan transactions in one spot with an ability to track and set goals, all underpinned with clean, visually striking graphics – making it, literally, easy to understand what’s going on with your money.</p>
<p>Suddenly, users of Mint noticed the leak in their checking account that went to Starbucks as a mindless daily expense, seeing the cumulative dent a daily caffeine fix could bring.</p>
<p><b>The Dashboard</b></p>
<p>By comparison to our analogies, marketing analysis is still reasonably isolated and just as much art (qualitative) as it is science (quantitative).  Reports come in from various channels – direct mail spreadsheets via email, Google Analytics data is in one spot, PPC data in another, display advertising data in yet another.   Social media analytics is from one provider and social listening from another.  Often (not always, but frequently), these bits of data are viewed in silos without looking for co-mingling interrelations.</p>
<p>Big data, from the viewpoint of the marketer, and web analytics, therefore means pulling all of this data into one spot (usually called a dashboard) for a holistic (and visually graphic) view on marketing campaigns, and their interrelations.</p>
<p>The promise then is not seeing where we’re spending too much money on Starbucks; it’s isolating that return on investment (ROI) is a metric that can now become truly meaningful.  Or, as a <a title="BtoB Research Insights Study" href="http://demand.eloqua.com/ideal-to-real" target="_blank">BtoB Research Insights study</a> published earlier in 2013 notes, <em>“Tracking marketing ROI via technology is the most transformative factor marketers face today.”</em></p>
<p><b>What’s Next?</b></p>
<p>The market for web analytics and dashboarding in 2013 is incredibly messy.  Dashboarding solutions are kneeling down to the web analytics market from the enterprise Big Data space, social analytics are still in relative infancy, SEO providers are trying to lean into web analytics as their niche legitimizes, Google is trying to get into the enterprise web analytics space, tag management for tracking code snippets is evolving into the hands of marketers and away from developers, and, frankly, most hardcore users of web analytics haven’t gotten as far into the business value via meaningful tracking of KPIs as they could.</p>
<p>Yet, the market will continue to expand apace, perhaps chaotically.  However, out of every bit of chaos comes order and I strongly believe that in just a few scant years, every marketing organization will not only have at least one dashboard governing their marketing activity, but they will be a mission critical analysis and decision-making tool.</p>
<p>Most marketing departments aren’t ready for dashboards yet, so in order to prepare, you can begin by identifying internal skills gaps, and conducting knowledge management to support learning around what’s to come.  Below are a few resources as you begin your investigation.</p>
<p><a href="https://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=9&amp;cad=rja&amp;ved=0CJYBEBYwCA&amp;url=http%3A%2F%2Fdownload.microsoft.com%2Fdownload%2FD%2FD%2F9%2FDD94631B-7B68-4F23-870C-C3965FAA222D%2F2013_gartner_magic_qaudrant_for_bi_and_analytics.pdf&amp;ei=9Lt1UZDYEsqirgHSy4HYCw&amp;usg=AFQjCNFLB-LoK_jY5Yho_m07EumKzI04oA&amp;sig2=AqIMIF7aDPiV41PPEXatxw&amp;bvm=bv.45512109,d.aWM">Gartner’s Magic Quadrant for Business Intelligence and Analytics</a> (Link initiates download)</p>
<p><a href="http://analytics.blogspot.com/">Google Analytics blog</a></p>
<p><a href="http://web-analytics.alltop.com/">Alltop List of Analytics Blogs</a></p>
<p><strong>SOUND OFF:</strong> Is Big Data, scaled down to marketing and analytics for dashboarding, a coming reality or more over-wrought hype?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/web-analytics-and-big-data-hype-or-the-next-necessity/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nurturing Startups in Cincinnati: An Interview with Jake Hodesh &#8211; Part 2</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/nurturing-startups-in-cincinnati-an-interview-with-jake-hodesh-part-2</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/nurturing-startups-in-cincinnati-an-interview-with-jake-hodesh-part-2#comments</comments>
		<pubDate>Mon, 22 Apr 2013 13:00:35 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[start-up]]></category>
		<category><![CDATA[Venture capital]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4646</guid>
		<description><![CDATA[In a recent post I shared the insights of new Cintrifuse Director of Mentoring Jake Hodesh on how Cincinnati is positioned to become an important hub of innovation and startup support. Here’s the rest of that interview, with more on why &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/nurturing-startups-in-cincinnati-an-interview-with-jake-hodesh-part-2">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In a recent post I shared the insights of new <a title="Interview with Jake Hodesh Part 1" href="http://blog.fusionalliance.com/blog/?p=4644" target="_blank">Cintrifuse Director of Mentoring Jake Hodesh</a> on how Cincinnati is positioned to become an important hub of innovation and startup support.</p>
<p>Here’s the rest of that interview, with more on why Cincinnati is a market to check out if you have the entrepreneurial instinct and a startup mentality.</p>
<h3><strong>JE: How do you think this focus on startup development will influence Cincinnati’s overall tech community?</strong></h3>
<p><strong>JH:</strong> Cintrifuse’s purpose is to create, coordinate, and enable a sustainable innovation ecosystem that allows Cincinnati to compete globally for innovation-driven startup businesses and jobs. We plan to build on the progress and successes over the last ten years and find ways to improve collaboration rather than replicate the terrific job that several groups are already doing to serve startups. Cintrifuse intends to increase the number of venture-capital worthy companies in the region and significantly increase the amount of capital available to high-potential firms.</p>
<p>You could think of Cintrifuse as a three-legged stool, supported by Place, Access, and Funds. Collaboration works best when you have a sense of place. For this reason Cintrifuse will have new space in Over-The-Rhine that will be available to startups, investors, and other incubators. It will be an open space containing design elements from some of the best tech incubators in the world.</p>
<p>Access refers to the programs we will have to interact with our major corporations and institutions in town to facilitate and accelerate innovation. Our local leaders believe strongly in the vision for our region and the role that they can play in supporting early stage innovation. This model has not been used before in a programmatic way anywhere in the country.</p>
<p>Finally, the third leg is Funds. We will manage a Fund of Funds of $50 million to $100 million. The sources of the funds are investors and strategic pillar companies in town. We will use these funds to invest in 8 to 10 venture capital firms throughout the country. By doing so, we will be attracting more capital to the region.  These venture firms will be drawn to Cincinnati because of our success and the Access we provide them and their companies to our region’s best organizations. The goal is to provide a financial return plus encourage more activity. It will leverage our dollars to access more capital, which could lead to a ratio of 3 dollars coming in to Cincinnati for every 1 dollar we invest.</p>
<h3><strong>JE: What kinds of opportunities will this open up for college students and other area tech professionals?   </strong></h3>
<p><strong>JH:</strong> If we are successful, I believe that we will create a more synchronized start-up ecosystem. This would, in essence, provide a roadmap for success for college students and other tech professionals. Access to support, funding, mentoring, and space will be streamlined. The community will have a more cohesive and collaborative approach to community and economic development, and the network will be more robust. All of these attributes would make our region more desirable for recent grads and tech professionals.</p>
<h3><strong>JE: What impact do you think this will have on Cincinnati for keeping young talent and attracting those outside of Cincinnati to the region? Why should young entrepreneurs or those looking for employment in tech look at Cincinnati?</strong></h3>
<p><strong>JH:</strong> We believe that the action items that we have outlined will lead to continued success and growth in the region. That means that the incubators and accelerators in the region will become even more active and the universities in the region will become even more engaged. And that means that the companies, funds, and startups in the region will realize continued growth. These scenarios point to job creation, a growing scene, increased quality of life, and in general terms a more robust environment within which we can live and work.  That bodes well for our region as we look to attracting young talent, especially from outside the region.</p>
<p><strong>A Welcome Addition</strong></p>
<p>We welcome Jake back “home” with open arms and look forward to seeing his expertise and influence help put Cincinnati on the map as a premiere startup city and a model for others to follow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/nurturing-startups-in-cincinnati-an-interview-with-jake-hodesh-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Analysis in Disguise</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/business-analysis-in-disguise</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/business-analysis-in-disguise#comments</comments>
		<pubDate>Thu, 18 Apr 2013 13:00:02 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Business Analyst]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Project Manager]]></category>
		<category><![CDATA[Requirements]]></category>
		<category><![CDATA[Requirements Management]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5125</guid>
		<description><![CDATA[I’m embarrassed to say that I’ve never fully understood what a Business Analyst (BA) does. I know that’s pretty disturbing, considering I work for a business technology firm.  I’m sure we have dozens of them. I even know a couple. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/business-analysis-in-disguise">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>I’m embarrassed to say that I’ve never fully understood what a Business Analyst (BA) does. I know that’s pretty disturbing, considering I work for a business technology firm.  I’m sure we have dozens of them. I even know a couple. (Hi Sandra!  Hi Yvonne! I know that you guys work on some pretty high-profile projects. But until now, I had no clue what it is that you actually do on them!) My only (and lame) excuse for not knowing is that we don’t use BAs in our Digital Solutions projects.</p>
<p>But since this month’s blog theme is “Analysis,” and because I’m on the Blog Squad and was requested to write this blog, it’s time for me to come out of my BA fog and stir up some discussion. Why, if BAs are so important in software development projects, don’t we have them on our Digital Solutions project teams? Our projects very often involve building some sort of software solution.</p>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=5127" rel="attachment wp-att-5127"><img class="size-medium wp-image-5127 alignright" style="margin: 10px;" alt="PMBOK Guide" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/pmbok-290x255.jpg" width="290" height="255" /></a></p>
<p>If you’re from the IT side, your response might be something like this:</p>
<p><i>“That’s crazy.  How do you manage requirements without a BA?” </i></p>
<p>But if you’re from the Digital Solutions side, your response will probably be more like this:</p>
<p><i>“We don’t need one. We have a project manager to keep us on track with the client’s business goals and requirements.&#8221;</i></p>
<h3>What&#8217;s the difference?</h3>
<ul>
<li>A project manager manages the project, including initiating, planning, executing, monitoring, controlling, and closing the project to meet the project requirements.</li>
<li>A business analyst works as a liaison among stakeholders to understand the structure, policies, and operations of an organization and recommend solutions that enable the organization to meet its requirements.</li>
</ul>
<p>Both a business analyst and a project manager play important leadership roles on a project. The project manager is responsible for leading the team in delivering the solution for the client. The business analyst is tasked with ensuring the solution meets the client’s business need and aligns with both business and project objectives.</p>
<p>Like IT projects, our Digital Solutions projects have requirements that have to be defined and managed.  Not unlike IT projects, our Digital Solutions projects also have multiple stakeholders with needs to be met. And, in the same way as IT projects, our Digital Solutions projects demand that requirements align with stakeholder needs.</p>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=5129" rel="attachment wp-att-5129"><img class="size-medium wp-image-5129 alignleft" alt="BABOK guide" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/04/BABOK-290x169.png" width="290" height="169" /></a></p>
<h3>So, do the PM and BA roles actually intersect?</h3>
<p>Our Digital Solutions team processes have evolved from an agency model where in many cases, our project managers are more like account managers who have a business leadership role on the project.  They are often involved in proposal development and have a strong understanding of the client’s business problem. They have developed the project plan from which they will lead the team in developing a solution to the client’s problem. They serve as the primary contact for the business stakeholders and are focused on the big picture of meeting the client needs, as well as on the details required to get there.</p>
<p>If you’re still thinking “that doesn’t cover it, you need a BA,” read on.</p>
<p>If the project requires designing a user interface, for example, it’s the Experience Architect who is gathering the business requirements necessary to create wireframes to meet user needs. The wireframes document the website’s (or app’s) functionality.  The art director, content strategist, and front-end developer also have input into this documentation. When creating copy, designing pages, or developing code, this documentation serves as the blueprint (containing the requirements) for all to follow and from which to build the finished product.</p>
<p>So, while there may be no “business analyst” on our team, <i>there is still business analysis in our process. </i>Digital Solutions works as a team to define and manage requirements, and we have proven many times that this “BA in disguise” can be a successful approach.  But given the ever-increasing technical complexity of developing effective marketing solutions, are our Digital Solutions projects becoming complex enough to warrant the integration of a BA into the team?</p>
<p><strong>SOUND OFF:</strong> What do you think? Should Digital Solutions projects require a BA—YAY or NAY?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/business-analysis-in-disguise/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Have a Question? Ask a &#8220;Know It All&#8221;</title>
		<link>http://blog.fusionalliance.com/blog/excogitation-or-erratum/have-question-ask-a-know-it-all</link>
		<comments>http://blog.fusionalliance.com/blog/excogitation-or-erratum/have-question-ask-a-know-it-all#comments</comments>
		<pubDate>Wed, 17 Apr 2013 13:00:04 +0000</pubDate>
		<dc:creator>Hal Metz</dc:creator>
				<category><![CDATA[Excogitation or Erratum]]></category>
		<category><![CDATA[Interpersonal Relationships]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Subject Matter Experts]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4866</guid>
		<description><![CDATA[There are two types of &#8220;Know It Alls&#8221;: those who actually do know it all and those who just think they do. Find out who the &#8220;I Think I Know It All&#8221; types are so you can avoid asking them &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/excogitation-or-erratum/have-question-ask-a-know-it-all">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>There are two types of &#8220;Know It Alls&#8221;: those who actually do know it all and those who just think they do.</p>
<p>Find out who the &#8220;I Think I Know It All&#8221; types are so you can avoid asking them your questions, lest you go down the path to doom and destruction along with them.</p>
<p>Find the true &#8220;Know It Alls&#8221; as soon as you can. They can save your neck faster than getting a cheeseburger from McDonald&#8217;s. (People my age remember when you could get a McDonald&#8217;s cheeseburger faster than you could pay for it, but that was before Happy Meals).</p>
<h3>Know It Alls Let You Know They Know It ALL</h3>
<p>Unfortunately, &#8220;&#8216;Know It Alls&#8221; and &#8220;Think They Know It Alls&#8221; both tell us so. This why it is important to find out the difference.</p>
<p>True &#8220;Know It Alls&#8221;&#8216; do it for self-defense; the others do it for their image&#8217;s sake. Unless you figured it out by osmosis, you have been thrown out of the &#8220;Know It Alls&#8221;&#8216; cubes more than once when you asked a simple question. &#8220;Think They Know It Alls&#8221; won&#8217;t throw you out. They are looking for adulation. This is the best indicator of which type they are.</p>
<h3>Don&#8217;t Go Back Unless They Threw You Out</h3>
<p>Why does a &#8220;Know It All&#8221; throw you out? Simple—you are wasting his time since you won&#8217;t understand it anyway. The &#8220;Know It All&#8221; learned this by experience. Besides, it took a lot of time and effort to learn what she does and some little shrimp wants it for nothing.</p>
<h3>The Know It All&#8217;s Fatal Flaw</h3>
<p>&#8220;Know It Alls&#8221; are disenfranchised teachers. Deep inside, there lies hidden an imprisoned and frustrated teacher trying to escape. That&#8217;s why they throw &#8220;askers&#8221; to the lions. They don&#8217;t have time to answer questions.</p>
<p>However, they love students with a greater passion than food. (That&#8217;s an exaggeration, but it serves the point.)</p>
<h3>The Lion Tamer&#8217;s Rule Number One</h3>
<p>Never ask a &#8220;Know It All&#8221; a question. A simple &#8220;What time is it?&#8221; may find you plastered against a cube wall three rows away.</p>
<p>Instead, ask the &#8220;Know It All&#8221; to teach you.</p>
<p>&#8220;I am stuck on this and I just can&#8217;t get a handle on it, and it is important for me to figure it out today. Can you explain it to me?&#8221; will get you the answer as quick as you can get a pizza delivered by a pizza man who had his drivers license revoked. But it will be the right answer well explained.</p>
<p style="text-align: center;">*** WARNING WARNING WARNING ***</p>
<p>Never lie to a &#8220;Know It All&#8221;! If one of them finds you did, all you will ever get out of them is, like a dragon who found a jewel missing, a consuming fire blown into your face.</p>
<p style="text-align: center;"> *** End of Warning ***</p>
<p>&#8220;Think They Know It Alls,&#8221; on the other hand, aren&#8217;t bothered by lies, so long as the lies don&#8217;t actually hurt them.</p>
<h3>Be Prepared For a Full Explanation</h3>
<p>Be prepared for a full explanation (complaining about how long it takes to explain it to you or trying to rush them is the same thing as lying).</p>
<p>Take notes.</p>
<p>If you aren&#8217;t actually impressed, act like you are.</p>
<p>Tell someone in earshot of the &#8220;Know It All&#8221; how smart they are and you have an inside source for all time.</p>
<p>Once you become their student, if they don&#8217;t know the answer to your questions (I mean an explanation of the answer), they won&#8217;t bluff but they won&#8217;t rest either until they find the answer from a fellow &#8220;Know It All&#8221;.</p>
<p>A &#8220;Know It All&#8221; will go to extremes for the opportunity to explain something to a learner.</p>
<p>This is good news if you are willing to be a learner to get the right answer.</p>
<p><strong>SOUND OFF:</strong> Have you cultivated a relationship with a &#8220;Know It All&#8221;? How has that relationship been mutually beneficial?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/excogitation-or-erratum/have-question-ask-a-know-it-all/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aikido and the Art of Consulting</title>
		<link>http://blog.fusionalliance.com/blog/wordfuse/aikido-and-the-art-of-consulting</link>
		<comments>http://blog.fusionalliance.com/blog/wordfuse/aikido-and-the-art-of-consulting#comments</comments>
		<pubDate>Tue, 16 Apr 2013 13:00:11 +0000</pubDate>
		<dc:creator>Denise Dilworth</dc:creator>
				<category><![CDATA[WordFuse]]></category>
		<category><![CDATA[aikido]]></category>
		<category><![CDATA[art of consulting]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[consulting and martial arts]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4217</guid>
		<description><![CDATA[In the past year I began studying aikido, a Japanese martial art that came to this country in the 1970s. I needed a way to stay active and fit, and I chose aikido because I&#8217;d heard it would be easier on &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/wordfuse/aikido-and-the-art-of-consulting">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In the past year I began studying <em>aikido</em>, a Japanese martial art that came to this country in the 1970s. I needed a way to stay active and fit, and I chose aikido because I&#8217;d heard it would be easier on my joints than many of the other, more familiar martial arts, such as judo or karate. But it&#8217;s the philosophy of aikido—as reflected in its name—that I find especially appealing and useful.</p>
<p><img class="alignright" alt="Aikido in action" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/23507594_98bf98500c-290x192.jpg" width="290" height="192" /></p>
<p>&#8220;Aikido&#8221; translates as follows:</p>
<p><strong><em>ai</em>:</strong> &#8220;Joining,&#8221; &#8220;unifying,&#8221; or &#8220;harmonizing.&#8221; This is the part that gives aikido its dance-like quality, where attacker and defender seem to move together in harmony.</p>
<p><strong><em>ki</em>:</strong> &#8220;Energy&#8221; or &#8220;life-force.&#8221; <em>Ki</em> is the Japanese word for the more familiar Chinese &#8220;chi,&#8221; which you might recognize from t&#8217;ai chi, another martial art.</p>
<p><strong><em>do</em>:</strong> &#8220;Way&#8221; or &#8220;path.&#8221; In Japanese, this is a beautiful, multi-faceted word that incorporates practice, training, and a state of mind. A way of being, not just a way of doing.</p>
<p>Put back together again, the word <em>aikido</em> refers to a practice of unifying or harmonizing energy.</p>
<p>In my work as consultant, I&#8217;ve had clients whose dispositions have ranged from engaged to accepting, from resistant to adversarial. I employ a number of strategies and tactics to make our interactions fruitful, and I&#8217;ve found that consciously applying aikido as a lens adds another dimension to my consulting.</p>
<p>Since English translation reverses the order of the word, I&#8217;ll start at the end.</p>
<h3><em>do:</em> Finding the Way</h3>
<p>I nervously take my place on the mat, sitting on my knees and facing the front of the room.  I bow first to the photo of Morihei Ueshiba (O Sensei, or &#8220;Great Teacher&#8221;), the founder of Aikido. I then turn and bow to my teachers, who are lined up along the right edge of the mat. I turn and bow last to the person who is taking <em>ukemi</em> for me during my test—Scott, who will attack me, providing the energy that will allow me to demonstrate that I know the first-level techniques that will mark this first rite of passage for me in the dojo.</p>
<p>All of this ritual feels very foreign and formal to me. But in order to be a good dojo-member, I need to adhere to these forms, show my teachers and fellow practitioners that I respect them, the dojo where I train, and the art of aikido as a whole.</p>
<p>My clients&#8217; cultures sometimes feel just as foreign to me. Their traditions, rituals, and processes feel strange and are sometimes frustrating to follow. But a successful consultant knows that understanding and operating within a client&#8217;s culture is the quickest way to become a valued team member—and earn the team&#8217;s trust.</p>
<p>Consultants have to find the middle way between offering well-considered, expert recommendations for change and respecting their clients&#8217; ways of doing things. If you don&#8217;t find that balance, you end up with resistance, which is wasted energy—not to mention detrimental to the project and potentially demoralizing for the humans involved.</p>
<h3><em>ki:</em> Letting the Energy Flow</h3>
<p>It&#8217;s after class, and my friend Faunette, who also holds a black belt in karate, is helping me drill on some basic aikido techniques. I am taking the part of <em>uke</em> (the attacker), and I move smartly toward her, my hand raised to chop her on the noggin. She steps into me, her own arm raising—and stiffening—as she blocks my cut. &#8220;Dang it!&#8221; she exclaims. &#8220;I blocked you! My karate training is getting in the way&#8230;&#8221;</p>
<p>Where some of the other martial arts, such as karate, employ techniques meant to block an attack, aikido seeks to use the attacker&#8217;s energy, join with it, mold it into a defense. This requires harmonizing with <em>uke</em> and blending or synchronizing one&#8217;s movements in such a way that <em>uke&#8217;s</em> own energy fuels the defense. If you block the energy, you waste it—along with the opportunities it might have presented for changing the interaction.</p>
<p>Many of my clients have, at some point or another during a project, put up their figurative arms to block something they found threatening. Change isn&#8217;t easy. Forward momentum can be blocked by numerous things: Budgets, traditions, politics, fears about surrendering control of something, and so on. But I&#8217;ve found that perceived blocks often create an energy of their own that can—if I stay relaxed and focused—provide a way forward through difficulty. Often this means joining with the energy (finding out more about an underlying fear, creatively adjusting scope, providing a little extra context or support to someone struggling with a recommendation) in order to move a project in a positive direction.</p>
<h3><em>ai:</em> Just Love Them a Little</h3>
<p>Joe-Sensei demonstrates a technique, reminding us, as he moves through it, to be responsive rather than oppositional: &#8220;Stay relaxed. Notice how <i>uke </i>moves, and move with them, guide them, so that you don&#8217;t injure them. You need to take care of <em>uke</em>.&#8221;</p>
<p>And that&#8217;s where the <em>ai</em> in aikido comes in: You have to love your opponent a little. Your aim should not only be to protect yourself but also to treat your opponent with care. Avoid injuring him, but make sure you are containing (or at least guiding) the situation as best you can. And recognize that sometimes &#8220;containing&#8221; the situation means not struggling against it.</p>
<p>Working effectively with clients requires understanding not only their businesses, but also their motivations, pressures, challenges. Sometimes we can influence the direction in which things are going; sometimes we can&#8217;t. But we can always choose how we respond—and struggling against circumstances is a waste of energy. I know. I&#8217;ve wasted plenty of energy on struggling during the course of my career.</p>
<p>By staying relaxed, watching the direction things are taking, and engaging compassionately—remembering to love my clients, just a little—I can often help my team see and respond to things in ways that acknowledge the difficulty without creating conflict around it. This often results in better buy-in, calmer problem-solving, and happier clients.</p>
<h3>Sometimes surrendering is winning</h3>
<p>Staying with a challenge and responding to it harmoniously and consciously is usually a good approach. But aikido has also taught me that sometimes you just have to throw your opponent to the mat. Knowing when to move from containment to control is also an important skill—but knowing when to move from attack to surrender is even more so. And it&#8217;s one that takes years to master—both in aikido (as I&#8217;ve discovered) as well as in consulting. Sometimes &#8220;tapping out&#8221;—tapping the mat to indicate that you &#8220;give&#8221;—is the only way to prevent injury. And that&#8217;s true of client relationships, as well. Bowing out gracefully, knowing when you need to shift your focus to things you can influence and away from those you can&#8217;t, provides just as many opportunities for improving and learning as does &#8220;winning&#8221; a fight.</p>
<p>Knowing when to surrender is the skill that differentiates the master from the merely competent.</p>
<p><strong>SOUND OFF:</strong> What approaches from elsewhere in your life shape you as a consultant? Or, if you&#8217;re hiring consultants, what shapes how you evaluate their effectiveness?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/wordfuse/aikido-and-the-art-of-consulting/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Nurturing Startups in Cincinnati: An Interview with Jake Hodesh &#8211; Part 1</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/nurturing-startups-in-cincinnati-an-interview-with-jake-hodesh-part-1</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/nurturing-startups-in-cincinnati-an-interview-with-jake-hodesh-part-1#comments</comments>
		<pubDate>Mon, 15 Apr 2013 13:00:24 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Incubator]]></category>
		<category><![CDATA[start-up]]></category>
		<category><![CDATA[Venture capital]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4644</guid>
		<description><![CDATA[In a recent post I shared how our own Cincinnati is becoming a real hub of startup support and mentoring, thanks to the abundance of serious startup accelerators. A  friend of mine, Jake Hodesh, was recently hired as the Director &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/nurturing-startups-in-cincinnati-an-interview-with-jake-hodesh-part-1">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In a recent post I shared how our own <a title="Cincinnati: Up and Coming Startup City" href="http://blog.fusionalliance.com/blog/digital-thoughts/up-and-coming-start-up-city-cincy-con-valley" target="_blank">Cincinnati is becoming a real hub of startup support and mentoring</a>, thanks to the abundance of serious startup accelerators.</p>
<p>A  friend of mine, <a title="Jake Hodesh article in Bizjournals.com" href="http://www.bizjournals.com/cincinnati/news/2012/12/19/cintrifuse-names-new-director-of.html" target="_blank">Jake Hodesh</a>, was recently hired as the Director of Mentoring by <a title="Cintrifuse.com" href="http://cintrifuse.com/" target="_blank">Cintrifuse</a>, one of those accelerators. He’s responsible for developing Cintrifuse’s mentoring program, which will involve recruiting mentors and connecting them with Cintrifuse’s client companies. Cintrifuse provides office space to entrepreneurs and connects them with potential investors</p>
<p>Jake grew up in Cincinnati and has most recently been leading an innovation hub in Savannah, GA. Over the last 7 years, he has been very involved in developing and producing innovative, creative and successful community programs in Savannah.</p>
<p>I had an opportunity to connect with Jake to get his take on what excites him most about Cincinnati’s startup community and how it could transform Cincinnati over time.</p>
<h3><strong>JE: How do you think the Cincinnati startup community compares to those in other areas around the country?</strong></h3>
<p><strong>JH:</strong> Cincinnati is well positioned to compete globally for innovation-driven business creation. There is world-class talent in this city from our universities and corporations that lead the world in their fields. We have many key elements in place and a strong foundation that has been building over the past 10 to 15 years. However, we are missing a few critical elements, the starkest of which is that Cincinnati lags behind other similar cities in terms of the flow of venture capital into the region. Cleveland and Pittsburgh received $2.5 billion and nearly $1 billion respectively in a recent three-year period compared to just over $100 million for Cincinnati. So, local entrepreneurs need more sources of that important growth capital fuel.</p>
<h3><strong>JE: How do you think all that’s going on in high tech in Cincinnati will transform Cincinnati’s reputation? Do you think it could ever become known as “Cinci-con Valley?”</strong></h3>
<p><strong>JH:</strong> If you look at the geographies that have historically produced centers of innovation, like Silicon Valley or Boston, it was based on the proximity of three components: large companies, universities, and sources of capital. Cincinnati has two out of three. We have more patents per employee than Cleveland, Columbus, and Pittsburgh. Research spending at Children’s Hospital and University of Cincinnati totals $450 million. We have many support organizations in town to serve entrepreneurs and a strong pipeline of young, complementary talent that is entrepreneurial, creative, and technical. Cincinnati has a growing and increasingly active community for early stage incubation. Groups like The Brandery, UpTech, Queen City Angels, and CincyTech provide programming and funding for startups. Recent growth in seed-stage capital investments far exceeds the national average growth rate. Finally, recent successes such as Akebia and AssureRx that have received later-stage funding have attracted national sources of capital.</p>
<h3><strong>JE: Apart from resources such as Cintrifuse and other local and regional startup incubators, why do you think Cincinnati is such a good hub for startups?</strong></h3>
<p><strong>JH:</strong> The barrier to entry in this market is low for startups here: the cost of living in the region is very reasonable, the talent within the region is incredible, and access to the top consumer goods companies is better here than anywhere in world. This is a handsome equation for success.</p>
<h3><strong>JE: What does Cincinnati need to improve to foster more tech startups?</strong></h3>
<p><strong>JH:</strong> We need to improve the collaboration of the organizations that serve the startup community. We need to make it easier for entrepreneurs to navigate the process. If we can connect promising new startups with our major institutions, we will accelerate growth and in turn attract more capital into the region.</p>
<h3><strong>JE: What do you envision as the short- and long-term impacts of what’s happening now in Cincy’s startup community?</strong></h3>
<p><strong>JH:</strong> I would suggest that the short-term impacts would be the growing pains that we will have to fight through as we aim towards a more community-wide collaborative approach. That’s going to be tough, but it has to happen. The long-term impact that we will realize is far reaching: increased employment numbers, higher wages paid in the region, redevelopment of Over-the-Rhine, new restaurants, coffee shops, and other quality-of-life indicators—all moving Cincinnati in a positive direction.</p>
<h3>To Be Continued</h3>
<p>This is pretty exciting stuff for our community.  If you have the entrepreneurial instinct and a startup mentality, Cincinnati is certainly a market you’ll want to check out. In my next post, Jake talks more about how this new focus on startup development will influence our overall tech community. Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/nurturing-startups-in-cincinnati-an-interview-with-jake-hodesh-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Analysis?</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/why-analysis</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/why-analysis#comments</comments>
		<pubDate>Thu, 11 Apr 2013 13:00:49 +0000</pubDate>
		<dc:creator>Gabriel Alvarez</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Technology Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5091</guid>
		<description><![CDATA[Have you ever done a project at home where you sit and think about how to do it for about five minutes and then start it right away? How did it turn out? In my case, it either turned out &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/why-analysis">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Have you ever done a project at home where you sit and think about how to do it for about five minutes and then start it right away? How did it turn out? In my case, it either turned out just okay by pure luck, or I ended up having to redo it, or, gulp, I ended up paying someone else to redo everything costing me a lot more than it should have.</p>
<p>Imagine this. You set out to redo your old kitchen cabinets. Grand undertaking that will look absolutely great when finished. You measure the space throughout your kitchen, you pick out the cabinets, hardware, etc., you hire a contractor to install them, and when finished, guess what? They look absolutely great! Only one problem: they do not fit your everyday needs. The tall glasses you were given as a gift do not fit anywhere because the height between the shelves is not enough in any of the cabinets. The Tupperware you use on a daily basis fall out of the shelf every time you open the door because the cabinet you have to put them in is not deep enough. To set the table, you need to go to three different places because you could not put the plates, the glasses, and your silverware in close proximity to each other. You get the point. The cabinets, however, look great and all your friends cannot stop complimenting you about them.</p>
<p>What went wrong? What you should have done differently? In an overly simplistic way, let me offer you this: first, you should take an inventory of what you need to store. Second, you should observe and note down how you use your cabinets on a daily basis. Third, you should also note down if you are planning on making changes to your everyday use of the cabinets. Notice I am saying to note these things down. It is not enough to think about them and keep them in your mind as you go about your project. There is value in seeing things on paper or on a screen (whatever your method of capturing information). Things look different and they are more real. Once you are done with these three steps, then you start designing to fit the needs you have identified. The rest of the steps are pretty much the same as before, and the end result is not only cabinets that look great but also cabinets that are functional for your way of living.</p>
<p>What does all this have to do with analysis in software development? The same principles apply. Would we jump in and build software without figuring out what is already there and what is really needed? Would we, instead, take the necessary time to understand the problem first, determine possible solutions, assess the risks and benefits of each, and plan everything out before we start building? Consider one more thing. Returning to the kitchen cabinets example, what if after having spent tens of thousands of dollars replacing the cabinets, you find out that the only thing the old cabinets needed was a fresh coat of varnish?</p>
<p>Next time you need to do a project, at home or at work, take the time to do the proper analysis before you jump into it. The results will be better and you will not have to rely on luck for them to turn out just okay. You will end up with what you really need and it will cost you a fraction of what it would have cost you had you not done your due diligence. It is worth it.</p>
<p><strong>SOUND OFF:</strong> Have you suffered the consequences of inadequate up-front analysis in home or work projects?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/why-analysis/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;How Analysts Make My Job Easier&#8221; &#8211;  Interview with a Software Testing Manager</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/how-analysts-make-my-job-easier-interview-with-a-software-testing-manager</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/how-analysts-make-my-job-easier-interview-with-a-software-testing-manager#comments</comments>
		<pubDate>Wed, 10 Apr 2013 13:00:19 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Analyst]]></category>
		<category><![CDATA[Business Analyst]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=5026</guid>
		<description><![CDATA[Brea Day is a savvy, results-oriented leader serving as a Software Testing Consultant at Fusion. She has a strong background in testing and quality assurance for software development organizations, has planned many testing projects and managed testing staff. She also &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/how-analysts-make-my-job-easier-interview-with-a-software-testing-manager">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Brea Day is a savvy, results-oriented leader serving as a Software Testing Consultant at Fusion. She has a strong background in testing and quality assurance for software development organizations, has planned many testing projects and managed testing staff. She also has a passion for agile development methodologies.  We  had the opportunity to talk with Brea about the role analysts play in making her job as a tester easier.</p>
<h3><b>Give us an example of how an analyst’s work really helped your process.  </b></h3>
<p>After we both reviewed a requirements document, a developer and I each had a different interpretation of the software requirements. He saw &#8220;orange&#8221; and I saw &#8220;red.&#8221; After several discussions in which we each tried to convince the other of our own interpretation of the document, we contacted the analyst responsible for the requirements. The requirements were based on specifications given to the analyst from the end-user, so it only seemed logical to ask for clarification from the analyst who was considered the liaison between the end-user and Dev/QA.</p>
<p>After asking a few probing questions, the developer and I quickly learned the end-user was actually asking for &#8220;yellow,&#8221; which was neither &#8220;orange&#8221; as he saw it, or &#8220;red&#8221; as I saw it. The requirements did not lack information or detail, the problem was simply that we had no previous interactions with the analyst regarding the project and it was brand new functionality.</p>
<p>Ultimately, through further discussion with the analyst, we were not only able to get a better understanding of user expectations, but were also able to educate the analyst about limitation within the software that could affect the expected outcomes requested by the users. Through this experience, we implemented a new process in which the analyst would involve development and QA from the beginning of the requirements gathering process. We had continuous communication throughout the requirements gathering process and the analyst was able translate questions and answers from the end users to us and vice versa.</p>
<p>Having the analyst involved with all parties from the start ended up significantly improving the time it took for requirements sign-off because everyone had a shared understanding of the expectations. Additionally, there was a decrease in time spent during development and QA with requirements clarifications, allowing us to deliver the right product faster.</p>
<h3><b>Can an analyst slow down your progress? </b></h3>
<p>While having an analyst on a project can be extremely helpful in communication between an end-user and QA, it can also become a bottleneck within a project that can slow down progress. I typically want answers quickly and prefer to go straight to the source with my questions. This is where an analyst with end-user contact can help.</p>
<p>When you have questions and are dependent on another source to ask your question and relay the information back to you, it&#8217;s just one more step in the process that takes time. You must inform the analyst of any questions, they must then relay that information to the end-user who will provide a response, and finally, the analyst provides the answers back to you. However, things may not always go that smoothly. The analyst may be busy with other projects and your project may not be the priority, resulting in a delay in the process which can affect further testing progress. Also, there may be a need for a few back and fourth conversations between you, the analyst, and the end-user and this, too, takes additional time which can result in slower project progress.</p>
<h3><b>What can testers do to make life easier for the analyst?</b></h3>
<p>I think one of the simplest things a tester can do is to define early what it is you will need from the analyst to make testing successful, whether it&#8217;s detailed information about text field standards or mocked-up screen shots displaying a visual of the expected UI. Each project will be different and may require different types of information to assure testing is successful. Providing that information to the analyst early can save him or her time on the back-end and provide reassurance that their deliverables will be of value.</p>
<p>I also believe that sharing knowledge related to limitations of the software can be extremely helpful to an analyst. The analyst may be a SME on the project, but he or she may lack the technical background to provide appropriate expectations to an end-user about specific requests. Let&#8217;s face it, sometimes a user can ask for the moon without realizing it because they saw it on another software program or simply don&#8217;t recognize the time and complexity it may take for implementation. It&#8217;s important for an analyst to respond quickly to such requests by explaining that while anything is possible, due to current architecture, available programming tools, or even client-side browser restrictions, that request will add time and complexity to the project. The client may decide with the information provided from the analyst they simply want to proceed without that request or they can brainstorm other solutions that are better suited for the limitations of the software. While I believe information-sharing is vital between all parties collaborating on a project, providing such information to an analyst is especially critical to manage end-user expectations and to ensure we are meeting their needs.</p>
<h3>In your opinion, what are some of the best tools analysts and testers can use to communicate as they work together?</h3>
<p xml:lang="EN-US">When it comes to communication, my personal belief is there is no such thing as over-communication. It is vital too ensure everyone has a shared understanding of what it is we need to deliver and any miscommunications can affect a project greatly from budget to delivery time.</p>
<p xml:lang="EN-US">I&#8217;ve used many tools that help facilitate communication/collaboration including Campfire, Basecamp, Confluence, SharePoint, VersionOne, Teambox, and Lotus Notes. I feel each tool does a good job of documenting communication and providing a means for collaboration. Everyone will have their own personal preference based on their past experiences with a particular project collaboration tool.</p>
<p xml:lang="EN-US">If I had to say what tool I find most valuable throughout a SDLC—hands down—it would be Instant Messenger. As I stated above, I like answers quickly and prefer to go straight to the source. I find IM of great value throughout the work day as I can quickly communicate with an individual in real-time. Should part of our conversation need to be documented for the project, I can save my log files and upload them into any collaboration tool for everyone to review. Additionally, with more and more work being done by remote and offshore teams where face-to-face communication is not an option, IM is my go-to solution. It has yet to let me down, except when the server goes down!</p>
<p><strong>SOUND OFF:</strong> What tips do you have on how analysts and software testers can work smarter during the software development life cycle?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/how-analysts-make-my-job-easier-interview-with-a-software-testing-manager/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Critical Elements of Effective Meeting Facilitation</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/critical-elements-of-effective-meeting-facilitation</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/critical-elements-of-effective-meeting-facilitation#comments</comments>
		<pubDate>Tue, 09 Apr 2013 13:00:18 +0000</pubDate>
		<dc:creator>Dan Ford</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[facilitation]]></category>
		<category><![CDATA[facilitator's guide]]></category>
		<category><![CDATA[meeting facilitation]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4907</guid>
		<description><![CDATA[&#8220;If I have seen further it is by standing on the shoulders of giants.&#8221; &#8211;Isaac Newton Have you ever attended a meeting hosted by a facilitator who was so good their presence faded into the background without anyone realizing it? &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/critical-elements-of-effective-meeting-facilitation">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>&#8220;<i>If I have seen further it is by standing on the shoulders of giants.</i>&#8221;</p>
<p>&#8211;Isaac Newton</p>
<p>Have you ever attended a meeting hosted by a facilitator who was so good their presence faded into the background without anyone realizing it? I’ve always admired talented facilitators who expertly guide the participants in their meetings towards consensus and are all but invisible unless they’re needed to keep the discussion moving forward.</p>
<p>Although irrespective of how effortless some facilitators make it appear, good facilitation is all based on the hard work and careful preparation that occurs before, during, and after a meeting.</p>
<p>In an ideal world, meetings would end with participants all in agreement, but in practice that’s usually not the case. Although the closer we can come to achieving that ideal scenario, the better the result will be for our customers. Why? Because good facilitation promotes enthusiasm which helps to promote consensus, and consensus promotes a feeling of shared purpose and empowerment throughout an organization. But that goal can only be achieved by first bringing people together and empowering them to collaborate so they can reach consensus on a solution that benefits their entire organization.</p>
<p>I’ve studied the techniques of some very skilled facilitators, and this article includes what I regard as the critical elements that go into effective meeting facilitation.</p>
<h3><b>Before the Meeting</b></h3>
<p>As much—if not more —time and effort can go into planning a meeting than actually facilitating the meeting itself. Without adequate preparation, any meeting can quickly dissolve into a chaotic mess. The items below will help to answer the question good facilitators always ask themselves prior to each meeting: “<b><i>Am I ready?</i></b>”</p>
<ul>
<li><b><i>Establish meeting boundaries</i></b>. Building fences around a meeting is accomplished by creating an agenda that includes the meetings start and stop times, a problem statement, the goal, and any expectations you may have of the participants prior to their arrival at the meeting. It’s important to understand that in order for a meeting to be effective, it must first have a structure. An agenda also gives participants a chance to think about the upcoming discussion so they can effectively organize their thoughts ahead of time.</li>
<li><b><i>Know the participants</i></b>. Find out who needs to attend the meeting and touch base with any key players to obtain their perspectives on the problem. Be aware of any departmental or interpersonal conflicts, and be prepared to use your negotiation skills to bring those parties into agreement.</li>
<li><b><i>Be able to provide a clear and concise description of the problem</i></b>. Take the time necessary to fully understand not only the problem, but its overall impact on the customer as well.</li>
<li><b><i>Prepare the meeting space</i></b>. If the meeting is held in a conference room, ensure enough chairs are available and there are dry erase markers and an eraser for the whiteboard (assuming there is a whiteboard). If using a laptop and overhead projector or flat screen display, test all of the connections prior to the meeting as well as verifying the laptop has access to all of the necessary files needed during the meeting. If some participants are attending via teleconference, then ensure they have the correct dial-in numbers and pass codes.</li>
<li><b><i>Assemble any necessary documents</i></b>. Make sure any documents that are needed or might be referenced during the meeting are available and ready for use. In my analysis discipline library I keep templates for capturing action items, parking lot items, and meeting minutes. I normally move these templates to a public SharePoint folder (assuming one exists) and rename them so they’re easily accessible by all of the meeting participants.</li>
</ul>
<h3><b>During the Meeting</b></h3>
<p>Now that it’s begun, there are a number of elements that must be taken into consideration and managed throughout the meeting.</p>
<ul>
<li><b><i>Assign someone to record the meeting minutes</i></b>. It&#8217;s difficult to be a facilitator and to also record the minutes as well, so ask for a volunteer from among the participants and if no one volunteers, then pick someone.</li>
<li><b><i>Stay neutral and maintain objectivity</i></b>. Taking sides or injecting yourself into the discussion is never an option.</li>
<li><b><i>Ask more questions than you answer</i></b>. You’re not there to advance one solution over another or to insert your opinions into the discussion.</li>
<li><b><i>Use active listening</i></b>. Stay in the moment and listen closely to what the meeting participants are saying and be prepared to offer constructive feedback if, for example, someone has difficulty articulating a concept or idea or if you need to re-state a salient point brought up during the meeting.</li>
<li><b><i>Keep the discussion balanced</i></b>. There are two discrete types of processes associated with creative and critical thought. They are called divergent (creative) and convergent (critical). If the meeting becomes too divergent, then participants will be overwhelmed by the number of ideas or too many possible solutions. If the meeting becomes too convergent, the exact opposite occurs: ideas are rejected too quickly or not voiced at all, and participants are left with limited choices. In order for a meeting to be truly effective, a balance must be struck between these two processes.</li>
<li><b><i>Ensure that everyone participates in the meeting</i></b>. It’s important to nurture a safe, positive environment and to encourage collaborative behavior among the participants. So if you see someone who isn’t contributing to the conversation, then find an opportunity to solicit their comments or to ask them a question. Sometimes a simple &#8220;What do you think…?&#8221; can draw someone out of his or her shell who can make an important contribution to the discussion. Delivering an agenda prior to the meeting also helps introverts with understanding the problem ahead of time so they’re better prepared to join in the discussion and to feel much less awkward if called upon to speak.</li>
<li><b><i>Don’t let anyone hijack the meeting</i></b>. Some participants may want to use the meeting as a soapbox for something they feel passionate about. So be prepared to enforce the meeting&#8217;s boundaries if the conversation starts to head off in a divergent direction. A technique I often use to push back on participants who keep pushing a meeting off-topic is to firmly remind them of its boundaries and to let them know their concerns are being captured as &#8220;<i>parking lot</i>&#8221; items that will be addressed after the meeting.</li>
<li><b><i>Capture action items</i></b>. As the meeting progresses, if actionable items pop up that need further work, then record them as action items. Consider using a spreadsheet to enter action items (and parking lot items as well), as that medium provides a common, reusable format that allows filtering by completion status or any other criteria the group may decide to use.</li>
<li><b><i>Keep track of the time</i></b>. As the meeting nears its end, halt the discussion to test for consensus to determine whether or not another meeting is needed. As a rule, I normally begin this final stage 10 minutes from the stop time because it usually takes 3-5 minutes to close out the discussion. If time permits, provide a brief summation of the meeting and reiterate any action and parking lot items that were captured during the meeting.</li>
</ul>
<h3><b>After the Meeting</b></h3>
<p>Even though the meeting is over, the facilitator&#8217;s work still isn’t done. Executing the items below will ensure the successful completion of the meeting.</p>
<ul>
<li><b><i>Capture whiteboard content</i></b>. Use a smart phone to take a photo of the white board so any processes or other information can be captured for future reference.</li>
<li><b><i>Distribute the meeting minutes</i></b>. Clean up and summarize the meeting minutes and email them—including a list of any action and parking lot items—to each of the participants as well as any other concerned parties.</li>
<li><b><i>Follow up on actionable items</i></b>.  A realistic timeline should be drawn up for completion of the action and parking lot items captured during the meeting. Be prepared to provide this information as well as each item&#8217;s completion status to any interested parties.</li>
</ul>
<h3><b>Conclusion</b></h3>
<p>As you can see, successful meetings don’t occur by accident. They are conceived through sufficient preparation, effective facilitation, and appropriate follow up. Many people dislike meetings and feel they’re a waste of time due to their prior experience with poor facilitation. Implementing the critical elements of effective facilitation introduces structure and balance into a meeting and creates a collaborative spirit that promotes enthusiasm and encourages critical thinking. People leave well-facilitated meetings energized, thinking to themselves, “<strong><i>Now that wasn’t a waste of time!</i></strong>”</p>
<p><b>SOUND OFF</b>: What other elements do you introduce before, during, or after your meetings to promote effective facilitation? We’d also like to hear from analysts who are or have been part of Agile projects. How has Agile changed the way your facilitate meetings?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/critical-elements-of-effective-meeting-facilitation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swapping Hats: 6 Things I Learned About Analysis During a Stint as a Tester</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/swapping-hats-6-things-i-learned-about-analysis-during-a-stint-as-a-tester</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/swapping-hats-6-things-i-learned-about-analysis-during-a-stint-as-a-tester#comments</comments>
		<pubDate>Mon, 08 Apr 2013 13:00:58 +0000</pubDate>
		<dc:creator>Will Dyar</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4974</guid>
		<description><![CDATA[Recently, I worked on an application development project where I transitioned from filling the role of an analyst to filling the role of a tester. This transition taught me a few things I&#8217;d like to share about the impact of analysis on &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/swapping-hats-6-things-i-learned-about-analysis-during-a-stint-as-a-tester">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Recently, I worked on an application development project where I transitioned from filling the role of an analyst to filling the role of a tester. This transition taught me a few things I&#8217;d like to share about the impact of analysis on testing.</p>
<h3>1 &#8211; An Organized Requirements Repository is a Good Thing</h3>
<p>Developers and testers do not like to read requirements—they’d rather spend their time testing and building the system. If requirement artifacts are difficult to find, your team members are even less likely to reference them. Organize your requirements in a centralized location so that all project team members and stakeholders can easily locate them.</p>
<blockquote><p>SharePoint is widely used to manage project content, but organizations usually limit users’ access. Make sure all consumers of requirements already have, or can be granted, access to your repository.</p></blockquote>
<h3>2 &#8211; Not Reviewing Requirements with Testers Upfront is a Bad Thing</h3>
<p>A good requirement does not leave room for interpretation. A good tester will ask questions about unclear requirements, which leads to more analysis work. Ultimately, this work will need to be completed, so you might as well do this upfront while you have business stakeholders’ time secured. Analysts and testers should have continuous, honest communication throughout the project.</p>
<h3>3 &#8211; Requirements Can and Should be Tailored to the Audience</h3>
<p>What good is a requirement if it doesn’t help a downstream customer understand what needs to be built? Often, it makes sense to represent requirements differently in order to effectively communicate them to various audiences. Again, no one enjoys reading requirements documents. Perhaps a flowchart would be more effective? Ask your downstream customers in what form they prefer to see requirements.</p>
<blockquote><p>In producing different forms of requirements you will sharpen your analysis skills and also challenge your own understanding of what you are building. This will ultimately increase the quality of other requirements deliverables, no matter what form they are in.</p></blockquote>
<h3>4 &#8211; Poor Change Management = Poor Tests = Missed Requirements</h3>
<p>Change happens—this is inevitable. Projects should always follow a documented, clear change management plan. If an organization has an existing change management plan, follow it. If not, create one. You don&#8217;t have to go crazy here, just make sure you get buy-in from all project team members and that everyone understands it. The change management plan should include a step to modify test cases as requirements change. If you do not have to revise test cases during your project, you’re probably not following a change management plan, and you’re going to miss some requirements.</p>
<h3>5 &#8211; Requirements and Features Should be Prioritized by Stakeholders</h3>
<p>Every project has deadlines. You will inevitably find that some tasks will take longer than expected and some things will prove to be more complex than they seemed when time estimates were completed. Ideally, an analyst should get stakeholders to rank features in order of importance. This will enable a seasoned tester to focus on the most important features when time constraints occur.</p>
<blockquote><p>Also, note how often certain features or workflows are used. This can assist testers and analysts in enhancing a site or application’s usability (for example—reducing the number of clicks it takes the user to perform a high frequency task).</p></blockquote>
<h3>6 &#8211; A Requirements Traceability Matrix (RTM) Adds a Lot of Value</h3>
<p>The perfect place to capture rankings and frequency of use is in a requirements traceability matrix, or RTM. If done well, an RTM will make a tester’s job easier. It should categorize requirements, which will naturally translate to logical groups that can be used by the testing team. If there are multiple testers, the categories can be divided up among the testers, allowing each to focus on a specific area of the system or application. These categories will also come in handy when the testing schedule is created. Lastly, an RTM will help the tester ensure that all requirements are covered by their test plan.</p>
<p><strong>SOUND OFF:</strong> Have you ever donned two different hats during a project? If so, what did one role teach you about the other?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/swapping-hats-6-things-i-learned-about-analysis-during-a-stint-as-a-tester/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analysis Identity Crisis</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/analysis-identity-crisis</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/analysis-identity-crisis#comments</comments>
		<pubDate>Wed, 03 Apr 2013 13:00:29 +0000</pubDate>
		<dc:creator>Kristi Dwenger-Bourgeois</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[Analysis Job Description]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Business Analyst]]></category>
		<category><![CDATA[Systems Analysis]]></category>
		<category><![CDATA[Systems Analyst]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4934</guid>
		<description><![CDATA[I have to admit it, my team here at Fusion has a bit of an identity crisis. Frequently I hear, &#8220;Hey, I need a BA&#8230; I mean not a BA, more of an SA, well maybe I need a BSA? I don&#8217;t &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/analysis-identity-crisis">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>I have to admit it, my team here at Fusion has a bit of an identity crisis. Frequently I hear, &#8220;Hey, I need a BA&#8230; I mean not a BA, more of an SA, well maybe I need a BSA? I don&#8217;t know what I need, I guess I just need one of you guys to come help us on this project!&#8221;  Officially, everyone on my team is an <em><strong>Analyst</strong> </em>in the <strong><em>Analysis</em></strong> Discipline.</p>
<p>So why do we have such hard time giving what we do a title? The reality is that we do so many things, it is difficult to pinpoint the one thing we do. My team consists of people who have experience as developers, DBAs, business-side. Some of us have been in professional services forever and others are new to the idea. Some have been corporate ladder climbers, others have owned their own businesses, many lived through Y2K and the dot-com bubble while others have only seen &#8220;punch cards&#8221; in the museum of computer science from long, long ago.</p>
<p>The common thread that holds us together is that we love digging in, rolling up our sleeves, and figuring it out.  We  relish in introducing ourselves to total strangers over the phone or email (or Instant Messenger or even Twitter!).  We find appreciation for everything we learn, whether that is a critical GxP business process, the topography of a cloud-based PaaS, or simply what happens to the content of safety deposit boxes that go unclaimed.  (It varies by State, according to what the regulations say you can do with it&#8230;) We are master negotiators, expert meeting facilitators, and know how to order catering for 5 to 500.  (Make sure to get chocolate for the afternoon!)  We work in tools, without tools, in tools that aren&#8217;t really tools. Whiteboards, storyboards, user story backlogs, defect logs, requirements logs—all are part of our landscape.</p>
<p>How do you summarize that in a title?  For now, I am sticking with <em><strong>Analyst.</strong></em>  Of course, this does sounds like something I should dig into, roll-up my sleeves, and figure out.  Anyone else up for the challenge?</p>
<p><strong>A</strong>wesome at<br />
<strong>N</strong>ailing it down<br />
<strong>A</strong>ll while<br />
<strong>L</strong>ooking for ways to increase<br />
<strong>Y</strong>our productivity and<br />
<strong>S</strong>till maintain<br />
<strong>T</strong>rue balance</p>
<p><strong>SOUND OFF:</strong> How do you define what a BA/SA/BSA does?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/analysis-identity-crisis/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview with Steve Geswein: What a Developer Really Needs from a Business Analyst</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-with-steve-geswein-what-a-developer-really-needs-from-a-business-analyst</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-with-steve-geswein-what-a-developer-really-needs-from-a-business-analyst#comments</comments>
		<pubDate>Tue, 02 Apr 2013 13:15:02 +0000</pubDate>
		<dc:creator>Lisa Ruff</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Developers]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4941</guid>
		<description><![CDATA[Steve Geswein is a senior consultant with Fusion Alliance. He has been delivering custom line-of-business software for various industries for more than twenty years, basing it on Microsoft technologies for almost twenty, and providing it in a consulting role for &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-with-steve-geswein-what-a-developer-really-needs-from-a-business-analyst">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Steve Geswein is a senior consultant with Fusion Alliance. He has been delivering custom line-of-business software for various industries for more than twenty years, basing it on Microsoft technologies for almost twenty, and providing it in a consulting role for the past fifteen. We recently caught up with him to talk about the interplay between developers and business analysts.</p>
<h3>What would be the ideal process/tool for a business analyst to communicate his or her design requirements?</h3>
<p>Communicating which aspects of the software deliver value is the key responsibility of the business analyst. For different software objectives, different tools work best for keeping that value proposition foremost in the developer’s thoughts.</p>
<p>For example, software that’s valuable because it does critical financial calculations quickly and accurately might be best documented with spreadsheets. Software that’s valuable because it delivers a website with a particular look and feel for a key workflow might be best documented with wireframe tools. Certainly, developers will be better focused on the value that way than if calculations were communicated with screenshots, or page design communicated with spreadsheets.</p>
<h3>Has there been a time that the process went really smoothly?  What made the difference?</h3>
<p>Well, of COURSE it’s gone smoothly; this is Fusion, after all.</p>
<p>I was in the architect role on a software project that was valuable because it collected information in SharePoint lists, and automated creating and securing those lists according to a complex permissions scheme. The analyst responsible for letting me know what specific information needed to be stored in these lists simply used SharePoint tools to create mockups of the lists in a scratch SharePoint site. The mockups were straightforward to review with the end-users, and produced outputs that were straightforward to incorporate into the overall software.</p>
<p>When the code that created and secured the lists was ready, it sailed smoothly through testing, and made the end users very happy in production. Using the highest-fidelity process available to communicate the list requirements helped assure that no requirements were lost in the implementation intricacies.</p>
<h3>What causes the most friction between the two roles? Why?</h3>
<p>Keeping a clear, shared picture of where the software’s value lies keeps everyone in the same conversation. Any friction would arise when analysts and developers are trying to focus on different aspects of the software at the same time.</p>
<p>I’ve been in several conversations with analysts where I’m doing the equivalent of insisting that the metaphorical car I’m building can’t work without an automatic transmission, while the analyst is trying to be sure I know that no one will drive that car if it doesn’t have air-conditioning. I try not to do that anymore—I try to start from a common understanding that someone needs to drive that Metaphorical Mobile somewhere, and focus in on details about transmissions and cooling systems from there.</p>
<h3>What are two things you think developers wish analysts knew about the developers’ jobs?</h3>
<p>First and foremost, and this is for everyone: being perceived as an interruption is deadly to communicating with a developer.  It really does take a while to build the mindset for developing software that’s precise about what it’s doing. That unexpected three-minute phone call, or stop by the desk, really does cost the developer a half-hour or more of rebuilding a software development “flow.”</p>
<p>Specifically for analysts: understand developers get out of bed every morning wanting to plan and construct software.  Hooking into that construction viewpoint helps communication. Asking me how I’d build a car with the best air conditioning engages me more thoroughly than just telling me details of how many degrees per minute the car must cool down. Even if you just came out of a meeting where the exact number of degrees required was debated for an hour and your mind is filled with the importance of getting that particular requirement across, encouraging developers to think about how that detail impacts the software implementation is more effective than presenting why that detail is important to the end users.</p>
<h3>In what ways are the roles different and similar?</h3>
<p>Both analysts and developers express a vision of something that’s difficult to describe. It’s hard to describe exactly how software is delivering the value it promises when it’s already in front of you—harder still when it doesn’t even exist yet.</p>
<p>Developers, however, are expressing that vision to compilers and other software creation tools, which are notoriously literal and obstinate. Analysts are expressing it to end users and developers, who are notoriously focused away from the overall end-to-end picture. Both are difficult responsibilities—and that makes me glad I work with the best.</p>
<p><strong>SOUND OFF:</strong> What do your developers need from business analysts?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-with-steve-geswein-what-a-developer-really-needs-from-a-business-analyst/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The Threat of Automating Agile Testing</title>
		<link>http://blog.fusionalliance.com/blog/excogitation-or-erratum/the-threat-of-automating-agile-testing</link>
		<comments>http://blog.fusionalliance.com/blog/excogitation-or-erratum/the-threat-of-automating-agile-testing#comments</comments>
		<pubDate>Mon, 01 Apr 2013 13:00:38 +0000</pubDate>
		<dc:creator>Hal Metz</dc:creator>
				<category><![CDATA[Excogitation or Erratum]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4785</guid>
		<description><![CDATA[I love Agile. It is the way software is supposed to be created. IT and business walk together down the happy path to on-time, on-budget software that really does what the business said it wants. I love automating tests and &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/excogitation-or-erratum/the-threat-of-automating-agile-testing">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>I love Agile. It is the way software is supposed to be created. IT and business walk together down the happy path to on-time, on-budget software that really does what the business said it wants.</p>
<p>I love automating tests and Agile is automated test friendly. This where the &#8220;ugh&#8221; comes in. One is tempted to replace manual testing with automated testing.</p>
<h3>The Dark Side of Relying Solely on Automated Testing</h3>
<p>Giving into the temptation of automated-focused testing means that ease of testing gains more than appropriate influence in test planning. This is an invitation for two disasters:</p>
<ol>
<li>Wrong methods are used when testing and more defects escape into production. In other words, quality suffers.</li>
<li>Automated testing is seen as the culprit that is reducing quality, and resistance to automated testing is built up.</li>
</ol>
<p>Both are raunchy things for testers to have to deal with.</p>
<h3>Automating Agile Testing is Too Tempting</h3>
<p>Automating Agile testing is tempting because development is incremental. It is the incremental nature of Agile that makes it so tempting to automate.</p>
<p>However, from a risk-to-quality perspective, the more the increments come together the greater the need for the kind of one-off and integration tests that cannot be effectively automated.</p>
<p>Agile development is like creating a puzzle in reverse. In the puzzle factory, a picture mounted on a backing is cut into pieces so we can get bleary eyed trying to put the pieces back together correctly. In Agile development, we create the pieces first and then make the pieces fit together.</p>
<p>Testers developing tests with an &#8220;automation&#8221; mindset are likely to not recognize the key points that must be tested manually to be effective.</p>
<h3>Resist the Temptation</h3>
<p>Automated tests make sense when testing the pieces, but the real risk to quality is where the pieces fit together. The risk to quality is greatest when separate teams are creating the puzzle pieces.</p>
<p>Stepping back and looking at the whole puzzle will make the need for manual testing apparent. Focus on where the pieces fit together and it will become more apparent.</p>
<p>So resist the temptation. Take the time to look at the whole puzzle and focus on where the pieces fit together on a regular basis.  Better yet, get someone who is in love with manual testing on the team.</p>
<p>Taking these steps just might be the cold water needed to wake you up to the dangers of trying to make automated testing do the job of manual testing.</p>
<p><strong>SOUND OFF:</strong> Have you run into problems because of over reliance on automated testing in Agile development? How have you balanced automated and manual testing protocols?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/excogitation-or-erratum/the-threat-of-automating-agile-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let It Be Excogitation Even If It Is Erratum</title>
		<link>http://blog.fusionalliance.com/blog/excogitation-or-erratum/let-it-be-excogitation-even-if-it-is-erratum</link>
		<comments>http://blog.fusionalliance.com/blog/excogitation-or-erratum/let-it-be-excogitation-even-if-it-is-erratum#comments</comments>
		<pubDate>Thu, 28 Mar 2013 19:00:36 +0000</pubDate>
		<dc:creator>Hal Metz</dc:creator>
				<category><![CDATA[Excogitation or Erratum]]></category>
		<category><![CDATA[originality]]></category>
		<category><![CDATA[thinking]]></category>
		<category><![CDATA[wisdom]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4813</guid>
		<description><![CDATA[There are three ways of thinking: In the box Out of the box Under the box Common wisdom says it is easier to get under the box thinking out of the box than it is to get under the box &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/excogitation-or-erratum/let-it-be-excogitation-even-if-it-is-erratum">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>There are three ways of thinking:</p>
<ul>
<li>In the box</li>
<li>Out of the box</li>
<li>Under the box</li>
</ul>
<p>Common wisdom says it is easier to get under the box thinking out of the box than it is to get under the box when thinking in the box.</p>
<p>But I don’t think so. Any useful thinking will get you under the box some of the time. If your thinking has never gotten you under the box, then you have to question if you are thinking usefully at all.</p>
<p>Which is why I say:</p>
<p>“Let it be <b>Excogitation </b>even if it is<b> Erratum</b>”</p>
<p>For those who haven’t looked them up in the dictionary yet, excogitation means a thought and erratum is a think, I mean a thing, that needs to be corrected.</p>
<p>Don’t be afraid to think differently than the others, but always seek out those who can correct your thinking. That way, if you get under the box by thinking in the box or by thinking out of the box, you don’t have to stay under the box.</p>
<p><strong>SOUND OFF:</strong> What thinking styles do you employ? Who &#8220;corrects your thinking&#8221;?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/excogitation-or-erratum/let-it-be-excogitation-even-if-it-is-erratum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile: Ready to be Adopted</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-ready-to-be-adopted</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-ready-to-be-adopted#comments</comments>
		<pubDate>Tue, 26 Mar 2013 15:00:33 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile strategies]]></category>
		<category><![CDATA[agile team]]></category>
		<category><![CDATA[Leadership]]></category>
		<category><![CDATA[power]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4817</guid>
		<description><![CDATA[As you’ve been reading our recent posts on the rich history, brilliant minds, and inherent benefits of the Agile methodology, you have no doubt noticed a fairly consistent grey cloud hovering overhead.  If you look closely at it, you’ll see &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-ready-to-be-adopted">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>As you’ve been reading our recent posts on the rich <a title="Not Built in a Day: A Brief History of Agile" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/not-built-in-a-day-a-brief-history-of-agile" target="_blank">history</a>, brilliant minds, and <a title="Agile: Iterating Your Way to Shoddy Work?" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-iterating-your-way-to-shoddy-work" target="_blank">inherent benefits</a> of the Agile methodology, you have no doubt noticed a fairly consistent grey cloud hovering overhead.  If you look closely at it, you’ll see it is made up of a few parts misconception, a few parts resistance to change, and a dash of pure, potent ignorance.</p>
<p>So it’s easy to see that, although it seems like “everybody’s doing it,” there is an overall hesitancy among organizations to jump into the <a title="Essential Agile Glossary" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary" target="_blank">Scrum</a>.</p>
<p>I’ve uncovered a number of attitudes (and actualities) that can make it harder for leaders and their companies to adopt Agile as a corporate paradigm.<br />
<strong></strong></p>
<h3><strong>It’s Another Shiny Object</strong></h3>
<p>Any company that survived the dot-Bomb crisis has continued to be profitable through the myriad economic climate shifts in recent years has had to deal with quite a few “new” production, management, quality improvement, and marketing schemes.  Gaining popularity since its 2001 Manifesto, Agile has been avoided and criticized as just another fad in the business world.</p>
<p>However, as you may remember from our brief history of Agile, the methodology was carefully assembled in small bits over several decades.  Agile is as much a “passing fad” as that <a title="Agile at the Dealership: Gas or Electric?" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-at-the-dealership-gas-or-electric" target="_blank">new-fangled automobile</a> was in 1908.<br />
<strong></strong></p>
<div id="attachment_4827" class="wp-caption alignnone" style="width: 562px"><a href="http://www.flickr.com/photos/aaltofablab/8592513016/sizes/l/in/photostream/"><img class="size-large wp-image-4827" alt="Agile Team" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Agile-Team-552x430.jpg" width="552" height="430" /></a><p class="wp-caption-text">CC license Some rights reserved by AaltoFablab</p></div>
<h3><strong>Agile Is for People in Jeans and Sandals</strong></h3>
<p>There’s a sense that Agile, with its emphasis on collaborative teams, short-term sprints and unconventional problem-solving techniques, suits a young, irreverent culture devoid of decorum.</p>
<p>The Agile movement has definitely been catalyzed and legitimized by the successes of startups and small companies run by younger professionals (many of whom sport an ultra-casual vibe).  But where Agile addresses today’s cross-functional, ever-changing business needs through the relative autonomy of individuals and teams, it is clear that Agile tools and practices are effective only within its rules, roles and rites, irrespective of attire.</p>
<p><a title="Denning, Forbes.com" href="http://www.forbes.com/sites/stevedenning/2012/04/17/the-case-against-agile-ten-perennial-management-objections/" target="_blank">Steve Denning’s article</a> on Forbes.com last year sets the scene:</p>
<p><strong>Company X:</strong> The narrow responsibilities and rigid policies, processes, and one-size-fits-all methodologies of our firm don’t fit the free-wheeling ways of Agile. Agile isn’t going to work here.</p>
<p><strong>Denning:</strong> Precisely. What’s wrong here is the corporate culture, not Agile. Surviving in today’s marketplace requires individual and team freedom.”</p>
<h3><strong>Who’s In Charge Here?</strong></h3>
<p>Agile’s primary framework is the team.  So at a distance, it looks like it has no reporting structure or way to assess the performance of individuals.<br />
In Agile, the team is corporately responsible for successful development and delivery.  It is difficult, but the performance-based structure of individual rewards would have to change.  Leaders have to decide if the potential improvement is worth the efforts needed to adjust to Agile.  But there’s good news.</p>
<p>Denning explains in another <a title="Denning, Forbes.com 2" href="http://www.forbes.com/sites/stevedenning/2012/04/11/why-cant-the-c-suite-grasp-agile-management/" target="_blank">article</a>, that “in the [Agile] model, power shifts from the notion of ‘being in charge’ to the notion of ‘being connected.’  This means that you don’t have to be in charge to exercise power. What’s interesting about the new organizations [Amazon, Google, Starbucks, Wikipedia] is that they tend to be more powerful than the old organizations.”</p>
<div id="attachment_4821" class="wp-caption alignright" style="width: 246px"><img class=" wp-image-4821 " title="Ladder" alt="ladder" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/ladder-394x552.jpg" width="236" height="331" /><p class="wp-caption-text">CC license Some rights reserved by Robert Couse-Baker</p></div>
<h3><strong> Agile Revolution</strong></h3>
<p>Leaders of organizations in 2013 struggle to discern legitimate processes like Agile from the glare of the latest fads.  And it’s scary to imagine 20-somethings with piercings and tattoos overtaking your corporate culture and getting their fingers into your code.  What is most daunting, though, is the thought of giving up a traditional, linear power structure.</p>
<p>But a close look at the Agile phenomenon allows leaders to realize the value in the methodology.  To adopt Agile will require taking a few risks, meeting some interesting people, and learning a new language.</p>
<p>But in my book, that’s not just surviving.  That sounds like living.</p>
<p><strong>SOUND OFF: </strong>What do YOU think?  Do you know of other reasons companies are reticent to adopt Agile as their very own?<strong> </strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-ready-to-be-adopted/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There&#8217;s No &#8220;I&#8221; in Scrum</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/theres-no-i-in-scrum</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/theres-no-i-in-scrum#comments</comments>
		<pubDate>Thu, 21 Mar 2013 13:30:07 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Technology Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4763</guid>
		<description><![CDATA[The last time I wrote about Agile, I mentioned some of the misconceptions that people have about it.  I offered that most of the complaints about quality of work come when parts of the methodology are ignored. The Scrum is &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/theres-no-i-in-scrum">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;">The last time I wrote about Agile, I mentioned some of the misconceptions that people have about it.  I offered that most of the complaints about quality of work come when parts of the methodology are ignored.</p>
<p style="text-align: left;">The Scrum is the<em> key management framework</em> of Agile that is meant to prevent those issues.</p>
<div id="attachment_4768" class="wp-caption aligncenter" style="width: 562px"><a href="http://www.flickr.com/photos/18091975@N00/3654141771/sizes/l/in/photostream/"><img class="size-large wp-image-4768 " alt="Scrum2" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Scrum2-552x401.jpg" width="552" height="401" /></a><p class="wp-caption-text">CC license &#8211; Some rights reserved by EoinGardiner</p></div>
<p><strong>Definition of Scrum</strong></p>
<p>The first definition of <a title="Essential Agile Glossary" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary">Scrum</a> comes from the late &#8217;80s.  The idea was opposed to the conventional sequential method of developing software: &#8220;Scrum was first defined as &#8216;a flexible, holistic&#8230;strategy where a development team works as a unit to reach a common goal&#8217;&#8221; (Wikipedia, Scrum development).  Scrum is a term that comes from the game of rugby (apparently, the development approach first took the name <em>rugby</em>), and refers to the visceral, circular restart after a minor foul has occurred.</p>
<p>The key concept, as you may have noticed, is the TEAM.  The Agile Scrum was designed to be as full on a team effort as any UK rugby match—except without the bloodshed and concussions.</p>
<p><strong>There&#8217;s No &#8220;I&#8221; in SCRUM</strong></p>
<p>The Scrum is not just the team; rather, it refers to the team members <em>in addition to</em> its tactics, plays, cooperation, and goals.  The Agile Scrum team is made up of three primary, and two ancillary <a title="Agile: The New Normal?" href="http://blog.fusionalliance.com/blog/digital-thoughts/agile-the-new-normal" target="_blank">roles</a>:</p>
<p>1) The Product Owner: this person has assumed responsibility for the delivery of value to the customer.  Potentially taking other roles as well, the Product Owner provides guidance and resources to the rest of the team as he or she represents the needs of the Stakeholder(s).</p>
<p>2) Development Team members: usually between 3 and 10 in number, these roles design, develop, analyze, and deliver work product at the conclusion of each sprint.</p>
<p>3) Scrum Master: the coolest-sounding role by far, this individual is <em>not </em>the primary motivator or leader.  Their primary function is to eliminate obstacles from the successful delivery process, by following the rules of Scrum, and helping the team to remain focused throughout each sprint.</p>
<p>a) Stakeholders: these are the clients, customers, or vendors for whom value is being created by the other roles.  Unlike those in conventional, waterfall-type development, Scrum stakeholders are able to speak into regular sprint reviews.</p>
<p>b) Managers: These folks help keep the Scrum work environment under control.</p>
<p><strong>Your Daily Scrum</strong><a title="Mountain Goat Software" href="http://www.mountaingoatsoftware.com/topics/scrum" target="_blank"><img class="decoded alignright" alt="http://www.mountaingoatsoftware.com/uploads/blog/ScrumSmallLabelled.png" src="http://www.mountaingoatsoftware.com/uploads/blog/ScrumSmallLabelled.png" width="319" height="150" /></a></p>
<p>There are a number of important checkpoints and artifacts for the team, including the daily scrum or <em>daily standup</em>, backlog checks, sprint planning meetings, and burndowns.  I defined some of these a few weeks ago.  These are all necessary to Scrum, but the daily standup is what makes the greatest contribution to the integrity of the Agile Scrum.  It is a short meeting with strict boundaries, where each team member is required to answer three questions:</p>
<p>1) What have you done since yesterday?</p>
<p>2) What are you planning to do today?</p>
<p>3) What is blocking your progress?</p>
<p>Although there is more to the Agile Scrum than can be noted here, the framework is essential for success within the Agile methodology.  An Agile team, like a rugby or any sports team, is more than just the players.  To be successful, it needs roles, rules, and reviews.  These are what Scrum brings to the <a title="Agile at the Dealership: Gas or Electric?" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-at-the-dealership-gas-or-electric" target="_blank">process</a>.</p>
<p><strong>SOUND OFF: </strong>How is your business using Agile practices?  Are you faithful to the Scrum framework?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/theres-no-i-in-scrum/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Core Agile Extended</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/core-agile-extended</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/core-agile-extended#comments</comments>
		<pubDate>Wed, 20 Mar 2013 13:00:50 +0000</pubDate>
		<dc:creator>Dan Ford</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile methodologies]]></category>
		<category><![CDATA[Agile strategies]]></category>
		<category><![CDATA[Software Development]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4693</guid>
		<description><![CDATA[“Discipline is the bridge between goals and accomplishment.” – Jim Rohn I recently had the opportunity to become acquainted with the Scott W. Ambler and Mark Lines book, “Disciplined Agile Delivery, A Practitioners Guide to Agile Software Delivery in the &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/core-agile-extended">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>“<i>Discipline is the bridge between goals and accomplishment</i>.” – Jim Rohn</p>
<p>I recently had the opportunity to become acquainted with the Scott W. Ambler and Mark Lines book, “<i>Disciplined Agile Delivery, A Practitioners Guide to Agile Software Delivery in the Enterprise,</i>” which defines a robust process framework that extends the software construction life cycle to support enterprise solution delivery.</p>
<p>According to Ambler and Lines, some Agile practitioners feel that due to its focus on construction-oriented activities, the core Agile process framework isn&#8217;t mature enough to provide features crucial to the enterprise such as governance, architectural planning, modeling, auditing and regulatory compliance, and the support for larger, geographically distributed teams. In their introduction to Disciplined Agile Delivery (DAD), the authors describe how less mature Agile teams often lack the necessary discipline and process rigor needed to deliver for the enterprise because many times they dismiss those features as unnecessary. But as the title of this post indicates, DAD extends core Agile by incorporating it into a new, robust Agile process framework.</p>
<p>This post provides a simplified, high-level description of how the core Agile process framework has been extended to meet the challenge of delivering solutions for the enterprise. I would encourage anyone who wishes to learn more or who has already wrestled with tailoring core Agile methods to meet the demands of enterprise-level solution delivery to pick up a copy of this excellent book.</p>
<h3>The Core Agile Process Framework</h3>
<p>Agile software development (ASD) is a process that Wikipedia defines as, “<i>…a group of software development methods based on iterative and incremental development, where requirements and solutions evolve through collaboration between self-organizing, cross-functional teams. It promotes adaptive planning, evolutionary development and delivery, a time-boxed iterative approach, and encourages rapid and flexible response to change. It is a conceptual framework that promotes foreseen interactions throughout the development cycle</i>.”</p>
<p>To illustrate this definition, the diagram below provides a high-level overview of the Scrum process. It demonstrates how mainstream core Agile performs construction activities that are often described as value-driven life cycles where small, self-organizing teams produce customer-approved, straightforward code that’s frequently tested and delivered at the conclusion of each sprint (or iteration).</p>
<p><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Scrum-Core-Agile.png"><img class="alignnone size-full wp-image-4734" alt="Scrum (Core Agile)" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Scrum-Core-Agile.png" width="550" height="350" /></a></p>
<h3>Extending Core Agile</h3>
<p>As you can see, Scrum is not the only component that’s needed for the delivery of complex solutions and without significant customization; it doesn&#8217;t scale much beyond the software construction life cycle  So to overcome this obstacle and achieve the scalability and other features needed at the enterprise, Ambler and Lines extended Scrum by incorporating it into the DAD process framework.</p>
<p>Figure 2 below describes how some of the characteristics of core Agile were extended into the DAD process framework.</p>
<p><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Core-Agile-Extended.png"><img class="alignnone size-full wp-image-4735" alt="Core Agile Extended" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Core-Agile-Extended.png" width="550" height="239" /></a></p>
<h3>The Disciplined Agile Delivery Process Framework</h3>
<p>Ambler and Lines define the DAD process framework as a “hybrid” that “<i>…extends the Scrum construction life cycle to address the full delivery life cycle while adopting strategies from several Agile and lean methods.</i>” They go on to describe a common pattern they&#8217;ve seen repeated in many organizations where Scrum or another Agile method is adopted and then it must be heavily tailored using strategies from a variety of different methods (i.e., Extreme Programming, Agile Modeling, and Unified Process). Their intent is the creation of a robust process framework that defines common tailoring strategies already being used at most organizations which have implemented Scrum or other Agile processes.</p>
<p>For those organizations that are using Agile processes, there are many benefits that come along with adopting the DAD process framework. These include teams being “enterprise aware,” meaning they function within the organization&#8217;s enterprise ecosystem so effective and appropriate governance can be performed. The framework offers a “risk and value-driven” characteristic where risks such as stakeholder consensus and architectural planning are addressed early in the life cycle  It is also scalable based on factors such as team size and geographical distribution, technical complexity, and regulatory compliance.</p>
<p>As demonstrated in the DAD process life cycle diagram below, we can see that Scrum has been extended to three phases: Planning, Construction, and Release. Each phase has three stages: Coordinate, Collaborate, and Conclude. Ambler and Lines call these three phase stages the “3C rhythm” and they map directly to the concepts of inception, construction, and transition, respectively.</p>
<p><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Disciplined-Agile-Delivery-DAD.png"><img class="alignnone size-full wp-image-4736" alt="Disciplined Agile Delivery (DAD)" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Disciplined-Agile-Delivery-DAD.png" width="550" height="627" /></a></p>
<h3>Conclusion</h3>
<p>Conventional Agile approaches such as Scrum or Extreme Programming only deliver part of what’s needed for complete IT solutions, while DAD provides a robust process framework that assembles common Agile methodologies and strategies and focuses them on a full delivery life cycle.</p>
<p>If you would like to learn more about the DAD process framework beyond the book referenced at the beginning of this article, there are a number of sources on the Internet including the <a title="Disciplined Agile Delivery website" href="http://disciplinedagiledelivery.com/" target="_blank">Disciplined Agile Delivery</a> website that is moderated by Mark Lines and Scott Ambler.</p>
<p><strong>SOUND OFF:</strong> Have you ever had to tailor an Agile Scrum process to extend it beyond the software construction life cycle? What challenges did you face?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/core-agile-extended/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile: Iterating Your Way to Shoddy Work?</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-iterating-your-way-to-shoddy-work</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-iterating-your-way-to-shoddy-work#comments</comments>
		<pubDate>Tue, 19 Mar 2013 13:00:29 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Development]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Incremental]]></category>
		<category><![CDATA[Iterative]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Software Application Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4740</guid>
		<description><![CDATA[One of the questions I hear the most about Agile is “Isn’t this Agile iterative approach just an excuse for doing shoddy work?”  It&#8217;s easy to understand the perspective.  There is an unfortunate number of instances where Agile team members &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-iterating-your-way-to-shoddy-work">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>One of the questions I hear the most about Agile is “Isn’t this Agile <a title="Sandy Mamoli Nomad 8" href="http://nomad8.com/should-we-choose-agile-or-iterative/" target="_blank">iterative approach</a> just an excuse for doing shoddy work?”  It&#8217;s easy to understand the perspective.  There is an unfortunate number of instances where Agile team members confuse &#8220;iteration&#8221; with &#8220;whatever you&#8217;ve gotten done.&#8221;</p>
<p>In a more conventional, waterfall-style development process, all of the requirements are specified early on, and the end goal is a working product far down the line.  In the middle phases, where the development effort is full on, the work can be very slow or proceed at a frenzied pace.  It can be two or three long phases before the problems surface.</p>
<div id="attachment_4746" class="wp-caption aligncenter" style="width: 562px"><img class="size-large wp-image-4746 " title="Sprint" alt="sprint" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/sprint1-552x147.jpg" width="552" height="147" /><p class="wp-caption-text">CC license &#8211; Some rights reserved by Phil Roeder</p></div>
<p><strong>Agile Sprints: More Than Iterations</strong></p>
<p>The Agile methodology divides the entire effort into smaller efforts, called “<a title="Essential Agile Glossary" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary" target="_blank">sprints</a>.”  And the word sprint implies fast action.  In all the energy and excitement of a sprint, stakeholders and developers alike can lose sight of those ever important stand-up meetings and other checks and balances along the way.  People can get caught up in a mindset that says, “At the end of the sprint, just throw it at the wall, and see what sticks.”</p>
<p>Agile is made up of sprints that are defined by fast action, but not careless action.  The iterative nature of the methodology is meant to make sure each part of the process benefits from quality checks, new knowledge, as well as emerging requirements and innovations.  If tasks aren’t grounded firmly, checked regularly, and focused on the most current, updated information, then yes, the team will probably produce shoddy work.  But that’s not Agile iterative development.<strong></strong></p>
<p><strong>Agile: A New Mindset</strong></p>
<p>Agile requires a new way of doing day-to-day business.  It’s hard for some people to adjust to a paradigm of constant change, even quite late in the process.  Also, changes in the scope of an Agile effort appear like certain doom to many in an organization, as Agile demands working software and high quality at the end of each sprint.</p>
<p>Those who think that Agile and its iterative sprints are an excuse for poor work product along the way are victims of some kind of iterative process.  But it’s sure not Agile.  Agile sprints are hard for an organization to adjust to, and are fast and furious and productive.  But they are worthwhile when understood thoroughly and meticulously monitored throughout the process.</p>
<p><strong>SOUND OFF: </strong>What&#8217;s your experience?  Have you been there when Agile has become the excuse instead of the method?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-iterating-your-way-to-shoddy-work/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Now, Next, and the Nebulous: Finding Comfort in an Agile Marketing World</title>
		<link>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/now-next-and-the-nebulous-finding-comfort-in-an-agile-marketing-world</link>
		<comments>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/now-next-and-the-nebulous-finding-comfort-in-an-agile-marketing-world#comments</comments>
		<pubDate>Mon, 18 Mar 2013 13:00:27 +0000</pubDate>
		<dc:creator>Jeff Lefevere</dc:creator>
				<category><![CDATA[Bluebirds & White Elephants]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Marketing Strategy]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4683</guid>
		<description><![CDATA[When Spencer Johnson wrote “Who Moved My Cheese” in the late 90s, a simple book aimed at encouraging corporate denizens to move with the times with agility instead of hanging onto vestiges of control against an uncertain future, he didn&#8217;t have the Agile software &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/now-next-and-the-nebulous-finding-comfort-in-an-agile-marketing-world">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_4758" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Balancing-Act_Kai-A_CC-Some-Rights-Reserved-by-Photo-Owner.jpg"><img class="size-full wp-image-4758 " alt="CC Some Rights Reserved by Kai A" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Balancing-Act_Kai-A_CC-Some-Rights-Reserved-by-Photo-Owner.jpg" width="150" height="226" /></a><p class="wp-caption-text">CC Some Rights Reserved by Kai A</p></div>
<p>When Spencer Johnson wrote <em><a title="Who Moved My Cheese" href="http://www.amazon.com/Who-Moved-My-Cheese-Amazing/dp/0399144463" target="_blank">“Who Moved My Cheese”</a> </em>in the late 90s, a simple book aimed at encouraging corporate denizens to move with the times with agility instead of hanging onto vestiges of control against an uncertain future, he didn&#8217;t have the Agile software development methodology in mind; That would come a few years later in the new millennium, as pointed out in this <a title="A Brief History of Agile" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/not-built-in-a-day-a-brief-history-of-agile" target="_blank">prior post on the history of Agile.</a></p>
<p>However, what Johnson did have in mind was a call-to-arms to counter the paralysis that was gripping corporate America at the time with the looming issue of <a title="Y2K" href="http://en.wikipedia.org/wiki/Year_2000_problem" target="_blank">Y2K</a> and its potential impact on business computer systems.</p>
<p>Until the late 90s, if you are to believe Johnson’s premise, professionals were embracing <em>&#8220;change&#8221;</em> as anathema, a pox on the way things have always been done.</p>
<p>Institutional progress in adaptability has been made in the intervening years; I&#8217;ve lived it, sometimes more comfortably than at other times. But professionals of all stripes, software development or not, still mostly do things by process, planning, and quarterly (or longer) execution increments.  Agile, as a fast, adaptable methodology, hastened by the light speed of the Internet, attempts to undo that linear stodginess and takes the parabolic thematic elements of Johnson’s tome into practical terms—embracing and welcoming constant iteration.  In fact, in an Agile mode, the end isn&#8217;t the end at all; it’s the beginning of what’s next.</p>
<p><strong>The Agile Methodology Migrates to Marketers</strong></p>
<p>Marketers, not a group to miss an opportunity to jump on a buzzword to make it their own, have co-opted the concept of Agile, even creating <a title="Agile Marketing Manifesto" href="http://agilemarketingmanifesto.org/values/" target="_blank">their own manifesto</a> that models the <a title="Agile Software Development Manifesto" href="http://agilemanifesto.org/" target="_blank">Agile software development’s manifesto.</a></p>
<p>However, there is a fundamental difference in between what Agile means in the realm of software development versus that of marketing.  Where Agile as a software methodology strives to deliver working, valuable software quickly, Agile marketing embraces flexible, customer-centric, adaptive efforts.</p>
<div id="attachment_4761" class="wp-caption alignleft" style="width: 160px"><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Agile-Marketing_Omar-Rodriguez-Rodriguez.jpg"><img class="size-full wp-image-4761 " alt="CC some rights reserved by Omar Rodriguez-Rodriguez" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Agile-Marketing_Omar-Rodriguez-Rodriguez.jpg" width="150" height="150" /></a><p class="wp-caption-text">CC some rights reserved by Omar Rodriguez-Rodriguez</p></div>
<p>The differences, then, between Agile software and Agile marketing are that a software deliverable presumably works.  Agile marketing, well, may not always work.</p>
<p>For marketers, an Agile call-to-arms isn&#8217;t just to embrace the principals of living fast and flexibly, but also to embrace failure.</p>
<p>We’re all up for failure, right?  If we are, then we should at least endeavor to fail fast and fail forward.</p>
<p><strong>The Entrepreneur&#8217;s Secret to Staying Nimble in the Face of Struggle</strong></p>
<p><em>“Failing forward”</em> is a key principal of entrepreneurship, and start-ups, no strangers to agility, often do a little trick that keeps things moving along, both for really smart people who are working in the proverbial weeds all the time failing, but also to help keep their eye on the prize.  And this is a trick that I would encourage any marketer who needs to work Agile to do, as well:  fastidiously track the big picture and the future.</p>
<p>Let’s put this in practical terms.  You’re a digital marketer and you&#8217;ve been asked to plan and execute social marketing campaigns on an iterative basis.  Your quarterly marketing tactics are now a series of tactics that happen on a daily/weekly/monthly basis with no real end in sight—you adjust, you adapt, and you keep going, chasing interminable goals.  This can get exhausting (and frustrating).  However, it only becomes exhausting because we allow ourselves to be pulled down by the inertia of the grind, losing sight of the big picture.</p>
<p>Therefore, the secret that start-ups follow, to offset the weariness that sets in by failing forward constantly, is to track an anticipated future state:</p>
<ul>
<li>Here is where we are</li>
<li>This is what’s next</li>
<li>This is where we want to be</li>
</ul>
<p>Often times in a more staid corporate culture, the <em>“big picture”</em> and the future is more difficult to parse and can be abstract. But tracking forces around your subject matter expertise, where your work is consistently engaged, can be a great place to start absent a sense for larger company missions for the future.</p>
<p><strong>Here&#8217;s My Recommendation </strong></p>
<p>In order to stay Agile yet track the big picture, set up three buckets in your organizational tool of choice.  I happen to use <a title="Instapaper" href="http://www.instapaper.com" target="_blank">Instapaper</a>, a browser plug-in, to track news articles.  Evernote, OneNote, or even a spreadsheet will work equally well.  Now, within your tool of choice, set up three folders and called them <em>“Now,”</em> <em>“Next”</em> and <em>“Nebulous.”</em></p>
<p>The <em>“Now”</em> folder is related to news items that are relevant to the work that you’re currently doing.  The <em>“Next”</em> folder is related to the things that you want to do, or you think you’ll have to do through the process of progress gained via Agile iteration. And the <em>“Nebulous”</em> folder is for all of the news items that don’t make any relevant sense but cross your radar with curiosity.</p>
<p>Any bit of job-related news articles that you read (that’s also worth saving) then falls into either the Now, Next, or Nebulous category.</p>
<p>Periodically, review each of these buckets.  The <em>“Now”</em> folder is going to bolster your confidence that you’re on top of your game.  The <em>“Next” </em>category is going to empower your work ahead of the Agile curve. And the <em>“Nebulous”</em> category, perhaps the most important category, is going to put wind in your sails that your nimble awareness will well position you and your efforts for the future.</p>
<p>Here are a few examples of the <em>“Nebulous”</em> folder news items that I’m tracking now:</p>
<ul>
<li><a title="Google Handwriting for Search" href="http://mashable.com/2012/07/31/google-handwriting/" target="_blank">Google handwriting recognition for search </a></li>
<li><a title="Hand Controlled Computer Technology" href="https://www.leapmotion.com/" target="_blank">Hand motion control</a></li>
<li><a title="Apple's Next Big Thing" href="http://blogs.hbr.org/cs/2013/03/three_clues_on_the_value_of_an.html" target="_blank">Apple iWatch</a></li>
<li><a title="Wearable Computing" href="http://www.google.com/glass/start/what-it-does/" target="_blank">Google Glasses </a></li>
<li><a title="New TLD's will change the game?" href="http://www.circleid.com/posts/20130213_icann_new_gtld_program_swot_analysis_strength_part_1/" target="_blank">ICANN New Top-Level Domains</a></li>
<li><a title="Realities for the Future" href="http://bigthink.com/flash-foresight/12-certainties-that-will-transform-every-career-and-create-new-ones?utm_source=Big+Think+Weekly+Newsletter+Subscribers&amp;utm_campaign=a9cd0ef976-_Here_s_What_s_New_at_Big_Think3_13_2013&amp;utm_medium=email" target="_blank">12 Futurist Certainties</a></li>
</ul>
<p>Now, is tracking the future to bolster our sense of self in the short term a panacea for the discomfort we sometimes feel with the constancy of Agile change?  No.  However, it is at least a waypoint in the constant evolvement of the work that is our professional lives, and a continuing step forward to protect the sanctity of our current work while hedging for the future. As Daniel Burrus, the author of the <em>&#8220;12 Futures Certainties&#8221;</em> article linked above,  ironically notes,  <em>&#8220;Agile&#8221;</em> is no longer enough.</p>
<p><strong>SOUND OFF: </strong> With agility an imperative in everyday work life, what do you do to steady yourself, but ensure you&#8217;re continuing to push your knowledge and skills forward?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/now-next-and-the-nebulous-finding-comfort-in-an-agile-marketing-world/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile at the Dealership: Gas or Electric?</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-at-the-dealership-gas-or-electric</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-at-the-dealership-gas-or-electric#comments</comments>
		<pubDate>Wed, 13 Mar 2013 14:15:04 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[agile software development]]></category>
		<category><![CDATA[Business Problem]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Technology Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4666</guid>
		<description><![CDATA[Comparing Agile to other methodologies is a lot like walking into a car dealership.  Hang with me. I love cars—anything with wheels that makes “vroom-vroom” sounds.  But as a kid, I was amazed to find out that there wasn&#8217;t an old guy &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-at-the-dealership-gas-or-electric">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Comparing Agile to other methodologies is a lot like walking into a car dealership.  Hang with me.</p>
<div id="attachment_4670" class="wp-caption alignnone" style="width: 562px"><a href="http://www.flickr.com/photos/autohistorian/8277088034/sizes/l/in/photostream/" target="_blank"><img class="size-large wp-image-4670  " title="Shiny and New" alt="dealership" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/dealership-552x444.jpg" width="552" height="444" /></a><p class="wp-caption-text">CC some rights reserved by aldenjewell</p></div>
<p>I love cars—anything with wheels that makes “vroom-vroom” sounds.  But as a kid, I was amazed to find out that there wasn&#8217;t an old guy somewhere who had hit his head on the sink one morning, only to come to and draw up blueprints for the first internal combustion engine.</p>
<p>Agile wasn’t built in a day, either.  It wasn’t even built in a decade.  In my previous post about the <a title="Not Built in a Day: A Brief History of Agile" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/not-built-in-a-day-a-brief-history-of-agile" target="_blank">history of Agile</a>, it’s clear that it took a long time, many smart thinkers, and a lot of parts to come up with the Agile Manifesto of 2001.  And since then, it has been subject to even more revisions, tangents, adaptations.</p>
<p><strong>Agile or Conventional?  Gas or Electric?</strong></p>
<p>So, to <a title="Complete IT article" href="http://www.completeitprofessional.com/agile/agile-vs-waterfall/" target="_blank">compare Agile to traditional methods</a> of developing software is like comparing a fossil-fuel-powered car to an electric.  Because there are so many permutations of each, it works better to reduce the two camps to their essential elements, and speak in more general terms.</p>
<p>In general:<br />
<img alt="" src="data:image/png;base64,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" /></p>
<p>Agile teams are diverse, and iterations (or sprints) contain initial requirements, development, testing and release all in the span of a few weeks. Stakeholders speak into the process at regular intervals, and there is continuous evaluation.  With conventional methods, all requirements are established early, and testing is done at the end, not requiring much business interaction in the middle.  The Project Manager is usually an IT professional, seeing the project stage through to completion.</p>
<p><strong>Is Agile the Best Methodology?  </strong></p>
<p>I saw an interview recently with <a title="Long Way Round Ewan McGregor" href="http://en.wikipedia.org/wiki/Long_Way_Round" target="_blank">Ewan McGregor</a>, the actor.  He’s a real gear-head, so I was shocked to hear that he drives a hybrid-electric car when he’s in London.  But he said it’s because the city is so congested.  He spends a lot of time in traffic, and doesn’t want the environment to suffer when his car is standing still.  In the countryside, he uses conventional gas-powered cars and motorcycles.</p>
<p>So as to whether Agile is the best, the answer is: what do you need to do?  Every business solution is as unique as its problem AND as unique as the people trying to solve it.  Conventional methods are fine when there is very little need for business input, but Agile shines when time-to-market is the #1 priority.  Conventional process works well to deliver quality when time is less of an issue, whereas Agile puts functionality in users’ hands more quickly and frequently.</p>
<p>Additionally, where conventional waterfall-type methods have been the norm, it is important to consider the fact that potential Agile team members need training and a level of comfort with the process to make it work well.</p>
<p>Before you decide to jump into Agile, take stock of your people and the needs of the project.  Then realize that you don’t have to go completely electric; you could benefit from a hybrid.</p>
<p><strong>SOUND OFF:  </strong>What do you think about Agile?  Where has it worked for you, and where has it flopped?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/agile-at-the-dealership-gas-or-electric/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Agile: The New Normal?</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/agile-the-new-normal</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/agile-the-new-normal#comments</comments>
		<pubDate>Tue, 12 Mar 2013 13:30:23 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Agile Project Management]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Requirements]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4634</guid>
		<description><![CDATA[In the world of digital and software development, where the difference between success and failure can rest on a misplaced character in a single line of code, adherence to process is instrumental. Requirements specification&#8230; traceability matrix&#8230; discovery…design… development… testing—each deliverable &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/agile-the-new-normal">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In the world of digital and software development, where the difference between success and failure can rest on a misplaced character in a single line of code, adherence to process is instrumental. Requirements specification&#8230; traceability matrix&#8230; discovery…design… development… testing—each deliverable and phase has its own proven processes to maximize precision and quality and minimize human error. It’s no wonder that clients and prospects feel confident with partners who have established methods that have enabled them to build a track record of success. There’s no disputing hard evidence like that.</p>
<p>But interestingly, I think the true test of success today is not necessarily in the strict adherence to verified processes. Rather, it’s in the ability to adjust, rearrange, and maneuver to address client requests which push, challenge or even change the processes.</p>
<p>So what does that look like? Here are some examples&#8230;based on actual assignments:</p>
<ul>
<li>“Redesign my website to build my brand, but stay within the technical parameters of my current IT framework, make it mobile responsive. And BTW, we haven’t yet established our digital brand style guide. Just use our print guidelines and interpret for the web.”</li>
<li>“Re-architect my website and reorganize and rewrite the content to address this major shift in our business focus; use this platform because we already have it, and make it work like a content management system. And do it in four weeks.”</li>
<li>“Create two email templates that incorporate our new branding, that are completely flexible in terms of where we can place content, that accommodate the length differences in all languages to meet the needs of our global users, and that work in all browsers and email clients.&#8221;</li>
</ul>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=4639" rel="attachment wp-att-4639"><img class="size-medium wp-image-4639 alignright" style="margin: 10px;" alt="Agile" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Agile-290x248.jpg" width="290" height="248" /></a>Challenging – yes; but doable if you just apply some of the principles of Agile:</p>
<ul>
<li>Have a plan, but count on changing it.</li>
<li>You won’t get it right the first time; so you iterate.</li>
<li>Changing requirements on a fixed time frame.</li>
<li>Testing, testing, testing.</li>
<li>People over processes.</li>
<li>Frequent reviews not formal presentations.</li>
<li>Don’t demand perfection just  keep moving in the right direction.</li>
<li>Customer collaboration over contract negotiation.</li>
</ul>
<p>So don’t be afraid to take those prized processes and continuously reshape them to fit a new set of criteria. That could mean shortening, lengthening, skipping steps, even skipping whole phases. We prioritize. We phase. We make it work. This is how we create custom business solutions that are more efficient, leverage client resources, and fill in where they have gaps.</p>
<p>Processes are great. Even Agile software development has a process. But being Agile, as a team, in the way we think and act, interact and react, is the new normal.</p>
<p><strong>SOUND OFF:</strong> Have you worked on a project where you had to &#8220;bend&#8221; the processes a little? How did you make it work?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/agile-the-new-normal/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Painting a Commercial Jet at 30,000 Feet</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/painting-a-commercial-jet-at-30000-feet</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/painting-a-commercial-jet-at-30000-feet#comments</comments>
		<pubDate>Mon, 11 Mar 2013 13:00:10 +0000</pubDate>
		<dc:creator>Dan Ford</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Process Improvement]]></category>
		<category><![CDATA[Requirements Management]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4586</guid>
		<description><![CDATA[A Project Manager friend once described inserting new process into an in-flight project as trying to paint a commercial jet at 30,000 feet. At the time, I didn’t fully appreciate his analogy. But when I was brought in as the &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/painting-a-commercial-jet-at-30000-feet">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>A Project Manager friend once described inserting new process into an in-flight project as trying to paint a commercial jet at 30,000 feet. At the time, I didn’t fully appreciate his analogy. But when I was brought in as the Lead Business Analyst on a large legacy system replacement project that was dangerously close to failure due, in part, to a breakdown in requirements management, I quickly realized just how accurate his statement was.</p>
<p>When I came on board, the project was in flight, over budget, and close to not being delivered on time. The customer was plagued by problems that seemed to come out of nowhere and as soon as one problem was shot down, another one would fly in to take its place. And being over budget, they were feeling the financial pinch, but this project was a critical component in their planned future growth so failure was not an option.</p>
<p>Strapping on my jet pack, I picked up my paint gun and flew to work!</p>
<p><b>Applying the Base Coat</b></p>
<p>Experience taught me that I had to quickly come to grips with the project&#8217;s current state. So once my approach received a green light from the Project Manager, the first order of business was to meet with each of the Business Analysts to gain their perspectives on what worked and what didn&#8217;t. I also needed to capture the current Requirements Management processes as well as evaluate BA work habits so I could deal with any experience or skill set issues.</p>
<p>Since the project was in flight, I shadowed the BAs for a day or so as they went about their assigned tasks in order to gauge how well information was being communicated by the BAs—the voice of the business—to other teams on the project.</p>
<p>Within the same time frame, I met with the Development and QA Leads as well as each of the Business SMEs involved in the project. I gathered their input on BA performance and deliverables, how business deliverables were approved and handed off, and their ideas on what improvements could be made.</p>
<p>In less than a week a picture emerged of an immature application-delivery infrastructure and a customer who had taken on a large, extremely complex project that required a level of sophistication they were ill-prepared for given the state of their requirements management processes as well as their overall delivery pipeline.</p>
<p>Listing the issues I&#8217;d uncovered, I identified and prioritized the issues we needed to correct ASAP if the project was going to have any chance of pulling out of its tailspin. Items at the top of my list included:</p>
<ul>
<li>Project Management had little or no visibility to &#8220;blockers&#8221; who were preventing the completion of assigned tasks. BAs would simply sit on a task until, for example, a needed resource became available.</li>
<li>Reporting risks was hit and miss at best, so when risks turned into issues the project team was blindsided and problems would seem to appear out of nowhere.</li>
<li>Meetings were poorly facilitated, sometimes chaotic, and many times the wrong audience was involved.</li>
<li>BA deliverables always included low-level design and development information mixed in with business content. There wasn’t a clear understanding of where the BA work (i.e., the “what”) ended and Development work (i.e., the “how”) began. This confused and frustrated the Business SMEs because they didn&#8217;t know which kinds of content they were actually approving.</li>
<li>No formal Change Management process existed, which contributed to serious scope creep. This helped to push the project over budget because work wasn&#8217;t being delivered on time.</li>
<li>No formal Requirements Management Plan existed, but instead an in-house tribal process had evolved for pushing work through what often times was a very leaky pipe.</li>
</ul>
<p><b>Applying the Top Coat</b></p>
<p>In order to realign the project’s requirements management practices to get them back in line with at least a minimum of industry standard practice, I saw three areas that needed immediate improvement:</p>
<ul>
<li>BA Communications</li>
<li>BA Deliverable Content</li>
<li>Requirements Management Practices</li>
</ul>
<p>I had to carefully weigh the overall impact of inserting new process into an already dangerously overburdened project, especially in an environment that was highly resistant to change.</p>
<p>Too much change and the project would grind to a complete halt. Too little change and the project would continue to sputter and stall out.</p>
<p>Since I couldn’t undo the poor planning decisions that led to the situation the customer now found themselves in, as demonstrated by the table below, I opted for quick wins that would speed up the pipeline without seriously over-pressurizing it.</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="331"><b>BA Communications</b></td>
<td width="348"><b>Improvement</b></td>
</tr>
<tr>
<td valign="top" width="331">Began escalation of “Blockers” to Project Management so obstacles to getting work done could be eliminated as quickly as possible.</td>
<td valign="top" width="348">Not only did this improve overall throughput, but previously unknown bottlenecks were identified and eliminated.</td>
</tr>
<tr>
<td valign="top" width="331">Began escalation of risks to Project Management so they could be identified and managed before they became issues.</td>
<td valign="top" width="348">Fewer risks achieved critical mass and became actual issues, and those problems coming out of nowhere were greatly reduced.</td>
</tr>
<tr>
<td valign="top" width="331">BAs were mentored on meeting facilitation techniques and new rules were defined to identify appropriate meeting attendees as well as requiring a specific agenda to be drafted and published along with the meeting invitation.</td>
<td valign="top" width="348">Meetings became more organized and less chaotic which resulted in their being more productive for everyone involved.</td>
</tr>
<tr>
<td valign="top" width="331"><b>BA Deliverable Content </b></td>
<td valign="top" width="348"><b>Improvement</b></td>
</tr>
<tr>
<td valign="top" width="331">The Business deliverable was a mess. Its blend of “what” and “how” content was confusing to read and made the approval process much more painful than it should have been. Unfortunately, modifying this document met with a lot of resistance so I had little leeway in what I could actually change.</td>
<td valign="top" width="348">Received approval to restructure the document to make it more readable for the Business audience. These changes included:</p>
<ul>
<li>Adding “Objectives” and “Success Criteria” subsections to the “Project Scope,” which raised the visibility of “what” was being built and defined when it was done.</li>
<li>Adding a new appendix for non-business owners containing the “how” content, which eliminated the confusion of non-technical business approvers.</li>
<li>Restructuring the Use Cases, keeping the same information but making them more readable. Also added callouts for Exception and Alternate flows in the basic flow that didn’t exist in the original format.</li>
</ul>
<p>These three improvements were all well-received, and along with the new meeting rules, made the approvals meetings a lot less painful.</td>
</tr>
<tr>
<td valign="top" width="331"><b>Requirements Management Practices</b></td>
<td valign="top" width="348"><b>Improvement</b></td>
</tr>
<tr>
<td valign="top" width="331">A robust Change Management plan was implemented to deal with pervasive scope creep.</td>
<td valign="top" width="348">Raising the visibility of change helped not only with identifying missed requirements, it also drastically reduced unapproved change-driven scope creep.The real improvement here was stopping project members downstream of the BA team from making decisions in a vacuum that added functionality to the SME-approved business deliverables.</td>
</tr>
</tbody>
</table>
<p><b>Conclusion</b></p>
<p>As you can see, the improvements described above aided in smoothing out the delivery of work, but they were just what their name implies: quick wins. There was still a lot of work left to do to correct critical issues throughout the entire application delivery infrastructure so future projects wouldn’t repeat the costly mistakes of their predecessor.</p>
<p>Change is always difficult. And while some organizations adapt to it without too much contention, others are more resistant to altering the way things have always been done. On this particular project, I received push-back from some team members who thought the changes were either too much process or a complete waste of time. But from many team members—particularly the embattled Business SMEs—there was a new perception that some order had been restored and the project had been pulled out of its tailspin.</p>
<p>And that’s how you paint a commercial jet at 30,000 feet.</p>
<p><strong>SOUND OFF:</strong> Have you ever had to adjust the requirements management process for in in-flight project? What challenges did you encounter?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/painting-a-commercial-jet-at-30000-feet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Not Built in a Day: A Brief History of Agile</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/not-built-in-a-day-a-brief-history-of-agile</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/not-built-in-a-day-a-brief-history-of-agile#comments</comments>
		<pubDate>Fri, 08 Mar 2013 14:30:27 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[agile history]]></category>
		<category><![CDATA[Business Problem]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Technology Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4621</guid>
		<description><![CDATA[It&#8217;s great to understand some of the key terms used when talking about Agile. But in order to gain an appreciation of the methodology, it’s really helpful to have some idea of where it came from. The 12 principles of &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/not-built-in-a-day-a-brief-history-of-agile">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s great to understand some of the <a title="Essential Agile Glossary" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary" target="_blank">key terms</a> used when talking about Agile. But in order to gain an appreciation of the methodology, it’s really helpful to have some idea of where it came from.</p>
<p>The 12 principles of Agile as they are described in the Agile <em>Manifesto</em> can be traced pretty far back into the 20th century &#8211; to the 1940s in fact, when the idea of Kanban (which, you may remember, refers to the visual representation of a process) was introduced as part of TPS/Lean Engineering.</p>
<div id="attachment_4624" class="wp-caption alignright" style="width: 396px"><img class=" wp-image-4624 " alt="eggs" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/eggs-552x368.jpg" width="386" height="258" /><p class="wp-caption-text">CC Some rights reserved by woodleywonderworks</p></div>
<h3>Agile: The Sum of Many Parts</h3>
<p>Let’s fast-forward to 1992, when Alistair Cockburn created the <a title="Alistair Cockburn Crystal Clear" href="http://en.wikipedia.org/wiki/Crystal_Clear_%28software_development%29" target="_blank">Crystal</a> Clear methodology. Crystal was focused on small, <strong>highly-communicative teams quickly </strong>and<strong> reflectively </strong>developing<strong> usable code</strong>.</p>
<p>1993 and ’94 brought to the development world Refactoring, a <strong>disciplined</strong> way of restructuring code, as well as <a title="DSDM" href="http://en.wikipedia.org/wiki/Dynamic_systems_development_method" target="_blank">DSDM</a>, or dynamic systems development method. DSDM laid a lot of groundwork for Agile by emphasizing <strong>business needs, timely delivery, collaboration, quality, incremental </strong>and<strong> iterative development, continuous communication </strong>and<strong> control.</strong></p>
<p><a title="Essential Agile Glossary" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary" target="_blank">Scrum</a> (with its <strong>sprint-iterations, roles, ceremonies </strong>and<strong> artifacts</strong> &#8211; still a large part of today&#8217;s execution of Agile) was created by Jeff Sutherland and Ken Schwaber in 1995. <a title="WSJ Pair Programming" href="http://online.wsj.com/article/SB10000872396390443855804577599993053055030.html" target="_blank">Pair Programming</a>, incidentally, which is not integral to Agile but is used by many Agile developers, was brought into the light the same year.</p>
<p>In 1999, some big steps toward the advent of Agile were made by some major thinkers.  Kent Beck collaborated with Ward Cunningham and Ron Jeffries on the <a title="XP" href="http://www.extremeprogramming.org/" target="_blank">Extreme Programming</a> concept (XP), and published a book which points to best practices in <strong>planning, managing, coding </strong>and<strong> testing.</strong></p>
<h3>Uncle Bob Calls for Agile Mind-meld</h3>
<p>With all these though leaders, speakers, programmers and authors creating such a stir in the (global) software development community, Uncle Bob called for a meeting.</p>
<p>Seriously. In 2000, “Uncle Bob” Martin (as he is known to his friends the software community), a long-time software consultant in the U. S. and proponent of the clean coding movement, called together a group of professionals for a <a title="Agile Meeting" href="http://agilemanifesto.org/history.html" target="_blank">meeting of the minds</a>. The meeting took place in 2001 and marks the creation of the Agile movement.</p>
<div id="attachment_4623" class="wp-caption aligncenter" style="width: 562px"><a href="http://www.flickr.com/photos/dherman1145/7991732601/sizes/l/in/photostream/"><img class="size-large wp-image-4623 " alt="Lodge" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Lodge-552x366.jpg" width="552" height="366" /></a><p class="wp-caption-text">CC Some rights reserved by dherman1145</p></div>
<p>Seventeen men, including all of those mentioned above, met together and came up with a document called “<a title="The Agile Manifesto" href="http://agilemanifesto.org/" target="_blank">The Manifesto for Agile Software Development.</a>”  The document is a statement of the 4 values and 12 principles on which the Agile methodology rests.</p>
<p>Since the meeting in February of 2001, more ideas and concepts have been developed, including Test-Driven Development by Kent Beck, as well as Lean Software Development and Kanban applied to Software Development.</p>
<p>It remains to be seen whether new ideas that emerge are extensions or tangents of Agile. What’s clear from a short (though woefully incomplete) history of the movement, however, is that the Agile development methodology, although it may seem shiny and new to some of us, is the product of many years and many minds.</p>
<p>*Thanks to Speaker/Author Udayan Banerjee for his <a title="Udayan Banerjee Blog" href="http://setandbma.wordpress.com/2012/03/23/agile-history/" target="_blank">excellent synopsis of Agile history</a>.</p>
<p><strong>SOUND OFF: </strong>Have anything to add to the time-line?  What are your thoughts about the future of Agile and new concepts?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/not-built-in-a-day-a-brief-history-of-agile/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance Support to the Rescue: Fixing a Hacked WordPress Site</title>
		<link>http://blog.fusionalliance.com/blog/content-matters/performance-support-to-the-rescue-fixing-a-hacked-wordpress-site</link>
		<comments>http://blog.fusionalliance.com/blog/content-matters/performance-support-to-the-rescue-fixing-a-hacked-wordpress-site#comments</comments>
		<pubDate>Wed, 06 Mar 2013 15:30:56 +0000</pubDate>
		<dc:creator>Lisa Ruff</dc:creator>
				<category><![CDATA[Content Matters]]></category>
		<category><![CDATA[Information Security Threats]]></category>
		<category><![CDATA[Performance Support]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4600</guid>
		<description><![CDATA[A few weeks ago, I received an email that went something like this: “Lisa, we have a malware virus warning on our website link in Google.” Uh oh. Our WordPress site had been hacked. Attempting to navigate to our website &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/content-matters/performance-support-to-the-rescue-fixing-a-hacked-wordpress-site">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>A few weeks ago, I received an email that went something like this: “Lisa, we have a malware virus warning on our website link in Google.” Uh oh. Our WordPress site had been hacked. Attempting to navigate to our website in Firefox or Chrome was met with dire warnings of impending doom.</p>
<p style="text-align: center;"><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/ffmalwarewarning.png"><img class="size-medium wp-image-4601 aligncenter" alt="ffmalwarewarning" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/ffmalwarewarning-290x144.png" width="290" height="144" /></a></p>
<p>The backstory is that I am a member of a local music society, and because I have no real musical insights to share with my fellow members, I contribute by running our website and handling our social media presence. I do this in my spare time, which has been quite limited lately. So I left WordPress security training on the back burner while I focused on site updates. I, of all people, should have known better.</p>
<h2>Training Versus Performance Support</h2>
<p>This whole ordeal got me thinking about the difference between training and performance support. In Bob Mosher’s and Dr. Conrad Gottfredson’s 2010 book, <a title="Innovative Performance Support: Strategies and Practices for Learning in the Workflow" href="http://www.amazon.com/Innovative-Performance-Support-Strategies-Practices/dp/007170311X" target="_blank"><i>Innovative Performance Support: Strategies and Practices for Learning in the Workflow</i></a>, they outline their Five Moments of Need model that articulates the difference between formal training and performance support:</p>
<ol>
<li>When Learning for the First Time</li>
<li>When Wanting to Learn More</li>
<li>When Trying to Remember and/or Apply</li>
<li>When Things Change</li>
<li>When Something Goes Wrong</li>
</ol>
<p>The first two moments of need deal with acquiring knowledge and are generally the domain of formal training. The third, fourth, and fifth moments of need center on applying knowledge on the job and are the domain of performance support. “Performance Support is providing intuitive, tailored aid to a person at his or her moment of need to ensure the most effective performance” (Mosher and Gottfredson).</p>
<p>I was clearly at need number five. I (quickly) needed step-by-step instructions for finding my site’s hidden .htaccess file, Unix commands for quickly removing infected folders and sub-folders, and a review on installing a fresh copy of WordPress and linking to my database.</p>
<p>This is where performance support comes in. Even if I had invested in training prior to this calamity, it’s doubtful that I would have remembered every step I needed to take to restore my site. Of course, you could argue that I might not have needed such instructions in the first place had I invested in training and learned how to systematically appraise my site for security risks and had taken preventative steps. Mea culpa. But in this world of googling for answers and navigating by GPS—both performance support tools—a lot of us learn at the moment of need.</p>
<p>I&#8217;ve spent a good deal of my professional life leading formal training classes and developing formal e-learning training programs, and I am truly an advocate for organizational training. But I&#8217;ve noticed that clients are requesting more performance support learning tools: job aids, FAQs, live and recorded webinars, short videos, and other reference materials. Like I needed just-in-time, step-by-step instructions for restoring my hacked website, our clients have needed similar performance support when applying new knowledge, dealing with changing policies or processes, or troubleshooting.</p>
<p>I fixed my website thanks to step-by-step instructions found via Google and links from the excellent <a title="StopBadware: A nonprofit that makes the Web safer by fighting badware" href="http://www.stopbadware.org/" target="_blank">StopBadware.org</a> website. I saved the instructions to <a title="Evernote: Remember everything" href="http://evernote.com" target="_blank">Evernote</a> so that they’re readily available in case of another security breach. But I&#8217;ve also invested in some WordPress security training so that I’m now able to throw a few roadblocks in the way of the hackers. And hopefully I’ll avoid future emails telling me that our site is full of malware.</p>
<p><b>SOUND OFF:</b> Does your organization rely on formal training? Do you incorporate performance support tools to assist users at their moment of need?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/content-matters/performance-support-to-the-rescue-fixing-a-hacked-wordpress-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Essential Agile Glossary</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary#comments</comments>
		<pubDate>Tue, 05 Mar 2013 14:30:39 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[agile software development]]></category>
		<category><![CDATA[agile team]]></category>
		<category><![CDATA[Agile Tools]]></category>
		<category><![CDATA[Mobile App Development]]></category>
		<category><![CDATA[Mobile Application Development]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4573</guid>
		<description><![CDATA[March is “Agile Month” at Fusion!  We thought it would be useful to provide our blog readers with a (relatively short) list of commonly used terms in Agile methodology. Agile practices as described in the 2001 Manifesto for Agile Software &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>March is “Agile Month” at Fusion!  We thought it would be useful to provide our blog readers with a (relatively short) list of commonly used terms in Agile methodology.</p>
<div id="attachment_4575" class="wp-caption alignnone" style="width: 562px"><a href="http://www.flickr.com/photos/vancouverfilmschool/5331017892/sizes/l/in/photostream/"><img class="size-large wp-image-4575" alt="agile stickies" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/agile-stickies-552x336.jpg" width="552" height="336" /></a><p class="wp-caption-text">CC Attribution Some rights reserved by vancouverfilmschool</p></div>
<p>Agile practices as described in the 2001 <a title="Agile Manifesto" href="http://agilemanifesto.org/" target="_blank"><em>Manifesto for Agile Software Development</em></a> have made their way into different industries, so although the words may be familiar, the Agile terms below have unique definitions.</p>
<p><strong>Agile Software Development (and Project Management):</strong><br />
An iterative method of development that emphasizes collaboration, responsiveness to change, and the reduction of waste throughout the development cycle.  Agile Project Management simply refers to the style of project management used to support Agile software development.</p>
<p><strong>Team:</strong><br />
A cross-functional group of people committed to working together to deliver a work product and improve their performance over time.</p>
<p><strong>Scrum:</strong><br />
The most widely recognized Agile framework for the iterative development of complex products, comprised of a series of short iterations called sprints.  Scrum includes three roles (Product Owner, Scrum Master, Team Member), four ceremonies (daily standup meeting, sprint planning meeting, sprint review, and retrospective), and three artifacts (burndown charts, product backlog, and sprint backlog).</p>
<p><strong>Sprint:</strong><br />
The Scrum term for each iteration.  It is punctuated by the ceremonies listed in the above definition of Scrum.</p>
<p><strong>Story:</strong><br />
A unit of business value that can be estimated and tested.  Stories chiefly describe a group of tasks that must be done to create and deliver a feature for a product.</p>
<p><strong>Task:</strong><br />
A manageable, doable, and trackable unit of work. Typically, there are several tasks per story. Tasks must be verified as completed, and must include a description of the work to be performed, an estimate of the time needed, an “owner,” a test or verification method, and a person responsible for that verification.</p>
<p><strong>Standup:</strong><br />
A daily status update meeting for team members.</p>
<div id="attachment_4578" class="wp-caption alignright" style="width: 280px"><a href="http://www.flickr.com/photos/pipelinedesign/8399005935/sizes/l/in/photostream/"><img class="wp-image-4578 " alt="Rugby Scrum" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/03/Rugby-Scrum-552x368.jpg" width="270" height="181" /></a><p class="wp-caption-text">A Scrum in rugby. Now that&#8217;s a team!<br />CC Attribution Some rights reserved by pipelinedesign</p></div>
<p><strong>Backlog:</strong><br />
Non- or low-priority stories and tasks that a sprint team will work on in the future.</p>
<p><strong>Burndown Chart:</strong><br />
A publicly displayed chart of the total task hours remaining per day that shows where the team stands regarding the backlog and sprint goals.</p>
<p><strong>Fail-fast:</strong><br />
A system designed to immediately report a failure or condition that is likely to lead to failure, and to stop operation rather than continue a possibly flawed process.</p>
<p><strong>Iteration:</strong><br />
A method that develops a system through repeated cycles (iterations) in small portions at a time (increments).  It allows team members to leverage what was learned during earlier development points.</p>
<p><strong>Kanban:</strong><br />
A Japanese word meaning “billboard,” Kanban visually represents the state of work in process.  It is meant to reduce bottlenecking by constraining the amount of work that happens at the same time.</p>
<p><strong>Product:</strong><br />
Denotes the software that is the subject of the iteration or release. As such, &#8220;product&#8221; is generally used interchangeably with other names for software release including &#8220;software release,&#8221; &#8220;system,&#8221; or &#8220;business application.&#8221;</p>
<p><strong>Timebox:</strong><br />
A fixed time period to achieve some objective, often used to avoid over-investing in certain tasks.  Iterations and sprints are examples.</p>
<p>Many thanks to <a title="Solutions IQ" href="http://solutionsiq.com" target="_blank">SolutionsIQ</a>  for the basis of this glossary.  Visit their site for an exhaustive list of Agile terms as well as other resources.</p>
<p><strong>SOUND OFF: </strong>Have any thoughts about Agile?  Love it?  Hate it?  Do you have any clarifications for this list?  We’d like to hear your thoughts!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/essential-agile-glossary/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Math of Art: Exponential Content</title>
		<link>http://blog.fusionalliance.com/blog/thinking-in-pictures/the-math-of-art-exponential-content</link>
		<comments>http://blog.fusionalliance.com/blog/thinking-in-pictures/the-math-of-art-exponential-content#comments</comments>
		<pubDate>Thu, 28 Feb 2013 15:00:55 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Thinking in Pictures]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Content Marketing]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[creative content]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[User Experience Design]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4554</guid>
		<description><![CDATA[Think about your favorite movie, preferably one you went to see at a theater. Now think about the story and the characters, and how many times you’ve seen it.  Remember the intensity of your emotions during the film, and how &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/thinking-in-pictures/the-math-of-art-exponential-content">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_4555" class="wp-caption aligncenter" style="width: 562px"><a href="http://www.flickr.com/photos/jondissed/6338361661/sizes/l/in/photostream/"><img class="size-large wp-image-4555   " title="Beauty of Mandelbrot " alt="Mandelbrot" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/Mandelbrot-552x413.jpg" width="552" height="413" /></a><p class="wp-caption-text"><span style="color: #999999;"><em> Math Makes Art &#8211; CC Attribution Some rights reserved by JonDissed</em></span></p></div>
<p>Think about your favorite movie, preferably one you went to see at a theater. Now think about the story and the characters, and how many times you’ve seen it.  Remember the intensity of your emotions during the film, and how long it took to “come back to reality”?</p>
<p>Wouldn’t it be cool if the things we make at Fusion impacted people such that they couldn’t help sharing the experience with everyone they knew, and needed a come-back-to-earth recovery period?</p>
<p><strong>Content and the Math of Art</strong><br />
I know we don’t make feature films at Fusion Alliance, but I think we can look at these massive productions for a few practical tips.  I call it the math of art.  It goes like this:</p>
<p>When adding creative content elements,<br />
1=10, 1+1=1,000, 1+1+1=10,000 and 1+1+1+1=1,000,000.</p>
<p>(1=10)<br />
One well-told story equals 10 on the content-impact scale.  It can engage and inform and move people to action.  Read <a title="Old Man Amazon" href="http://www.amazon.com/Old-Man-Sea-Ernest-Hemingway/dp/0684801221" target="_blank"><span style="text-decoration: underline;">The Old Man and the Sea</span> by Hemingway</a>.  Or, stand in front of Monet’s River painting at the <a title="IMA" href="http://www.imamuseum.org/" target="_blank">IMA </a>for ten minutes and see what happens.</p>
<p>(1+1=1,000)<br />
What if you add music to a story?  It becomes&#8230;Well, have you heard of the <a title="The Grammys" href="http://www.grammy.com/" target="_blank">Grammys</a>?<br />
Or, show your kids pictures of their late Grandma as you tell them about her garden and her pet ducks.  There will be&#8230;emotions.</p>
<p>(1+1+1=10,000)<br />
Get your friends in a room and crank up your playlist and a slideshow from last year’s camping trip.</p>
<p>(1+1+1+1=1,000,000)<br />
Here it is: <a title="Toy Story 2: When Somebody Loved Me" href="http://youtu.be/px0j1EHF8Y0" target="_blank">Toy Story 2, where Jessie sings over her memories of being donated to charity</a>.</p>
<p>I think you get the point.  I’m not saying that your client needs a rendition of <em>The William Tell Overture</em> to accompany their on-line reference guide.  But some relevant and thoughtful images might serve to make the information more memorable.</p>
<p><strong>I Don&#8217;t Make Movies</strong><br />
Not every solution needs every kind of content.  In fact, some solutions require very little.  But it’s a good idea to consider all of the options as well as all of the combinations of content.  The reason our favorite movies impact us so deeply is that the content was thoughtfully combined for maximum effect.  The best movies are perfect case studies of <a title="User Centered/Business Centered Content" href="http://meetcontent.com/blog/the-fallacy-of-user-centered-content/" target="_blank">User Centered (Content) Design</a>.</p>
<p>Tools and platforms are so advanced and specialized, it is easy to become myopic in content design.  As you do what you do best, step back from time to time and think about what it might mean to do the &#8220;math of art,&#8221; and add the elements.</p>
<p>You might discover an epic combination.</p>
<p><strong>SOUND OFF: </strong>What are your thoughts on multimedia solutions and additive content?  We&#8217;d love to hear from you.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/thinking-in-pictures/the-math-of-art-exponential-content/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good Content = Good Customer Service</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/good-content-good-customer-service</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/good-content-good-customer-service#comments</comments>
		<pubDate>Mon, 25 Feb 2013 14:00:51 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Business Problem]]></category>
		<category><![CDATA[Content Marketing]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[copy]]></category>
		<category><![CDATA[Copywriting]]></category>
		<category><![CDATA[Digital Marketing Strategy]]></category>
		<category><![CDATA[Grammar]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4538</guid>
		<description><![CDATA[If you’re 13, there’s a trick you can play on your 8-year-old brother if you want to weasel your way out of an apology.  Trash his grammar.  If you focus on his immature word usage, you stand a good chance &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/good-content-good-customer-service">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>If you’re 13, there’s a trick you can play on your 8-year-old brother if you want to weasel your way out of an apology.  Trash his grammar.  If you focus on his immature word usage, you stand a good chance of completely skirting the real issue.</p>
<p>The problem is, although both of you will grow up and stop fighting with each other, your little brother will become obsessed with words by the time he is 20.  He will learn and use all of the right words, <i>just</i> the right words, even really BIG ones that no one else knows, and he will use all of them properly.</p>
<p>And if he is me, he might begin to write blogs.</p>
<div id="attachment_4539" class="wp-caption aligncenter" style="width: 446px"><a href="http://www.flickr.com/photos/sylvar/3260563790/sizes/l/in/photostream/"><img class="wp-image-4539 " alt="" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/3260563790_3af20f5e75_b-479x552.jpg" width="436" height="502" /></a><p class="wp-caption-text">CC photo by sylvar, some rights reserved</p></div>
<p><strong>The Code &#8211; Content Corollary</strong></p>
<p>Here at Fusion, our teams get pretty obsessed with creating the highest-quality solutions for our clients.  Lately, as I have been writing about <a title="Interview: Doug Scamahorn on Mobile First Design" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-doug-scamahorn-on-mobile-first-design">design and development</a> processes, it has dawned on me that good quality copy is every bit as important as good quality code.</p>
<p>And I think there is a really important correlation between the two: customer service.  If a developer writes crappy code, the software will either work poorly or not at all.  Similarly, if a content writer writes crappy copy, the lines of communication are either crossed or cut completely.  There are few clients who would put up with that for long.  Broken communication, like poor performance, equals bad customer service.</p>
<p>But imagine that the developer’s code is elegant and the software works perfectly.  If the content around the solution (from the documentation to the UI to the website that promotes it) is poorly written, the assumption is that the software is poorly written, too.  That&#8217;s true of any industry.  A huge part of the <a title="Dyson vacuums" href="http://www.dyson.com/" target="_blank">Dyson</a> vacuum company&#8217;s success is due to James Dyson&#8217;s perfect diction in their ads.  The English accent doesn&#8217;t hurt, either.</p>
<p><strong>Good Content Isn&#8217;t a Formality</strong></p>
<p>I recognize the loss of formality in language that permeates the Internet and powerful social media.  In fact, I appreciate that in the last 20 years, our culture has ushered out some of the more needless social norms.   And I’m not quite as OCD as <a title="Kyle Wiens Poor Grammar" href="http://blogs.hbr.org/cs/2012/07/i_wont_hire_people_who_use_poo.html" target="_blank">Kyle Wiens of iFixit.com</a> fame; I am friends with (and would certainly hire) several people who are brilliant thinkers and doers, just <i>not</i> brilliant grammarians.</p>
<p>However, if I put considerable effort and capital into creating excellent products and services, it behooves me to be equally diligent in the way I speak and write about them.  If I can’t do it myself, I might have to hire someone who specializes in words.  Maybe even someone who’s obsessed with them.</p>
<p><strong>SOUND OFF:  </strong>How important is careful content writing to your company?  Let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/good-content-good-customer-service/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview: Travis Moser on the Pros and Cons of Responsive Design</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-travis-moser-on-the-pros-and-cons-of-responsive-design</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-travis-moser-on-the-pros-and-cons-of-responsive-design#comments</comments>
		<pubDate>Thu, 21 Feb 2013 19:00:09 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[responsive design]]></category>
		<category><![CDATA[responsive design testing]]></category>
		<category><![CDATA[responsive web design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4510</guid>
		<description><![CDATA[A few weeks ago, we heard from Ben Rondot on whether Responsive Design would be the next big thing in 2013.  He concluded, as others have, that Responsive Design is indeed a big deal, but that dedicated application development will &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-travis-moser-on-the-pros-and-cons-of-responsive-design">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_4514" class="wp-caption alignleft" style="width: 299px"><a href="http://www.flickr.com/photos/zergev/8431529424/sizes/l/in/photostream/" rel="attachment wp-att-4514"><img class=" wp-image-4514 " style="margin-right: 10px; margin-left: 10px;" alt="RD Desktop" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/RD-Desktop-516x552.jpg" width="289" height="309" /></a><p class="wp-caption-text">CC photo courtesy of Serge Kij, some rights reserved</p></div>
<p>A few weeks ago, we heard from <a title="Interview: Ben Rondot on Responsive Design in 2013: Hype or Help?" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-ben-rondot-on-responsive-design-in-2013-hype-or-help" target="_blank">Ben Rondot</a> on whether Responsive Design would be the next big thing in 2013.  He concluded, as others have, that <a title="RD wikipedia" href="http://en.wikipedia.org/wiki/Responsive_web_design" target="_blank">Responsive Design</a> is indeed a big deal, but that dedicated application development will continue to hold a strong position in solutions design.</p>
<p>As a follow-up to Ben&#8217;s perspective, Travis Moser, User Experience developer on our Digital team, was kind enough to give us some specifics on the pros and cons of Responsive.</p>
<p><strong>JF: Travis, why has Responsive Design been such a popular topic lately?</strong></p>
<p>TM: The first part of the answer, I think, is that all of the devices that are considered &#8220;mobile,&#8221; from smartphones to tablets, are continuing to grow in popularity.  In addition to that, advances in the tech around these devices means that all of those platforms can handle the technique natively, especially as IE 7 and 8 decrease in usage.  So, the public has a broad variety of choices, and Responsive Design is a viable solution for addressing all of the platforms.</p>
<p><strong>JF: What are the positives about Responsive Design?</strong></p>
<p><strong>TM:</strong> First of all, Responsive Design makes no assumptions about devices.  You can design and build, one time, anywhere from 320 to 1280 pixels wide.  It&#8217;s nice to not have 4 or 5 separate design sets.  As a result of that, you only have one set of content to manage, because the way content responds to each device is already in the code.  Also, as consultants, it is more convenient to only commission a single design.  Website design with Responsive maintains a single URL, and when updates are necessary, a single update will be applied to all platforms.</p>
<p><strong>JF: What have you found to be drawbacks to using Responsive Design?<br />
</strong></p>
<div id="attachment_4515" class="wp-caption alignright" style="width: 272px"><a href="http://www.flickr.com/photos/zergev/8431535088/sizes/l/in/photostream/" rel="attachment wp-att-4515"><img class=" wp-image-4515 " style="margin-top: 10px; margin-bottom: 10px;" alt="RD mobile" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/RD-mobile-467x552.jpg" width="262" height="309" /></a><p class="wp-caption-text">CC photo courtesy of Serge Kij, some rights reserved</p></div>
<p>TM: On downloads, all of the code comes to every device (for example, every mobile phone gets mobile code and desktop code), so if a dedicated app is built efficiently, it will almost always work faster than the corresponding RD code.  Also, you&#8217;re making the assumption that users on every platform have similar goals, and in my experience, they just don&#8217;t.  A good example is a restaurant website: the mobile user might just want a quick version of the menu and a phone number, whereas a desktop user might expect nice images of the dining rooms.  Speaking of images, every device gets those in RD as well, which can result in slower load-times.  Responsive Design requires a lot more <a title="Setup Options for Mobile Usability Testing" href="http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing" target="_blank">testing effort</a>, because of the number of different devices that receive the same code.  It used to be, &#8220;Build twice, test 3 or 4 times.&#8221;  But with Responsive Design, it&#8217;s &#8220;Build once, test everywhere.&#8221;<strong></strong></p>
<p>Travis went on to say that as the industry adopts Responsive Design, pitching designs to clients should become quicker as they accept comps that don&#8217;t immediately represent the mobile experience.  Thanks to Travis for his time and input!</p>
<p><strong>SOUND OFF: </strong>Have any experience with Responsive Design?  What do YOU think?  We&#8217;d love to know&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-travis-moser-on-the-pros-and-cons-of-responsive-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Up and Coming Start-up City: Cincy-con Valley?</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/up-and-coming-start-up-city-cincy-con-valley</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/up-and-coming-start-up-city-cincy-con-valley#comments</comments>
		<pubDate>Tue, 19 Feb 2013 14:00:24 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[start-up]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4460</guid>
		<description><![CDATA[If you think you have to go to Silicon Valley to launch a start-up—think again. Move over Reds, Skyline Chili, and Graeter’s ice cream. Add start-ups to Cincinnati&#8217;s claim to fame! In addition to being home to Fusion’s second brick and &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/up-and-coming-start-up-city-cincy-con-valley">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>If you think you have to go to Silicon Valley to launch a start-up—think again. Move over Reds, Skyline Chili, and Graeter’s ice cream. Add start-ups to Cincinnati&#8217;s claim to fame! In addition to being home to Fusion’s second brick and mortar office, Cincinnati was recently named by CNN Money as a <a title="Cincinnati - New Startup City" href="http://money.cnn.com/gallery/smallbusiness/2012/11/27/startup-cities/2.html" target="_blank">city where startups are thriving</a>.</p>
<div class="wp-caption alignnone" style="width: 311px"><a href="http://blog.fusionalliance.com/blog/?attachment_id=4474" rel="attachment wp-att-4474"><img class=" " title="Cincinnati Skyline at night" alt="Cincinnati Skyline at night" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/6173029528_4c1decbf6a1-290x192.jpg" width="301" height="222" /></a><p class="wp-caption-text">CC photo courtesy of Nickel Plate on Flickr. All rights reserved.</p></div>
<p>So how does a conservative, under-the-radar, Midwestern city earn a high-tech reputation like this? Through multiple start-up accelerators, among which is an organization called <a title="Cintrifuse - Cincinnati Startup Accelerator" href="http://cintrifuse.com" target="_blank">Cintrifuse</a>, which provides office space to entrepreneurs and connects them with potential investors both local and nationwide.</p>
<p>Because Cincinnati is home to many big advertising/branding firms and large organizations, it’s filled with the kind of creative, business, and strategic marketing talent it takes to support a start-up community. Organizations such as <a title="Procter &amp; gamble" href="http://www.pg.com/en_US/index.shtml" target="_blank">Procter &amp; Gamble</a>, <a title="The Kroger Company" href="http://www.thekrogerco.com/" target="_blank">Kroger</a>, and <a title="University of Cincinnati" href="http://www.uc.edu/" target="_blank">University of Cincinnati</a>, along with many others, are investing in Cintrifuse’s fund of funds, which was created to build venture capital to finance regional start-ups. In addition to opening up their wallets, they have also committed to engaging in the entrepreneurial community. This means high-potential start-ups will not only have the financial support to really “give it a go,” they’ll also have access to resources and people who can help mentor and guide them to success.</p>
<p>In concert with Cintrifuse, there are many other organizations that are playing a role in helping attract, build, and retain entrepreneurial start-ups with the potential to transform the region into a major high tech hub. Here are a few:</p>
<p><a title="Biologic" href="http://www.biologiccorp.com/index.htm" target="_blank">bioLOGIC</a> is a life sciences consulting company that also develops and manages life science ventures.</p>
<p><a title="The Brandery" href="http://brandery.org" target="_blank">The Brandery</a> is  a seed-stage start-up accelerator that selects eight to twelve startups to participate in a four-month program, which includes a $20K seed investment, along with mentoring and  design, operations, and development assistance during the program. It concludes with a “Demo Day” where each startup pitches to an audience of VCs and investors from all over the country.</p>
<p><a href="http://www.uptechideas.org/" target="_blank">UpTech</a> is  a non-profit corporation affiliated with Northern Kentucky University and several economic development agencies in the Greater Cincinnati and Northern Kentucky area. Its goal is to attract entrepreneurs from all over the U.S. and the world who have a &#8220;big idea,&#8221; nurture and help grow it, and have those companies and entrepreneurs put roots down in our community.</p>
<p><a title="iNKUbator" href="http://cob.nku.edu/inkubator.html" target="_blank">INKUbator</a> is part of the NKU business school, and its mission is to increase the competitive advantage for NKU students by providing them with education, mentoring, financing, facilities, and other related resources to enable a successful entrepreneurial start-up process. It will serve  as a “feeder system” to other area accelerators and technology parks like the eZone, Brandery, HCBC, CincyTech, bioLOGIC, Vora Technology Park, etc.</p>
<p><a title="CincyTech " href="http://cincytechusa.com/" target="_blank">CincyTech</a> is a public-private seed stage investor whose mission is to strengthen the regional economy by driving talent and capital into scalable technology companies in Southwest Ohio.</p>
<p><b>SOUND OFF:</b> How does your city rate when it comes to supporting startup ventures?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/up-and-coming-start-up-city-cincy-con-valley/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exploration Leads to Discovery</title>
		<link>http://blog.fusionalliance.com/blog/confessions-of-a-tester/exploration-leads-to-discovery</link>
		<comments>http://blog.fusionalliance.com/blog/confessions-of-a-tester/exploration-leads-to-discovery#comments</comments>
		<pubDate>Mon, 18 Feb 2013 14:00:24 +0000</pubDate>
		<dc:creator>Brea Day</dc:creator>
				<category><![CDATA[Confessions of a Tester]]></category>
		<category><![CDATA[Exploratory Testing]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4345</guid>
		<description><![CDATA[When you begin to put a puzzle together, do you have a plan of attack to carry you through to completion or does your plan change as you fit together pieces of the puzzle? For me, I may start with &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/confessions-of-a-tester/exploration-leads-to-discovery">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>When you begin to put a puzzle together, do you have a plan of attack to carry you through to completion or does your plan change as you fit together pieces of the puzzle? For me, I may start with one corner of the puzzle but then find many puzzle pieces of the same color and chose to pursue piecing that portion of the puzzle together. With each action, I gain new knowledge about the puzzle and proceed forward based on that knowledge. In the world of software testing, we refer to this as exploratory testing. We are not necessarily testing from a predefined script, but rather thinking and learning while we test, and our next test is influenced by what we learned from our previous test. Exploratory testing is all about discovery.</p>
<p><b>What is exploratory testing?<br />
</b>Exploratory testing is defined as &#8220;<i>a style of software testing that emphasizes the personal freedom and responsibility of the individual tester to continually optimize the quality of his/her work by treating test-related learning, test design, test execution, and test result interpretation as mutually supportive activities that run in parallel throughout the project.</i>&#8221; Did you get all of that? Let’s put it in much simpler terms. Exploratory testing is simultaneous learning, test designing, and test execution.</p>
<p><b>Is exploratory testing important?<br />
</b>Everyone has his or her own opinion on this particular subject, but I personally find exploratory testing of great importance on each project I work on. Exploratory testing can help a tester overcome the limitations found with scripted testing. If you are committed to quality, then I would highly recommend setting aside time to think through the software product and explore.</p>
<p><b>How is Exploratory Testing different from Scripted Testing? </b></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top" width="319">
<p align="center"><strong>Exploratory Testing</strong></p>
</td>
<td valign="top" width="319">
<p align="center"><strong>Scripted Testing</strong></p>
</td>
</tr>
<tr>
<td valign="top" width="319">Influenced by requirements and exploration during testing</td>
<td valign="top" width="319">Directed by the requirements</td>
</tr>
<tr>
<td valign="top" width="319">Test cases identified while testing</td>
<td valign="top" width="319">Test cases identified prior to testing</td>
</tr>
<tr>
<td valign="top" width="319">Test results confirmed through investigation of the product</td>
<td valign="top" width="319">Test results confirmed by requirements</td>
</tr>
<tr>
<td valign="top" width="319">Emphasizes adaptability and learning</td>
<td valign="top" width="319">Emphasizes prediction and decision making</td>
</tr>
<tr>
<td valign="top" width="319">Is about investigation</td>
<td valign="top" width="319">Is about confirming test results</td>
</tr>
<tr>
<td valign="top" width="319">The tester’s mind is in control</td>
<td valign="top" width="319">The testing scripts are in control</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><b>Are there challenges? </b></p>
<ul>
<li>Replication of a defect can be difficult to reproduce</li>
<li>Documenting all events that occur during test execution can be difficult</li>
<li>Learning the application can be challenging</li>
<li>Reporting results can be difficult without requirements to compare expected with actual results</li>
</ul>
<p><b>What are the benefits? </b></p>
<ul>
<li>When requirements are not available and testing needs to be done, this approach can be very useful</li>
<li>Investigating the product typically leads to more defects found than scripted testing</li>
<li>Expands the knowledge base of testers through the execution of more test cases</li>
<li>Encourages creativity and learning</li>
</ul>
<p><b>Summary:<br />
</b>Exploratory testing can be a useful tool to have in your tool belt when testing, especially when used in combination with normal testing techniques. This approach can only enhance testing results and allows a tester the freedom to learn and grow within the product, leading to discovery through exploration.</p>
<p><strong>SOUND OFF:</strong> What are your thoughts on Exploratory Testing? Let us know what you’re thinking!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/confessions-of-a-tester/exploration-leads-to-discovery/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Usability Testing with Mr. Tappy</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/mobile-usability-testing-with-mr-tappy</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/mobile-usability-testing-with-mr-tappy#comments</comments>
		<pubDate>Thu, 14 Feb 2013 14:00:53 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Mobile Usability Testing]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[user insights]]></category>
		<category><![CDATA[User Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4227</guid>
		<description><![CDATA[Written in collaboration with Travis Moser, Fusion Alliance Experience Architect Back in November, I posted a blog on setup options for mobile usability testing. One of them was a readymade mount called Mr. Tappy, created by a UX researcher, who &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/mobile-usability-testing-with-mr-tappy">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><em>Written in collaboration with Travis Moser, Fusion Alliance Experience Architect</em></p>
<p>Back in November, I posted a blog on <a title="Setup Options for Mobile Usability Testing" href="http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing" target="_blank">setup options for mobile usability testing</a>. One of them was a readymade mount called <a title="Mr. Tappy website" href="http://www.mrtappy.com/" target="_blank">Mr. Tappy</a>, created by a UX researcher, who built the prototype of his invention by taking a piece of plastic and bending it over a household toaster.</p>
<p>On a recent engagement, we had the opportunity to try out Mr. Tappy in a usability test that involved the iPad. Fusion Experience Architect, <a title="Travis Moser LinkedIn Profile" href="http://www.linkedin.com/profile/view?id=10367340&amp;authType=NAME_SEARCH&amp;authToken=LAaa&amp;locale=en_US&amp;srchid=4381d3a3-7a15-4fd0-8a7b-ff4dabd7e468-0&amp;srchindex=1&amp;srchtotal=11&amp;goback=%2Efps_PBCK_*1_Travis_Moser_*1_*1_*1_*1_*2_*1_Y_*1_*1_*1_false_1_R_*1_*51_*1_*51_true_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2_*2&amp;pvs=ps&amp;trk=pp_profile_name_link" target="_blank">Travis Moser</a>, developed the testing scenarios, built the mobile prototype and facilitated the testing with eight subjects. In addition, Travis was responsible for devising the setup with the new device and cameras, and integrating it with our Morae software.</p>
<p><a href="http://blog.fusionalliance.com/blog/digital-thoughts/mobile-usability-testing-with-mr-tappy/attachment/mr_tappy-4" rel="attachment wp-att-4236"><img class="alignleft size-medium wp-image-4236" style="margin: 10px;" alt="Mr_Tappy" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/Mr_Tappy-290x385.jpg" width="290" height="385" /></a>My assessment as an observer of the testing was that it was a relatively easy setup with seamless integration with our Morae user testing software. We attached the Mr. Tappy arm with the webcam to our computer monitor to capture the iPad screen with all the subjects’ gestures from above, as they navigated the site.  With the exception of the occasional reflection of an overhead ceiling light in the iPad screen, the screen and gestures were captured clearly for later observation and analysis. A camera on our monitor captured the user’s facial expressions and responses, and appeared as an inset on the observer’s screen. (The observer’s screen showed the tablet screen, plus the inset of the user’s face.) The only limitation in the subject’s use of the iPad was that it had to be kept within about an 8” x 10” area on the table to stay completely within the Mr. Tappy-cam view. While this may seem a bit awkward for the user, it did not pose any issues for our test subjects.</p>
<p>I had a chance to catch up with Travis to get his observations about the experience, as the facilitator and User Experience lead on the project.</p>
<p><strong>Me:</strong> Please share your experience with Mr. Tappy. How did you end up with the configuration you used?</p>
<p><strong>Travis:</strong> Mr. Tappy was initially meant to be used by attaching the arm to the back of the tablet or mobile phone that the tester is holding. However, I felt that this configuration wouldn’t work with our test because the Mr. Tappy arm felt relatively heavy, and especially so when the webcam was attached.</p>
<p>I originally ordered the iCube webcam to attach to it, which was very light, but I found the quality of video to be too low to capture useful data. So then I tried a Microsoft LifeCam Studio 1080p HD Webcam. It records higher quality video but was significantly heavier. This resulted in a rather unwieldy experience—holding a tablet with a long arm with a heavy camera made it a really off-balance and awkward experience, particularly when trying to switch orientations. However, I decided capturing data was more important than having the camera attached to the iPad.</p>
<p>In the end, I decided to attach the Mr. Tappy arm to the back of the monitor and instruct the tester to hold the tablet however they were comfortable, as long as they kept the tablet within the marked area on the table.</p>
<p><strong>Me:</strong> Would you use it again?</p>
<p><strong>Travis:</strong> Yes. This configuration worked very well. The Mr. Tappy arm felt sturdy—the joints tightened securely, it stuck to the Velcro tape on the back of the monitor well, and the tripod mount held the camera securely. The arm was long enough to keep the camera out of the tester’s way, and it had enough joints to enable me to angle it in such a way to capture the tester’s interactions with the iPad.</p>
<p><strong>Me:</strong> Would you  do anything differently?</p>
<p><strong>Travis:</strong> No. I was happy with the way it worked.</p>
<p><strong>Me:</strong> Any suggestions to those who might be considering mobile testing options?</p>
<p><strong>Travis:</strong> Definitely try out your configuration beforehand to make sure that it is comfortable.</p>
<p><strong>Me:</strong> Would you recommend Mr. Tappy for mobile user testing?</p>
<p><strong>Travis:</strong> Yes—in the configuration I described.</p>
<p><strong>Me:</strong> Do you have any constructive feedback for Nick Bowmast, the inventor of Mr. Tappy?</p>
<p><strong>Travis:</strong> Maybe come up with a new version that uses lighter materials. The metal used feels very heavy. When it&#8217;s attached to the mobile device, it throws off the balance of holding the tablet.</p>
<p>Thanks to Travis for sharing his insights. We look forward to our next mobile user testing engagement!</p>
<p><strong>SOUND OFF:</strong> Have you done any mobile usability testing? How did you do it? Was it successful? Why or why not?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/mobile-usability-testing-with-mr-tappy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Optimizing UX with Heuristics</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/optimizing-ux-with-heuristics</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/optimizing-ux-with-heuristics#comments</comments>
		<pubDate>Tue, 12 Feb 2013 21:34:33 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[heuristic evaluation]]></category>
		<category><![CDATA[heuristics]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[User Experience Design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4399</guid>
		<description><![CDATA[If you&#8217;ve seen any of the &#8220;Home Alone&#8221; movies, you are familiar with the idea of &#8220;elimination by assumption.&#8221; As the title implies, a family goes on vacation and leaves their eight year-old home by himself. In the mayhem of &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/optimizing-ux-with-heuristics">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;ve seen any of the &#8220;Home Alone&#8221; movies, you are familiar with the idea of &#8220;elimination by assumption.&#8221; As the title implies, a family goes on vacation and leaves their eight year-old home by himself. In the mayhem of getting their large family to the airport, the parents assumed he was with them the whole time.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/b10lm/4342131538/sizes/l/in/photostream/" rel="attachment wp-att-4431"><img class="size-full wp-image-4431 aligncenter" alt="Kid at Home" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/Kid-at-Home.jpg" width="393" height="420" /></a></p>
<p>Believe it or not, a similar thing can happen with heuristics when developing software.</p>
<p>Heuristic assessment of computer software and hardware was formalized as an approach by  <a title="Heuristics" href="http://en.wikipedia.org/wiki/Heuristic_evaluation" target="_blank">Jakob Nielsen and Rolf Molich</a>, who co-authored <em>Heuristic Evaluation of User Interfaces</em> in 1990. The book introduced a relatively small number of principles to judge the usability of a particular interface. Among those principles are system feedback, understandable language, escape routes, consistency and conventions, careful anti-error design, flexibility, simplicity, and even essential documentation.</p>
<p>These basic concepts might seem like &#8220;no-brainers&#8221; to the <a title="A List Apart article" href="http://alistapart.com/column/looking-beyond-user-centered-design" target="_blank">seasoned developer</a>, but today&#8217;s complex computing culture brings looming release dates, ultra-specific requirements, and a cloud of subjective feedback. Intuitive, heuristic checks can easily get overlooked—eliminated by assumption. The heuristic approach includes a few basic ideas that can help in any stage of evaluation, from design to testing, and make sure that &#8220;all the kids are in the car.&#8221;</p>
<p>1) <strong>Be the expert</strong> (also include other brilliant people in the evaluation). In our data-driven industry, acknowledge and act on your experience and expertise.</p>
<p>2) <strong>Focus on key features.</strong> Keep the essentials in mind during evaluation, and make sure that ancillary functionality serves those goals.</p>
<p>3) <strong>Do your homework.</strong> Each evaluator should understand the product and its purpose thoroughly prior to the assessments.</p>
<p>4) <strong>Involve multiple evaluators</strong> (See #1). Heuristics is an intuitive approach; scrutiny from several angles is needed to capture the majority of usability issues.</p>
<p>5) <strong>Minimize bias. </strong>In heuristic evaluation, there&#8217;s no feedback from actual users. So evaluators, like jurors, should not talk with each other about the case during the evaluation.</p>
<p>6) <strong>Use users</strong>. Heuristic evaluation is an essential but broad filter that helps keep a project on track. Only focused user-testing procedures can provide the feedback and data needed to give customers a better experience.</p>
<p>The heuristic approach, by definition, is an inexact science, while user-testing provides valuable data from actual users.  But keep in mind that neither is fool-proof. The intuitive principles from Nielsen and Tolich are logical, easy and inexpensive to deploy, but not enough to complete the job  User-testing is focused, but can introduce tester bias, complexity, environmental, and other factors that skew results.</p>
<p>If both user testing and heuristic assessment techniques are accounted for in the development process, users will benefit from the experience. And no one gets left behind.</p>
<p><strong>SOUND OFF:  </strong>What do you think about heuristic evaluation?  Is it just another word for best practices?  Let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/optimizing-ux-with-heuristics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Five-Step DIY Parenting Plan for Web Projects</title>
		<link>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/a-five-step-diy-parenting-plan-for-web-projects</link>
		<comments>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/a-five-step-diy-parenting-plan-for-web-projects#comments</comments>
		<pubDate>Mon, 11 Feb 2013 17:45:00 +0000</pubDate>
		<dc:creator>Jeff Lefevere</dc:creator>
				<category><![CDATA[Bluebirds & White Elephants]]></category>
		<category><![CDATA[Content Marketing]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Marketing Strategy]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[User Experience Design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4383</guid>
		<description><![CDATA[In the time-starved, breakneck-paced, information overloaded, professional work environment that we all live in, I’m seeing an unfortunate trend in which the value placed on planning for mission-critical web projects is decreasing. Too often, clients do not see the value &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/a-five-step-diy-parenting-plan-for-web-projects">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In the time-starved, breakneck-paced, information overloaded, professional work environment that we all live in, I’m seeing an unfortunate trend in which the value placed on planning for mission-critical web projects is decreasing.</p>
<p>Too often, clients do not see the value in properly undertaking a planning process to define goals and anticipated outcomes for a web project.  Instead, projects are undertaken based on conceptual precepts that may or may not be true.  And forget about actual user testing.  How often does that happen?</p>
<p>With digital activities now having gone through multiple generations and reaching a maturity stage, I equate this lack of planning to the same loosening of parental structure that the youngest child experiences in multi-sibling families.  Increasing parental experience translates to a more hands-off approach for the kids, understanding that they will still turn out okay.</p>
<p><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/Parenting-e1360603766611.jpg"><img class="alignleft size-medium wp-image-4384" alt="Parenting" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/Parenting-290x247.jpg" width="290" height="247" /></a>As the youngest child in my family, I can unequivocally say that I appreciated not having to experience the parenting rigor that my eldest sister received.  However, this laissez-faire thinking, in the realm of web development, is flawed—here’s why: Your kids will love you regardless of how much you’re invested in the process.  Your customers and prospects will not.</p>
<p>In fact, the pace at which your customers’ expectations of you are maturing doesn’t have a baseline, let alone a parenting analogy.</p>
<p>When considered in the realm of user-centered design, the process through which planning is undertaken to understand the needs, wants, and limitations of end users of a web site (including testing with actual users), it’s easy to see why there are real winners and losers in any given competitive web niche.  If every professional who was responsible for a web project understood what the due diligence in planning and user-centered design would mean to success, we’d all become insufferable helicopter parents.</p>
<p>I don’t expect every client web project manager to turn into Ben Franklin overnight, espousing <em>“By failing to prepare, you are preparing to fail,”</em> but some general order to thinking can definitely set a project up for success.  I tend to like frameworks because they can bring order to the unwieldy.  Here then are five recommendations for doing structured, light-bodied planning.</p>
<p><strong>1.  Determine <em>“What is Your Why?&#8221;</em></strong></p>
<p><strong><em></em></strong>This TED talk video <a title="What is Your Why?" href="http://www.ted.com/talks/simon_sinek_how_great_leaders_inspire_action.html" target="_blank">defines a small, light concept for getting to the heart of the matter.</a></p>
<p><strong>2.  Determine Who Cares About Your <em>“Why”</em></strong></p>
<p>Persona development is a discipline unto itself.  I like using <a title="Claritas Prizm Segments" href="http://www.claritas.com/MyBestSegments/Default.jsp?ID=70&amp;&amp;pageName=Learn%2BMore&amp;menuOption=learnmore" target="_blank">Claritas Prizm</a> to map to demographic segments.</p>
<p><strong>3.  Do Your Strategic Planning</strong></p>
<p><a title="Strategic Planning" href="http://cms.searchenginewatch.com/IMG/164/232164/social-media-strategy-goal-planning-tree-steps.png?1346615837" target="_blank">This graphic</a> from Angie Schotmuller, Chief Conversion Officer at inbound marketing company <a href="http://unbounce.com/" target="_blank">Unbounce,</a> while presented for Social Media, is an equally good tool for web sites, sleek in its simplicity and coherence.  As a bonus, double-check your work to ensure your planning is <a href="http://en.wikipedia.org/wiki/SMART_criteria" target="_blank">S.M.A.R.T.</a></p>
<p><strong>4.  Define the Ongoing Content Inputs to Support Your Site</strong></p>
<p>I’m particularly fond of a model called <a href="http://www.kc-associates.com/images/right_page_text/WebPresenceOptimizationStrategy.jpg" target="_blank"><em>“Web Presence Optimization.”</em></a>  An explanatory white paper<a title="Web Presence Optimization" href="http://www.kc-associates.com/web-presence-optimization/wpo-framwork-white-paper.html" target="_blank"> can be found here.</a></p>
<p><strong>5.  Define Your Measurement Model</strong></p>
<p>There is some overlap from analytics guru <a href="http://www.kaushik.net/avinash/digital-marketing-and-measurement-model/" target="_blank">Avinash Kaushik’s measurement model</a> with steps 3 and 4 above, but reinforcement brings clarity.</p>
<p>This five-step process to DIY web project <span style="text-decoration: line-through;">parenting</span> planning, punctuated by normal interruptions and breaks to bring order to thought, should take no longer than a good business day, perhaps a bit longer if put into a document.</p>
<p>If your planning is then turned over to your web partner prior to the project for more holistic support in execution that includes proper technical discovery, a creative brief, a project kick-off, development, user testing, and measurement tracking, I can guarantee you that not only will your web partner hug you with joy because of your preparedness, but you will also feel and receive the accolades of a parenting job well done after the site has launched.</p>
<p><strong>SOUND OFF:</strong> What planning process goes into your web projects?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/a-five-step-diy-parenting-plan-for-web-projects/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview: Ben Rondot on Responsive Design in 2013: Hype or Help?</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-ben-rondot-on-responsive-design-in-2013-hype-or-help</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-ben-rondot-on-responsive-design-in-2013-hype-or-help#comments</comments>
		<pubDate>Mon, 11 Feb 2013 14:00:16 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Business Problem]]></category>
		<category><![CDATA[Content Marketing]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[Digital Marketing Strategy]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[Mobile App Development]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Technology Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4340</guid>
		<description><![CDATA[In December, Mashable.com published an article about Responsive Web Design and whether it would be “the big thing” in 2013.  In the article, Pete Cashmore wrote that “For those of us who create websites and services, all this leads to &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-ben-rondot-on-responsive-design-in-2013-hype-or-help">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;">In December, Mashable.com published an <a title="Mashable article" href="http://mashable.com/2012/12/11/responsive-web-design/" target="_blank">article about Responsive Web Design</a> and whether it would be “the big thing” in 2013.  In the article, Pete Cashmore wrote that “For those of us who create websites and services, all this leads to a singular conclusion: A million screens have bloomed, and we need to build for all of them.”</p>
<div id="attachment_4358" class="wp-caption alignnone" style="width: 562px"><a href="http://www.flickr.com/photos/adactio/6153481666/sizes/l/in/photostream/"><img class="size-large wp-image-4358 " alt="Device landscape" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/Mobile-Devices-CC1-552x414.jpg" width="552" height="414" /></a><p class="wp-caption-text">CC image courtesy of Jeremy Keith on Flickr</p></div>
<p style="text-align: left;">Cashmore concluded that <a title="Wikipedia article RWD" href="en.wikipedia.org/wiki/Responsive_web_design" target="_blank">Responsive Design</a> was necessary, and would likely make a big impact on 2013’s development scene, but that consumers, clients and customers will continue to need proprietary apps, too.  Here at Fusion, we wanted to get the opinion of one of our resident front-end developers, Senior Consultant and Art Director, Ben Rondot.</p>
<p><strong>JF: Do you think Responsive Design is the “Next Big Thing” in 2013?</strong></p>
<p>BR: The short answer?  Most likely.  <a title="Fusion Bolgs - Mobile" href="http://blog.fusionalliance.com/blog/tag/mobile-devices" target="_blank">Mobile</a> in general has become such a big deal, of course, but the term means a lot of things.  Nowadays when you talk about “mobile,” you’re talking about iPhones and Androids, two sizes of iPad and all of the other tablets, not to mention the other types of smartphones.</p>
<p>So, you can see that there are a lot of variations and sizes, and the market for developing apps and tools and services needs new ways to deal effectively with the vast differences among the devices available.</p>
<p><strong>JF: What is it that makes Responsive Design a necessary option for developers?</strong></p>
<p>BR: The options for the developer are: use Responsive Design or build a specific app.  Some clients want to offer function-heavy tools or more technical services, such as online banking and investment management.  Apps will continue to be needed for environments like these that are more tailored to the individual.</p>
<p>But I think Responsive Design really shines in cases where the same <a title="Fusion Blogs - Content Mktg" href="http://blog.fusionalliance.com/blog/tag/content-marketing" target="_blank">content</a> needs to get to a lot of different people on all of their different devices.</p>
<p><strong>JF: What are some of the best reasons to use Responsive Design?</strong></p>
<p>There are quite a few, but a good example would be IndyStar.com or another news service.  The information they produce is meant for the masses, and doesn’t necessarily require specialized or individualized functions.</p>
<p>Also, from an <a title="Fusion Blogs - SEO" href="http://blog.fusionalliance.com/blog/tag/seo" target="_blank">SEO</a> perspective, targeted and relevant content is being increasingly recognized as a driving force in our economy.  To sell their products and grow, businesses need their messaging to be available on any platform, at any time.  Responsive Design code detects the display, whether it’s a desktop, laptop, tablet or smartphone and serves up content in the appropriate format.</p>
<p><em>Many thanks to Ben for his insights!</em></p>
<p><strong>SOUND OFF: </strong>What are your thoughts regarding Responsive Design?  Drawbacks?  Pros?  Cons?  Ideas?  As always, we&#8217;d love to get <em>your</em> input.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-ben-rondot-on-responsive-design-in-2013-hype-or-help/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twicker Tweet</title>
		<link>http://blog.fusionalliance.com/blog/paradox-sandbox/twicker-tweet</link>
		<comments>http://blog.fusionalliance.com/blog/paradox-sandbox/twicker-tweet#comments</comments>
		<pubDate>Thu, 07 Feb 2013 14:00:13 +0000</pubDate>
		<dc:creator>Jerry Velasco</dc:creator>
				<category><![CDATA[Paradox Sandbox]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[Hashtags]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[retro-tech]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Ticker]]></category>
		<category><![CDATA[Twicker]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4097</guid>
		<description><![CDATA[Written in collaboration with Jimmy FauntLeRoy, Fusion Alliance Content Strategist    Pre-Season Ideation: Earlier in the football season, our team had come up with a few new ideas to advertise Fusion at Lucas Oil Stadium during the Colts season. But &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/paradox-sandbox/twicker-tweet">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/paradox-sandbox/attachment/twicker" rel="attachment wp-att-4283"><img class="alignleft size-full wp-image-4283" alt="twicker" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/twicker.jpg" width="550" height="423" /></a></p>
<p><em>Written in collaboration with <em>Jimmy FauntLeRoy</em>, Fusion Alliance Content Strategist   </em></p>
<p><strong>Pre-Season Ideation: </strong>Earlier in the football season, our team had come up with a few new ideas to advertise Fusion at Lucas Oil Stadium during the Colts season. But for guests at the Colts suite, we wanted something novel—something that would get people&#8217;s attention.</p>
<p>A few days later, some of us were talking about Arduino boards, which are palm-sized, eight-bit microprocessors from Italy. Nerdy stuff, I know, but they were first made for interactive design students. A Google search for more info on Arduino boards turned up something odd, something called a <em>Twicker</em>.</p>
<p>A Twicker (assuming you don’t have one on your desk already) is a plain, black, plastic, five-inch cube with an “@” symbol on the front.  But if you look closely, it has on its top a light and a slot. Apparently, someone thought it would be cool to hook an Arduino processor to a thermal receipt printer to spit their Twitter feed out onto a roll of white cashier tape.</p>
<p><strong>How Cool is That?</strong> Wouldn&#8217;t it be cool to put three in the Fusion Colts suite?  So as always, I pitched a rather odd idea to the Fusion marketing team.  And, to my surprise, this one stuck! Boom—approved!  Why this device and not another? As an art director in the middle of a local technology giant, I am always attracted to the weird and the bizarre to cut through banal noise in our market. The Twicker would do the trick; it balances the new (Twitter) with the old (ticker-tape machine). Twicker also embodies our people at Fusion pretty well—creative, on-trend, peppered with just enough nerdiness.</p>
<p><strong>The Plan:</strong> If all works to plan, it would be the right kind of conversations in the suite during Colts games—conversations about creative tech ideas and hands-on service you can&#8217;t get anywhere else.</p>
<p>At every Colts home game, the Twicker was set-up up on a table just inside the door of the suite. Every time a tweet hit our particular hashtag (#optionpass), it would move through the little black box’s ethernet cable and pop out to thermal tape with the tweet on it.  At the end of each game, there would be a nice, conspicuous pile of tweets on the table.</p>
<p><strong>It was a nice marketing idea, but was it effective?</strong><br />
Here&#8217;s what business development folks have to say:</p>
<p><em>“The Twicker got one of my customer&#8217;s attention, and I was able to start a conversation about Fusion’s capabilities in the social space.&#8221;</em></p>
<p><em>“The Twicker machine in the Colts suite turned into a lunch-and-learn with the entire marketing team for the education division for one of my customers, including the Director.  Now we are putting together some options for how we could engage to help them.”</em></p>
<p><em>“The Director of Creative Services at a local financial services organization, thought the Twicker was really cool and wanted to know how it fit into the overall campaign.  From that discussion and the tweet-chats, she led the charge to get Fusion on their project.”</em></p>
<p>This little <em>Twitter Black Box</em> seems to have started making a stir. If you can&#8217;t live without a Twicker box of your own, and you have 133 bucks burning a hole in your pocket (and you&#8217;re handy with a soldering iron), you can buy one online from a company called <a title="Adafruit Twicker page" href="http://bit.ly/zzrY9o" target="_blank">Adafruit</a>.</p>
<p><strong>SOUND OFF:</strong> Have any thoughts or questions about the Twicker, digital technology, or the future of steam-punk retro-future? Let me know! The idea we discuss just might be better than this blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/paradox-sandbox/twicker-tweet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Interview: Doug Scamahorn on Mobile First Design</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-doug-scamahorn-on-mobile-first-design</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-doug-scamahorn-on-mobile-first-design#comments</comments>
		<pubDate>Wed, 06 Feb 2013 14:00:22 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Business Problem]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[Mobile Application Development]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[User Experience Design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4311</guid>
		<description><![CDATA[Doug Scamahorn is a User Experience Consultant and Discipline Lead of the Fusion Alliance Digital team. On several occasions, he’s gotten more than a bit animated about the virtues of Mobile First web design. While there are certainly others within &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-doug-scamahorn-on-mobile-first-design">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a title="Doug Scamahorn" href="http://blog.fusionalliance.com/blog/author/dscamahorn" target="_blank">Doug Scamahorn</a> is a User Experience Consultant and Discipline Lead of the Fusion Alliance Digital team. On several occasions, he’s gotten more than a bit animated about the virtues of <a title="Mobile First on Wikipedia" href="http://en.wikipedia.org/wiki/Responsive_web_design#Mobile_first.2C_unobtrusive_JavaScript.2C_and_progressive_enhancement" target="_blank">Mobile First web design</a>. While there are certainly others within the walls of Fusion that feel the same way, Doug agreed to answer a few questions about Mobile First.</p>
<p><strong>JF: What is “Mobile First” design, and how is it different from conventional methods? </strong></p>
<p>DS: Simply put, the conventional web design process starts with the desktop and attempts to “pare down” the user experience to fit it onto mobile devices. Mobile First web design is exactly what it says it is: digital design starts from a mobile profile and adds elements as needed for tablet, laptop, desktop and larger formats.</p>
<p>More and more mobile devices are taking over the marketplace, and trying to squeeze a large-screen desktop brochure, where every department in your company gets a page of content, onto a smartphone doesn’t work.  People don’t have time to sift through all of that to find what they need.  Here&#8217;s an infamous example:</p>
<p><a title="University Venn" href="http://www.dmolsen.com/mobile-in-higher-ed/2011/02/07/the-university-home-page-mobile-first/" target="_blank" rel="attachment wp-att-4315"><img class="alignnone size-medium wp-image-4315" alt="university_website" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/02/university_website-290x202.png" width="290" height="202" /></a></p>
<p>That is unfortunately the mistake a lot of businesses make when they assume they know what their customers want.   Companies need to shift their thinking. When the mobile customer receives their first wave of effort, the most important and relevant data come to the surface.  Great things happen when business goals meet users’ goals.</p>
<p><strong>JF: What are the major advantages of Mobile First design?</strong></p>
<p>DS: Mobile First gives users a better experience overall. Clarity and simplification in any mobile environment, whether a website, an application or another tool, gets users what they need more quickly, and it’s beneficial to the larger formats as well. There is just way too much information on most web pages, so a tight design with concise copy would be a differentiator for any business.</p>
<p>People tend to think that simplification might lead to simplistic, less sophisticated user experiences, but the opposite is actually the case. Constraints promote creativity, and can be a catalyst for a more intuitive and relevant design.</p>
<p><strong>JF: Why do you think some developers might resist the Mobile First mentality?</strong></p>
<p>DS: It’s totally normal for people to want to keep doing things the way they’ve always done them. It’s a temptation for all of us. But sometimes, as a consultant, there’s additional pressure if the paying client is also resistant to trying something new. Sometimes they’re open, but not always.</p>
<p>Also, Mobile First, as with any design effort, must take into account user data. Data is the key to answering the important questions about <a title="Doug S Mobile App strategy" href="http://www.youtube.com/watch?v=IOkPy01GlXg" target="_blank">what users want and need</a>, and how they will be using the solution.</p>
<p><em>Many thanks to Doug for his input!  </em></p>
<p><strong>SOUND OFF:</strong> What are your thoughts on Mobile First web design? Let us know what you&#8217;re thinking!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/interview-doug-scamahorn-on-mobile-first-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 User-Centered Design Terms You Need to Know</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-user-centered-design-terms-you-need-to-know</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-user-centered-design-terms-you-need-to-know#comments</comments>
		<pubDate>Mon, 04 Feb 2013 14:00:32 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[contextual inquiry]]></category>
		<category><![CDATA[heuristic evaluation]]></category>
		<category><![CDATA[heuristics]]></category>
		<category><![CDATA[paper prototyping]]></category>
		<category><![CDATA[responsive web design]]></category>
		<category><![CDATA[UCD]]></category>
		<category><![CDATA[User-centered Design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4292</guid>
		<description><![CDATA[In broad terms, user-centered design (UCD) is a structured product development methodology in which the needs, wants, and limitations of end-users of a product are given attention at each stage of development. User-centered design can help provide practical solutions to &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-user-centered-design-terms-you-need-to-know">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In broad terms, user-centered design (UCD) is a structured product development methodology in which the needs, wants, and limitations of end-users of a product are given attention at each stage of development. User-centered design can help provide practical solutions to complex problems, however, in order to understand strategies and tools associated with UCD, there are some helpful terms to know.</p>
<p><strong>6 User-Centered Design Terms to Know:</strong></p>
<ol>
<li><strong>Usability</strong> – According to <a title="Usability.gov" href="http://usability.gov" target="_blank">Usability.gov</a>, “usability refers to how well users can learn and use a product to achieve their goals and how satisfied they are with that process.” User-centered design is a key methodology for <a href="http://www.usability.gov/basics/index.html" target="_blank">carrying out usability</a>.</li>
<li><strong>User Personas</strong> – A <a href="http://blog.fusionalliance.com/blog/project-agility/empowered-developers-strength-to-your-user-persona" target="_blank">user persona</a> is a portrait of the user who is behind an organization’s current set of User Stories, or who inspired an Epic. According to <a title="Summer Fabian" href="http://blog.fusionalliance.com/blog/author/sfabian" target="_blank">Summer Fabian</a>, this persona “can be as simple as a sketch, name, occupation, and primary motivation, or as complex as a two-page biographical breakdown with full color glossies and cultural implications. The most important thing for your developers is that they have a clear guide to [the user] WHO they are developing for.”</li>
<li><strong>Paper Prototyping</strong> – As Carolyn Snyder’s “<a href="http://www.paperprototyping.com/what.html" target="_blank">Paper Prototyping: The Fast and Easy Way to Design and Refine User Interfaces</a>” explains, “paper prototyping is a variation of usability testing where representative users perform realistic tasks by interacting with a paper version of the interface that is manipulated by a person ‘playing computer,’ who doesn’t explain how the interface is intended to work.” Paper prototyping is one strategy that can be used as part of user-centered design.</li>
<li><strong>Heuristics</strong> – <a href="http://www.usability.gov/methods/test_refine/heuristic.html" target="_blank">Heuristics</a> are recognized usability principles. A heuristic evaluation is a usability inspection method that involves examining the interface and judging its compliance with these principles as a way of identifying usability problems in the user interface (UI) design.</li>
<li><strong>Contextual Inquiry</strong> – Usabilitynet.org <a href="http://www.usabilitynet.org/tools/contextualinquiry.htm" target="_blank">defines contextual inquiry</a> as “a specific type of interview for gathering field data from users.” The aim of contextual inquiry is to gather as much data as possible from each interviewee for later analysis.</li>
<li><strong>Responsive Web Design</strong> – This design approach is based on the idea that the website’s design and development should respond to the user’s behavior and environment based on screen size, platform, and orientation.</li>
</ol>
<p><strong>SOUND OFF</strong>: Has your organization utilized user-centered design? What terms would you add to this list?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-user-centered-design-terms-you-need-to-know/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Introduction to BPM for Business Analysts</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/an-introduction-to-bpm-for-business-analysts</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/an-introduction-to-bpm-for-business-analysts#comments</comments>
		<pubDate>Thu, 31 Jan 2013 14:00:47 +0000</pubDate>
		<dc:creator>Dan Ford</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Business Analyst]]></category>
		<category><![CDATA[Business Proceee Modeling]]></category>
		<category><![CDATA[Business Process Model]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4203</guid>
		<description><![CDATA[If you&#8217;re a Business Analyst and you don&#8217;t know or aren&#8217;t certain what Business Process Modeling (BPM) is, odds are you already have the necessary soft-skills needed to develop process models and didn’t realize it! This post was prompted by &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/an-introduction-to-bpm-for-business-analysts">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>If you&#8217;re a Business Analyst and you don&#8217;t know or aren&#8217;t certain what Business Process Modeling (BPM) is, odds are you already have the necessary soft-skills needed to develop process models and didn’t realize it!</p>
<p>This post was prompted by a recent article from Nancy Nee on the Modern Analyst website &#8220;10 Key Business Analysis Trends For 2013,&#8221; where she predicts that in the year ahead, “<i>modeling skills will take precedence in business analysis training</i>.”</p>
<p>Nee goes on to say that, &#8220;<i>Many organizations that have embraced Agile and business architecture are beginning to understand the importance of modeling skills and the value they bring in delivering quick, efficient solutions. Agile projects and effective business architecture both require a strong skill set in process and use case modeling. Modeling techniques will be a key focus area for BAs in 2013 as these tools will become critical in depicting the impact of solutions on the business. As such, the written word will continue to slowly lose its appeal and significance when describing solutions and impact to customers</i>.&#8221;</p>
<p>I’ve since discovered that many of the activities I perform as a BA are also needed to develop Business Process Models as well. So in this post, I&#8217;ll first explain what Business Process Modeling is and why it’s important. Then I’ll describe how BPM ties into the core soft-skills that all BAs are familiar with.</p>
<p><b>What is BPM and why is it important?</b></p>
<p>A Business Process Model represents one or more structured processes performed by a business that directly or indirectly produces a product or service. The process model captures each activity and decision-point as a product or service travels along the path towards its completion and consumption by a human or non-human consumer. Process models place a strong emphasis on “how” work is done within the business rather than focusing on the “what” of an end-product the business produces.</p>
<p>Process models are normally diagrammatic (usually <a title="Wikipedia definition of Unified Modeling Language" href="http://en.wikipedia.org/wiki/Unified_Modeling_Language" target="_blank">UML</a>) and produced by sophisticated modeling applications such as Sparx Enterprise Architect. But they can just as easily be Visio diagrams or even post-it notes connected by marker on a whiteboard. And while theoretically, an entire business can be described by a single model, for process models to remain meaningful to people, larger and more complex processes are usually broken down into smaller, sub-process models that work together to describe the business as a whole.</p>
<p>The importance of BPM lies in its ROI to businesses. Process models provide the necessary current-state documentation that describes how all of a business’s processes work as well as the activities and actors which are involved with them from start to finish. Once complete, a “current state” model can be analyzed to realize efficiencies that eliminate redundant processes or needless complexity. This makes businesses more responsive to their customers as well as lowers their operating costs. For example, process models allow businesses to identify and automate repetitive manual processes, providing faster execution at less cost.</p>
<p><b>The Correlation of Core BA Skills to BPM</b></p>
<p>Like any professional discipline, BPM has its own well-documented standards and practices that govern how modeling is performed. But if we take a step back from the rigor of BPM as a discipline we can see, as illustrated by the image below, the connection between the methodology described for developing process models and the soft-skills used by BAs during requirements elaboration.</p>
<div id="attachment_4204" class="wp-caption alignnone" style="width: 300px"><a href="http://blog.fusionalliance.com/blog/?attachment_id=4204" rel="attachment wp-att-4204"><img class="size-medium wp-image-4204" alt="Image 1: BPM &amp; Requirements Management" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/BPM2ReqMgmtGraphic-290x317.png" width="290" height="317" /></a><p class="wp-caption-text">Image 1: BPM &amp; Requirements Management</p></div>
<p>To demonstrate this point in more detail, the table below provides high-level correlations between BPM activities in the left column and Requirements Management activities in the right. As you will see, the same soft-skills you already possess can be leveraged to develop process models!</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="54">
<p align="center"><b> </b></p>
</td>
<td width="360"><b>BPM Activities</b></td>
<td width="415"><b>Requirements Management Activities</b></td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>1.</b></p>
</td>
<td valign="top" width="360">Find the start and end points</td>
<td valign="top" width="415">Define customer need and define project scope</td>
</tr>
<tr>
<td colspan="3" width="829">
<p align="center"><b><i>Elaborate Current State</i></b></p>
</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>2.</b></p>
</td>
<td valign="top" width="360">Describe the current activities that are performed in an “<i>as-is</i>” model</td>
<td valign="top" width="415">Elaborate customer “<i>Current State</i>” or, how does the system look today?</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>3.</b></p>
</td>
<td valign="top" width="360">Describe the order of activities in the “<i>as-is</i>” model</td>
<td valign="top" width="415">Prioritize “<i>Current State</i>” activities</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>4.</b></p>
</td>
<td valign="top" width="360">Describe who performs the activities in the “<i>as-is</i>” model</td>
<td valign="top" width="415">Identify human and non-human “<i>Current State</i>” Actors</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>5.</b></p>
</td>
<td valign="top" width="360">Describe data and artifact exchange and usage between “<i>as-is</i>” processes</td>
<td valign="top" width="415">Define what information is being used and/or exchanged between human and non-human “<i>Current State</i>” Actors</td>
</tr>
<tr>
<td colspan="3" width="829">
<p align="center"><b><i>Elaborate Future State</i></b></p>
</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>6.</b></p>
</td>
<td valign="top" width="360">Describe the desired outcome in a “<i>to-be</i>” model</td>
<td valign="top" width="415">Elaborate “<i>Future State</i>” requirements or, how does the system look when all work is done? Note: Objectives, Refined Scope, Success Criteria, Use Cases and other supporting artifacts are included</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>7.</b></p>
</td>
<td valign="top" width="360">Describe the order of activities in the “<i>to-be</i>” model</td>
<td valign="top" width="415">Prioritize “<i>Future State</i>” requirements</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>8.</b></p>
</td>
<td valign="top" width="360">Describe who performs the activities in the “<i>to-be</i>” model</td>
<td valign="top" width="415">Identify human and non-human “<i>Future State</i>” Actors</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>9.</b></p>
</td>
<td valign="top" width="360">Describe data and/or artifact exchange and usage between “<i>to-be</i>” processes</td>
<td valign="top" width="415">Define what information is being used and/or exchanged between human and non-human “<i>Future State</i>” Actors</td>
</tr>
<tr>
<td colspan="3" valign="top" width="829">
<p align="center"><b><i>Test &amp; Implement the Future State</i></b></p>
</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>10.</b></p>
</td>
<td valign="top" width="360">Refine and update the &#8220;<i>to-be&#8221;</i> model</td>
<td valign="top" width="415">Review/Update and obtain approvals for BA “<i>Future State</i>” deliverables</td>
</tr>
<tr>
<td valign="top" width="54">
<p align="center"><b>11.</b></p>
</td>
<td valign="top" width="360">Test and implement the &#8220;<i>to-be&#8221;</i> model</td>
<td valign="top" width="415">Test and implement the “<i>Future State</i>”</td>
</tr>
</tbody>
</table>
<p>For businesses overloaded by needless bureaucratic exchanges, redundant or repetitive processes, or simply too much administrative expense, BPM is an extremely valuable planning asset. It allows businesses to streamline their processes thereby cutting costs while at the same time putting them on a firmer, better-understood path to their future growth.</p>
<p>As Business Analysts, we already have the necessary soft-skills for working with our customers to develop process models. Learning the hard-skills needed to produce process models in a modeling application is simply a matter of obtaining the appropriate training.</p>
<p>Now go forth and model!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/an-introduction-to-bpm-for-business-analysts/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Suits, Ties and the Cha Cha Slide</title>
		<link>http://blog.fusionalliance.com/blog/the-trendy-umbrella/suits-ties-and-the-cha-cha-slide</link>
		<comments>http://blog.fusionalliance.com/blog/the-trendy-umbrella/suits-ties-and-the-cha-cha-slide#comments</comments>
		<pubDate>Tue, 29 Jan 2013 14:00:29 +0000</pubDate>
		<dc:creator>Jon Bausman</dc:creator>
				<category><![CDATA[The Trendy Umbrella]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Target Market]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4132</guid>
		<description><![CDATA[The YMCA recently hosted a conference here in Indianapolis at which I was asked to speak.  They requested that I make two presentations: one on how to market to Millenials, and the other on social media, a topic which I quickly &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/suits-ties-and-the-cha-cha-slide">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The YMCA recently hosted a conference here in Indianapolis at which I was asked to speak.  They requested that I make two presentations: one on how to market to Millenials, and the other on social media, a topic which I quickly narrowed down to a very specific conversation and purpose based on what I knew about the audience. However, sometimes you have to call an audible.  Here&#8217;s what I mean:</p>
<p>I finished up my presentation on Millennials to a small group of leaders, and headed to the social presentation in another room.  As I was prepping, one of the individuals I served with  on the Board of the Intercollegiate YMCA, pulled me aside. She said the group was restless, had been sitting a while and needed some &#8220;waking up.&#8221;</p>
<p>I immediately changed my entire presentation plan.</p>
<p>Dressed in suit and tie, I called everyone down to the floor and asked them to face the windows. Without missing a beat, no pun intended, I blared the Cha Cha Slide over the speakers and immediately fell into my “Radio Disney” days and lead them through the dance. It not only caught the group by surprise and made them laugh, but it set the pace and tone for the entire presentation. I was able to build on that energy and had the group engaged, laughing and participating for the entirety of the session.</p>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/wZv62ShoStY?feature=oembed" frameborder="0" allowfullscreen></iframe></p>
<p>So, sometimes, based on your audience and the situation, you have to call an audible, whether it’s in a sales pitch, a marketing campaign or within your business. You look at your target market, look at your plan, and in a moment of spontaneity, take it in a completely different direction. It’s moving to the beat of a different drum.</p>
<p><strong>SOUND OFF:</strong> When have you needed to call an audible? What did you do and how did the audience respond?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/the-trendy-umbrella/suits-ties-and-the-cha-cha-slide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>App Backlash: 3 Lessons from 2012’s Apple Maps App</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/app-backlash-3-lessons-from-2012s-apple-maps-app</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/app-backlash-3-lessons-from-2012s-apple-maps-app#comments</comments>
		<pubDate>Mon, 28 Jan 2013 14:00:58 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[app development]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[iOS 6]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[Mobile App Development]]></category>
		<category><![CDATA[Mobile Usability Testing]]></category>
		<category><![CDATA[Usability Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4174</guid>
		<description><![CDATA[Who can forget what some call the “most dangerous flaw” of Apple’s iPhone 5: Apple Maps? In April 2012, Apple introduced the iPhone 5, iOS 6 and the entirely new mapping app, which replaced the Google App available on earlier &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/app-backlash-3-lessons-from-2012s-apple-maps-app">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<div id="attachment_4175" class="wp-caption aligncenter" style="width: 422px"><a href="http://www.wired.com/gadgetlab/2012/12/google-maps-apple-ios-iphone-ipad/" rel="attachment wp-att-4175"><img class=" wp-image-4175   " alt="google-maps-ios" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/google-maps-ios.jpg" width="412" height="259" /></a><p class="wp-caption-text">Image Source: Wired.com</p></div>
<p>Who can forget what some call the “most dangerous flaw” of Apple’s iPhone 5: Apple Maps? In April 2012, Apple introduced the iPhone 5, iOS 6 and the entirely new mapping app, which replaced the Google App available on earlier iPhones. Although Apple senior VP, Scott Forstall described the app as “beautiful,” <a href="http://www.huffingtonpost.com/2012/06/11/apple-debuts-maps-app_n_1587726.html" target="_blank">the general public’s reviews of Apple Maps weren’t so favorable</a>.</p>
<p>So what can we learn from Apple Map’s glitches and negative feedback? The following are three lessons to take away from Apple’s Apple Map fail:</p>
<ol>
<li><b>Verify Your Data</b><br />
When first released, Apple Maps erased or provided incorrect addresses for well-known landmarks and even failed to provide location data for entire countries. In many cases, this bad data—purchased from TomTom, Yelp, Waze, and other sources—made the app useless, however it does reinforce a lesson about the importance of good data.</li>
<li><b>Take Advantage of Usability Testing<br />
</b>In his <a href="http://www.nytimes.com/2012/09/27/technology/personaltech/apples-new-maps-app-is-upgraded-but-full-of-snags-review.html?pagewanted=all&amp;_r=0" target="_blank">review of Apple Maps</a>, New York Times writer, David Pogue says the app “may be the most embarrassing, least usable piece of software Apple has ever unleashed.” <a href="http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing" target="_blank">Mobile usability testing</a> is still an emerging area of user experience testing, but can help prevent flaws that would make the app less beneficial for the end user.</li>
<li><b>Capitalize on Collaboration<br />
</b>Reports suggest that <a href="http://www.forbes.com/sites/shelisrael/2012/09/29/apples-maps-strategy-china-today-tomorrow-the-world/" target="_blank">Apple decided to create Apple Maps</a> from the ground-up after a dispute with Google over voice-guided directions. However, Apple didn’t have to go it alone after choosing not to work with Google, they could have partnered with Yahoo!, Microsoft, or another existing mobile map vendor. Apple Maps had lots of problems, but sometimes all it takes to see the solution is a different view. Apple’s choice to build it’s own app from scratch cost them opportunities for <a href="http://fusionalliance.com/story-mobile-development.aspx" target="_blank">successful collaboration with multiple perspectives</a>.</li>
</ol>
<p><b>SOUND OFF: </b>What lessons have you learned from failed first attempts with a mobile app? When it comes to Apple Maps, what do you think was Apple’s biggest mistake? Share your thoughts by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/app-backlash-3-lessons-from-2012s-apple-maps-app/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Empowered Developers: Strength to Your User Persona!</title>
		<link>http://blog.fusionalliance.com/blog/project-agility/empowered-developers-strength-to-your-user-persona</link>
		<comments>http://blog.fusionalliance.com/blog/project-agility/empowered-developers-strength-to-your-user-persona#comments</comments>
		<pubDate>Thu, 24 Jan 2013 14:00:04 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Project Agility]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[User Persona]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3886</guid>
		<description><![CDATA[Agile principles put the power of quality and the definition of ‘enough’ in the hands of developers. Yes, the Product Owner and Stakeholders get final say, but the best way to optimize your developers&#8217; strength is to give them the &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/project-agility/empowered-developers-strength-to-your-user-persona">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Agile principles put the power of quality and the definition of ‘enough’ in the hands of developers. Yes, the Product Owner and Stakeholders get final say, but the best way to optimize your developers&#8217; strength is to give them the power to make decisions about how to best fulfill a User Story. The Agile principle is clear: <i style="text-align: center">“The best architectures, requirements, and designs emerge from self-organizing teams.”</i></p>
<p>My interpretation of this principle is that <strong>empowering a team allows them to create beyond your expectations</strong>. One oft-overlooked empowerment tool is the User Persona. Here is an example developed by our User Experience team:</p>
<h2><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/Summer-Blog-doc-Ill.jpg"><img class=" wp-image-4091 aligncenter" alt="Copyright Fusion Alliance" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/Summer-Blog-doc-Ill.jpg" width="541" height="817" /></a></h2>
<h2><b>I’ve heard of this User Persona…</b></h2>
<p>A user persona is simply a portrait of the user who is behind the current set of User Stories, or who inspired an Epic. It can be as simple as a sketch, name, occupation, and primary motivation, or as complex as a two-page biographical breakdown with full color glossies and cultural implications. The most important thing for your developers is that they have a clear guide to WHO they are developing for.</p>
<h2><b>Why is a User Persona important?</b></h2>
<p>Developers are smart and user savvy. By understanding the source of the need and the destination of their code, they will write a better application. They may anticipate more needs than the product owner or stakeholders could interpret for them through a User Story. More perspectives on the same need usually produce better results. Also, developers appreciate the freedom and insight that comes with direct access to the primary source material, the user. It’s simply empowering.</p>
<h2><b>How do I develop a User Persona?</b></h2>
<p>There are a few ways to develop a persona. The simplest way is to ask those who have gathered requirements or are working on the user interface, or, if they&#8217;ve already developed them, marketing product managers. The user persona is a foundation-builder for those disciplines. You must match those personas to the current work stream and keep them relevant.</p>
<p>The next best way is to gather stakeholders, content strategists, UX developers and product owners together in a room with a stack of magazines and a whiteboard.  Then, agree on some simple personas for the current release or the next leg of the roadmap.  Each should include, at minimum:</p>
<ul>
<li>A face: from magazines, image searches, or drawn by hand &#8211; a clear, understandable face that represents the user</li>
<li>A name: for easier reference and to develop affinity</li>
<li>An occupation</li>
<li>What they would use the tool for</li>
<li>How they would use it</li>
<li>Where they would use it</li>
</ul>
<h2><b>How do I get the team to pay attention to the User Persona?</b></h2>
<p>All information radiators should be clearly visible from almost anywhere in the development room. Whether you use whiteboards, digital screens or post-it notes on drywall, the user persona should be easy to read from 4 feet away. Also, make the personas easy to replace. It&#8217;s important to stay relevant to the current backlog.</p>
<p>At Fusion, we spend a great deal of time thinking about the user. From requirements to design and ultimately to testing, we focus on the user. With clearly posted, relevant user personas, your developers will be empowered to create beyond your expectations.</p>
<p><strong>SOUND OFF:</strong> Are you using user personas already? Do you think they are working?  Have other questions? As always, please let us know what you think!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/project-agility/empowered-developers-strength-to-your-user-persona/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Memorable Cyber Attacks of 2012</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-memorable-cyber-attacks-of-2012</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-memorable-cyber-attacks-of-2012#comments</comments>
		<pubDate>Wed, 23 Jan 2013 14:00:45 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[cyber attacks]]></category>
		<category><![CDATA[Cyber Security]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[IT security]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4103</guid>
		<description><![CDATA[The landscape of IT security is continuously changing, and 2013 is likely to include more high-profile examples of large companies and organizations that are slow to react or fail to react to cyber threats. There are, however, ways that we &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-memorable-cyber-attacks-of-2012">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The landscape of IT security is continuously changing, and 2013 is likely to include more high-profile examples of large companies and organizations that are slow to react or fail to react to cyber threats. There are, however, ways that we can prepare for these kinds of data security threats, by looking at the companies who have fallen victim in the past.</p>
<p>So what did the events of the last year teach us about IT security? Here are five of the most memorable cyber attacks of 2012:</p>
<ol>
<li><b><b>Hit: LinkedIn Users<br />
</b></b>In June, an <a href="http://usatoday30.usatoday.com/tech/news/story/2012-06-06/linkedin-investigates-security-breach/55423876/1" target="_blank">attack on social network, LinkedIn</a> affected 6.5 million users. Within the same 24 hours, as many as 1.5 million eHarmony passwords were leaked online, prompting information security experts to encourage users to change passwords and implement unique passwords for each social media network.</li>
<li><b><b>Hit: Top Universities<br />
</b></b>On October 1, a group of hackers calling themselves Team <a href="http://bits.blogs.nytimes.com/2012/10/03/hackers-breach-53-universities-dump-thousands-of-personal-records-online/" target="_blank">GhostShell published thousands of personal records from 53 universities</a> including Harvard, Stanford, Cornell, and the University of Zurich. Records included email address, names, usernames, passwords, address and phone numbers. In some cases, records included other sensitive information such as students’ dates of birth and university employee payroll information. In order to breach servers, hackers used a technique known as <a href="http://blog.fusionalliance.com/blog/itsecuritysamurai/security-breach-yahoo-gets-caught-by-an-oldie-but-goodie" target="_blank">&#8220;SQL&#8221; injection, which exploits a software vulnerability</a>.</li>
<li><b>Hit: Major U.S. Banks<br />
</b>During September, six major banks—including Bank of America, JPMorgan Chase, Citigroup, U.S. Bank, Wells Fargo, and PNC—<a href="http://www.nytimes.com/2012/10/01/business/cyberattacks-on-6-american-banks-frustrate-customers.html?_r=0" target="_blank">suffered denial of service attacks</a>. Although the attacks alarmed customers, DoS attacks are not technically sophisticated enough to impact a company’s computer network, and customers’ funds and bank accounts were not affected.</li>
<li><b><b>Hit: U.S. Environmental Protection Agency Employees<br />
</b></b>This <a href="http://mashable.com/2012/10/18/cyber-attacks-201/" target="_blank">data security breach</a> compromised the social security number and banking information of 8,000 employees and other individuals associated with the EPA.</li>
<li><b><b>Hit: Zappos<br />
</b></b>An attack on a Zappos’ company server in Kentucky, allowed hackers to steal 24 million customer names, email addresses, phone numbers, and billing addresses. The <a href="http://www.nypost.com/p/news/national/zappos_cyber_attack_pWsrU60crm8SGHJWYGuP7K" target="_blank">cyber attack also compromised customers’ credit card numbers</a>, allowing hackers to obtain the last four digits of customer credit cards.</li>
</ol>
<p><strong>SOUND OFF: </strong>What do you think will be the biggest kinds of IT security threats in 2013? Is your organization prepared to deal with these cyber threats?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-memorable-cyber-attacks-of-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Does Done Really Mean “Done”?</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/when-does-done-really-mean-done</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/when-does-done-really-mean-done#comments</comments>
		<pubDate>Tue, 22 Jan 2013 14:00:27 +0000</pubDate>
		<dc:creator>Dan Ford</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Requirements Elicitation]]></category>
		<category><![CDATA[Requirements Gathering]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Requirements Management Plan]]></category>
		<category><![CDATA[Requirements Management Process]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3932</guid>
		<description><![CDATA[A challenge faced by every Business Analyst is delivering high-quality requirements in an efficient and timely manner. But as project budgets and timeframes continue to shrink, analysts must also look for ways to shave time off their requirements gathering and &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/when-does-done-really-mean-done">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>A challenge faced by every Business Analyst is delivering high-quality requirements in an efficient and timely manner.</p>
<p>But as project budgets and timeframes continue to shrink, analysts must also look for ways to shave time off their requirements gathering and elicitation activities because spending valuable time chasing down unnecessary information erodes an analyst’s ability to deliver their work on time and under budget.</p>
<p>One way analysts can utilize their time more effectively is to know when to put on the brakes and stop gathering requirements.</p>
<p><b>So When Does Done Really Mean “<em>Done</em>”?</b></p>
<p>A question that I&#8217;m frequently asked by customers and colleagues alike is, &#8220;<em>H</em><i>ow do we know when we&#8217;re done gathering requirements?</i>&#8221;</p>
<p>To answer that question, there is a two-step process that we can use to first put on the brakes to stop the gathering process and then to evaluate our requirements against a set of completion criteria.</p>
<p><b>Putting on the Brakes</b></p>
<p>As you elicit requirements, remain cognizant of the number of new requirements or the amount of significant changes to existing requirements that you’re receiving from your SMEs and other knowledge resources. As the volume of both of these kinds of information decreases, start looking for any repetition (i.e. the same requirement being repeated differently) or information that doesn&#8217;t conform to business goals or that’s out of the project’s scope. When you begin seeing this type of &#8220;noise&#8221; during your elaboration, then it’s probably time to put on the brakes and stop gathering requirements.</p>
<p>Think of it this way: When you start gathering requirements, you&#8217;re drinking from the fully opened valve of a fire hose. But as your work progresses the valve is tightened down until finally all you’re left with is an unhelpful trickle.</p>
<p>But once you&#8217;ve stopped gathering requirements, how do you know if you&#8217;re really &#8220;done&#8221;?</p>
<p>Well, you won’t know that until the gathered requirements are given a reality check!</p>
<p><b>Validating Gathered Requirements</b></p>
<p>The following list of questions is a litmus test you can use to evaluate each requirement to ensure its accuracy and efficacy.</p>
<p>For every requirement, ask the question “Is it…”</p>
<ul>
<li><i>Complete</i> &#8211; Does the requirement have missing information?</li>
<li><i>Consistent</i> &#8211; Is the requirement consistent with other sources of information (internal or external)?</li>
<li><i>Correct</i> &#8211; Does the requirement meet the business goal as well as fall within the given project scope?</li>
<li><i>Necessary</i> &#8211; Is the requirement needed or is it extraneous information (i.e. &#8220;noise&#8221;)?</li>
<li><i>Traceable</i> &#8211; Has the requirement been uniquely identified so it can be traced?</li>
<li><i>Unambiguous</i> &#8211; Does the requirement apply to only a single interpretation?</li>
<li><i>Verifiable</i> &#8211; Does the requirement meet with the approval of both business and downstream consumers?</li>
</ul>
<p>Once all of the requirements have successfully passed the completion criteria above, then done really does mean “done.”</p>
<p><strong>SOUND OFF:</strong> What&#8217;s the most important thing you do to ensure you deliver high quality requirements?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/when-does-done-really-mean-done/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Your Year on Twitter: How to Find Your Most Popular Tweet of 2012</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/your-year-on-twitter-how-to-find-your-most-popular-tweet-of-2012</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/your-year-on-twitter-how-to-find-your-most-popular-tweet-of-2012#comments</comments>
		<pubDate>Mon, 21 Jan 2013 14:00:04 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Hashtags]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=4022</guid>
		<description><![CDATA[As we discussed last week, the website “2012 Year on Twitter” takes a look at the some of the tweets that reflect the last calendar year, including the “Golden Tweets” that generated the most retweets during 2012. Although we can &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/your-year-on-twitter-how-to-find-your-most-popular-tweet-of-2012">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center"><a href="http:///2012.twitter.com" rel="attachment wp-att-4027"><img class="aligncenter size-full wp-image-4027" title="2012 on twitter" alt="Your year on Twitter" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/Screen-shot-2013-01-17-at-11.10.38-AM.png" width="333" height="332" /></a></p>
<p>As we discussed last week, the website “<a href="http://2012.twitter.com/">2012 Year on Twitter</a>” takes a look at the some of the tweets that reflect the last calendar year, including the “Golden Tweets” that <a href="http://blog.fusionalliance.com/blog/uncategorized/what-we-can-learn-from-twitters-top-tweets-of-2012" target="_blank">generated the most retweets during 2012</a>. Although we can learn a lot from these popular tweets, you might still be wondering, “What was my golden tweet from 2012?” Lucky for you, there&#8217;s an easy way to find fun and interesting stats about your tweets from last year.</p>
<p><b>Finding Your Most Retweeted Tweet of 2012</b></p>
<p>As part of their “2012 Year on Twitter” website, Twitter partnered with Vizify to allow anyone to see their Twitter account’s “Golden Tweet.” Ours came in October and had to do with job offerings here at Fusion Alliance.</p>
<p style="text-align: center"><a href="https://twitter.com/fusionalliance/status/257922907672547328" rel="attachment wp-att-4025"><img class="aligncenter size-full wp-image-4025" title="Best Tweet of 2012" alt="Fusion Alliance Golden Tweet" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/Screen-shot-2013-01-17-at-2.54.26-PM.png" width="497" height="218" /></a></p>
<p>Want to find out which of your organization’s tweet’s generated the most retweets? Visit <a href="http://2012.Twitter.com" target="_blank">2012.Twitter.com</a> and follow the steps for “Your Year on Twitter” or simply visit <a href="http://vizify.com/year-on-twitter" target="_blank">Vizify.com/Year-On-Twitter</a> and select “GET YOURS NOW!”</p>
<p>In addition, Vizify determines your &#8220;Golden Follower,&#8221; the person who mentioned your account most during 2012. Vizify also provides interesting information about what terms and hashtags you tweeted, when you tweeted them, and even the specific tweets that included those terms and hashtags.</p>
<p><b>SOUND OFF: </b>What was your most popular tweet of 2012? Does knowing this information help provide guidance for 2013 social media planning?</p>
<p><em>Image Source: <a href="http://2012.Twitter.com" target="_blank">2012.Twitter.com</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/your-year-on-twitter-how-to-find-your-most-popular-tweet-of-2012/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>#GRP &#8211; Best of the Digital Team Finds</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/grp-best-of-the-digital-team-finds</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/grp-best-of-the-digital-team-finds#comments</comments>
		<pubDate>Thu, 17 Jan 2013 14:00:01 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[User Experience Design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3891</guid>
		<description><![CDATA[#GRP is Fusion&#8217;s internal email sharing list that we use to bring each other&#8217;s attention to something new and notable or that lies within our individual areas of interest. This week&#8217;s entry is courtesy of the Digital Solutions group and features &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/grp-best-of-the-digital-team-finds">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>#GRP is Fusion&#8217;s internal email sharing list that we use to bring each other&#8217;s attention to something new and notable or that lies within our individual areas of interest. This week&#8217;s entry is courtesy of the Digital Solutions group and features lots of videos and imagery. We found them interesting and hope you do, too. Enjoy!</p>
<h2><a title="Permanent link to Creative Commons Infographic: Licenses Explained" href="http://www.dontwasteyourtime.co.uk/elearning/creative-commons-infographic-licenses-explained/" target="_blank" rel="bookmark" rev="post-8355">Creative Commons Infographic: Licenses Explained</a></h2>
<p><a title="http://blog.fusionalliance.com/blog/author/lruff" href="http://blog.fusionalliance.com/blog/author/lruff" target="_blank">Lisa Ruff</a> pointed out this dynamic infographic about Creative Commons licensing.  We&#8217;re seeing more of this work in the marketplace. The article discusses appropriate use of CC licensed materials and some tips for attributing material you may use in your own blogs and websites.</p>
<p><a href="http://www.dontwasteyourtime.co.uk/elearning/creative-commons-infographic-licenses-explained/"><img class="alignleft" title="Creative Commons Infographic" alt="Infographic on appropriate use of creative commons licensing" src="http://www.dontwasteyourtime.co.uk/wp-content/uploads/2013/01/creative-commons.png" width="544" height="317" /></a></p>
<p>&nbsp;</p>
<h2></h2>
<h2></h2>
<h2></h2>
<h2></h2>
<h2></h2>
<h2></h2>
<h2><b><a href="http://contentmarketinginstitute.com/2012/11/brand-storytelling-content-2020-3/" target="_blank">Coca-Cola’s Content 2020 Overview</a></b></h2>
<p>Jeff Lefevere sent the team this <a title="Interview with Coke VP of Adverstising Strategy, Jonathan Mildenhall" href="http://contentmarketinginstitute.com/2012/11/brand-storytelling-content-2020-3/" target="_blank">backstory interview with Jonathan Mildenhall</a>, Coke’s Vice President of Global Advertising Strategy and Creative Excellence and the two You Tube videos (click the image) on Coca-Cola&#8217;s 2020 content project.</p>
<p>Why he thinks it&#8217;s cool: Coke has led consumer marketing for nearly a century. When they (or another consumer packaged goods (CPG) giant like Procter &amp; Gamble identify a direction like this, it&#8217;s good for marketers to heed notice.</p>
<h2>HFI on ROI of UX</h2>
<p><a href="http://blog.fusionalliance.com/blog/author/abaker" target="_blank">Amy Baker</a> thought this animation talk on User Experience was a notable presentation.</p>
<h2><a title="10 James Bond Gadgets that Exist" href="http://gizmodo.com/5966242/10-james-bond-gadgets-that-actually-existand-one-that-needs-to" target="_blank">10 <em>James Bond</em> Gadgets That Actually Exist—and One That Needs To</a></h2>
<p><a href="http://gizmodo.com/5966242/10-james-bond-gadgets-that-actually-existand-one-that-needs-to"><img class="alignleft" style="margin-right: 10px;margin-left: 10px" alt="" src="http://img.gawkerassets.com/img/187ir2x68mh6yjpg/original.jpg" width="384" height="216" /></a>Jodi Adair obviously has a secret thing for James Bond&#8230;.or gadgets&#8230; one of those two. In either case she found this article on exciting new gadgets good reading.  Each gadget is mapped directly to a Bond movie where it appeared as a technological advance available to only the most important of intelligence officers.</p>
<ul>
<li>Gyroplane &#8211; You Only Live Twice</li>
<li>Polarizing Sunglasses &#8211; A View to Kill</li>
<li>Homing Beacon &#8211; Goldfinger</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/grp-best-of-the-digital-team-finds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: The $100 Startup</title>
		<link>http://blog.fusionalliance.com/blog/wordfuse/review-the-100-startup</link>
		<comments>http://blog.fusionalliance.com/blog/wordfuse/review-the-100-startup#comments</comments>
		<pubDate>Tue, 15 Jan 2013 14:00:54 +0000</pubDate>
		<dc:creator>Denise Dilworth</dc:creator>
				<category><![CDATA[WordFuse]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[Chris Guillebeau]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[start-up]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2644</guid>
		<description><![CDATA[In The Art of Nonconformity, Chris Guillebeau inspires readers to live an unconventional life, set their own rules, and travel the globe &#8212; all while making the world a better place. In The $100 Startup, Guillebeau gets down to business. Part &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/wordfuse/review-the-100-startup">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In <a title="The Art of Nonconformity on Amazon" href="http://amzn.to/R91ljz" target="_blank">The Art of Nonconformity</a>, <a title="Chris' site" href="http://chrisguillebeau.com/" target="_blank">Chris Guillebeau</a> inspires readers to live an unconventional life, set their own rules, and travel the globe &#8212; all while making the world a better place. In <a title="The $100 Startup 0n Amazon" href="http://amzn.to/Mf8YEW" target="_blank">The $100 Startup</a>, Guillebeau gets down to business.<a href="http://blog.fusionalliance.com/blog/wordfuse/review-the-100-startup/attachment/100-start-up-cover" rel="attachment wp-att-3738"><img class="alignright size-full wp-image-3738" title="100-start-up-cover" alt="Book cover: $100 Startup by Chris Guillebeau" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/08/100-start-up-cover.png" /></a></p>
<p>Part guide, part workbook &#8212; and crammed with inspiring, surprising, often humorous stories gleaned from dozens of interviews from other carefully-selected entrepreneurs in a wide variety of types of business &#8212; The $100 Startup stops just short of launching the business for his readers. Guillebeau&#8217;s driving message to his reader: You can do what you love and make money doing it. So get started. Now.</p>
<p>But what does this have to do with &#8220;big&#8221; business? What can be gleaned from Guillebeau&#8217;s book for those of us who have day jobs we want to keep? Entrepreneurs have much to teach all of us, if we just pay a little attention.</p>
<h3>The critical intersection: passion + MARKET = profit</h3>
<p>In one of my favorite South Park episodes (guilty pleasure), one of the characters is plagued by gnomes who sneak into his bedroom at night and steal his underwear. When Stan, Cartman, and gang follow the thieving gnomes to their underground lair and confront them about their pilfering, the gnomes explain their actions by sharing a simple profit plan:</p>
<p style="padding-left: 30px;">Step 1: Steal underpants.</p>
<p style="padding-left: 30px;">Step 2: ?</p>
<p style="padding-left: 30px;">Step 3: Profit</p>
<p>This is how some business books &#8212; especially those touting the entrepreneurial life &#8212; feel to me. A clear desire and a clear goal, but what&#8217;s that magic that happens in the middle? Guillebeau&#8217;s answer is simple: You have to have a market for what you want to do. This holds true, even for companies such as Fusion Alliance.</p>
<p>Guillebeau is encouraging, insistent, and inspiring, but he&#8217;s not selling magic lamp oil.  He takes a very pragmatic view of the adage, &#8220;Do what you love and the money will follow.&#8221; Not every dream is a money-maker, and finding the right combination of what you&#8217;re passionate about and what others care about is the key to business success. Along with this caveat, Guillebeau serves up numerous stories of how everyday folk found this exact combination and launched businesses that either supplemented or supplanted their day jobs. Their perspectives on both their successes and their mistakes form the basis for a balanced, practical road map to career freedom. Or, for those of us in the corporate world, a way to feed our souls while we fill our kitchen cupboards.</p>
<h3>Running a discipline requires discipline</h3>
<p>Where other writers simply share success stories and hint at mystical secrets and divine interventions &#8212; largely drawn from their own very subjective experiences &#8212; Guillebeau analyzes his own and others&#8217; stories for commonalities and offers his readers reproducible approaches and practical tools. He provides checklists for launching and growing a business, strategies for promoting it, as well as ideas for finding funding (of more than $100) and support for it. In other words, Guillebeau lays bare the secrets of his own success, as well as those of other successful entrepreneurs.</p>
<p>On a micro-biz level, the tools he offers represent essentials for connecting the dots between dream and business reality. On the level of creating or maintaining a discipline or practice within a company, those same tools and approaches could improve the health and efficiency of the group. Adaptation is only an insight away.</p>
<h3>Who should read this book?</h3>
<p>Across a variety of sites, reviews, and social media apps, I see Chris Guillebeau&#8217;s work described as &#8220;inspirational.&#8221; But I wonder: How often does inspiration become action? I also see numerous naysayers, those who believe that Guillebeau is &#8220;unrealistic&#8221; or somehow &#8220;lucky.&#8221; And that might be my perspective, too, had he based his book on his experience alone. But The $100 Startup tells the stories of people who lost their jobs and were forced to think differently about making a living; people who found a gap in an existing product or service that needed to be filled; people who stumbled upon a business idea while messing around with something entirely unrelated. Some of his entrepreneurs were intentional, as he was. Some were accidental. Some were immediately successful. Some needed to try and try again.</p>
<p>But the thing they all have in common? They pushed fear aside and did something.</p>
<p>So who is the book for? Guillebeau&#8217;s dedication sums it up nicely:</p>
<p style="text-align: center;"><strong>&#8220;This book is for: <em>those who take action</em> and <em>those who provide the inspiration</em>&#8220;</strong></p>
<p>(Related: See Chris Guillebeau&#8217;s <a title="$100 Startup website" href="http://100startup.com/" target="_blank">$100 Startup site</a>.)</p>
<p><strong>SOUND OFF:</strong> Have you read Guillebeau&#8217;s books? What insights were you able to apply to your business &#8212; or your life &#8212; to make it richer?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/wordfuse/review-the-100-startup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top Three Social Media Mistakes of 2012</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/top-three-social-media-mistakes-of-2012</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/top-three-social-media-mistakes-of-2012#comments</comments>
		<pubDate>Mon, 14 Jan 2013 15:00:23 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3840</guid>
		<description><![CDATA[Social media is instant, which means that mistakes are bound to happen. However, corporate social media blunders can have big consequences for a business. In this post, we take a look back at three of the biggest social media mistakes &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/top-three-social-media-mistakes-of-2012">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Social media is instant, which means that mistakes are bound to happen. However, corporate social media blunders can have big consequences for a business. In this post, we take a look back at three of the biggest social media mistakes of 2012 and how businesses worked to repair the damage done.</p>
<ol>
<li><strong>Social Media Mistake: Using Hurricane Sandy to Sell Clothes<br />
</strong><strong>Offender: Gap, Inc. and other online retailers </strong><br />
When Hurricane Sandy hit New York City and areas of New Jersey and Connecticut in October 2012, many companies reached out on social media to offer condolences to those affected. However, others—including Gap, Inc. and American Apparel—tried to capitalize on the event as an opportunity to sell merchandise online.<a href="http://blog.fusionalliance.com/blog/uncategorized/top-three-social-media-mistakes-of-2012/attachment/screen-shot-2013-01-13-at-6-22-13-pm" rel="attachment wp-att-3843"><img class="aligncenter  wp-image-3843" title="Sandy-sale" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/Screen-shot-2013-01-13-at-6.22.13-PM.png" alt="" width="506" height="375" /></a><br />
<strong>Response</strong>: Customers were quick to respond, criticizing Gap for its insensitivity and suggesting the company should have focused on sending out warnings and messages of hope to victims instead of using the popular “Sandy” hashtag to try to turn a profit during the tragedy. The online community suggested that Gap and American Apparel donate clothes to the flood victims as an apology.<br />
<strong>Damage Control: </strong>Gap later recanted their post and offered an apology of sorts, but the damage had been done, and many Gap customers vowed to not do business with retailer in the future. American Apparel has offered no such apology.</li>
<li><strong>Social Media Mistake: Posting Political Opinions from Corporate Accounts<br />
</strong><strong>Offender: KitchenAid Appliances<br />
</strong>What appeared to be a personal tweet about President Barack Obama’s deceased grandmother from a KitchenAid employee was sent from the corporate account.<br />
<a href="http://blog.fusionalliance.com/blog/uncategorized/top-three-social-media-mistakes-of-2012/attachment/kichenaid" rel="attachment wp-att-3844"><img class="aligncenter  wp-image-3844" title="Social-media-mistake-KitchenAid" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/KichenAid.png" alt="" width="421" height="192" /></a><br />
<strong>Response</strong>: Public backlash was swift and harsh. As thousands were actively following the “nbcpolitics” hashtag at the time the tweet was posted, critics were quick to call out the appliance manufacturer and demand an apology on behalf of the president.<br />
<strong>Damage Control</strong>: KitchenAid was quick to publish multiple, sincere apologies and ensured the public that the insensitive tweeter would no longer be responsible for managing Kitchen Aid’s Twitter feed.</li>
<li><strong>Social Media Mistake: Misusing a Twitter Hashtag Relating to a Tragedy<br />
</strong><strong>Offender</strong>: Celeb Boutique clothing retailer<br />
Another controversial tweet of 2012 came in July from fashion retailer Celeb Boutique following the deadly movie theater shooting in Aurora, CO. By not researching <a href="http://blog.fusionalliance.com/blog/tag/hashtags" target="_blank">hashtags trending on Twitter</a>, the post—which included “#Aurora”— outraged many who were mourning the tragedy.<br />
<strong><a href="http://blog.fusionalliance.com/blog/uncategorized/top-three-social-media-mistakes-of-2012/attachment/celebboutique" rel="attachment wp-att-3845"><img class="aligncenter  wp-image-3845" title="Celeb-Boutique-social-media-mistake" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/CelebBoutique.png" alt="" width="495" height="262" /></a><br />
Response</strong>: The offensive remark was retweeted hundreds of times before it was deleted. Many were understandably outraged and took to Twitter to publically reprimand the brand.<br />
<strong>Damage Control</strong>: Celeb Boutique immediately issued an apology and deleted the tweet. They informed the public that their PR department was not based in the United States and was not aware of the tragedy that had occurred in Colorado. Although their apology was well received by the public, the gaffe prompted a lot of criticism about how many corporations have not yet mastered the refined skill of social media management.</li>
</ol>
<p>These social media mistakes could have been avoided, had each corporation mandated strict social media guidelines. Make sure your brand doesn’t fall victim to the same missteps by implementing some <a href="http://blog.fusionalliance.com/blog/uncategorized/what-we-can-learn-from-twitters-top-tweets-of-2012" target="_blank">social media best practices</a> for your corporation.</p>
<p><strong>SOUND OFF:</strong> How does your company manage its social media presences? What rules or guidelines must employees follow when tweeting or posting from a corporate account? Let us know by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/top-three-social-media-mistakes-of-2012/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Asking a Consultant for Agile – Check Yourself for Success</title>
		<link>http://blog.fusionalliance.com/blog/project-agility/asking-a-consultant-for-agile-check-yourself-for-success</link>
		<comments>http://blog.fusionalliance.com/blog/project-agility/asking-a-consultant-for-agile-check-yourself-for-success#comments</comments>
		<pubDate>Thu, 10 Jan 2013 14:30:04 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Project Agility]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Coach]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Scrum]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3651</guid>
		<description><![CDATA[When asking a consultant if they can run a project with Agile there are assumptions on both sides that will make or break satisfaction. In my experience, these factors have the most impact when entering into an agile consultant partnership &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/project-agility/asking-a-consultant-for-agile-check-yourself-for-success">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>When asking a consultant if they can run a project with Agile there are assumptions on both sides that will make or break satisfaction. In my experience, these factors have the most impact when entering into an agile consultant partnership on a project.</p>
<h2>Do you already use Agile?</h2>
<p><strong>If so</strong>, make sure you discuss your methodology completely with the consultant, including which roles you expect them to fill. Agile methodologies vary widely, even those that fall under scrum.</p>
<p><strong>If not</strong>, reconsider making a consulting project your first agile experience. The tools, vernacular and—more importantly—measures of success that you are accustomed to will likely be quite different. Don’t undervalue the debt of taking on a new methodology along with on-boarding a consultant.</p>
<h2>Do you need an Agile coach?</h2>
<p><strong>If your team is new to agile,</strong> or if the consultant is taking on a leadership role within a relatively new agile team, you should seriously consider budgeting for agile coaching. Agile coaches help the organization understand the outputs and benefits of an agile project while helping the team transition to the new, highly transparent way of working together.</p>
<h2>Do you have the time to be the chicken?</h2>
<h3>Regardless of role, YOU are an integral part of an agile project.</h3>
<h4>Stakeholders Can Expect: <em>(at least)</em></h4>
<ul>
<li>Weekly meetings</li>
<li>A ping every other day to vet a concept or a solution on your user story</li>
<li>To provide user stories</li>
<li>To elect and champion a product owner that you trust</li>
</ul>
<h4>Product Owners Can Expect: <em>(at least)</em></h4>
<ul>
<li>Daily meetings</li>
<li>Owning and prioritizing the backlog</li>
<li>Attending the first part of planning meetings</li>
<li>Facilitating sprint demonstration and retrospective meetings</li>
<li>Daily interaction and availability to the development team</li>
<li>Being called upon by the scrum master to help knock down barrier</li>
<li>To provide user stories</li>
<li>To elect and champion a scrum master you can trust</li>
</ul>
<h2>Does the budget support it?</h2>
<h3>Agile deliverables are minimum scope plus whatever value the development team built into them.</h3>
<p><strong>Is the project fixed bid?</strong> Consider going for a fixed bid of the minimum, critical scope only and handle any subsequent iteration as a &#8220;per iteration&#8221; cost. They can quote you on per iteration as long as they know the time box for your release cycle. Fixed bid for a vague scope rarely works well for either party. Fixed bid for &#8220;anything it takes to make me happy&#8221; is a waterfall approach and not an agile approach. Agile emphasizes redirecting resources flexibly to provide the best, most timely solution for the most urgent needs.</p>
<p><strong>Consider instead a ‘per iteration’ bid.</strong> The consultant should, if they have an agile team that has worked together before, be able to estimate pretty fairly how much they can get done per iteration.</p>
<h2>Do your release mechanisms and policies support it?</h2>
<p><strong>Quality and compliance are usually where complications occur.</strong> If you have a standard process that diverts your code through a week of QA and testing—you probably aren’t ready for this. Agile requires consistent and constant release, even if it&#8217;s every three weeks.</p>
<p><strong>If your testing and quality/compliance gateways are baked into your development process then you’re in better shape.</strong>  Automated testing, TDD and a the product owner and scrum master addressing the external quality and compliance barriers are also to your benefit. I’m not saying you cannot do agile without baked-in quality, but it&#8217;s very difficult, and you should standardize the way you accomplish your compliance and quality needs before you bring in a consultant to do an agile project.</p>
<h2>Can you tolerate imperfection?</h2>
<p><strong>Agile delivers solutions in small, incremental pieces. </strong>That means releasing something basic, rather than waiting until it&#8217;s complete with all of the features your customers want. Features are added through iteration. This allows you to react to the response to the release and adjust the next features accordingly.</p>
<p><strong>Agile often delivers a greater number of defects unless a TDD solution is also applied.</strong> Not all defects are considered sacred and a priority simply because they are defects. If an enhancement is more important to the users and the defect is not critical, it will often wait.</p>
<h2>What role do you want your consulting partner to play?</h2>
<div>Carefully consider whether you want your consulting partner to be part of your project or run it using an agile methodology. A good consultant can help you determine if it’s the full methodology or the agile principles you want to instill into the deliverables. Open the conversation. Be honest about your needs and the conventions and expectations of your company. A good consultant will do what&#8217;s best and help you adapt and use the best tools to provide the right solution.</div>
<div></div>
<div><span style="color: #ff9900;"><strong>SOUND OFF:</strong></span> Have you been thinking about &#8220;going agile?&#8221; How did your project, team or company check against these questions? What would you like to know more about?</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/project-agility/asking-a-consultant-for-agile-check-yourself-for-success/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Customer is always&#8230;&#8221;right&#8221;?</title>
		<link>http://blog.fusionalliance.com/blog/the-customers-perspective/the-customer-is-always-right</link>
		<comments>http://blog.fusionalliance.com/blog/the-customers-perspective/the-customer-is-always-right#comments</comments>
		<pubDate>Wed, 09 Jan 2013 14:00:11 +0000</pubDate>
		<dc:creator>John Harrison</dc:creator>
				<category><![CDATA[The Customer's Perspective]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Customer Loyalty]]></category>
		<category><![CDATA[Customer Satisfaction]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3754</guid>
		<description><![CDATA[We live in an age when speed, service, and information are hyper-priorities. I have recently noticed two competing credit card companies running TV commercials featuring LIVE people answering customer service calls—imagine that! Combine a high level of customer service with &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/the-customers-perspective/the-customer-is-always-right">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>We live in an age when speed, service, and information are hyper-priorities. I have recently noticed two competing credit card companies running TV commercials featuring LIVE people answering customer service calls—imagine that! Combine a high level of customer service with even higher customer expectations and you have a very difficult paradigm to support.</p>
<p>Fortunately for most businesses, technology is there to help. We now have a myriad of options including blogs and social media to enhance customer support. I recently used both to help my customers while many of my co-workers were on vacation for the holidays.</p>
<p>The first instance was right before the holidays. Everyone was already gone and one of my customers had a very technical question that was outside of my expertise.  Fortunately, I remembered that one of my colleagues had just written a blog post on that very topic.  I sent him the link—problem solved! It&#8217;s nice to have so many resources at your fingertips when customers need you to be there 24/7.</p>
<p>The second example involved a campaign we recently ran ultilizing a Twitter hashtag chat.  We had a great session with one of my clients that led to a follow up, face-to-face meeting to dive deeper into the topic.</p>
<p>Now here&#8217;s the tricky part: what do you do when your techology arsenal falls short? When the customer wants what the customer wants,  human intervention may be the best recourse. Sometimes good old-fashioned, personal attention (especially in a B2B scenario) is the only way to get the job done. Here&#8217;s another scenario that demonstrates that:</p>
<p>On December 28th in the early afternoon, I got an email from a client who wanted to talk about a big project.  I needed to get all the details.  Fortunately, I was able to drop what I was doing to meet with the client.  We had a very productive white-boarding session and came up with the solution.  Trying to do this via email a few hours before the holidays would have been difficult, at best.</p>
<p>So here are my &#8220;customer service mantras:&#8221;</p>
<ul>
<li>Use technology to stay abreast of a situation, but be involved in the follow up.</li>
<li>The simple stuff can be handled via email, but the difficult challenges often require some real human interaction to solve.</li>
<li>If someone is important enough to be a customer of your business, they are important enough to take care of in person.</li>
</ul>
<p>Technology is truly an excellent tool to stay in touch with customers and increase engagement and loyalty.  But be cautious of becoming overly dependent on technology when the situation really calls for personal contact with the customer. In each of my examples, the result was increased customer loyalty and engagement because technology was used with discretion.  Staying focused on your goal of making your customers happy will enable you to find the perfect balance between using technology and personal contact.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/the-customers-perspective/the-customer-is-always-right/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What We Can Learn from Twitter’s Top Tweets of 2012</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-we-can-learn-from-twitters-top-tweets-of-2012</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-we-can-learn-from-twitters-top-tweets-of-2012#comments</comments>
		<pubDate>Tue, 08 Jan 2013 14:00:22 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[social media stragety]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3797</guid>
		<description><![CDATA[The website &#8220;2012 Year on Twitter&#8221; takes a look at the some of the short social media posts that reflect the last calendar year. Included are what Twitter calls “Golden Tweets,” or the top tweets that generated the most retweets &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-we-can-learn-from-twitters-top-tweets-of-2012">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The website &#8220;<a href="http://2012.twitter.com" target="_blank">2012 Year on Twitter</a>&#8221; takes a look at the some of the short social media posts that reflect the last calendar year. Included are what Twitter calls “Golden Tweets,” or the top tweets that generated the most retweets during 2012. One of these top tweets came from President Barack Obama. The other came from pop star, Justin Bieber.</p>
<p style="text-align: center;"><a href="https://twitter.com/BarackObama/statuses/266031293945503744" rel="attachment wp-att-3799"><img class="aligncenter  wp-image-3799" title="Top Tweet 2012" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/Screen-shot-2013-01-04-at-4.17.24-PM.png" alt="" width="418" height="452" /></a></p>
<p style="text-align: center;"><a href="https://twitter.com/justinbieber/statuses/251039231160492033" rel="attachment wp-att-3800"><img class="aligncenter  wp-image-3800" title="Top Tweets 2012" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2013/01/Screen-shot-2013-01-04-at-4.17.06-PM.png" alt="" width="472" height="210" /></a></p>
<p>Besides being shared frequently, what do these tweets have in common? What can <a href="http://blog.fusionalliance.com/blog/tag/social-media-strategy" target="_blank">social media marketing</a> professionals learn from tweets?</p>
<p>The following are four characteristics, shared by these top tweets, that you can apply to your organization’s Twitter account:</p>
<ol>
<li><strong>Short<br />
</strong>You don’t have to use all 140 characters to make an impact. In fact, using less characters can actually encourage people to share, because it makes it easier for them to add their own comments when retweeting. Both of Twitter’s top tweets were less than 45 characters.</li>
<li><strong>Personalized<br />
</strong>Your followers follow you for a reason. Consider what sets your company apart and how you can apply it to your tweets. Neither President Obama nor Justin Bieber’s top tweets contained a lot of context, but they were both heartfelt and shared in their own voice.</li>
<li><strong>Timely<br />
</strong>President Obama&#8217;s most retweeted tweet of 2012 came election night. The timeliness of this tweet, just as the race was being decided, set it up to be shared by those already talking about the topic or waiting for the election outcome to be posted on Twitter.</li>
<li><strong>Far Reaching<br />
</strong>Both top tweets came from well-known figures in popular culture. Part of the reason that Justin Beiber’s tweet received 231,167 retweets, was due to the fact that his account has 32,000,000+ followers. Growing—and engaging with—your follower-base on Twitter is an important part of spreading your message.</li>
</ol>
<p><strong>SOUND OFF: </strong>What do you think were the <a href="https://2012.twitter.com/en/golden-tweets.html" target="_blank">most memorable tweets of 2012</a>? What strategies does your organization use to encourage people to retweet your content?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-we-can-learn-from-twitters-top-tweets-of-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Digital Trend Predictions for 2013</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-digital-trend-predications-for-2013</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-digital-trend-predications-for-2013#comments</comments>
		<pubDate>Mon, 07 Jan 2013 14:00:55 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Content Marketing]]></category>
		<category><![CDATA[digital trends]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3767</guid>
		<description><![CDATA[It’s that time of year—time to make predictions about what will become the big digital trends in 2013. From content marketing to mobile wallet, here are some of the most interesting trend predictions we’ve heard so far this year: 1. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-digital-trend-predications-for-2013">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>It’s that time of year—time to make predictions about what will become the big digital trends in 2013. From content marketing to mobile wallet, here are some of the most interesting trend predictions we’ve heard so far this year:</p>
<p><strong>1. Second-Screen Revolution</strong></p>
<p>According to Mashable: More than 80% of <a href="http://mashable.com/2012/12/06/tech-trends-2013/" target="_blank">smartphone and tablet owners use these mobile devices while watching TV</a>.</p>
<p>Although the statistics about the rise of the second screen are notable, it stands to argue that the second-screen revolution is still to come. As AdWeek points out, new apps and gaming consoles that allow consumers to use <a href="http://www.adweek.com/news/technology/eight-digital-trends-watch-2013-146070 " target="_blank">smartphones or tablets in tandem with their TV</a>, have the ability to open up additional second-screen marketing, including conjoined ads.</p>
<p><strong>2.  Content as Currency </strong></p>
<p>In 2012, many brands began embracing <a href="http://www.adweek.com/news/technology/eight-digital-trends-watch-2013-146070" target="_blank">content marketing</a> and thinking more like publishers. As companies continue to look for new ways to enhance conversation and the digital customer experiences by way of visual or text-based content, some argue that <a href="http://socialmediatoday.com/davidarmano/1085961/six-social-digital-trends-2013 " target="_blank">content may become your company&#8217;s most valuable asset in 2013</a>.</p>
<p><strong>3. <a href="http://socialmediatoday.com/davidarmano/1085961/six-social-digital-trends-2013 " target="_blank">Data Surplus, Insight Deficit</a></strong></p>
<p>Big Data, one of the biggest trends in 2012, isn’t going anywhere in 2013. In fact, the amount of data being collected, mined, stored appears to be increasing. However, as David Armano reminds us, it’s not enough to have data, it’s also necessary to know what to do with it. Armano suggest that “2013 may be the year we focus less on data and start thinking about how to understand, interpret and make good use of it.”</p>
<p><strong>4.  Mobile Payments</strong></p>
<p>This constantly evolving trend seems to be picking up quickly with apps like Apple’s Passbook, as well as store-specific apps from retailers like CVS, Target, Starbuck promoting consumer to use their phone as part of the check-out process and big news about mobile payments services like Square. However, many of those who included mobile payments as trend to watch for in 2013, suggest that consumer demand will play a big factor in the <a href="http://www.washingtonpost.com/business/technology/tech-trends-to-watch-in-2013/2012/12/31/8464b662-5362-11e2-bf3e-76c0a789346f_story.html " target="_blank">progress of mobile payments</a> in the year ahead.</p>
<p><strong>5.  3D Printing</strong></p>
<p>Although 3D printers hit the market in 2012, this trend is expected to explode in 2012. The typical consumer might not understand or be ready to fully embrace 3D printing, however extreme DIY enthusiasts, retailers who offer 3D printing and unique large-scale applications—like the <a href="http://www.washingtonpost.com/business/technology/tech-trends-to-watch-in-2013/2012/12/31/8464b662-5362-11e2-bf3e-76c0a789346f_story.html" target="_blank">creation of an 3D-printed version</a> of James Bond’s Aston Martin “Skyfall”—might be enough to push this abstract technology mainstream.</p>
<p><strong>6.  Embedded Technology</strong></p>
<p><strong></strong>Think your phone is the only smart object in your life? <a href="http://mashable.com/2012/12/06/tech-trends-2013/" target="_blank">Embedding technology</a> might soon change that.</p>
<p>Mashable author, Lance Ulanoff suggests that embedded technology is poised up where you least expect it: utility poles, door handles, sidewalks. “Any place they can jam a sensor to capture &#8212; you guessed it &#8212; data, or let you quickly gain information about location, situational awareness, there will be embedded technology.”</p>
<p><strong>SOUND OFF: </strong>What digital tech trends do you expect to be big in 2013? What trends are you looking forward to? Dreading? Share your thoughts by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-digital-trend-predications-for-2013/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Fast Feedback Isn&#8217;t Nearly Fast Enough</title>
		<link>http://blog.fusionalliance.com/blog/caffeine-in-code-out/your-fast-feedback-isnt-nearly-fast-enough</link>
		<comments>http://blog.fusionalliance.com/blog/caffeine-in-code-out/your-fast-feedback-isnt-nearly-fast-enough#comments</comments>
		<pubDate>Thu, 03 Jan 2013 14:00:30 +0000</pubDate>
		<dc:creator>Jarrett Meyer</dc:creator>
				<category><![CDATA[Caffeine In, Code Out]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[automated testing]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Software Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3689</guid>
		<description><![CDATA[My wife rides horses, specifically a style known as dressage. Dressage is a style of riding designed to push a horse to its physical limits of athleticism and movement. The types of techniques performed are incredibly technical, the placement of &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/caffeine-in-code-out/your-fast-feedback-isnt-nearly-fast-enough">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/caffeine-in-code-out/your-fast-feedback-isnt-nearly-fast-enough/attachment/horse-dressage" rel="attachment wp-att-3688"><img class="alignright" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/12/horse-dressage-290x273.jpg" alt="Dressage" width="290" height="273" /></a>My wife rides horses, specifically a style known as <a href="http://en.wikipedia.org/wiki/Dressage" target="_blank">dressage</a>. Dressage is a style of riding designed to push a horse to its physical limits of athleticism and movement. The types of techniques performed are incredibly technical, the placement of the horse&#8217;s head, back, and feet very precise. Watching a 1500 pound animal perform ballet is impressive indeed.</p>
<p>The most impressive aspect of dressage? When done well, you cannot tell that the rider is doing anything at all.</p>
<p>Horses are incredibly sensitive creatures. They are capable of reacting to slight changes in pressure that many humans wouldn&#8217;t even notice. The best riders spent thousands of hours training, usually riding multiple horses per week. They learn about the minuscule changes they have to make with their hands, arms, body, seat, and legs to exactly the movement they want out of the animal. Exactly how much change &#8211; and no more.</p>
<p>Horses bring their own minds into the arena. Some of the horses I&#8217;ve met are quite intelligent. Horses will spook at a shadow they&#8217;ve seen dozens of times or a tractor that backfires a quarter mile away on the next farm. Again, good riders seem to know this. They pick up cues from the horse, and they react. Because they are so well trained, they can react sooner, and with very little perceived effort, making a tiny correction to put the horse back on track.</p>
<p>Put succinctly, dressage equestrians are Agile.</p>
<p>A fast feedback cycle is the heart of agile. We write unit tests because automated testing is <strong>always</strong> faster than manual testing. We use build and integration servers because we are merging code written by multiple developers. When that code is merged, dependencies must be checked. We write behavior driven tests that ensure the application still performs in expected fashions. We have development servers that will publish the site and run our JavaScript tests for us. We use <a href="https://github.com/" target="_blank">modern source control</a> systems that allow for dozens, if not hundreds, of <a href="http://en.wikipedia.org/wiki/Atomic_commit#Revision_Control" target="_blank">atomic commits</a> each day.</p>
<p>I have reached a point in my career where these tools <strong>are not optional</strong>. These are my tools. When they are gone, I might as well be missing a hand or an eye. In fact, they are so integral in how I work, that I refuse to work without them. And if I go to a client who does not have them, I will even offer to set them up for the client. And if that still doesn&#8217;t happen, then I won&#8217;t be working for that client very long.</p>
<p>No matter how fast your feedback cycle is, I promise you it isn&#8217;t fast enough. Your unit tests need to be run every time code is merged. <strong>Every time.</strong> <em>This point is not up for debate.</em> What are the most and newest critical tests? Run those first. What are the slowest tests? Run those in batches. Are your most critical tests also the slowest? I can guarantee, without looking at your code, that you are mingling business concerns with infrastructure. Abstract those two pieces away from each other.</p>
<p>Do you test your client-side JavaScript? You should. Once your integration server builds your project and runs your server-side tests, code should automatically be deployed to a testing server. Your automation should invoke your <a href="http://qunitjs.com/" target="_blank">QUnit</a> or <a href="http://pivotal.github.com/jasmine/" target="_blank">Jasmine</a> test suite and report back on failures.</p>
<p>If you are waiting on a human, <em>for specs, testing, or anything</em>, quit it. Right now. You are wasting your time, killing your productivity, and hemorrhaging your company&#8217;s resources. If you need a tester, then get one on the spot, sitting next to the developer, and figure out an automation that works for the necessary conditions. We are software developers. <strong>Our entirety of work is remove mundane or difficult manual processes.</strong> Do not exacerbate the problem by creating your own manual work.</p>
<p>If a request does in fact takes that long, then you don&#8217;t have the right people working on the problem, you are not effective at sharing information, or you haven&#8217;t broken the problem down into small enough actionable units. In most cases, it is some combination of all three. You should be able to see noticeable progress daily. Yes. Daily.</p>
<p>How do users <a href="http://newrelic.com" target="_blank">use your application</a>? <em>Yes, I know you wrote the application to be used a certain way. But humans are ingenious creatures that do strange things.</em> If an error does make it to production, how quickly do your developers <a href="http://www.exceptional.io/" target="_blank">know about it</a>? How quickly can you fix the problem or make adjustments? Can you change a page slowly over time in a way that coerces the user to work in an expected and manageable workflow? <em>Major site redesigns almost always lead to lots of customer support calls.</em></p>
<p>Think you&#8217;re fast? Think again. We all want to build something amazing, and amazing is incredibly critical of itself.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/caffeine-in-code-out/your-fast-feedback-isnt-nearly-fast-enough/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Choosing a CMS: Use the Right Tool for the Job</title>
		<link>http://blog.fusionalliance.com/blog/wordfuse/choosing-a-cms-the-right-tool-for-the-job</link>
		<comments>http://blog.fusionalliance.com/blog/wordfuse/choosing-a-cms-the-right-tool-for-the-job#comments</comments>
		<pubDate>Wed, 02 Jan 2013 14:00:54 +0000</pubDate>
		<dc:creator>Denise Dilworth</dc:creator>
				<category><![CDATA[WordFuse]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[CMS evaluation]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[managing content]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3330</guid>
		<description><![CDATA[Challenge: I have a new tree. Goal: Plant the tree. Desired outcomes: Blossoms in the spring; shade in the summer; fruit in the fall. Tool of choice: A hammer? No worries. The claw side of the hammer can be used to start digging &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/wordfuse/choosing-a-cms-the-right-tool-for-the-job">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>Challenge: </strong>I have a new tree.</p>
<p><strong>Goal:</strong> Plant the tree.</p>
<p><strong>Desired outcomes: </strong>Blossoms in the spring; shade in the summer; fruit in the fall.</p>
<p><strong>Tool of choice: </strong>A hammer?</p>
<p>No worries. The claw side of the hammer can be used to start digging the hole. And if I attach a broad, flattened piece of sharp-edged metal to the striker side of the hammer, I can dig an even bigger hole. Of course, I might have to lengthen the handle a bit to get the right depth, so I&#8217;ll need to get a pole and some wire to attach it to the existing handle. Sometimes, the wire will flex, causing the lengthened handle to wobble and bend a bit, which interferes with the accuracy of my digging and slows me down, but if I add more wire and wrap it around both handles very tightly eleventy-seven times, the whole thing might hold. Y&#8217;know, if the blade doesn&#8217;t bend.</p>
<p>Oh, I know what you&#8217;re thinking. You&#8217;re thinking, &#8220;Why doesn&#8217;t she just use a shovel? It&#8217;s made for digging! Now she has a cobbled-together mess that&#8217;s going to require constant fixing, and it might not even work in the end.&#8221;</p>
<p>Indeed.</p>
<h3>Well-defined needs make for better-fitting solutions</h3>
<p>As more of our clients are seeing the value of using a content management system, or CMS, to serve up their digital and print content, we are sometimes asked to make do with hammers where a shovel might be more effective &#8212; or vice-versa. Budgets, schedules, and technical environments all play into our clients&#8217; CMS selection process &#8212; and rightfully so. That&#8217;s reality. But all of those considerations can also be affected either by not scaling the desired outcomes to the tool or the tool to the desired outcomes.</p>
<p>Here are a few important considerations for evaluating both the project and the tool:</p>
<p><strong>Content complexity. </strong>How complex is your content? Is it contained in a single site? Across multiple, interrelated sites? In print as well as digital media? Are there significant chunks or kinds of content that must &#8212; or can &#8212; be reused across digital properties or print collateral? Do you have documents, video, audio, or other media you wish to publish through your CMS? Do you have social media content you want to manage through your CMS?</p>
<p><strong>Responsive design.</strong> Will your users want to engage with your content across multiple contexts, using different devices? Do you want a CMS that will support responsive design or adaptive content? Does it add its own CSS code, requiring code editing to get the right look-and-feel? How does it handle JSP? HTML5? Web fonts?</p>
<p><strong>Workflow needs. </strong>How does your current content go to publication? Who creates it? Who approves it &#8212; and at what stages of its editorial journey? Can any of the process be handled through the CMS?</p>
<p><strong>Ease of use.</strong> Who will be entering, editing, and approving your content? Who will be maintaining your CMS? What level of skill do these users have &#8212; or need to acquire &#8212; with the system &#8212; or with technology in general?</p>
<p><strong>Integration with other systems.</strong> Do you have a customer relationship management tool (CRM) with which the CMS will need to integrate or share data? Email systems? Other business-critical &#8212; or even merely important &#8212; systems that will affect the publication, distribution, or success metrics for the content?</p>
<p><strong>The amount of customization required to get the job done right. </strong>If your CMS of choice requires significant customization &#8212; especially work-arounds &#8212; to achieve basic functionality, you might want to keep looking. Extensive customization results in potential risk, and that risk is rarely worth the effort. You would be better off looking for a CMS that more closely fits your needs than you would be trying to bend, wire, and duct-tape a solution together.</p>
<p><strong>Vendor service agreements.</strong> Your CMS vendor is an important partner in implementing your system. What kinds, levels, and duration of support do they offer? At what cost? Will they assist you with cut-over planning? System testing? Data migration? Do they offer training? Will they provide on-site support? How much? How often?</p>
<h3>Not even the right hammer makes everything a nail</h3>
<p>In addition to thinking about what you <em>do</em> want your content management system to handle, you&#8217;ll need to think about what you <em>don&#8217;t</em> want it to handle. If you aren&#8217;t intentional about what goes into your CMS &#8212; and what stays out of it &#8212; you&#8217;ll end up with a system resembling <a title="Content Strategy and the Bathroom Cabinet" href="http://blog.fusionalliance.com/blog/?p=3325" target="_blank">the digital content equivalent of a junk drawer</a>. A few questions to ask yourself:</p>
<ul>
<li>Should your CMS be your <a title="System of record: Wikipedia definition" href="http://en.wikipedia.org/wiki/System_of_record" target="_blank">system of record</a> for auditing purposes, or are there other places where legacy or expired content can be stored?</li>
<li>Must rich-media content, such as videos, be stored in the CMS, or would it make more sense to create a YouTube or Vimeo channel?</li>
<li>Would you benefit from using a document management system or other repository for printable content, such as PDFs of brochures?</li>
</ul>
<p>Asking yourself &#8212; and your business stakeholders &#8212; questions such as these can save time, expense, and frustration.</p>
<p>So can selecting the right CMS for your needs.</p>
<p><span style="color: #ff9900;"><strong>SOUND OFF:</strong></span> What challenges have you experienced with selecting the right CMS? What do you know now that you wish you knew then?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/wordfuse/choosing-a-cms-the-right-tool-for-the-job/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Tech Resolutions for 2013</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-tech-resolutions-for-2013</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-tech-resolutions-for-2013#comments</comments>
		<pubDate>Thu, 27 Dec 2012 14:00:55 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[Information Security Threats]]></category>
		<category><![CDATA[Online Marketing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3740</guid>
		<description><![CDATA[The weeks leading up to the New Year are a time of resolutions, both personal and professional. As 2012 draws to a close and you consider what projects to work on and habits to reform, don’t forget about your use &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-tech-resolutions-for-2013">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The weeks leading up to the New Year are a time of resolutions, both personal and professional. As 2012 draws to a close and you consider what projects to work on and habits to reform, don’t forget about your use of technology.</p>
<p>Looking to make great strides with tech next year, or even just improve your data security? Consider making one of these six technology resolutions for 2013:</p>
<ol>
<li><strong>Stop Using the Same Password Across All of Online Accounts</strong>—Even if your password is especially complicated and sophisticated, it is important not to use the same one across all of your online accounts. In the event a hacker decodes your stolen password, he or she will have access to all of your password-protected information. Use variety in your security credentials and keep your confidential information safe from harm.</li>
<li><strong>Use Secure Phone and Computer Passwords </strong>—The prevalence of mobile devices used in both personal professional settings means that sometimes-sensitive data is more accessible to thieves.  Protect your data by taking the same security measures you would with traditional computers, choose passwords and PIN numbers that are difficult to crack, and never save passwords in documents that can be easily accessed if your device is stolen.</li>
<li><strong>Stop Risking Personal Information on Unsecured Websites</strong>—Online shopping opens up new opportunities for hackers and identity thieves to acquire your credit card numbers and bank account information. To <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-holiday-tech-security-threats-what-to-watch-for-when-online-shopping" target="_blank">avoid security threats while online shopping</a>, be vigilant about purchasing items on unsecured sites. Always look for https:// and refrain from submitting personal information to websites that lack Secured Socket Layer (SSL).</li>
<li><strong>Safeguard Against Data Loss</strong>—Prevent the leakage of your business’ confidential documents by taking steps to protect sensitive information. Have Data Loss Prevention policies in place and make sure every employee is aware of and complying with these policies.</li>
<li><strong>Protect Mobile Devices Against Malware and Viruses</strong>—Don’t forget, your mobile devices are vulnerable to attack and corruption. Make the resolution to <a href="http://blog.fusionalliance.com/blog/itsecuritysamurai/managing-mobile-device-security-with-exchange" target="_blank">protect mobile devices from hackers</a>. Keep personal information personal by implementing malware prevention software and regularly scanning your device for potential threats and attempted break-ins from remote third parties. Additionally, avoid opening unfamiliar or suspicious websites, emails, and links on your mobile device.</li>
<li><strong>Get More Out of Social Media and Online Marketing</strong>—How do you know if your online marketing programs are succeeding if you don’t measure your results? Make sure your CTAs lead visitors to <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/the-3-cs-of-a-perfect-landing-page" target="_blank">an effective landing page</a>. Use a <a href="http://mashable.com/2012/07/30/free-cheap-web-analytics-tools/">web analytics service</a> to see where visitors landing, how they got there, how long they stay, and if they ultimately convert. By tracking and evaluating campaigns, you can continuously and easily assess what work and what’s not.</li>
</ol>
<p>Need help sticking to your 2013 tech resolutions? From information security to <a href="http://blog.fusionalliance.com/blog/digital-thoughts/why-a-mobile-web-presence-should-be-at-the-top-of-your-list" target="_blank">mobile business solutions</a>, contact us to <a href="http://www.fusionalliance.com/contact.aspx" target="_blank">find out how we can use technology to provide solutions for your business</a>.</p>
<p><strong>SOUND OFF: </strong>Which of these six tech resolutions will you make in 2013?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-tech-resolutions-for-2013/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Strategy and the Bathroom Cabinet</title>
		<link>http://blog.fusionalliance.com/blog/wordfuse/content-strategy-and-the-bathroom-cabinet</link>
		<comments>http://blog.fusionalliance.com/blog/wordfuse/content-strategy-and-the-bathroom-cabinet#comments</comments>
		<pubDate>Thu, 20 Dec 2012 14:00:41 +0000</pubDate>
		<dc:creator>Denise Dilworth</dc:creator>
				<category><![CDATA[WordFuse]]></category>
		<category><![CDATA[content governance]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[digital content]]></category>
		<category><![CDATA[information architecture]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3325</guid>
		<description><![CDATA[As I was cleaning out my bathroom cabinet a couple of weekends ago, it occurred to me: This is what I do for a living. I make sense out of chaos. My bathroom cabinet is a container for stuff &#8212; &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/wordfuse/content-strategy-and-the-bathroom-cabinet">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>As I was cleaning out my bathroom cabinet a couple of weekends ago, it occurred to me: <em>This</em> is what I do for a living. I make sense out of chaos.</p>
<p>My bathroom cabinet is a container for stuff &#8212; cosmetics, remedies, cleaning supplies, first aid materials, toilet paper, towels, and so on. Moreover, this container has a structure. It&#8217;s a big box, tipped up onto its side. The box has shelves, onto which I&#8217;ve placed baskets into which I&#8217;ve placed similar items. Or at least that&#8217;s what I&#8217;d initially done. Over time, things got a little messy as I tossed things that were &#8220;close enough&#8221; into various baskets. Then I started just putting things into whichever basket they&#8217;d fit into. Pretty soon, I had things spilling out around the baskets. And now&#8230;this.  <a href="http://blog.fusionalliance.com/blog/?attachment_id=3326" rel="attachment wp-att-3326"><img class="alignright size-medium wp-image-3326" title="cabinet_fade" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/photo_fade-290x482.jpg" alt="Messy bathroom cabinet" /></a></p>
<p>My clients&#8217; websites often go through a similar process of devolving. They start out with a carefully-designed architecture, clear navigation, intuitive labels, a strong linking strategy. Their <a title="Review: Content Strategy at Work" href="http://blog.fusionalliance.com/blog/wordfuse/review-content-strategy-at-work">content</a> was well-mannered, structured, contained.</p>
<p>And then things changed. And changed again. And pretty soon, their visitors started seeing a website that looked like my bathroom cabinet: a jumbled mess of disconnected messages, with disorganized navigation that made it impossible to find what they want or need without digging around for it.</p>
<p>So, how do you keep your digital content from getting out of control? Here are a few tips.</p>
<h3>Clear navigation is better than searching</h3>
<p>Just because your content is all in a directory, a library, a list, or another type of container, it doesn&#8217;t mean it&#8217;s organized. Many of the things in my bathroom cabinet are in decorative baskets &#8212; but I have to dig around in those baskets in order to find anything. Sure, a search engine is a nice tool to make available to your visitors, but you shouldn&#8217;t rely on it as your primary means of helping folks find what they need. Keeping your information architecture tightly organized will not only help your visitors but can also boost your <a title="The Search Engine Optimization Short Course" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-search-engine-optimization-short-course">SEO ranking</a>.</p>
<h3>Throw away anything that&#8217;s expired</h3>
<p>Remedies past their expiration dates are often less effective than when they are fresh. The same can be said for digital content: You have to keep it fresh. Unless you have a legal or regulatory reason for maintaining extensive archives with previous versions of pages or posts, throw old content out. If nothing else, make sure outdated content isn&#8217;t visible to your end users, where it might be (at best) confusing and ineffective or (at worst) downright dangerous. Move it to a system of record, where you can access it if you&#8217;re audited but visitors don&#8217;t have to wade through it.</p>
<h3>Plan before you add anything</h3>
<p>Impulse buying in the beauty aisle is the bane of my bathroom cabinet&#8217;s organization. My clients sometimes have similar impulse control issues when they attempt to keep up with changes in their business or in the market. They simply add to their existing site: broader navigation, deeper menus, orphaned pages linked deep within a paragraph somewhere, hastily-created social messaging. Thinking carefully about how new content fits into the overall structure of your <a title="6 Tips for Managing the Development of a Digital Strategy" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/6-tips-for-managing-the-development-of-a-digital-strategy">digital strategy </a>might reveal that this new &#8220;have-to-have&#8221; message would be more suitable as a Facebook post or a promotional page &#8212; or reduced to a Tweet linking back to an existing page.</p>
<h3>Governance controls clutter</h3>
<p>Approval processes, expiration dates, editorial calendars, checklists, style guides &#8212; who can be creative with all of those rules? Rules are good. Trust me. If they do nothing else, they help ensure that your digital content is intentional. Planned. Carefully constructed. Meaningful.</p>
<p>My bedroom closet is governed by a policy stating that if I haven&#8217;t worn something in a year, it goes to Goodwill. In other words, I keep only what I use. My bedroom closet is neat, clearly organized, easy to use. I&#8217;m developing a similar policy for my bathroom cabinet: Keep only what I need. This, I believe, will cause me to think before I buy something else to put into it &#8212; where it fits, what its purpose will be, why I own it.</p>
<p>And we owe at least that to those people who engage with our digital content.</p>
<p><strong>SOUND OFF:</strong> What processes have you implemented to keep your digital content under control and how are they working?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/wordfuse/content-strategy-and-the-bathroom-cabinet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rising Star in the Tech Community and Publishing World Right Here at Fusion Alliance</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/rising-star-in-the-tech-community-and-publishing-world-right-here-at-fusion-alliance</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/rising-star-in-the-tech-community-and-publishing-world-right-here-at-fusion-alliance#comments</comments>
		<pubDate>Wed, 19 Dec 2012 18:00:33 +0000</pubDate>
		<dc:creator>Lisa Ruff</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mobile App]]></category>
		<category><![CDATA[Mobile App Development]]></category>
		<category><![CDATA[REST Service]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Web API]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3668</guid>
		<description><![CDATA[Jamie Kurtz is the Microsoft Discipline Lead at Fusion Alliance and author of ASP.NET MVC4 and the Web API: Building a REST Service from Start to Finish, available January 9, 2013. He recently talked with Jan Evans and Lisa Ruff, &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/rising-star-in-the-tech-community-and-publishing-world-right-here-at-fusion-alliance">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Jamie Kurtz is the Microsoft Discipline Lead at Fusion Alliance and author of <a title="ASP.NET MVC4 and the Web API: Building a REST Service from Start to Finish" href="http://www.amazon.com/ASP-NET-MVC-Web-API-Building/dp/1430249773" target="_blank"><em>ASP.NET MVC4 and the Web API: Building a REST Service from Start to Finish</em></a>, available January 9, 2013. He recently talked with <a title="Jan Evans" href="http://blog.fusionalliance.com/blog/author/jevans" target="_blank">Jan Evans</a> and <a title="Lisa Ruff" href="http://blog.fusionalliance.com/blog/author/lruff" target="_blank">Lisa Ruff</a>, members of Fusion Alliance’s “Blog Squad,” about his book, background, and interests.</p>
<p><strong>Blog Squad:</strong> This is your first book, right?</p>
<p><strong>Jamie:</strong> Yes. My mother is a fiction writer and journalist, but this is the first time I’ve taken the plunge.</p>
<p><strong>Blog Squad: </strong>What motivated you to write <em>ASP.NET MVC4 and the Web API: Building a REST Service from Start to Finish</em>?</p>
<p><strong>Jamie</strong>: I believe in the usefulness of REST-based services and in using the new ASP.NET Web API to streamline development activities and deliver scalable, reusable services. And I thought this information was missing in the .NET community.</p>
<p><strong>Blog Squad:</strong> Tell us about your professional background and your work at Fusion Alliance.</p>
<p><strong>Jamie:</strong> I began programming in a high-temperature super-conductivity lab while I was a physics/math double major at Western Michigan University. I moved to Indianapolis after graduation and worked as a developer, lead developer, SQL Server DBA, software architect, and development team manager. My industry focus has been mainly in products: product architecture, product roadmaps, release cycles, and team management. I joined Fusion Alliance in March 2012 looking for opportunities to learn different technologies and to work with different clients and industries. My experience has so far been about 98 percent Microsoft, but I’ve begun branching out into Linux and Ruby development. I’ve also done work in architecture and development for mobile Android and iOS applications, SQL Server databases, ASP.NET websites, architecture and security assessments, and software valuations.</p>
<p><strong>Blog Squad:</strong> What did you learn while writing your book?</p>
<p><strong>Jamie:</strong> I found that researching and proving out the concepts in my book provided a great opportunity to learn more about REST services and the new ASP.NET Web API. I also learned a lot about the publishing process, thanks to my publisher, <a title="Apress" href="http://www.apress.com/" target="_blank">Apress</a>. In addition to great manuscript feedback from Brian Wortman, a fellow consultant at Fusion Alliance, Apress surrounded me with about a dozen other people to help the book become a success. I’m also learning about marketing and social media, both for my book and for my personal “brand.” I’ve had a website and blog (<a title="jamiekurtz.com" href="http://www.jamiekurtz.com" target="_blank">www.jamiekurtz.com</a>) for a few years now, but I recently established a Twitter account (<a title="Jamie Kurtz on Twitter" href="https://twitter.com/jakurtz" target="_blank">@jakurtz</a>)—mostly because a trusted colleague told me I should. Keeping up with everything sometimes makes me feel like I have two full-time jobs! I’ve also learned the tremendous value in working as a team on such technical materials.</p>
<p><strong>Blog Squad:</strong> What do you do for fun?</p>
<p><strong>Jamie:</strong> I spend time with my wife of 16 years, Kim, and my 12- and 10-year-old daughters. The girls are more interested in sports, dancing, and gymnastics than they are in tech (so far!). I like outdoor activities like backpacking, rock climbing, running, and biking. I’m also one of the drummers for my church, and I enjoy reading (I’m one of those people who is reading 10 books at a time, mostly action fiction and computer books) and watching romantic comedies.</p>
<p><strong>Blog Squad:</strong> What’s next for you?</p>
<p><strong>Jamie:</strong> I have two more books in the works, a mobile app in development, and I’m working on a product idea. I’m always looking for ways to share my passion with technologists, marketers, and product developers.</p>
<p><strong>SOUND OFF:</strong> Do you know of conferences or speaking engagements where Jamie’s expertise would be beneficial? <a title="Contact us" href="http://www.fusionalliance.com/contact.aspx" target="_blank">Contact us</a>. We&#8217;d love to hear about it.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/rising-star-in-the-tech-community-and-publishing-world-right-here-at-fusion-alliance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Trends: A Recap of Our 12 Most Visited Blogs of 2012</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tech-trends-a-recap-of-our-12-most-visited-blogs-of-2012</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tech-trends-a-recap-of-our-12-most-visited-blogs-of-2012#comments</comments>
		<pubDate>Wed, 19 Dec 2012 14:05:57 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Infographics]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3637</guid>
		<description><![CDATA[From video marketing and social media hashtags, to mobile and BYOD, 2012 was another big year for digital and technology solutions. As we take a look back on the digital tech trends of 2012, we’re also taking a moment to &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tech-trends-a-recap-of-our-12-most-visited-blogs-of-2012">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tech-trends-a-recap-of-our-12-most-visited-blogs-of-2012/attachment/2012" rel="attachment wp-att-3644"><img class="aligncenter  wp-image-3644" title="2012" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/12/2012.jpeg" alt="2012-wrap-up" width="402" height="225" /></a><span style="text-align: left;">From video marketing and social media </span>hashtags<span style="text-align: left;">, to mobile and BYOD, 2012 was another big year for digital and technology solutions.</span></p>
<p>As we take a look back on the digital tech trends of 2012, we’re also taking a moment to compare those trends to our most popular blogs from the past calendar year. Here’s our top twelve most visited blogs published in 2012:</p>
<ol>
<li> <strong>12 for 2012: Security Buzzwords<br />
</strong>What were the <a href="http://blog.fusionalliance.com/blog/itsecuritysamurai/12-for-2012-security-buzzwords-you-need-to-know " target="_blank">biggest security buzzwords of 2012</a>? Andy Stewart kicked off 2012 by sharing his predictions.</li>
<li><strong><a href="http://blog.fusionalliance.com/blog/wordfuse/3-reasons-you-should-adopt-adaptive-content " target="_blank">3 Reasons You Should Adopt Adaptive Content</a><br />
</strong>As digital media changes shape and form, so must our content. In this blog post Denise Dilworth, shares three reasons you should incorporate adaptive content into your content strategy.</li>
<li><strong>8 Mobile Statistics Worth Sharing<br />
</strong>From iPads to smartphones, mobile technology was one of the hottest tech topics of 2012. In this blog post, we share eight conversation-starting <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/8-mobile-statistics-worth-sharing " target="_blank">stats about mobile in 2012</a>.</li>
<li><strong><a href="http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools " target="_blank">10 Awesome and Free Tools to Help You Make Your Own Infographics</a><br />
</strong>Lisa Ruff proves that you don&#8217;t need to be a graphic artist to create compelling infographics.</li>
<li><strong><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/three-mobile-security-best-practices-that-everyone-should-know" target="_blank">Three Mobile Security Best Practices that Everyone Should Know</a><br />
</strong>As the prevalence and sophistication of mobile devices increases, so do the security threats to these devices. If you own a smart phone, tablet, or other mobile device, you should know these best practices.</li>
<li><strong>5 Tips for Being More Efficient at Work<br />
</strong>Are you looking for a way to make better use of your time at work? Consider adding these five ideas for <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-tips-for-being-more-efficient-at-work " target="_blank">increasing your efficiency at the office</a> to your 2013 resolutions.</li>
<li><strong><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-application-strategy-deciding-on-mobile-app-features" target="_blank">Mobile Applications Strategy Deciding on Mobile App Features</a><br />
</strong>When deciding on mobile app features, Jeff Picket reminds us to consider three things: user experience, the devices where your app will be used and the core capabilities of those devices.</li>
<li><strong><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/5-reasons-social-media-kills-customer-loyalty" target="_blank">5 Reasons Social Media Kills Customer Loyalty</a><br />
</strong>Social media is a great tool to build customer loyalty when done right. In this blog post, Jon Bausman provides tips to help businesses avoid killing their customer loyalty.</li>
<li><strong><a href="http://blog.fusionalliance.com/blog/digital-thoughts/geek-the-new-chic" target="_blank">Geek: The New Chic!</a><br />
</strong>Geeks unite! Jan Evans discusses how our growing use of technology has led to a new appreciation for those gifted in making technology work.</li>
<li><strong><a href="http://blog.fusionalliance.com/blog/all-things-data/ad-hoc-reporting-as-a-catchall-requirement " target="_blank">Ad Hoc Reporting as a Catchall Requirement</a><br />
</strong>Doug Smith shares four best practices to address ad-hoc reporting requirement in new systems or projects.</li>
<li><strong><a href="http://blog.fusionalliance.com/blog/digital-thoughts/rate-your-website-visibility-with-a-quick-seo-audit " target="_blank">Rate Your Website Visibility with a Quick SEO Audit</a><br />
</strong>An SEO audit you can perform on your own to determine if you’re in good shape to generate quality visits, or whether you need to make some adjustments.</li>
<li><strong>Will the Real Shell Please Stand Up?<br />
</strong>Greenpeace&#8217;s elaborately executed Shell Oil hoax fooled even the most savvy of social media experts. Jon Bausman discusses what we can learn from this <a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/will-the-real-shell-please-stand-up " target="_blank">fake Twitter account</a>.</li>
</ol>
<p><strong>SOUND OFF: </strong>What trends from 2012 do you predict will be still be relevant in 2013? Share your thoughts by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tech-trends-a-recap-of-our-12-most-visited-blogs-of-2012/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tweets of Thanks: #FusionThanks Digital Holiday Campaign</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tweets-of-thanks-fusionthanks-digital-holiday-campaign</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tweets-of-thanks-fusionthanks-digital-holiday-campaign#comments</comments>
		<pubDate>Mon, 17 Dec 2012 14:00:22 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[digital campaign]]></category>
		<category><![CDATA[holiday campaign]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3625</guid>
		<description><![CDATA[2012 has certainly seen its share of Twitter hashtags. From political party members (#tcot) to sports fans (#sfgiants), hashtags are a popular way to bring event attendees, TV viewers and other people with shared interest together online. #FusionThanks isn&#8217;t our &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tweets-of-thanks-fusionthanks-digital-holiday-campaign">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://www.fusionalliance.com/holiday" rel="attachment wp-att-3626"><img class="wp-image-3626 alignright" title="#FusionThanks" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/12/FusionThanks.gif" alt="holiday-digital-marketing-campaign" width="184" height="435" /></a>2012 has certainly seen its share of <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/harnessing-the-power-of-twitter-hashtags" target="_blank">Twitter hashtags</a>. From political party members (#tcot) to sports fans (#sfgiants), hashtags are a popular way to bring event attendees, TV viewers and other people with shared interest together online. #FusionThanks isn&#8217;t our first <a href="http://2012.twitter.com/en/trends.html" target="_blank">Twitter hashtag of 2012</a>, but it&#8217;s certainly one we&#8217;re excited to share with you.</p>
<p><strong>What is #FusionThanks?</strong></p>
<p>#FusionThanks is our way of spreading good tidings this holiday season. This Twitter hashtag is part of our <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/hashtag-happy-holidays-social-media-promotion-examples-2012" target="_blank">2012 digital holiday campaign</a> and  includes an interactive webpage, as well as a unique way to give back to local communities and families in Indianapolis and Cincinnati. For every tweet, up to 1,000, containing the hashtag #FusionThanks sent between now and January 2nd, Fusion Alliance will donate $1 to support the needs of local schools in partnership with the United Way.</p>
<p>Here’s how it works:</p>
<ol>
<li>Visit our <a href="http://fusionalliance.com/holiday" target="_blank">#FusionThanks</a> webpage</li>
<li>Enter your tweet in the box on the right and push “Tweet Now”</li>
<li>Watch your tweet appear on the page</li>
</ol>
<p>It’s that easy! Plus, you don’t have to write all 1,000 tweets yourself, so spread the news!</p>
<p><strong>SOUND OFF: </strong>How does your company celebrate the holiday season? We’d love to hear your seasonal stories. Share them with us by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tweets-of-thanks-fusionthanks-digital-holiday-campaign/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hashtag Happy Holidays: Social Media Promotion Examples</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/hashtag-happy-holidays-social-media-promotion-examples-2012</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/hashtag-happy-holidays-social-media-promotion-examples-2012#comments</comments>
		<pubDate>Wed, 12 Dec 2012 14:00:36 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Hashtags]]></category>
		<category><![CDATA[holiday marketing]]></category>
		<category><![CDATA[instagram]]></category>
		<category><![CDATA[Pinterest]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3611</guid>
		<description><![CDATA[If you spend a lot of time online this season, chances are you’ll see variations of #HappyHolidays on a number of your social networks. Why? Because, hashtags are a great way for people and brands to connect. Once reserved for &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/hashtag-happy-holidays-social-media-promotion-examples-2012">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>If you spend a lot of time online this season, chances are you’ll see variations of #HappyHolidays on a number of your social networks. Why? Because, <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/harnessing-the-power-of-twitter-hashtags " target="_blank">hashtags are a great way for people and brands to connect</a>. Once reserved for Twitter, hashtags are now a practical way to connect on a number of social media platforms including Instagram, Pinterest, and Google+.</p>
<p>Wonder how tech-lovers, organizations, and brands are using hashtags this holiday season? Here are a few creative holiday-themed social media promotions:</p>
<h3>Instagram-inspired Advent Calendar</h3>
<p><strong></strong>Adding tags to photos on Instagram makes those photos visible on public tag pages. 24 Grams is using this to their advantage with an Instagram-inspired advent calendar. For this project, the creators invite Instagram users to submit photos to complete their advent calendar by including the tag @24gram and <a href="http://24gra.ms" target="_blank">specified hashtags</a> (like #Gram9) within their photo caption.</p>
<p style="text-align: center;"><a href="http://24gra.ms/ "><img class="aligncenter  wp-image-3612" title="Instagram-inspired-advent-calendar" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/12/Screen-shot-2012-12-11-at-10.03.04-AM.png" alt="24-gram" width="661" height="400" /></a></p>
<h3>“Pin to Win” Holiday Contest</h3>
<p>A number of visual consumer brands are running holiday-themed contests on Pinterest to help spread the word about their products. Sephora’s <a href="http://pinterest.com/sephora/sephora-sweepstakes/ " target="_blank">holiday-themed Pinterest giveaway</a> asked fans to use a special hashtag (#SephoraSweeps) in the description when pinning their favorite items. Sephora then tracks the images using the hashtag and selects a weekly winner at random.</p>
<p style="text-align: center;"><a href="http://pinterest.com/sephora/sephora-sweepstakes/ "><img class="aligncenter  wp-image-3613" title="sephora-pinterest-contest" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/12/Screen-shot-2012-12-11-at-10.50.58-AM.png" alt="holiday-pinterest-promotion" width="422" height="572" /></a></p>
<h3>Twitter Populated Webpages</h3>
<p>Twitter hashtags don’t have to be reserved for Twitter.com. The tweets can also be populated on other webpages. Last holiday season, we created “Fusion Cheer,” an interactive webpage that allowed our employees and customers to share messages using a dedicated hashtag. (Stay tuned for this year’s holiday project!)</p>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=3615" rel="attachment wp-att-3615"><img class="aligncenter size-full wp-image-3615" title="Twitter-holiday" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/12/fusioncheer1.png" alt="" /></a></p>
<p><strong>SOUND OFF:</strong> Are you using hashtags as part of a <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-ways-to-integrate-social-media-into-your-holiday-marketing-strategy" target="_blank">social media marketing campaign</a> this holiday season? Share your idea or promotion by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/hashtag-happy-holidays-social-media-promotion-examples-2012/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>3 Holiday Tech Security Threats: What to Watch for When Online Shopping</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-holiday-tech-security-threats-what-to-watch-for-when-online-shopping</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-holiday-tech-security-threats-what-to-watch-for-when-online-shopping#comments</comments>
		<pubDate>Mon, 10 Dec 2012 14:07:55 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Mobile Security]]></category>
		<category><![CDATA[mobile shopping]]></category>
		<category><![CDATA[online shopping]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3605</guid>
		<description><![CDATA[The holiday season not only brings Black Friday and Cyber Monday deals, but an increase of online shopping overall. In fact, it’s predicted by the National Retail Federation that 16% of this year’s $586 billion holiday purchases will be made &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-holiday-tech-security-threats-what-to-watch-for-when-online-shopping">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The holiday season not only brings Black Friday and Cyber Monday deals, but an increase of online shopping overall. In fact, it’s predicted by the National Retail Federation that 16% of this year’s $586 billion <a href="http://www.forbes.com/sites/mckinsey/2012/12/06/holiday-shopping-trends-making-a-list-and-checking-in-twice/   " target="_blank">holiday purchases will be made either using a computer or mobile device</a>.</p>
<p>Although online shopping can be extremely convenient, it also presents threats not present with traditional shopping. Here are three technology security threats to be on the lookout for when completing your online holiday shopping:</p>
<p><strong>Threat:</strong><em> Clickjacking</em></p>
<p><a href="http://blog.fusionalliance.com/blog/itsecuritysamurai/12-for-2012-security-buzzwords-you-need-to-know " target="_blank">Clickjacking</a> is a malicious script, which takes over the links displayed for various webpages. When this happens, Internet users who try to click on this link are taken to an unintended destination. This malicious program can be hidden by anything that you’re asked to click on, including phony seasonal ecard, Christmas videos, and online coupons.</p>
<p><strong>Internet Safety Tip:</strong> Avoid clicking any suspicious link, image or page.</p>
<p>&nbsp;</p>
<p><strong>Threat: </strong><em>Cross-Site Scripting (XSS)</em></p>
<p>According to OWASP, <a href="https://www.owasp.org/index.php/Cross-site_Scripting_(XSS)" target="_blank">Cross-site scripting</a> is a “type of injection problem, in which malicious scripts are injecting into otherwise trusted sites. This kind of attack can steal any cookies or passwords you have saved in your browser.</p>
<p><strong>Internet Safety Tip: </strong>Only visit reputable websites and be wary of unfamiliar sites offering deals that seem “too-good-to-be-true.” Another tip is to log out of bank and other sites that store confidential information when browsing or shopping online and to clear cookies frequently.</p>
<p>&nbsp;</p>
<p><strong>Threat: </strong><em>Mobile Malware</em></p>
<p>According to PriceGrabber, “<a href="http://www.forbes.com/sites/mckinsey/2012/12/06/holiday-shopping-trends-making-a-list-and-checking-in-twice/ " target="_blank">82% of consumers plan to use mobile apps</a> to save money when purchasing gifts this year.” As more individuals download and access mobile apps, there is a heightened possibility malware installed on phones.</p>
<p><strong>Internet Safety Tip: </strong>Only download apps from trustworthy sources. Once apps are downloaded, make sure to check them and delete suspicious apps immediately. It’s also important to always keep your apps to date to prevent criminals from exploiting vulnerabilities in outdated apps to access your phone.</p>
<p>&nbsp;</p>
<p><strong>SOUND OFF: </strong>Are you shopping online this holiday season? What measures are you taking to protect yourself information and devices?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-holiday-tech-security-threats-what-to-watch-for-when-online-shopping/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is this Real Labor or just Braxton Hicks?</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/is-this-real-labor-or-just-braxton-hicks</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/is-this-real-labor-or-just-braxton-hicks#comments</comments>
		<pubDate>Tue, 04 Dec 2012 14:00:51 +0000</pubDate>
		<dc:creator>Kristi Dwenger-Bourgeois</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Business Analysis]]></category>
		<category><![CDATA[Communication]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Systems Analysis]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3556</guid>
		<description><![CDATA[OK, so here&#8217;s thing, I am pretty tired of sports analogies being used in my day-to-day project work.  You know what I&#8217;m talking about, &#8220;C&#8217;mon guys, this is the blocking and tackling stuff.&#8221;  Or, &#8220;What we need now is a &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/is-this-real-labor-or-just-braxton-hicks">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>OK, so here&#8217;s thing,</strong> I am pretty tired of sports analogies being used in my day-to-day project work.  You know what I&#8217;m talking about, &#8220;C&#8217;mon guys, this is the blocking and tackling stuff.&#8221;  Or, &#8220;What we need now is a Hail Mary before we have to go into to OT.&#8221;   I don&#8217;t really know how to do the &#8220;blocking and tackling stuff&#8221; and the only Hail Mary I know includes the words &#8220;pray for us sinners,&#8221; which I&#8217;m pretty sure is not what we&#8217;re talking about in IT projects.  I am not much of a sports follower, but I do have children, so I&#8217;m starting a new trend: I&#8217;m going to use prenatal care terms in my day-to-day project life.  You may have already heard this one: &#8220;Nine women can&#8217;t make a baby in one month.&#8221;  (If you aren&#8217;t familiar with this concept, see if you can find a copy of <a title="The Mythical Man Month by Fred Brooks" href="http://www.amazon.com/Mythical-Man-Month-Software-Engineering-Anniversary/dp/0201835959" target="_blank"><em>The Mythical Man-Month</em></a> by Fred Brooks.  It&#8217;s an old reference, but you&#8217;ll get the point&#8230;)  Here&#8217;s my list:</p>
<ul>
<li>When someone is trying to decide that the page exception they just uncovered in the app is a defect:  &#8220;You can&#8217;t be just a little-bit pregnant; of course it&#8217;s a defect.&#8221;</li>
<li>When features need to be put on hold or completely eliminated from scope:  &#8220;Is this modified or full bed-rest?&#8221;</li>
<li>When trying to decide if a particular change request needs extra funding:  &#8220;Will this be a natural labor or are we going to need an epidural?&#8221;</li>
<li>And my favorite—when the project is spiraling out-of-control:  &#8220;Is this real labor or are we just having Braxton Hicks?&#8221;</li>
</ul>
<p><strong>So what does that have to do with requirements management, anyway? </strong> As a requirements analyst, I take pride in understanding the audience I&#8217;m writing and presenting for and customizing my approach accordingly.  Even the IIBA views this particular skill as an attribute of  the Requirements Management and Communication compentency.  I do this in the &#8220;official&#8221; work I do, but how well do I this with the people I speak to everyday?  My point here is that I need to make sure the words I use, even in my day-to-day conversations, are understood by all of my team members.</p>
<p><strong>Let&#8217;s be real though—</strong>not everyone is going to understand the references I list here.  And, I know, many of the terms my colleagues use are so deeply ingrained in their repertoire that asking them to change would cause a stir.  I&#8217;m not looking for that, only that we need to pay attention to the words and metaphors we use.</p>
<p><strong>I know what you&#8217;re thinking: </strong>this isn&#8217;t going to fix the sports analogy problem.  I&#8217;m pretty sure I can&#8217;t fix that in a single blog post.  What I can do, though, is admit my confusion when I don&#8217;t understand analogies and metaphors and ask for clarification, and hope that will empower others on the team to do the same.  Ultimately, as a champion of clarity, isn&#8217;t that what I am supposed to do?  (And, of course, if I can do that without sending the Project to Triage to be monitored, all the better!)</p>
<p><strong>SOUND OFF:</strong>  Are you tired of cryptic metaphors?  How do you make sure everyone on your team hears the same thing?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/is-this-real-labor-or-just-braxton-hicks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4 Ways to Integrate Social Media Into Your Holiday Marketing Strategy</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-ways-to-integrate-social-media-into-your-holiday-marketing-strategy</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-ways-to-integrate-social-media-into-your-holiday-marketing-strategy#comments</comments>
		<pubDate>Mon, 03 Dec 2012 16:00:49 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[holiday marketing strategy]]></category>
		<category><![CDATA[marketing strategy]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social media marketing]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3601</guid>
		<description><![CDATA[December might just be starting, but the holiday season, and in many cases holiday marketing, is well underway. Have you extended your holiday marketing strategy to your interactions on social media? Incorporating social media into your holiday marketing strategy can &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-ways-to-integrate-social-media-into-your-holiday-marketing-strategy">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>December might just be starting, but the holiday season, and in many cases holiday marketing, is well underway. Have you extended your holiday marketing strategy to your interactions on social media? Incorporating social media into your holiday marketing strategy can lead to a richer campaign with more meaning for your customers and better results for your organization.</p>
<p>Wondering how to incorporate social media into your holiday marketing strategy? Here are four ideas to get you started:</p>
<ol>
<li><strong>Encourage Sharing<br />
</strong>In her Small Business Trends post, “<a href="http://smallbiztrends.com/2012/11/social-media-holiday-marketing-strategy.html " target="_blank">Integrate Social Media Into Your Holiday Marketing Strategy</a>,” Ilana Bercovitz suggests, the “best social media campaigns are those that involve your customers and encourage sharing. There are numerous ways you can get your customers to provide and share rich holiday content on your social media networks.”The best kind of sharing to encourage depends on your business. For instance, in a B2C organization, you might encourage your online community to tweet or post photos of their decorated Christmas tree, select a winner, and present them with a discount. In a B2B organization, you might ask them to share the biggest end-of-year challenge they face.As Bercovitz explains, “The holidays are the perfect time to bring people together on your networks by encouraging them to share their experiences.” Just make sure to keep your end-goal in mind when creating your strategy.</li>
<li><strong>Showcase Your Holiday Spirit<br />
</strong>The holiday season is a great time to highlight your company culture. Do you decorate your office? Snap a few pictures and share them on Facebook or Instagram. Is caroling cube to cube a yearly tradition? Consider sharing a video of your efforts on YouTube.Another way to involve the entire organization is to create your employees by creating a place where they can share what differentiates your company (employees are the foundation of company culture, after all!). A special <a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads" target="_blank">Twitter hashtag</a>—like the #FusionCheer hashtag we used last year—is one way to allow employees to share their messages in a collective place.</li>
<li><strong>Broadcast Good Tidings<br />
</strong>Think of your social media channels as a way to expand on the message showcased in a traditional company holiday card.Many companies create special artwork for their company holiday card. Consider <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/twitters-new-design-8-creative-twitter-headers" target="_blank">updating your Twitter header</a>, Facebook cover photo, or other social media channels with that same artwork during the month of December.Invite those receiving your holiday card to continue the experience online by including a specialized URL or QR code that leads to an online version of your card or a special holiday promotion.</li>
<li><strong>Say Thank You<br />
</strong>The holiday season is a great time to say “thank you” to you customers. Consider providing them with a special discount, but don’t stop there. Use social media to let your customers to know how much they mean to you. Twitter and Facebook are both great places to spread the word about a “thank you” discount.Concerned your message will fall on deaf ears? Consider Facebook or Twitter ads as a way to target those who already “like” your Facebook page or follow your Twitter handle.</li>
</ol>
<p><strong>SOUND OFF: </strong>Are you incorporating social media into your holiday marketing strategy? If not, what’s holding you back from using social media?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-ways-to-integrate-social-media-into-your-holiday-marketing-strategy/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Three Types of Technical Debt</title>
		<link>http://blog.fusionalliance.com/blog/caffeine-in-code-out/the-three-types-of-technical-debt</link>
		<comments>http://blog.fusionalliance.com/blog/caffeine-in-code-out/the-three-types-of-technical-debt#comments</comments>
		<pubDate>Thu, 29 Nov 2012 14:00:09 +0000</pubDate>
		<dc:creator>Jarrett Meyer</dc:creator>
				<category><![CDATA[Caffeine In, Code Out]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Technical Debt]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3393</guid>
		<description><![CDATA[All software has some amount of technical debt. And if it doesn&#8217;t today, it will tomorrow. Technical Debt We Explicitly Create We are diligently working on a project. We&#8217;re adding unit tests. We&#8217;re following proper red-green-refactor methods. But we still &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/caffeine-in-code-out/the-three-types-of-technical-debt">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>All software has some amount of <a href="http://en.wikipedia.org/wiki/Technical_debt" target="_blank">technical debt</a>. And if it doesn&#8217;t today, it will tomorrow.</p>
<h3>Technical Debt We Explicitly Create</h3>
<p>We are diligently working on a project. We&#8217;re adding unit tests. We&#8217;re following proper red-green-refactor methods. But we still need to worry about deadlines. We find code that needs rework, but we don&#8217;t have time. We go into our ticketing software and create a new technical debt user story. But time and money are constrained resources. The software ships without resolving that debt. Those stories stay in the backlog, waiting for developer availability.</p>
<p><em>Example: I am working on a code base that still accounts for the Indiana time zone, even though it <a href="http://en.wikipedia.org/wiki/Time_in_Indiana">(mostly) switched to Eastern Time in 2008</a>. But I&#8217;m working on a different user story, and I don&#8217;t have time to fix the time zone-related code. Right now, we must recognize that we are <strong>consciously making the choice</strong> to let irrelevant and out-of-date code live in our software. It works, because our quick-fix was to make Indiana Time function identically to Eastern Time. However, it is plainly wrong. Indiana Time doesn&#8217;t even exist, so why is this a setting in the code?</em></p>
<h3>Technical Debt We Implicitly Create</h3>
<p>We get better at our jobs. We improve our skills. We learn more about languages and frameworks. In six months, twelve months, or two years we will be better developers than we are today. Sure, the code works, and yes, the tests pass. If you ever have developers that want to redo something they just wrote six months ago, you are looking at implicit technical debt.</p>
<p>In the first condition, we saw problems but lacked the time to fix them. In this situation, we are creating more debt simply because we don&#8217;t know that we&#8217;re creating more debt.</p>
<p><em>Example: Why are we even dealing with dates in the first place? Even though we get used to working in our current time zone, we should really work as much as we can in <a href="http://en.wikipedia.org/wiki/GMT">GMT</a>. The current time is simply GMT plus an offset. Four years ago, I never did this. However, after running into so many time-based problems in my development career, I always think in GMT-plus-offset now, and I never store local times. Unfortunately, there is a lot of code that I wrote prior to this revelation that has not been updated to account for this new-found knowledge.</em></p>
<h3>Technical Debt the World Creates For Us</h3>
<p>The world moves on, these days faster than ever. Look at your smart phone. How many apps need to be updated right now? Between when I write this and when it is published, <a href="https://www.google.com/intl/en/chrome/browser/" target="_blank">Google Chrome</a> will update itself at least twice. Browsers change and web standards evolve. Operating systems change. Cloud-based vendors offer services that just a few year ago were not available or incredibly expensive. <a href="http://en.wikipedia.org/wiki/MD5" target="_blank">Old security algorithms</a> become easily crackable, only to be <a href="http://security.stackexchange.com/questions/4781/do-any-security-experts-recommend-bcrypt-for-password-storage" target="_blank">replaced by new techniques</a>.</p>
<p>We didn&#8217;t do this to ourselves, but we still must respond. If you have a web site, how does it look on an <a href="http://www.apple.com/ipad/" target="_blank">iPad</a>? If you have desktop software, how is it going to work with touch response on <a href="http://windows.microsoft.com/en-US/windows-8/meet" target="_blank">Windows 8</a>? Should I have a <a href="http://en.wikipedia.org/wiki/Metro_(design_language)" target="_blank">Metro</a> version of my application?</p>
<p><em>Example: The day Indiana converted to Eastern Time is an example of technical debt the world created for us. We have dozens (hundreds?) of lines of code to work with various time zones relative to Indiana time. It all needs to go away; Indiana Time is obsolete. Any code relying on or accounting for Indiana Time needs to be refactored.</em></p>
<h3>Keeping Tabs on Your Debt</h3>
<p>Managing your technical debt is part of managing your product. It&#8217;s all about hedging your bets and understanding break-evens. Personally, pain is pain, and I will always be in favor of eliminating pain — for me or the next developer.</p>
<p>Keep on creating those technical debt stories, and make sure that you are keeping your debt in check.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/caffeine-in-code-out/the-three-types-of-technical-debt/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defining Integrity in Business: How Integrity Influences Our Work at Fusion Alliance</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-integrity-in-business-how-integrity-influences-our-work-fusion-alliance</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-integrity-in-business-how-integrity-influences-our-work-fusion-alliance#comments</comments>
		<pubDate>Wed, 28 Nov 2012 14:00:45 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance values]]></category>
		<category><![CDATA[integrity]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Technology Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3589</guid>
		<description><![CDATA[ “Respect and trust isn’t granted, it’s earned, and in order to be trusted and respected, integrity in the quality and consistency of your actions, interactions, work and effort is paramount.”  – Jeff Lefevere, Fusion Alliance Digital Account Lead When you &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-integrity-in-business-how-integrity-influences-our-work-fusion-alliance">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><em> “Respect and trust isn’t granted, it’s earned, and in order to be trusted and respected, </em><strong><em>integrity</em></strong><em> in the quality and consistency of your actions, interactions, work and effort is paramount.”  – Jeff Lefevere, Fusion Alliance Digital Account Lead</em></p>
<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team/attachment/employeespotlight" rel="attachment wp-att-2363"><img class="aligncenter size-full wp-image-2363" title="employee-spotlight" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/employeespotlight.gif" alt="Fusion-Alliance-Employee-Spotlight" /></a></p>
<p>When you think of mobile apps, email marketing, and other <a href="http://fusionalliance.com" target="_blank">technology-enabled business solutions</a>, “integrity” might not be one of the first words that comes to mind. However, we think it should. That’s why integrity—one of Fusion Alliance’s core values—is a very real part of all of the solutions that we provide to our customers.</p>
<p>For this post we asked team members from across our organization questions about integrity and business.  <a href="http://blog.fusionalliance.com/blog/author/jbausman" target="_blank">Jon Bausman</a>, Amy Denison, <a href="http://blog.fusionalliance.com/blog/author/jlefevere" target="_blank">Jeff Lefevere</a>, and Lisa Rose share their thoughts on what &#8220;integrity&#8221; means and how this concept influences their work at Fusion Alliance.</p>
<p><strong>What does integrity mean to you?</strong></p>
<p><em>Lisa: </em>Integrity to me means that a person should always do the right thing whether it directly benefits them or not.  It means that a person should always make the right decision even when nobody is watching and I feel that when a person lives consistently with a high level of values and virtues they are an example of a person that has integrity.</p>
<p><strong>How does integrity apply to your work at Fusion Alliance?</strong></p>
<p><em>Jon: </em>I [try] to put the customer first in what I do and the decisions I make. That doesn’t always mean it is in the best decision of Fusion in the short term, but it is the right thing to do for the customer, and in the long run plays great benefits in the relationships we build and establish with our customers.</p>
<p><em>Jeff: </em>There are two facets [to exhibiting integrity in my work at Fusion Alliance] &#8211; integrity with clients and integrity internally with…colleagues. With clients, it is doing what you say you’re going to do at level higher than what you believe [are] their expectations. It is focusing on their goals. It’s communication and it’s doing what is honorable for the relationship over the long haul, not doing what is convenient this month or this quarter, or worse, based on revenue.</p>
<p>Internally, it comes down to being consistent and accountable while performing at a high-level.  Attention to detail and problem-solving are two of the most under-acknowledged aspects of professionalism that engenders integrity in action.</p>
<p><strong>Why is it important for businesses, especially those dealing with technology-solutions, to uphold integrity? </strong></p>
<p><em>Amy: </em>With the fast pace and advances in technology, I find this kind of environment makes it easy for people to cut corners. Technology also makes it easier to broadcast unethical experiences. It only takes one small compromise in integrity to cause a ripple effect of damage. For these reasons, it is crucial for businesses to uphold integrity to preserve their product or service.</p>
<p><em>Jon: </em>I think it’s important for any business to operate with integrity, regardless of the industry.  Not only do I believe it is a good long-term strategy pertaining to business relationships, both customer and supplier, but also with your employees. It allows me to trust my company and the direction our ship takes because I know the heart of those steering the rutter are with the best hope and intention.</p>
<p><em>Interested in learning more about our values and passion for the work that we do? Hear from our employees about how <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/our-values-a-part-of-everything-we-do " target="_blank">ingenuity, commitment, performance, and integrity influence</a> everything we do. </em></p>
<p><strong>SOUND OFF:</strong> What values drive your organization? How do you infuse these values into the work that you do?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-integrity-in-business-how-integrity-influences-our-work-fusion-alliance/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>User Stories?  I Have No Users!</title>
		<link>http://blog.fusionalliance.com/blog/project-agility/user-stories-i-have-no-users</link>
		<comments>http://blog.fusionalliance.com/blog/project-agility/user-stories-i-have-no-users#comments</comments>
		<pubDate>Tue, 27 Nov 2012 14:00:57 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Project Agility]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Open Innovation]]></category>
		<category><![CDATA[Product Owner]]></category>
		<category><![CDATA[Prototype]]></category>
		<category><![CDATA[Regulated Industry]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[User Story]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3477</guid>
		<description><![CDATA[Innovation teams are often small, multifunctional crews tasked with constant prototyping.  Being open, communicative types, they find Agile useful for most projects.  Those teams often encounter a common prototyping pain point: Who writes user stories when we don’t have any &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/project-agility/user-stories-i-have-no-users">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRolJ9CjqW8wcp3u48YcdyuaTp0C0W22-u3eT6uy3XCcg8kDnX2"><img class="alignleft" src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRolJ9CjqW8wcp3u48YcdyuaTp0C0W22-u3eT6uy3XCcg8kDnX2" alt="" width="217" height="188" /></a>Innovation teams are often small, multifunctional crews tasked with constant prototyping.  Being open, communicative types, they find Agile useful for most projects.  Those teams often encounter a common prototyping pain point: <span style="color: #ff6600;"><strong>Who writes user stories when we don’t have any users?</strong></span>  Agile hangs its hat on its ability to respond quickly to user feedback, to create user stories from that feedback, and to release features and content that address what users are demanding at that time.  When you are prototyping, however, you don’t usually have users and the traditional user story:</p>
<p><span style="color: #000000;"><strong><span style="color: #ff6600;">As a</span> (user type/persona)<span style="color: #ff6600;">, I want to</span> (insert desired action) <span style="color: #ff6600;">so I can</span> (insert revolutionary motivation here).</strong></span></p>
<p>Without users to provide feedback, and without a <span style="text-decoration: underline;">product</span> for anyone to provide feedback on, how do you address the issue of User Stories?</p>
<h3>It’s Not Just Requirements</h3>
<p>It&#8217;s tempting to slip back into a requirements mentality with a prototype.  Don’t do it!  You’ll miss all the benefits of that last half of the user story: &#8220;<span style="color: #ff6600;"><strong>so I can</strong></span><strong> (insert revolutionary motivation here)</strong>.&#8221;  Requirements usually &#8211; and rightly &#8211; provide specific technical, compliance, and integration direction for whatever you are building.  You need those things in prototype or new product development.  You also need real User Stories and you need them before you design and engage in release planning.</p>
<h3>What Should We Bring to Release Planning?</h3>
<p>There are different beliefs on Iteration Zero, whether it does or should exist.  For convenience, let’s call whatever you do before your first release planning session iteration zero.  Here’s what you need to gather:</p>
<ul>
<li><strong>Compliance Requirements &#8211; </strong>These usually come from your product owner, company SME or, if you’re lucky, a compliance and quality lead from your team.  These requirements usually already exist and cover all your applications and projects.<strong></strong></li>
<li><strong>Integration Requirements &#8211; </strong>This set usually comes from your technical lead and system administrator, both of whom will understand, based on a high level charter, how and where the new prototype will need to fit into existing systems.  <strong></strong></li>
<li><strong>Charter &#8211; </strong>This usually comes from the product owner.  It is a result of the Product Owner&#8217;s being a liaison with the company/sponsors before the project team even sees the work.  Charters should contain the high level goals of the application or prototype, the types of customers it serves, basic expectations around its release and performance, and authorization to do the work.<strong></strong></li>
<li><strong>User Stories &#8211; </strong>How do you get them?  It&#8217;s not as difficult as you think.</li>
</ul>
<h3>Gather Investors and Get Their Stories</h3>
<p>Every project has parties interested in the company.  The Product Owner can educate them on the need and the format of a User Story.  In most cases, a Marketing/Product Manager, Sales Representative, Customer Champion, or Customer Service Representative can provide you with a starting list of user stories that cover basic functionality.  The Product Owner will have a harder time prioritizing and pruning user stories from these highly-invested &#8220;customers,&#8221; but it’s part of a Product Owner’s role to make the hard decisions about what the &#8220;thing&#8221; should do first, most and best.</p>
<p>In short, when there are no users, talk to people closest to the users for whom your work is intended.  Keep the list short and make it just enough to get to production.  You’ll be able to provide true user stories soon enough!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/project-agility/user-stories-i-have-no-users/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning vs. Strategy: What is the Difference?</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/planning-vs-strategy-what-is-the-difference</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/planning-vs-strategy-what-is-the-difference#comments</comments>
		<pubDate>Mon, 26 Nov 2012 15:00:50 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[goal]]></category>
		<category><![CDATA[plan]]></category>
		<category><![CDATA[Strategy]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3551</guid>
		<description><![CDATA[The words “strategy” and “plan” are sometimes used interchangeably. Although both have similarities—each provides method for achieving an end—they also have differences. Strategy A strategy is a solution, blueprint, layout, design, or idea used to achieve a specific goal. Strategy &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/planning-vs-strategy-what-is-the-difference">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The words “strategy” and “plan” are sometimes used interchangeably. Although both have similarities—each provides method for achieving an end—they also have differences.</p>
<p style="padding-left: 30px;"><strong>Strategy</strong></p>
<p style="padding-left: 30px;"><strong></strong>A strategy is a solution, blueprint, layout, design, or idea used to <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-is-digital-strategy-and-how-it-could-benefit-your-company" target="_blank">achieve a specific goal</a>. Strategy takes you from where you are now to a where you want to be.</p>
<p style="padding-left: 30px;">Strategy is very flexible and open for adaptation and change when needed. A strategy does not specifically say how you will arrive at this end.  That is where your plan comes in.</p>
<p style="padding-left: 30px;"><strong>Plan </strong></p>
<p style="padding-left: 30px;">A plan is an arrangement, a pattern, a program, or a scheme used to achieve an objective.</p>
<p style="padding-left: 30px;">Unlike a strategy, a plan is very concrete in nature and doesn’t allow for deviation. If “Plan A” doesn’t work, for instance, you don’t revise “Plan A” and try again, you move onto “Plan B.” In this case, “Plan A” and “Plan B” would be two totally different approaches.</p>
<p>When comparing the two, strategy can be seen as the idea for “how” to achieve a goal and planning can be seen as the measurable “how-to.” For example, if your goal is to increase app downloads, you strategy might be to add more download prompts to your mobile website, and your plan is how specifically you will do that.</p>
<p><em>Have a problem or a goal, but stuck when it comes to strategy and planning? <a href="http://www.fusionalliance.com/contact.aspx" target="_blank">Contact us</a> to find out how Fusion Alliance can help provide a fresh prospective.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/planning-vs-strategy-what-is-the-difference/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Outside of Your Comfort Zone: Where Learning Happens</title>
		<link>http://blog.fusionalliance.com/blog/caffeine-in-code-out/outside-of-your-comfort-zone-where-learning-happens</link>
		<comments>http://blog.fusionalliance.com/blog/caffeine-in-code-out/outside-of-your-comfort-zone-where-learning-happens#comments</comments>
		<pubDate>Wed, 21 Nov 2012 14:00:03 +0000</pubDate>
		<dc:creator>Jarrett Meyer</dc:creator>
				<category><![CDATA[Caffeine In, Code Out]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Technical Resource]]></category>
		<category><![CDATA[Technology Learning Curve]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3280</guid>
		<description><![CDATA[How do we find our greatest potential when we work? If you were going to optimize for knowledge gain, what would your day look like? Understanding the cognitive levels of the work we do is key to growing as a &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/caffeine-in-code-out/outside-of-your-comfort-zone-where-learning-happens">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><em>How do we find our greatest potential when we work? If you were going to optimize for knowledge gain, what would your day look like? Understanding the cognitive levels of the work we do is key to growing as a technical resource.</em></p>
<h3>Stuck in the Mundane</h3>
<p>We all have boring work. If your employees are highly-skilled, highly-technical resources, the key to survival is to minimize and reduce this work. There is no learning to be found in the mundane. By its very nature, you know everything there is to know about this type of activity.</p>
<p>The best developers are lazy — they never do repetitive work. I&#8217;ve always gone by the rule of three. (1) Do an activity. (2) Do it again, to make sure you&#8217;ve got everything figured out. (3) Find a way to never do that activity again.</p>
<h3>Hard Work is Hard</h3>
<p>You can&#8217;t teach calculus to a student who has yet to learn algebra. Maybe, you can show some really high level concepts. Perhaps you can teach that calculus is about understanding the way variables change with respect to each other. But what will that student really be able to do?</p>
<p>It&#8217;s incredibly difficult to have any learning take place if the problem is too far beyond your current abilities. Typically, we will take steps to mitigate the &#8216;newness&#8217; of a project. For example, you might be really interested in learning <a title="BackboneJS.org" href="http://backbonejs.org/">BackboneJS</a>. Many examples of BackboneJS are written in <a title="CoffeeScript.org" href="http://coffeescript.org/">CoffeeScript</a>. Most examples demonstrate closure and limit the variables exposed to the window scope. <em>(These are concerns that can be difficult for JavaScript developers to fully grasp.)</em></p>
<p>Want to learn one of these ideas without the distractions of the other? Then you&#8217;re going to need to up your JavaScript game (and possibly learn the basics of CoffeeScript so you can follow along) before tackling BackboneJS.</p>
<p>Many times, we will find new developers in a state where everything is difficult. First, there is always a real-world business problem that developers have been asked to solve. Maybe your newest employees are familiar with it; most likely, they are not. What technologies are in place? What kinds of servers and clients does your solution use? Is this a completely new framework, or is this a part of an existing framework that you&#8217;ve never used? Do your developers know the language or version of the language?</p>
<h3>Finding the Sweet Spot</h3>
<p>Ultimately, the best work is done in a magical place between boring and impossible. You&#8217;re looking right over the boundary of your skills — a task that is just a little bit new. You can see where a solution needs to go and how that solution needs to get there. You have successfully limited the amount of new information, or you have abstracted it away in such a fashion that the tiniest details don&#8217;t matter at that moment.</p>
<p>This place &#8211; the sweet spot &#8211; will probably be a little bit uncomfortable; you&#8217;re venturing into the unknown. You should learn to enjoy a little bit of discomfort. It means you&#8217;re pushing yourself, asking more of your skills, past experiences, and capabilities. Learning is meant to be a just a little bit of a challenge. If there&#8217;s no discomfort, no challenge, then you&#8217;re not learning.</p>
<p>The best developers know how to maximize the time they spend in the sweet spot. They break down problems into small units of work. They understand fundamental design patterns well enough to know when to apply one type of architecture vs. another. They are enough of a polyglot to know when to leverage the capabilities of the database vs. the application server vs. the client. They know how to turn a single user story they cannot solve into lots of little problems that they can solve.</p>
<p>Optimize for the sweet spot. Find little successes. Watch the little successes add up.</p>
<p><strong>SOUND OFF:</strong> Do you have any examples of how you&#8217;ve optimized for your sweet spot? We&#8217;d like to hear your story.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/caffeine-in-code-out/outside-of-your-comfort-zone-where-learning-happens/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup Options for Mobile Usability Testing</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing#comments</comments>
		<pubDate>Tue, 20 Nov 2012 14:00:03 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Mobile Usability Lab]]></category>
		<category><![CDATA[Mobile Usability Testing]]></category>
		<category><![CDATA[Mr. Tappy]]></category>
		<category><![CDATA[Nick Bowmast]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[UX Recorder]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3426</guid>
		<description><![CDATA[The rapid growth in mobile has changed everything from how we design sites, to how we shape the content to what programming applications we use.  It has also had an impact on how we do usability testing.  If there’s a &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The rapid growth in mobile has changed everything from how we design sites, to how we shape the content to what programming applications we use.  It has also had an impact on how we do usability testing.  If there’s a mobile component to your app or site, you should definitely include mobile in your usability testing.</p>
<p>Mobile websites should not be thought of as your website’s “downsized little brother.” In fact, more and more marketers are prescribing to the theory of “<a title="Mobile First blog" href="http://blog.fusionalliance.com/blog/user-experience-discovery-and-design/mobilefirst" target="_blank">mobile first</a>” when it comes to their digital strategies. Mobile first focuses on eliminating everything but the most useful, usable and desirable features of a website, allowing users to get to what they want – fast and without distractions.</p>
<p><span>So, what’s the best way to do a usability test on a mobile device?  In a lab?  <span>Hmmm</span>. That <span>doesn’t</span> exactly mimic the conditions of the “real world.”  In the field?  Seems a bit awkward &#8211; like it would involve carrying around a lot of equipment.  Mobile user testing is still an emerging area of user experience testing, but there are a number of options to consider, each with its own pros and cons.</span></p>
<p><span><strong>Wearable Equipment</strong></span></p>
<p><span><a href="http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing/attachment/wearable-equipment" rel="attachment wp-att-3518"><img class="wp-image-3518 alignright" title="Wearable Mobile Usability Field Testing Equipment" alt="Wearable Mobile Usability Field Testing Equipment" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/Wearable-Equipment.jpg" width="149" height="213" /></a></span></p>
<p>Pros:</p>
<ul>
<li>Good for field testing</li>
<li>Allows participant to hold the device in one hand</li>
<li>Participants can use their own devices</li>
<li>Provides adequate video quality</li>
</ul>
<p>Cons:</p>
<ul>
<li>Intricate and time consuming setup</li>
<li>Equipment can be costly</li>
<li>Equipment is intrusive, uncomfortable and heavy</li>
<li>Does not capture the participant&#8217;s face</li>
</ul>
<p>Here&#8217;s an example of the <a title="LiliPUT wearable mobile usability testing system" href="http://www.noldus.com/mb2008/individual_papers/FPS_usability/FPS_usability_Frohlich.pdf" target="_blank">LiliPUT</a> portable lightweight mobile usability testing system.</p>
<p><strong>Screen capture applications </strong></p>
<p>Pros:</p>
<ul>
<li>Simple setup</li>
<li>Allows participant to hold the device in one hand</li>
<li>Captures screen and face  (UX Recorder uses the front-facing camera on iOS devices to do this!)</li>
<li>Provides adequate video quality</li>
</ul>
<p>Cons:</p>
<ul>
<li>There&#8217;s no app that currently supports all mobile platforms preventing participant from using their own device; device learning curve may influence performance, skewing results. (although UX Recorder is working on an Android version)</li>
<li>Requires the installation of the app on the participant&#8217;s phone (participants may not like that)</li>
</ul>
<p><a title="UX Recorder Mobile Screen Capture Application" href="https://www.foraker.com/introducing-ux-recorder-screen-recording-software-for-ios/" target="_blank">UX Recorder</a> is one example of a mobile screen capture application for user testing.<br />
<iframe src="http://www.youtube.com/embed/hxbHpEkLiBA" height="414" width="552" frameborder="0"></iframe><br />
<strong>Document Cameras </strong></p>
<p><span>A document camera with <span>autofocus</span> is controlled remotely from a laptop and records device screen and </span><span>participant’s fingers.</span></p>
<p><span><a href="http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing/attachment/doc_camera-2" rel="attachment wp-att-3440"><img class="alignright  wp-image-3440" title="Document Camera" alt="Document Camera" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/Doc_Camera1-290x248.jpg" width="174" height="149" /></a></span></p>
<p>Pros:</p>
<ul>
<li>Simple setup</li>
<li>Allows participant to hold the device in one hand</li>
<li>Captures screen, face and hands (need second camera)</li>
<li>Provides adequate video quality</li>
</ul>
<p>Cons:</p>
<ul>
<li>Equipment can be costly</li>
<li>Participants must stay within a defined camera range which can interfere with natural movement</li>
<li>The device must lay on a desk or be held at a flat angle</li>
</ul>
<p><strong><span><span>Readymade</span> mounts</span></strong></p>
<p><a title="Mr. Tappy readymade mobile device rig for usability testing" href="http://www.mrtappy.com/" target="_blank">Mr. Tappy</a> is an example of a readymade mobile device mount that we are going to try in an upcoming usability study.  We&#8217;ll get back to you with our assessment in a few weeks!</p>
<p><a href="http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing/attachment/mr_tappy-3" rel="attachment wp-att-3435"><img class="alignright  wp-image-3435" title="Mr. Tappy readymade usability testing device mount" alt="Mr. Tappy readymade usability testing device mount" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/Mr_Tappy2-290x239.jpg" width="203" height="167" /></a></p>
<p>Pros:</p>
<ul>
<li>Simple setup</li>
<li>Allows participant to hold the device in one hand</li>
<li>Captures screen, face and hands (need second camera)</li>
<li>Participants can use their own devices</li>
<li>Provides adequate video quality</li>
</ul>
<p>Cons:</p>
<ul>
<li>Can be costly (Mr. Tappy is about $300)</li>
</ul>
<p><strong>Do-it-yourself mounts</strong></p>
<p>The DIY mount pictured here evolved into Mr. Tappy. It was made by a UX researcher, who fashioned it from plastic cut with a hacksaw and bent over a househhold toaster. As mobile phones with buttons evolved into smartphones with touchscreens, a more flexible and stable solution was required—thus Mr. Tappy!</p>
<p><a href="http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing/attachment/diy_mount" rel="attachment wp-att-3431"><img class="alignright  wp-image-3431" title="Do-It-Yourself usability testing device mount" alt="Do-It-Yourself usability testing device mount" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/DIY_mount-290x214.jpg" width="203" height="150" /></a></p>
<p>Pros:</p>
<ul>
<li>Inexpensive</li>
<li>Allows participant to hold the device in one hand</li>
<li>Captures screen, face and hands (need second camera)</li>
<li>Participants can use their own devices</li>
<li>Provides adequate video quality</li>
</ul>
<p>Cons:</p>
<ul>
<li>Time consuming to build and set up</li>
<li>Mount must be light enough to allow participant to hold the device in one hand</li>
</ul>
<p>Check out these other helpful and informative mobile user testing resources:</p>
<ul>
<li><a title="Make Your Own Usability Testing Sled" href="http://www.90percentofeverything.com/2010/05/07/quick-tip-make-your-own-iphone-usability-testing-sled-for-5/" target="_blank">Make your own iPhone usability testing sled</a></li>
<li><a title="10 Tips for Mobile Usability Testing" href="http://www.optimalusability.com/2012/01/10-tips-for-mobile-usability-testing/" target="_blank"><span><span>10</span></span> Tips for Usability Testing</a></li>
<li><a title="DIY mobile usability testing" href="http://www.danielslaughter.com/2012/03/13/sxsw-2012-diy-mobile-usability-testing/" target="_blank">Do-it-Yourself Mobile Usability Testing</a></li>
</ul>
<p><strong>SOUND OFF:</strong> Do you have any mobile usability testing tips?  We’d love to hear them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/options-for-mobile-usability-testing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology Solutions for Complex Businesses: Spotlight on Fusion ComTrac</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/technology-solutions-for-complex-businesses-spotlight-on-fusion-comtrac</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/technology-solutions-for-complex-businesses-spotlight-on-fusion-comtrac#comments</comments>
		<pubDate>Mon, 19 Nov 2012 15:00:47 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[commodities management]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Fusion ComTrac]]></category>
		<category><![CDATA[Technology Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3539</guid>
		<description><![CDATA[How does your company streamline complex data sets? If you’re operating within highly regulated industry, chances are you’ve struggled with managing the complex data at one time or another. The good news? Fusion ComTrac provides a solution for managing the &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/technology-solutions-for-complex-businesses-spotlight-on-fusion-comtrac">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>How does your company streamline complex data sets? If you’re operating within highly regulated industry, chances are you’ve struggled with managing the complex data at one time or another. The good news? Fusion ComTrac provides a solution for managing the data that goes along with lead lifecycle and commodities management.</p>
<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/technology-solutions-for-complex-businesses-spotlight-on-fusion-comtrac/attachment/logofusioncomtrac" rel="attachment wp-att-3541"><img class="aligncenter size-full wp-image-3541" title="logo-Fusion-ComTrac" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/logoFusionComTrac.gif" alt="commodities-management-system" /></a></p>
<p><strong>What is Fusion ComTrac?</strong></p>
<p><a href="http://www.fusionalliance.com/products.aspx" target="_blank">Fusion ComTrac is a web-based commodities management system</a> that is a flexible and configurable solution for handling commodity management throughout the lifecycle of a commodity.</p>
<p>ComTrac was originally created as a solution for the utilities industry. Although ComTrac started off as a way to track coal and the other bulk commodities used to generate electricity, today it is used for a variety of industries and applications.</p>
<p><strong>The Benefits</strong></p>
<p>Fusion ComTrac helps <a href="http://www.fusionalliance.com/story-comtrac.aspx" target="_blank">provide a more holistic view of an organization’s supply chain</a>. This completely configurable, web-enabled solution is rapidly deployable, and built on an open architecture.</p>
<p>As a result, Fusion ComTrac gives companies a new ability to dial in their processes, model alternatives, and get in front of their operations—all while having a clear view of the entire system.</p>
<p><strong>The Results</strong></p>
<p>We’ve found that as organizations gain a clearer, more holistic perspective of the supply chain, work in that given industry tends to become more rewarding, job satisfaction increases, meaningful innovation takes place, and people throughout the system benefit.</p>
<p>We’ve also seen Fusion ComTrac users increase profits, experience significantly cleaner cash flow, and have tighter control over their variables, and increase their ability to see beyond their own businesses—allowing them to consider the terrain of their industry, and to chart their courses accordingly.</p>
<p><strong>SOUND OFF: </strong>What’s your organization’s greatest data challenge? What tools do you use to help overcome challenges that come with complex data?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/technology-solutions-for-complex-businesses-spotlight-on-fusion-comtrac/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing Breakthrough Innovations</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/matching-innovation-process-to-desired-results</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/matching-innovation-process-to-desired-results#comments</comments>
		<pubDate>Thu, 15 Nov 2012 14:00:23 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[benchmarks]]></category>
		<category><![CDATA[breakthrough innovations]]></category>
		<category><![CDATA[Business management]]></category>
		<category><![CDATA[Business Problem]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[innovation management]]></category>
		<category><![CDATA[Metrics]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3476</guid>
		<description><![CDATA[It&#8217;s no surprise that there are many different ways to look at innovation. In a recent Harvard Business Review article, Vijay Govindarajan and Mark Sebell discussed different approaches to structuring innovation as well as the management strategies—top-down or bottom-up—that best &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/matching-innovation-process-to-desired-results">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s no surprise that there are many different ways to look at <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-famous-quotes-about-innovation-and-what-we-can-learn-from-them" target="_blank">innovation</a>.</p>
<p>In a recent <a href="http://blogs.hbr.org/cs/2012/09/match_your_innovation_process_to_the.html" target="_blank">Harvard Business Review</a> article, Vijay Govindarajan and Mark Sebell discussed different approaches to structuring innovation as well as the management strategies—top-down or bottom-up—that best support those approaches.  According to Govindarajan and Sebell, while bottom-up management works well for incremental innovations, a top-down management strategy is necessary for breakthrough innovations.</p>
<p><strong>Breakthrough Innovations</strong></p>
<p>Unlike incremental innovations, which allow companies to operate as normal while innovating, breakthrough innovations can radically change the business.</p>
<p>Based on Govindarajan&#8217;s and Sebell’s discussion, breakthrough innovations have two things in common:</p>
<ol>
<li><strong>In the Beginning, Breakthrough Ideas Have No Benchmarks or Familiar Metrics</strong><strong><br />
</strong>According to Govindarajan and Sebell, familiar metrics can kill a breakthrough innovation. If a new idea is truly &#8220;outside-the-box&#8221;, there is nothing to measure it against.</li>
<li><strong>Higher Breakthrough Goals Require Higher Level Buy-in<br />
</strong>When it comes to the pursuit of breakthroughs, “the higher the goal, the higher the role.” In other words, the bigger the change an organization is trying to make, the higher the level of executive buy-in needed.  In order to have a breakthrough, the organization’s executive leadership must be willing to support the process by making some of the critical strategic decisions and providing people, money and time.  Their leadership is also needed to support the process when the organization begins to resist change. As Govindarajan and Sebell explain, a top-down approach is needed because management “can&#8217;t wait until everything is ‘ready.’ They must interact with their work teams frequently throughout all of innovation&#8217;s phases, from the beginning.”</li>
</ol>
<p>In some cases, breakthrough innovation isn’t the best process for an organization. Both incremental and breakthrough innovation provide benefits depending on the project and company seeking to make the change.</p>
<p><strong>SOUND OFF</strong>: How does your organization approach innovation? How does management strategy influence your process?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/matching-innovation-process-to-desired-results/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UX, Gadgets, and Tools, Oh My</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/ux-gadgets-and-tools-oh-my</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/ux-gadgets-and-tools-oh-my#comments</comments>
		<pubDate>Wed, 14 Nov 2012 18:00:28 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Strategy]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3404</guid>
		<description><![CDATA[Our digital team keeps up with the latest and greatest, and occasionally something turns our heads as being exceptionally notable.  Here are a few recent favorites from the wide digital world. How Google&#8217;s Page Redesign Could Affect Your Business Doug Scamahorn brought us this &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/ux-gadgets-and-tools-oh-my">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Our digital team keeps up with the latest and greatest, and occasionally something turns our heads as being exceptionally notable.  Here are a few recent favorites from the wide digital world.</p>
<h3><a title="http://www.inc.com/jeff-haden/how-googles-search-result-page-redesign-could-affect-your-business.html?cid=em01019week45" href="http://www.inc.com/jeff-haden/how-googles-search-result-page-redesign-could-affect-your-business.html?cid=em01019week45" target="_blank">How Google&#8217;s Page Redesign Could Affect Your Business</a></h3>
<p><a title="http://blog.fusionalliance.com/blog/author/dscamahorn" href="http://blog.fusionalliance.com/blog/author/dscamahorn" target="_blank">Doug Scamahorn</a> brought us this article on Google&#8217;s SERP (Search Engine Result Pages) that covers:<a href="http://www.inc.com/jeff-haden/how-googles-search-result-page-redesign-could-affect-your-business.html?cid=em01019week45"><img class="alignright" src="http://www.inc.com/uploaded_files/image/575x270/google_1725x810_21565.jpg" alt="" width="345" height="162" /></a></p>
<h2></h2>
<blockquote>
<ol>
<li><strong>How the New Layout Impacts Organic Search</strong></li>
<li><strong>How the New Layout Impacts Paid Search</strong></li>
<li><strong>The Net Impact</strong></li>
</ol>
</blockquote>
<h3><a title="https://www.facebook.com/ColumbiaSportswear/app_177739202361339" href="https://www.facebook.com/ColumbiaSportswear/app_177739202361339" target="_blank">Columbia Sportswear Ski Bum Scholarship Contest</a></h3>
<blockquote>
<h3 style="text-align: center;"><img src="https://fbcdn-profile-a.akamaihd.net/hprofile-ak-snc7/373021_34296534191_2069147774_q.jpg" alt="" width="50" height="50" /></h3>
<h3 style="text-align: center;">Do you dream the dream of living the dream?</h3>
</blockquote>
<h4><span style="color: #ff6600;">#skibumscholarship</span></h4>
<p><a title="Jon Bausman Profile" href="http://blog.fusionalliance.com/blog/author/jbausman" target="_blank">Jon Bausman</a>, our resident social media expert,  enjoyed this great example of brand positioning and market penetration with the use of digital tools.  Using several social platforms like YouTube and Facebook, Columbia creates excitement with its users and converts user participation into membership on their email marketing list.</p>
<h3><a title="http://sitebeam.net/" href="http://sitebeam.net/" target="_blank">Sitebeam: Test your websites for everything</a></h3>
<p><a href="http://sitebeam.net/"><img class="alignleft" src="http://sitebeam.net/themes/sitebeam2012/images/templatefiles/home-video.jpg" alt="" width="531" height="300" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a title="Jeff Lefevere blogs" href="http://blog.fusionalliance.com/blog/author/jlefevere" target="_blank">Jeff Lefevere</a> likes Sitebeam for competitive research for client analytics analysis.  Compare websites with side-by-side rankings, and put your test results directly into presentations.</p>
<h3><a title="http://maker.github.com/ratchet/" href="http://maker.github.com/ratchet/" target="_blank">Ratchet: Prototype iPhone apps with simple HTML, CSS, and JS components</a></h3>
<p>Travis Moser, one of our talented developers, found a helpful tool in <a title="http://maker.github.com/ratchet/" href="http://maker.github.com/ratchet/" target="_blank">Ratchet</a>, a tool from the people who brought you <a title="http://twitter.github.com/bootstrap/" href="http://twitter.github.com/bootstrap/" target="_blank">Twitter Bootstrap</a>. Ratchet is released under the MIT license and you can <a title="https://github.com/maker/ratchet" href="https://github.com/maker/ratchet" target="_blank">find it on GitHub</a>. Easily create components like bars, lists, buttons, segmented controllers, sliders, and popovers.</p>
<h3><a title="http://www.dailymail.co.uk/sciencetech/article-2190883/The-iPad-robot-let-world--leaving-living-room.html" href="http://www.dailymail.co.uk/sciencetech/article-2190883/The-iPad-robot-let-world--leaving-living-room.html" target="_blank">The iPad robot that can let you go anywhere i</a><a title="http://www.dailymail.co.uk/sciencetech/article-2190883/The-iPad-robot-let-world--leaving-living-room.html" href="http://www.dailymail.co.uk/sciencetech/article-2190883/The-iPad-robot-let-world--leaving-living-room.html" target="_blank">n the world—without ever leaving your living room</a></h3>
<p><img class="alignleft" src="http://i.dailymail.co.uk/i/pix/2012/08/20/article-0-149F1BBF000005DC-483_634x1511.jpg" alt="" width="380" height="907" /></p>
<p>My contribution to this post feeds my love of gadgets and tech.  A stationary web cam doesn&#8217;t give you the embedded feeling of &#8220;there.&#8221;  Although I can&#8217;t keep up with everything, this particular innovation caught my eye as a pricey but fun option for distributed teams.</p>
<p>The options are endless.  I&#8217;m considering it as a way to have our far away cousins sitting at the Thanksgiving table with us.</p>
<div></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/ux-gadgets-and-tools-oh-my/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carrying Out Change In Your Organization: Plan-Do-Check-Act</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/carrying-out-change-in-your-organization-plan-do-check-act</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/carrying-out-change-in-your-organization-plan-do-check-act#comments</comments>
		<pubDate>Wed, 14 Nov 2012 14:00:33 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[implementing change]]></category>
		<category><![CDATA[Process Improvement]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[work process]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3352</guid>
		<description><![CDATA[Plan-Do-Check-Act (PDCA)—sometimes known as the Deming circle/cycle/wheel, Shwahar cycle, plan-do-check-adjust, or plan-do-study-act (PDSA)—is a four-step model for carrying our change. This problem-solving strategy can be used to serve a number of different purposes including process improvement. 4 Phases of Plan-Do-Check-Act &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/carrying-out-change-in-your-organization-plan-do-check-act">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Plan-Do-Check-Act (PDCA)—sometimes known as the Deming circle/cycle/wheel, Shwahar cycle, plan-do-check-adjust, or plan-do-study-act (PDSA)—is a four-step model for carrying our change. This problem-solving strategy can be used to serve a number of different purposes including <a href="http://www.fusionalliance.com/story-mobile-development.aspx" target="_blank">process improvement</a>.</p>
<div><a href="http://thereliabilityroadmap.com/html/articles_pg_2.html "><img class="aligncenter  wp-image-3353" title="Plan-Do-Check-Act" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/Plan-Do-Check-Act.png" alt="" width="290" height="290" /></a></div>
<div>
<h3>4 Phases of Plan-Do-Check-Act</h3>
<p>The following are the four phases of the Plan-Do-Check-Act Model or Cycle:</p>
<p><strong>Plan – </strong>This phase is when a problem should be identified and analyzed. In order to do so, it is important to clearly define the problem. This will help you identify potential causes of the problem.</p>
<p><strong>Do – </strong>This phase involves developing and testing a potential solution. At this point it is not only important to generate potential solutions to the problem, but also establish criteria for selecting the solution that will be tested. Additionally, this phase is used to gain support and approval for the chosen solution.</p>
<p><strong>Check </strong>– This phase is all about measuring how effective the test solution was, and analyzing whether it could be improved.</p>
<p><strong>Act </strong>– This phase (also sometimes known as “adjust”) involves implementing the improved solution fully. If, when you reach this phase, you have not achieved your desired goal, you can go back to the “Plan” phase and work towards an alternate solution.</p>
<p>If the desired goal has been achieved, this phase will involve adopting the solution, planning ongoing monitoring of the solution, and looking for improvements to refine the solution.</p>
<p>There is a reason that the Plan-Do-Check-Act is often displayed as a cycle. This four-step model is based on the idea that the process should be repeated again and again for continuous improvement. That&#8217;s why the “Act” phase often involves looking for another improvement opportunity.</p>
<h3>When to Use Plan-Do-Check-Act</h3>
<p>According to ASQ.org, there are a number of <a href="http://asq.org/learn-about-quality/project-planning-tools/overview/pdca-cycle.html " target="_blank">ways to use Plan-Do-Check-Act</a> including:</p>
<ul>
<li>As a model for continuous improvement</li>
<li>When starting a new improvement project</li>
<li>When developing a new or improved design process, product, or service</li>
<li>When defining a repeating work process</li>
<li>In order to verify and prioritize problems or root causes</li>
<li>When implementing any change</li>
</ul>
<p><strong>SOUND OFF: </strong>Has your organization used PDCA or a variation of this model? What kind of benefits have you experienced?</p>
<p><em>Image source: TheReliabilityRoadMap.com</em></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/carrying-out-change-in-your-organization-plan-do-check-act/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Brave New Tworld: Turning Twitter into Business Leads</title>
		<link>http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads</link>
		<comments>http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads#comments</comments>
		<pubDate>Tue, 13 Nov 2012 18:00:08 +0000</pubDate>
		<dc:creator>Jon Bausman</dc:creator>
				<category><![CDATA[The Trendy Umbrella]]></category>
		<category><![CDATA[Hashtag Chat]]></category>
		<category><![CDATA[Hashtags]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3358</guid>
		<description><![CDATA[You’ve seen them on TV shows, movie trailers and clothes.  It started out as a way to categorize tweets but has gradually become integrated more universally into our communications. Whether you’re on Twitter or not, you cannot escape the fact that &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>You’ve seen them on TV shows, movie trailers and clothes.  It started out as a way to categorize tweets but has gradually become integrated more universally into our communications. Whether you’re on Twitter or not, you cannot escape the fact that hashtags can be found almost anywhere.</p>
<p>As a way to make our Indianapolis Colts sponsorship socially engaging, Fusion launched the <a title="#OptionPass Campaign" href="http://bit.ly/optionpass" target="_blank">#OptionPass</a> campaign.  One facet of the campaign is hashtag chats.  Each Wednesday from 12 &#8211; 1pm EST following a Colts regular season home game, we cram our digital subject matter experts and business development team into a room with lots of food, our laptops running and a big screen TV.  Each tweet that has #OptionPass shows up in a feed and our team is ready to respond.  It’s like a chat room but using twitter hashtags.</p>
<p>Clients, prospective clients, friends, random folks from the Twittersphere are all welcome to fire away with their digital questions.  Our Fusion team is ready to answer, help guide them, and in the end, demonstrate not only our collective knowledge but our consulting expertise.  Some of you reading this may be familiar with hashtag chats and some of you may just be trying to figure out Twitter in general.</p>
<p>To help, we edited one of our most recent hashtag chats to show you how our Fusion team works together to help answer questions and how this kind of marketing opportunity can provide real business leads.</p>
<p>Our hastag chats usually begin with introductions and general warm and welcoming banter, just like you would begin any kind of conversation.  <a href="http://www.ginabegin.com/">Gina Begin</a> was kind enough to join us.</p>
<p>&nbsp;</p>
<p><span style="text-align: left;"> </span><a style="text-align: left;" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/1-2" rel="attachment wp-att-3360"><img class="size-full wp-image-3360" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/11.png" alt="" /></a><a style="text-align: left;" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/3" rel="attachment wp-att-3361"><img class="size-full wp-image-3361" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/3.png" alt="" /></a><a style="text-align: left;" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/5" rel="attachment wp-att-3362"><img class="size-full wp-image-3362" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/5.png" alt="" /></a><a style="text-align: left;" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/4" rel="attachment wp-att-3363"><img class="size-full wp-image-3363" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/4.png" alt="" /></a><a style="text-align: left;" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/6" rel="attachment wp-att-3364"><img class="size-full wp-image-3364" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/6.png" alt="" /></a></p>
<p>&nbsp;</p>
<p>Gina had several questions that were influencing her consulting and private contracting work, including her blog.  Here is one of them:</p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/7" rel="attachment wp-att-3365"><img class="size-full wp-image-3365" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/7.png" alt="" /></a><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/8-2" rel="attachment wp-att-3368"><img class="size-full wp-image-3368" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/81.png" alt="" /></a></p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/9-2" rel="attachment wp-att-3369"><img class="size-full wp-image-3369" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/91.png" alt="" /></a></p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/10-2" rel="attachment wp-att-3372"><img class="size-full wp-image-3372" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/101.png" alt="" /></a><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/10-5" rel="attachment wp-att-3371"><img class="size-full wp-image-3371" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/10.5.png" alt="" /></a></p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/11" rel="attachment wp-att-3373"><img class="size-full wp-image-3373" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/111.png" alt="" /></a></p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/12" rel="attachment wp-att-3374"><img class="size-full wp-image-3374" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/12.png" alt="" /></a></p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/14" rel="attachment wp-att-3375"><img class="size-full wp-image-3375" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/14.png" alt="" /></a></p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/15" rel="attachment wp-att-3376"><img class="size-full wp-image-3376" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/15.png" alt="" /></a></p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/16" rel="attachment wp-att-3377"><img class="size-full wp-image-3377" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/16.png" alt="" /></a></p>
<p style="text-align: left;"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/17" rel="attachment wp-att-3378"><img class="size-full wp-image-3378" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/17.png" alt="" /></a></p>
<p><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/18" rel="attachment wp-att-3379"><img class="size-full wp-image-3379" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/18.png" alt="" /></a><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/19" rel="attachment wp-att-3380"><img class="size-full wp-image-3380 alignleft" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/19.png" alt="" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Gina was not the only person that day to participate.  Later on, <a href="http://nichesnowboards.com/">Niche Snowboards</a> join us with a few of their questions.  Part of the  beauty of these hashtag chats is you can jump in and jump out as you please.  Join, ask your questions and get some free consulting from a room full of subject matter experts, and then continue with your day.</p>
<p><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/niche-snowboards" rel="attachment wp-att-3381"><img class="size-full wp-image-3381 alignleft" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/Niche-Snowboards.png" alt="" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Have a question?  Interested in joining us for our next hashtag chat?  It’s easy!  Just follow the 3 steps below.  If you don’t have a Twitter account, <a href="http://fusionalliance.com/downloads/Fusion-Alliance-OptionPass-Twitter-Walk-Through.pdf?id=op">we can walk you through that</a> too.  So bring your questions and fellow tweeps, and we’ll see you at our next hashtag chat!</p>
<p><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/attachment/colts_mailer" rel="attachment wp-att-3382"><img class="aligncenter size-full wp-image-3382" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/11/single_bubble.jpg" alt="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/the-trendy-umbrella/the-brave-new-tworld-turning-twitter-into-business-leads/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Huboard: A Kanban board for GitHub</title>
		<link>http://blog.fusionalliance.com/blog/project-agility/huboard-a-kanban-board-for-github</link>
		<comments>http://blog.fusionalliance.com/blog/project-agility/huboard-a-kanban-board-for-github#comments</comments>
		<pubDate>Mon, 12 Nov 2012 20:30:24 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Project Agility]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Project Management]]></category>
		<category><![CDATA[Agile Tools]]></category>
		<category><![CDATA[Business Problem]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Heroku]]></category>
		<category><![CDATA[Huboard]]></category>
		<category><![CDATA[Kanban]]></category>
		<category><![CDATA[Kanban Board]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[repositories]]></category>
		<category><![CDATA[Technology Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3304</guid>
		<description><![CDATA[Agile development teams using GitHub repositories usually have work in two places, as issues or defects in their github repositories and as user stories and epics in their agile work management tool. Often a plugin or bridge is used to &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/project-agility/huboard-a-kanban-board-for-github">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Agile development teams using GitHub repositories usually have work in two places, as issues or defects in their <a title="https://github.com/" href="https://github.com/" target="_blank">github</a> repositories and as user stories and epics in their agile work management tool. Often a plugin or bridge is used to make the work flow from the business view to the Github repository. Although this satisfies most compliance requirements and allows the development team to work where they are comfortable, it doesn&#8217;t provide the UNIFIED information radiator that promotes a common conversation among all members of the team, including the stakeholders. If you are using a physical Kanban board and other physical radiators you may not encounter this problem. For distributed agile teams, however, I&#8217;ve found it to be a common one.</p>
<h3>Really WORK in GitHub &#8211; Huboard</h3>
<p>I recently explored an application that displays GitHub issues and defects, as well as pull requests, from your repositories in Kanban work board format. In this post we will refer to a <a title="http://en.wikipedia.org/wiki/Kanban_board" href="http://en.wikipedia.org/wiki/Kanban_board" target="_blank">Kanban Board</a>, NOT the Kanban methodology. A Kanban Board is just an information radiator that shows where the work is in the development cycle. The <a title="http://www.heroku.com/" href="http://www.heroku.com/" target="_blank">Heroku</a> application, <a title="https://github.com/rauhryan/huboard" href="https://github.com/rauhryan/huboard" target="_blank">Huboard</a>,  has pros and cons for an agile project team, but overall can provide a lightweight, easily adopted solution to managing a sprint backlog for a distributed team.</p>
<p style="text-align: center;"><a href="https://a248.e.akamai.net/camo.github.com/8139d8ae1b91ac6df52fae3312b7d3ad9a0f485d/687474703a2f2f662e636c2e6c792f6974656d732f31333435337834333035337232473064337830762f53637265656e25323053686f74253230323031322d30342d3238253230617425323031302e34382e3137253230414d2e706e67"><img class="aligncenter" src="https://a248.e.akamai.net/camo.github.com/8139d8ae1b91ac6df52fae3312b7d3ad9a0f485d/687474703a2f2f662e636c2e6c792f6974656d732f31333435337834333035337232473064337830762f53637265656e25323053686f74253230323031322d30342d3238253230617425323031302e34382e3137253230414d2e706e67" alt="" width="585" height="289" /></a></p>
<h3> What Huboard DOES</h3>
<ul>
<li>Provides a virtual agile work board WITHIN GitHub. No plugins or bridges to other applications.  Everything is right there.</li>
<li>Allows you to decide what work will show up on the board. Work begins in the backlog by default OR you use a feature that allows you to designate what goes on the board. This keeps things clean.</li>
<li>Allows you to define work stage columns with any name you desire. Backlog is hidden behind the left arrow and appears when clicked.</li>
<li>Uses GitHub labels and milestones. Those work &#8220;stages&#8221; are labels in the GitHub repos. You can apply them to almost anything and still use labels the way you used to within GitHub. Milestones provide an easy view on the left-hand side of how work is categorized. This is particularly useful for epics.</li>
<li>Updates with drag and drop. In the Kanban board view you can drag and drop work into different columns, updating the labels within GitHub.</li>
<li>Allows access to the GitHub issue directly by clicking the #Number from the Huboard view.</li>
<li>Honors user permissions. Users only see issues for repos they have permissions for, even if more repos are connected to that Huboard.</li>
<li>Shows multiple repos on one Huboard. An organization can show all or a few select repos on a Huboard.</li>
<li>Provides basic, high-level progress on issues at the milestone level.</li>
<li>Has an active and responsive developer, <a title="https://github.com/rauhryan" href="https://github.com/rauhryan" target="_blank">RaughRyan</a>, in Austin, Texas. I submitted several requests that were entirely project manager centric. Although Huboard&#8217;s current user base is mostly developers, Ryan caught the vision and responded to my issues quickly and thoroughly.</li>
<li>Actively iterates. Here are a few of Ryan&#8217;s recent blog posts on Huboard that highlight its recent iterations:
<ul>
<li><a title="http://lostechies.com/ryanrauh/2012/08/23/huboard-goes-realtime/" href="http://lostechies.com/ryanrauh/2012/08/23/huboard-goes-realtime/" target="_blank">Huboard Goes RealTime</a></li>
<li><a title="http://lostechies.com/ryanrauh/2012/04/28/huboard-new-feature-overview/" href="http://lostechies.com/ryanrauh/2012/04/28/huboard-new-feature-overview/" target="_blank">Huboard New Feature Overview</a></li>
<li><a title="http://lostechies.com/ryanrauh/2012/01/13/huboard-github-issues-made-awesome/" href="http://lostechies.com/ryanrauh/2012/01/13/huboard-github-issues-made-awesome/" target="_blank">Huboard &#8211; GitHub issues made awesome</a></li>
</ul>
</li>
</ul>
<h3><a href="http://lostechies.com/ryanrauh/2012/01/13/huboard-github-issues-made-awesome/"><img class="alignleft" src="http://f.cl.ly/items/1z42372T3R2H001k3D0T/Image%202012-01-13%20at%203.49.07%20PM.png" alt="" width="693" height="406" /></a>What Huboard DOESN’T Do</h3>
<ul>
<li>Estimation tools or mechanisms. You’ll have to find a way to do this within your issues and repos.</li>
<li>Detailed metrics or reporting. Look elsewhere for that.</li>
<li>Combine milestones with the same name. As a PM, I’d like to be able to combine milestones for multiple teams. For example, we use the Milestone label to denote an epic. If I have a community team working on the epic Flash training, the dev team and QA team doing the same, they all have separate repos in GitHub.  I’d like to be able to aggregate those milestones and show a progress bar from that point.  The issue is in his backlog and I’m sure he’ll get to it like he has my other feature requests.</li>
</ul>
<h3><strong>My Humble Opinion</strong></h3>
<p><strong>Would I use it again?<br />
</strong><strong>Yes</strong>. With an open source project or a development heavy project with a technically savvy product owner, yes. With a multi-track project with larger teams and a demand for dashboard-type reporting, then no. I’d go with a system like <a title="https://sprint.ly/" href="https://sprint.ly/" target="_blank">Sprint.ly</a> with GitHub integration to pull requests.</p>
<p><strong>Can non-developers &#8220;get it&#8221;?<br />
</strong><strong>Yes</strong>. The interface, once set up, is understandable and relatively intuitive. You will probably need a developer&#8217;s assistance to set it up.</p>
<p><strong>How long does it take to set up?<br />
</strong>About ten minutes.</p>
<p><strong>Would I Reccomend it?<br />
</strong>If your priority is simplicity and a digital work management tool for a distributed team, Huboard may be for you. It&#8217;s fast to set up, has a low learning curve, and will either become your Kanban board or help your team determine exactly what they do and DON’T want out of a digital work board.</p>
<h3>Vitals Recapped</h3>
<ol>
<li><strong>Overview in Plainspeak: </strong><a title="http://lostechies.com/ryanrauh/2012/01/13/huboard-github-issues-made-awesome/" href="http://lostechies.com/ryanrauh/2012/01/13/huboard-github-issues-made-awesome/" target="_blank">GitHub issues made awesome</a></li>
<li><strong>GitHub Project:</strong> <a title="https://github.com/rauhryan/huboard" href="https://github.com/rauhryan/huboard" target="_blank">https://github.com/rauhryan/huboard</a></li>
<li><strong>Developer:</strong> <a title="https://github.com/rauhryan" href="https://github.com/rauhryan" target="_blank">https://github.com/rauhryan</a></li>
<li><strong>Website:</strong> <a title="http://huboard.com/" href="http://huboard.com/" target="_blank">http://huboard.com/</a></li>
<li><strong>Twitter: </strong><a title="https://twitter.com/Huboard" href="https://twitter.com/Huboard" target="_blank">https://twitter.com/Huboard</a></li>
<li><strong>Blog:</strong> <a title="http://lostechies.com/ryanrauh/author/ryanrauh/" href="http://lostechies.com/ryanrauh/author/ryanrauh/" target="_blank">http://lostechies.com/ryanrauh/author/ryanrauh/</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/project-agility/huboard-a-kanban-board-for-github/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips for Understanding and Overcoming the Fear of Process Improvement</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tips-for-understanding-and-overcoming-the-fear-of-process-improvement</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tips-for-understanding-and-overcoming-the-fear-of-process-improvement#comments</comments>
		<pubDate>Wed, 07 Nov 2012 14:00:37 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Business]]></category>
		<category><![CDATA[commitment]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3291</guid>
		<description><![CDATA[In a recent Harvard Business Review article titled, “Understanding the Fear of Process Improvement,” article author Brad Power discusses the concept of change within an organization. In the article, he a few fundamental questions including: Why aren’t leaders on board? &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tips-for-understanding-and-overcoming-the-fear-of-process-improvement">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In a recent Harvard Business Review article titled, “<a href="http://blogs.hbr.org/cs/2012/09/understanding_fear_of_process_improvement.html " target="_blank">Understanding the Fear of Process Improvement</a>,” article author Brad Power discusses the concept of change within an organization. In the article, he a few fundamental questions including:</p>
<ul>
<li>Why aren’t leaders on board?</li>
<li>Why doesn’t culture change?</li>
<li>How do you change culture?</li>
</ul>
<p>Power suggests that asking questions such as, “Why don’t we try new practices?” and “Why does is take a long time to change habits?” can help uncover fears that are preventing change.</p>
<p>If, as Powers suggests, the fear of change is the root cause of failures to create a culture of continuous improvement, then how do you over come that fear? According to Powers, there are three effective ways to embrace fear of change.</p>
<h3><strong>Overcoming the Fear of Process Improvement </strong></h3>
<ol>
<li><strong>Incorporate Those Involved </strong><br />
Allow those whose work will change to be involved in defining the improvements.</li>
<li><strong>Provide a Safe Place to Fail</strong><br />
Welcome failure in experiments of new ways to of working as a way to learn and improve. Removing the downside risks, such as being fired, and provide upsides to making those changes, such as profit sharing and promotions.</li>
<li><strong>Hire Employees who Support Your Organization’s Mission</strong><br />
Hire self-starters who are commitment to your mission. According to Powers, “employees will embrace change that furthers the mission of the organization if they view the <em>value of that change</em> to the customer as greater than the <em>pain of change</em>.”</li>
</ol>
<p><strong>SOUND OFF: </strong>What fears have held your organization back from <a href="http://blog.fusionalliance.com/blog/digital-thoughts/process-is-nothing-without-ingenuity" target="_blank">improving processes</a>? How have you worked to overcome those fears?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/tips-for-understanding-and-overcoming-the-fear-of-process-improvement/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s your set list?</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/whats-your-set-list</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/whats-your-set-list#comments</comments>
		<pubDate>Tue, 06 Nov 2012 14:00:59 +0000</pubDate>
		<dc:creator>Kristi Dwenger-Bourgeois</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Analysis Process]]></category>
		<category><![CDATA[Requirements Analysis Experience]]></category>
		<category><![CDATA[Requirements Management Plan]]></category>
		<category><![CDATA[Requirements Management Process]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3223</guid>
		<description><![CDATA[The Hoosier Lucky 7, circa 1927 (ish) OK so here&#8217;s the thing, I always know when my grandfather is at the piano because he always starts and ends with the same songs -  that&#8217;s what is in his set list.  For &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/whats-your-set-list">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/whats-your-set-list/attachment/hoosierlucky7" rel="attachment wp-att-3225"><img class="alignnone  wp-image-3225" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/HoosierLucky7.jpg" alt="Gramps Band circa 1927" /></a>The Hoosier Lucky 7, circa 1927 (ish)</p>
<p style="text-align: left;"><strong>OK so here&#8217;s the thing</strong>, I always know when my grandfather is at the piano because he always starts and ends with the same songs -  that&#8217;s what is in his set list.  For the record, he closes with &#8220;Five-Foot Two&#8221;.   Prior to that we are treated to a variety of hits from the 40&#8242;s such as:</p>
<ul>
<li>Sweetheart of Sigma Chi</li>
<li>Shine on Harvest Moon</li>
<li>It Had To Be You</li>
<li>Traumeri</li>
</ul>
<p>His performance is effortless. He started playing when he was a young child, bought his first piano when he was 18, started a band, the &#8220;Hoosier Lucky 7&#8243;<em> (see the pic above, Gramps is the cool cat at the piano)</em> and plays to this day. At 103 I don&#8217;t know anyone who has demonstrated more committment to their art. His song selections are always appropriate, he chooses the songs for the occasion and the length of time he has (or wants) to play. He uses his experience to guide his set list.</p>
<p><strong>So what does this have to do with Requirements Management anyway?  </strong>One of the questions I pose to Analyst candidates during interviews is along the lines of &#8220;if you were in charge of the requirements mangement effort, what would you do?&#8221; The best answers come from folks who can say &#8220;I start here, and depending on the project, I may include a, b, c, z, y, w or if it is this kind of other project I will add in j, k &amp; l and I round it all out with this process which includes&#8230;&#8221; Essentially, they are giving me their requirements management process &#8220;set list.&#8221; This kind of answer tells me that the candidate has enough depth of experience to know what works well, understands that process is important and that requirements management is about using the tools and techniques that are appropriate for the project.</p>
<p><strong>Let&#8217;s be real though</strong>, sometimes memory can fail us.  We may not remember what works best in certain situations, or worse, we may think we remember that something works well, when it doesn&#8217;t! Kind of like when Gramps forgets that he already played a song and replays it during the set. (Cut him some slack, remember, he is 103!) What we do keep with us is the process.  Gramps does remember which notes to play and what order to play those notes to make the melody. Our analysis experience gives us the techniques to use and the order to perform them.</p>
<p><strong>I know what you are thinking</strong>, &#8220;So, are you saying that Requirements Management is like playing music?&#8221; Well, I guess I do feel that way some days. The more I practice, the better I am at a particular technique. The more often I perform a particular task, the more likely I am to remember how to do that task. The more projects I complete, the wider my repetoire becomes. When I work in harmony (pun intended) with other analysts on our set list, the work produced is far better than my solo attempts. So, yes, Requirements Management is like playing music!</p>
<p>Thanks, Gramps, I always knew that those hours spent listening to you play would pay off!</p>
<p><strong>SOUND OFF:</strong>  What&#8217;s in your Requirements Management and Analysis &#8220;set list?&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/whats-your-set-list/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Media, Your Digital Duct Tape</title>
		<link>http://blog.fusionalliance.com/blog/the-trendy-umbrella/social-media-your-digital-duct-tape</link>
		<comments>http://blog.fusionalliance.com/blog/the-trendy-umbrella/social-media-your-digital-duct-tape#comments</comments>
		<pubDate>Fri, 02 Nov 2012 13:00:10 +0000</pubDate>
		<dc:creator>Jon Bausman</dc:creator>
				<category><![CDATA[The Trendy Umbrella]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Commerce]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Duct Tape]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3259</guid>
		<description><![CDATA[It’s a handy man’s dream and one of the most versatile pieces of equipment in your toolbox.  You may have fixed your car with it, taped up a blistering foot while hiking, or even used it to design matching outfits &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/social-media-your-digital-duct-tape">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>It’s a handy man’s dream and one of the most versatile pieces of equipment in your toolbox.  You may have fixed your car with it, taped up a blistering foot while hiking, or even used it to design matching outfits for prom.  There is no doubt that duct tape is a well-used and dynamic tool.  If someone asked you, “What can duct tape do?”  you could look at them with a smile and say, “Well, what do you want it to do?”</p>
<p>That’s how I feel about social media.  Many people new to the social media scene will ask, “Well, what can social media do?”  and I normally respond with a smile and hearty, “Well, what do you want it to do?”  It’s important to first ask yourself what you want to get out of it.  What’s the goal?  Knowing that will dictate whether social media is the right tool and if so, suggest how you might use it.</p>
<p style="text-align: center;" align="center"><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/social-media-your-digital-duct-tape/attachment/duct-tape" rel="attachment wp-att-3260"><img class="wp-image-3260 aligncenter" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/duct-tape-290x355.jpg" alt="Duct Tape Prom Dresses" width="290" height="355" /></a></p>
<p>Here are six different ways you can utilize social media to reach your goals:</p>
<ol>
<li><strong>Reach</strong>.  Is your current marketing strategy not working?  Is it working,  but you want to expand your reach and connect with more potential customers?  According to <a href="http://www.mindjumpers.com/blog/2012/01/social-media-stats-infographic/">Mindjumpers</a>, social media sites and blogs reach 80% of all U.S. internet users.  That’s a large number.  Let that soak in for a minute.  8 out of 10 Americans are utilizing some form of social media.  So, if your goal is to expand your current reach, social media might be a great place to start.</li>
<li><strong>Search</strong>.  Marketers rate social media as the second-most important factor in search, second only to strong content (<a href="http://www.btobonline.com/article/20120213/SEARCH09/302139959/search-still-half-of-all-digital-spending#seenit">BtoB Magazine</a>).  Let me give you a personal example.  Google me. “Jon Bausman.”  Right now.  It’s okay, open a new tab (‘cause you’re going to want to come back and read the rest of this blog!).  What do you see?  I own the first 8 results when it comes to my name on Google, with the top three being Twitter, LinkedIn and Facebook.  Click on <em>Images</em> and run the same search.  Do you see a consistent image showing up?  Not only do I own my web search but also when you search visual content, my social media avatar dominates the landscape.</li>
<li><strong>Engaging Content</strong>.<strong>  </strong>Did you know that YouTube is the third most searched site on the web (<a href="http://www.alexa.com/siteinfo/youtube.com">Alexa</a>)?  If content is king, then video and visual content are ruling the kingdom.  It is powerful to take your content and add visuals and sound.  Facebook also gives priority to this type of content which is illustrated by their Edge Rank algorithm.</li>
<li><strong>Monitoring the Conversation</strong>.  Whether you’re on social media or not, people are talking about you.  About 40% of online users have mentioned a brand on <a href="http://bit.ly/tfSkrR">Facebook</a> or <a href="http://bit.ly/tfSkrR">Twitter</a>.  Is it good?  Is it bad?  Either way, it’s important to listen to what consumers are saying about you.  If you don’t already see the impact this can have on your business, allow me to transition to &#8220;digital duct tape&#8221; use #5.</li>
</ol>
<p><strong><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/social-media-your-digital-duct-tape/attachment/listening" rel="attachment wp-att-3261"><img class="wp-image-3261 alignright" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/listening-290x189.jpg" alt="" width="290" height="189" /></a></strong></p>
<p style="padding-left: 30px;">5.<strong>  Social Commerce</strong>.  According to AYTM, 81% of customers reach out to their friends and family members on social networking sites for advice before purchasing products.  You skeptics out there might be saying, “Well, people may ask for advice on social media, but do they listen to what respondents have to say?”  Uh, yeah.  AYTM reports that 78% of consumers trust peer recommendations.</p>
<p style="padding-left: 30px;">6.  <strong>Transparency</strong>.  Social media allows online users to readily access information and provide companies the opportunity to share their information transparently.  <a href="http://www.emarketer.com/Article.aspx?R=1008929&amp;ecid=a6506033675d47f881651943c21c5ed4">eMarketer</a> reported that 94% of buyers felt C-suite social media participation enhances a brand’s image and 77% said they are more likely to buy from a company whose CEO uses social media.</p>
<p>Allow me to paint a picture for you using these 6 &#8220;digital duct tape&#8221; points.</p>
<p>I purchase a widget from your company, and after trying it out, I am frustrated with the product and poor customer service.  Not an unfamiliar experience, right?  I’m so upset that I want to share my experience with others – <strong>Reach</strong> – and I turn to my strongest and most powerful outlet, my social media channels – <strong>Search</strong>.  I decide to make a YouTube video explaining what I don’t like about the widget, why it was a bad purchasing decision, and how it was a terrible customer experience – <strong>Engaging Content</strong>.</p>
<p>Your company decided not to invest in monitoring conversation surrounding your brand on social media.  So, not only did you miss the opportunity to resolve the situation, but you also missed the opportunity to see my video views climb higher and higher – <strong>Monitoring the Conversation</strong>.</p>
<p>Someone else across the country is contemplating buying your widget, but wants to do some online research first.  He Googles “widget” and, due to my search rank and frequent views, finds my video explaining my terrible experience.  He is quite surprised by my feedback and decides to ask on Facebook and Twitter what some of his family and friends think of the product.  Sure enough, he hears back from a few people with stories similar to mine (<strong>Social Commerce</strong>).</p>
<p>One of his family members recommended using the competitor brand and shared that.  After monitoring the online conversation, a competitor company noticed that consumers were unhappy with a certain feature of their widget.  The competitor CEO tweeted a video apology and assured his viewers that they would fix this issue and this new feature would be implemented in their next widget. (<strong>Transparency</strong>).  The fact that competitor company was listening to its customers and the CEO went out of his way to communicate that they were making the changes on the product was enough to seal the deal for me to buy the competitor’s widget.</p>
<p>So there you have it: 6 different ways social media can be the most versatile tool in your digital tool kit.</p>
<p><strong>SOUND OFF:</strong> How does your company use social media?  Have you explored all the different ways social media can help you reach your goals?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/the-trendy-umbrella/social-media-your-digital-duct-tape/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 Creative Ways to Use Twitter for Business</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-creative-ways-to-use-twitter-for-business</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-creative-ways-to-use-twitter-for-business#comments</comments>
		<pubDate>Mon, 29 Oct 2012 13:00:33 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3239</guid>
		<description><![CDATA[So, you’ve set up a Twitter account. You’ve followed a few of your customers. Now what? When it comes to using Twitter as part of your business’ digital strategy, tweeting is only the beginning. Not too long ago, Social Media &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-creative-ways-to-use-twitter-for-business">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>So, you’ve set up a Twitter account. You’ve followed a few of your customers. Now what? When it comes to using Twitter as part of your business’ <a href="http://fusionalliance.com" target="_blank">digital strategy</a>, tweeting is only the beginning.</p>
<p>Not too long ago, Social Media Examiner shared <a href="http://www.socialmediaexaminer.com/twitter-for-business/ " target="_blank">16 creative ways to use Twitter</a> for business. The following are a few of our favorites and how they can be applied to your organization’s Twitter account:</p>
<h3>1. Change your visual branding</h3>
<p><strong></strong>Twitter allows you to customize many aspects of your Twitter profile page. This provides you with a number of creative visual branding opportunities for your organization. Customizable aspects include:</p>
<ul>
<li>Your <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/twitters-new-design-8-creative-twitter-headers " target="_blank">Twitter header image</a></li>
<li>Your Twitter background</li>
<li>Your Twitter profile picture</li>
<li>The color of your background and links</li>
</ul>
<h3>2. Create a Twitter landing page</h3>
<p><strong></strong>Oftentimes organizations use their Twitter bio to link directly to their website or blog. Social Media Examiner contributing author, Carlene Kingston suggests using a special landing page and using that page as your Twitter profile web address. As Kingston explains, “A Twitter landing page is a special page on your website designed to introduce people from Twitter to your business. It’s like having a greeter there to <strong>help people get the scoop on your business</strong> and how you use Twitter.”</p>
<p>Your origination’s Twitter landing page could include:</p>
<ul>
<li>A personal message from a notable member of the organization</li>
<li>Details about your business products and services</li>
<li>Additional contact information</li>
<li>Information about the people behind your organization’s Twitter account</li>
</ul>
<h3>3. Rethink your follow strategy</h3>
<p>Maintaining a good following-to-follower ratio is important. Every Twitter account can only follow 2000 people total. If you want to follow more than that you must first increase the number of people following you.</p>
<p>One way to preserve your following-to-follower ratio is to weed out bots. These twitter accounts are not run by real people and don’t provide business value. How do you avoid following a bot?</p>
<ul>
<li>Don’t automatically follow everyone who follows you.</li>
<li>Don’t follow people with an egg picture.</li>
<li>Check their followers. An account that follows many people but only has a few followers is probabily a spammer.</li>
<li>Review their tweet. Spam accounts and bots often only send retweets, quotes, or blast the same message to many users over a short period of time.</li>
<li>Check the bio to see if the account is listed as a bot.</li>
</ul>
<h3>4. Bookmark tweets you want to keep</h3>
<p>An alternative to marking a tweet as one of your favorites is to bookmark it. This allows you to keep a private record of tweets and saves your favorites for items directly related to your business’ Twitter strategy. Each tweet has a unique web address that you can bookmark using your browser or a bookmarking tool. To get to the unique URL for an individual tweet, click “expand” and then “details” on the tweet in your stream.</p>
<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-creative-ways-to-use-twitter-for-business/attachment/screen-shot-2012-10-26-at-12-10-54-pm" rel="attachment wp-att-3240"><img class="aligncenter size-full wp-image-3240" title="bookmark-tweets" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Screen-shot-2012-10-26-at-12.10.54-PM.png" alt="save-tweets" /></a></p>
<h3>5. Expand the Twitter conversation to your blog</h3>
<p><strong></strong>Twitter now makes it easy to embed a tweet into a blog post. These embedded tweets not only look like a tweet, but also have the same interactive features as Twitter.</p>
<p>Taking a particular conversation from Twitter to your blog allows you to expand the discussion with commentary that is longer than 140 characters, while still leaving it open to additional outside comments on both Twitter and your blog. This strategy allows you to target industry influencers in a new way.</p>
<p><strong>SOUND OFF:</strong> How is your organization using Twitter? Share your ideas below and join us for our next <a href="http://www.fusionalliance.com/optionpass/?utm_source=Blog&amp;utm_medium=Blast&amp;utm_campaign=BlastSocial " target="_blank">#OptionPass chat</a> to see first-hand how we’re using Twitter as part of our digital marketing strategy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-creative-ways-to-use-twitter-for-business/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Email: The Original Social Network?</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/email-the-original-social-network</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/email-the-original-social-network#comments</comments>
		<pubDate>Mon, 22 Oct 2012 13:00:42 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Marketing Strategy]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3216</guid>
		<description><![CDATA[What makes something a social network? If you Google “define social network,” you receive the following web definitions: A network of social interaction and personal relationships A dedicated website or other application that enables users to communicate with each other &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/email-the-original-social-network">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>What makes something a social network?</p>
<p>If you Google “<a href="http://www.google.com/search?client=safari&amp;rls=en&amp;q=define+social+network&amp;ie=UTF-8&amp;oe=UTF-8#hl=en&amp;client=safari&amp;rls=en&amp;q=social+network&amp;tbs=dfn:1&amp;tbo=u&amp;sa=X&amp;ei=Bm6AUJ7kEOWuyQHS2YDoBg&amp;ved=0CB4QkQ4&amp;bav=on.2,or.r_gc.r_pw.r_cp.r_qf.&amp;fp=6751f5adb4302511&amp;bpcl=35466521&amp;biw=1920&amp;bih=970" target="_blank">define social network</a>,” you receive the following web definitions:</p>
<ol>
<li>A network of social interaction and personal relationships</li>
<li>A dedicated website or other application that enables users to communicate with each other by posting information, comments, message, images, etc</li>
</ol>
<p>When you break down the definition, email fits many of those characteristics. Could email in fact be the original social network?</p>
<p><strong>Email: The First Social Network?</strong></p>
<p>According to Merriam Webster, the term “social media” first dates back to 2004; email, on the other hand, was used as early as 1972 and rapidly grew in popularity as household computers became a common feature.</p>
<p>When you compare email to other social networking sites including those popular now, such as Facebook and Twitter, as well as those often credited with being the first such as Friendster (launched in 2002) and MySpace (launched in 2003), email was certainly first. However, does it have enough similarities to be called a social network?</p>
<p><strong>Is Email a Social Network?</strong></p>
<p>In his blog post, “<a href="http://www.web-strategist.com/blog/2009/07/09/email-the-first-social-network/ " target="_blank">Email: The First –and Largest- Social Network</a>,” Jeremiah Owyang argues that depending on how you look at it, email can be considered a social network, along side social networking sites such as Facebook and Twitter.</p>
<p>Owyang explains, “If you agree that Facebook, a private community of your friends is a social network, then so is email. They both have the same requirements 1) profiles (emails have signatures), 2) Ability to connect to each other (the act of emailing, and often responding, 3) Do something useful (email users share information, and sometimes collaborate).”</p>
<p>One could also argue that with the advent of the e-newsletter and email marketing, email is now more “social” than ever, with the ability to both tailor content and distribute it as a mass message. Furthermore, marketers can now add “share this” features into their email marketing campaigns in order to make the sharing process easier.</p>
<p>On the other hand, the features of email and social networks such as Facebook and Twitter do differ on some basic levels:</p>
<ul>
<li>Content on social networks tends to be public, allowing it to be crawled and indexed by search engines. Email on the other hand, tends to be a more closed-form conversation.</li>
<li>Social networks tend to allow collaboration in real-time. Unlike a thread of emails that can become splintered as different individuals respond to the same message at different times, social networks like Facebook and Twitter refresh quickly and keep messages from becoming disjointed.</li>
</ul>
<p>Regardless of whether you think about email as a social network or a digital marketing tool all it’s own, an integrated digital marketing strategy can incorporate all of these tools. <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/digital-strategy-5-reasons-email-marketing-isnt-dead" target="_blank">Email isn’t going anywhere anytime soon</a>; trends suggest that email and other social networks will be able to comfortably co-exist for a long time to come.</p>
<p><strong>SOUND OFF:</strong> What do you think makes something a social network? Would you consider email the first social network, a communication form all it’s own, or something else? Join the conversation by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/email-the-original-social-network/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Unexpected Ways to Use Google+</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-unexpected-ways-to-use-google</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-unexpected-ways-to-use-google#comments</comments>
		<pubDate>Wed, 17 Oct 2012 14:00:58 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Google+]]></category>
		<category><![CDATA[Google+ hangouts]]></category>
		<category><![CDATA[Google+ Pages]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3205</guid>
		<description><![CDATA[Once thought to be the social network that would destroy Facebook, many feel that Google+ has failed to make significant strides. Google+, however still offers a number of features not available on Twitter and Facebook. Thinking about using Google+ for &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-unexpected-ways-to-use-google">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><span>Once thought to be the social network that would destroy <span>Facebook</span>, many feel that Google+ has failed to make significant strides. Google+, however still offers a number of features not available on Twitter and <span>Facebook</span>.</span></p>
<p>Thinking about using Google+ for business? Here are five creative ways to use Google+ as part of your <a href="http://blog.fusionalliance.com/blog/tag/digital-marketing" target="_blank">digital marketing strategy</a>:</p>
<ol>
<li><strong>Live Q&amp;A<br />
</strong>Google+ hangouts provide the unique opportunity to answer questions live in front of your customers. Google+ hangouts even allow you to retrieve questions before you go live.</li>
<li><strong>Interactive Video Demonstrations<br />
</strong>Demonstrations are a great way to showcase your knowledge as an expert or help show that your products and services actually work. Google+ hangouts allow you to provide real-time video demonstrations.</li>
<li><strong>Add Simplicity to Events<br />
</strong>Whether your event is in-person, on air, or virtual, <a href="http://www.google.com/intl/en/+/learnmore/events/ " target="_blank">promoting an event on Google+</a><span> provides a number of unique promotional features including the ability for the recipient to read and respond to comments, and RSVP right from inside <span>inboxes</span>. The unique features extend outside invitations. For examples, Party Mode allows guest to snap and share photos from the event in real time.</span></li>
<li><strong><span>Connect with <span>Influencers</span></span><br />
</strong><span>As <span>SEOmoz</span> explains, </span><a href="http://www.seomoz.org/blog/tips-to-use-google-for-seo " target="_blank">Google+ provides 17 different notifications</a><span> that, if used correctly, can help you connect with <span>influencers</span> in your industry. Some of these actions cannot be utilized by brand pages, however others can help get your brand get on a <span>influencers</span> radar.</span></li>
<li><strong>Monitor Keywords<br />
</strong>Google+ Sparks are an often-overlooked feature of the Google+ interface. Sparks provide an easy way to monitor keywords, such as your organization’s name, right from your Google+ dashboard. Here’s how:<br />
- Type your keyword into the search bar<br />
- Select “Sparks” from the drop-down menu<br />
<a href="http://blog.fusionalliance.com/blog/uncategorized/5-unexpected-ways-to-use-google/attachment/screen-shot-2012-10-16-at-4-06-00-pm" rel="attachment wp-att-3209"><img class="aligncenter size-full wp-image-3209" title="Google-Plus-Sparks" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Screen-shot-2012-10-16-at-4.06.00-PM.png" alt="Using-Google-Plus" /></a><br />
- Click “Save this Search” on the right-hand side of the screen</li>
</ol>
<p>Your Google+ Sparks will then appear as categories along-side your circles.</p>
<p><img class="aligncenter size-full wp-image-3210" title="Finding-Google-Plus-Sparks" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Screen-shot-2012-10-16-at-4.07.07-PM.png" alt="Finding-Google+-Sparks" /></p>
<p><strong>SOUND OFF: </strong>Does your organization have a presence on Google+? What strategies and tactics have you found to be most effective?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-unexpected-ways-to-use-google/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four LinkedIn Updates to Improve Your Company Page</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-linkedin-updates-to-improve-your-company-page</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-linkedin-updates-to-improve-your-company-page#comments</comments>
		<pubDate>Fri, 12 Oct 2012 17:56:00 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[LinkedIn company pages]]></category>
		<category><![CDATA[LinkedIn design]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3190</guid>
		<description><![CDATA[On September 6, 2012, LinkedIn announced the new redesign of company pages on LinkedIn, and on October 5, they rolled out the experience to more than two million companies. Haven’t switched over to the new design yet? The following are &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-linkedin-updates-to-improve-your-company-page">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>On September 6, 2012, LinkedIn announced the new <a href="http://blog.linkedin.com/2012/09/06/new-look-for-company-pages/" target="_blank">redesign of company pages on LinkedIn</a>, and on October 5, they rolled out the experience to more than two million companies.</p>
<p>Haven’t switched over to the new design yet? The following are four reasons why your business should take advantage of LinkedIn’s redesign and enhanced features:</p>
<ol>
<li> <strong>Increased branding initiatives:</strong>  Similar to <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/twitters-new-design-8-creative-twitter-headers" target="_blank">Twitter’s new header photo</a> and the Facebook timeline cover, LinkedIn now offers a large banner image at the top of each company page. This allows organizations to visually brand their pages and capitalize on customer recognition.<a href="http://blog.fusionalliance.com/blog/uncategorized/4-linkedin-updates-to-improve-your-company-page/attachment/screen-shot-2012-10-12-at-1-58-51-pm" rel="attachment wp-att-3194"><img class="aligncenter size-full wp-image-3194" title="LinkedIn-Company-Page-Image" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Screen-shot-2012-10-12-at-1.58.51-PM.png" alt="Fusion-Alliance-LinkedIn" /></a></li>
<li><strong>Live stream constantly updated: </strong>A company news stream has been added to the right side of the profile. The stream captures products and services, career opportunities, and the most recent news, at the top in reverse chronological order. This layout allows users to see updates and keeps users connected to current events, most likely increasing their loyalty to the brand. More prominent navigation will increase communication because products, services, and career opportunities are clear.</li>
<li><strong>Connected on the go: </strong>For LinkedIn, mobile integration has been a long time coming. While other well-known social mediums implemented and improved their <a href="http://www.fusionalliance.com/story-mobile-development.aspx" target="_blank">mobile capability</a>, LinkedIn, the most recognized professional networking site available, just recently provided mobile applications. Company pages can now be viewed using LinkedIn’s smartphone and iPad apps, making access to company pages more readily available.</li>
<li><strong>Pertinent information readily available: </strong>With LinkedIn’s new design, organizations can feature important updates and news so readers can easily access it. Updates can remain on top of other news for up to 48 hours, helping companies highlight the most important information while still allowing user to view less-germane news.<a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-linkedin-updates-to-improve-your-company-page/attachment/screen-shot-2012-10-12-at-1-54-50-pm" rel="attachment wp-att-3191"><img class="aligncenter size-full wp-image-3191" title="LinkedIn-Recent-Update-Section" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Screen-shot-2012-10-12-at-1.54.50-PM.png" alt="LinkedIn-Design-Changes" /></a></li>
</ol>
<p>Though LinkedIn hasn’t made the update mandatory, the benefits of using these enhancements seem reason enough to make the switch. Not only can companies increase brand awareness, but they are also making themselves more accessible to customers, which will only prove to be valuable in the long run.</p>
<p><strong>SOUND OFF: </strong>Love it or leave it? What do you think about LinkedIn&#8217;s new design?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/4-linkedin-updates-to-improve-your-company-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Meeting Ground Rules: The Girl Scout Law</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/my-meeting-ground-rules-the-girl-scout-law</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/my-meeting-ground-rules-the-girl-scout-law#comments</comments>
		<pubDate>Thu, 11 Oct 2012 13:00:27 +0000</pubDate>
		<dc:creator>Kristi Dwenger-Bourgeois</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Requirements Management]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3148</guid>
		<description><![CDATA[OK so here&#8217;s the thing. I have recently been studying all things Girl Scouts, and as I refresh my memory of the Girl Scout Law, I started wondering what would happen if we really all followed it. The Girl Scout &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/my-meeting-ground-rules-the-girl-scout-law">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>OK so here&#8217;s the thing.</strong> I have recently been studying all things Girl Scouts, and as I refresh my memory of the <a title="Girl Scout Law" href="http://www.girlscouts.org/program/basics/promise_law/" target="_blank">Girl Scout Law</a>, I started wondering what would happen if we really all followed it.</p>
<p style="padding-left: 30px;"><strong>The Girl Scout Law</strong></p>
<p style="padding-left: 60px;"><em>I will do my best to be</em></p>
<p style="padding-left: 90px;">honest and fair,<br />
friendly and helpful,<br />
considerate and caring,<br />
courageous and strong,<br />
and  responsible for what I say and do,</p>
<p style="padding-left: 60px;"><em>and to </em></p>
<p style="padding-left: 90px;">respect myself and others,<br />
respect authority,<br />
use resources wisely,<br />
make the world a better place,<br />
and  be a sister to every Girl Scout.</p>
<p><strong>So what does this have to do with Requirements Management anyway?  </strong>There are times in my projects when I have invested hours in negotiating, documenting and declaring meeting ground rules.  This can be particularly an issue for those large, multi-day, &#8220;let&#8217;s-all-get-in-a-room-and-come-up-with-solutions&#8221; discussions.  I&#8217;m thinking for my next one, the Girl Scout Law covers it.</p>
<p><strong>Let&#8217;s be real though,</strong> most of the time, we already follow these rules in our daily life.  Who doesn&#8217;t want to make the world a better place?  I think it is the combination of the qualities, the &#8220;and&#8221; part , that make me realize these would be good rules to follow in the context of a meeting.</p>
<p><strong>I know what you are thinking</strong>,  &#8220;But I do follow these rules, honest, really, I&#8217;m honest!&#8221;  When I evaluate when I&#8217;m honest, I&#8217;m not sure that I am always honest <em>and</em> fair.  When the discussion becomes tense, I may have strong opinions, <em>and</em> lack the courage to voice them.  Many times I have to find the patience to be considerate <em>and </em>caring when steering the team out of the weeds and back to the topic.  For now, I know my weak areas lie in the &#8220;ands,&#8221; and so in my next meeting (and every day, if I am really trying to make the world a better place), I will be working on being more responsible for what I say <em>and</em> do.</p>
<p><strong>SOUND OFF:</strong>  Are there rules from your past that would help bring clarity to your meetings?  Be friendly <em>and</em> helpful—tell us about them!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/my-meeting-ground-rules-the-girl-scout-law/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Governance in Regulated Industries Part 4: Local Procedures</title>
		<link>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-4-local-procedures</link>
		<comments>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-4-local-procedures#comments</comments>
		<pubDate>Wed, 10 Oct 2012 13:00:17 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Project Agility]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Project Management]]></category>
		<category><![CDATA[agile team]]></category>
		<category><![CDATA[procedure]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Regulated Industry]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Strategy]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3169</guid>
		<description><![CDATA[Many social media projects face the trailblazers conundrum. None of their company’s policies or procedures was written with social media or community networking in mind.  Best practices are rare and guidance from corporate governance is nearly nonexistent.  You face the &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-4-local-procedures">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Many social media projects face the trailblazers conundrum. None of their company’s policies or procedures was written with social media or community networking in mind.  Best practices are rare and guidance from corporate governance is nearly nonexistent.  You face the added challenge of being the experiment while trying to be responsible, successful, and accountable.  You will never be able to mitigate all the risk and uncertainty from that situation.  What you <em>can</em> do is be proactive and address what you need to be successful and accountable.  Local processes that are the &#8220;right thing to do&#8221; and vetted by the team using them are ideal for this purpose.</p>
<p>Aside from documenting your process according to the guidelines in the <a title="Social Media Governance in Regulated Industries Pat 3" href="http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-3-documentation" target="_blank">previous post</a>, our experience with local processes is very simple and can be boiled down to a few rules.</p>
<h3><strong>1. </strong><strong>Decide if a process or procedure is really necessary. Really.</strong></h3>
<p>The first question you should ask is: Do I need this procedure to &#8220;do the right thing&#8221; and to show others in the company that we are &#8220;doing the right thing?&#8221; Generally, if it fills an unaddressed gap in global procedure, mitigates a risk identified at the Project Charter stage, or provides a wrapper for ongoing inventories of exceptions or content, it is worth it. If you are reasonably covered by existing work practices and corporate compliance requirements then think hard about adding another layer of complexity to what you maintain.  Can you be accountable and transparent with what you already have?  The exposure of social media provides much of the transparency on its own.</p>
<h3><strong>2. </strong><strong>Bullets and outlines beat text.</strong></h3>
<p><a href="http://miltonmattox.com/blog/wp-content/uploads/2012/06/repeatable.jpg"><img class="alignnone" src="http://miltonmattox.com/blog/wp-content/uploads/2012/06/repeatable.jpg" alt="" width="441" height="321" /></a></p>
<p>Make the process simple enough that anyone could build the visual flow of it in their mind within a few minutes of reading it.  Succinct bullets, or better, providing the graphic guidance is preferable to using corporate speak, legalese, or excessive adverbs.  Checklists are preferable for quantitative judgments and decision diagrams are preferable for qualitative judgments.</p>
<h3><strong>3. The team owns it.</strong><strong></strong></h3>
<p>Ask the team executing the work if it’s worth it.  Ask those who provide compliance guidance if it is required.  Ask the person who will have to maintain it if it is worth it.  Go a step further.  Give the team the goals and ask them to WRITE it and decide where to keep it.  Have them elect the procedure owner. If the team expresses hesitation in being a part of the collaboration, you can expect the same hesitance in complying with the procedure, once established. This rule can be a deal breaker and may require facilitation by the project owner to help frame the need to the team appropriately, so they can get behind the reason for the documentation or working process.</p>
<h3><strong>4. </strong><strong>Live by it</strong></h3>
<p><a href="http://www.rafaelgonzalezpa.com/images/balance-scales-25.jpg"><img class="alignright" src="http://www.rafaelgonzalezpa.com/images/balance-scales-25.jpg" alt="" width="333" height="361" /></a>If you build it, live by it.  If you do a periodic temperature check and realize that the process is no longer useful, change it, replace it or abandon it.  Just document your decision and add it to your best practices and retrospective agenda.  You must also support your process with the right tools.  If your support software, third party applications, or even hardware don’t support the process, you will run into yet another barrier to success.  Go into the process creation process understanding that every process or procedure requires an investment for someone, the team, the owner, the document—er  nearly everyone on the team.</p>
<h3><strong>What we found to be worth it&#8230;</strong></h3>
<p>Here are a few local processes we found worth the time and effort to create and live by, as did our team.</p>
<ul>
<li>Pre-qualified Commenters: A process that provides the training and authorization for social media posters to be pre-qualified to speak on behalf of the team</li>
<li>Developers Launch Checklist: For hosted or administered platforms a checklist to assist in ensuring corporate compliance at launch</li>
<li>Blogging Style Guide: More a guideline and less a process, this document succinctly summarizes our voice and mission for our bloggers.</li>
<li>Risk Assessments: We have several locally built risk assessment tools that compile corporate risk factors with those we consider important to acknowledge before a project’s launch. In short, the real and necessary risks are compiled into one or more tools for evaluation.</li>
</ul>
<h3><strong>What you should end up with&#8230;</strong></h3>
<p>A library of checklists, outlines and diagrams that are easily digestible, stand on their own, and are owned and managed by the team.  If they can&#8217;t live without the project manager, they probably shouldn&#8217;t live in the first place.</p>
<h3>Is that all?</h3>
<p>Local processes are the last administrative aspect to &#8220;doing the right thing&#8221;.  Next time, we’ll talk about touting, the team, and how to build the team behavior that drives unity of vision and of voice.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-4-local-procedures/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twitter&#8217;s New Design: 8 Creative Twitter Headers</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/twitters-new-design-8-creative-twitter-headers</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/twitters-new-design-8-creative-twitter-headers#comments</comments>
		<pubDate>Mon, 08 Oct 2012 17:00:50 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Twitter design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3129</guid>
		<description><![CDATA[They say a picture is worth 1,000 words. Recently, Twitter took that saying to heart, unveiling a new Twitter profile design that puts more emphasis on pictures and includes a large image called a “header photo.” The header photo, which &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/twitters-new-design-8-creative-twitter-headers">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>They say a picture is worth 1,000 words. Recently, Twitter took that saying to heart, unveiling <a href="http://blog.twitter.com/2012/09/because-you-have-more-to-show.html" target="_blank">a new Twitter profile design</a> that puts more emphasis on pictures and includes a large image called a “header photo.”</p>
<p>The header photo, which appears above tweets on a profile, allows individuals to express themselves in a new ways and provide additional branding companies and organizations using Twitter.</p>
<p>Wondering how to make your Twitter header photo say something new about your brand? You may find inspiration in some of these creative Twitter headers.</p>
<ol>
<li>@todayshow<br />
<a href="http://twitter.com/todayshow" rel="attachment wp-att-3130"><img class="alignnone size-full wp-image-3130" title="todayshow" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/todayshow.png" alt="today-show-twitter-header" width="546" height="327" /></a><br />
The Today Show uses a collage of images from their show as a header picture for their Twitter account.</li>
<li>@RyanSeacrest<br />
<a href="http://twitter.com/ryanseacrest"><img class="alignnone size-full wp-image-3133" title="ryan-seacrest-twitter" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/ryan-seacrest-twitter.png" alt="creative-twitter-header" /></a><br />
On-air personality, Ryan Seacrest blends his profile picture with his Twitter header image.</li>
<li>@MariSmith   Social<br />
<a href="http://twitter.com/marismith"><img class="alignnone size-full wp-image-3134" title="mari-smith-twitter" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/marismith.png" alt="creative-social-media" /></a><br />
Media Examiner’s Mari Smith uses her Twitter header to showcase her portfolio.</li>
<li>@ducttape<br />
<a href="http://twitter.com/ducttape"><img class="alignnone size-full wp-image-3135" title="ducttape-marketing-twitter" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/ducttape-marketing-twitter.png" alt="" /></a><br />
A number of professional speakers—including Duct Tape Marketing author, John Jantsch—use pictures taken during industry-related events as their header pictures.</li>
<li>@deltafaucet<br />
<a href="http://twitter.com/deltafaucet"><img class="alignnone size-full wp-image-3136" title="deltafaucet" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/deltafaucet.png" alt="creative-social-media" /></a><br />
Delta Faucet uses their profile picture to demonstrate one of their products in use.</li>
<li>@waspbarcode<br />
<a href="http://twitter.com/waspbarcode"><img class="alignnone size-full wp-image-3137" title="Wasp-barcode-twitter" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Wasp-barcode-twitter.png" alt="creative-b2b-twitter-header" /></a><br />
This company, which specializes in providing solutions for businesses, includes one of their products in their Twitter header photo.</li>
<li>@BreakingNews<br />
<a href="http://twitter.com/breakingnews"><img class="alignnone size-full wp-image-3138" title="breakingnews" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/breakingnews.png" alt="creative-twitter-header" /></a><br />
Breaking News uses a variation of their Twitter background to tie together their Twitter profile picture and background image.</li>
<li>@FusionAlliance<br />
<a href="http://twitter.comfusionalliance"><img class="alignnone size-full wp-image-3141" title="Fusion-Alliance-Twitter" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Screen-shot-2012-10-08-at-12.12.40-PM.png" alt="Creative-b2b-Twitter-header" /></a><br />
Our Twitter header showcases our branding, as well as some of the employees who help make our technology-enabled business solutions possible!</li>
</ol>
<p><strong>SOUND OFF</strong>: Does your organization’s account have a creative Twitter header? Share it with us by leaving a link below. (Don’t forget to share any tips or tricks too!)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/twitters-new-design-8-creative-twitter-headers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who&#8217;s the Biggest Loser in the Apple v. Samsung Battle?</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/whos-the-biggest-loser-in-the-apple-v-samsung-battle</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/whos-the-biggest-loser-in-the-apple-v-samsung-battle#comments</comments>
		<pubDate>Thu, 04 Oct 2012 13:00:14 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple v. Samsung]]></category>
		<category><![CDATA[Galaxy s III]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[patent infringement]]></category>
		<category><![CDATA[patent law]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[Smartphone]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3078</guid>
		<description><![CDATA[At a time when smartphones and tablets are the hottest things on the market, it’s no wonder that the Apple vs. Samsung patent infringement battle is a hot topic right now.  But whether you’re an “Apple afficianado” chatting it up &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/whos-the-biggest-loser-in-the-apple-v-samsung-battle">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/digital-thoughts/whos-the-biggest-loser-in-the-apple-v-samsung-battle/attachment/apple_v_samsung-icon-3" rel="attachment wp-att-3085"><img class="alignright size-medium wp-image-3085" title="Apple Vs. Samsung logos" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/09/apple_v_samsung-icon2-290x182.png" alt="Apple Vs. Samsung logos" /></a>At a time when smartphones and tablets are the hottest things on the market, it’s no wonder that the Apple vs. Samsung patent infringement battle is a hot topic right now.  But whether you’re an “Apple afficianado” chatting it up with Siri, or a “Galaxy Guru” relishing in the ample size of your screen, do you really think about who came up with these amazing features, or are you just thankful that <em>somebody</em> did?</p>
<p>After months of ongoing lawsuits between Apple and Samsung regarding their smartphone and tablet designs, the jury returned a <a title="Live: Apple vs. Samsung Jury Decision" href="http://live.theverge.com/apple-samsung-verdict-live/" target="_blank">verdict</a> largely in favor of Apple, alleging that Samsung had “willfully infringed upon Apple’s design and utility patents, among them the curved rectangular shape of the iPhone.”</p>
<p>Samsung has requested a new trial, arguing that the verdict was not supported by evidence or testimony, that the judge imposed limits on testimony time, and the number of witnesses prevented them from receiving a fair trial. Furthermore, Apple has filed a new lawsuit asking for additional damages and has issued a request to stop all sales of Samsung products that were cited to be in violation of the U.S. patents. The next hearing is December 6th.</p>
<p>Samsung may have lost this round, but they are not giving up the fight. Last year, Samsung started running an ad campaign using the tagline, “The Next Big Thing Is Here,” promoting its 4G service and the Galaxy S II phone.  But just in time for the recent iPhone 5 launch, Samsung updated that campaign, inserting the word “already” into the tagline, comparing features head to head in the <a title="Samsung Attacks iPhone in new Ad" href="http://news.cnet.com/8301-17852_3-57513628-71/samsung-attacks-iphone-5-in-new-ad/" target="_blank">print ad</a>—and in the <a title="Samsung Latest TV Spot: The Next Best Thing Is Already Here" href="http://www.youtube.com/watch?v=nf5-Prx19ZM" target="_blank">TV spot</a>—poking fun at the iPhone devotees waiting in long lines wondering if they were wasting their time as they watched Samsung users flaunt the features of the Galaxy III. iPhone followers had a field day with the print ads, first “<a title="Apple Fanboys Fight Back Against Samsung" href="http://news.cnet.com/8301-17852_3-57513782-71/apple-fanboys-fight-back-against-samsung/" target="_blank">editing</a>” and then tweeting them.</p>
<p><span style="font-family: Calibri; font-size: small;"><br />
<img class="wp-image-3081 alignleft" title="Samsung Galaxy S III print ad" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/09/Ad.png" alt="Samsung Galaxy S III print ad" width="249" height="248" /></span>OK, so you get the idea. It’s kind of like two kids fighting over space in the sandbox. But what does this court decision really mean for consumers? If this case becomes precedent, will it serve to promote innovation in technology—or hamper it?  Is it really possible to make a smartphone without infringing on any of Apple’s patents?  Will Apple go after other manufacturers? Samsung may be large enough to survive and continue to flourish despite this attack; however, many smaller manufacturers may not be able to stand up to Apple’s financial strength and market position.</p>
<p>I have an iPhone, as do my two sons, and we are very happy with them. My husband has a Samsung smartphone and is equally satisfied with it. Even though I would never give up my iPhone, I have to admit, the Samsung phone has some great features.  It’s all a matter of preference.</p>
<p>But despite my<a title="Confessions of a Mac Addict" href="http://blog.fusionalliance.com/blog/digital-thoughts/confessions-of-a-mac-addict" target="_blank"> loyalty </a>and emotional connection to Apple products, I have to disagree with the court’s decision on this one. Take a look:</p>
<p><strong>Apple’s Statement following the verdict:</strong></p>
<p>&#8220;We are grateful to the jury for their service and for investing the time to listen to our story and we were thrilled to be able to finally tell it. The mountain of evidence presented during the trial showed that Samsung&#8217;s <a title="Apple vs. Samsung: Is Copying Theft or Innovation?" href="http://articles.latimes.com/2012/sep/04/opinion/la-oe-raustialasprigman-apple-innovation-patent-20120904" target="_blank">copying </a>went far deeper than even we knew. The lawsuits between Apple and Samsung were about much more than patents or money. They were about values. At Apple, we value originality and innovation and pour our lives into making the best products on earth. We make these products to delight our customers, not for our competitors to flagrantly copy. We applaud the court for finding Samsung&#8217;s behavior willful and for sending a loud and clear message that stealing isn&#8217;t right.&#8221;</p>
<p><strong>Samsung&#8217;s statement following the verdict:</strong></p>
<p>&#8220;Today’s verdict should not be viewed as a win for Apple, but as a loss for the American consumer. It will lead to fewer choices, less innovation, and potentially higher prices. It is unfortunate that patent law can be manipulated to give one company a monopoly over rectangles with rounded corners, or technology that is being improved every day by Samsung and other companies. Consumers have the right to choices, and they know what they are buying when they purchase Samsung products. This is not the final word in this case or in battles being waged in courts and tribunals around the world, some of which have already rejected many of Apple’s claims. Samsung will continue to innovate and offer choices for the consumer.&#8221;</p>
<p>As consumers, we should have the option to choose.  The more competition, the more pressure on manufacturers to innovate. Then <strong>WE</strong> are the victors. But if Apple v. Samsung is a hint at the direction of the technology industry, as Samsung stated, the real losers will be you and me.</p>
<p>An Apple a day may keep the doctor away—but I just want to know that I can have an orange if I want one. Don’t you?</p>
<p><strong>SOUND OFF:</strong> Which side of Apple v. Samsung decision are you on?  Leave a comment to let us know.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/whos-the-biggest-loser-in-the-apple-v-samsung-battle/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creative Social Media: Live Tweeting a Kidney Transplant</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/creative-social-media-live-tweeting-a-kidney-transplant</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/creative-social-media-live-tweeting-a-kidney-transplant#comments</comments>
		<pubDate>Wed, 03 Oct 2012 18:00:54 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3099</guid>
		<description><![CDATA[It’s no secret that social media has opened up a variety of new ways to reach potential customers. However, social media doesn’t have to mean just sending tweets and posting pictures to Facebook. There are a variety of creative ways &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/creative-social-media-live-tweeting-a-kidney-transplant">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><center><a href="http://www.facebook.com/photo.php?fbid=486725961354595&amp;set=pb.177699175590610.-2207520000.1349206193&amp;type=1&amp;theater"><img class="alignnone size-full wp-image-3105" title="Live-tweet-kidney-transplant" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Live-tweet-kidney-transplant.jpg" alt="" /></a></center>It’s no secret that social media has opened up a variety of new ways to reach potential customers. However, social media doesn’t have to mean just sending tweets and posting pictures to Facebook. There are a variety of creative ways that organizations are now using <a href="http://blog.fusionalliance.com/blog/tag/social-media" target="_blank">social media as part of their marketing strategy</a>.</p>
<p>One example is Indiana University Health. On Wednesday, June 13, IU Health (<a href="http://twitter.com/iu_health" target="_blank">@IU_Health</a>) hosted the state of Indiana’s first <a href="http://iuhealth.org/university/transplant/organ-donors/living-kidney-donation/" target="_blank">“Twittercast” of a live surgery</a>. In addition to using Twitter to provide the public a “virtual all-access pass” of a kidney transplant, IU Health created a digital marketing campaign to support this program.</p>
<p>Marketing campaign components included:</p>
<ul>
<li>A traditional press release</li>
<li>Traditional media relations</li>
<li>Twitter updates including: facts, “play-by-play” commentary, answers to questions, and even pictures</li>
<li>A designated Twitter hashtag (#CalebsKidney)</li>
<li>YouTube videos</li>
<li>A designated page on the IU Health website</li>
<li>A portal designed to allow individuals to send messages to both the kidney donor and recipient</li>
</ul>
<p>IU Health’s creative use of social media, as well as their integrated digital marketing strategy provided notable results including:</p>
<ul>
<li>1,363 new Twitter followers</li>
<li>1,754 Twitter mentions</li>
<li>100 earned media hits</li>
<li>1,700 visits to an IU Health webpage about being a kidney donor</li>
</ul>
<p><strong>SOUND OFF: </strong>Is your organization utilizing social media as part of your digital strategy? Have a success story about a creative campaign? Share it with us by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/creative-social-media-live-tweeting-a-kidney-transplant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Search Engine Optimization Short Course</title>
		<link>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-search-engine-optimization-short-course</link>
		<comments>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-search-engine-optimization-short-course#comments</comments>
		<pubDate>Tue, 02 Oct 2012 21:14:13 +0000</pubDate>
		<dc:creator>Jeff Lefevere</dc:creator>
				<category><![CDATA[Bluebirds & White Elephants]]></category>
		<category><![CDATA[Google Algorithm]]></category>
		<category><![CDATA[Google+]]></category>
		<category><![CDATA[Googlebot]]></category>
		<category><![CDATA[natural search]]></category>
		<category><![CDATA[off-site SEO]]></category>
		<category><![CDATA[on-page SEO]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[organic search]]></category>
		<category><![CDATA[Pay-per-click]]></category>
		<category><![CDATA[PPC]]></category>
		<category><![CDATA[SEM]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO Rankings]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3109</guid>
		<description><![CDATA[Mom plays Mafia Wars on Facebook and Grandma texts from her iPhone 5.  Bob from the office blogs about his RC plane hobby, is building a personal brand and monetizing his efforts.  Your better half has an Etsy store and &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-search-engine-optimization-short-course">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Mom plays Mafia Wars on Facebook and Grandma texts from her iPhone 5.  Bob from the office blogs about his RC plane hobby, is building a personal brand and monetizing his efforts.  Your better half has an Etsy store and 1000 followers on Instagram.  These days it seems like everybody has some digital moxie.  Yet one digital area that strikes fear in the heart of the sharpest digital denizen is the dreaded Search Engine Optimization (SEO). But perhaps not for long.</p>
<p><img class="alignleft size-medium wp-image-3113" title="Collage of SEO terminology" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/SEO-290x338.jpg" alt="Collage of SEO terminology" /></p>
<p>Emerging from its reputation as a digital dark art, SEO as a discipline is preparing to go mainstream.  According to an August 2012 survey led by enterprise SEO firm Conductor in conjunction with SearchEngineWatch.com, 63% of respondents said their executives are more familiar with SEO metrics than 12 months ago.  The name of the white paper for which the results were presented?  <a title="Why 2013 Will be the Year of SEO" href="http://www.conductor.com/resource-center/research/why-2013-year-seo" target="_blank">“Why 2013 Will be the Year of SEO.”  </a>In addition, eMarketer recently cited software company SEOMoz, saying that 57% of online marketers practiced SEO tactics on a daily basis, beating out other digital functions like analytics (54%) and social media (48.1%).</p>
<p>It appears that the internet’s <em>“killer app”</em> remains much the same as it was over a decade ago.  According to<a title="The Pew Research Center's Internet and American Life Project" href="http://pewinternet.org/~/media/Files/Reports/2012/PIP_Search_Engine_Use_2012.pdf" target="_blank"> The Pew Research Center’s Internet and American Life Project</a> tracking surveys (2002 – 2012), 91% of consumers use search engines, second only to the 92% that use email, both figures far exceeding the 66% of American users that use social media.</p>
<p>Here then, a brief primer on the essentials of SEO as it becomes <strong>The Next Big Thing:</strong></p>
<p><strong>What are the Basics of SEO?</strong></p>
<p>Before a search engine can provide results for a user in the form of a relevant page, file or document, the search word(s) must first be discovered by the search engine.  To find information on the millions of web pages that exist, a search engine uses special software called “spiders” or “bots” to build lists of the words it finds on publicly available web sites.  Building the list is called “crawling.”  Once a site has been crawled, it is referenced as having been “indexed,”  meaning it’s available to be part of the search results.</p>
<p>Google’s search bot is called <a title="Googlebot" href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=182072" target="_blank">“Googlebot”</a> and was built to index every significant word on a page, leaving out the articles “a,” “an” and “the.”  When the Googlebot is crawling a web page, it takes note of two things, the words within the page and where the words are found.  Words occurring in the title, subtitles, and other positions of relative importance are noted for special consideration.</p>
<p>Other considerations are a part of the search <em>“algorithm,”</em> a proprietary bit of programming and mathematical logic that is designed to find, rank and place web sites in the search engine results page (SERP).  These algorithms are closely held secrets by the search engines (akin to the Colonel’s 11 secret spices) and Google indicates that their search algorithm takes into account over <a title="200 Signals" href="http://insidesearch.blogspot.com/2012/08/an-update-to-our-search-algorithms.html" target="_blank">200 “signals”</a> (the previously mentioned “special considerations”).  One of the known signals is <a title="Pagerank" href="http://infolab.stanford.edu/~backrub/google.html" target="_blank">PageRank</a> , a Google-based 1 to 10 ranking of a page’s importance based on the incoming links from other pages/sites.  Each link back to your page adds to your site’s figurative PageRank.</p>
<p>SEO industry insiders indicate that Google’s algorithm changes up to <a title="Google's Algorithm Changes 500 - 600 times/yr" href="http://www.seomoz.org/google-algorithm-change" target="_blank">500 – 600 times a year.</a> While most of these changes are minor, Google frequently rolls out a<em> “major”</em> algorithmic update that affects search results in significant ways (See <a title="Google Panda and Penguin updates" href="http://searchenginewatch.com/article/2174011/Insights-From-the-Recent-Penguin-Panda-Updates" target="_blank">Google Panda and Penguin updates</a>).</p>
<p><a href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-search-engine-optimization-short-course/attachment/man-on-a-phone-analizing-financial-data-and-charts-on-computer" rel="attachment wp-att-3114"><img class="alignright size-medium wp-image-3114" title="Man on a phone analyzing financial data and charts on computer" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/10/Analytics-290x217.jpg" alt="Man on a phone analyzing financial data and charts on computer" /></a></p>
<p>The monitoring, parsing, experimenting and consulting that takes place between SEO providers and their clients are informed guesses that are meant to increase the amount of relevance a web site (and its pages) has against those proprietary signals.</p>
<p>Why all the fuss, you ask?  <a title="searchenginefacts.com" href="http://www.searchenginefacts.com/" target="_blank">85% of qualified web traffic is driven through search engines </a>and <a title="b2bsocialmediaguide.com" href="http://www.b2bsocialmediaguide.com/2012/05/02/28-seo-statistics/" target="_blank">search is the number one driver of traffic to content sites.</a>  Google alone accounts for 12.2 billion monthly searches in the U.S. and commands 86% of all search volume .  Research indicates that a web site showing up on the first page of Google search results (especially in one of the top three organic positions) is critical, as these spots <a title="6 Famous Quotes About Innovation and What we can Learn from Them" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-famous-quotes-about-innovation-and-what-we-can-learn-from-them" target="_blank">receive 58.4% of all clicks </a>from users.  <a title="searchenginejournal.com" href="http://www.searchenginejournal.com/24-eye-popping-seo-statistics/42665/" target="_blank">75% of search engine users never scroll past the first page of results.</a></p>
<p>Simply put, ranking highly in search engines can be the difference between recognition and obscurity for a person or business.</p>
<p><strong>What’s the Difference between SEO and Search Engine Marketing (SEM)?</strong></p>
<p>SEO and SEM are two sides of the same coin.  Whereas SEO is the process of improving the visibility of a website or a web page in a search engine&#8217;s <em>&#8220;natural&#8221;</em> or <em>&#8220;organic&#8221;</em> or search results, SEM expands that notion to include paid search tactics such as Pay-Per-Click.</p>
<p><strong>What’s the difference between on-page and off-site SEO? </strong></p>
<p>On-page SEO is all of the things that can be done to a web site to optimize it for SEO best practices, like the construction and proper technical maintenance of the site and ensuring the site content properly represents keywords that match to the search query intent in Google, Yahoo and Bing.  Google provides guidance on many of these items with <a title="Google Webmaster Tools" href="http://www.google.com/webmasters/" target="_blank">Google Webmaster Tools </a>and the more basic <a title="SEO Guidance" href="http://www.google.com/url?sa=t&amp;rct=j&amp;q=google%20guide%20to%20seo&amp;source=web&amp;cd=1&amp;cad=rja&amp;ved=0CCIQFjAA&amp;url=http%3A%2F%2Fwww.google.com%2Fwebmasters%2Fdocs%2Fsearch-engine-optimization-starter-guide.pdf&amp;ei=bTpqUPbLKcaqywGt54HgDw&amp;usg=AFQjCNEMj8KHxhxQz9cMLoMxMDiLdrAbJw" target="_blank">SEO Guidance.  </a></p>
<p>Off-site SEO includes factors related to PageRank, like getting one-way back links to your website from other quality web sites that use relevant keywords in the anchor text of the link.  This helps search engines know what your site is about and to assess its relevance and authority for those keywords.</p>
<p><strong>Explain to me again how Pay-Per-Click (PPC) relates to all of this?</strong></p>
<p>Ranking on page one in the Google search results for a keyword is difficult.  The amount of web sites published has grown from an estimated <a title="Evolution of websites in a decade infographic" href="http://thechive.com/2012/08/21/the-evolution-of-the-internet-in-just-one-decade-infographic/" target="_blank">3 million in 2002 to 555 million in 2012.</a>  Pay-per-click (PPC) is a viable means for an advertiser to tout their web site on the first page of Google search results for a search query, even if their site doesn’t rank nearly as high for that same keyword or search query.  Again, the combination of search engine optimization for a site along with utilizing PPC is considered Search Engine Marketing.</p>
<p><strong>Summary</strong></p>
<p>Search engine optimization can be unwieldy, made worse by people who will extol its complexities instead of distilling it to its essence.  The core attributes are a technically sound web site with content that is frequently updated, relevant and valuable to your audience, and also monitoring the analytics on your site so you can understand where ongoing adjustments are necessary.</p>
<p>Chances are good that an executive is going to ask you about SEO in the near future and when she does, you can now confidently talk through the basics.  Feel free to call Fusion if you need additional support.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-search-engine-optimization-short-course/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Famous Quotes About Innovation and What we can Learn from Them</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-famous-quotes-about-innovation-and-what-we-can-learn-from-them</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-famous-quotes-about-innovation-and-what-we-can-learn-from-them#comments</comments>
		<pubDate>Wed, 26 Sep 2012 15:45:45 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Ingenuity]]></category>
		<category><![CDATA[innovation]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3065</guid>
		<description><![CDATA[Merriam-Webster defines innovation as “the introduction of something new” or “a new idea, method, or device.” However for those of us whose work depends on innovation and ingenuity, this word can take on a slightly different meaning. The following six &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-famous-quotes-about-innovation-and-what-we-can-learn-from-them">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Merriam-Webster <a href="http://www.merriam-webster.com/dictionary/innovation " target="_blank">defines innovation as “the introduction of something new”</a> or “a new idea, method, or device.” However for those of us whose work depends on <a href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/mommy-what-is-your-job" target="_blank">innovation and ingenuity</a>, this word can take on a slightly different meaning.</p>
<p>The following six quotes—gathered by <a href="http://www.economist.com/blogs/schumpeter/2012/08/z-business-quotations-1 " target="_blank">The Economist</a>—are from well-know individuals dealing with the concept of great ideas, originality, and innovation:</p>
<ol>
<li> <strong>Great Ideas Often Take Some Convincing<br />
</strong>Don’t worry about people stealing an idea. If it’s original, you will have to ram it down their throats.” <strong>Howard Aiken</strong>, computer scientist, quoted in <em>Portraits in Silicon</em> by Robert Slater (1989)</li>
<li><strong>Innovation is Not Always Welcomed </strong><br />
“Large corporations welcome innovation and individualism in the same way the dinosaurs welcomed large meteors.” <strong><em>Dilbert</em></strong> comic strip</li>
<li> <strong>Focus on What You Believe is Most Important<br />
</strong>“Innovation comes from people meeting up in the hallways or calling each other at 10:30 at night with a new idea, or because they realized something that shoots holes in how we’ve been thinking about a problem. It’s ad hoc meetings of six people called by someone who thinks he has figured out the coolest new thing ever and who wants to know what other people think of his idea. And it comes from saying no to 1,000 things to make sure we don’t get on the wrong track or try to do too much. We’re always thinking about new markets we could enter, but it’s only by saying no that you can concentrate on the things that are really important.” <strong>Steve Jobs</strong>, founder of Apple (1955–2011), quoted in <em>BusinessWeek</em>, May 1998</li>
<li> <strong>Don’t Be Limited By What Currently Exists<br />
</strong>“The public does not know what is possible. We do.” <strong>Akio Morita</strong>, co-founder of Sony (1921–99)</li>
<li> <strong>You Can’t Make Improvements if You Never Look for Problems<br />
</strong>“If it ain’t broke, break it.” <strong>Richard Pascale</strong>, academic (1938–), <em>Managing on the Edge </em>(1990)</li>
<li> <strong>Innovation Sometimes Means Redefining the Rules<br />
</strong>“If you can, be first. If you can’t be first, create a new category in which you can be first.” <strong>Al Ries and Jack Trout</strong>, <em>The 22 Immutable Laws Of Marketing </em>(1994)</li>
</ol>
<div></div>
<p><strong>Sound Off</strong>: What’s your favorite quote about innovation and how does it inspire you? Share it with us by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-famous-quotes-about-innovation-and-what-we-can-learn-from-them/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Tips for Better Teamwork and Collaboration</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-tips-for-better-teamwork-and-collaboration</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-tips-for-better-teamwork-and-collaboration#comments</comments>
		<pubDate>Thu, 20 Sep 2012 20:43:10 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[creative problem solving]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[teamwork]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3052</guid>
		<description><![CDATA[We’ve all heard the saying, “There’s no I in team.” This adage is essential for those who must work in a collaborative environment. Much like a sports team, there will be individuals who prefer to work alone, or who think &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-tips-for-better-teamwork-and-collaboration">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>We’ve all heard the saying, “There’s no <em>I </em>in team.” This adage is essential for those who must work in a collaborative environment. Much like a sports team, there will be individuals who prefer to work alone, or who think that they would be better off doing the job themselves. The key is to know what type of person you are, how to amplify your skills, and how your personal traits can add to and enhance the team.</p>
<p>Here are some tips to remember and incorporate if your company functions based on teamwork and collaborative efforts:</p>
<ul>
<li><strong>Take a personality test to help you understand yourself and others better. </strong>There are several personality tests available online that can help break down specific traits of your personality and describe how you can harness those traits to properly communicate with others. For example, the Myers Briggs test, is deployed all over the country from universities to businesses, and helps test-takers understand personality preferences by identifying four areas: introvert/extrovert determines how you are energized, sensor/intuitive measures how you absorb information, thinker/feeler analyzes if you make decisions with your head or your heart, and judgmental/perceptive describes how you order you life. Once you understand more about yourself, you can <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/innovative-solutions-7-tips-to-help-spark-creativity" target="_blank">better interact with others</a> and potentially cater to their needs, as well.</li>
</ul>
<ul>
<li><strong>Be willing to attend conferences, webinars and seminars. </strong>Taking classes and going out of your way to read additional material about your industry will make you a well-rounded individual. While it may seem like a self-fulfilling task, broadening your skills and expertise will also make you a better asset to your team. Not only will you be knowledgeable about current trends, you will be able to bring ideas to the table during team conversations and brainstorming sessions. Bouncing ideas off one-another during meetings can help the problem-solving process, and by taking the initiative to learn more, you’re helping your team and your business.</li>
</ul>
<ul>
<li><strong>Take advantage of team building events. </strong>So you may not be asked to take a day at the high-ropes course with your team, but try to bring the high-ropes back to the office. Participate in team building skills that ensure trust and communication. For example, play red, yellow and green light during brainstorming events. It goes like this: during the green light, everyone shares his or her thoughts and ideas on how to <a href="http://blog.fusionalliance.com/blog/digital-thoughts/process-is-nothing-without-ingenuity" target="_blank">solve the problem freely</a>. There is no insulting or erasing of “bad” ideas. All thoughts are written on the board and accepted as great contributions. Yellow light is the time you can discuss the items on the board, talking about why the thought may or may not work, with out giving insult. And red light is where you really discover what the team perceives to the best solution. This team building activity will facilitate free thought, a safe environment, and an opportunity for people to build on one another’s ideas.</li>
</ul>
<p><strong>Sound Off: </strong>Working as a team can help <a href="http://fusionalliance.com" target="_blank">produce more effective solutions</a>. What tips do you have for fostering creativity through teamwork? Share  your success story by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-tips-for-better-teamwork-and-collaboration/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting with Customers: 6 Innovations in Technology that have Changed Retail</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/connecting-with-customers-6-major-innovations-in-technology-that-have-changed-retail</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/connecting-with-customers-6-major-innovations-in-technology-that-have-changed-retail#comments</comments>
		<pubDate>Wed, 19 Sep 2012 13:00:36 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[QR codes]]></category>
		<category><![CDATA[Smartphones]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3029</guid>
		<description><![CDATA[As the demands of customers change, retail businesses must step up to the plate to incorporate the best technology and services. Below are six technological innovations that have improved the ease of shopping for customers, while benefiting businesses by building &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/connecting-with-customers-6-major-innovations-in-technology-that-have-changed-retail">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>As the demands of customers change, retail businesses must step up to the plate to incorporate the best technology and services. Below are six technological innovations that have improved the ease of shopping for customers, while benefiting businesses by building loyalty and increasing sales.</p>
<ol>
<li><strong>Smartphones. </strong>According to an infographic by ClickFox, approximately 75% of customers have used a mobile app to make a purchase or help in their buying decision. This statistic is not surprising since many apps now allow customers to find businesses according to location or goods sold, compare prices, receive deals and coupons, participate in contests in real-time, and purchase desired products all through the <a href="http://blog.fusionalliance.com/blog/tag/smartphone-technology">use of one’s smartphone</a>.</li>
<li><strong>Price Comparing Apps. </strong>During the current economic climate, customers want to be savvy, and therefore conduct thorough research before making a final buying decision. New apps allow customers to compare prices across several distributors; find coupons, whether through manufacturer discounts or other mediums such as Foursquare; and share what they’re browsing with friends.</li>
<li><strong>Product Recommendations. </strong>Businesses are implementing product recommendation software on their sites to help cater to their customers&#8217; shopping experiences. As products and services are chosen, the software generates content and product recommendations other users deemed helpful. Not only can a business generate more sales by providing like-products, they can also enhance the user-experience by supplying as much relevant information as possible.</li>
<li><strong>Social Media Platforms. </strong>According to a recent infographic posted by Search Engine Journal, people spend 700 billion minutes per month on Facebook alone. In an effort to reach out to their customers, businesses are <a href="%22http://blog.fus">engaging on various platforms</a> such as Twitter, Facebook, Instagram and Pinterest. This helps them monitor where their customers are coming from, how they shop, what they are buying and when they make purchases. In turn, customers are given incentives to interact such as businesses offer coupons, free giveaways for contest winners and immediate customer service assistance.</li>
<li><strong>Barcode and QR Code Scanners. </strong>Businesses are <a href="http://blog.fusionalliance.com/blog/views-from-a-marketing-maven-of-sorts/path-to-the-promise-land">utilizing barcodes</a> and QR codes to supply information regarding coupons, daily deals and company material in a small, yet quickly obtainable view. Upon scanning the image, the customer will be promptly diverted to cost-saving opportunities or the company’s website. Customers and businesses are finding this useful, since customers can quickly access important information with a swift scan of their phone.</li>
<li><strong>GPS</strong><strong>.</strong> Though GPS has been around for some time, the software continues to advance in the way it helps businesses and customers connect with each other. GPS devices, both stand-alone and on a smartphone, now suggest local businesses around the area in which a person is traveling. Additionally, businesses are asking permission to use the global positioning system in their customers&#8217; phones, so when someone is near their establishment, they can offer coupons and discounts, hoping that the close proximity and the reinforced offers will persuade customers to pay them a visit.</li>
</ol>
<p>&nbsp;</p>
<p><strong>SOUND OFF: </strong>What are some technological innovations you believe have helped customers and businesses connect?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/connecting-with-customers-6-major-innovations-in-technology-that-have-changed-retail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile: Here to stay or passing fad?</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-here-to-stay-or-passing-fad</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-here-to-stay-or-passing-fad#comments</comments>
		<pubDate>Tue, 18 Sep 2012 14:50:17 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[Mobile Devices]]></category>
		<category><![CDATA[Mobile Phone]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Tablets]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3037</guid>
		<description><![CDATA[You have heard it before: “This is the year of the smartphone!” “This is definitely the year of the tablet.” Whatever year it is, unconstrained excitement around the mobile space has certainly been with us for the past few years, &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-here-to-stay-or-passing-fad">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>You have heard it before: “This is the year of the smartphone!” “This is definitely the year of the tablet.” Whatever year it is, unconstrained excitement around the mobile space has certainly been with us for the past few years, and one might wonder if it will dissolve away as a passing fad.</p>
<p>But consider some of the recent compelling facts: By 2015, there will be nearly one mobile device for every person on the earth. Many people will have more than one mobile device. Enterprise tablet adoption will grow nearly 50% per year for the next four years, so that second device will likely be a tablet.</p>
<p>Still, the pervasiveness of smartphones increases: from 31% to 44% in the U.S. last year, and from 30% to 51% in the U.K. With that kind of ubiquity, new classes of applications that interact directly with a customer’s environment can be created. This will bring new opportunities to connect with and market to customers.</p>
<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3037/attachment/infographic_v0-1" rel="attachment wp-att-3042"><img class="alignnone size-full wp-image-3042" title="#OptionPass Mobile Facts" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/09/infoGraphic_v0.1.png" alt="#OptionPass Mobile Facts" /></a>Perhaps this is the year after all.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-here-to-stay-or-passing-fad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sound: The Next Trend in Mobile Marketing?</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/sound-the-next-trend-in-mobile-marketing</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/sound-the-next-trend-in-mobile-marketing#comments</comments>
		<pubDate>Mon, 17 Sep 2012 13:28:34 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile Application Development]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[mobile marketing]]></category>
		<category><![CDATA[Mobile Technology]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3021</guid>
		<description><![CDATA[Are you listening to the needs of the mobile-driven consumer? Because, chances are, your mobile device is already listening to you. Since it was introduced last year, Apple’s Siri has helped drive sales of the iPhone 4S. Siri took advantage &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/sound-the-next-trend-in-mobile-marketing">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Are you listening to the needs of the mobile-driven consumer? Because, chances are, your mobile device is already listening to you.</p>
<p>Since it was introduced last year, Apple’s Siri has helped drive sales of the iPhone 4S. Siri <a href="http://www.fastcompany.com/3001204/siri-whats-difference-between-invention-and-innovation " target="_blank">took advantage of a smartphone opportunity</a>—readily available fast mobile Internet—to address a smartphone weakness—tiny screens and imprecise keyboards.</p>
<p>Although Siri’s similarities to a sci-fi robot may make this technology seem futuristic, Siri is really a good example of how <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-get-to-know-our-mobile-team" target="_blank">existing mobile technology is evolving</a>. So, when it comes to mobile, what’s the next wave? As it turns out, it might be sound.</p>
<p><strong>Sound: The Future of Mobile Marketing?</strong></p>
<p>New technology by companies like Chirp and Sonic Notify are using sound waves to transfer information.</p>
<p>Close your eyes and imagine the sound of your favorite coffee shop. Does it vary from the sound of your office or your favorite TV show? <a href="http://mashable.com/2012/08/15/sonic-notify/ " target="_blank">Sonic Notify</a> is new technology that uses the sounds of a mobile user’s surroundings to bring that user relevant media. In other words, Sonic Notify uses sound to distinguish where you are or what you’re listening to. Using in this technology in an app, companies can trigger notifications on their mobile phone at precise times or in specific locations.</p>
<p>Mobile app, <a href="http://www.business2community.com/mobile-apps/will-you-hear-the-future-of-mobile-marketing-0253412#vfB4FEeP6oViVvLa.99" target="_blank">Chirp</a> turns data into a sound—a “chirp,” if you will—that can be broadcast. People within the range of the sound who are running the Chip app on their phone can then “hear” and interpret the data. This technology allows anything that makes a sound—from doorbells and car horns to TV and radio commercials—to broadcast a message to mobile phones that are running the app.</p>
<p>Much like Siri, these innovations provide a <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-practical-problem-solving-tips" target="_blank">creative approach to solving the problem</a> of small screens and “fat-fingering” keyboards. Unlike visuals, which often must be altered to accommodate a small smartphone screen, phones were built for transferring sound. Sound and phones might seem like a logical pairing, but is sound the next trend in mobile innovation? We’ll have to wait and hear.</p>
<p><strong>SOUND OFF:</strong> How do you think sound will influence the future of mobile? Leave a comment below to share your thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/sound-the-next-trend-in-mobile-marketing/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Process Is Nothing Without Ingenuity</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/process-is-nothing-without-ingenuity</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/process-is-nothing-without-ingenuity#comments</comments>
		<pubDate>Thu, 13 Sep 2012 13:00:50 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[creative problem solving]]></category>
		<category><![CDATA[creative process]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[problem solving]]></category>
		<category><![CDATA[Process]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=3003</guid>
		<description><![CDATA[In one of our recent blogs, we talk about Fusion’s Solution Realization Model.  It’s a 6-step approach we take with our projects that applies rigorous processes to insure quality and consistency. Yet simultaneously, it recognizes that every challenge is unique, &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/process-is-nothing-without-ingenuity">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In one of our <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-steps-to-successful-solution-delivery-fusions-solution-realizations-model" target="_blank">recent blogs</a>, we talk about <a href="http://www.fusionalliance.com/solution-delivery.aspx?src=dd" target="_blank">Fusion’s Solution Realization Model</a>.  It’s a 6-step approach we take with our projects that applies rigorous processes to insure quality and consistency. Yet simultaneously, it recognizes that every challenge is unique, and requires a certain amount of flexibility and ingenuity to meet our clients’ dynamic needs and opportunities.</p>
<p>As a digital project manager, it’s my responsibility to shepherd the team’s thinking and expertise,  and pull together and drive the processes that will bring projects to successful completion. While there are lots of processes when it comes to digital, there is no “one size fits all” approach. There are more variables than ever. Clients’ issues and needs are highly individualized and there are always new and potentially better ways to address them.</p>
<p><a href="http://blog.fusionalliance.com/blog/digital-thoughts/process-is-nothing-without-ingenuity/attachment/9-11-2012-3-16-53-pm" rel="attachment wp-att-3011"><img class="alignright size-medium wp-image-3011" title="Fusion Process and Ingenuity" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/09/9-11-2012-3-16-53-PM-290x202.png" alt="Fusion Process and Ingenuity" /></a></p>
<p>Everything digital is complex and interrelated.  For example, you may come to us to update the look and feel of your website.  We will ask any or all, but not limited to the following questions:</p>
<ul>
<li>May we see your branding style guide and your other marketing materials?</li>
<li>May we speak to your salespeople, R&amp;D and IT folks?</li>
<li>May we have access to your Google Analytics account?</li>
<li>Who currently updates or maintains your site and how they do it?</li>
</ul>
<p>You may come to us for search engine optimization, and we may recommend some overall design changes. Or, you may want us to implement a particular content management system, however, after talking to your stakeholders, we may recommend against that one in favor of doing a formal CMS evaluation to determine which is the best for your organization in the long run.</p>
<p>I feel you nodding your heads and thinking “Typical. I came in for a routine check-up and they want to give me a chest x-ray, an EKG and a bone scan.” Of course we want to “do it all!” But think of it this way:  we want to help you address your overarching <strong><em>business</em></strong> challenges related to digital, so we always look at things holistically.</p>
<p>I also hear you saying, “But I can’t afford to do all that!”  We understand. Part of our creative problem-solving process is to help you prioritize and phase your projects in a way that will always keep you moving toward your goals.</p>
<p>Digital is never “once and done.” That’s why we use a <a title="Fusion Solution Delivery Model" href="http://fusionalliance.com/solution-delivery.aspx" target="_blank">Solution Realization Model </a>that allows us to approach challenges with the right balance of process and ingenuity. It’s more than designing, building or implementing. We can help you imagine it, improve it and grow it. Our experience enables us to use the known to figure out the unknown.</p>
<p>We’re in it for you for the long term. Are you with us?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/process-is-nothing-without-ingenuity/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Tips to Improve Email Campaigns</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-tips-to-improve-email-campaigns</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-tips-to-improve-email-campaigns#comments</comments>
		<pubDate>Tue, 11 Sep 2012 15:03:59 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[email campaign]]></category>
		<category><![CDATA[email campaign tips]]></category>
		<category><![CDATA[Email Marketing]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2996</guid>
		<description><![CDATA[Why expect your email recipients to engage you differently than they would typically online/offline? Here are 5 tips to stand out in the inbox and gather attention.<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-tips-to-improve-email-campaigns">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Do you cringe when someone on the sidewalk tries to hand you a flyer and eschews the chance to win a free television for buying a taco? Do you roll your eyes when a classmate you haven&#8217;t seen in 17 years wants to hug you and compress their life story into your elevator ride? Do you immediately discard the coupons for cat food that your grocery store just printed out, because you&#8217;ve never owned a cat and are deathly allergic?</p>
<p>If you wouldn&#8217;t accept these scenarios in your offline experience—why should you, or your customers—accept it within an email campaign? It is estimated that the average corporate email user receive 112 email messages in a given day. So, the challenge for email marketers is to stand out in the crowd, avoid the cringe, the eye-rolls and attempt not to be deleted. Here are five tips that might help improve your email campaigns:</p>
<ol>
<li><strong>Know your audience</strong> – Segment your email lists, and talk to recipients appropriately. Don&#8217;t expect to have the same dialog with a potential customer as a long-standing loyal customer.</li>
<li><strong>Identify Yourself</strong> – Email recipients are going to scan the subject line and reply address to decide whether to read or delete your message. Make the subject line compelling and consider personalization that gets the recipient&#8217;s attention. Don&#8217;t overlook who is sending the email on your behalf. If your reply address is impersonal, you entire message will be treated as such. For example,  customer_servicerep_no227@company.com is not as warm as joe_smith@company.com.</li>
<li><strong>Keep It Simple</strong> – Don&#8217;t clobber your email recipients with too much information. A short message with clear call-to-action and links to external sites is more easily processed by readers, and provides opportunities to track engagement and activity.</li>
<li><strong>Embrace the Dissenters</strong> – Not all content or campaigns are fit for all recipients. Make sure you provide email recipients a chance to manage themselves by adjusting email frequency, content subscriptions, or personal data that might be used to refine messages to them.</li>
<li><strong>Refine Your Message</strong> – Every email campaign is an opportunity to understand what subject lines improve opens, what content leads to more opens or shares, and what links provide more traffic or conversions to your site. Most modern email service providers (ESPs) provide this data within your account. Use this data to inform your campaigns and respond to customer engagement.</li>
</ol>
<p><strong>SOUND OFF:</strong> What have you done that has improved the performance of your email campaigns? Have questions about email or anything digital?  Join us for our #OptionPass hashtag chat, Wednesday, September 19th from Noon to 1EST. <a title="#OptionPass" href="http://www.fusionalliance.com/optionpass/" target="_blank">Learn more.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-tips-to-improve-email-campaigns/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>6 Steps to Successful Solution Delivery: Fusion’s Solution Realization Model</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-steps-to-successful-solution-delivery-fusions-solution-realizations-model</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-steps-to-successful-solution-delivery-fusions-solution-realizations-model#comments</comments>
		<pubDate>Mon, 10 Sep 2012 19:31:08 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Solution Realization Model]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2981</guid>
		<description><![CDATA[Have you ever asked yourself: “What would it take for my business to be the market leader?” Or “How can we increase efficiency and reduce costs?” How about, “What needs to be done so that we can reach more customers &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-steps-to-successful-solution-delivery-fusions-solution-realizations-model">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Have you ever asked yourself: “What would it take for my business to be the market leader?” Or “How can we increase efficiency and reduce costs?” How about, “What needs to be done so that we can reach more customers and boost our brand presence?”</p>
<p>Of course you have! (<em>Haven’t we all?)</em></p>
<p>Although these questions are common, the answers can be as varied as businesses themselves. However, just because there isn’t a cookie-cutter, one-fits-all solution for capitalizing on opportunity and addressing business needs, a clear, systematic approach can help ensure that a quality solution is delivered.</p>
<p><strong>Our Solution Realization Model </strong></p>
<p>When it comes to <a href="http://www.fusionalliance.com/customer-stories.aspx" target="_blank">delivering quality technology solutions and services</a>, we here’s the model that we use:</p>
<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-steps-to-successful-solution-delivery-fusions-solution-realizations-model/attachment/screen-shot-2012-09-07-at-10-41-51-am" rel="attachment wp-att-2982"><img class="alignnone size-full wp-image-2982" title="Fusion-Alliance-Solutions-Realizations-Model" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/09/Screen-shot-2012-09-07-at-10.41.51-AM.png" alt="Tech-Solutions" /></a></p>
<ol>
<li><strong>Listen and Learn</strong> – We listen, learn, ask questions, and listen some more. These conversations are further supported by trend data, market research, situations analysis, customer insights and project factors.</li>
<li><strong>Strategic Mapping</strong> – Next, we work to understand and quantify the full nature of the opportunity and explore a variety of strategic approaches and creative solutions given these considerations.</li>
<li><strong>Tailoring the Approach</strong> – Sometimes, 100% application of our process is warranted. Other times, our process is selectively applied to fit the specific needs of the project and maturity of the organization.</li>
<li><strong>Fusion Catalyst</strong> – We develop quality assurance framework adapted to the individual client’s unique principles and practices and specific business environment.</li>
<li><strong>Value Creation</strong> – We assess the business impact of implementing the new solution.</li>
<li><strong>Continuous Improvement</strong> – Part of our Solutions Realizations Model is regularly reviewing our solutions delivery and staff performance to determine where we can continue to strive for excellence.</li>
</ol>
<p>Interested in learning more about our approach to solutions delivery? Make sure to check out our full <a href="http://www.fusionalliance.com/solution-delivery.aspx?src=dd" target="_blank">Solution Realization Model</a> or contact us to find out how it can be applied to your business.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-steps-to-successful-solution-delivery-fusions-solution-realizations-model/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>6 Practical Problem Solving Tips</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-practical-problem-solving-tips</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-practical-problem-solving-tips#comments</comments>
		<pubDate>Wed, 05 Sep 2012 14:00:45 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[business problems]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[technology-enabled business solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2970</guid>
		<description><![CDATA[Oftentimes in the world of business and technology, solutions aren’t cut and dry. When it comes to developing innovative solutions, creative problem solving is a requirement. So when you’re faced with a problem, where do you start? The following are &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-practical-problem-solving-tips">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Oftentimes in the world of business and technology, solutions aren’t cut and dry. When it comes to <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/innovative-solutions-7-tips-to-help-spark-creativity" target="_blank">developing innovative solutions</a>, creative problem solving is a requirement.</p>
<p>So when you’re faced with a problem, where do you start? The following are six practical problem-solving tips to point you in the right direction:</p>
<ol>
<li><strong>Recognize the Problem<br />
</strong>It sounds basic, but understanding the problem you need to solve and separating that from related circumstances will help you to focus your efforts.</li>
<li><strong>Decide You Want to Work with this Problem<br />
</strong>Problem solving requires time and energy. Feeling confident that you can and will solve the problem will help you be better prepared to tackle it head on.</li>
<li><strong>Make a Plan, Then Implement It<br />
</strong>Set goals, prioritize and be organized. Yes, chances are your strategy will change, but laying out a roadmap will help make sure your efforts, and those of your team, are working in sync.</li>
<li><strong>Analyze the Problem from Different Viewpoints<br />
</strong>To a hammer, everything looks like a nail. Oftentimes solving a problem requires looking at it from a new perspective.</li>
<li><strong>Analyze Your Resources</strong><br />
How much time, money and energy will it take to reach your goal? Do you have the skills and knowledge needed to address the problem? Understanding what resources you have at your disposal will help you be better equipped to capitalize on opportunity.</li>
<li><strong>Evaluate Your Progress<br />
</strong>Regularly record your results. Make sure to take notes about what should be removed, added or adjusted. This will help you better understand the problem and create a foundation for any similar problems you encounter in the future.</li>
</ol>
<p>Need help with your problem solving strategy? Contact us to learn more about our <a href="http://www.fusionalliance.com/solution-delivery.aspx " target="_blank">solution realizations model</a> and how we can help develop a <a href="http://fusionalliance.com" target="_blank">technology-enabled business solution</a> that fits your organization.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-practical-problem-solving-tips/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mommy, what is your job?</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/mommy-what-is-your-job</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/mommy-what-is-your-job#comments</comments>
		<pubDate>Tue, 04 Sep 2012 17:00:55 +0000</pubDate>
		<dc:creator>Kristi Dwenger-Bourgeois</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Analysis Job Description]]></category>
		<category><![CDATA[Analyst Job Description]]></category>
		<category><![CDATA[BA Job Description]]></category>
		<category><![CDATA[Business Analyst]]></category>
		<category><![CDATA[Requirements Management]]></category>
		<category><![CDATA[Systems Analyst]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2951</guid>
		<description><![CDATA[OK, so here&#8217;s the thing. The other day my grade school-aged daughter asked, &#8220;Mommy, what is your job?&#8221; My response, &#8220;Wwweellll&#8230;.. um, see, I help, I mean, I work with, I mean, I translate, well, oh none of this going to make &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/mommy-what-is-your-job">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>OK, so here&#8217;s the thing.</strong> The other day my grade school-aged daughter asked, &#8220;Mommy, what is your job?&#8221; My response, &#8220;Wwweellll&#8230;.. um, see, I help, I mean, I work with, I mean, I translate, well, oh none of this going to make sense&#8230; OK, Mommy works with computers.&#8221;  It&#8217;s true, isn&#8217;t it?  As difficult as it is to explain the role of the Analyst to grown-ups, try explaining it to a 1st grader!   Officially, this is how I describe the job of the Analyst:</p>
<p style="padding-left: 30px;">Responsible for developing requirements management strategy, process and plan, eliciting and documenting system requirements, driving issues and change management, participating in software testing support, end-user training, and deployment.</p>
<p>My short form of this is:</p>
<p style="padding-left: 30px;">Responsible for translating from Human to Geek and then Geek back to Human.</p>
<p>Ultimately, at the core of what we do is to help our projects solve problems. What makes our role different than say an architect or developer is that we don&#8217;t usually do that in a &#8220;ta-da-here-is-your-solution&#8221; way. We listen. We observe. We facilitate. We restate. We organize. We ask questions—the obvious ones that everyone else is afraid to ask. We draw the conversation out of the team so we can all problem solve collectively and creatively.</p>
<p><strong>So what does this have to do with requirements management anyway? </strong> As we all know, the work that goes into what becomes a recorded software requirement is more than simply listening and typing. The reason I use the word &#8220;artifact&#8221; when I talk about requirements is because what we produce is the result of a process. (No, it isn&#8217;t an &#8220;artifact&#8221;  because it is an object that will be later unearthed and speculated about as to its true value.) The process is what counts. If the process isn&#8217;t good, the artifact certainly won&#8217;t be. One of the things I appreciate most about Fusion&#8217;s <a title="How a Quality System Helps an Analyst" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/how-a-quality-system-helps-an-analyst" target="_blank">flexible Quality Management System</a> is that we give our projects the opportunity to innovate and apply ingenuity, not just in the delivered solution but also in the planning process. Planning your requirements management effort involves understanding the problems you are trying to solve, and allowing the planning team to use creativity and collaboration will give the project the boost it needs to get to solutions.</p>
<p><strong>Let&#8217;s be real though—</strong>we all have worked with project team members who want to do things &#8220;the-way-they-always-do-it&#8221;. My advice—pull them into the requirements management planning process.  Seek to understand what is it about &#8220;the-way-they-always-do-it&#8221; that helps them get their jobs done.  Really, isn&#8217;t this just another problem to solve, another opportunity to collaborate and innovate on a solution?</p>
<p><strong>I know what you&#8217;re thinking:</strong> &#8220;But you still haven&#8217;t answered your daughter&#8217;s question!&#8221;  I was getting to that. If you are a regular Nick Jr. viewer, these song lyrics should sound familiar: &#8220;There&#8217;s no problem we can&#8217;t solve, when we put our heads together and get involved.&#8221; See, if I just put it in the same context as Kiki, Marina, Twist and Shout, she&#8217;ll get it:  &#8220;Just like The Fresh Beat Band, Mommy works with people to help them solve problems.&#8221;</p>
<p><strong>SOUND OFF: </strong> Do you have an innovation in requirements management that you want to share?  We&#8217;d love to hear how creativity and collaboration in requirements management has had an impact on your projects.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/mommy-what-is-your-job/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Win at Content Strategy and Fantasy Football</title>
		<link>http://blog.fusionalliance.com/blog/content-matters/win-at-content-strategy-and-fantasy-football</link>
		<comments>http://blog.fusionalliance.com/blog/content-matters/win-at-content-strategy-and-fantasy-football#comments</comments>
		<pubDate>Wed, 29 Aug 2012 13:32:23 +0000</pubDate>
		<dc:creator>Lisa Ruff</dc:creator>
				<category><![CDATA[Content Matters]]></category>
		<category><![CDATA[Business goals]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[Fantasy football]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2927</guid>
		<description><![CDATA[A winning content strategy and a winning fantasy football strategy: at first glance, these two things might seem to have little in common. As our Fusion Fantasy league gears up for its draft over Labor Day Weekend, I’m struck by &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/content-matters/win-at-content-strategy-and-fantasy-football">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>A winning content strategy and a winning fantasy football strategy: at first glance, these two things might seem to have little in common. As our Fusion Fantasy league gears up for its draft over Labor Day Weekend, I’m struck by how, at a high level, fantasy football strategy and content strategy have quite a few things common. The goal is to win, right? In fantasy football, you win your weekly head-to-head match when your players score more points than your opponent’s players. Or in points-only leagues, you march up the standings based on your team’s points in relation to the other teams’ points. With your content, you “win” when you tell your story with compelling, on-brand, on-message, accurate content that’s useful to your users.</p>
<p><a href="http://blog.fusionalliance.com/blog/content-matters/win-at-content-strategy-and-fantasy-football/attachment/ffdraft-2" rel="attachment wp-att-2940"><img class="alignright size-medium wp-image-2940" title="Live Fantasy Football Draft" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/08/FFDraft1-290x225.png" alt="Picture of a live fantasy football draft on Yahoo" /></a>Your team’s players make or break your fantasy team, just as they do in the NFL. Think about it: what do people pay to see when they go to an NFL football game? No matter how enthusiastically the cheerleaders cheer or how splendid the half-time entertainment is, people pay to see a winning team. The same is true of your website content. No matter how user-friendly, mobile-ready, aesthetically pleasing, and intuitively navigable your site is, people visit and revisit your site because of its content. So let’s look at how winning fantasy football strategies and content strategies are similar.</p>
<h3>Draft winning players and content</h3>
<p>If you’ve ever seriously played in a fantasy football team, you know that some amount of research is involved in ranking and selecting your players prior to the league draft. When it’s your turn to pick, you obviously want to select the available player who you believe, based on your pre-draft research, has the best potential to score significant points. You wouldn’t waste a high draft pick on a player with low projected fantasy points, and you definitely would avoid a player who’s on injured reserve.</p>
<p>Your website content, both existing and proposed, should be researched, evaluated, and drafted the same way. Do you know who your users are? What are competitors doing on their websites? Do you know what the content for a page or section is supposed to accomplish? Does the content score points with your target audience by being accurate, useful, clear, concise, and current? Is your content SEO optimized so that potential users can even find it? You have little time to engage your audience, just as you’re “on the clock” when making your fantasy pick. Don’t waste a “draft pick” on content that doesn’t serve your users. For example, how many people in your target audience really come to your site to read your mission statement?</p>
<h3>Fine tune your roster</h3>
<p>When the dust settles after the league draft, you look at your roster with a critical eye. What were you thinking when you drafted that oft-injured quarterback? (Never again, Michael Vick.) If you had a hosting service autodraft for you based on your rankings, what convoluted algorithm selected a kicker in the fifth round? Time to propose a trade or look to the waiver wire to see which players are available to fill in the gaps and improve your team&#8217;s chances.</p>
<p>Make similar tweaks to your content roster. If your analytics are telling you that people aren’t visiting a particular page of your site despite a clear navigation path, or that a page has a high bounce rate, then fine tune the content to provide value for your user or eliminate it altogether. Every piece of content on your site, just like every player on your fantasy team, should serve a specific purpose.</p>
<h3>Manage, manage, manage</h3>
<p>Drafting and tweaking are just the start. The long-term key to success in both fantasy football and content strategy is <em>governance</em>. Waiting until just before the first weekly game to adjust your fantasy football lineup can lead to unpleasant consequences, such as noticing that both your quarterback and backup quarterback have bye weeks, or that a star receiver who was questionable earlier in the week has been downgraded to doubtful. Team managers who finish at the top of their fantasy league—or who win it—don’t neglect their teams until just before the weekly kickoff. They proactively scan the waiver wire for players who will improve their team; they pay attention to promising players such as rookies overlooked in the league draft. In short, they effectively govern their teams.</p>
<p>In <a title="The Elements of Content Strategy" href="http://www.abookapart.com/products/the-elements-of-content-strategy" target="_blank"><em>The Elements of Content Strategy</em></a>, Erin Kissane puts it simply: “Publish no content without a support plan.” Too often in the rush of getting content “out there,” nobody plans for its long-term sustainability. Effective governance keeps web content accurate, on-brand, on-message, and useful to users. Tactically, that means clearly defining and documenting roles and responsibilities, content workflows, information and messaging architecture, SEO guidelines, taxonomy and metadata guidelines, style guidelines, and editorial calendars—and managing to make sure all of these things happen. Effectively managed web content meets business and user goals, which is a winning strategy.</p>
<p>So there you have it. Winning in web content and fantasy football begins with drafting, improves through refinement, and is truly successful only when effectively governed. At Fusion Alliance, our content strategists can help you achieve your business and user goals with a winning content strategy. And I personally wish you much success in fantasy football—unless you&#8217;re in my league.</p>
<p><strong>SOUND OFF:</strong> What strategies and tactics have you used to “win” the content game? Or your fantasy football league? I’m always looking for a new angle.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/content-matters/win-at-content-strategy-and-fantasy-football/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Technology Solutions for Regulated Industry: Thoughts from Fusion Alliance Experts</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/creating-technology-solutions-for-regulated-industry-thoughts-from-fusion-alliance-experts</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/creating-technology-solutions-for-regulated-industry-thoughts-from-fusion-alliance-experts#comments</comments>
		<pubDate>Wed, 29 Aug 2012 13:00:50 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Regulated Industry]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2915</guid>
		<description><![CDATA[As we’ve discussed in previous posts, creating technology-enabled solutions for organizations in regulated industries presents its own share of unique challenges. For this post, we talked to two Fusion Alliance team members who have overcome these challenges to provide innovative &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/creating-technology-solutions-for-regulated-industry-thoughts-from-fusion-alliance-experts">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>As we’ve discussed in previous posts, creating <a href="http://blog.fusionalliance.com" target="_blank">technology-enabled solutions for organizations in regulated industries</a> presents its own share of unique challenges. For this post, we talked to two Fusion Alliance team members who have overcome these challenges to provide innovative solutions for our clients.</p>
<p><em>Doug Scamahorn</em> is an experience architect who has worked with clients in both the finance and healthcare industry.</p>
<p><em>Jan Evans</em> is a project manager and content strategist who has worked with clients in the medical industry. Her work in regulated industries primarily deals with medical devices.</p>
<p>Here’s what they had to say about their work in regulated industry:</p>
<p><strong>What kind of solutions does Fusion Alliance provide for organizations operating in regulated industries?</strong></p>
<p><em>Doug: </em><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team" target="_blank">Digital strategy</a>, UX design, visual design, social media implementation, user testing, web apps, mobile app design.</p>
<p><em>Jan: </em>Product websites, disease state education websites, sales training websites, customer service website, intranet.</p>
<p><strong>What special preparations did you make to ensure success for projects within regulated industries?</strong></p>
<p><em>Doug: </em>[We made sure that we had an] awareness of the questions to ask in order to identify each company’s risk tolerance and their capabilities for handling negative events.</p>
<p><em>Jan: </em>[For my projects, I made sure that we] gained understanding of product claims; understanding of privacy, legal and compliance processes and procedures; and of the content/copy review process.</p>
<p><strong>How do you stay up-to-date on regulations and restrictions?</strong></p>
<p><em>Doug: </em>I follow blogs focused on the healthcare industry [as well as,] <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-is-a-regulated-industry" target="_blank">FDA rules and regulations</a>.</p>
<p><em>Jan: </em>[In past projects, I] developed relationships with the folks inside the organization who were responsible for enforcing them [and] utilized internal systems to refer to documentation.</p>
<p><strong>There’s a lot of talk about the challenges of using social media in regulated industries, how else do industry regulations impact digital marketing?</strong></p>
<p><em>Doug:</em> [Regulated industries impact marketing,] content and interactions.<em> </em>You must communicate in a way that is persuasive, yet the content cannot be construed as off-label OR outside the indications.  Interaction with visitors to a digital experience has to be controlled depending on the level of comfort and ability to monitor adverse events.  If the organization cannot handle this reporting then an experience is locked down.</p>
<p><strong>SOUND OFF: </strong>Does your organization operate within a regulated industry? What kind of challenges have you experienced when attempting to implement technology solutions?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/creating-technology-solutions-for-regulated-industry-thoughts-from-fusion-alliance-experts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile, Regulated Industries &amp; Security – The Trend of Mobile Banking</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-regulated-industries-security-the-trend-of-mobile-banking</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-regulated-industries-security-the-trend-of-mobile-banking#comments</comments>
		<pubDate>Mon, 27 Aug 2012 14:30:30 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile App Development]]></category>
		<category><![CDATA[Regulated Industry]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2908</guid>
		<description><![CDATA[In today’s highly-mobile society, consumers want everything to be available on-the-go. As a result, developers create mobile apps for nearly everything we do. So it’s no surprise that consumers are now demanding a way to do their banking on-the-go, too. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-regulated-industries-security-the-trend-of-mobile-banking">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In today’s highly-mobile society, consumers want everything to be available on-the-go. As a result, developers create mobile apps for nearly everything we do. So it’s no surprise that consumers are now demanding a way to do their banking on-the-go, too.</p>
<p>As we’ve discussed, though, <a href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/performance-security-privacy-oh-my " target="_blank">financial institutions have strict regulations</a>—especially when it comes to digital services. Between privacy and security issues, complying with customer demands has been quite the maze to navigate.</p>
<p><a href="http://www.bankinfosecurity.com/mobile-banking-regulatory-challenge-a-2927/op-1 " target="_blank">Brian Tetrick</a>, director of Athena Privacy, LLC, laid out the primary concerns, saying:</p>
<p><em>&#8220;Security of the mobile platform, security of the applications and privacy are the top three concerns surrounding mobile. Second to privacy is malware—malware that is specifically designed to target mobile banking apps and platforms.”</em></p>
<p>In May, Bank Info Security (BITS) issued a list of <a href="http://www.bankinfosecurity.com/6-top-mobile-banking-risks-a-4735 " target="_blank">recommended guidelines</a> for mobile security. These guidelines addressed the top mobile risks compiled from a poll of mobile experts. They include:</p>
<ul>
<li>Rapid growth</li>
<li>Need for new security controls</li>
<li>More players, more risks</li>
<li>Privacy issues</li>
<li>Role of consumers</li>
<li>Anticipating risk</li>
</ul>
<p>It’s clear that banking institutions are taking this seriously—and determining how mobile banking differs from its online counterpart. This is important, because according to the <a href="http://www.drewsmarketingminute.com/images/2012/04/FedReserveMobileStudy.pdf " target="_blank">Federal Reserve</a>, 60% of new customers said mobile banking influenced their decision on where to do business—and 11% said they use their phone’s camera to make remote deposits.</p>
<p><strong>SOUND OFF: </strong>How important do you think it is for regulated industries to penetrate the mobile market?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-regulated-industries-security-the-trend-of-mobile-banking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Taking Medical Initiatives Social: Facebook’s Organ Donor Initiative</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/taking-medical-initiatives-social-facebooks-organ-donor-initiative</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/taking-medical-initiatives-social-facebooks-organ-donor-initiative#comments</comments>
		<pubDate>Mon, 20 Aug 2012 13:00:13 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2867</guid>
		<description><![CDATA[When someone says the word “Facebook,” you probably think of status updates, photo albums and “likes”—not medical initiatives. Since the use of social media by medical industries is highly regulated, it isn’t something that typically jumps to the forefront of &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/taking-medical-initiatives-social-facebooks-organ-donor-initiative">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>When someone says the word “Facebook,” you probably think of status updates, photo albums and “likes”—not medical initiatives. Since the <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/arguments-for-and-against-social-media-in-pharma-marketing " target="_blank">use of social media by medical industries is highly regulated</a>, it isn’t something that typically jumps to the forefront of our minds.</p>
<p>However, last April, Facebook took a huge step in combining the two (social media and the regulated medical industry) by launching the <a href="https://www.facebook.com/help/?faq=298596600216321&amp;in_context " target="_blank">Organ Donor Initiative</a>.</p>
<p><strong>Organ Donation on Facebook</strong></p>
<p>With more that 114,000 people (in the U.S.) waiting for an organ transplant, Facebook saw an opportunity to bring attention to a critical issue in today’s society. The program allows Facebook users to add the fact that they’ve chosen to be an organ donor to their Facebook Timeline. However, Facebook doesn’t take the initiative lightly—as you add that you’re an organ donor to your Timeline, Facebook offers a link to where you can officially register in your state.</p>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=2868" rel="attachment wp-att-2868"><img class="alignnone  wp-image-2868" title="Facebook-Organ-Donor" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/08/History-by-Year.png" alt="Organ-Donor-Initiative" width="280" height="69" /></a></p>
<p><strong>What are lawmakers saying?</strong></p>
<p>Legislative officials appreciate the initiative, and expressed that appreciation via Congress’ Facebook Page. Representative Mary Bono Mack (R – Calif.) pointed to how Facebook is staying within regulations:<br />
<em>“Facebook is making certain that users have control over who views this information, or they can simply choose not to post any information at all. These are important privacy safeguards. I commend Facebook for undertaking this important new public service campaign and for doing it in such a responsible way.”</em></p>
<p>Representative Phil Gengry (R-Ga.) had this to say:<br />
<em>“As a physician for more than 30 years, it’s inspiring to see Facebook using its global influence to raise awareness of a critical health issue that impacts more than 114,000 people in the U.S. alone. Social media has the power to impact communities in incredible ways, and I’m hopeful that this initiative will result in broader knowledge of the organ donation crisis.”</em></p>
<p><strong>What does this mean for regulated industries and social media?</strong></p>
<p>While there aren’t any statistics to prove that this has affected the use of social media in regulated industries, it is a step in the right direction. A spokesperson from the <a href="http://fcw.com/articles/2012/05/01/facebook-organ-donation.aspx " target="_blank">Department of Health and Human Services</a>, which regulates organ donation, said that while not directly involved, the agency supports Facebook’s initiative. “This is the start of a conversation,” said spokesperson David Bowman.</p>
<p><strong>SOUND OFF: </strong>Have you participated in Facebook’s initiative? Do you think initiatives like these are a step in the right directions for <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/10-articles-about-social-media-in-regulated-industries " target="_blank">regulated industries who want to embrace social media</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/taking-medical-initiatives-social-facebooks-organ-donor-initiative/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performance, Security, and Privacy (requirements) Oh My!</title>
		<link>http://blog.fusionalliance.com/blog/requirements-management-reality-check/performance-security-privacy-oh-my</link>
		<comments>http://blog.fusionalliance.com/blog/requirements-management-reality-check/performance-security-privacy-oh-my#comments</comments>
		<pubDate>Fri, 17 Aug 2012 15:03:13 +0000</pubDate>
		<dc:creator>Kristi Dwenger-Bourgeois</dc:creator>
				<category><![CDATA[Requirements Management Reality Check]]></category>
		<category><![CDATA[Performance Requirements]]></category>
		<category><![CDATA[Privacy Requirements]]></category>
		<category><![CDATA[Security Requirements]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2881</guid>
		<description><![CDATA[OK so here&#8217;s the thing, let&#8217;s face it, working in highly regulated industries is not my favorite thing. I find the requirements management space to be slow, tedious and most of the time, archaic. I know, there are reasons why &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/requirements-management-reality-check/performance-security-privacy-oh-my">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>OK so here&#8217;s the thing</strong>, let&#8217;s face it, working in highly regulated industries is not my favorite thing. I find the requirements management space to be slow, tedious and most of the time, archaic. I know, there are reasons why the process is the way it is. The rigor and structure is required to ensure the highest quality of the products that impact our lives in very meaningful ways. I get that, I am just saying that I recognize that I have room to grow on projects in regulated environments.</p>
<p><strong>So what does this have to do with requirements management, exactly?</strong> I will say that because of the rigor, structure and deep dive required in regulated environments I have new appreciation for requirements management topics related to performance, security and privacy—topics I used to run away from.</p>
<p>For example, the old me:</p>
<ul>
<li><strong>Performance? </strong>Isn&#8217;t that more of an infrastructure and software testing issue?</li>
<li><strong>Security? </strong>Um, yeah, what were you planning to do anyway?</li>
<li><strong>Privacy? </strong>Huh? Walk away from your desk if you don&#8217;t want us to hear your phone calls &#8211; oh you mean, privacy of data in the system! Oh, yeah, we should think about that.</li>
</ul>
<p>Performance, Privacy and security are now some of my new favorite topics on all of my projects. The new me:</p>
<ul>
<li><strong>Performance: </strong>Who is managing the performance testing effort and when do they start on the performance testing strategy? Let&#8217;s get a meeting on the calendar to discuss the thresholds we need them to test and stress.</li>
<li><strong>Security: </strong>Where are we on identifying security threats created by this system? Do we expect system features to be restricted to certain users? Have we identified authentication and authorization requirements?</li>
<li><strong>Privacy: </strong>Hey architects, what are your plans for protecting personally identifiable information? In transit and at rest? Is there a standard in this organization? Are you held to a regulatory standard?</li>
</ul>
<p><strong>Let&#8217;s be real though,</strong> these topics make people nervous. Privacy and security seem to be facing new regulations on a daily basis &#8211; try discussing using &#8220;the cloud&#8221; and personally identifiable information in a global solution &#8211; throw in electronic health records and payment solutions and now you have yourself a party! My favorite of these topics has to be performance. While these also make people nervous, maturity in performance testing services has made this conversation more collaborative than ever.</p>
<p><strong>I know what you are thinking.</strong> &#8220;But these non-functional things are always thought about at the end of the project, when I have already moved onto to another project!&#8221; That&#8217;s usually because we don&#8217;t ask about them early enough. My experience tells me that the earlier you ask the question whether it is performance, security or privacy, the earlier you can plan for it. By encouraging discussion of these areas early in the project, we can have a true impact on their success.</p>
<p><strong>SOUND OFF:</strong> Do you have experience working with performance, security and privacy requirements in a regulated environment? We&#8217;d love to hear how you address them in your process.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/requirements-management-reality-check/performance-security-privacy-oh-my/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Arguments for and Against Social Media in Pharma Marketing</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/arguments-for-and-against-social-media-in-pharma-marketing</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/arguments-for-and-against-social-media-in-pharma-marketing#comments</comments>
		<pubDate>Wed, 15 Aug 2012 12:57:56 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Pharma marketing]]></category>
		<category><![CDATA[regulated industries]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social media governance]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2855</guid>
		<description><![CDATA[For many companies, the main issue when implementing a social media campaign is creating the social media policy that will guide employees on how to conduct themselves online. However when it comes to regulated industries,  the question is even more &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/arguments-for-and-against-social-media-in-pharma-marketing">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>For many companies, the main issue when implementing a social media campaign is <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/arguments-for-and-against-implementing-a-social-media-policy " target="_blank">creating the social media policy</a> that will guide employees on how to conduct themselves online. However when it comes to regulated industries,  the question is even more basic:</p>
<p><strong>Should or shouldn’t we implement social media marketing?</strong></p>
<p>Although <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-is-a-regulated-industry " target="_blank">it can be difficult to toe the line in regulated industries</a> (especially in the pharmaceutical industry) when it comes to social media, there are both arguments for and against using social media. Here are a few of them:</p>
<p><strong>“Companies that are using fear of regulations or lack of guidance as an excuse to sit on the social media sidelines are missing out on important opportunities to enhance their online presence and connect with their customers.” </strong>– Dave Folkens, Top Rank</p>
<p>In his article titled, <a href="http://www.toprankblog.com/2011/01/social-media-marketing-pharma/ " target="_blank">Why Social Media is a Must in Pharma Marketing</a>, Folkens discusses how fear shouldn’t be a driving factor in your business—and likewise shouldn’t keep you away from social media. He gives a list of things to consider as pharma companies set up social media campaigns.</p>
<p><strong>“…because the agency [the FDA] still has not provided guidance on how to strike a fair balance between a drug’s risks and benefits in social media advertising, pharmaceutical companies have been cautious with their approach to social media.” </strong>– Kassity Liu, JOLT Digest</p>
<p>Without clear, concrete guidelines from the FDA, it’s hard for many pharmaceutical companies to navigate the social media world. This article, <a href="http://jolt.law.harvard.edu/digest/digest-comment/fda-and-social-media-the-impact-of-social-media-on-prescription-drug-advertisin " target="_blank">FDA and Social Media: The Impact of Social Media on Prescription Drug Advertising</a>, reviews those limitations.</p>
<p><strong>“Public, interactive, real-time social media platforms and commercial pharma communications simply don’t mesh well. At all.” –</strong>Ed Silverman, Pharmalot</p>
<p>Silverman believes that <a href="http://www.pharmalot.com/2011/07/the-op-ed-do-pharma-social-media-not-mix/ " target="_blank">pharma and social simply don’t mix</a>. He likens it to a marriage counseling session: “So can pharma and social media get along, or would a marriage counselor declare, ‘irreconcilable differences’?”</p>
<p><strong>“When big pharma leverages technology, open data and social media to develop innovative patient-facing apps, it&#8217;s a win to the fourth power (i.e., a win-win-win-win).” </strong>–Rosina Samadani, President and Founder of Truth on Call and Capella Advisors<strong> </strong></p>
<p>During the Health Care Innovations Summit in January, Samadani saw first-hand how <a href="http://www.huffingtonpost.com/rosina-samadani/big-pharma-is-innovating-_b_1242071.html " target="_blank">big pharma is using social media</a> (and other new technologies) to benefit patients. “That’s the great thing about pharma getting it,” she said, “We all benefit.”</p>
<p><strong>SOUND OFF: </strong>In the age of instant communication, does it make sense for even regulated industries (like pharma) to steer clear of social media? Share your thoughts by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/arguments-for-and-against-social-media-in-pharma-marketing/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Articles About Social Media in Regulated Industries</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/10-articles-about-social-media-in-regulated-industries</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/10-articles-about-social-media-in-regulated-industries#comments</comments>
		<pubDate>Tue, 14 Aug 2012 18:00:07 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Regulated Industry]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Strategy]]></category>
		<category><![CDATA[Social Media Tactics]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2801</guid>
		<description><![CDATA[After defining “regulated industry” for you, we mentioned that businesses within these industries are incorporating social media into their digital strategies. If you’re thinking that sounds challenging, you’re correct. However, with careful planning and strategizing, it’s very possible for regulated &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/10-articles-about-social-media-in-regulated-industries">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>After <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-is-a-regulated-industry " target="_blank">defining “regulated industry</a>” for you, we mentioned that businesses within these industries are incorporating social media into their digital strategies. If you’re thinking that sounds challenging, you’re correct. However, with careful planning and strategizing, it’s very possible for regulated industries to prosper via social media.</p>
<p>Today we’ve compiled 10 articles about how businesses in regulated industries have built social media plans, carried them out—and yes—found success via social media.</p>
<p><em><a href="http://www.businessesgrow.com/2011/05/03/finding-social-media-success-in-regulated-industries-like-banking-and-healthcare/ " target="_blank">Finding Social Media Success in Regulated Industries like Banking and Healthcare</a> </em>– Business Grow</p>
<p>According to author Mark Schaefter, &#8220;Social networking is not about B2B or B2C marketing.  It’s P2P — person to person.&#8221;</p>
<p><a href="http://adage.com/article/guest-columnists/protect-clients-social-media-tips-heavily-regulated/234255/ " target="_blank"><em>Protect Your Clients: Social-Media Tips for the Heavily Regulated</em></a><em> </em>– Ad Age</p>
<p>Explore the two most critical steps to take in order to reduce the risks associated with social media activities in regulated industries.</p>
<p><em><a href="http://searchenginewatch.com/article/2162679/Search-Marketing-and-Social-Media-in-Regulated-Industries " target="_blank">Search Marketing and Social Media in Regulated Industries</a> </em>– Search Engine Watch</p>
<p>The experts at Search Engine Watch give examples of ways companies in regulated industries can stay compliant with regulations and guidelines.</p>
<p><a href="http://www.businessesgrow.com/2010/12/08/social-media-success-story-marketing-a-medical-practice/ " target="_blank"><em>Social Media Success Story: Marketing a Medical Practice</em></a> – Business Grow</p>
<p>Learn how the marketing manager of a cosmetic medical practice navigated her way through social media in a highly regulated industry.</p>
<p><a href="http://justincaseyouwerewondering.com/2011/06/13/8-ways-to-beat-social-media-skepticism-in-regulated-industries/ " target="_blank"><em>8 Ways to Beat Social Media Skepticism in Regulated Industries</em></a><em> </em>– Justin Case You Were Wondering</p>
<p>PR Pro Justin Goldsborough provides an in-depth recap of a 2011 BlogWorld presentation about social media in regulated industries. He includes quotes and tips from Citibank, Royal Bank of Canada, and HR Block executives about how to cut through that red tape.</p>
<p><a href="http://blog.fusionalliance.com/blog/project-agility/the-right-thing-to-do-part-1-planning-social-media-governance-in-regulated-industries?utm_source=GooglePlus&amp;utm_medium=Blast&amp;utm_campaign=BlastSocial " target="_blank"><em>The Right Thing to Do, Part 1: Planning Social Media Governance in Regulated Industries</em></a> – Fusion Alliance</p>
<p>In the first of a multi-blog series, Project Manager Summer Fabian identifies the critical ingredients of a successful social media governance model. In Part 2, she discusses the best type of <a href="http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-2-the-right-people " target="_blank">framework for a regulated social media plan</a>.</p>
<p><a href="http://www.pwc.com/us/en/health-industries/publications/health-care-social-media.jhtml " target="_blank"><em>Social Media “Likes” Healthcare: From Marketing to Social Business</em></a> – PWC</p>
<p>In this article, PWC provides an interactive graphic illustrating how different consumers use social media for healthcare-related issues.</p>
<p><em><a href="http://www.sfgate.com/health/article/Social-media-in-health-care-create-risks-benefits-3650284.php " target="_blank">Social Media in Health Care Create Risks, Benefits</a> </em>– SFGate</p>
<p>Walk through obstetrician-gynecologist Jen Gunter’s use of social media—and get insight into how she remains compliant and successful.</p>
<p><a href="http://www.business2community.com/social-media/how-social-media-and-millennials-impact-the-alcohol-industry-0231253 " target="_blank"><em>How Social Media and Millennials Impact the Alcohol Industry</em></a> – Business to Community</p>
<p>Author Christina Sirabian discusses how major social networks like Facebook and Twitter are making it easier for regulated industries—like the alcohol industry—to appropriately use social media.</p>
<p><a href="http://blogs.wsj.com/financial-adviser/2011/11/10/raymond-james-gets-social-media-right/ " target="_blank"><em>Raymond James Gets Social Media Right</em></a> – The Wall Street Journal</p>
<p>From the article: “It sounds as if Raymond James and Actiance have struck the perfect balance between compliance and social–which are naturally at odds with each other. It seems to provide PR-approved and crowdsourced content for those less experienced with social media while at the same time providing flexibility for those more comfortable with social media platforms. ”</p>
<p>Here at Fusion Alliance, we have experience in regulated industries and understand the challenges these businesses face each day. So as you dive into social media for your business, don’t feel that you need to go it alone. Find advice, tips, and inspiration from those businesses paving the way for you.</p>
<p><strong>SOUND OFF:</strong> Do you have an article about social media in regulated industries to add to this list?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/10-articles-about-social-media-in-regulated-industries/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Governance in Regulated Industries Part 3: Documentation</title>
		<link>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-3-documentation</link>
		<comments>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-3-documentation#comments</comments>
		<pubDate>Tue, 14 Aug 2012 13:00:38 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Project Agility]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Content Management Workflow]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Procedures]]></category>
		<category><![CDATA[Process]]></category>
		<category><![CDATA[Regulated Industry]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Strategy]]></category>
		<category><![CDATA[Technology Solutions]]></category>
		<category><![CDATA[User-generated Content]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2664</guid>
		<description><![CDATA[And now on to the most exciting, stimulating topic in regulated industries: documentation! I kid, I kid. Regulated Industries know the value and the burden of documentation. It may seem an inherent contradiction that you’re reading a blog titled ‘Project &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-3-documentation">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>And now on to the most exciting, stimulating topic in regulated industries: documentation! I kid, I kid. Regulated Industries know the value and the burden of documentation. It may seem an inherent contradiction that you’re reading a blog titled ‘Project Agility’ and we’re discussing documentation, but it isn&#8217;t, I assure you. Agile is not messy and it is not wasteful. It is <span style="text-decoration: underline;">enough</span> process/documentation/direction to be valuable and lets the work speak for the rest. &#8216;Enough&#8217; is the key in regulated industries. If you have the privilege of blazing new trails with social media in your company, you also have a unique opportunity to work well within the guidelines of your regulated industry while also providing lean documentation.</p>
<h3><strong>First, Know Thyself:</strong> Expectations are everything.</h3>
<p><a href="http://www.jasonclegg.com/wp-content/uploads/2010/01/magic-of-thinking-big-rodin.jpg"><img class="alignright" src="http://www.jasonclegg.com/wp-content/uploads/2010/01/magic-of-thinking-big-rodin.jpg" alt="" width="322" height="373" /></a>Before we discuss some artifacts and practices that I’ve found valuable with other clients, I must make a disclaimer. Step One in building your documentation is to know what your company and industry requires. I probably won’t be of much help to you there. What I can give you is this advice: do an analysis before you jump in.</p>
<ol>
<li>Find all the procedures and processes that are applicable to your situation.  Don’t know them?  Find the people who do (see my <a href="http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-2-the-right-people" target="_blank">previous post</a>).</li>
<li>Read the procedures and requirements.</li>
<li>Be mindful of what is required versus what is given as a recommendation.</li>
<li>Vet the expectations with your stakeholders and project owner.
<ul>
<li>Ensure they understand the required deliverables and artifacts</li>
<li>Build a quick <a title="RACI matrix" href="http://en.wikipedia.org/wiki/Responsibility_assignment_matrix" target="_blank">RACI</a> so they can understand the resource impact of the internal requirements.</li>
<li>Show them where these deliverables and artifacts will live, either in company established locations or a local location that will be accessed by colleagues outside your team.</li>
</ul>
</li>
<li>Make a high level plan for getting it all done.  Show what has to come first, what can happen in parallel, etc.</li>
</ol>
<p>That, of course, is an oversimplification of the process. Every company is different and two days spent in analysis and getting your stakeholders and project owner on board will go a long way to repeat success with social media projects.</p>
<p>Now that  I have had the chance to pass on what I consider the value in this post, how you can prove that social media can be compliant, accountable and transparent? Going above and beyond the company required documentation may be as simple as reframing one of their deliverables in a more valuable way, combining other requirements, etc. Here are some constructs I’ve found valuable in regulated industries to support launch, maintenance, and project closure.</p>
<h3><strong>Launch Documentation:</strong> The point is, after all, to get launched.</h3>
<h4><strong> Build a Charter</strong>!  It should include:</h4>
<ul>
<li>The purpose of the project &#8211; what you are doing and <span style="text-decoration: underline;">why</span> you are doing it</li>
<li>The tools you are using &#8211; include the platform itself as well as any add-ons, apps or third party functionality</li>
<li>A team roster, with names, roles and role descriptions</li>
<li>How you will measure success &#8211; be explicit about your goals, how they will be measured and to whom they will be reported</li>
<li>A specific review period for the project and where review records will be held</li>
</ul>
<p>A charter goes beyond compliance and can also be an effective way to introduce your project to the people you need to get your project launched. Sell it! Be high level for executive eyes but be explicit in covering the compliance hot spots for your industry.</p>
<h4><strong>Record Consensus!</strong></h4>
<p>Approach friendly faces in the appropriate departments (e.g. your Compliance Review Committee) and get their feedback or approval on the Terms of Use and Privacy statements for the platforms and tools you intend to use. Record the approval! If you followed any of the advice in the <a href="http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-2-the-right-people" target="_blank">People installment </a>you aren&#8217;t in this alone and the documentation should reflect that.</p>
<h4><strong>Content is King – Manage it with a Content Management Strategy</strong></h4>
<p>User generated content is possibly the hottest area in regulated industries. Be proactive—show how you will manage user generated content with a content management strategy. A simple flowchart clarifies what types of content should trigger what types of interactions. Share the strategy with those who manage regulatory compliance within your organization and get their buy-in. Record it! In general, a content management strategy should answer these questions:</p>
<ul>
<li>What kind of content requires additional action?</li>
<li>Who is monitoring for that kind of submission?</li>
<li>How frequently are they monitoring?</li>
<li>What action will be taken?
<ul>
<li>Be clear about who, when and how.</li>
<li>Describe the content management tools and their capabilities within the chosen platform.  Do you have the ability to remove a user’s post, for example?</li>
<li>How will the action be escalated, if necessary, to the appropriate organizations within your company?</li>
<li>How will your team or the company respond?  Will they respond?</li>
</ul>
</li>
</ul>
<h3><strong>Maintenance Documentation: </strong>Be ready with an answer, any time.<strong></strong></h3>
<h4><strong>Keep an Inventory</strong></h4>
<p>Build a simple inventory where all your social projects are stored. A best practice is to have a high-level chart with columns for each necessary artifact and a link to that artifact. Don’t make your reviewers and team scroll through endless pages of documentation to find what they need to be transparent and accountable.</p>
<h4><strong>Track Exceptions—anything out of ordinary expectation or operation</strong></h4>
<ul>
<li>Keep track of any content issues that are raised via your content management strategy and how they were resolved</li>
<li>Keep track of any guest content creators</li>
<li>Keep track of any service interruptions and how they were resolved</li>
</ul>
<h4><strong>Track Success!</strong></h4>
<p>Keep an inventory of your goals and measures and periodically record the results. Also keep track of any cross-platform conversions. Show, for example, how many of your Facebook followers came from your Twitter Stream. Or, how a Four Square check-in drove a user to the company website. Social media is a living system and just one part of your digital presence.</p>
<h4><strong>Record your Local Procedures</strong></h4>
<p>I&#8217;ll discuss recommendations for local procedures in my next post. All procedures should be recorded along with their effective dates, review periods, and the body of the procedure.</p>
<h3><strong>Closing Documentation:</strong><strong> </strong>Sometimes you have to say goodbye.</h3>
<h4><strong>Create a Retirement Plan</strong></h4>
<p><a href="http://www.kiplinger.com/kipimages/new_site_ledes/retirement_readiness.jpg"><img class="alignright" src="http://www.kiplinger.com/kipimages/new_site_ledes/retirement_readiness.jpg" alt="" width="400" height="266" /></a>Regulated industries have project closing procedures to rival any project launch. It is important to understand where the information is going, how it is stored, and how that affects your users and their privacy. Having this plan in place Before you launch exhibits vigilance.</p>
<ul>
<li>First understand your company’s requirements and adhere to those. See Step One.</li>
<li>Describe how the platform and tools being used handle closing a profile, account, or presence.</li>
<li>Describe where the content will go and where it will be stored.</li>
<li>Lay out the communication process you intend to use with your users. Will you give them 15 days notice for example? Or, will users be notified after the fact?</li>
</ul>
<h4><strong>Just Do It:</strong><strong> </strong>and Move On</h4>
<p>Documentation isn’t thrilling and is often associated with waste and tedium. By taking the time to analyze the true expectations and the course of action for your project you can turn documentation into a powerful tool for getting stakeholders on board, gaining a reputation for vigilance, and communicating the continuous value your social media project brings to your company.</p>
<p>Next , I&#8217;ll explore areas where you may want to institute a local process andshare a few processes that have worked well for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-3-documentation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technology Frameworks: Not Just For Operations Anymore!</title>
		<link>http://blog.fusionalliance.com/blog/one-size-does-not-fit-all/technology-frameworks-not-just-for-operations-anymore</link>
		<comments>http://blog.fusionalliance.com/blog/one-size-does-not-fit-all/technology-frameworks-not-just-for-operations-anymore#comments</comments>
		<pubDate>Thu, 09 Aug 2012 14:00:37 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[One Size DOES NOT Fit All]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Audit]]></category>
		<category><![CDATA[CobIT]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[ITIL]]></category>
		<category><![CDATA[MOF]]></category>
		<category><![CDATA[Process Improvement]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2650</guid>
		<description><![CDATA[Three recent projects of mine couldn’t have been more different. One project was in the internal IT department of a regulated industry. A second was in the technical operations division of a cloud service provider. The third was in the &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/one-size-does-not-fit-all/technology-frameworks-not-just-for-operations-anymore">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Three recent projects of mine couldn’t have been more different. One project was in the internal IT department of a regulated industry. A second was in the technical operations division of a cloud service provider. The third was in the applications development team of a small software manufacturer.</p>
<p>What they all had in common are projects that consistently ran over budget, deliverables that did not meet customers&#8217; expectations, and timelines that missed due dates. Employee turnover was high, morale was low, and relationships were deteriorating between departments.</p>
<p>Sound familiar?</p>
<p>Each organization was introduced to industry-leading process frameworks and methodologies to use when improving their workflows and environments. The following is a short list of the frameworks and methodologies our three clients utilized to differing degrees. Future posts will expand on each of these, how they interrelate, and the organizational challenges that need to be overcome during implementation. I will also review specific examples about the benefits and pitfalls our clients experienced.</p>
<h3>Information Technology Infrastructure Library (ITIL)</h3>
<p>ITIL is a set of best practices that an IT organization can implement to align their activities to those of the business. ITIL 2011 has five core volumes of information, which include processes and activities in strategy, design, operation, continuous improvement, and transition (the development, purchase, and implementation of technology). ITIL does not provide specific roadmaps toward implementation, how to measure improvement, nor guidance on what should be implemented.</p>
<h3>Microsoft Operations Framework (MOF)</h3>
<p>MOF is very similar to ITIL. It is a library of best practices that Microsoft provides as a free download. The latest base edition was provided in 2008 and is regularly updated to provide best practices for the implementation and maintenance of new paradigms such as cloud computing. MOF is technology agnostic and is not designed as a set of marketing materials for Microsoft’s tools.</p>
<h3>Control Objectives for Information Technology (CobIT)</h3>
<p>CobIT is the leading framework to measure the maturity of an organization&#8217;s processes by comparing the amount a process is institutionalized versus what best practice suggests. This measurement can then be used as a gap analysis or roadmap toward process improvement. CobIT is considered to be the &#8220;what to implement&#8221; to ITIL&#8217;s or MOF’s &#8220;how to implement.&#8221; CobIT is the IT measurement framework that is typically used by organizations that are concerned with Sarbanes–Oxley Act of 2002 (SOX) compliance.</p>
<h3>Agile</h3>
<p>Of course, I am including Agile!  Agile is a methodology based on guiding principles in order to promote efficiency while developing a product. Agile was initially based on a manufacturing floor practice of selecting a task to work on from a set of cards posted on a wall. Each card contained a task, an estimated amount of effort, and any required predecessors. This gave workers the freedom to select which task to perform based on the conditions at that specific moment while promoting efficiency and communication. Common practices of Agile fit well within the ITIL and MOF frameworks while promoting practices that can be measured by CobIT.</p>
<p>The next post will be an overview of the Microsoft Operations Framework and the benefits experienced when first implementing processes in environments where none were currently being followed.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/one-size-does-not-fit-all/technology-frameworks-not-just-for-operations-anymore/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a Regulated Industry?</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-is-a-regulated-industry</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-is-a-regulated-industry#comments</comments>
		<pubDate>Mon, 06 Aug 2012 13:00:47 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[regulated industries]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2631</guid>
		<description><![CDATA[Regulated Industry. You’ve heard the phrase—and maybe even used it—but do you actually know what it means? Defining “Regulated Industry” In the basic sense, a regulated industry is an industry that is significantly regulated by the state or federal government. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-is-a-regulated-industry">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Regulated Industry. You’ve heard the phrase—and maybe even used it—but do you actually know what it means?</p>
<p><strong>Defining “Regulated Industry”</strong></p>
<p>In the basic sense, <strong>a regulated industry is an industry that is significantly regulated by the state or federal government.</strong> This can include setting parameters and guidelines for anything from pricing and profits to production methods and even social media efforts. <a href="http://fusionalliance.com/customer-stories.aspx " target="_blank">Common regulated industries</a> include financial, healthcare, pharmaceutical and insurance.</p>
<p><strong>Examples of Regulated Industry Regulations</strong></p>
<p>An example of a regulation placed on these industries can be seen with any <strong>publicly traded company.</strong> The <a href="http://www.sec.gov/answers/regfd.htm " target="_blank">Regulations Fair Disclosure</a> mandates that all publicly traded companies release material information to investors and the public at the same time. This regulation is in place to help prevent selective disclosure and insider trading.</p>
<p>In <strong>healthcare industries</strong>, the <a href="http://www.hhs.gov/ocr/privacy/ " target="_blank">Health Insurance Portability and Accountability Act of 1996</a>, or HIPPA, ensures that medical information is kept confidential. Protecting the privacy of patients is critical—and HIPPA was set in place to help make sure that happens.</p>
<p>The Food and Drug Administration (FDA), places regulations on the <strong>pharmaceutical industry</strong>. Since the industry deals with drugs and healthcare devices, it makes sense that there are an array of rules and regulations on it. For example, the FDA requires pharmaceutical companies to report all cases of adverse effects to them.</p>
<p><strong>The FDA’s List of Regulated Industries</strong></p>
<p>The FDA makes it easy to know which industries are regulated—they created a <a href="http://www.fda.gov/AboutFDA/WorkingatFDA/Ethics/ucm079670.htm " target="_blank">listing of significantly regulated U.S. industries</a>. If you’ve ever wondered about the laws and regulations placed upon these industries, the FDA is full of resources.</p>
<p>Clearly, these regulations affect the day-to-day operations of these industries. However, when it comes to developing a digital strategy, it can be especially challenging to mind these guidelines. This month we’re focusing our blog posts on the process and technology of regulated industries, including <a href="http://blog.fusionalliance.com/blog/project-agility/the-right-thing-to-do-part-1-planning-social-media-governance-in-regulated-industries " target="_blank">how social media is being used by these highly controlled industries</a>. So stay tuned!</p>
<p><strong>SOUND OFF: </strong>Do you have anything to add to our definition of a regulated industry?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/what-is-a-regulated-industry/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get the Most Out of Your Usability Study &#8211; Part 2</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/how-to-get-the-most-out-of-your-usability-study-part-2</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/how-to-get-the-most-out-of-your-usability-study-part-2#comments</comments>
		<pubDate>Thu, 02 Aug 2012 13:00:00 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[facilitator's guide]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Usability Study]]></category>
		<category><![CDATA[Usability Testing]]></category>
		<category><![CDATA[User Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2433</guid>
		<description><![CDATA[I recently worked on a series of usability testing projects for a client who was launching a new online tool for its customers.  They were extremely smart to incorporate this as an integral part of their project before even considering &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/how-to-get-the-most-out-of-your-usability-study-part-2">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>I recently worked on a series of usability testing projects for a client who was launching a new online tool for its customers.  They were extremely smart to incorporate this as an integral part of their project before even considering launching the tool.  Through their study, they uncovered a lot of useful insights that enabled them to dodge some bullets and that ultimately guided the final design of their tool.</p>
<p>So—if you&#8217;re ready to make the investment in a usability study, what do you have to do to make sure you get the data you need?  In <a title="How to Get the Most Out of Your Usability Study Part 1" href="http://blog.fusionalliance.com/blog/digital-thoughts/getting-the-mo…y-study-part-1">Part 1</a> of this series, I focused on the logistics of putting together a usability study and why it&#8217;s a good investment. In this post, I&#8217;ll focus on tips to create a flawless facilitator&#8217;s guide:</p>
<p><strong>Understand your audience.</strong> It&#8217;s important to understand who your users are and what mindset or perspectives they bring that will influence how they approach the tasks.  For example, older users may not be as digitally savvy as younger users. But if both younger and older users are your target users, the tool must be appropriate for both. Ask questions that will help you better understand their answers. How comfortable are they with the Internet? How often do they access it? What is their familiarity or comfort with the tool or process you are testing?  Put them at ease by reminding them that you are not testing them, you are testing the tool.</p>
<p><strong>Understand what you want to get out of your study.</strong>  If you are testing a transaction process for example, design your tasks to reveal how well your participants understand instructions, whether they need or use help, whether they are able to complete all the steps in the process.  Ask them how they would accomplish certain tasks or where they would look for certain features.  Ask if they thought it was easy or difficult and why.  Ask for suggestions.</p>
<div class="wp-caption alignleft" style="width: 279px"><a title="8/365 - 8 de Enero - The warm lab by santiagodn, on Flickr" href="http://www.flickr.com/photos/sdn/4257797422/"><img alt="8/365 - 8 de Enero - The warm lab" src="http://farm3.staticflickr.com/2764/4257797422_3e950ff49f.jpg" width="269" height="257" /></a><p class="wp-caption-text">Photo courtesy of Santiago Domiguez Noriega</p></div>
<p><strong>Set up the scenario. </strong> How will you quickly inform your participants what the test is about and what he/she will be doing?  Have a prepared introduction to the test and tasks.  Script out all instructions and tasks to make sure you don&#8217;t miss important points and to insure consistency between your sessions.</p>
<p><strong>Have a plan B.</strong>  Consider the range of reactions you might get with your tasks and account for them in your script. This will enable you to continue smoothly without having to scramble to get back on track, and avoid compromising your data by causing your participant to lose focus.</p>
<p><strong>Ask participants to think out loud</strong> as they work through the tasks. This is a way to capture some great quotes.</p>
<p><strong>Watch your timing.</strong>   Assuming your one-on-one user-testing session is an hour, limit the number of tasks you are testing to 3 – 5.  Set a time limit for each task by testing it out prior to your actual sessions. Adjust to fit the time frame.  If a user takes longer, know ahead of time what you will skip to make up the time if you are on a strict schedule.</p>
<p><strong>Note anything out of the ordinary</strong> that occurred during the test that might influence results so you can take these into account when putting together your report.</p>
<p><strong>Include a post-task questionnaire</strong> to get the participant&#8217;s overall feelings and attitudes about the tasks. Did they find it difficult or easy?  Comfortable or frustrating?</p>
<p><strong>Organize your data around the problems you are trying to solve. </strong> Based on the findings, provide visual examples of how the tool or process could be improved.</p>
<p><strong>SOUND OFF</strong>: What tips do you have for creating a flawless facilitator&#8217;s guide?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/how-to-get-the-most-out-of-your-usability-study-part-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Will the Real Shell Please Stand Up?</title>
		<link>http://blog.fusionalliance.com/blog/the-trendy-umbrella/will-the-real-shell-please-stand-up</link>
		<comments>http://blog.fusionalliance.com/blog/the-trendy-umbrella/will-the-real-shell-please-stand-up#comments</comments>
		<pubDate>Wed, 01 Aug 2012 13:00:33 +0000</pubDate>
		<dc:creator>Jon Bausman</dc:creator>
				<category><![CDATA[The Trendy Umbrella]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Strategy]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2536</guid>
		<description><![CDATA[Throughout my time on social media, I have never come across a more elaborately planned hoax or deception than what took place recently surrounding Greenpeace and fuel tycoon, Shell.  It was so elaborately executed and layered that even this social &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/will-the-real-shell-please-stand-up">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Throughout my time on social media, I have never come across a more elaborately planned hoax or deception than what took place recently surrounding Greenpeace and fuel tycoon, Shell.  It was so elaborately executed and layered that even this social media guru mistook the hoax accounts to be those of Shell itself.</p>
<p>It all started with <a href="http://youtu.be/NMUFci_V4mU" target="_blank">a video posted on YouTube</a> in June.  The event was made to look like a Shell corporate party celebrating the company’s new oil rigs in the Arctic.  During the event, a miniature oil well drink dispenser had an unexpected and uncontrolled explosion, saturating an elderly woman with the dark liquid.  The video was made to look like it was taken without permission as the camera man was escorted out by security.</p>
<p>This then lead to the hashtag #shellfail going viral.  The details are quite elaborate, but from there a fake Twitter account and a <a href="http://arcticready.com/social/ideas">website that looked like Shell’s</a> were both created. <em>(Warning: The content on that page is not being censored and includes vulgarity)</em>.  People were encouraged to submit their own ideas for Shell’s new marketing campaign in the Arctic on this website, which resulted in a myriad of user-generated negative ads towards Shell to flood the website.  Greenpeace, along with a group called Yes Men, took claim for the elaborate hoax.  At the same time, a fake Shell account tweeted to the public to stop or they would have to involve their legal team &#8211; another layer to the elaborate hoax.</p>
<p><a href="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/ShellisPrepared.jpg"><img class="alignnone size-full wp-image-2580" title="ShellisPrepared" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/ShellisPrepared.jpg" alt="@ShellisPrepared" /></a></p>
<p>What a PR disaster.</p>
<p>I worked in the convenience store industry for some time in my career.  During my time there, I managed the BP oil spill for 50 convenience stores that sold BP fuel, and had to navigate the waters of someone impersonating the company’s brand on social media.  Both were challenging experiences that lent themselves to great learning opportunities.  However, this Greenpeace hoax was something different.  This hoax had multiple layers that made it more believable that it was the real Shell.  I have had multiple discussions since this PR debacle.  Was this appropriate or legal for Greenpeace to do?  Does this actually help or hurt their cause based on how they went about doing it?</p>
<p><strong>SOUND OFF:</strong> Hindsight is always 20/20.  The BP oil spill will become and remain a PR case study for years to come.  However, looking at what took place with Shell, what are your thoughts?  Does Greenpeace’s approach and how they went about the elaborate hoax help or hurt them and their cause?  How should Shell have handled the situation?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/the-trendy-umbrella/will-the-real-shell-please-stand-up/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fusion Alliance Announces New CFO and Managing Director</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/fusion-alliance-announces-new-cfo-and-managing-director</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/fusion-alliance-announces-new-cfo-and-managing-director#comments</comments>
		<pubDate>Tue, 31 Jul 2012 17:00:52 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Company announcements]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Technology-based Solutions]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2583</guid>
		<description><![CDATA[Fusion Alliance is proud to welcome Mike Hutson as Chief Financial Officer and John Ward as Managing Director of Fusion Alliance’s Cincinnati office. Hutson brings 30 years of financial experience in a variety of industries to Fusion Alliance. In his role, &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/fusion-alliance-announces-new-cfo-and-managing-director">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Fusion Alliance is proud to welcome Mike Hutson as Chief Financial Officer and John Ward as Managing Director of Fusion Alliance’s Cincinnati office.</p>
<p>Hutson brings 30 years of financial experience in a variety of industries to Fusion Alliance. In his role, Hutson will be responsible for all aspects of the company’s financial management, reporting, and analysis. Ward brings extensive business development and technology project delivery experience to his new role at Fusion Alliance.</p>
<p>&#8220;We are incredibly excited to have Mike join the Fusion team,” said Doug Brown, Chief Executive Officer at Fusion Alliance. “He has been a key contributor to the growth of companies he&#8217;s served in the past, and we look forward to leveraging his leadership and experience to successfully execute our strategic plan.&#8221;</p>
<p>“John was the perfect choice for this position because of his unique combination of consulting and corporate experience in a variety of leadership roles,” said Doug. “John has been an integral part of technology consulting companies in Cincinnati, and has helped corporations achieve great results.”</p>
<p>Prior to joining Fusion Alliance, Hutson spent 14 years at LDI Ltd., LLC as Senior VP and CFO, and two years as its Corporate Controller. Prior to LDI Ltd., Hutson spent one year as Director of Treasury at Delco Remy America and three years as Division Controller at Freudenberg-NOK. Hutson also worked as Senior Manager at Ernst &amp; Young for 10 years.</p>
<p>“Fusion Alliance is a unique company with a strong and dynamic management team, high value structure, and vision for significant growth driven by great customer service. I am honored to be joining the Fusion team and am excited about contributing to the positive momentum of this enterprise,” said Mike Hutson.</p>
<p>Ward previously served as Director of Network Enabled Solutions and Director of Business Strategy at Whittman-Hart. After Whittman-Hart merged with USWEB-CKS to become marchFirst, Ward served as Vice President of Business Development for the Ohio Valley Region. Ward then assumed the Managing Director role at Haverstick Consulting’s Cincinnati office.</p>
<p>Ward spent the next eight years working in leadership capacities in the healthcare industry, serving as Chief Information Officer and Director of Business Development at Group Health Associates in Cincinnati and then as Director of Health System Integration at TriHealth before joining Fusion Alliance.</p>
<p>“In planning my move back into consulting, I was looking for a company that was focused on delivering high-quality solutions, driving business value, and founded on integrity. Fusion Alliance is that company and I look forward to being part of their team,” said Ward.</p>
<p>If you’d like more information, or to schedule an interview, please call Amy Baker, VP of Marketing at 317.955.1300.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/fusion-alliance-announces-new-cfo-and-managing-director/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Employee Spotlight: Getting to Know the Recruiting Team</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-getting-to-know-the-recruiting-team</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-getting-to-know-the-recruiting-team#comments</comments>
		<pubDate>Tue, 31 Jul 2012 13:00:48 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[IT recruiting]]></category>
		<category><![CDATA[technology recruiting]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2612</guid>
		<description><![CDATA[Fusion Alliance would be nothing without the people that make up our staff. Finding the perfect employees—that live our core values of ingenuity, commitment, integrity and performance—is crucial to our success. To ensure that we hire only the best, we &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-getting-to-know-the-recruiting-team">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team/attachment/employeespotlight" rel="attachment wp-att-2363"><img class="alignnone size-full wp-image-2363" title="employee-spotlight" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/employeespotlight.gif" alt="Fusion-Alliance-Employee-Spotlight" /></a></p>
<p>Fusion Alliance would be nothing without the people that make up our staff. Finding the perfect employees—that <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/our-values-a-part-of-everything-we-do">live our core values</a> of ingenuity, commitment, integrity and performance—is crucial to our success. To ensure that we hire only the best, we established a recruiting team to identify prospective employees.</p>
<p>Similar to the Digital, <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-project-management-team">Project Management</a> and Mobile teams, the Recruiting team works tirelessly to guarantee that Fusion delivers solutions. Recruiting Team members Lisa Rose and Amy Campbell explain what it’s like to secure Fusion’s human capital in today’s employee spotlight.</p>
<p><strong>What are the responsibilities of the Recruiting Team?</strong></p>
<p><em>Lisa: </em>We locate, interview and sell Fusion to top talent in Indianapolis [and Cincinnati]. We are also involved in many of the committees to help retain that talent once they are hired.</p>
<p><em>Amy: </em>The Recruiters serve as a prospective employee’s “agent” by working with the individual throughout the screening and hiring process, ensuring they have a complete picture of Fusion Alliance and what it would be like to work for our company. The team also works on building a network of professionals within our core service offerings, such as mobile, application development and digital.</p>
<p><strong>How does your team’s diversified skill set help you deliver solutions?</strong></p>
<p><em>Lisa:</em> Each team member brings varied levels of expertise from their past recruiting experience—and that enables us to react to demand by utilizing those skill sets. We are very good at tapping into each other’s strengths to deliver what the company needs. We are committed, as a team, to continue to screen candidates thoroughly and keep them at the standards that we have set for Fusion.</p>
<p><em>Amy: </em>Our recruiters have many years of experience in developing relationships with IT and Digital professionals. We’ve recruited for different technologies, geographies and abilities. We have a high-level of collective ingenuity that each of us leverages to <a href="http://www.fusionalliance.com/solution-delivery.aspx?src=dd">deliver the best solution</a>—which in our case, is to hire the best talent.</p>
<p><strong>How does your team live Fusion’s values both in and outside of the office?</strong></p>
<p><em>Lisa: </em>We are very involved with the many functions that Fusion offers, so we can be visible to the people that we helped hire. We try very hard to be an example of Fusion’s values to anyone we come in contact with. We always maintain a level of professionalism in the office and out of the office, as that image is crucial to continue the message that we are the employer of choice—and that Fusion attracts top talent in the Indy IT market.</p>
<p><em>Amy</em>: Our team lives the Fusion values every day in our interactions with applicants, current employees and different departments of the company in which we interface. We strive to give applicants a good experience in considering Fusion Alliance as a potential employer by being transparent with our information and providing consistent follow up. We make sure we hire to Fusion’s values so these values live on in each employee that we hire.</p>
<p><strong>SOUND OFF: </strong> Think you would be a great addition to the Fusion Alliance team? Learn more about our <a href="http://www.fusionalliance.com/careers.aspx">career opportunities</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-getting-to-know-the-recruiting-team/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Social Media Governance in Regulated Industries Part 2: The Right People</title>
		<link>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-2-the-right-people</link>
		<comments>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-2-the-right-people#comments</comments>
		<pubDate>Mon, 30 Jul 2012 18:13:16 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Project Agility]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[Agile Project Management]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[Executive Sponsor]]></category>
		<category><![CDATA[Governance]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Regulated Industry]]></category>
		<category><![CDATA[Regulatory]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Strategy]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2551</guid>
		<description><![CDATA[Last week I introduced a basic model for social media governance in regulated industries.  This week I want to get into the details and the framework I’ve seen work and work well, starting with the people who will bring the &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-2-the-right-people">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_22.svg"><img class="alignright" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_22.svg" alt="" width="107" height="107" /></a>Last week I introduced a basic model for social media governance in regulated industries.  This week I want to get into the details and the framework I’ve seen work and work well, starting with the people who will bring the guidance, wisdom, and authorization you need to both start and support a social media project. This post focuses on the people and roles that make up a solid governance model.</p>
<p>First and always most critical are the people who make up your internal support network.  Departments represent corporate goals and fulfill corporate needs.  Individuals can also understand and invest in your vision.  Selecting and on-boarding the right people to your governance team is crucial.  The model and roles may vary, but here is the general construct.</p>
<h3><a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_3.svg"><img class="alignleft" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_3.svg" alt="" width="107" height="107" /></a>1. Identify an executive sponsor</h3>
<p>Your executive sponsor should have the authority to give approval for your individual social initiatives.  This person should fit well into your company’s authorization hierarchy.  In addition to signing authority, your executive sponsor should be on board with your vision, and possibly contribute to it himself or herself.  Lastly, the executive sponsor should have a strong internal network and understand the nature of your projects well enough to recommend other internal contacts to fill some of the remaining roles of the governance model.  This role is accountable for the results of your project even if they aren’t involved in the day-to-day decisions of how to execute.</p>
<h3><a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_05.svg"><img class="alignright" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_05.svg" alt="" width="107" height="107" /></a>2. Compliance review committee</h3>
<p>Compliance for the purpose of this blog series means any corporate or industry procedure, policy, or written obligation of your company to its customers and government.  For this model, compliance falls into several categories:</p>
<ol>
<ol>
<ul>
<li><strong><a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_01.svg"><img class="alignright" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_01.svg" alt="" width="107" height="107" /></a>Privacy</strong> – the acquisition, use, and publication of personal information</li>
<li><strong>Product Complaints</strong> – ensuring that any product feedback and complaints are reported and dealt with appropriately</li>
<li><strong>Legal</strong> – terms of use, partner contracts, legal statement review</li>
<li><strong><a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_2.svg"><img class="alignright" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_2.svg" alt="" width="107" height="107" /></a></strong><strong>Marketing</strong> – branding and corporate reputation</li>
<li><strong></strong><strong></strong><strong>Purchasing</strong> – terms of engagement with partners and ensuring that partners comply with regulations</li>
</ul>
</ol>
</ol>
<p>The review committee is established as a part-time entity that meets informally.  Formal gatherings and mandated meetings with formal status updates are discouraged.  One-on-one communication is strongly encouraged.</p>
<p>Each member is on-boarded from each department and given permission from line management to participate.  Their role is to first provide guidance before any formal requests are made to open new social spaces.  Their role expands into providing formal approvals and feedback when compliance requires it.  It is important to recognize that these individuals are brought into planning before any formal requests are made.  Use their wisdom when deciding what to do, and don’t wait until you need their signature to bring them along with you.  We strongly suggest that each member of the compliance committee have at least one personal and ongoing connection with a member of the local team. Each member of the compliance review committee should be a personal champion for your work.</p>
<h3> 3. Team leadership</h3>
<p>Any engagement in a social space should have input from all aspects of the internal team.  This is even more critical when the social channels focus on innovation or crowd sourcing.  We recommend the following:<a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_19.svg"><img class="alignleft" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_19.svg" alt="" width="107" height="107" /></a></p>
<ol>
<ol>
<ul>
<li><strong>Project Owner</strong> &#8211; Someone on the team has to &#8220;own&#8221; the project.  This person is accountable to the executive sponsor and compliance review committee.  They own the internal voice.</li>
<li><strong>Compliance Lead</strong> &#8211; Titles vary but it is important to have one or more members of your team who own the understanding and interpretation of compliance regulations, policies, and procedures.  The compliance lead has all <a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_04.svg"><img class="alignright" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_04.svg" alt="" width="107" height="107" /></a>industry and corporate documentation on hand, as well as a close relationship with the compliance review committee and their collective wisdom.  It is the compliance lead’s role to be ready with an answer or know where to go find it as the local team plans new features or products.  They are the local subject matter expert (SME) and keeper of the documentation.  This person is accountable for the documentation and the connection with the compliance review committee.</li>
<li><strong>Team Lead</strong> -  Most teams already have a designated team lead.  They should be brought into the high-level discussions on social media campaigns surrounding new features or seeking customer input. Team leads have a closer view to the work and have a unique perspective on user voice and probably the greatest need to hear user voice.</li>
</ul>
</ol>
</ol>
<h3><a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_08.svg"><img class="alignright" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_08.svg" alt="" width="107" height="107" /></a>4. Staff<strong><a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_15.svg"><img class="alignright" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_15.svg" alt="" width="107" height="107" /></a></strong></h3>
<p>Social channels require content.  In a regulated industry, they require carefully crafted, honest, and compliant content.  It is important that you staff your social projects to provide the content accordingly.</p>
<ol>
<ol>
<ul>
<li><strong>Authors</strong> – We’ll discuss this at greater length in my post about local processes, but it’s important to have a group of people who can communicate freely as approved communicators without having every sentence monitored, and who can approve the content of others.  There may be company guidelines in place for this.  If not, make your own guidelines and standards.  Make them high enough to be above reproach.</li>
<li><strong>Content Creators</strong> – Social media needs content and content takes time.  Not all of your content creators need to be approved communicators.  Depending on your social project and how prolific you want to be, anticipate one to two individuals to do nothing but create content for a blog platform and one micro-blog platform.</li>
<li><strong>SMEs</strong> – Identify team members who are willing to be resources for your content creators and authors.</li>
<li><strong><a href="http://openclipart.org/people/nicubunu/nicubunu_Stickman_06.svg"><img class="alignright" src="http://openclipart.org/people/nicubunu/nicubunu_Stickman_06.svg" alt="" width="107" height="107" /></a>Monitors</strong> – In regulated spaces, content needs to be monitored to ensure compliance.  Someone needs to have the job of actively monitoring every social project you launch.  Every project, regardless of platform, has its own goals and should be monitored accordingly.</li>
</ul>
</ol>
</ol>
<p>Social media can be tremendously valuable as a personal conversation with your customer.  Regulated industries have their own set of challenges surrounding those channels, but it can be done with enthusiastic internal support.  Tune in next week when we discuss the documentation that can make social less mysterious and dangerous and more transparent and valuable.</p>
<p><strong>SOUND OFF: </strong>What do you see as the right mix of people in a social media effort?<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/project-agility/social-media-governance-in-regulated-industries-part-2-the-right-people/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Security Breach: Yahoo! Gets Caught by an &#8220;Oldie but Goodie&#8221;</title>
		<link>http://blog.fusionalliance.com/blog/itsecuritysamurai/security-breach-yahoo-gets-caught-by-an-oldie-but-goodie</link>
		<comments>http://blog.fusionalliance.com/blog/itsecuritysamurai/security-breach-yahoo-gets-caught-by-an-oldie-but-goodie#comments</comments>
		<pubDate>Wed, 25 Jul 2012 13:00:56 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[IT Security Samurai]]></category>
		<category><![CDATA[Data Security]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[Information Security Threats]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2482</guid>
		<description><![CDATA[Ouch! Another large, well-known company becomes a casualty of poor security practices. According to an article recently published by CSO Online, nearly a half-million user credentials were stolen from from Yahoo. A hacker activist group employed good old &#8220;SQL injection&#8221; &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/itsecuritysamurai/security-breach-yahoo-gets-caught-by-an-oldie-but-goodie">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Ouch!</p>
<p>Another large, well-known company becomes a casualty of poor security practices. According to an <a title="Yahoo security breach shocks experts" href="http://www.csoonline.com/article/710804/yahoo-security-breach-shocks-experts" target="_blank">article recently published by CSO Online</a>, nearly a half-million user credentials were stolen from from Yahoo. A <a title="12 for 2012! Security Buzzwords You Need to Know! " href="http://blog.fusionalliance.com/blog/itsecuritysamurai/12-for-2012-security-buzzwords-you-need-to-know" target="_blank">hacker activist</a> group employed good old &#8220;SQL injection&#8221; to harvest users&#8217; credentials from a Yahoo database.  SQL injection is not new—in fact, having been around for more than a decade, SQL injection is perhaps one of the oldest tricks in the book as web-hacking techniques go.</p>
<h3>So what and who cares about a Yahoo security breach?</h3>
<p>Good question. The impact of this breach is yet to be determined. Yahoo downplayed the significance of the attack, claiming that many of the stolen credentials were outdated and invalid. Nevertheless, according to the report, some credentials were associated with other well-known service providers, which could certainly put those organizations and their users at risk. Even if the (outdated) credentials turn out to be of little value to the attackers in future exploits, the breach may indicate the presence of other vulnerabilities or loose security practices (giving attackers reason enough to keep poking). For sure, the breach is doing very little to help Yahoo protect its brand reputation and preserve consumer confidence.</p>
<h3>Wake-up call for examining your own security practices?</h3>
<p>As mentioned in the CSO Online article, the hacker group referred to this event as a &#8220;wake-up call&#8221; for Yahoo. I would go so far as to say that this is a wake-up call for any organization with <a title="What Aspects of Security Are Business Professionals Worried About Today?" href="http://blog.fusionalliance.com/blog/itsecuritysamurai/what-aspects-of-security-are-business-professionals-worried-about-today" target="_blank">public-facing web applications</a>. As I had written in a previous blog post, <a title="Security Threats: There's No Excuse for Not Wearing Your Seat Belt" href="http://blog.fusionalliance.com/blog/itsecuritysamurai/security-threats-theres-no-excuse-for-not-wearing-your-seat-belt" target="_blank">there&#8217;s no excuse for not wearing your seat belt</a>. Turns out that Yahoo didn&#8217;t <a title="Storing Passwords Securely" href="http://blog.fusionalliance.com/blog/continuous-learning/storing-passwords-securely" target="_blank">securely store the passwords</a> contained in the database that was compromised. Yahoo seems to have forgotten to wear its seat belt.</p>
<p>To be fair, my intent is NOT to beat up on Yahoo. My intent is to present the example of this event for a more positive purpose: awareness. This can happen to anyone. It can happen to you. I know that sometimes we get in a hurry to move something to production, or we rush to get a product to market, or we get comfortable (and maybe a little lazy?) because &#8220;we haven&#8217;t been breached yet!&#8221;, etc. If you can&#8217;t get it right before it goes out the door, at least go back and check it after it goes out (every second counts, by the way)&#8230;and beware of the carelessness that arises from it-hasn&#8217;t-happened-yet syndrome.</p>
<h3>Take action!</h3>
<p>What are you doing to minimize your risk of being compromised and publicly scrutinized in the process? DON&#8217;T get caught by an oldie-but-goodie. If you&#8217;re not sure what security measures are being taken in your organization or you need help identifying what you should be doing, stop what you&#8217;re doing and call <a title="Fusion Alliance" href="http://www.fusionalliance.com" target="_blank">Fusion Alliance</a> right away (or call someone, I don’t care who!). You may be just fine, but how do you know? And isn&#8217;t it worth knowing? I would bet that the good folks at Yahoo thought they were just fine, too.</p>
<p><strong>SOUND OFF:</strong> What is your company doing to ensure it doesn&#8217;t get compromised by an oldie-but-goodie hacker attack?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/itsecuritysamurai/security-breach-yahoo-gets-caught-by-an-oldie-but-goodie/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Employee Spotlight: Project Management Team</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-project-management-team</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-project-management-team#comments</comments>
		<pubDate>Mon, 23 Jul 2012 18:52:26 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Project Management]]></category>
		<category><![CDATA[Project Manager]]></category>
		<category><![CDATA[values]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2502</guid>
		<description><![CDATA[At Fusion Alliance, we hire employees that demonstrate our core values of ingenuity, commitment, integrity and performance. Already this month, we’ve talked with members of both the Digital and Mobile teams about how they use these values on a daily &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-project-management-team">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team/attachment/employeespotlight" rel="attachment wp-att-2363"><img title="employee-spotlight" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/employeespotlight.gif" alt="Fusion-Alliance-Employee-Spotlight" /></a></p>
<p>At Fusion Alliance, we hire employees that demonstrate our core values of ingenuity, commitment, integrity and performance. Already this month, we’ve talked with members of both the Digital and Mobile teams about <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-get-to-know-our-mobile-team " target="_blank">how they use these values</a> on a daily basis.</p>
<p>This week, Mike Gilbert explains how the Project Management Team “guides the Fusion team to meet our promises to customers.” If you’d like to learn more about our Project Management Team, read on:</p>
<p><strong>What kind of work does the Project Management Team do?</strong></p>
<p><em>Mike: </em>The project managers are responsible for guiding the Fusion team to meet our promises to customers. They understand the business problem that Fusion is solving and lead the team to address it in the most effective manner for that customer. Our PMs are responsible for utilizing the talents and expertise of the team members to <a href="http://www.fusionalliance.com/solution-delivery.aspx " target="_blank">deliver measurable results</a>.</p>
<p><strong>How do multiple vantage points help your team create better solutions? </strong></p>
<p><em>Mike: </em>While many solutions are similar, each business problem is unique to the client. Diversified skills allow us to pool our knowledgebase to better adapt to different client situations. It prevents us from being one-dimensional or using the “cookie-cutter” approach to projects. We are continually learning and becoming better at solving business problems. Our clients expect our experiences to help them solve problems, not necessarily duplicate the same solution used at another client.</p>
<p><strong>What traits do your co-workers possess that help deliver quality solutions?</strong></p>
<p><em>Mike:</em> Our staff has a sincere desire to help our customers. That drive creates the energy to inquire beyond the obvious, research past leanings and current offerings, and compare and double-check.</p>
<p><strong>What does a “true service orientation” mean to you? </strong></p>
<p><em>Mike: </em>The customer and solving their business problem is the guiding principle. Fusion’s attitude and actions are driven with this in mind. This also means “telling it as it is” in order to arrive at the true definition of the business problem and associated impact. We have to be honest about these things in order to define the success criteria of any solution we may develop.</p>
<p>Mike also discussed how his team’s values extend beyond business hours. Whether serving their communities, helping a neighbor or volunteering at church, the Project Management Team <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/our-values-a-part-of-everything-we-do " target="_blank">truly lives Fusion’s values</a> throughout all aspects of their lives.</p>
<p><strong>SOUND OFF: </strong>Do these sound like people with which you’d like to collaborate? <a href="http://www.fusionalliance.com/contact.aspx " target="_blank">Contact us</a> to learn more about how our products and solutions could benefit your business.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-project-management-team/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Get the Most Out of Your Usability Study &#8211; Part 1</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/getting-the-most-out-of-your-usability-study-part-1</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/getting-the-most-out-of-your-usability-study-part-1#comments</comments>
		<pubDate>Thu, 19 Jul 2012 13:00:11 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Jakob Nielsen]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Usability Study]]></category>
		<category><![CDATA[Usability Testing]]></category>
		<category><![CDATA[user insights]]></category>
		<category><![CDATA[User Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2336</guid>
		<description><![CDATA[User testing should be an integral part of creating or redesigning any web presence. Unfortunately, many think of it as only a “nice to have”— something to include only if you havethe luxury of time and money.  However, if you &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/getting-the-most-out-of-your-usability-study-part-1">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>User testing should be an integral part of creating or redesigning any web presence. Unfortunately, many think of it as only a “nice to have”— something to include only if you havethe luxury of time and money.  However, if you are a business owner ready to make changes in your online presence and are hesitant to include user testing because of the time and expense — think of it this way: what you will save in rework, time and customer satisfaction is <em>priceless.</em></p>
<p>User testing doesn’t have to break the bank. Here are some suggestions to make your <a title="article on Field Study vs. User Test" href="http://www.useit.com/alertbox/field-study-vs-user-test.html" target="_blank">user testing project </a>efficient and productive:</p>
<p><strong>Limit your test subjects to five.</strong> Yes, you heard that right!  Only five! According to usability guru <a title="Jakob Nielsen bio" href="http://www.useit.com/jakob/" target="_blank">Jakob Nielsen</a>, this allows you to test almost as many usability problems as you’d find using many more participants. Why? Nielsen says that it doesn’t matter whether you’re testing websites, intranets, applications, or mobile apps, with five users you almost always get close to user testing’s maximum benefit cost ratio.  Nielsen charted 83 usability consulting projects correlating how many users were tested vs. the number of insights reported. The chart shows that across this many projects, testing more users didn’t necessarily result in more insights.  Depending upon the type of testing you’re doing, there are exceptions , so I encourage you read the <a title="How ManyTest Users in a Usability Study?" href="http://www.useit.com/alertbox/number-of-test-users.html" target="_blank">entire article</a> for more insights and useful information.</p>
<p><a href="http://blog.fusionalliance.com/blog/?attachment_id=2341"><img class="alignnone size-medium wp-image-2341" title="Jkob Nielsen Chart" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/7-2-2012-2-08-25-PM-290x199.png" alt="Jakob Nielsen Chart - Number of Users vs. Number of Usability Findings" width="290" height="199" /></a></p>
<p><strong>Screen intelligently.</strong> Create a recruiting screener that clearly defines all participant requirements. Decide which requirements are “make” or “break” requirements and put those at the beginning of the screener.  You don’t want the recruiter to go through a whole line of questioning only to find out that the recruit didn’t meet the one critical requirement.</p>
<p><strong>Schedule thoughtfully.</strong> Consider your target audience and the time of day they will be available.  If you are targeting working professionals, evenings may be your best time for testing. If stay-at-home moms are your target, then daytime may be more convenient.</p>
<p><strong>Allow plenty of time for recruiting.</strong>  In general, it takes 50 names to get one recruit. This can take a couple of weeks or more to get through, with callbacks and leaving messages. You might also consider beefing up your participant incentive if you are getting close to your testing dates and haven&#8217;t filled all your seats.</p>
<p><strong>Always recruit backups. </strong> If you are only including  five  participants, you don’t want to compromise the credibility of your study by having  fewer than five if you have a no show.  If you are doing a whole day of testing, I recommend recruiting two extra participants, and paying to have one present at all times, in case one of your scheduled participants doesn’t show up. It is well worth the additional incentive to pay recruits to “just sit there.”</p>
<p><strong>Take care of observers.</strong> Watching study after study is interesting, but taxing. Most qualitative  one-on-one studies last about an hour. This is a lot of information to take in. Make sure your observers are well fed, hydrated and comfortable.  Make sure your participants are comfortable, also, so they are focused on what you are asking them about.</p>
<p><strong>Limit the number of sessions.</strong> Don’t schedule more than 4 – 5 test sessions in one day.  Facilitating a one hour test is highly taxing, and requires the facilitator to “think on his or her feet” based on each individual user’s actions. Make sure you allow for a break of at least a half hour between testing sessions.</p>
<p><strong>Ensure consistency.</strong> Create a note taking guide that mirrors your facilitator’s guide and enables you to record each participant’s comments and actions at each step of the test. This will enable you to scan comments collectively and quickly see consistencies and inconsistencies among participant responses.  Additionally, it will save you hours going back through recordings if you capture comments and quotes as the sessions are happening.  If you are using a user testing software such as Morae, your notes can quickly point you to a quote you want to listen to again, vs. having to shuttle through entire recordings.  Enlisting a good observer/note taker is also key in this process.</p>
<p><strong>Control the environment.</strong> Make sure you choose a testing facility that can accommodate your particular needs, including type of room, equipment, times, recording, meals and snacks, as well as your recruiting needs. Recruiting is an art and it is worth it to put this in the hands of recruiting specialists.</p>
<p>So that gives you an idea of some of the logistics of conducting a user testing project. I my next post I will talk about the elements of an effective facilitator’s guide.</p>
<p><strong>SOUND OFF:</strong> Have you done any usability testing? What did you get out of your investment?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/getting-the-most-out-of-your-usability-study-part-1/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our Values: A Part of Everything We Do</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/our-values-a-part-of-everything-we-do</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/our-values-a-part-of-everything-we-do#comments</comments>
		<pubDate>Wed, 18 Jul 2012 13:00:33 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Fusion Alliance values]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2422</guid>
		<description><![CDATA[At Fusion Alliance our values of ingenuity, commitment, integrity and performance influence everything we do. Ingenuity: Leveraging the collective expertise, inquisitive nature and dedication to lifelong learning, creativity and growth, to see beyond a problem to take a business dynamic &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/our-values-a-part-of-everything-we-do">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>At Fusion Alliance our values of <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-ingenuity-a-fusion-alliance-core-value" target="_blank">ingenuity</a>, commitment, integrity and performance influence everything we do.</p>
<ul>
<li><strong>Ingenuity:</strong> Leveraging the collective expertise, inquisitive nature and dedication to lifelong learning, creativity and growth, to see beyond a problem to take a business dynamic from what it is to what it can be.</li>
</ul>
<ul>
<li><strong>Commitment:</strong> Striving to always meet commitments and to have a material impact on our customers’ organizations.</li>
</ul>
<ul>
<li><strong>Integrity: </strong>Remaining loyal to people and faithful to obligations as a matter of character. Preforming in a way that is above-board, honorable, ethical and forthright in all of our dealings, regardless of the circumstances.</li>
</ul>
<ul>
<li><strong>Performance:</strong> Providing strong business practices and reliable project delivery, centering practices on process, measurability, quality excellence and business impact.</li>
</ul>
<p>To help better illustrate our values and what they mean to Fusion Alliance as an organization, we interviewed a number of our employees about their job and how they live out Fusion Alliance’s values every day. From the <a href="http://blog.fusionalliance.com/blog/digital-thoughts/8-keys-to-enhancing-your-work-performance" target="_blank">processes they use to ensure great results</a>, to the <a href="http://blog.fusionalliance.com/blog/user-experience-discovery-and-design/mobile-usability-challenges" target="_blank">rapid pace of technology</a> today, here’s what they had to say about how their work at Fusion Alliance impacts their lives—and the success of our customers:</p>
<p><object width="560" height="315" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/mZ-o7Ao-Bo4?version=3&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed width="560" height="315" type="application/x-shockwave-flash" src="http://www.youtube.com/v/mZ-o7Ao-Bo4?version=3&amp;hl=en_US" allowFullScreen="true" allowscriptaccess="always" allowfullscreen="true" /></object><br />
<strong></strong></p>
<p><strong>SOUND OFF: </strong>How do you define ingenuity, commitment, integrity, and performance? Do these values apply to your business?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/our-values-a-part-of-everything-we-do/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Right Thing to Do, Part 1: Planning Social Media Governance in Regulated Industries</title>
		<link>http://blog.fusionalliance.com/blog/project-agility/the-right-thing-to-do-part-1-planning-social-media-governance-in-regulated-industries</link>
		<comments>http://blog.fusionalliance.com/blog/project-agility/the-right-thing-to-do-part-1-planning-social-media-governance-in-regulated-industries#comments</comments>
		<pubDate>Tue, 17 Jul 2012 19:26:35 +0000</pubDate>
		<dc:creator>Summer Fabian</dc:creator>
				<category><![CDATA[Project Agility]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Agile]]></category>
		<category><![CDATA[AppDigiDev]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Governance]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[regulated industries]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[social media governance]]></category>
		<category><![CDATA[Tout]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2434</guid>
		<description><![CDATA[Digital presence isn’t always enough.  In a market flooded with browsing material, customers are gravitating to social media as a more personal, relevant experience with the brands they use.  This migration puts pressure on our clients in regulated industries to &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/project-agility/the-right-thing-to-do-part-1-planning-social-media-governance-in-regulated-industries">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Digital presence isn’t always enough.  In a market flooded with browsing material, customers are gravitating to social media as a more personal, relevant experience with the brands they use.  This migration puts pressure on our clients in regulated industries to engage their customers in unprecedented and uncomfortable spaces.</p>
<p>In addition to the squirming virtually every business does at the thought of public negative feedback, two-way social conversations unleash a host of privacy and compliance concerns within regulated industries.  Here are some of those very real and right concerns:</p>
<ul>
<li>Do we have the internal constructs and precedent to allow us to do this?</li>
<li>How do we manage the challenge of user privacy?</li>
<li>What if someone reports a product complaint in a social space?</li>
<li>How do we staff the effort?</li>
<li>How do we listen?</li>
</ul>
<p>Over the past year or so, I’ve been privileged to help a unique team within one of our client companies create a governance model for managing the social aspects of an open innovation initiative. Although the parent company has digital policies and procedures in place, there was little precedent for social media channels and few internal subject matter experts available to provide guidance.</p>
<p>What we did have, however, was a great deal of cumulative experience in building an internal support structure, navigating the local and global compliance requirements, and individuals with the knowledge, contacts, and savvy to cast the vision for our goals.  With these resources in hand we set out to blaze trails and learn how we could make social spaces valuable to both our customers and the client’s organization.  At the end of a year we have a still-evolving, but successful, governance model as the foundation for all our future social projects.</p>
<p><a href="http://blog.fusionalliance.com/blog/project-agility/the-right-thing-to-do-part-1-planning-social-media-governance-in-regulated-industries/attachment/rightthingtodo-model-2" rel="attachment wp-att-2436"><img class="alignnone size-large wp-image-2436" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/RightThingtoDo-Model1-552x332.jpg" alt="" /></a></p>
<p>Every recipe will be different as every organization is different.  Still, we believe we’ve identified some critical ingredients that should be part of any successful social media governance model:</p>
<p><strong>People</strong> – individuals do work and make things happen.  You need the right people in the right roles.</p>
<p><strong>Documentation</strong> – be compliant, be accountable, be transparent</p>
<p><strong>Local Processes</strong> – do the right things, the prescribed things, the valuable things</p>
<p><strong>Tout Strategy</strong> – keep people onboard with the right knowledge, track progress, keep proving why it’s valuable</p>
<p><strong>Create Shared Momentum</strong> – get people swim in a school rather than herd them toward an answer</p>
<p>We dubbed our governance model The Right Thing to Do, which is the spirit of the process, as well as our intention and the goal to which we aspire. In the following series, we’ll walk through our collective insights, trials, and errors regarding building a social media governance model, beginning with People.</p>
<p><span style="color: #000000;"><strong>SOUND OFF:</strong></span> What regulatory barriers has your company experienced with implementing social media?</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/project-agility/the-right-thing-to-do-part-1-planning-social-media-governance-in-regulated-industries/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Employee Spotlight: Get to Know Our Mobile Team</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-get-to-know-our-mobile-team</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-get-to-know-our-mobile-team#comments</comments>
		<pubDate>Mon, 16 Jul 2012 14:30:29 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Mobile App Development]]></category>
		<category><![CDATA[Mobile Application Development]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2395</guid>
		<description><![CDATA[As we mentioned in last week&#8217;s Employee Spotlight, Fusion Alliance is comprised of people; people devoted to living our values of ingenuity, commitment, integrity and performance. These people work hard each day to cultivate solutions to the problems our clients &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-get-to-know-our-mobile-team">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team/attachment/employeespotlight" rel="attachment wp-att-2363"><img class="alignnone size-full wp-image-2363" title="employee-spotlight" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/employeespotlight.gif" alt="Fusion-Alliance-Employee-Spotlight" /></a></p>
<p>As we mentioned in last week&#8217;s Employee Spotlight, <a href="http://www.fusionalliance.com/our-promise.aspx " target="_blank">Fusion Alliance is comprised of people</a>; people devoted to living our values of ingenuity, commitment, integrity and performance. These people work hard each day to cultivate solutions to the problems our clients present us.</p>
<p>This month we’re placing a spotlight on the teams on which these people work. Last week, members of the <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team " target="_blank">Digital Team</a> talked about the cross-channel digital experiences their curious and hardworking team members create. This week Alex Matsukevich and Jeff Pickett shared their experiences as a part of the Mobile Team here at Fusion Alliance.</p>
<p><strong>What does Fusion Alliance&#8217;s Mobile Team do?</strong></p>
<p><em>Jeff:</em> We work with our clients to come up with <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-application-strategy-what-type-of-apps-should-we-build " target="_blank">solutions that solve a problem</a>, and we build and ship that software. The difference [from other development teams] is that we are working in a constrained environment—from a screen perspective, from a processing perspective and from a power perspective. At the moment we are working on native Android and iOS projects in the Indy and Cincy areas.</p>
<p><strong>How does the Mobile Team maintain a commitment to efficiency, quality and performance?</strong></p>
<p><em>Alex: </em>Testing is the key. Never sacrificing quality for speed of delivery. Above all, though, it’s the people of the Mobile Team. [They are a] great group of professionals. Plus, multiple vantage points [of a team] give us an ability to better analyze the problem and then come up with the best possible solution.</p>
<p><strong>Outside of skill-sets, what other qualities do your team members possess that help them generate successful results? </strong></p>
<p><em>Alex: </em>Complete dedication and commitment.</p>
<p><em>Jeff: </em>We have put together an amazing team of smart people that just gets things done. They work hard, and don&#8217;t let any technical challenge slow them down. The team really wants to see the solution not meet, but exceed the client’s goals in every way. They spend their free time researching the best ways to design solutions and applying external knowledge that they&#8217;ve gained back to the product that they are building.</p>
<p>Our Mobile Team knows how to <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/mobile-application-strategy-defining-the-audience-and-objective-for-your-app " target="_blank">strategically develop and create applications</a> that will further our clients’ goals and missions. They’re a hardworking, (seemingly) never-tiring team that we’re proud to have as a part of Fusion Alliance!</p>
<p><strong>SOUND OFF: </strong>What kind of mobile initiatives is your company implementing?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-get-to-know-our-mobile-team/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing Passwords Securely</title>
		<link>http://blog.fusionalliance.com/blog/continuous-learning/storing-passwords-securely</link>
		<comments>http://blog.fusionalliance.com/blog/continuous-learning/storing-passwords-securely#comments</comments>
		<pubDate>Thu, 12 Jul 2012 14:10:59 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Continuous Learning]]></category>
		<category><![CDATA[information security]]></category>
		<category><![CDATA[Information Security Threats]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2058</guid>
		<description><![CDATA[I intended to blog about Scala, but then there was yet another loss of passwords and I ran across this post by Patrick Mylund Nielsen on Storing Passwords Securely.  This is the most complete and concise discussion of password security I&#8217;ve &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/continuous-learning/storing-passwords-securely">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>I intended to blog about Scala, but then there was yet another loss of passwords and I ran across this post by Patrick Mylund Nielsen on <a title="Storing Passwords Securly" href="http://throwingfire.com/storing-passwords-securely/" target="_blank">Storing Passwords Securely</a>.  This is the most complete and concise discussion of password security I&#8217;ve seen to date. To summarize Mr. Nielsen:</p>
<p>Cryptographic hash functions are not sufficient for password hash functions. If an attacker gets hold of your hashed passwords (as happened in the Linked in case), it&#8217;s easy to recognize the hash for a given password because the hash for it is constant.   For example, the attacker can take a list of common passwords and generate the hash for each one and then compare his hashes to yours.  Every time the the hashes are equal another one of your passwords is compromised.</p>
<p>One solution for this problem is salting. Salting is adding a random string to the password before it is hashed.  You store the salt with the hash so you can test submitted passwords.  Of course, if the attacker gets your passwords he also gets the salts, but he has to hash each of his password guesses with all of the salts.</p>
<p>Of course, if it just takes microseconds to generate a hash then you may still have a problem.  This leads to Mr. Nielsen&#8217;s second point: password hash functions should be slow.  Taking a second to calculate the hash won&#8217;t be noticeable to your users, but it will make the attacker&#8217;s job billions of times worse.  The method used to slow down the hash function is called &#8220;stretching.&#8221; Stretching involves hashing the password and then hashing the hash.  That hash hashing can take place hundreds of thousands of times.</p>
<p>There are three common password hashing functions that both salt and stretch the hashes. They are PBKDF2, bcrypt, and scrypt.</p>
<p>Finally, there are libraries available for all three. Use a well-supported, widely used library. The risk of  fatal bugs is much lower that way.</p>
<p><strong>SOUND OFF: </strong>What methods do you use to thwart attackers?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/continuous-learning/storing-passwords-securely/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 Keys to Enhancing Your Work Performance</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/8-keys-to-enhancing-your-work-performance</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/8-keys-to-enhancing-your-work-performance#comments</comments>
		<pubDate>Wed, 11 Jul 2012 13:00:20 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[goal-setting]]></category>
		<category><![CDATA[job performance]]></category>
		<category><![CDATA[self discipling]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2264</guid>
		<description><![CDATA[Everyone wants to perform their job at his or her best. But to be at your best requires more than just showing up every day on time and doing your work. Just like an athlete in training, professionals can also &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/8-keys-to-enhancing-your-work-performance">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Everyone wants to perform their job at his or her best. But to be at your best requires more than just showing up every day on time and doing your work. Just like an athlete in training, professionals can also enhance job performance by making each of the following important in your daily life.</p>
<ol>
<li><strong>Take care of yourself.</strong>  This includes getting plenty of rest, eating well, and being active. You must feel well in order to do your best at work. Learn to recognize things that affect how you feel, and make adjustments for the better. Food, rest, and exercise are the fuel and energy that enable you to think and innovate.</li>
<li><strong>Stay current.</strong> This is a must to stay on top of your game. Follow what is happening in your industry. How does it affect your work? Your job? Your clients? This knowledge will enhance the  relevancy and purpose of your work and how it positively impacts your world.</li>
<li><strong>Practice self-discipline.</strong> Set goals for yourself every day and long term. Make them attainable. Don’t stop until you finish. Then reward yourself when you do. Enjoy the feeling of achievement. Go shopping. Watch your favorite show on TV. Eat a big bowl of ice cream. Then start on the next task.</li>
<li><strong>Give yourself think time. </strong> With anything you do, sometimes the first attempt is not the best you can do. Ideas need to “bake.” Take a pass, then come back to it later or the next day. A fresh perspective can work wonders! You’ll see it differently the next time you look at it—and you’ll see things you did not see before.</li>
<li><strong>Manage your time.</strong> In order to be most productive, you need to plan how you will spend your time. Organize your day. Keep a list of tasks, by priority. Cross them off as you complete them. (I love doing that!) Seeing what you need to accomplish within a time frame and tracking where you are in completing the list will keep you moving.</li>
<li><strong>Take time to recharge.</strong> Like athletes, high-performing professionals have a lot of stamina. But you can also reach a point of non-productivity. Learn to recognize this point in yourself and figure out what you require in order to recharge and reach peak performance again. For some, it may be just a walk to the vending machine down the hall, or a good night’s sleep. For others, it may be a week’s vacation, taking a course to enhance your knowledge, or even switching jobs or careers.</li>
<li><strong>Stay inspired.</strong> What inspires you? Reading a good novel? Working on a challenging problem? Being with your family? The promise of reward? Whatever it is—make sure you get plenty of it. Put yourself in a position to experience inspiration as much as possible.</li>
<li><strong>Envision Success</strong>. Whatever your goals are, see yourself achieving them. What’s your plan to get there? How will you react? Whom will you share your success with? What will you do next? Keep that vision in your head.</li>
</ol>
<p><strong>SOUND OFF:</strong> What do you do to stay in “tip top” shape on the job?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/8-keys-to-enhancing-your-work-performance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Content Strategy at Work</title>
		<link>http://blog.fusionalliance.com/blog/wordfuse/review-content-strategy-at-work</link>
		<comments>http://blog.fusionalliance.com/blog/wordfuse/review-content-strategy-at-work#comments</comments>
		<pubDate>Tue, 10 Jul 2012 13:00:08 +0000</pubDate>
		<dc:creator>Denise Dilworth</dc:creator>
				<category><![CDATA[WordFuse]]></category>
		<category><![CDATA[book review]]></category>
		<category><![CDATA[consulting case studies]]></category>
		<category><![CDATA[Content Strategy]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1909</guid>
		<description><![CDATA[Content strategy, as a distinct field, is relatively new. Erin Kissane picks out the threads of its origins by identifying the kinds of people who find themselves engaging in it &#8212; marketers, journalists, technical writers, and others &#8212; through choice, &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/wordfuse/review-content-strategy-at-work">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Content strategy, as a distinct field, is relatively new. <a title="Elements of Content Strategy by Erin Kissane" href="http://amzn.to/LmK9lY" target="_blank">Erin Kissane</a> picks out the threads of its origins by identifying the kinds of people who find themselves engaging in it &#8212; marketers, journalists, technical writers, and others &#8212; through choice, by default, and by necessity. Content strategists are not only content producers; we are the people who dance with information architects, graphical designers, web developers, and our clients and their subject-matter experts to ensure that our clients&#8217; messages find the right audience at the right time in a way that engages and — if we are all on our game &#8212; delights them. We help make content usable, flexible, adaptable, and powerful.</p>
<p>&#8220;Great! But what do you <em>do</em>?&#8221; you might ask. Happily, Margot Bloomstein&#8217;s <em><a title="Content Strategy at Work (Kindle edition)" href="http://amzn.to/JRDljS" target="_blank">Content Strategy at Work: Real-World Stories to Strengthen Every Interactive Project</a></em> provides an answer.</p>
<h2>Case studies in content strategy <a href="http://blog.fusionalliance.com/blog/wordfuse/review-content-strategy-at-work/attachment/csatwork_cover" rel="attachment wp-att-2017"><img class="alignright  wp-image-2017" title="Content Strategy at Work by Margot Bloomfield" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/05/CSatWork_cover-290x358.jpg" alt="Book cover: Content Strategy at Work" width="174" height="215" /></a></h2>
<p>Drawing not only on her own experience but on the experiences of others, which she gathers through numerous interviews, <a title="Follow @mbloomstein on Twitter" href="http://twitter.com/#!/mbloomstein" target="_blank">Bloomstein </a>builds an enlightening set of case studies around the activities of content strategy. From gathering content inventories to updating the outdated to optimizing for search engines to making content more share-able, Bloomstein walks her readers through how to make our content more valuable, engaging, and manageable. Bloomstein discusses content creation and curation, writing for websites, brand development, and social media in content strategy — as well as how content strategists work with information architects and graphic designers. And she does it all through telling stories from the trenches in a way that enlightens and (oh, yes!) entertains.</p>
<p>From the Tufts University &#8220;Light the Hill&#8221; project to the Johns Hopkins web team&#8217;s work, Bloomstein illuminates how content strategists bring value to digital and social media projects. Careful planning, intentional content creation, and well-considered governance turned many a nightmare-waiting-to happen (or nightmare-in-progress) into success stories. And Bloomfield documents them for content strategy professionals in ways that resonate with and instruct us.</p>
<h2>Content strategy: an antidote for that stuff we haven&#8217;t updated lately</h2>
<p>In the foreword, Kristina Halvorson (one of the gurus of content strategy) writes that &#8220;the word &#8216;content&#8217; immediately inspires anxiety about the stuff that hasn&#8217;t been updated lately, or docs that are overdue, or the expensive CMS that still hasn&#8217;t been implemented despite months of delays&#8221; (p. xi). But content doesn&#8217;t have to be a dirty word; and content strategy doesn&#8217;t have to be a battle. Bloomstein cements the value of our profession in easy-t0-read stories and thoughtful discussion about what we do, why we do it, and with whom.</p>
<p>If you add only one book about content strategy to your content marketing or content management library, make it <a title="Content Strategy at Work - Kindle edition" href="http://amzn.to/M86ndv" target="_blank"><em>Content Strategy at Work</em> by Margot Bloomstein</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/wordfuse/review-content-strategy-at-work/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Employee Spotlight: Digital Team</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team#comments</comments>
		<pubDate>Fri, 06 Jul 2012 14:38:45 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Solutions]]></category>
		<category><![CDATA[Digital Strategy]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2362</guid>
		<description><![CDATA[Fusion Alliance is made up of people—people who reflect the core values of our company. Every day these people live Fusion’s values of ingenuity, commitment, integrity, and performance as they work together to develop real business solutions for our clients. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team/attachment/employeespotlight" rel="attachment wp-att-2363"><img class="alignnone size-full wp-image-2363" title="employee-spotlight" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/07/employeespotlight.gif" alt="Fusion-Alliance-Employee-Spotlight" /></a></p>
<p>Fusion Alliance is made up of people—people who reflect the core values of our company. Every day these people <a href="http://www.fusionalliance.com/our-promise.aspx " target="_blank">live Fusion’s values</a> of ingenuity, commitment, integrity, and performance as they work together to develop real business solutions for our clients.</p>
<p>This month we’re placing a spotlight on those teams—and the people who compose them. This week we sat down with Doug Scamahorn and Bill Dawson to talk about Fusion’s Digital Team.</p>
<p><strong>What does the Digital Team Do?</strong></p>
<p><em>Bill:</em> We work on building digital conversations with our customers’ target audiences. Sometimes it’s visual design, user experience, tone of language, email campaign – whatever resonates with the audience appropriately.</p>
<p><em>Doug:</em> [We] seek to create <a href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/6-tips-for-managing-the-development-of-a-digital-strategy " target="_blank">cross-channel digital experiences</a> that educate, inform, excite and move users to action. [This includes] digital strategy, user experience design, social, mobile, web, intranet, etc.</p>
<p><strong>How do diversified skill-sets (of team members) allow to you deliver those solutions?</strong></p>
<p><em>Bill:</em><strong> </strong>It provides a great number of perspectives and experiences, which contribute to clever and efficient customer solutions.</p>
<p><em>Doug:</em> Leveraging the experience and skills of a diverse set of team members opens the door to opportunities that a single team member might not think of. Just as cities germinate ideas from different categories of society into an ideal environment for innovation, so does the diversity and a melting pot of experiences and perspectives of our team.</p>
<p><strong>Outside of skill-sets, what personality traits help your team members generate real results? </strong></p>
<p><em>Bill: </em>The wisdom that curiosity and openness drive better solutions for customers. [Plus] candor with one another and the ability to be constructively critical.</p>
<p><em>Doug: </em>Hard work, willingness to do what it takes, accountability to one another. [Also] respect for one another and a desire to do the right thing.</p>
<p>Both Doug and Bill also talked about the importance of aligning decisions with business objectives and user needs, in order to make the solution an effective one. Members of the digital team know how to listen to what clients are really saying, and then create the solutions they truly need.</p>
<p><strong>SOUND OFF: </strong>What questions do you have for the digital team? Share them in the comments section below!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/employee-spotlight-digital-team/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMC’s “The Pitch:” The Real Mad Men?</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/amcs-the-pitch-the-real-mad-men</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/amcs-the-pitch-the-real-mad-men#comments</comments>
		<pubDate>Tue, 03 Jul 2012 13:00:42 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[ad agency pitch]]></category>
		<category><![CDATA[advertising agency]]></category>
		<category><![CDATA[business development]]></category>
		<category><![CDATA[creative process]]></category>
		<category><![CDATA[new business pitch]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2222</guid>
		<description><![CDATA[Have you seen AMC’s reality show “The Pitch?” It documents a competitive advertising agency pitch each week, pitting two rival agencies against each other to compete for a very lucrative piece of business, such as Subway sandwiches and Frangelico liqueur. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/amcs-the-pitch-the-real-mad-men">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Have you seen AMC’s reality show “<a title="The Pitch - AMC" href="http://www.amctv.com/shows/the-pitch" target="_blank">The Pitch</a>?” It documents a competitive advertising agency pitch each week, pitting two rival agencies against each other to compete for a very lucrative piece of business, such as Subway sandwiches and Frangelico liqueur.</p>
<p>Since I’ve been in the agency/consulting business for a while, I was curious to watch the series to see if it realistically depicted the process agencies and consultancies go through to win new business. It was interesting to observe how different agencies approach developing marketing solutions.  Some have a very formal process, using a lot of “whiteboarding” and large group brainstorming. Others utilize copywriter/art director teams.  Still others have dictatorial creative directors who subjectively crush ideas like ants. So if you’re a client about to send out an RFP, whether for a million dollars or a significantly smaller budget, this show will give you an idea of what goes on behind the scenes so you can better appreciate the importance of <a title="7 Ways to Work More Effectively With Your Agency-Partner" href="http://blog.fusionalliance.com/blog/digital-thoughts/7-ways-to-work-more-effectively-with-your-agency-partner" target="_blank">your role</a> in setting the agencies up for success.</p>
<p>Right off the bat, I have to call AMC out on their depiction of the process. Through the magic of editing, AMC has turned it into a high drama, almost personal battle between agencies, complete with close-ups of rival furtive glances during the initial agency briefing, down to crazy all-nighters where agency folk have to sneak out to kiss their kids goodnight.  This is probably a result of the one-week time frame the agencies are given to develop their pitches, which, I suspect, was purposely manufactured to create and enhance the drama. While I’m sure it’s happened, rarely would a company expect a pitch of this magnitude in the time span of a week.</p>
<h2>What’s Real</h2>
<ul>
<li><strong>People who are dedicated and passionate about their work.  </strong>As one of the ad execs simply put it: “The stakes are high.  It’s not easy being in advertising now.”  A skittish economy has many companies tightening their belts.  Advertisers want more for less and the rewards are not as big, but dedication and passion, more than monetary rewards, are what continues to drive agency folks  to produce great work.</li>
<li><strong>Coming up with The Big Idea.</strong> There is definitely a sense of satisfaction one gets from seeing their ideas “up in lights” so to speak.  But only if it’s the right idea.  As one ad exec from the show put it, “This needs to be about them, not us and our neat ideas. That’s suicide in this business.”  ‘Nuff said!</li>
<li><strong>Competitiveness.</strong>  Agencies want to win. Winning big business means they can keep the agency going and keep their jobs. If that isn’t motivation, I don’t know what is!</li>
<li><strong>The creative process</strong>. There is more to brainstorming than just sitting around a table randomly tossing out taglines. Strategists are researching competitors and the industry to inform the creative. Copywriter/art director teams work together to ensure messaging and visuals are integrated. It’s truly an iterative process with a lot of trial and error.</li>
<li><strong>The investment.</strong> When agencies pitch work, they’re  taking a risk. They’re investing thousands to tens of thousands of dollars for a chance at winning. Time spent on working on a pitch is time that cannot be billed to current clients. Is it worth it? If you win the work, typically yes. When is it not worth it? This is a strategic decision that every agency’s management should consider before accepting the challenge. Does this work support our business goals and mission? Do we have the staff and expertise to effectively and efficiently support the work?  Does this work bring with it the opportunity for more work?  All of this must be considered before making the investment.</li>
</ul>
<h2>What’s Not Real</h2>
<ul>
<li><strong>The one week time frame.</strong>  While many agencies will go hard for one week to win important work if that’s their only choice, having the opportunity to let ideas “bake” almost always produces far better results.  As I mentioned earlier, this time frame was likely manufactured to heighten drama, and possibly, to limit (AMC, not agency)  production costs.</li>
<li><strong>Locking-in the staff for 24-hours and taking their phones.</strong>  Need I say more? I’m willing to bet this was the show producer’s idea and not the agency’s!</li>
<li><strong>It’s all about the creative. </strong>For the most part, the “creatives” were the focus of the show: the creative directors, the copywriters, and the designers and their ideas. But what do you think they base their creative ideas on? Competitive research and industry data that was painstakingly gathered by strategists and account managers. In my opinion, this part of the process was sorely underemphasized. Successful, results-producing creative  is  always based on solid data.</li>
<li><strong>The big TV commercial.</strong> Let’s face it. Not many companies are spending big bucks on national television ads any more. (See first bullet under “What’s Real” above.)  Sometimes the “creative” is all about coming up with the most efficient ways to meet marketing objectives. And these may be quite unconventional.</li>
<li><strong>Ignoring the client’s directives.</strong> If the client clearly states not to combine his businesses into one concept, then don’t do it (see episode on Clockwork Home Services). Agencies who think they know more than the client are shooting themselves in the foot.</li>
<li><strong>A whole week in one hour.</strong> Finally, understand that what you’re seeing is a whole week’s worth of work (which should more realistically take place over two to three weeks) crammed into one hour. You’re not seeing all the details…just an abbreviated view.</li>
</ul>
<p>If you missed “The Pitch” when it ran on AMC, all of the episodes are available on iTunes. Additionally, check out <a title="The Pitch on Youtube" href="http://www.youtube.com/watch?v=vThMZOm79DM" target="_blank">YouTube</a> for clips from all of the episodes, some of the winning commercials that were produced as part of the show, and even some critical commentary. Even though I found it somewhat contrived, I enjoyed it purely for its entertainment value and, or course, because I&#8217;ve lived it!</p>
<p><strong>SOUND OFF:</strong> I’m interested in what YOU think of “The Pitch.” If you’re a company that advertises, what did you learn about the “Pitch” process?  Or, if you’re in the ad or consulting “biz,” how does the process depicted in the show compare with the “real life” Pitch process that you’re familiar with?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/amcs-the-pitch-the-real-mad-men/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Defining Ingenuity—A Fusion Alliance Core Value</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-ingenuity-a-fusion-alliance-core-value</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-ingenuity-a-fusion-alliance-core-value#comments</comments>
		<pubDate>Mon, 02 Jul 2012 13:00:26 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Ingenuity]]></category>
		<category><![CDATA[values]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2329</guid>
		<description><![CDATA[Ingenuity. What does it mean? According to Merriam-Webster, ingenuity is “cleverness or aptness of design or contrivance.” In a basic sense, ingenuity is the ability to use your talents to develop worthwhile solutions. Here at Fusion Alliance, ingenuity is one &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-ingenuity-a-fusion-alliance-core-value">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><strong>Ingenuity.</strong> What does it mean? According to Merriam-Webster, ingenuity is “cleverness or aptness of design or contrivance.” In a basic sense, ingenuity is the ability to use your talents to develop worthwhile solutions.</p>
<p>Here at Fusion Alliance, <a href="http://www.fusionalliance.com/our-promise.aspx" target="_blank">ingenuity is one of our four core values</a>. To us, without ingenuity (along with integrity, commitment and performance), we can’t deliver high-quality results.</p>
<p><strong>Defining Ingenuity </strong></p>
<p>On our website, you’ll see ingenuity explained thus:</p>
<p><em>We leverage the collective expertise, inquisitive nature and dedication to lifelong learning, creativity and growth, to see beyond a problem, to take a business dynamic from what it is to what it can be.</em></p>
<p>Basically, ingenuity means using the skills and knowledge we possess to devise new, innovative and unique solutions.</p>
<p><strong>Providing Ingenuity</strong></p>
<p>We excel at <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/innovative-solutions-7-tips-to-help-spark-creativity " target="_blank">creatively leveraging our team’s diverse expertise</a> to bring to life the best solutions to today’s problems. At the same time, we insist on developing solutions that position our customers to make the most out of tomorrow’s opportunities.</p>
<p>Our company as a whole, as well as the individual employees who make up our team, are creative, talented and capable people who are always looking for a new and better way to solve problems.</p>
<p>Without ingenuity it’s impossible for us to design and deliver <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-value-what-does-value-creation-mean-to-you " target="_blank">highly desirable and valuable user-oriented digital products, services and experiences</a>.</p>
<p><strong>SOUND OFF</strong>: How do you definite ingenuity? Join the conversation by leaving a comment on this post!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/defining-ingenuity-a-fusion-alliance-core-value/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Next Digital Frontier is Your Brand Story</title>
		<link>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-next-digital-frontier-is-your-brand-story</link>
		<comments>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-next-digital-frontier-is-your-brand-story#comments</comments>
		<pubDate>Fri, 29 Jun 2012 13:00:28 +0000</pubDate>
		<dc:creator>Jeff Lefevere</dc:creator>
				<category><![CDATA[Bluebirds & White Elephants]]></category>
		<category><![CDATA[Content Marketing]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Marketing Strategy]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2301</guid>
		<description><![CDATA[An oft-pursued thought in digital marketing circles is the rhetorical, “What’s next?”  As in, what is the next big thing?  Everybody wants to be an early adopter for the next game changer like Facebook, interested as much in the &#8220;bright, &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-next-digital-frontier-is-your-brand-story">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>An oft-pursued thought in digital marketing circles is the rhetorical, “What’s next?”  As in, what is the next big thing?  Everybody wants to be an early adopter for the next game changer like Facebook, interested as much in the &#8220;bright, shiny object&#8221; potential marketing value as for its associated connotation denoting &#8220;insider&#8221; status.  Yet currently, the mobile revolution and Pinterest aside, the digital world is seeing much less revolution in recent years and more incremental evolution, begging the question: So what truly is next?  Many digital marketers might be disappointed in my response: It is not about technology, nor tools, and not even platforms—it is about content and story, a concept as old as man himself is, no Foursquare check-in required.</p>
<p>First some background:  If you are an armchair Web historian, you know that the commercial Internet took off in late 1995 and 1996, leading to the dot-com boom era in 1998 – 2001.  Those were gang-buster times for those in technology; halcyon days, too.  Then the bubble burst and a steady retreat and quietude took place over several years until late 2004 and 2005 when Web 2.0 became a buzzword and start-ups and innovation again took root, leading us to YouTube, Facebook, Twitter, and all of the social media tools we use today.</p>
<p><a href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-next-digital-frontier-is-your-brand-story/attachment/what-is-your-story" rel="attachment wp-att-2305"><img class="alignleft size-medium wp-image-2305" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/06/what-is-your-story-290x220.jpg" alt="" /></a>Having been intimately a part of both eras, the only real difference between how 2001 felt versus today is the stock market isn’t correcting against dubious Internet stocks.  Then, as now, the overriding business sensibility felt like it was time to paddle and catch up to the crested wave, a matter of correctly deploying and using the digital marketing tools and platforms already available and doing “more, better.”</p>
<p>Well, one thing that all digital marketers can do more of (and better) is to tell their story in a compelling way.</p>
<p>We’ve all been a little too intoxicated by the fumes of digital pieces and parts, worrying about Twitter Klout scores and hashtag tracking and Facebook engagement, and various and sundry bits of minutia, not even spending one tenth of the same time on figuring out the kinds of stories we want to tell.  That’s going to change based on the tea leaves I’m reading because brands and content are quickly converging and their story is becoming THE story—the protagonist—and not a supporting character.  Three different criteria lead me to this thought:</p>
<ul>
<li>Big Brand Focus</li>
<li>Third-Party Validation</li>
<li>Overarching Organizational Umbrella</li>
</ul>
<p><strong>Big Brand Focus</strong></p>
<p>The Coca-Cola Company is, perhaps, America’s most enduring marketer, one of the <a title="2012 Most Valuable Brands article" href="http://www.mediapost.com/publications/article/175273/brandz-2012-top-global-brands-highlights.html" target="_blank">most globally recognized brands,</a> and the tail that wags the dog, i.e., a leader that other brands emulate.  So when they announce, via YouTube, as they did last summer, that their focus over the next decade will be on content and brand stories, I pay attention and note the potential implications.  Their Pt. I and Pt. II videos (each a nice bit of storytelling) are both well worth a short time investment in viewing.</p>
<p><a href="http://youtu.be/LerdMmWjU_E">Coca-Cola Content 2020 Pt. I</a></p>
<p><a href="http://youtu.be/fiwIq-8GWA8">Coca-Cola Content 2020 Pt. II</a></p>
<p><strong>Third Party Validation</strong></p>
<p>Part and parcel with <a title="Ad Age article on Branded Content Cannes Category" href="http://adage.com/article/special-report-cannes-2012/scott-donaton-reveals-scene-cannes-branded-content-jury/235509/" target="_blank">big brand marketing investment</a> is the Don Draper-esque need for ego gratification that goes with brilliant marketing.  Cannes Lions, one of the preeminent creative awards for brand marketers, recently added a category for Branded Entertainment. The category rewards “…creativity in branded content…defined as: The creation of, or natural integration into, original content by a brand. The purpose of branded entertainment is to deliver marketing messages by engaging consumers via relevant content platforms rather than traditional advertising methods.”</p>
<p>The inaugural winning video <a title="Be the Coach" href="http://www.canneslions.com/work/2012/branded/entry.cfm?entryid=2640&amp;award=99&amp;order=0&amp;direction=1" target="_blank">can be seen here.</a></p>
<p><strong>Overarching Organizational Umbrella</strong></p>
<p>No good movement develops without a central pivot.  Branded content has its spiritual leader in the <a title="Content Marketing Institute web site" href="http://www.contentmarketinginstitute.com/" target="_blank">Content Marketing Institute.</a>  Started in 2010, the Content Marketing Institute is dedicated to “teaching marketers how to own their media channels instead of having to rent them through advertising.”  Their overview video below is similarly time well spent.</p>
<p><a href="http://youtu.be/Q5Tt5JSRsOc">Content Marketing and the Power of Story</a></p>
<p>To me, these paths all lead to a period of time in the coming years whereby a marketer&#8217;s focus will stop working backwards in the way that <a title="The Medium is the Message" href="http://en.wikipedia.org/wiki/The_medium_is_the_message" target="_blank">Marshall McLuhan</a> taught them.  Instead of being focused on the platform before content, they&#8217;ll start with narrative and story elements that can then be delivered, frankly, any way (and anywhere) they want them to.</p>
<p><strong>SOUND OFF:</strong>  At Fusion, we have a team of content strategists focused on helping B2C and B2B brands tell their stories, using the appropriate technologies, not the other way around.  As we head into the second half of 2012, what is your digital focus and do you think my suggestion that brand storytelling will take center stage is on point, or off base?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/the-next-digital-frontier-is-your-brand-story/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make Experiential Marketing An Experience Of A Lifetime</title>
		<link>http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-make-experiential-marketing-an-experience-of-a-lifetime</link>
		<comments>http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-make-experiential-marketing-an-experience-of-a-lifetime#comments</comments>
		<pubDate>Thu, 28 Jun 2012 13:00:19 +0000</pubDate>
		<dc:creator>Jon Bausman</dc:creator>
				<category><![CDATA[The Trendy Umbrella]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Blog Indiana]]></category>
		<category><![CDATA[Columbia sportswear]]></category>
		<category><![CDATA[experiential marketing]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[social influencers]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2244</guid>
		<description><![CDATA[I recently had the pleasure of attending the “Spring 2013 Preview” for Columbia Sportswear and Mountain Hardwear in Sedona, Arizona. Columbia flew in editors from across the country from major publications like ESPN, Men’s Journal and Backpacker magazine. Some of &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-make-experiential-marketing-an-experience-of-a-lifetime">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p style="text-align: left;" align="center">I recently had the pleasure of attending the “Spring 2013 Preview” for <a href="http://www.columbia.com/">Columbia Sportswear</a> and <a href="http://www.mountainhardwear.com/">Mountain Hardwear</a> in Sedona, Arizona. Columbia flew in editors from across the country from major publications like ESPN, <em>Men’s Journal</em> and <em>Backpacker</em> magazine. Some of these editors included industry bloggers and Columbia’s first inaugural social influencer group, <a href="http://youtu.be/vtJ3FDSd4cQ">#OmniTen</a>. All of us had the privilege to preview their new gear and technology for 2013: Omni-Freeze Zero, an innovative fabric with blue rings that, when activated by precipitation of any temperature, cools down. Columbia provided gear for the three days in Sedona, including a backpack and a daypack, shoes, shirts, pants, shorts and more.</p>
<p style="text-align: left;" align="center"><img class="alignnone size-medium wp-image-2246" title="Columbia Sportswear Gear" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/06/Gear-290x290.jpg" alt="" /></p>
<p style="text-align: left;" align="center">For many, a simple press release followed up by phone interviews would have sufficed, but that’s not what happened. Columbia didn&#8217;t want to just tell us about their new gear, they wanted us to <em>experience</em> it.  What better way for a large group of editors from across the country to experience this new “cool” gear than in the smoldering heat and beautiful deserts of Sedona, Arizona?  Each editor had the opportunity to choose one of three activities in Sedona: hiking, yoga or mountain biking. This Hoosier put that gear to the test in 100 degree heat while mountain biking around Bell Rock in Sedona. Columbia had stations along the way where participants could get sprayed with water to “activate” the gear and cool down.</p>
<p><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-make-experiential-marketing-an-experience-of-a-lifetime/attachment/getting-cooled-down-while-mountain-biking" rel="attachment wp-att-2249"><img class="size-medium wp-image-2249 alignright" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/06/Getting-Cooled-Down-While-Mountain-BIking-290x217.jpg" alt="" width="290" height="217" /></a>After spending three days in Sedona, some of the editors flew back home while others took an  additional three-day adventure backpacking into the Grand Canyon to Havasu Falls. This was truly one of the best experiences I have ever had and I can&#8217;t imagine a better way to test the limits of my gear than a 10 mile backpacking trek into the Grand Canyon in the sweltering heat, hiking inside the canyon on the Havasupai Indian reservation, climbing rocks, exploring caves and jumping off of waterfalls.</p>
<p><a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-make-experiential-marketing-an-experience-of-a-lifetime/attachment/jumping-off-of-a-waterfall" rel="attachment wp-att-2248"><img class="size-medium wp-image-2248 alignleft" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/06/Jumping-Off-of-a-Waterfall-290x437.jpg" alt="" width="290" height="437" /></a>So how did Columbia make this experiential marketing event an experience of a lifetime?</p>
<p><strong>Focus on relationships and be accessible</strong>. Columbia hired <a href="http://becore.com/">BeCore</a> to manage the planning and logistics of the event. BeCore did an incredible job making everyone feel like an honored guest and their acute attention to detail made the event that much more of an experience. This allowed Columbia’s team to be engaged with the editors, answer any questions, build relationships and have fun experiencing the product along with us.</p>
<p><strong>Check yourself before you wreck yourself</strong>. You can create a great event but the people make the difference.  Columbia reached out to people from a variety of fields and industries to come and enjoy the experience and even though the location and gear was amazing, it was the relationships that made it so memorable.</p>
<p><strong>Provide the opportunity</strong>. It&#8217;s one thing to say that their product “activates” when it comes in contact with water to keep you cool. It’s something else altogether to fly you to the desert, give you a significant gift of free gear, and set you up on an adventure to put that gear to the test. Not only does it show they have a lot of faith in their own product, but further demonstrates it through their willingness to pay for each attendee to experience it.</p>
<p>As I mentioned earlier, Columbia invited the #OmniTen to be a part of this great event.  A question I frequently get asked is, “How did you get chosen to be a part of this?”  That is a great question and I spoke with Columbia Sportswear about this while in Sedona. But if you want to learn <a href="http://bit.ly/BIN2012">How To Successfully Organize Social Influencers</a> and hear how companies like Columbia Sportswear and events like the Super Bowl in Indianapolis have successfully done it, please join me at <a title="Blog Indiana 2012" href="http://blogindiana.com/" target="_blank">Blog Indiana</a> on August 10<sup>th</sup> for the answer. I look forward to seeing you there!</p>
<p><strong>SOUND OFF:</strong> What are some stories or brands you&#8217;ve seen that have utilized experiential marketing well?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-make-experiential-marketing-an-experience-of-a-lifetime/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web site vs. website: A Brief History of Websites</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/web-site-vs-website-a-brief-history-of-websites</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/web-site-vs-website-a-brief-history-of-websites#comments</comments>
		<pubDate>Wed, 27 Jun 2012 13:00:21 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2237</guid>
		<description><![CDATA[In the basic sense, a website is a set of web pages that contain text, images, video and other information. Today, however, we know that websites are much more than that; most every business needs a website in order to &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/web-site-vs-website-a-brief-history-of-websites">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In the basic sense, a website is a set of web pages that contain text, images, video and other information. Today, however, we know that websites are much more than that; <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-best-practices-for-better-website-design " target="_blank">most every business needs a website</a> in order to survive—and some businesses run entirely from a website.</p>
<p>As with all things, it’s important to know the history—so we know how we got to where we are today, and how to keep improving in the future. So, here’s a little website history lesson:</p>
<p><strong>The Internet was born</strong> on October 26, 1969, at UCLA. A group of researchers, including <a href="http://www.wired.com/wiredenterprise/2012/05/steve-crocker/ " target="_blank">Steve Crocker</a>, sent the first message via what would later become the modern Internet.</p>
<p><strong>The first website</strong>, launched in August 1991, was a basic site that provided information about the <a href="http://info.cern.ch/ " target="_blank">WWW project</a>. Since very few people had the ability to access a web browser, the site was primarily used for sharing information about the WWW project amongst colleagues at CERN.</p>
<p><strong>There were 2,738 websites</strong> by mid-1994, including sites from The Internet Movie Database (IMDB), MTV, Ohio State University’s Department of Computer and Information Science, and the White House. By the end of that year, however, the total number of websites surpassed 10,000.</p>
<p><strong>First-generation websites</strong> had very <a href="http://www.youthedesigner.com/2009/09/23/10-major-technology-sites-then-and-now/ " target="_blank">limited layouts</a>. All sites were built with basic HTML and only included a few colors or graphics and were heavy with text. From 1995-1996, both GeoCities and Angelfire launched, allowing people to build their own websites. Fourth generation websites use HTML 5, JavaScript, Flash and CSS. These sites, which we first started seeing in 1996, are viewed on modern browsers like Safari, Firefox and Chrome.</p>
<p>As you can see, we’ve come a long way in the past twenty years. <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-reasons-why-your-website-needs-video " target="_blank">Today’s websites are robust</a>, multi-faceted and full of images, video and the opportunity for interaction. The introduction of web-enabled devices, such as smartphones and tablets, have presented new <a href="http://blog.fusionalliance.com/blog/user-experience-discovery-and-design/ux-design-for-multiple-devices-device-experiences" target="_blank">web design challenges</a>, as well as new opportunities to reach potential customers. Safe to say, the past twenty years have been huge for websites, only time will tell what the next twenty years will bring.</p>
<p><strong>SOUND OFF</strong>: What are your favorite website advancements through the years? Is your website up to today’s tech standards?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/web-site-vs-website-a-brief-history-of-websites/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nine Websites to Help you Design and Build Your Website</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/9-websites-to-help-you-design-and-build-your-website</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/9-websites-to-help-you-design-and-build-your-website#comments</comments>
		<pubDate>Mon, 25 Jun 2012 13:00:00 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2209</guid>
		<description><![CDATA[When it comes to developing a website, there’s a lot to know. From choosing a design to developing the actual code of the site, it’s not an easy task. However, if you’re looking to learn a little bit more about &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/9-websites-to-help-you-design-and-build-your-website">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>When it comes to <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-best-practices-for-better-website-design " target="_blank">developing a website</a>, there’s a lot to know. From choosing a design to developing the actual code of the site, it’s not an easy task. However, if you’re looking to learn a little bit more about how it’s done, we’ve compiled nine websites to help you understand more about what goes into designing and building a website:</p>
<ol>
<li><a href="http://webdesignledger.com/ " target="_blank">Web Design Ledger</a><br />
Written by Web designers themselves, this blog gives design tips and inspiration as well as tutorials and how-tos.</li>
<li><a href="http://line25.com/ " target="_blank">Line 25</a><br />
Line 25 is split into three categories: articles, inspiration and tutorials. Posts vary in difficulty—so there’s something for everyone, from beginners to seasoned Web pros.</li>
<li><a href="http://www.alistapart.com/articles/ " target="_blank">A List Apart</a><br />
Explore the “design, development and meaning of Web content” with ALA’s articles about code, content, culture, design, mobile, process, and user science.</li>
<li><a href="http://www.smashingmagazine.com/ " target="_blank">Smashing Magazine</a><br />
If you’re looking for the latest trends and techniques in Web development, check out Smashing Magazine. Here fellow designers share their work, ideas, and tactics with each other.</li>
<li><a href="http://www.uxbooth.com/ " target="_blank">uxBooth</a><br />
User experience is (according to Wikipedia) “the practice of influencing how a person uses and experiences a particular website.” uxBooth focuses on that by publishing articles for—and by—beginner to intermediate user experience designers.</li>
<li><a href="http://www.thewebdesignblog.co.uk/ " target="_blank">The Web Design Blog</a><br />
Designer Phil Matthews launched his blog in 2009 as a place to share Web design news. Now you can find Web resources, design inspiration, app and book reviews, and free downloads.</li>
<li><a href="http://speckyboy.com/ " target="_blank">Speckyboy</a><br />
From tutorials and time-saving techniques to fresh resources, Speckyboy showcases innovative and original Web design styles. Even though it originally launched at Paul Andrew’s freelance design homepage, it’s evolved into an invaluable resource for designers across the Web.</li>
<li><a href="http://tutorialzine.com/ " target="_blank">Tutorialzine</a><br />
Martin Angelov had dedicated his blog to sharing high-quality Web development tutorials and resources. Need help with HTML5, CSS, or jQuery? Find it here.</li>
<li><a href="http://www.position-absolute.com/ " target="_blank">Position Absolute</a><br />
A front-end developer specializing in HTML, CSS, and Javascript, Cedric Douglas blogs about his personal projects. He lets you know what works, what doesn’t, and provides resources for doing it yourself.</li>
</ol>
<p><strong>SOUND OFF:</strong> Have you taken on any Web design projects for your business? What are your favorite Web design resources?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/9-websites-to-help-you-design-and-build-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Executive Summary to Understanding the New Generic Top-Level Domain Names</title>
		<link>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/an-executive-summary-to-understanding-the-new-generic-top-level-domain-names</link>
		<comments>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/an-executive-summary-to-understanding-the-new-generic-top-level-domain-names#comments</comments>
		<pubDate>Fri, 22 Jun 2012 13:00:18 +0000</pubDate>
		<dc:creator>Jeff Lefevere</dc:creator>
				<category><![CDATA[Bluebirds & White Elephants]]></category>
		<category><![CDATA[Generic top-level domain]]></category>
		<category><![CDATA[gTLD]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2201</guid>
		<description><![CDATA[If you follow business or technology news with even glancing interest, you have probably seen a recent spate of news articles referencing ICANN, gTLDs, big brands, $185,000 application fees and, unfortunately, not enough additional context to make sense of why &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/an-executive-summary-to-understanding-the-new-generic-top-level-domain-names">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>If you follow <a title="Google News Search for gTLD" href="http://www.google.com/search?hl=en&amp;gl=us&amp;tbm=nws&amp;q=gTLD&amp;oq=gTLD&amp;aq=f&amp;aqi=d1g1d1&amp;aql=&amp;gs_l=news-cc.3..43j0j43i400.3422.4236.0.4760.4.3.0.1.1.0.123.297.2j1.3.0...0.0.M6GOBU8cH70#hl=en&amp;gs_nf=1&amp;ds=n&amp;pq=gtld&amp;cp=10&amp;gs_id=p&amp;xhr=t&amp;q=gTLD+ICANN&amp;pf=p&amp;gl=us&amp;tbm=nws&amp;sclient=psy-ab&amp;oq=gTLD+ICANN&amp;aq=f&amp;aqi=&amp;aql=&amp;gs_l=&amp;pbx=1&amp;bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&amp;fp=ff3f5adad36aaa95&amp;biw=1600&amp;bih=775" target="_blank">business or technology news</a> with even glancing interest, you have probably seen a recent spate of news articles referencing ICANN, gTLDs, big brands, $185,000 application fees and, unfortunately, not enough additional context to make sense of why ICANN CEO Rod Beckstrom noted, <a title="CNN Article" href="http://money.cnn.com/2012/06/13/technology/new-domain-expansion-gtlds/index.htm" target="_blank">“The Internet will be changed forever.”</a></p>
<p>Herewith then is a business-level, executive summary-style overview of the whys and wherefores to upcoming changes in top-level domains.</p>
<p>ICANN stands for <a title="ICANN Wikipedia entry" href="http://en.wikipedia.org/wiki/ICANN" target="_blank">“Internet Corporation for Assigned Names and Numbers.”</a>  ICANN is a non-profit organization that governs the management of critical technological infrastructure elements of the Internet like IP addresses and <a href="http://en.wikipedia.org/wiki/Generic_top-level_domain" target="_blank">generic top-level domains</a> (gTLDs).  gTLDs include .com, .org, .net and 19 other dot-somethings.  gTLDs do not, however, include country extensions like .ca  that our neighbor to the north uses—these are ccTLDs, country code top-level domains.</p>
<p title="Application Reference Materials">gTLDs were once tightly administered by ICANN, but after much <a title="ICANN Rationale" href="https://community.icann.org/pages/viewpage.action?pageId=31173197" target="_blank">global economic study</a>, they determined that allowing an open application process for new gTLDs (absent trademark and anti-competitive behavior) would promote healthy competition that breeds innovation, ultimately yielding benefits for consumers.  Hence an <a title="ICANN Application Process Overview" href="http://www.newgtldsite.com/gtld-application-process/" target="_blank">application process</a> was approved in the summer of 2011 and initiated in January of 2012 whereby anybody with enough patience to wade through the <a title="Application Reference Materials" href="http://newgtlds.icann.org/en/applicants/reference-materials" target="_blank">application process</a>—similar to applying to an Ivy League school with a business plan, while ponying up a $185,000 per domain application fee—could potentially earn the right to have their very own .com-like extension.  Or not, if criteria for approval was not met. No refunds on the application fee, either.</p>
<p>On June 13,<sup> </sup>2012, a day dubbed <a title="ICANN Announcement" href="http://www.siliconvalley.com/ci_20847280/google-amazon-lead-grab-new-domain-names-icann-web-suffix" target="_blank">“The Big Reveal,”</a> ICANN CEO Rod Beckstrom announced that ICANN received 1,930 proposals for new gTLDs with some 231 of them contested amongst 751 applicants, dot-somethings like .blog, .app, .web being notable examples of gTLDs for which multiple parties are vying.</p>
<p>As you might expect, large U.S. companies with deep pockets are well represented in the list of applicants, with Amazon.com applying for 76 gTLDs and Google applying for 101, and several proposals in competition with each other like .app  and .music.  However, not all applicants are tech companies.  L’Oreal submitted an application for .beauty and a proposal was made for .wine, as well.</p>
<p>For the balance of the year, ICANN will oversee both an open, democratic review of the proposals as well as their own review after which, should multiple candidates be deemed worthy of a  gTLD for which they applied, the candidates can negotiate with each other for the rights.  Failing agreement, the gTLD would then be put up for auction amongst the candidates in which the ultimate form of democracy (capitalism) will rule the day.</p>
<p>So what does this all mean?  Aside from the obvious—that a good number of applicants want to sell domain names for profit, like www.silveroak.wine to Silver Oak winery—there are also legitimate innovations that may occur in culture amongst music, books, and the arts.  <a href="http://www.btobonline.com/apps/pbcs.dll/article?AID=/20120619/WEB06/306189994/1506/FREE#seenit" target="_blank">Enterprise businesses</a> are also likely to leverage gTLDs.  Google might use .search to stratify their search engine business from the other services they provide, while Marriott could use their gTLD to geographically identify their hotels using a URL like www.indianapolis.marriott.</p>
<p>However, this is in the future and very nebulous at this point.  It should be noted that there are 22 current gTLDs, and few but the most vigilant companies have all possible domains registered to their brand name.</p>
<p>Yet for those without the wherewithal to plunk down $185,000 for an application, it is worth setting aside some time to do some analysis on applications to check for potential implications on your business and industry.  If you are a cartographer and .map seems like an imperative to have for your business, what if your direct competitor owns that gTLD and is not anticipating allowing other domain registrants?  Viewing <a href="http://www.newgtldsite.com/new-gtld-list/" target="_blank">their proposal and plan for the gTLD</a> will give you insight into their intentions and an opportunity to dissent until the public comment period ends on August 13, 2012.</p>
<p>Overall, there are very few seismic occurrences that can catch businesses completely flat-footed. This is not necessarily one of them, as ICANN has the best intentions. But it does have the opportunity to create long-term change and should therefore be a cause for careful understanding, even if at an executive summary level.</p>
<p><strong>SOUND OFF:</strong> Have you taken steps to understand how the new gTLDs might affect your brand?<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/an-executive-summary-to-understanding-the-new-generic-top-level-domain-names/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a Community of Testers</title>
		<link>http://blog.fusionalliance.com/blog/walk-with-a-software-tester/building-a-community-of-testers</link>
		<comments>http://blog.fusionalliance.com/blog/walk-with-a-software-tester/building-a-community-of-testers#comments</comments>
		<pubDate>Wed, 20 Jun 2012 13:00:33 +0000</pubDate>
		<dc:creator>Clark Stull</dc:creator>
				<category><![CDATA[Walk with a Software Tester]]></category>
		<category><![CDATA[Software Application Testing]]></category>
		<category><![CDATA[Software Testers]]></category>
		<category><![CDATA[Software Testing]]></category>
		<category><![CDATA[Software Testing Community]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2178</guid>
		<description><![CDATA[We have all heard the rallying theme of collaboration and teamwork. As a means to revisit this theme, let us discuss building a community of testers locally. It seems like an adventure. We do like adventures, don’t we? My feeling &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/walk-with-a-software-tester/building-a-community-of-testers">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>We have all heard the rallying theme of collaboration and teamwork. As a means to revisit this theme, let us discuss building a community of testers locally. It seems like an adventure. We do like adventures, don’t we? My feeling is that the process of building a community of testers will provide us with another experience for collaboration and teamwork. This is my adventure.</p>
<p>There are many questions we may ask ourselves. For example, with today’s fast-paced environment and global connections, we are using email, mobile phones, Skype, and many other forms of communication. So why should we build a face-to-face community? Others may query: How will we do this? And there are many other questions also, but it is the how camp that I too am curious about presently.</p>
<p>I believe from my many years of working on teams and using technology that many of us enjoy and even desire the need for direct human contact. I am one. By actually being in the same room with a group of people, we develop and grow closer relationships. Often the masks we wear in our corporate lives can be removed as we develop into a community of like-minded, focused people. As the comfort levels grow, we can all help each other work on the ever-changing world of technology and software testing (including new landscapes for exploration, e.g., mobile testing).  Other ancillary reasons for building face-to-face relationships are opportunities to actually create friendships and alliances that are able to go beyond our testing interests and challenges. All of these points address a part of the why question.</p>
<p>Which brings us back to the how question? One factor of the how is that we have to establish a group. We do currently have a small group, and I am thankful for a couple of people who have brought this organization together here in Cincinnati—kudos to Brett Leonard and Joe Harter in starting the <a title="Software Testers of Cincinnati" href="http://www.linkedin.com/groups/Software-Testers-Cincinnati-SToC-2126442" target="_blank">Software Testers of Cincinnati</a> (SToC).</p>
<p>Another aspect of how is the location, and we have another thank you to the <a title="Max Technical Training" href="http://www.maxtrain.com/" target="_blank">Max Train</a> team and facility in Mason (Cincinnati, OH).</p>
<p>And there is the time/schedule factor. Currently, we meet the last Tuesday of the month (Note: breaking for both June and July).</p>
<p>And an ongoing challenge for the how is creating ideas, programs, speakers, and more.</p>
<p>What else do we need to make this happen? Help. I am asking for help in this blog. Please <a href="mailto: cstull@fusionalliance.com" target="_blank">contact me</a> or just post a remark. It is summer in the Tri-State (Greater Cincinnati business area/region) and traditionally a time for family vacations and lots of other family and personal diversions. So again I mention: following this tradition, our community, SToC, will be taking a small break (June and July). While we have this break, I am asking for help from the global community as well as the local community in building our community of testers.</p>
<p><strong>SOUND OFF:</strong> Can you help? Any ideas you&#8217;d like to share?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/walk-with-a-software-tester/building-a-community-of-testers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Best Practices for Better Website Design</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-best-practices-for-better-website-design</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-best-practices-for-better-website-design#comments</comments>
		<pubDate>Tue, 19 Jun 2012 13:00:49 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Strategy]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2185</guid>
		<description><![CDATA[We live in a digital world. Because of that, a well-designed website is vital to the success of your business. Current and potential customers will use your website to find information, ask questions or make purchases—so make it easy for &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-best-practices-for-better-website-design">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>We live in a digital world. Because of that, a well-designed website is vital to the success of your business. Current and potential customers will use your website to find information, ask questions or make purchases—so make it easy for them to do so.</p>
<p>Whether you’re building your own website or creating a plan for a web developer, here are a few best practices for website design:</p>
<p><strong>Use the 80-20 Rule</strong><br />
<a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/the-3-cs-of-a-perfect-landing-page " target="_blank">Make your website more efficient</a> by using the 80-20 rule. Determine what 20% of your site elements are delivering 80% of your site’s value—and focus on those elements. Once you’ve determined your 20%, work to eliminate the other 80% of content that’s taking up space and distracting from the essentials.</p>
<p><strong>Choose A Consistent Color Scheme</strong><br />
Your whole website should be uniform, so choose a color scheme and carry it throughout your website. Make sure that the colors are complementary and easy on the eyes. Consider your logo, as well as the photos you have, when choosing your color scheme. Need help deciding on a theme? This <a href="http://colorschemedesigner.com/ " target="_blank">Color Scheme Designer</a> can help you determine what will look best on your website.</p>
<p><strong>Place Content Above the Fold</strong><br />
“Above the fold” refers to the portion of your website that show up without scrolling. Since this is the first (and sometimes the only) part of your website that visitors will see, make sure you take full advantage of the space. Include your call-to-action elements here—and decrease the work visitors need to do to complete the desired action.</p>
<p><strong>Offer Simple Navigation</strong><br />
If you want people to move around your website, make it easy for them to do so. The most common place for a navigation bar is across the top of your website—and that’s where people will be looking for it. Using universal tab names, like “Blog,” “About Us,” and “Contact Us” makes it easy for people to find what they’re looking for.</p>
<p><strong>Incorporate Matching Social Media Icons</strong><br />
Choose <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/social-media-and-your-website " target="_blank">social media icons</a> that match the color and feel of your website. As long as the icons have the recognizable shape of the actual platform logos, you can change the coloring to coordinate with the color scheme of your site. These icons are so universally-recognizable that changing the coloring won’t confuse your visitors.</p>
<p><strong>SOUND OFF:</strong> When it comes to website design, simple is better. Do you agree?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/5-best-practices-for-better-website-design/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Awesome and Free Tools to Help You Make Your Own Infographics</title>
		<link>http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools</link>
		<comments>http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools#comments</comments>
		<pubDate>Thu, 14 Jun 2012 13:00:05 +0000</pubDate>
		<dc:creator>Lisa Ruff</dc:creator>
				<category><![CDATA[Content Matters]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[Infographics]]></category>
		<category><![CDATA[Online tools]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2112</guid>
		<description><![CDATA[As a content strategist, I’m always looking for ways to incorporate compelling graphics with text to tell a story. In many cases, an effective infographic works well to communicate a story, or aspects of a story, better than text alone &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>As a content strategist, I’m always looking for ways to incorporate compelling graphics with text to tell a story. In many cases, an <a title="Elements of a Great Infographic" href="http://blog.fusionalliance.com/blog/content-matters/elements-of-a-great-infographic">effective infographic</a> works well to communicate a story, or aspects of a story, better than text alone can. Trouble is, I have the artistic ability of a doorknob. (It’s a great sadness of mine, along with my lack of musical ability.) So I turn to online tools to help me out. Today, I’m going to share my 10 favorite free online resources for creating your own infographics—no (or little) artistic wizardry required.</p>
<blockquote><p><em><strong>For Those Who Know Their Way Around Photoshop</strong></em></p>
<p><em>If you’re a Photoshop wiz and just need a little instruction on creating infographics from scratch, I highly recommend <a title="Lynda.com: Infographics courses" href="http://www.lynda.com/search?q=infographics&amp;x=0&amp;y=0" target="_blank">Lynda.com’s infographics courses on planning and wireframing, area bubbles, and visualizing relationships</a>.</em></p></blockquote>
<p>I’ve divided these resources into two groups: tools for creating comprehensive infographics (infographics that incorporate multiple elements such as text, backgrounds, color schemes, charts, pictures, etc.) and tools for creating standalone visualizations (such as charts, tables, diagrams, or word clouds). Use both types of tools together to create stellar infographics of your own.</p>
<h3>Comprehensive Infographic Tools</h3>
<p><a title="vizualize.me" href="http://vizualize.me/" target="_blank"><strong>vizualize.me</strong></a>. A fun way to get started with infographic creation is to see yourself as an infographic—or rather, to see the information from your <a title="LinkedIn" href="http://linkedin.com" target="_blank">LinkedIn</a> profile as an infographic. visualize.me does much of the work for you by importing your LinkedIn profile. You select what parts of your LinkedIn profile to include or exclude, and then customize the theme and style (fonts and colors) of your infographic. Share your visualized LinkedIn profile on social networks (including LinkedIn itself) with a link back to your visualize.me page.</p>
<p>visualize.me is in beta, and I’ve noticed a few bugs. For instance, my college education and older work experience wouldn’t display in some themes. And I had to redo font changes several times, although I’d saved the changes. But these kinks should be worked out as visualize.me matures.</p>
<div id="attachment_2114" class="wp-caption aligncenter" style="width: 204px"><a href="http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools/attachment/vizualize_me_example_small" target="_blank" rel="attachment wp-att-2114"><img class="size-medium wp-image-2114 " title="Example vizualize.me infographic" alt="vizualize.me infographic" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/06/vizualize_me_example_small-194x552.png" width="194" height="552" /></a><p class="wp-caption-text">vizualize.me infographic</p></div>
<p><a title="visual.ly" href="http://visual.ly/" target="_blank"><strong>visual.ly</strong></a>. You can create a quick infographic on visual.ly so long as it involves Facebook or Twitter. You select a “story,” such as a Twitter showdown or the life of a hashtag, and enter a few bits of information. visual.ly does the rest. In the future, visual.ly promises to provide more customizable infographics “in popular categories like sports, politics, and food.” But for now, it’s a great way to create quick infographics for popular hashtags or Facebook stats.</p>
<p>Need some infographic inspiration? Browse the visual.ly gallery of professionally created infographics (approaching 17,000 at the time of this post). Filter by category, view by layout type, or organize by characteristics like trending, most liked, newest, most commented, or most viewed. Warning: Perusing some of the best infographics on the Web can be a real time sink.</p>
<p><a title="infogr.am" href="http://infogr.am" target="_blank"><strong>infogr.am</strong></a>. Log in to infogr.am with your Facebook or Twitter account to create an infographic based on one of five templates. You can then customize your creation by modifying the color scheme and adding charts (bar, pie, matrix, or line), your own pictures, titles, text, and quotes.</p>
<p><a title="Piktochart" href="http://piktochart.com/" target="_blank"><strong>Piktochart</strong></a>. The free version of Piktochart offers five infographic themes from which to choose. (More available in the paid version.) Modify the base template by changing the color scheme and lorem ipsum text, and by adding or removing shapes, graphics, text, and special “theme graphics” unique to your chosen theme. Save your infographic to the Piktochart site, or download it as an image.</p>
<p><a title="easel.ly" href="http://www.easel.ly/" target="_blank"><strong>easel.ly</strong></a>. easel.ly is another theme-based Web app for creating infographics or data visualizations. You start by simply dragging any “vheme” (visual theme) onto your “canvas.” Customize by dragging and dropping objects, background colors, shapes, and text. You can also upload your own images.  Save your masterpiece to the easel.ly site, then share by linking, embedding, or downloading to your computer.</p>
<div id="attachment_2142" class="wp-caption aligncenter" style="width: 300px"><a href="http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools/attachment/easelly_visual" target="_blank" rel="attachment wp-att-2142"><img class="size-medium wp-image-2142 " title="easelly_visual" alt="Example easel.ly infographic" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/06/easelly_visual-290x373.jpg" width="290" height="373" /></a><p class="wp-caption-text">easel.ly infographic</p></div>
<h3>Standalone Data Visualization Tools</h3>
<p><a title="Knoema" href="http://knoema.com/" target="_blank"><strong>Knoema</strong></a>. Need charts, maps, or tables on a broad range of topics? Knoema offers such graphic content based on 656 datasets, 19,050,000 time series, and 278,000,000 data points (and growing daily). You can select an existing visualization “gadget” to embed on your site, or export in Microsoft Excel, comma separated value, Microsoft PowerPoint, or Adobe Acrobat format. Better still, you can upload your own data to create mashups with existing data sets.</p>
<div id="attachment_2140" class="wp-caption aligncenter" style="width: 300px"><a href="http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools/attachment/knoema_example" target="_blank" rel="attachment wp-att-2140"><img class="size-medium wp-image-2140  " title="Knoema_example" alt="Example Knoema chart" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/06/Knoema_example-290x222.png" width="290" height="222" /></a><p class="wp-caption-text">Knoema chart</p></div>
<p><a title="Many Eyes" href="http://www-958.ibm.com/software/data/cognos/manyeyes/" target="_blank"><strong>Many Eyes</strong></a>. An experiment from IBM Research and the IBM Cognos software group, Many Eyes is a robust tool for creating visualizations using your own or others’ data. Registered users can upload their own data to create visualizations, rate data sets and visualizations, create and participate in topic centers, and select items to watch. Non-registered users can view, discuss, and create new visualizations from existing data sets. More than 20 visualization types are available, including charts, graphs, word trees and clouds, and maps. Share visualizations via Facebook or Twitter, or embed a static or live visualization on your site.</p>
<p><a title="Wordle" href="http://www.wordle.net/" target="_blank"><strong>Wordle</strong></a>. Wordle offers a quick way to create “word clouds” from text you provide via cut and paste, blog URL, or <a title="del.icio.us" href="http://delicious.com/" target="_blank">del.icio.us</a> user name. Customize the resulting word cloud with your choice of fonts, layouts, and color schemes.</p>
<div id="attachment_2118" class="wp-caption aligncenter" style="width: 300px"><a href="http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools/attachment/fa_wordle" target="_blank" rel="attachment wp-att-2118"><img class="size-medium wp-image-2118 " title="Wordle example" alt="Wordle example" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/06/FA_Wordle-290x188.png" width="290" height="188" /></a><p class="wp-caption-text">Wordle word cloud</p></div>
<p><a title="create.ly" href="http://create.ly" target="_blank"><strong>create.ly</strong></a>. create.ly is an online diagramming and collaboration tool. Its user-friendly interface offers drag-and-drop creation of professional-looking flowcharts, web mockups, interactive site maps, mind maps, Venn diagrams, network plans, chemistry labs, and other visualizations. Share with team members, or export as an image, PDF, or email attachment.</p>
<p><a title="Hohli" href="http://charts.hohli.com/" target="_blank"><strong>Hohli</strong></a>. When a quick basic chart is what you need, Hohli fits the bill. Simply select the chart type and size, then add your data and customize for look and feel.</p>
<p><strong>SOUND OFF:</strong> What tools do you use to create infographics?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/content-matters/10-awesome-and-free-web-based-infographic-creation-tools/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The 3 Cs of a Perfect Landing Page</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/the-3-cs-of-a-perfect-landing-page</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/the-3-cs-of-a-perfect-landing-page#comments</comments>
		<pubDate>Wed, 13 Jun 2012 13:00:52 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Marketing Strategy]]></category>
		<category><![CDATA[landing page]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2105</guid>
		<description><![CDATA[In order to increase conversions of your digital marketing campaigns, it’s crucial to have well-designed landing pages. When people come to your website from a blog post, tweet or email newsletter, you don’t want to send them on a scavenger &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/the-3-cs-of-a-perfect-landing-page">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In order to increase conversions of your <a href="http://blog.fusionalliance.com/blog/tag/digital-marketing" target="_blank">digital marketing campaigns</a>, it’s crucial to have well-designed landing pages. When people come to your website from a blog post, tweet or email newsletter, you don’t want to send them on a scavenger hunt to find the information they need. Instead, guide them to a well-crafted landing page.</p>
<p>When you’re setting up your landing pages, keep these three Cs in mind:</p>
<ol>
<li><strong>Concrete Goals</strong><br />
If you want your landing page to be effective, you must have a <a href="http://blog.fusionalliance.com/blog/digital-half-pipe/4-questions-to-answer-about-your-target-audience-before-creating-a-digital-marketing-campaign " target="_blank">concrete goal in mind</a>. What do you want people to do when they come to your landing page? Fill out a form? Join a mailing list? Make a purchase? Establish that goal before creating you landing page—and keep it in mind throughout the whole process.</li>
<li><strong>Call to Action</strong><br />
Your call to action should directly reflect the goal of your landing page. Then, support your call to action with the headline, copy and images on the page. Remember that this landing page is about one thing—so keep it simple.</li>
<li><strong>Clear and Concise</strong><br />
Since your landing page is just one page, it’s imperative that you <a href="http://blog.kissmetrics.com/beginners-guide-to-landing-pages/ " target="_blank">keep your messaging clear and concise</a>. Most people who land on the page have already read an email, tweet or blog post that they found interesting—and they’re on this page to find specific information. So make every sentence (and word) count! Your landing page should be fluff-free so that it gets straight to the point.</li>
</ol>
<p><strong>SOUND OFF:</strong> Have you created landing pages for your website? What kind of ROI have you seen from them?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/the-3-cs-of-a-perfect-landing-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Reasons Why Your Website Needs Video</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-reasons-why-your-website-needs-video</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-reasons-why-your-website-needs-video#comments</comments>
		<pubDate>Mon, 11 Jun 2012 13:00:13 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=2085</guid>
		<description><![CDATA[Two digital experts were once quoted on YouTube’s blog as saying, “If a picture is worth a thousand words, then a video is worth a million.” We agree. In today’s fast-paced society, people are looking for ways to absorb information &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-reasons-why-your-website-needs-video">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Two digital experts were once quoted on YouTube’s blog as saying, “If a picture is worth a thousand words, then a video is worth a million.”</p>
<p>We agree. In today’s fast-paced society, people are looking for ways to absorb information quickly—and <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-digital-marketing-trends " target="_blank">video gives us that ability</a>. The quicker we can convey the message, the better.</p>
<p>As a result, it’s crucial that you include <a href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/6-tips-for-managing-the-development-of-a-digital-strategy" target="_blank">video as a part of your digital marketing strategy</a>. And not just on YouTube—you should also incorporate video into your website. Here’s why:</p>
<p><strong>Video is dynamic</strong><br />
With video, people can get information both visually and audibly. They don’t just read about something—they see it in action. Often, this will give you extra credibility. Whether it’s a customer testimonial or product demo, video is a powerful and convincing way to convey your message.</p>
<p><strong>Video is motivating</strong><br />
Customers are more likely to take action after watching a video. Once they’ve invested time to watch your video, they’re going to want to learn more. Ending your video with a strong call to action will drive customers to click, buy, or sign-up for more information.</p>
<p><strong>Video supports SEO</strong><br />
When your video content is relevant to the content on the page it’s hosted, search engines (like Google) will index that video along with the other page content. Not only will this <a href="http://searchengineland.com/video-is-now-a-must-have-feature-for-competitive-seo-47681 " target="_blank">increase your overall search rankings</a>, but will give you a second opportunity to show up in search results!</p>
<p>At Fusion Alliance, we incorporate video throughout our website and blog. These videos help explain more about our values and the technology solutions we provide. Check out our <a href="http://youtube.com/fusionalliance" target="_blank">YouTube channel</a> to see some examples of video that we&#8217;ve used as part of our digital marketing strategy.</p>
<p><strong>SOUND OFF: </strong>Do you have video on your website? What kind of ROI have you seen as a result?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-reasons-why-your-website-needs-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing the Unhappy Path: How to Fail Successfully</title>
		<link>http://blog.fusionalliance.com/blog/ejector-seat-uxd/designing-the-unhappy-path-how-to-fail-successfully</link>
		<comments>http://blog.fusionalliance.com/blog/ejector-seat-uxd/designing-the-unhappy-path-how-to-fail-successfully#comments</comments>
		<pubDate>Tue, 05 Jun 2012 13:00:10 +0000</pubDate>
		<dc:creator>Eric Gmutza</dc:creator>
				<category><![CDATA[Ejector Seat UXD]]></category>
		<category><![CDATA[digital brand]]></category>
		<category><![CDATA[experience architecture]]></category>
		<category><![CDATA[User Experience]]></category>
		<category><![CDATA[User Experience Design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1955</guid>
		<description><![CDATA[In the world of experience architecture, it&#8217;s our job to craft the optimal user experience, facilitating the so-called Happy Path from the moment the customer becomes aware of your brand to the delivery of the product or service. Unfortunately, sometimes &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/ejector-seat-uxd/designing-the-unhappy-path-how-to-fail-successfully">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>In the world of experience architecture, it&#8217;s our job to craft the optimal user experience, facilitating the so-called Happy Path from the moment the customer becomes aware of your brand to the delivery of the product or service. Unfortunately, sometimes things go wrong &#8211; and not always during the pre-purchase portion of the relationship. There&#8217;s a world of trouble just waiting to happen between the &#8220;successful&#8221; web transaction and the satisfied customer with product in hand or service skillfully provided. How you handle post-transaction failures can be the difference between providing a modified Happy Path and a frustrating Trail of Tears.</p>
<h2>User Experience and Mother&#8217;s Day Flowers</h2>
<p>As an example, consider a recent transaction I had with a popular online flower retailer. The Saturday morning before Mother&#8217;s Day, I was shopping for flowers for my dear mum (who, despite her many virtues, managed to raise a world-class procrastinator). The online transaction went smoothly, and shortly after completing the order I received an email confirmation that my flowers would be delivered no later than Sunday. The perfectly designed and executed Happy Path, right?</p>
<p>Unfortunately, a few hours later I noticed a voicemail on my phone. It was &#8220;Joe&#8221; from the online flower retailer calling to let me know that he&#8217;d like to speak to me about my order. He asked me to call him back at a specific phone number and instructed me to reference my order number – both of which I had to write down. I had to listen to the message several times, because Joe was a fast talker with a thick accent.</p>
<p>I called the number Joe provided and was dumped into an automated answering system that prompted me to speak my order number out loud. As with nearly all voice response systems, I had to yell my order number three times and scream, &#8220;YES!! YESSSS!!!!&#8221; before proceeding. At this point, the Customer Service Robot told me that my order was being processed and everything was fine.</p>
<p>Sunday morning, I got a little nervous about the above interaction and thought I&#8217;d better check my email to make sure I hadn&#8217;t missed an update from the retailer. There was a new email from them, but it was just welcoming me as a new account owner at their site. So, I logged back in to my account to double-check my order status on the web site and found that the order was indeed being processed (sent to a local flower shop for delivery, according to the status page).</p>
<p>Fast forward to 7:00pm Sunday night when I received an email from the retailer informing me that my order had not been delivered because it was not available locally:</p>
<p><em>&#8220;We left a voice mail for you to contact us to approve a product substitution so we could meet the delivery deadline, but we did not receive a respond[sic] from you.&#8221;</em></p>
<p>Yes, that&#8217;s a frustrating experience. But it didn&#8217;t have to be. I still could have been a satisfied customer even though the flowers I wanted weren&#8217;t available for delivery. Instead, each step of the company&#8217;s issue resolution process was increasingly irritating, conflicting, and ultimately unsuccessful. Here are a few things to consider when managing order failures:</p>
<p><strong>1. Honor your customer&#8217;s preferred method of communication.</strong><br />
If a customer is using a web-based application to complete a task typically done over the phone or in person, a phone call from you may be the last thing the he wants to deal with. Ask for the user&#8217;s preference during the account creation process so that you don&#8217;t get off on the wrong foot when problems do arise. With time-sensitive issues, a phone call may be necessary to get the ball rolling, but try your best to get the customer back into his preferred method of handling transactions. A more helpful version of Joe&#8217;s voicemail message would have directed me to the retailer&#8217;s web site or phone app to resolve the matter on my own time. Instead I had to call and yell at a hard-of-hearing robot.<ins cite="mailto:Eric%20Gmutza" datetime="2012-05-29T10:15"> </ins></p>
<p><strong>2. If you must call the customer, identify the problem with as much clarity and specificity as possible.</strong><br />
Be brief but crystal clear about what you need from the customer. Joe was brief, but vague about why he wanted to speak with me and he did not convey how urgent the issue was. He also failed to communicate the proper path for me to follow in their automated system to get to the information I needed.</p>
<p><strong>3. Utilize multiple customer service channels, and make sure they&#8217;re all telling the same story.</strong><br />
This retailer got the first part right. Between Joe, the web-based account status, the phone-based account status, and the initial email confirmation, I had four channels of communication about my order status. Unfortunately, Joe was the only one with accurate information, and he was a little cagey with the details.</p>
<p><strong>4. Be careful with the automated call centers and extra careful with voice recognition!</strong><br />
If your resolution process requires a return call from the customer, think long and hard about the flow of that call. You&#8217;ve already got bad news for this customer, better to have it coming from a real human than an automated system. If you&#8217;re using voice response, at a minimum, let the customer know that he can still use the keypad to enter selections.</p>
<p>The critical thing these suggestions have in common is the need to understand not only how your customer uses technology, but how he expects <em>you</em> to use technology. In the case above, this retailer lost a potential lifelong brand advocate, not by missing a flower delivery, but by failing to meet my expectations regarding how problems with my order would be communicated and resolved. Delivering on a brand promise isn’t always about delivering a product successfully; sometimes it’s about knowing how to fail successfully.</p>
<p><strong>SOUND OFF:</strong> Have you experienced a successful failure? Share a customer service experience you’ve had that didn’t go quite as planned, but still left you a satisfied customer.</p>
<p><strong>RELATED POST: </strong>Digital consumers meet your brand at multiple touch-points. Follow Jan Evans on a recent vacation to get a feel for <a title="Are You Mobile-ized? by Jan Evans" href="http://blog.fusionalliance.com/blog/digital-thoughts/mobile-is-here">a &#8220;day in the life&#8221; of a typical mobile user</a> &#8212; with lots of opportunities for digital interactions to both succeed and fail.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/ejector-seat-uxd/designing-the-unhappy-path-how-to-fail-successfully/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Social Media and your Website</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/social-media-and-your-website</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/social-media-and-your-website#comments</comments>
		<pubDate>Mon, 04 Jun 2012 13:00:53 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[LinkedIn]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1980</guid>
		<description><![CDATA[You’ve developed a strategic digital marketing plan for your business. Part of that plan is to utilize social media sites to communicate with current and potential customers, generate brand awareness and gather sales leads. However, social media isn’t as simple &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/social-media-and-your-website">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>You’ve developed a <a href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/6-tips-for-managing-the-development-of-a-digital-strategy " target="_blank">strategic digital marketing plan</a> for your business. Part of that plan is to utilize social media sites to communicate with current and potential customers, generate brand awareness and gather sales leads. However, social media isn’t as simple as “build it and they will come”—you need to make your <a href="http://blog.fusionalliance.com/blog/tag/social-media-strategy " target="_blank">social media presence</a> known.</p>
<p>The best place to start is your company website. This is the hub of all your online activity—current and potential customers come here to learn about your company, so you need to make sure all the information is there. This makes your homepage the perfect place to promote your social media presence.</p>
<p><strong>Where should Social Media Links Reside?</strong><br />
Usually the header or footer of your site (in our case, it’s the left sidebar) are common places people will look for these links. Simply have your web team add a small icon for each platform you’d like to link to—and remember to have each one open in a new window.</p>
<p><strong>Which Social Media Links should I Feature?</strong><br />
Although you make have several social media platforms, it’s best to only link to the top three to five. Decide which ones are most important to your business, and share those links on your website’s homepage. Platforms to consider include:</p>
<ul>
<li>Your company blog</li>
<li>Twitter</li>
<li>YouTube</li>
<li>LinkedIn</li>
<li>Facebook</li>
<li>Google+</li>
<li>Pinterest</li>
<li>Instagram</li>
<li>Foursquare</li>
<li>Flickr</li>
</ul>
<p><strong>Where else should Social Media Links be Featured?</strong><br />
If you carry the same header and/or footer throughout your website, your social media links will be featured on each page of your website. That way, your visitors have ample opportunity to click over to your social platforms. If the layout of your blog differs from that of your website, be sure to <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-easy-ways-to-grow-your-twitter-following " target="_blank">include social media links</a> there as well—and make it easy for people to share your blog posts via Twitter and Google+ (or the other sites you’ve deemed most important for your business).</p>
<p><strong>SOUND OFF:</strong> Do you have social media links on your website? Which ones do you feature?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/social-media-and-your-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Four Leadership Lessons from Tech&#8217;s Titans</title>
		<link>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/four-leadership-lessons-from-techs-titans</link>
		<comments>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/four-leadership-lessons-from-techs-titans#comments</comments>
		<pubDate>Fri, 01 Jun 2012 13:00:38 +0000</pubDate>
		<dc:creator>Jeff Lefevere</dc:creator>
				<category><![CDATA[Bluebirds & White Elephants]]></category>
		<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Facebook IPO]]></category>
		<category><![CDATA[Google+]]></category>
		<category><![CDATA[Jeff Bezos]]></category>
		<category><![CDATA[Larry Page]]></category>
		<category><![CDATA[Mark Zuckerberg]]></category>
		<category><![CDATA[Sergey Brin]]></category>
		<category><![CDATA[top tech leaders]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1965</guid>
		<description><![CDATA[Lost within the din and schadenfreude-like coverage of Facebook’s recent initial public offering (IPO), Founder and CEO Mark Zuckerberg continued an honorable and growing tradition amongst tech CEOs when he espoused his benevolent leadership philosophy in his Investor’s Letter to &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/bluebirds-white-elephants/four-leadership-lessons-from-techs-titans">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Lost within the din and schadenfreude-like coverage of Facebook’s recent initial public offering (IPO), Founder and CEO Mark Zuckerberg continued an honorable and growing tradition amongst tech CEOs when he espoused his benevolent leadership philosophy in <a title="Zuckerberg's Facebook Investor Letter" href="http://www.reuters.com/assets/print?aid=USTRE8102MT20120201" target="_blank">his Investor’s Letter</a> to potential shareholders.</p>
<p>Borrowing from Berkshire Hathaway CEO Warren Buffet’s longtime folksy and pragmatic <a title="Berkshire Hathaway Shareholder Letter Archive" href="http://www.berkshirehathaway.com/letters/letters.html" target="_blank">shareholder letters</a> (dating to 1977) and his more recent Berkshire Hathaway <em><a title="Buffet's Owners Manual" href="http://www.berkshirehathaway.com/owners.html" target="_blank">“Owner’s Manual,”</a></em> a <em>“Who’s who”</em> line-up of rock star tech leaders have taken the opportunity to use their public platform to idealize their business philosophies.  Amongst Mark Zuckerberg’s Facebook, <a title="Bezos Amazon IPO Investor Letter" href="http://media.corporate-ir.net/media_files/irol/97/97664/reports/Shareholderletter97.pdf" target="_blank">Jeff Bezos Amazon.com</a> and <a title="Google's Investor Letter" href="http://investor.google.com/corporate/2004/ipo-founders-letter.html" target="_blank">Sergey Brin and Larry Page’s Google</a>, their Investor Letters all contain four common threads and essential truths that anybody in business can apply to their situation:</p>
<p><strong>Align Your Business towards a Big Mission</strong></p>
<p>Business is not business unless there is a big, societally impacting goal to achieve.  For Amazon.com, it is an opaque notion of sustainability, <em>“Something we can all tell our grandchildren about.”</em>  For Google it’s, <em>“…Abundant, free and unbiased access to high-quality information.”</em>  In a similar vein, Zuckerberg’s Facebook mission is, <em>“To make the world more open and connected…to strengthen how people relate to each other.”</em></p>
<p><em>The Bottom line:</em>  It is a long held management truth that employees want to rally around something bigger than themselves.  Is your mission big enough to position your organization to impact the world for the better?</p>
<p><strong>Think Long term</strong></p>
<p>Within our quotidian work routines exists opportunities to take shortcuts for the here and now. Zuckerberg notes that Facebook, <em>“(Doesn’t) build services to make money, we make money to build better services.”</em>  Bezos says succinctly, <em>“It’s all about the long-term.”</em>  The Googler’s say, <em>“We believe strongly that in the long term, we will be better served as shareholders &#8211; and in all other ways &#8211; by a company that does good things for the world even if we forgo some short term gains.”</em></p>
<p><em>The Bottom line:</em>  In an, <em>“Information saturated, do more with less, what have you done for me today”</em> work culture, the temptation is to worry about the future in the future.  Enduring companies do not take short cuts, nor let their employees take short cuts.</p>
<p><strong>It’s All about Hiring Good, Smart People and giving them Meaningful Work</strong></p>
<p>Is there a more shopworn business phrase than, <em>“Our people are our most important asset?”</em>  Perhaps, not, but our three leadership examples apply a well-intentioned and fresh take on what can border on the trite.  Brin and Page indicate, <em>“Talented people are attracted to Google because we empower them to change the world.”</em>  Bezos suggests, <em>“Setting the bar high in our approach to hiring has been, and will continue to be, the single most important element of Amazon.com’s success.”</em>  Zuckerberg has codified his employee ethos into a phrase, <em>“The Hacker Way.”</em>  Couched within the hacker-ish notion of continuous improvement he says, <em>“We work hard at making Facebook the best place for great people to have a big impact on the world and learn from other great people.”</em></p>
<p><em>The Bottom Line:</em>  If you want to soar with the eagles, don’t (hire) turkeys.  Talented people want to work with other talented people.  Hiring average people leads to an average organization.</p>
<p><strong>Relentlessly Focus on Your Customers</strong></p>
<p>Everybody who gets up in the morning and walks into an office does so in service to a customer. Our sage business leaders don’t forget this.  Zuckerberg’s vision is centric to not just his customers, but also his customer’s customer.  He says, <em>“A more open world will also encourage businesses to engage with the customers directly and authentically.”</em>  Brin and Page indicate, <em>“Serving our end users is at the heart of what we do and remains our number one priority.”</em>  Bezos, leading the most obviously product and service-oriented business notes, <em>“Obsess over customers”</em> by providing added value they can’t get anywhere else.</p>
<p>At Fusion, we’re a much smaller company than any of the aforementioned, but that doesn’t mean we don’t live by a core set of values – in fact, it’s at the heart of what we do.  Our promise touches on each of the four elements above and says:</p>
<p><em>“We will meet you where you need us, where your opportunity exists today.  We will listen, we will dig in, and we will deliver the right solution for your business.  We will also look beyond today’s opportunity to see your business more completely, and we’ll ask the questions that help you gain a clearer perspective on tomorrow’s possibilities.  But this is more than how we make our living – this is how we at Fusion Alliance have chosen to spend our lives, and this work is an expression of our passion to explore, collaborate, invent, and create a significant, measurable difference in our clients’ businesses.  It is what we do.  It is who are are.  Every time.</em></p>
<p><strong>SOUND OFF:  </strong>Are the above four leadership focus areas in place in your business?<strong></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/bluebirds-white-elephants/four-leadership-lessons-from-techs-titans/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>My Love-Hate Relationship with MS Project</title>
		<link>http://blog.fusionalliance.com/blog/digital-thoughts/my-love-hate-relationship-with-ms-project</link>
		<comments>http://blog.fusionalliance.com/blog/digital-thoughts/my-love-hate-relationship-with-ms-project#comments</comments>
		<pubDate>Thu, 31 May 2012 13:00:19 +0000</pubDate>
		<dc:creator>Jan Evans</dc:creator>
				<category><![CDATA[Digital Thoughts]]></category>
		<category><![CDATA[Microsoft Project 2010 Tips]]></category>
		<category><![CDATA[Microsoft Project Tips]]></category>
		<category><![CDATA[MS Project]]></category>
		<category><![CDATA[MS Project tips]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1526</guid>
		<description><![CDATA[As many of us do at Fusion, I wear a couple of hats.   For this post,  I&#8217;m switchng out my content hat for my project manager hat to share some thoughts about Microsoft Project. I haven’t always had a good relationship &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/digital-thoughts/my-love-hate-relationship-with-ms-project">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>As many of us do at Fusion, I wear a couple of hats.   For this post,  I&#8217;m switchng out my content hat for my project manager hat to share some thoughts about Microsoft Project.</p>
<p>I haven’t always had a good relationship with Microsoft Project. In fact, when I first started using it, I found it rather aloof and unapproachable with all of its high falutin’ views and fancy reports.  MS Project has kind of a bad rap for being difficult and complicated. But I was determined to break through that intimidating exterior and make it my friend. After all, I had hours and resources and budgets to manage and I needed that valuable information to back my status reports and forecasts.</p>
<p>When we first started working together, I found it a struggle.   But I jumped right into the ring ready to defend against whatever jabs came my way, whether it be circular references or over-allocated resources.  The more hits I took, the more I learned how to control its complex behavior and make it work for me.  After some initial bumps and bruises, I am actually getting some great things out of this relationship:</p>
<p><strong>Solid Estimates</strong></p>
<p>MS project is a great estimating tool. It forces me and my team to think through all of the tasks and effort required to deliver a project and generate a proposal estimate I can support and be confident in if we win the work. Your business development partner tells you it’s the right approach, but the cost is too high and the customer will never buy it? No problem. Adjust the rates.  Timetable too long?  Add more resources.  MS Project gives you control of all the variables you need to make a plan that fits your needs and shows you what you need for success.</p>
<p><strong>Accurate Forecasts<br />
</strong>Every week I have to turn in a resource forecast. I go to the Resource Usage view of each project plan, and I can see the hours by resource, as well as what tasks are to be completed that week. Not only do I keep my managers happy by providing them an accurate forecast of my team’s hours — I can also tell my team members exactly what they need to accomplish that week.  This makes me look like I&#8217;m on top of my game.   That&#8217;s because I am, thanks to this cool feature of MS Project!</p>
<p><strong>Updatable Schedules</strong></p>
<p>This is one of the best features of MS Project because project schedules always change. If I have set up my predecessors correctly, I’ll never have to revise my plan…it basically revises itself. Change a date and everything adjusts accordingly.  Alter a predecessor, and everything shifts with it. This allows you to experiment and provide “what ifs” for different scenarios. It allows you show your client immediately the impact of not receiving that content on the specified date. Let’s face it, what project goes exactly as planned? This feature is a must.</p>
<p><strong>Progress Tracking</strong></p>
<p>How do you know if you’re tracking over or under budget?  This is a key metric for a project — you need to be able to recognize this quickly in order to avert potential budget disaster — or explain why you’re under budget, which can be a concern to a client, as well.  This is one of the more tedious things to manage in MS Project. As painstaking as it is, I go in and fill in the hours spent by each resource on each task every week.  Doing this enables me to see how I am tracking based on the plan, and see where we are off so I can redirect the team.  Because MS Project is never exact, I use an Excel spreadsheet as my primary tool to track actual budget and hours. However, if the actual cost on my MS Project Plan is close to what my spreadsheet indicates, I know I have not made any mistakes in recording hours, and the plan is tracking correctly. This backup system is not only key to reporting my budget and tracking work effort accurately, but also to my own peace of mind.</p>
<p><strong>My Most Important MS Project Tip</strong></p>
<p>Whenever I update a plan, I first save it as a new version. It’s very easy to make a mistake and unfortunately, MS Project is not very forgiving when it comes to “undo.” As easy as it is to update the entire plan by adjusting one date, it’s just as easy to destroy it by deleting or changing the wrong thing by mistake.  In MS Project, some things simply can’t be undone. Always save as a new version before you update!</p>
<p><strong>Taming the Beast</strong></p>
<p>Now, even though we have come to an understanding and I’ve been able to break through to its inner beauty, I have in no way mastered complete control of the beast that is MS Project. I know there’s a lot more it can do that I don’t know about, and I never know when its claws might come out.</p>
<p>For example, I recently transitioned from MS Project 2007 to MS Project 2010.  I built my first plan, using the same steps I always do, but the schedule wasn’t responding to my predecessors.  I checked and rechecked to see if I had left anything out, and could not find anything. Not surprisingly, the built-in MS Project help proved, once again, unhelpful. None of my go-to MS Project folks could explain it, either.  As a last resort, I Googled my issue and sure enough, found the answer in an MS Project forum. It was one checkbox in the Project Options&gt;Schedule settings that needed to be checked.</p>
<p><a href="http://blog.fusionalliance.com/blog/digital-thoughts/my-love-hate-relationship-with-ms-project/attachment/msprojectsettings-2" rel="attachment wp-att-1539"><img class="alignleft size-medium wp-image-1539" title="MSProjectSettings" src="http://blog.fusionalliance.com/blog/wp-content/uploads/2012/05/MSProjectSettings1-290x170.jpg" alt="MS Project Setttings example" /></a></p>
<p>When I do come across the occasional unexplainable behavior like this example – or think of something I’d like to do but don’t know how – chances are there is someone else somewhere that has asked or answered the same question. I highly recommend using Google to research and ask your exact question.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Other resources you might find helpful:</p>
<p><a title="Dummies.com cheat sheet" href="http://www.dummies.com/how-to/content/microsoft-project-2010-for-dummies-cheat-sheet.html" target="_blank">Dummies.com</a> - a tips and tricks  &#8220;Cheat Sheet&#8221; for MS Project 2010</p>
<p><a title="Lynda.com MS Project 2007 training" href="http://www.lynda.com/Office-2007-tutorials/project-2007-essential-training/354-2.html" target="_blank">Lynda.com</a> training (requires subscription, but very thorough and helpful)</p>
<p><a title="tektips.com forum" href="http://www.tek-tips.com/threadminder.cfm?pid=913" target="_blank">tektips.com</a> - a forum where you can ask questions and see what others are asking</p>
<p><a title="Youtube MS Project Tutorial series" href="http://www.youtube.com/results?search_query=ms+project+2010+tutorial+series&amp;oq=MS+Project+&amp;aq=0&amp;aqi=g10&amp;aql=&amp;gs_l=youtube.1.0.0l10.226.1796.0.4756.9.5.0.3.3.0.118.458.4j1.5.0...0.0." target="_blank">Youtube  &#8211; Ms Project Tutorial Series</a></p>
<p><strong>In Conclusion…</strong></p>
<p>I’m not saying it’s easy to learn, and it can even be painful.  But I think the benefits for sticking with it are worth the effort. Experiment on your own.  Ask questions of experienced MS Project users.  And check out the resources.  With all this under your belt, you can keep that beast under control and make it work for you!</p>
<p><strong>SOUND OFF: </strong>What MS project tips and resources do you have?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/digital-thoughts/my-love-hate-relationship-with-ms-project/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 Reasons You Should Adopt Adaptive Content</title>
		<link>http://blog.fusionalliance.com/blog/wordfuse/3-reasons-you-should-adopt-adaptive-content</link>
		<comments>http://blog.fusionalliance.com/blog/wordfuse/3-reasons-you-should-adopt-adaptive-content#comments</comments>
		<pubDate>Wed, 30 May 2012 13:00:06 +0000</pubDate>
		<dc:creator>Denise Dilworth</dc:creator>
				<category><![CDATA[WordFuse]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[adaptive content]]></category>
		<category><![CDATA[adaptive design]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[content management]]></category>
		<category><![CDATA[Content Strategy]]></category>
		<category><![CDATA[mobile content]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[responsive design]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1889</guid>
		<description><![CDATA[I recently returned from Minneapolis, where I attended Confab, a conference for content strategists hosted by Brain Traffic. More than 400 content strategists from all over the planet converged to talk about our profession: the challenges we face, the battles &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/wordfuse/3-reasons-you-should-adopt-adaptive-content">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>I recently returned from Minneapolis, where I attended <a title="Confab 2012 - Conference for Content Strategists" href="http://confab2012.com/" target="_blank">Confab</a>, a conference for content strategists hosted by <a title="Brain Traffic" href="http://www.braintraffic.com/" target="_blank">Brain Traffic</a>. More than 400 content strategists from all over the planet converged to talk about our profession: the challenges we face, the battles we fight, and the latest and greatest research in our field.</p>
<p>And in almost every presentation I attended &#8212; and many of the ones I didn&#8217;t &#8212; adaptive content was a hot topic.</p>
<h2>What is adaptive content?</h2>
<p>In the second edition of <a title="Managing Enterprise Content (on Safari Books Online)" href="http://bit.ly/Ll4pmQ" target="_blank">Managing Enterprise Content: A Unified Content Strategy</a>, Ann Rockley defines adaptive content as, &#8220;format-free, device-independent, scalable, and filterable content that is transformable for display in different environments and on different devices in an automated or dynamic fashion&#8221; (p. 134). Put simply, it&#8217;s content that&#8217;s written and coded in such a way that can be viewed in any digital context, without a lot of manual tinkering or re-creation.</p>
<h2>Why adaptive content?</h2>
<p>So, what does adaptive content offer, in real terms? I&#8217;ll share three reasons (of many) you might consider as part of a content strategy for your business.</p>
<p><em><strong>1. Adaptive content reduces resource strain.</strong></em></p>
<p>The idea behind creating adaptive content &#8212; text and graphical elements &#8212; is that you only have to create it once. If you plan carefully and approach it with intention, there is no need to write multiple versions of the same content. In fact, this is also the underlying principle behind reusable content in a content management system (CMS). The end result is that your already-overworked writers and producers can take a deep breath and focus on what they do best, without worrying about rewriting and reformatting the same content for multiple channels, devices, contexts.</p>
<p><em><strong>2. Adaptive content feeds adaptive (responsive) design.</strong> </em></p>
<p>As user experience designers and developers already know: Creating a responsive design allows flexibility and prevents the same kind of resource strain writers are feeling. As the mobile market skyrockets, designing for mobile interfaces has become a crucial part of digital strategy. Adaptive content feeds adaptive design, and that means your content can start making an appearance in places it&#8217;s never been before. Like social spaces. And mobile devices. And whatever is next.</p>
<p><em><strong>3. Adaptive content can potentially make regulatory review easier.</strong></em></p>
<p>As our clients in regulated industries will attest, regulatory review of content is becoming more complex and time-consuming.  In my own experience with clients in the life sciences, both legal and regulatory want to review the content &#8212; ALL of it: graphics, text, metadata &#8212; in all its proposed forms before they will approve any digital release. This practice can potentially slow publication to a crawl for a single medium. Imagine the process across several devices, if the content is created separately for each device. However, with careful planning and detailed mapping for how the content will behave, which content will be pulled into which media, and how it will display in each content, regulatory and legal reviewers can feel more confident about what viewers will see without having to look at every single instance of every single digital content release.</p>
<h2>Caveats and cautions</h2>
<p>Yes, adaptive content is a powerful tool. And, yes, it can deliver as I describe above. But here are a few things to consider:</p>
<p><em><strong>Adaptive content must be planned.</strong></em></p>
<p>Adaptive content doesn&#8217;t just happen &#8212; it requires a carefully-considered content strategy, thoughtful content management workflow, and talented developers who can make it all happen within a technology framework. And content planning, according to many of the folks who presented at Confab (as well as in my own experience), is where clients tend to want to cut corners. Sadly, many otherwise good projects fail because content isn&#8217;t well-managed or well-planned. Carefully defining content types and how those types fit together to communicate what audiences want to see in various contexts is crucial to the success of a digital project.</p>
<p><em><strong>Adaptive content relies on a good style guide.</strong></em></p>
<p>Part of defining content types is defining what they look like, how they read, and how they will behave as they morph and fold and dance across contexts. As with any publication &#8212; digital or paper &#8212; good content requires good production guidelines. Standards. Rules. And they must be clearly documented so that when there are governance issues (below), there is an authoritative, approved reference to fall back on. Style guides are tools for writers and editors &#8212; even developers &#8212; to use to produce their best work.</p>
<p><em><strong>You must have a governance plan for content management.</strong></em></p>
<p>The style guide is only a start toward managing content. Keeping firm control over how content is produced, prepared, and published is critical not only to the success of the project, but also to the sanity of your resources. The Wild West is a romantic place to visit in movies; it wasn&#8217;t the most comfortable place to live. Governance can tame your content, keep it on the straight and narrow, and provide it (and the people who produce it) a stable jumping-off point for new and interesting forms and messages and contexts.</p>
<p><span style="color: #000000;">Having a well-documented governance plan can also ease the way with legal and regulatory reviewers, thereby saving revision cycles and frustration.</span></p>
<h2>Adapt now, benefit now <em>and</em> later</h2>
<p>In the short term, adopting adaptive content as part of your digital strategy will pay off by addressing your current users&#8217; needs, contexts, and constraints. But it&#8217;s the potential for long-term benefit that ups the ante and makes all the planning, documenting, and governing worth the initial pain. Adaptive content requires a new, more ecosystem-based way of thinking about writing because words and pictures no longer &#8220;live&#8221; on a page &#8212; they are fluid, acrobatic, shape-shifting. New content types will emerge. New contexts, new devices are always on some not-so-distant horizon.  Flexible, scalable, dynamic content that is well-managed and reusable now will be all the more likely to address the unforeseen  contexts of the future.</p>
<p><span style="color: #000000;"><strong>SOUND OFF:</strong></span> What challenges have you encountered with moving your content from print to web to mobile to&#8230;?</p>
<p>Interested in reading more about shape-shifting and mobile experience? Read a UX expert&#8217;s thoughts about <a title="Optimizing User Experience Across Multiple Devices" href="http://blog.fusionalliance.com/blog/user-experience-discovery-and-design/ux-design-for-multiple-devices-device-experiences">Optimizing User Experience Across Multiple Devices</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/wordfuse/3-reasons-you-should-adopt-adaptive-content/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>3 Easy Ways to Grow Your Twitter Following</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-easy-ways-to-grow-your-twitter-following</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-easy-ways-to-grow-your-twitter-following#comments</comments>
		<pubDate>Tue, 29 May 2012 13:00:59 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1903</guid>
		<description><![CDATA[Social media allows businesses to easily connect with their consumers. This real-time, one-to-one communication between consumers and businesses is invaluable. However, it takes more than just setting up a YouTube channel or Twitter profile to see that kind of engagement. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-easy-ways-to-grow-your-twitter-following">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/tag/social-media" target="_blank">Social media</a> allows businesses to easily connect with their consumers. This real-time, one-to-one communication between consumers and businesses is invaluable. However, it takes more than just setting up a YouTube channel or Twitter profile to see that kind of engagement. In order to have engagement, you must have followers.</p>
<p>Here are three ways to grow your Twitter following—using <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-digital-marketing-trends" target="_blank">digital marketing</a> tools that you’ve already established!</p>
<p><strong>Website</strong><br />
You can’t expect people to know that you have a Twitter handle. Instead, make it easy for them by adding a “Follow Us on Twitter” button to your website. You can also be a little more subtle my simply including a Twitter icon in the header or footer of your website.</p>
<p><strong>Blog</strong><br />
The sidebar of your blog is the perfect place to entice new Twitter followers. Not only can you include a “Follow Us on Twitter” button, but your blog is a great place to add a stream of your recent tweets. Adding this stream allows people who’re reading your blog see what else you’re talking about—and easily join in the conversation.</p>
<p><strong>Email</strong><br />
Do you have an established email list? They’re basically Twitter followers just waiting to happen! Compose an email that includes links to your social networks—and invite your email subscribers to join you there. Then include a Twitter icon (similar to the one on the header of your website) in each piece of email correspondence, so your readers can easily follow you to stay updated between newsletters.</p>
<p><strong>SOUND OFF</strong>: How do you gain Twitter followers? Do you have simple tips to add to this list? Get in on the conversation by leaving a comment and make sure to <a href="http://twitter.com/fusionalliance" target="_blank">follow Fusion Alliance on Twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-easy-ways-to-grow-your-twitter-following/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Successfully Organize Social Influencers</title>
		<link>http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-successfully-organize-social-influencers</link>
		<comments>http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-successfully-organize-social-influencers#comments</comments>
		<pubDate>Fri, 25 May 2012 06:00:50 +0000</pubDate>
		<dc:creator>Jon Bausman</dc:creator>
				<category><![CDATA[The Trendy Umbrella]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[brand evangelists]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[Social Influence]]></category>
		<category><![CDATA[social influencers]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1884</guid>
		<description><![CDATA[The idea of mobilizing individuals with social influence around your brand can be a powerful and cost-effective way to reach a targeted audience.  With each individual on social media serving as an “editor” of their own publication, the content they &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-successfully-organize-social-influencers">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>The idea of mobilizing individuals with social influence around your brand can be a powerful and cost-effective way to reach a targeted audience.  With each individual on social media serving as an “editor” of their own publication, the content they share and create is often well-received and seen as the opinion of a non-biased third-party.  Events as large as the Super Bowl in Indianapolis have done just this and large companies are also reaching out and engaging with social influencers.</p>
<p>Columbia Sportswear is one company that is doing just that.  In December I blogged <a href="http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-create-brand-evangelists-the-columbia-sportswear-way-v1" target="_blank">How To Create Brand Evangelists – The Columbia Sportswear Way</a>.  The company dedicated to “trying stuff” took it one giant social step further.  Earlier this year, Columbia reached out to <a href="https://twitter.com/#!/Columbia1938/omniten/members">me and 9 other outdoor adventure enthusiasts</a> across the country and invited us to be a part of the first inaugural Omniten.</p>
<p>The group was strictly voluntary and came with some great opportunities including receiving free gear to review as well as some incredible travel opportunities.  Later this year, Columbia is flying the Omniten crew to Sedona, Arizona to preview their gear and technology for the coming year and put it to the test hiking and camping in Sedona, Havasu Falls and the Grand Canyon.  However, we are not the only ones in attendance.  Columbia has invited the traditional arms of print and publishing as well.  The company created an event to capitalize on experiential marketing and allow all different kinds of editors, traditional and social, to share their experience with their readership.  Columbia has also used this group to test out ideas and garnish feedback on everything from their <a href="http://www.columbia.com/GPS-PAL/App_Page-GPSPAL,default,pg.html">mobile app</a> to marketing and branding initiatives.</p>
<p>So how do companies like Columbia and events like the Super Bowl in Indianapolis find and mobilize these social influencers?  Drawing from both experiences, here are 6 steps to help you successfully mobilize social influencers.</p>
<ol>
<li><strong>Know who you want to know.</strong>  For the Super Bowl it was Hoosiers with various backgrounds and reach.  For Columbia it was outdoor adventure enthusiasts from across the country.  As the next point demonstrates, it’s not just about finding someone with a large number of followers.  You will also need to filter through your results.  If someone’s voice does not represent the integrity of your brand well, they may not be a good candidate to utilize.</li>
<li><strong>Find Influence.</strong>  One of the most common mistakes is to assume that someone who has a lot of followers is the ideal candidate.  You want to utilize someone who is influential on social media, which does not necessarily translate into a large or small number of followers.  <a href="http://blog.fusionalliance.com/blog/digital-thoughts/klout-the-real-deal-or-just-another-social-media-algorithm">Klout</a> has been a common and accepted metric to measure and determine influence.</li>
<li><strong>Get engaged.</strong>  Reach out and begin engaging with them.  This step might seem obvious but it’s important to reach out on the appropriate platforms.  Twitter is a very common and acceptable place to begin this conversation.</li>
<li><strong>Communicate what you want out of them.</strong>  It’s important once you mobilize these social influencers to tell them why.  Why do you want to communicate with them and share these products or experiences with them?  This is important because, if they agree to be a part of it, they naturally want to help you towards achieving your goal. <span style="text-decoration: underline;">CAVEAT:</span> When moving forward with these endeavors it is important to state that participation is strictly voluntary.  Whatever perk you provide them, whether it is products, services, or other, they have the liberty to post their genuine opinion – positive or negative.</li>
<li><strong>Build the Ark ahead of time.</strong>  Come prepared with established and planned mediums of communications.  Noah did not wrangle up all of his animals and then build the Ark and you should not wrangle up your social influencers and not have an established plan and means of communicating with them.  Is it email?  Is it a Facebook or LinkedIn group? That depends on who you are working with and their preferred means of communication and what makes the most sense for the size and dynamics of the group.</li>
<li><strong>Let them be them.</strong>  To me this is one of the golden rules of social media that seems to get missed by many people unfamiliar with how this culture and environment operates.  The social landscape is made up of all kinds of different channels, platforms and users.  Let those you’ve reached out to use the tools they are influential on and let them do it their way.  This can make some companies who are used to more control a little uncomfortable.  However, if you’ve followed these 6 steps and have chosen the “right” people, then you’ve done the most important steps to ensure success.</li>
</ol>
<p><strong>SOUND OFF:</strong> What companies have you seen that have mobilized social influencers well?  Are there companies that you would like to be a brand ambassador and social influencer for?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/the-trendy-umbrella/how-to-successfully-organize-social-influencers/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>12 Email Marketing Definitions to Learn Today</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/12-email-marketing-definitions-to-learn-today</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/12-email-marketing-definitions-to-learn-today#comments</comments>
		<pubDate>Wed, 23 May 2012 13:00:18 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Digital Marketing Strategy]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1870</guid>
		<description><![CDATA[Are you looking to expand your digital marketing strategy? While there are a number of ways you can do this, today we’re looking at a tried-and-true method: email marketing. It’s not a new idea, it’s something that marketers have been &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/12-email-marketing-definitions-to-learn-today">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p>Are you looking to expand your <a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-digital-marketing-trends" target="_blank">digital marketing strategy</a>? While there are a number of ways you can do this, today we’re looking at a tried-and-true method: email marketing. It’s not a new idea, it’s something that marketers have been doing for years. However, there are new rules, strategies and tactics to consider.</p>
<p>Today, we’re starting with the basics: 12 email marketing terms (in alphabetical order) that you need to know before you implement an email campaign.</p>
<p><strong>12 Email Marketing Definitions to Learn Today</strong></p>
<ol>
<li><strong>Blacklist</strong> – A list of IP addresses that have been marked as spam. This will block emails from being delivered.</li>
<li><strong>Bounce Rate</strong> – The rate at which your emails are <em>not</em> delivered. A <strong>hard bounce</strong> refers to a delivery that failed because of a permanent reason, like a non-existent, incorrect or blocked email address. A <strong>soft bounce</strong>, however, is due to a temporary error, like a full mailbox.</li>
<li><strong>CAN-SPAM – </strong>Short for “Controlling the Assault of Non-<em>S</em>olicited Pornography And Marketing Act of 2003,” <a href="http://business.ftc.gov/documents/bus61-can-spam-act-compliance-guide-business" target="_blank">CAN-SPAM</a> is a piece of legislation that lays out the rules for commercial email. This includes requirements of commercial messages as well as the consequences for violating the Act.</li>
<li><strong>Dedicated IP </strong>– An IP address a company uses only to send email. This can increase deliverability of emails, as well as make it easier to pinpoint problems.</li>
<li><strong>ESP</strong> – An Email Service Provider (ESP) is a company that manages the creation, sending and tracking of commercial email messages for other companies. Examples include <a href="http://www.exacttarget.com/products/email.aspx" target="_blank">ExactTarget</a>, Constant Contact and MailChimp.</li>
<li><strong>House List – </strong>Sometimes referred to as a <strong>Retention List</strong>, a house list is a list of email addresses that you built yourself, in which subscribers opt-in to receive your emails.</li>
<li><strong>List Segmentation –</strong> Segmenting your email lists allows for a more targeted email campaign. Lists can be segmented by any criteria, including demographics, consumer information and even how or when subscribers subscribed to your list.</li>
<li><strong>Open Rate </strong>– Typically shown as a percentage, open rate is the number of people that opened the email you sent.</li>
<li><strong>Open Length </strong>– Sometimes called <strong>Read Length</strong>, this is the length of time a person keeps an email open. This is similar to a time-on-site metric in website analytics.</li>
<li><strong>Opt-In</strong> – Also known as <strong>Confirmed Opt-in </strong>or <strong>Subscribing</strong>, to opt-in is to give a company permission to send email communications to a designated email address. This is often done through a web form or information card. A <strong>Single Opt-in</strong> requires users to input their email address, but not confirm the action. A <a href="http://blog.mailchimp.com/double-opt-in-vs-single-opt-in-stats/" target="_blank"><strong>Double Opt-in</strong> or <strong>Verified Opt-in</strong></a> occurs when a subscriber submits an email address, then completes a secondary confirmation that ensures that the subscriber intended to receive the emails.</li>
<li><strong>Spam</strong> – More than 90% of email sent today is considered spam. These are emails that are sent without permission from the recipient. This can also be called <strong>Unsolicited </strong><strong>Commercial email</strong> (UCE).</li>
<li><strong>Whitelist </strong>– The opposite of a blacklist, a whitelist is a group of trusted IP addresses that have been approved to deliver email to a recipient.</li>
</ol>
<p><strong>SOUND OFF: </strong>Are you considering starting an email marketing campaign? What questions do you have? Or are you an email marketing pro with terms to add to this list? Let us know what terms you find most important by leaving a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/12-email-marketing-definitions-to-learn-today/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Ways to Connect Online and Offline Marketing</title>
		<link>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-ways-to-connect-online-and-offline-marketing</link>
		<comments>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-ways-to-connect-online-and-offline-marketing#comments</comments>
		<pubDate>Mon, 21 May 2012 13:00:15 +0000</pubDate>
		<dc:creator>Fusion Alliance News</dc:creator>
				<category><![CDATA[Technology-Enabled Business Solutions]]></category>
		<category><![CDATA[#OptionPass]]></category>
		<category><![CDATA[Digital Marketing]]></category>
		<category><![CDATA[Digital Strategy]]></category>
		<category><![CDATA[Fusion Alliance]]></category>
		<category><![CDATA[Option Pass]]></category>
		<category><![CDATA[OptionPass]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SEO/SEM]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Social Media Strategy]]></category>

		<guid isPermaLink="false">http://blog.fusionalliance.com/blog/?p=1865</guid>
		<description><![CDATA[Digital marketing is the new frontier, we all know that. With digital or online marketing, it’s easy to connect directly with your target audience. However, just because you have on online marketing campaign doesn’t mean that you’ve abandoned offline marketing. &#8230;<p><a class="actionLink" href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-ways-to-connect-online-and-offline-marketing">Continue reading <span class="meta-nav"></span></a></p>]]></description>
				<content:encoded><![CDATA[<p><a href="http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/6-digital-marketing-trends" target="_blank">Digital marketing</a> is the new frontier, we all know that. With digital or online marketing, it’s easy to connect directly with your target audience. However, just because you have on <a href="http://blog.fusionalliance.com/blog/digital-half-pipe/4-questions-to-answer-about-your-target-audience-before-creating-a-digital-marketing-campaign" target="_blank">online marketing campaign</a> doesn’t mean that you’ve abandoned offline marketing. What you want to avoid is having two independent marketing strategies; instead, make sure the two are working in tandem with one another.</p>
<p>Connecting your online and offline marketing is easy to do. Here are three ways to bring your online and offline strategies together, from three experts in the industry:</p>
<ul>
<li><strong>Use Social Media during a Trade Show<br />
</strong>Inbound Marketing Strategist at HubSpot, Kipp Bodnar, suggests using <a href="http://blog.hubspot.com/blog/tabid/6307/bid/17694/5-Methods-for-Connecting-Online-and-Offline-Marketing.aspx " target="_blank">social media to drive traffic to your trade show booth</a> and vice versa. Write a blog post about the event and remind followers on Twitter that you’ll be at the show. Then be sure to remind people at the show to visit your social networks.</li>
<li><strong>Bring Direct Mail Recipients Online<br />
</strong>Julie Perry, VP of Social Media at BLASTmedia, points out the importance of bringing your <a href="http://www.targetmarketingmag.com/webinar/7-social-media-secrets-that-make-good-direct-marketing-campaigns-great " target="_blank">offline sales funnel online</a>. By adding a QR code to a direct mail piece, recipients can easily visit your website, subscribe to an email list, or interact with your social networks.</li>
<li><strong>Encourage Offline Decisions with SEO<br />
</strong>“SEO can do much more than simply bring people to your site. It can also provide you with valuable information about your target audience,” notes <a href="http://www.networkingphoenix.com/blog/justin-mcgill-ui/2012/03/20/using-seo-integr.73529 " target="_blank">Justin McGill, CEO of SEORCHERS</a>. Once you understand the keywords your customers are using, you can define what inspires them to buy. Then plan your online <em>and offline</em> strategies around that.</li>
</ul>
<p><strong>SOUND OFF: </strong>How do you combine online and offline marketing strategies? Do you have any tips to share?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fusionalliance.com/blog/technology-enabled-business-solutions/3-ways-to-connect-online-and-offline-marketing