<?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>ThreeWill</title>
	<atom:link href="http://www.threewill.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.threewill.com</link>
	<description>Work Together Better</description>
	<lastBuildDate>Wed, 19 Jun 2013 20:17:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dr. Scriptlove: SharePoint and JavaScript</title>
		<link>http://www.threewill.com/2013/06/dr-scriptlove-sharepoint-and-javascript/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=dr-scriptlove-sharepoint-and-javascript</link>
		<comments>http://www.threewill.com/2013/06/dr-scriptlove-sharepoint-and-javascript/#comments</comments>
		<pubDate>Wed, 19 Jun 2013 20:09:53 +0000</pubDate>
		<dc:creator>John Underwood</dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[analogies]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[sharepoint-2013]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=14175</guid>
		<description><![CDATA[Learn how Technical Evangelist John Underwood learned to stop worrying and love JavaScript... <a href="http://www.threewill.com/2013/06/dr-scriptlove-sharepoint-and-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h2><span style="color: #4580bb;">COLD-WAR SATIRE REFERENCES ASIDE, I HAVE ALWAYS HAD A CERTAIN AMOUNT OF DREAD FOR JAVASCRIPT.</span></h2>
<h3><em><span style="color: #4580bb;">It’s not because&#8230;</span></em></h3>
<p>I’m an old curmudgeon that resists new things; after all, I do consulting and teaching, and staying up on the latest technologies is an important and enjoyable part of my professional life.</p>
<h3><em><span style="color: #4580bb;">It’s not because&#8230;</span> </em></h3>
<p>I’m a zealot for a particular language; I think most modern languages have pros and cons.</p>
<h3><em><span style="color: #4580bb;">Really, my dislike boils down to this:</span></em></h3>
<p>JavaScript feels like a major step backward in the evolution of programming, and I see it as an easy path to brittle, buggy, unmaintainable code.</p>
<h2><span style="color: #4580bb;">SO WHY HAVE I HAD A CHANGE OF HEART ON THIS SUBJECT?</span></h2>
<p>Well, I recently attended a training class on SharePoint 2013 and the instructor made an excellent case on writing SharePoint Hosted apps (if you’re not familiar with the application hosting models in SharePoint 2013, please reference <a title="A Perspective on SharePoint 2013's App Model" href="http://blogs.msdn.com/b/edhild/archive/2013/04/24/a-perspective-on-sharepoint-2013-s-app-model-part-2.aspx" target="_blank">this article</a>).</p>
<h2><span style="color: #4580bb;">BUT, THE THING IS, SHAREPOINT HOSTED APPS CAN ONLY BE WRITTEN IN JAVASCRIPT.<br />
</span></h2>
<p><img class="wp-image-14187 aligncenter" alt="tumblr_ln7nptHNcF1qfg0kfo1_500" src="http://www.threewill.com/wp-content/uploads/tumblr_ln7nptHNcF1qfg0kfo1_500.gif" width="300" height="220" /></p>
<h2><span style="color: #4580bb;">SO THE TIME HAS COME FOR ME TO PUT ASIDE MY BIASES AND EMBRACE WRITING JAVASCRIPT.</span></h2>
<p>But, if I’m going to do that with any sort of professional satisfaction then I want to really feel like I&#8217;m writing elegant, beautiful, maintainable code that I can be proud of.</p>
<h2><span style="color: #4580bb;">If you find yourself in a similar circumstance, then let me recommend a three-step process to get you jump-started.</span></h2>
<ol>
<li><a title="JavaScript: The Good Parts" href="http://shop.oreilly.com/product/9780596517748.do" target="_blank">Read this book</a>. More than any other text I’ve seen, <i>JavaScript: The Good Parts</i> does a good job of acknowledging my concerns about JavaScript and providing real answers to address them. Beyond that, it’s just a treasure trove of good practices to engage and bad practices to avoid. It opened my eyes to some of the expressiveness of the language, and while I’m not sure I can call it “love” yet, I’ve certainly gotten past my loathing.</li>
<li><a title="jQuery" href="http://jquery.com/" target="_blank">Embrace jQuery</a>. Sure, the old-hands at JavaScript know about this already, but if you’re new to the party then don’t bother wondering whether or not you need this: <b>you need it</b>, and doing any kind of browser-based programming without it just seems unthinkable at this point.</li>
<li>Don’t abandon your architectural roots.  Those of us that are schooled in programming know that certain patterns work on building scalability, reusability, and maintainability into our code. Your multi-tiered, loosely-coupled, MVC, MVVM learning still apply here. (By the way, <a title="Knockout" href="http://knockoutjs.com/" target="_blank">Knockout</a> is an excellent way to implement some of these patterns). It just may take a little more effort on your part to stay architecturally sound since the language and the tooling makes it easy to pollute your architecture.</li>
</ol>
<h2><span style="color: #4580bb;">SO, JAVASCRIPT ISN’T SOME KIND OF “DOOMSDAY MACHINE.” IT’S JUST A NEW FRONTIER, ANOTHER CHAPTER IN THE SAGA OF PROGRAMMING.</span></h2>
<h3><span style="color: #4580bb;">Go forth and write some elegant code!</span></h3>
<p><img class="size-full wp-image-14186 aligncenter" alt="tumblr_mb2784Cksk1rggns2o1_500" src="http://www.threewill.com/wp-content/uploads/tumblr_mb2784Cksk1rggns2o1_5001.gif" width="500" height="297" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/06/dr-scriptlove-sharepoint-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>June 2013 Newsletter</title>
		<link>http://www.threewill.com/2013/06/june-2013-newsletter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=june-2013-newsletter</link>
		<comments>http://www.threewill.com/2013/06/june-2013-newsletter/#comments</comments>
		<pubDate>Tue, 04 Jun 2013 14:38:36 +0000</pubDate>
		<dc:creator>Danny Ryan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[newsletters]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=14144</guid>
		<description><![CDATA[This month's newsletter is now available:   <br/><br/><a href="http://www.threewill.com/?wysija-page=1&#038;controller=email&#038;action=view&#038;email_id=15&#038;wysijap=subscriptions" class="SmallButton orangebutton">View Now</a><br/><br/> <a href="http://www.threewill.com/2013/06/june-2013-newsletter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This month&#8217;s topics:</p>
<ul>
<li>Do You Have Social Amnesia?</li>
<li>While You&#8217;re Waiting on Google Glass, Try Some Popcorn&#8230;</li>
<li>Plus a Client and ThreeWiller testimonial</li>
</ul>
<p><a class="BigButton orangebutton" href="http://www.threewill.com/?wysija-page=1&amp;controller=email&amp;action=view&amp;email_id=15&amp;wysijap=subscriptions" target="_blank">View Now</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/06/june-2013-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do You Have Social Amnesia?</title>
		<link>http://www.threewill.com/2013/05/do-you-have-social-amnesia/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=do-you-have-social-amnesia</link>
		<comments>http://www.threewill.com/2013/05/do-you-have-social-amnesia/#comments</comments>
		<pubDate>Tue, 07 May 2013 21:22:57 +0000</pubDate>
		<dc:creator>Kirk Puffenberger</dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[analogies]]></category>
		<category><![CDATA[jive-software]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[sharepoint-integration]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=14033</guid>
		<description><![CDATA["Social amnesia" is a malady that faces many enterprises as they bring on new social software solutions and forget existing content.  Microsoft veteran Kirk Puffenberger describes the symptoms and a proposed cure. <a href="http://www.threewill.com/2013/05/do-you-have-social-amnesia/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h3><span style="color: #4580bb;">HAVE YOU EVER CREATED A DOCUMENT IN YOUR NEW FANCY SOCIAL SYSTEM, ONLY TO FIND LATER THAT YOU ALREADY CREATED THE DOCUMENT IN THE PAST?  </span></h3>
<h1><span style="color: #4580bb;">THEN YOU MAY BE SUFFERING FROM SOCIAL AMNESIA.</span></h1>
<p>While this metaphor is somewhat tongue and cheek, I find that it is a good characterization of how some companies tend to embark on developing a social initiative that treats social knowledge as separate and independent from existing organizational knowledge typically found in SharePoint.</p>
<p>Having worked with both SharePoint and one of the leading social solutions, Jive Software, I&#8217;d like to share some observations about how you can recognize the symptoms and avoid the consequences of social amnesia.</p>
<h3><span style="color: #4580bb;"><em>As a 15+ year veteran of Microsoft, I have seen the evolution and growth of SharePoint, one of Microsoft&#8217;s most successful products ever.  </em></span></h3>
<p><span style="color: #000000;">Not only was it <a href="http://thenextweb.com/microsoft/2012/11/12/claiming-66-enterprise-penetration-sharepoint-now-brings-in-2-billion-in-yearly-revenue-for-microsoft/"><span style="color: #000000;">embraced by our customers</span></a>, but Microsoft was itself a <a href="https://www.nothingbutsharepoint.com/sites/eusp/Pages/how-does-microsoft-use-sharepoint-internally.aspx" target="_blank"><span style="color: #000000;">heavy user of the platform</span></a>.  But while SharePoint was good at a number of things, social was not its strong suit.</span></p>
<p>A couple of years ago I joined ThreeWill, a company that is an avid user of both SharePoint and Jive Software.  And even with my natural bias for SharePoint that I acquired over my years at Microsoft, I can honestly say that I was totally impressed by how Jive approaches the social needs of an organization.</p>
<h3><span style="color: #4580bb;"><em><a href="http://www.threewill.com/wp-content/uploads/engaging.jpg" rel="shadowbox[sbpost-14033];player=img;"><img class="size-full wp-image-14050 alignright" alt="engaging" src="http://www.threewill.com/wp-content/uploads/engaging.jpg" width="246" height="424" /></a>When asked to compare the difference between SharePoint and Jive, I can summarize it in a single word &#8211;  engaging.  </em></span></h3>
<p>While SharePoint has a number of features and continues to evolve &#8220;socially&#8221;, it has  never really been embraced for its social charisma.  Jive on the other hand is truly engaging and entices your participation in social activities.</p>
<p>While at Microsoft I found the internal SharePoint sites to be a fantastic resource for any information I might need.  You could go to product group sites, competitive info sites, sales programs, internal employee programs, and find more useful content than you could ever imagine.  This content ranged from individual contributions to highly polished official content ready for customers or partners.  However, what it didn&#8217;t really offer was the type of environment that pulled you into the world of social collaboration.</p>
<h3><span style="color: #4580bb;"><em>Enter Jive.  The Jive experience is one that draws users into the social online community.  </em></span></h3>
<p>Here at ThreeWill our Jive community is called &#8220;Cafe ThreeWill&#8221; and it has become the default &#8220;go-to&#8221; location on our intranet.  You can still go to SharePoint but you&#8217;ll find that most everyone will hang out in the Cafe.  Similar to the SharePoint world you&#8217;ll find Jive &#8220;Places&#8221; that cover the breadth of corporate topics as well as employee personal interests.</p>
<p>You can also find important documents such as the &#8220;Employee Benefits Handbook&#8221; or the latest sales collateral.  But in addition to just finding important documents, there is a wealth of information provided through the informal collaboration around the content (see Jive Software social capabilities).</p>
<h3><em><a href="http://www.threewill.com/wp-content/uploads/unimpressed.jpg" rel="shadowbox[sbpost-14033];player=img;"><img class="size-full wp-image-14042 alignright" alt="unimpressed" src="http://www.threewill.com/wp-content/uploads/unimpressed.jpg" width="207" height="424" /></a><span style="color: #4580bb;">So if Jive is all that, then why would I ever go back to SharePoint?  </span></em></h3>
<h3><span style="color: #4580bb;"><em>Well, here&#8217;s the rub.  </em></span></h3>
<p>While Jive is a great place to take advantage of the informal social knowledge within your company, I have found that it really isn&#8217;t a replacement for enterprise content management.</p>
<p>For example, if I am in an industry that requires strong compliance and records retention, Jive falls short while SharePoint excels.</p>
<h3><span style="color: #4580bb;"><em>One of the most common use-cases we&#8217;ve seen is the need to create &#8220;official&#8221; documentation in SharePoint and then &#8220;publish&#8221; this documentation to Jive for social consumption.  </em></span></h3>
<p>One customer, BMC Software, has an external facing Jive Community to serve it&#8217;s partner channel.  BMC creates documents that go through a formal workflow on their internal SharePoint system and as part of the workflow the approved content is published to the Jive community.  By doing this, BMC is able to maintain good corporate governance over important information but still have all the advantages of the social experience provided by Jive.</p>
<p>If you have a use case similar to this, ask us about our next release of Pointer.  This new version of our Jive-SharePoint connector will be optimized for this specific use-case.</p>
<h3><span style="color: #4580bb;"><em>As you continue to explore your social strategy, beware of social amnesia!  Jump on the social band wagon but don&#8217;t leave your SharePoint content behind.  </em></span></h3>
<p><a class="BigButton orangebutton" href="http://www.threewill.com/wp-content/uploads/Pointer-Datasheer-v7.pdf" target="_blank">Read the New Datasheet</a></p>
<h2 style="color: #4580bb;"><a href="http://www.threewill.com/wp-content/uploads/stop-amnesia.jpg" rel="shadowbox[sbpost-14033];player=img;"><img class=" wp-image-14057 aligncenter" alt="stop-amnesia" src="http://www.threewill.com/wp-content/uploads/stop-amnesia.jpg" width="563" height="418" /></a></h2>
<h2 style="color: #4580bb;"></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/05/do-you-have-social-amnesia/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ThreeWill Exits Animated GIF Business</title>
		<link>http://www.threewill.com/2013/05/threewill-exits-animated-gif-business/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=threewill-exits-animated-gif-business</link>
		<comments>http://www.threewill.com/2013/05/threewill-exits-animated-gif-business/#comments</comments>
		<pubDate>Wed, 01 May 2013 05:00:14 +0000</pubDate>
		<dc:creator>Danny Ryan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[april-fools]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=14011</guid>
		<description><![CDATA[Alpharetta, GA - May 1, 2013 -- ThreeWill, the leading social systems integrator, announces after a solid month of record sales that it will be divesting the animated GIF business for greener pastures. <a href="http://www.threewill.com/2013/05/threewill-exits-animated-gif-business/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h2>Wow, I was surprised at how many folks thought that <span style="text-decoration: underline;"><a title="ThreeWill Goes “All In” On Lucrative Animated GIF Business" href="http://www.threewill.com/2013/04/threewill-enters-lucrative-animated-gif-business/">last month&#8217;s press release</a></span> was for real&#8230;yes, it was just some fun for April Fools Day.</h2>
<h3><em>Thanks for reading <span style="text-decoration: underline;"><a href="http://www.threewill.com/newsletter">our newsletter</a></span> and have a wonderful May!</em></h3>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/05/threewill-exits-animated-gif-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 5 SharePoint 2013 App Development Book Takeaways</title>
		<link>http://www.threewill.com/2013/04/top-5sharepoint-2013-app-development-book-takeaways/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=top-5sharepoint-2013-app-development-book-takeaways</link>
		<comments>http://www.threewill.com/2013/04/top-5sharepoint-2013-app-development-book-takeaways/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 15:13:51 +0000</pubDate>
		<dc:creator>Eric Bowden</dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[learning-sharepoint]]></category>
		<category><![CDATA[sharepoint-2013]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=14002</guid>
		<description><![CDATA[Principal Consultant Eric Bowden shares what he learned from reading a recently published book on building SharePoint 2013 apps. <a href="http://www.threewill.com/2013/04/top-5sharepoint-2013-app-development-book-takeaways/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h2>I just finished up <a href="http://shop.oreilly.com/product/0790145371805.do">Microsoft SharePoint 2013 App Development</a> and thought I&#8217;d share a few high level points that persist with me.</h2>
<h3>1.  Custom app dev in SharePoint 2007 and farm solutions in SharePoint 2010 followed the <em>same </em>path as Microsoft developers used themselves for customizing SharePoint.</h3>
<p>As a developer, we could find dozens of examples for how to perform some custom app dev, usually by taking a look at how Microsoft themselves applied that same kind of customization.  Following in their footsteps not only helped us find the right approach, but along with it we had an early indication for how well the solution approach would scale and otherwise hold up to enterprise standards.  Starting with SharePoint 2010 sandboxed solutions, they started sending us down our own path.  And as we found, this path has not proven robust at all, and was in fact deprecated in SharePoint 2013.  Now, we are sent down yet another path.  I like the new path.   I can see why it makes sense, but I&#8217;m concerned that it hasn&#8217;t it been proven in the field, and we can&#8217;t assume good behavior because the apps approaches, and there are 3 of them, are not used by the SharePoint 2013 product itself.</p>
<h3>2.  I envision more time will be spent with architecture design and POC&#8217;s than experienced SharePoint developers have had in the past.</h3>
<p>Once we have more experience with SharePoint apps, we&#8217;ll settle into some common patterns, but until then I imagine a matrix of pros and cons for solution architecture as we decide among:</p>
<ul>
<li>SharePoint hosted app:  Html pages with javascript access to SharePoint using client side object model or REST svcs.</li>
<li>Autohosted app:  App hosted in Azure and is automatically provisioned
<ul>
<li>Javascript access to SharePoint using REST svcs.</li>
<li>Server side, .net client object model or REST svc access to SharePoint</li>
</ul>
</li>
<li>Provider hosted:  App hosted somewhere other than Azure
<ul>
<li>Javascript access to SharePoint using REST svcs.</li>
<li>Server side, .net client object model or REST svc access to SharePoint</li>
</ul>
</li>
<li>Remote event receivers (can&#8217;t wait to make use of these!)
<ul>
<li>Server side, .net client object model or REST svc access to SharePoint</li>
</ul>
</li>
</ul>
<h3>3.  Javascript javascript javascript&#8230;</h3>
<p>We&#8217;re doing plenty of it now, but I think we should consider some of the design patterns and tools discussed.  MVC and MVVM (Model View ViewModel) are discussed along with an enabling javascript library called <em>knockout </em>(equivalent to jQuery templates, now retired).  I&#8217;ve heard these mentioned at ThreeWill in the past but hadn&#8217;t thought of them as high priority, until now.</p>
<h3>4.  Server side authentication back to SharePoint requires extra steps for autohosted and provider hosted apps where SharePoint 2013 is hosted on-prem.</h3>
<p>The reason is that SharePoint needs to be connected to Azure Access Control Services in order for the OAuth authentication to work.  It sounds like it is possible to make it work for on-prem, but it&#8217;s not the norm (see p 112).  For this reason, I would try to avoid server side code in the app for calls to SharePoint and instead focus on javascript.  Javascript has some of it&#8217;s own perils, mostly in the form of a new built-in iframe proxy to work around XSS, but authentication should be a simpler path.  For on-prem instances of SharePoint 2013, the recommended path is to create &#8220;high trust&#8221; apps for server side calls from the app back to SharePoint.</p>
<p>In summary, configuring a high trust app requires that  the &#8220;app&#8221; and SharePoint exchange a certificate used for authentication.</p>
<h3>5.  For those looking to get up to speed on SharePoint 2013 apps, I highly recommend this book as your first step.</h3>
<p>At just 171 pages, it is a quick read and is packed with the right detail to get you started.  Moving on from there, check out these great <a href="http://msdn.microsoft.com/en-US/sharepoint/fp123577">SharePoint Developer Training Videos </a>from Microsoft.</p>
<h3>Interested in learning more about SharePoint 2013? Join us for a SharePoint 2013 bootcamp in June.</h3>
<p><a class="BigButton orangebutton" href="http://www.threewill.com/product/sharepoint-2013-developer-bootcamp/" target="_blank">Learn More</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/04/top-5sharepoint-2013-app-development-book-takeaways/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Introducing Popcorn 1.3</title>
		<link>http://www.threewill.com/2013/04/introducing-popcorn-1-3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=introducing-popcorn-1-3</link>
		<comments>http://www.threewill.com/2013/04/introducing-popcorn-1-3/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 18:01:29 +0000</pubDate>
		<dc:creator>Mike Homol</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[popcorn]]></category>
		<category><![CDATA[popcorn-v-1-3]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=13957</guid>
		<description><![CDATA[Mike Homol, Product Manager for Popcorn, announces the latest release of Popcorn and introduces the key new features. <a href="http://www.threewill.com/2013/04/introducing-popcorn-1-3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h2>Mike Homol here, Product Manager for Popcorn, announcing the newest release of Popcorn &#8211; version 1.3.</h2>
<h3>One of Popcorn&#8217;s chief goals is to make your conversations more intelligent.  That should mean that we&#8217;re providing you with knowledge before, during and after your calls.</h3>
<h3><em>This release of Popcorn really brings that concept home.</em></h3>
<p>We&#8217;ve now added the ability for our users to search for people in Salesforce at any time.  You&#8217;ll notice one big change almost immediately, as a result.  Popcorn now has a start screen, that lives in your task bar, like a normal app should:</p>
<p><a href="http://www.threewill.com/wp-content/uploads/Popcorn-1.3-Start-Screen.png" rel="shadowbox[sbpost-13957];player=img;"><img class="alignnone size-medium wp-image-13958" alt="Popcorn-1.3-Start-Screen" src="http://www.threewill.com/wp-content/uploads/Popcorn-1.3-Start-Screen-300x210.png" width="300" height="210" /></a></p>
<p>From here, you can now type in the name or part of a name for someone in Salesforce and display that person within Popcorn.  From there, you can work on their Salesforce data, just like you&#8217;ve done before while on a call.  If they have a standard or mobile phone number stored in Salesforce, you can call them from Popcorn as well!</p>
<h3>We&#8217;ve made great strides to improve the performance of Popcorn and getting you something to work with when the call comes in.</h3>
<p>You&#8217;ll probably notice that we &#8220;pop&#8221; even faster &#8211; we&#8217;re going to let you know that the call&#8217;s coming in as soon as possible and will let you control the call from Popcorn right away.  Then we turn our attention to pulling up the person in Salesforce.  Know who it is before Popcorn does?  Just search them up right away.  Popcorn doesn&#8217;t mind.</p>
<p>As always, we&#8217;re smashing pesky bugs along the way too.  Check out our <a href="http://www.threewill.com/support/documentation/popcorn-documentation/popcorn-release-notes/">Release Notes</a> for a more exhaustive look.</p>
<h3>How to get the update?  Don&#8217;t worry, you&#8217;ll be autoupdated when this version is available.  Look for this early next week.  Enjoy!</h3>
<p>Feel free to <a href="http://twitter.com/homol" target="_blank">follow me</a> on Twitter or <a href="http://www.linkedin.com/in/mikehomol" target="_blank">connect with me</a> on LinkedIn to get more updates on Popcorn.  We greatly value your <a title="ThreeWill Support" href="http://www.threewill.com/support/">feedback</a>, so let us know what you think and any other ideas you have for Popcorn.</p>
<p>One more thing, great news about Popcorn&#8230;Popcorn is free for the first three people that sign up from your company. Early adopters rejoice!</p>
<p><a class="BigButton orangebutton" href="http://www.threewill.com/shop/?add-to-cart=11697">Download Popcorn Now</a></p>
<h2 style="text-align: center;">And remember&#8230;</h2>
<p><a href="http://www.threewill.com/wp-content/uploads/pop2.png" rel="shadowbox[sbpost-13957];player=img;"><img class="size-medium wp-image-13971 aligncenter" alt="pop" src="http://www.threewill.com/wp-content/uploads/pop2-300x262.png" width="300" height="262" /></a></p>
<p><!--EndFragment--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/04/introducing-popcorn-1-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten Reasons Why I Love My Plantronics Voyager Legend</title>
		<link>http://www.threewill.com/2013/04/ten-reasons-why-i-love-my-plantronics-voyager-legend/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ten-reasons-why-i-love-my-plantronics-voyager-legend</link>
		<comments>http://www.threewill.com/2013/04/ten-reasons-why-i-love-my-plantronics-voyager-legend/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 14:00:10 +0000</pubDate>
		<dc:creator>Danny Ryan</dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[favorite-products]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[instantmeeting]]></category>
		<category><![CDATA[plantronics]]></category>
		<category><![CDATA[popcorn]]></category>
		<category><![CDATA[top-ten-lists]]></category>
		<category><![CDATA[vocalyst]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=13913</guid>
		<description><![CDATA[Danny Ryan, Co-Founder and VP of Business Development at ThreeWill, shares his experience with his favorite accessory.  It's not Google glasses or the rumored iWatch... <a href="http://www.threewill.com/2013/04/ten-reasons-why-i-love-my-plantronics-voyager-legend/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h3>Every once in a while I run into a product that I just love and rave about with everyone.</h3>
<p>Right now, that product for me is the <a href="http://www.plantronics.com/us/product/voyager-legend">Plantronics Voyager Legend</a>.  I&#8217;m fortunate enough to have the upper end model &#8211; the <a href="http://www.plantronics.com/us/product/voyager-legend-uc">Voyager Legend UC</a> (which works well with Skype, which is important to me).</p>
<h2>HERE&#8217;S MY LIST</h2>
<ol>
<ol>
<li><b>VOICE CONTROL </b>- To answer an incoming call, all you have to do is say <em>Answer</em>.  The caller is announced, all you have to do is say <em>Ignore</em> or <em>Answer</em>.  Also, I can answer a call just by putting the headset on&#8230;</li>
<li><b>MULTIPLE CONNECTIONS </b>- You can connect via Bluetooth to two devices &#8211; I&#8217;m <a href="http://www.threewill.com/wp-content/uploads/voyager-legend-uc-dongle.jpg" rel="shadowbox[sbpost-13913];player=img;">connected to my computer for Skype</a> calls and my iPhone for mobile calls.  No more switching back and forth.  Also, I can use the Legend with my iPad &#8211; this has been a nice option when I want to watch a Netflix movie late at night&#8230;</li>
<li><strong>APPS</strong> &#8211; I&#8217;ve opted to go with <a href="http://vocalyst.dial2do.com/">Vocalyst Pro</a> - I can send voice notes to Evernote and send an SMS or email to contacts without touching my iPhone.  Take a look at our app called <a title="Popcorn for Salesforce – Plantronics" href="http://www.threewill.com/product/popcorn-for-salesforce/">Popcorn</a> if you are an early adopter like me &#8211; it&#8217;s free for the first three people in your company and it helps with better sales conversations.  I use it with Skype and Salesforce.com and it&#8217;s really improved my daily workflow. And I have to mention <a href="https://instantmeeting.plantronics.com/">InstantMeeting</a>.  Trust me, go and download this free app now.  If you are on conference calls at all you will thank me for this little gem of an time saver and frustration preventer&#8230;.</li>
<li><strong>CHARGING CASE</strong> &#8211; The <a href="http://www.threewill.com/wp-content/uploads/voyager-legend-uc-accessories.jpg" rel="shadowbox[sbpost-13913];player=img;">charging case</a> is the same size as my iPhone &#8211; my iPhone is in one pocket and my Legend case in the other.  This adds an additional 14 hours of charging.  I have yet to get into a situation where I my battery runs out and I have no way to charge.</li>
<li><strong>MUSIC</strong> - I can listen to music throughout the day &#8211; I often do this with my mobile streaming Rdio or Stitcher.  If a a call comes in my music is interrupted, but once I&#8217;m off the call it picks back up where it left off.  When it first did this I had to stand up and do my little happy dance.</li>
<li><strong>BUTTONS</strong> &#8211; Talking about happy, the <a href="http://www.threewill.com/wp-content/uploads/img-diagram-voyager-legend-uc.jpg" rel="shadowbox[sbpost-13913];player=img;">diagram physical controls</a> for the Legend make me want to smile.  They just make sense.  Really enjoy the volume rocker.</li>
<li><strong>SOUND</strong> &#8211; Just earlier today someone commented on how good I sounded (I supposed I&#8217;ll attribute that to the Legend and not my <em>&#8220;smooth as silk&#8221;</em> voice).  It&#8217;s got three mics &#8211; around here at ThreeWill we like anything that comes in threes…</li>
<li><strong>EXTRA CHARGING ACCESSORIES</strong> &#8211; as if the <a href="http://www.threewill.com/wp-content/uploads/voyager-legend-uc-accessories.jpg" rel="shadowbox[sbpost-13913];player=img;">charging case</a> is not enough, there are two other options for charging including a desktop stand and a travel charger.</li>
<li><strong>MAGNETS</strong> &#8211; Plantronics really thought through the design of not only the headset, but also the accessories.  It&#8217;s an Apple-like experience.  The headset snaps into the carrying case/desktop stand/travel charger with the help of magnets.  Same feeling as plugging in my magsafe to my MacBook Air.</li>
<li><strong>SMART LOOKING </strong>-  Finally, I think that it&#8217;s one of the best looking headsets out there.  It&#8217;s sleek and smart looking.  Unlike most other headsets, it doesn&#8217;t make my wife <a class="videoLink" title="Click to launch video" href="http://www.youtube.com/watch?v=N-NrPOMBKnw" rel="shadowbox[sbpost-13913];player=swf;width=640;height=385;">throw up in her mouth</a> when I wear it (yes, I jest, but see warning below).  You can use it on either your left or right ear &#8211; so fortunately I won&#8217;t go deaf in one ear listening to music all day.  I can move the Mic boom up to let my office mates know I&#8217;m just listening to music and not on a call.</li>
</ol>
</ol>
<h2>A WORD OF WARNING</h2>
<h3>Even though you will be tempted to put the Legend on first thing out of bed and take it off as the last thing that you do&#8230;<em>I don&#8217;t recommend doing this</em>.</h3>
<p>I have done the field research with my wife and this does not thrill her.  When you are with your family, be with your family (even though having one ear on listening to your favorite podcast is tempting).</p>
<h2>DO NOT TRY THIS AT HOME</h2>
<h3>One last thing, the Legend is durable.  True story &#8211; I woke up and couldn&#8217;t find my coveted Legend on a Monday morning last month.</h3>
<p>My iPhone was showing that it was connected, but I couldn&#8217;t find it anywhere.  If I was using an Android, I could have used the <a href="http://www.plantronics.com/us/support/myheadset/download-apps.jsp" target="_blank">Find My Headset </a>app&#8230;I use the <a href="http://www.apple.com/icloud/features/find-my-iphone.html">Find My iPhone</a> app at least once a week.  So, after about 15 minutes of turning over things in the house I thought about what I had worn the day before.  My khaki shorts&#8230;I asked my wife if she had seen them and she mentioned that she ran a wash the night before and to check the dryer.</p>
<p>Yes, it was there.  And, yes, although it was initially a bit warm to put on, it still worked.</p>
<h2><em>Do you have a Plantronics Legend?  Have anything else to add to the list above?  </em></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/04/ten-reasons-why-i-love-my-plantronics-voyager-legend/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jive Is Like A Conference Table, SharePoint A Filing Cabinet</title>
		<link>http://www.threewill.com/2013/04/jive-is-like-a-conference-table-sharepoint-a-filing-cabinet/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=jive-is-like-a-conference-table-sharepoint-a-filing-cabinet</link>
		<comments>http://www.threewill.com/2013/04/jive-is-like-a-conference-table-sharepoint-a-filing-cabinet/#comments</comments>
		<pubDate>Thu, 11 Apr 2013 20:37:43 +0000</pubDate>
		<dc:creator>Kirk Puffenberger</dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[analogies]]></category>
		<category><![CDATA[jive-software]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[sharepoint]]></category>
		<category><![CDATA[social]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=13865</guid>
		<description><![CDATA[Kirk Puffenberger shares some more insights about why the combination of Jive and SharePoint might be exactly what you are looking for... <a href="http://www.threewill.com/2013/04/jive-is-like-a-conference-table-sharepoint-a-filing-cabinet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<h2>Social Is Showing Value</h2>
<p>Increasing interest in social software is an indication that at least viscerally enterprises believe there is value in the social interactions within their organizations.  Finding a way of collecting social knowledge within an organization and then turning it into an asset that measurably grows business value is the promise of these enterprise social solutions.  Industry analyst are closely following this market and we&#8217;re beginning to see quantitative data that validates the value proposition.  <a href="http://www.mckinsey.com/insights/high_tech_telecoms_internet/the_social_economy">McKinsey&#8217;s recent study</a>  reports that 90% of the companies using social technologies see business value as a result.</p>
<h2>You&#8217;ve Got SharePoint, Right?</h2>
<p>Understanding that social systems can bring real business value leads to the next logical question of which social system is best for my organization. With <a href="http://www.cmswire.com/cms/enterprise-cms/sharepoint-deployment-reaches-44-but-faces-challenges-010143.php">more than 80% of enterprises having already deployed SharePoint</a>, why don&#8217;t they just use SharePoint for their social solution?</p>
<p>The reason these enterprises are looking beyond what they already have is that social solutions require a different approach than what has traditionally been offered by SharePoint.</p>
<h2>Jive&#8217;s A Market Leader</h2>
<p>Jive Software is a good example to use when comparing the difference in approaches. Jive is a leader in the social software market (<a href="http://www.jivesoftware.com/resources/analyst-coverage/register-gartner-mq-2012-ssiw/">Gartner &#8220;Magic Quadrant for Social Software in the Workplace&#8221;, 9/27/12</a>) with a social solution specifically designed for the enterprise that has taken a distinctly different approach from SharePoint on how information is created, organized and shared.</p>
<p><em>Let&#8217;s take a look at these approaches and use some analogies (we love our <a href="http://www.threewill.com/tag/analogies/">analogies</a>).</em></p>
<h2>SharePoint As The Filing Cabinet</h2>
<p>SharePoint environments are very hierarchical in nature made up of sites, sub-sites, and document libraries. This way of organizing information is analogous to how enterprises have organized information for years in file cabinets, file drawers, and files. This structure has facilitated an easy way of storing and finding data, as well as providing ways to insure that confidentiality is maintained for certain information along with managing compliance, record retention, and support for business processes through workflows.</p>
<h2>Jive As The Conference Room Table</h2>
<p>Jive&#8217;s approach is very different in that it tends to do away with the hierarchical approach and is more like working on the flat surface of a conference room table. Documents are kept readily available for people to use to collaborate and take action. Rather than grouping documents in a SharePoint-like structure, Jive prefers to group documents in different types of &#8220;Places&#8221; and then cross-referencing them through the use of Tags and Categories. This flat structure tends to make it easier to surface current and relevant information as people are pulled into conversations through @mentions and by &#8220;following&#8221; information of interest.</p>
<h2>Most Enterprises Need Both</h2>
<p>Jive fills the need for an engaging social environment that allows corporations to embrace the social knowledge and the benefits it brings to their organization. SharePoint, on the other hand, continues to provide an exceptional platform for managing content and supporting the more formalized information assets of the business. So while these two solutions have distinctly different approaches, they both address important needs of the enterprise. In simple terms, Jive is the system of engagement and SharePoint is the system of record.</p>
<h2>Make Sure Information Flows Freely</h2>
<h2 style="text-align: center;"></h2>
<p>And by implementing both, another requirement emerges, that of needing information to flow between the system of record and the system of engagement. As in the metaphor above, once information on the conference room table reaches a certain point, it may eventually need to be moved to the filling system. Conversely, information in the filling system needs to be easily discoverable and accessible on the conference table. The ability for information to be discoverable across systems and to move freely between these systems is an important consideration when integrating social solutions into the enterprise.</p>
<h2>Why Can&#8217;t SharePoint Be More Social?</h2>
<p>It has to do with the different approach and needs of a social community. Microsoft has recognized this as validated by its <a href="https://www.google.com/url?sa=t&amp;rct=j&amp;q=&amp;esrc=s&amp;source=web&amp;cd=1&amp;cad=rja&amp;ved=0CEEQFjAA&amp;url=http%3A%2F%2Ftechcrunch.com%2F2012%2F07%2F19%2Fmicrosoft-completes-its-1-2b-yammer-acquisition%2F&amp;ei=JhhnUbD1F5SI9gSY9oHADw&amp;usg=AFQjCNFWlU47V3aqD1EGjJuSOXpr0xN7eg&amp;sig2=d1F-LHArK299RZJ4z1watw&amp;bvm=bv.45107431,d.eWU">acquisition of Yammer</a>.</p>
<p>For enterprises that choose to use Jive and SharePoint together ThreeWill has a product to support the free flow of information.</p>
<p><a title="Pointer for Jive" href="http://www.threewill.com/product/pointer-for-jive/">Pointer for Jive</a> is ThreeWill&#8217;s way of &#8220;Making SharePoint Social&#8221; for companies that This technology provides a flexible and comprehensive Jive-SharePoint integration solution that supports a variety of use cases. Additionally, we offer an Integration Strategy Workshop that helps companies define how they can continue to leverage their SharePoint infrastructures while adding the social benefits of Jive Software.</p>
<p>For more information, download our whitepaper entitled &#8220;Making SharePoint Social.&#8221;</p>
<p><a class="BigButton orangebutton" href="http://www.slideshare.net/threewill/making-sharepoint-social-white-paper" target="_blank">Read and Download</a></p>
<h2>Join The Discussion</h2>
<p>We&#8217;d like to hear from you! Please join our group on the Jive Community at <a href="https://community.jivesoftware.com/groups/threewill-solutions">https://community.jivesoftware.com/groups/threewill-solutions</a>.  Or, feel free to leave any comments or questions below.</p>
<h2></h2>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/04/jive-is-like-a-conference-table-sharepoint-a-filing-cabinet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>While You&#8217;re Waiting on Google Glass, Try Some Popcorn&#8230;</title>
		<link>http://www.threewill.com/2013/04/while-youre-waiting-on-google-glass-try-some-popcorn/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=while-youre-waiting-on-google-glass-try-some-popcorn</link>
		<comments>http://www.threewill.com/2013/04/while-youre-waiting-on-google-glass-try-some-popcorn/#comments</comments>
		<pubDate>Mon, 08 Apr 2013 12:50:52 +0000</pubDate>
		<dc:creator>Danny Ryan</dc:creator>
				<category><![CDATA[Insights]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[plantronics]]></category>
		<category><![CDATA[popcorn]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=13829</guid>
		<description><![CDATA[Be one of the first to try Popcorn - a contextual intelligence app that works with Skype and Salesforce.com. <a href="http://www.threewill.com/2013/04/while-youre-waiting-on-google-glass-try-some-popcorn/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
	<input type="hidden" id="_wpnonce" name="_wpnonce" value="043861d6f0" /><input type="hidden" name="_wp_http_referer" value="/feed/" />			<content:encoded><![CDATA[<h3>Wearable Tech and Contextual Apps</h3>
<p>With so much discussion about wearable technology and a new generation of contextual applications in the news today, we&#8217;d like to invite you to experience one of these applications today.</p>
<h3>What&#8217;s Popcorn?</h3>
<p>ThreeWill and Plantronics have partnered up to bring a new product to market called Popcorn.  Here&#8217;s a <a href="https://www.youtube.com/watch_popup?v=DwbAs698GCI&#038;vq=hd1080" target="_blank">90 second video on Popcorn</a>.</p>
<h3>Special for Early Adopters</h3>
<p>We love early adopters &#8211; the first three users for your company are free&#8230;</p>
<p><a class="BigButton orangebutton" href="http://www.threewill.com/shop/?add-to-cart=11697">Download Popcorn Now</a></p>
<div class="qa-category">
			<h2 class="faq-catname">Popcorn FAQ</h2>
			<div class="qa-faqs qa-category cf animation-fade accordion collapsible">
		<p><a class="expand-all expand" href="javascript:void('0');">Expand all</a><a class="expand-all collapse" href="javascript:void('0');">Close all</a></p><div id="qa-faq0" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-is-popcorn/">What is Popcorn?</a></h3>
			<div class="qa-faq-answer"><p>Popcorn is an innovative app that helps you better respond to incoming calls by pulling in information from Salesforce about callers and by making it convenient to complete important tasks, like logging calls. Popcorn facilitates better conversation and follow up through improved context about the caller before, during, and after the call.</p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-is-popcorn/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq1" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-are-the-features-of-popcorn/">What are the features of Popcorn?</a></h3>
			<div class="qa-faq-answer"><p><img class="alignright  wp-image-10360" style="border: 1px solid black;" title="Popcorn Answer" src="http://www.threewill.com/wp-content/uploads/popcorn-answer-e1342703612879.png" alt="" width="230" height="86" /></p>
<p><strong>Answer Calls on Your Computer</strong></p>
<ul>
<li>Incoming call? Answer it through Popcorn on your computer.</li>
</ul>
<p><strong>Expansive Caller Information</strong></p>
<ul>
<li>Popcorn provides rich caller information to inform you before, during, and after your call.  Everything from their Job Title to Recent Activity pulled from Salesforce directly to your desktop.</li>
</ul>
<p><img class="alignright size-full wp-image-10361" style="border: 1px solid black;" title="USE THIS" src="http://www.threewill.com/wp-content/uploads/USE-THIS-e1342703672178.png" alt="" width="188" height="266" /><strong>Follow Users</strong></p>
<ul>
<li>Popcorn allows you to follow and unfollow callers during your conversation.</li>
</ul>
<p><strong>Next Steps</strong></p>
<ul>
<li>After your call is finished, Popcorn allows you to choose from a list of important Next Steps to take concerning your caller.</li>
</ul>
<p><strong>Log Calls</strong></p>
<ul>
<li>Never forget to log your conversations by logging your calls directly in the app.</li>
</ul>
<div class="alignright">
<img src="http://www.threewill.com/wp-content/uploads/Lookup-Screen.png" width="188"/><br/><br/><br/><img src="http://www.threewill.com/wp-content/uploads/Wrong-Match-Resolution.png" width="188" />
</div>
<p><strong>Caller Lookup and Wrong Match Resolution</strong></p>
<ul>
<li>Oftentimes, you have the person in Salesforce, but not by the number they&#8217;re calling you from.  In these cases, Popcorn will still Pop, allowing you to search for the caller by name.  By the same token, occasionally you&#8217;ll have the wrong number associated to someone, or you&#8217;ve got them tied to an office number, or they&#8217;ve changed numbers.  If that&#8217;s the case, and Popcorn has Popped with the wrong person, no problem.  Just tell Popcorn that this is not that person and you can return to the Lookup screen, where you can even create a new Lead or Contact.</li>
</ul>
<p><img class="alignright" src="http://www.threewill.com/wp-content/uploads/Lookup-Create.png" width="188" /><strong>Lead and Contact Generation</strong></p>
<ul>
<li>Your Salesforce data is never complete.  Got a new number incoming?  Add them from the Lookup screen.</li>
</ul>
<p><img class="alignright" src="http://www.threewill.com/wp-content/uploads/Suggestions.png" width="188" /><strong>Suggestions</strong></p>
<ul>
<li>Occasionally, Popcorn may suggest an action related to updating your data.  For instance, you may have looked up a contact for an unknown number.  Popcorn will suggest that you update this Lead/Contact&#8217;s Mobile or Phone field in Salesforce.</li>
</ul>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-are-the-features-of-popcorn/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq2" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-are-the-new-features-in-popcorn-1-2/">What are the new features in Popcorn 1.1?</a></h3>
			<div class="qa-faq-answer"><h2>Popcorn Accounts</h2>
<ul>
<li>In order to track your subscriptions, you’ll need to register at ThreeWill.com when you purchase Popcorn for Salesforce.  This account is used when you startup Popcorn.</li>
</ul>
<h2>Skype</h2>
<ul>
<li> The 1.1 release brings with it Skype support.  This means that even if you currently don’t have one of the supported Plantronics headsets, you can still be Popping with your Skype calls.</li>
</ul>
<h2>Broader support for International Numbers</h2>
<h2>Create Contacts and Leads</h2>
<ul>
<li>Did Popcorn not find a match for the current caller?  Are they not in Salesforce yet?  Not a problem.  Now you can Create the contact or lead right from Popcorn.</li>
</ul>
<h2>Popcorn Suggestions</h2>
<ul>
<li>This latest addition to the call screen allows Popcorn to make helpful suggestions concerning the current caller, such as whether or not you’d like to update a phone field for a contact or lead with the current Caller ID.</li>
</ul>
<h2>Wrong Match Resolution</h2>
<ul>
<li>Did Popcorn find the wrong person because they are calling from an office number?  This can now be fixed in a cinch.  Right from the call screen you can tell Popcorn that this isn’t who we thought it was and you can return to the Lookup screen and find the right match.  See the FAQ for details</li>
</ul>
<h2>Various Fixes and Improvements to the User Experience</h2>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-are-the-new-features-in-popcorn-1-2/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq3" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-are-the-new-features-in-popcorn-1-2-2/">What are the new features in Popcorn 1.2?</a></h3>
			<div class="qa-faq-answer"><h2>Key Features</h2>
<ul>
<li><b>Extended Salesforce Login</b><br/>Tired of logging into Salesforce?  Those days are over.  We now support long-term Salesforce authentication.</li>
<li><b>Managing of Pre-Requisites</b><br/>Popcorn has some support software.  From now on, we&#8217;re taking care of it for you and automatically install them.</li>
<li><b>Auto-Updates</b><br/>From now on, you&#8217;ll be told by Popcorn that an update is available to download and install.</li>
</ul>
<h2>Bug Fixes</h2>
<ul>
<li>Lost password support</li>
<li>Fixed issue with SF role setup and viewing User details</li>
</ul>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-are-the-new-features-in-popcorn-1-2-2/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq4" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-if-i-dont-use-a-headset/">What if I don&#8217;t use a headset?</a></h3>
			<div class="qa-faq-answer"><p>No problem!  Popcorn also supports <a href="http://www.skype.com/" target="_blank">Skype</a> calls.<br/><br/><br />
But I don&#8217;t have a phone number tied to my Skype account</p>
<ul>
<li>Popcorn&#8217;s got you covered. If Popcorn is running and you receive a Voice or a Video call, Popcorn will pop.</li>
</ul>
<p><img class="alignright" src="http://www.threewill.com/wp-content/uploads/Skype-Call-Lookup.png" width="188" /><br />
What if the person calling doesn&#8217;t have a phone number?</p>
<ul>
<li>Still not a problem.  Popcorn will simply pop with the Lookup screen, and the caller&#8217;s name automatically printed in the search box.</li>
</ul>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-if-i-dont-use-a-headset/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq5" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-headsets-does-popcorn-support/">What headsets does Popcorn support?</a></h3>
			<div class="qa-faq-answer"><p>Here is the current list of Supported Headsets:</p>
<ul>
<li><a href="http://www.plantronics.com/us/product/voyager-pro-uc" target="_blank">Plantronics Voyager Pro UC</a></li>
<li><a href="http://www.plantronics.com/us/product/voyager-legend-uc" target="_blank">Plantronics Voyager Legend</a></li>
</ul>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-headsets-does-popcorn-support/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq6" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-are-the-requirements-for-popcorn/">What are the requirements for Popcorn?</a></h3>
			<div class="qa-faq-answer"><p>To run Popcorn, you will need:</p>
<ul>
<li>Windows 7 (recommended)
<ul>
<li>Want to run Popcorn on Mac? Just install <a href="http://www.parallels.com/products/desktop/" target="_blank">Parallels</a> and use &#8220;Coherence&#8221; mode.</li>
</ul>
</li>
<li>I use a Plantronics Headset:
<ul>
<li>Latest Plantronics Firmware (<a href="http://www.plantronics.com/us/support/myheadset/updater/" target="_blank">Download Here</a>)</li>
<li><a title="What headsets does Popcorn support?" href="https://www.threewill.com/faqs/what-headsets-does-popcorn-support/">Click here</a> for the list of supported headsets</li>
</ul>
</li>
<li>I don&#8217;t have a Plantronics Headset:
<ul>
<li>Skype (<a href="http://www.skype.com" target="_blank">Join Now</a>)</li>
</ul>
</li>
<li>Spokes (<a href="http://www.plantronics.com/us/support/software-downloads/business-windows.jsp" target="_blank">Download Here</a>) <i>* NOTE that the Popcorn installation package will ensure that this is installed for you.</i></li>
<li>An active Salesforce Account</li>
<li>An Popcorn Account (<a href="http://www.threewill.com/faqs/what-is-my-popcorn-account/">What&#8217;s this?</a>) with an Active Subscription to Popcorn for Salesforce (Check <a href="http://www.threewill.com/shop/my-account/">My Account</a>)</li>
</ul>
<div></div>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-are-the-requirements-for-popcorn/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq7" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/does-popcorn-support-international-numbers/">Does Popcorn support International Numbers?</a></h3>
			<div class="qa-faq-answer"><p>As of our 1.1 Release, Popcorn supports most International Phone Numbers.<br/><br/><br />
Which countries?</p>
<ul>
<li>
As you know, there are hundreds of different lengths and formats depending on where you&#8217;re calling from and what region you are calling.  With this in mind, Popcorn takes a more simplified approach.  Essentially, we boil it down like this:</p>
<ul>
<li>If the number is formatted Internationally within Salesforce, we should be able to make an exact match (this mean it&#8217;s the full number, without delimiters and includes the country code).  For instance, a number from the UK should look like this: 447700954321.</li>
<li>If the number is formatted to the locale of it&#8217;s country of origin within Salesforce, then we will first get a range of matches by looking at the last 4 digits of mobile and phone numbers, stripping out known standard delimiters found in different countries.  Then we will compare the last 8 digits found within the initial range of numbers pulled from Salesforce.</li>
</ul>
</li>
</ul>
<p>What does all of that mean?</p>
<ul>
<li>It means that we don&#8217;t just attack certain country codes, we&#8217;re trying to support them all in one fell swoop.</li>
</ul>
<p>Are there risks with this approach?</p>
<ul>
<li>The only potential risk is that Popcorn may find more than one match, at which point you will need to choose who is calling.</li>
</ul>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/does-popcorn-support-international-numbers/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq8" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/how-do-i-install-popcorn/">How do I install Popcorn?</a></h3>
			<div class="qa-faq-answer"><p><b>Before installing Popcorn:</b></p>
<ul>
<li>If you are using a supported Plantronics Headset:
<ul>
<li title="How do I pair my headset?">Pair your headset. (<a title="How do I pair my headset?" href="https://www.threewill.com/faqs/how-do-i-pair-my-headset/">how?</a>)</li>
<li>Install the latest <a style="line-height: 13px;" href="http://www.plantronics.com/us/support/myheadset/updater/">Plantronics firmware</a>.</li>
</ul>
</li>
</ul>
<p><i>Popcorn has 2 major dependencies: Microsoft .Net 3.5 and Plantronics Spokes. As of the 1.2 release of Popcorn for Salesforce, these dependencies will be automatically installed for you. You cannot complete your installation of Popcorn without completing this Step. Spokes is critical to getting Popcorn to pop. Without it we don&#8217;t know when calls are incoming or outgoing on both your mobile device and on Skype.</i></p>
<div><strong><span style="line-height: 17px;">Then Follow These Steps:</span></strong></div>
<ul>
<li>Download the latest version of Popcorn (<a href="http://www.threewill.com/wp-content/uploads/PopcornSetup.exe" target="_blank">Click Here</a>).</li>
<li>Double-click on the install file.</li>
<li>If Windows asks for permission, click <strong>Yes.</strong></li>
<li>Click <strong>Next</strong> to start the install process.</li>
<li>Click <strong>Next</strong> on the Prerequisites screen to allow for any prerequisites to install first</li>
<li>If any prerequisites need to be installed, follow those to completion and click <strong>Finish</strong>.</li>
<li>Accept the terms, then click <strong>Next.</strong></li>
<li>Confirm the installation path, then click <strong>Next.</strong></li>
<li>Click <strong>Install.</strong></li>
<li>A command prompt window will appear.  Press <strong>Enter.</strong></li>
<li>Click<strong> Finish.</strong></li>
</ul>
<p><strong>After the install finishes, the next step is to run Popcorn and login with your Popcorn account (<a href="http://www.threewill.com/faqs/what-is-my-popcorn-account/">What&#8217;s this?</a>). Typically, this would be the account that you created when you purchased your Popcorn for Salesforce subscription. If you have not purchased a subscription, you can do that <a href="http://www.threewill.com/shop/?add-to-cart=11697" target="_blank">here</a>.</strong></p>
<p>Occasionally, you may also need to <a title="How do I configure Popcorn?" href="http://www.threewill.com/faq/how-do-i-configure-popcorn/">configure Popcorn.</a></p>
<p>Not Working After the Install Finishes? Check our <a title="What can I do if Popcorn stops working?" href="http://www.threewill.com/faq/what-can-i-do-if-popcorn-stops-working/">Troubleshooting Page</a>.</p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/how-do-i-install-popcorn/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq9" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-is-my-popcorn-account/">What is my Popcorn Account?</a></h3>
			<div class="qa-faq-answer"><p>When you first start Popcorn, you&#8217;ll encounter the following screen:<br/><br />
<a href="http://www.threewill.com/wp-content/uploads/Login-Screen.png" rel="shadowbox[sbpost-12731];player=img;"><img src="http://www.threewill.com/wp-content/uploads/Login-Screen-300x210.png" alt="Popcorn-Login-Screen" width="300" height="210" class="alignnone size-medium wp-image-12732" /></a><br/><br />
Three Will and Popcorn track your subscriptions purchased from ThreeWill.com.  These subscriptions are tied to the account you create for the purchase.  This is what we call your Popcorn Account.  If you have not purchased a subscription for Popcorn for Salesforce yet, you can do it <a href="http://www.threewill.com/shop/?add-to-cart=11697" target="_blank">here</a>.  If you have forgotten your password, you can retrieve it <a href="https://www.threewill.com/wp-login.php?action=lostpassword&#038;redirect_to=https://www.threewill.com" target="_blank">here</a>.<br/></p>
<p>
<b>I am a systems administrator at a large corporation and have many accounts that need to run Popcorn.  What do I do?</b><br/><br />
ThreeWill and the Popcorn team can work with you to get your accounts and installations going.  Contact us at <a href="mailto:support@threewill.com">support@threewill.com</a>.</p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-is-my-popcorn-account/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq10" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/how-do-i-configure-popcorn/">How do I configure Popcorn?</a></h3>
			<div class="qa-faq-answer"><p>After Popcorn starts up and you&#8217;ve logged in, right-click on the Popcorn icon in your system tray. <img class="alignright" src="http://www.threewill.com/wp-content/uploads/Popcorn-Menu.png" width="188" /></p>
<p>Popcorn Configuration options are as follows:</p>
<ol>
<li><strong>Mode Selection</strong> (<em>Chatter Only</em> or <em>CRM, then Chatter</em>)<img class="alignright" style="margin-top: 15px; margin-bottom: 15px;" title="Screen Shot 2012-07-18 at 11.47.16 AM" src="http://www.threewill.com/wp-content/uploads/popcorn-configuration1.png" alt="" width="188" />
<ul>
<li>CRM &amp; Chatter Mode &#8211; Popcorn will search through Salesforce in this order&#8230; Leads, Contacts, Chatter Users</li>
</ul>
</li>
<li><strong><a href="http://www.datahug.com/" target="_blank">Datahug</a> Username and Password</strong></li>
<li><strong>Salesforce URL </strong>(leave blank unless otherwise instructed)</li>
<li><strong>Run Popcorn at Login</strong></li>
<li><strong>Sign Me in when Popcorn starts</strong></li>
</ol>
<p><em>Don&#8217;t see Popcorn?  Look in the system tray.  If you still don&#8217;t see it, click on the carrot to see your hidden icons.  Click customize and checkmark &#8220;Always show all icons and notifications on the taskbar.&#8221;</em></p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/how-do-i-configure-popcorn/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq11" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/how-do-i-know-that-popcorn-is-running/">How do I know that Popcorn is running?</a></h3>
			<div class="qa-faq-answer"><p>Popcorn runs in the system tray and is brightly colored when ready to take calls.</p>
<p>Don&#8217;t see Popcorn in the tray?  Click on the carrot to show hidden icons.  Click <strong>Customize</strong> and checkmark &#8220;<em>Always show all icons and notifications on the taskbar.</em>&#8220;</p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/how-do-i-know-that-popcorn-is-running/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq12" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/how-do-i-pair-my-headset/">How do I pair my headset?</a></h3>
			<div class="qa-faq-answer"><p>Popcorn utilizes one of the latest innovations from Plantronics, the Spokes API.  The flagship product for Spokes is the Voyager Pro UC v2.  As new products come on the market with Spokes, Popcorn will support even more headsets.</p>
<p>Pairing with your Phone:</p>
<ul>
<li><a href="http://www.plantronics.com/us/common/easytopair/" target="_blank">Plantronics Pairing Guide</a></li>
</ul>
<p>Pairing with your Computer:</p>
<ol>
<li>Power headset on.</li>
<li>Insert Bluetooth USB adapter directly into your PC USB port. The LED will flash then turn solid blue to indicate the headset is connected to the USB adapter.  The LED remains solid blue when not on an active call.</li>
<li>Download the <a href="http://www.plantronics.com/us/support/software-downloads/" target="_blank">Plantronics software</a>.</li>
<li>Check your audio settings on your computer.  Confirm the speaker and microphone settings for your PC softphone are set to Plantronics BT300.</li>
<li>Place a call.  During an active call, the Bluetooth USB adapter will flash blue.</li>
</ol>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/how-do-i-pair-my-headset/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq13" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/how-do-i-setup-my-headset-and-popcorn-at-the-beginning-of-my-workday/">How do I setup my headset and Popcorn at the beginning of my workday?</a></h3>
			<div class="qa-faq-answer"><ol>
<li>Turn on your headset.</li>
<li>Make sure your <a title="How do I pair my headset?" href="http://www.threewill.com/faq/how-do-i-pair-my-headset/">headset is paired</a> with the USB dongle and your phone.</li>
<li>Launch Popcorn (or set Popcorn to automatically launch at startup).</li>
<li>You&#8217;re all set!</li>
</ol>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/how-do-i-setup-my-headset-and-popcorn-at-the-beginning-of-my-workday/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq14" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/i-just-received-a-call-but-popcorn-did-not-pop-up-what-happened/">I just received a call, but Popcorn did not pop-up.  What happened?</a></h3>
			<div class="qa-faq-answer"><p>Are you using a Headset?</p>
<ul>
<li>If yes, then you may need to make sure that you&#8217;ve updated your headset to the <a href="http://www.plantronics.com/us/support/myheadset/updater/" target="_blank">latest firmware</a>.</li>
</ul>
<p>I&#8217;ve updated to the latest firmware/I&#8217;m using Skype</p>
<ul>
<li>Popcorn needs to be <a title="What can I do if Popcorn stops working?" href="http://www.threewill.com/faq/what-can-i-do-if-popcorn-stops-working/">troubleshot.</a></li>
<li>It&#8217;s also possible that Popcorn was still on the previous call.  To respond to an additional incoming call while Popcorn is active on a call, use the call controls on your mobile phone.  Currently Popcorn only supports one call at a time.  We hope to change this in the near future.</li>
</ul>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/i-just-received-a-call-but-popcorn-did-not-pop-up-what-happened/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq15" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/what-can-i-do-if-popcorn-stops-working/">What can I do if Popcorn stops working?</a></h3>
			<div class="qa-faq-answer"><p>Basic Troubleshooting:</p>
<ol>
<li>If you&#8217;re using a supported Plantronics Headset, verify that it is still paired with the USB Dongle (should be solid blue) and your Phone.</li>
<li>Check the <a title="What are the requirements for Popcorn?" href="http://www.threewill.com/faq/what-are-the-requirements-for-popcorn/">Requirements</a>.</li>
<li>Restart your phone and reset your Bluetooth settings. (if using a headset)</li>
<li>Exit and restart <strong>Popcorn</strong>.</li>
</ol>
<p>Advanced Troubleshooting:</p>
<ol>
<li>Run the <strong>Reset Popcorn Plugin</strong> utility from the Start Menu.*</li>
<li>Clear Popcorn Settings:  C:\Users\<em>username</em>\AppData\Roaming\Popcorn</li>
<li>Contact your administrator to make sure your profile has access to custom objects.</li>
</ol>
<p>* This will kill the PlantronicsURE.exe and restart it.</p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/what-can-i-do-if-popcorn-stops-working/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq16" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/do-i-need-any-administrators-from-my-company-involved-in-my-install/">Do I need any Administrators from my company involved in my install?</a></h3>
			<div class="qa-faq-answer"><p>Popcorn runs as a Windows application on your desktop.  Other than local administrator access on your computer, Popcorn requires no admin rights.</p>
<p>In Salesforce, the administrator needs to make sure all users using Popcorn have Salesforce profiles that allow custom objects.</p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/do-i-need-any-administrators-from-my-company-involved-in-my-install/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq17" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/i-have-a-new-feature-request-or-feedback-who-do-i-send-it-to/">I have a new feature request or feedback.  Who do I send it to?</a></h3>
			<div class="qa-faq-answer"><p>Great!  Email us at support@threewill.com</p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/i-have-a-new-feature-request-or-feedback-who-do-i-send-it-to/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq18" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/i-have-a-common-question-that-should-be-added-to-an-faq-how-do-i-add-it/">I have a common question that should be added to an FAQ, how do I add it?</a></h3>
			<div class="qa-faq-answer"><p>That&#8217;s great, please go to the bottom of the <a title="ThreeWill Support" href="http://www.threewill.com/support/">Support page</a> and click &#8220;Submit a question.&#8221;</p>
<p><a href="http://www.threewill.com/wp-content/uploads/Screenshot_12_20_12_4_38_PM.png" rel="shadowbox[sbpost-12273];player=img;"><img class="alignnone size-medium wp-image-12322" alt="Screenshot_12_20_12_4_38_PM" src="http://www.threewill.com/wp-content/uploads/Screenshot_12_20_12_4_38_PM-300x193.png" width="300" height="193" /></a></p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/i-have-a-common-question-that-should-be-added-to-an-faq-how-do-i-add-it/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			<div id="qa-faq19" class="qa-faq">
			<h3 class="qa-faq-title"><a class="qa-faq-anchor" href="http://www.threewill.com/faqs/how-do-i-cancel-my-subscription/">How do I cancel my subscription?</a></h3>
			<div class="qa-faq-answer"><p>If you so happen to need to cancel your subscription, we’ve ensured that it’s a painless process. We know it hurts to leave, but understand your decision.</p>
<p>Simply login to your account, you’ll see a subscriptions table. Under that you’ll see your subscription with an option to cancel.</p>
<p>If, for whatever reason, you feel like sending us a <a title="Send Us An Email" href="mailto:info@threewill.com">parting email</a>, or letting us know where we failed you, pop us a message. We’re all ears for your feedback to improve our customer experience.</p>
<p class="qa-faq-meta qa-post-like"><a class="qa-permalink" href="http://www.threewill.com/faqs/how-do-i-cancel-my-subscription/">Permalink.</a></p></div><!--.qa-faq-answer-->
				</div><!--.qa-faq-->
			</div><!--.qa-category-->
		</div><!--.qa-faqs --><h2><a class="button qasubmission" href="javascript:void('0');">Submit a question</a></h2>
			<div id="postbox" style="display:none;"><form id="new_post" name="new_post" method="post" action="#qa-msg">

		<label for="title">Question</label><br />

		<textarea id="title" tabindex="1" cols="60" rows="2" name="title"></textarea><br /><select name='cat' id='cat' class='postform'  tabindex="4">
	<option value='-1'>Choose a category</option>
	<option class="level-0" value="125">SharePoint Developer Boot Camp FAQ</option>
	<option class="level-0" value="126">Free SharePoint Mini-Boot Camps FAQ</option>
	<option class="level-0" value="179">Picklist FAQ</option>
	<option class="level-0" value="201">Chatter for Salesforce FAQ</option>
	<option class="level-0" value="237">Purchasing FAQ</option>
	<option class="level-0" value="257">Support FAQ</option>
	<option class="level-0" value="258">Product FAQs</option>
	<option class="level-0" value="270">Popcorn FAQ</option>
	<option class="level-0" value="271">Pointer FAQ</option>
</select>


		<input type="text" id="info" name="info" size="10" style="display:none" />
		<input type=hidden id="faq-submision" name="faq-submission" value="true" /><br />

		<input type="submit" value="Submit" tabindex="6" id="submit" name="submit" />

		<input type="hidden" name="action" value="post" /><input type="hidden" id="_wpnonce" name="_wpnonce" value="043861d6f0" /><input type="hidden" name="_wp_http_referer" value="/feed/" /></form>
		</div>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/04/while-youre-waiting-on-google-glass-try-some-popcorn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>April 2013 Newsletter</title>
		<link>http://www.threewill.com/2013/04/april-2013-newsletter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=april-2013-newsletter</link>
		<comments>http://www.threewill.com/2013/04/april-2013-newsletter/#comments</comments>
		<pubDate>Mon, 01 Apr 2013 14:45:34 +0000</pubDate>
		<dc:creator>Danny Ryan</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[newsletters]]></category>

		<guid isPermaLink="false">http://www.threewill.com/?p=13803</guid>
		<description><![CDATA[This month's newsletter is now available:   <br/><br/><a href="http://www.threewill.com/?wysija-page=1&#038;controller=email&#038;action=view&#038;email_id=10&#038;wysijap=subscriptions" class="SmallButton orangebutton">View Now</a><br/><br/> <a href="http://www.threewill.com/2013/04/april-2013-newsletter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This month&#8217;s topics:</p>
<ul>
<li>ThreeWill&#8217;s New Direction</li>
<li>What do SharePoint, Jive and Salesforce have in common?</li>
<li>Plus a Client and ThreeWiller testimonial<a href="http://p0.vresp.com/0w8Vyf" target="_blank"></li>
</ul>
<p><a class="BigButton orangebutton" href="http://www.threewill.com/?wysija-page=1&#038;controller=email&#038;action=view&#038;email_id=10&#038;wysijap=subscriptions" target="_blank">View Now</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threewill.com/2013/04/april-2013-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 1.852 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2013-06-19 16:22:11 -->

<!-- Compression = gzip -->