<?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>StoverEffect &#187; SharePoint</title>
	<atom:link href="http://stovereffect.com/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://stovereffect.com</link>
	<description>John Stover. Entrepreneur. Consultant. Author. Speaker. Mentor. Strategist. Expert.</description>
	<lastBuildDate>Mon, 27 Jun 2011 18:00:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Manually Configure SharePoint 2010 Search Service Application Topology</title>
		<link>http://stovereffect.com/2011/06/17/manually-configure-sharepoint-2010-search-service-application-topology/</link>
		<comments>http://stovereffect.com/2011/06/17/manually-configure-sharepoint-2010-search-service-application-topology/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 22:49:00 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://stovereffect.com/?p=478</guid>
		<description><![CDATA[What a long title for a post, right?  And with the current trend to scripting installs, why would anyone in their right mind manually configure anything in SharePoint.  The truth of the matter is that I didn’t plan on configuring the Search Topology.  In fact, this manual configuration was done as part of my poorly [...]]]></description>
			<content:encoded><![CDATA[<p>What a long title for a post, right?  And with the current trend to scripting installs, why would anyone in their right mind manually configure anything in SharePoint.  The truth of the matter is that I didn’t <em>plan </em>on configuring the Search Topology.  In fact, this manual configuration was done as part of my poorly scripted configuration.  It is rare in my experience that learning real lessons come from planning.  The real lessons come from life not going quite as planned…</p>
<p><span id="more-478"></span></p>
<p>This was my first experience using the Automated SharePoint 2010 Powershell-based installation script from CodePlex, the AutoSPInstaller available at <a href="http://autospinstaller.codeplex.com/" target="_blank">http://autospinstaller.codeplex.com/</a> (Special thanks to <a href="http://twitter.com/#!/brianlala" target="_blank">Brian Lalancette</a> and <a href="http://www.21apps.com/who-we-are/andrew-woodward" target="_blank">Andrew Woodward</a> and anyone else that uses, documents, comments, or blogs about it.  Really great tool for managing the install, even a multi-server farm.</p>
<p>So, I used the AutoSPInstallerInput.XML configuration file, verified my account info, checked database names, and let it rip.  Worked like a champ.  Went through to test everything… Sites were responding, My Sites worked, looked good.  Then I tried to search.</p>
<p>Search wasn&#8217;t quite working.  I went to the Search Application Topology, all that I had were the Admin component and the Databases. There was no Crawl Component configured, and there was no Index Partition.  Shame on me… I didn&#8217;t actually configure the Crawl or Index Partition as part of the script.</p>
<p><a href="http://stovereffect.com/wp-content/uploads/2011/06/image.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="image" src="http://stovereffect.com/wp-content/uploads/2011/06/image_thumb.png" border="0" alt="image" width="496" height="152" /></a></p>
<p>Easy enough to fix, right. I figured I would just use the web interface to manually create a new Crawl Component.   When you create a new component, a status message appears for &#8216;pending creation&#8217;. So, I created a new Crawl Component and then clicked &#8216;Apply Topology Changes&#8217;.</p>
<p><a href="http://stovereffect.com/wp-content/uploads/2011/06/clip_image001.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="clip_image001" src="http://stovereffect.com/wp-content/uploads/2011/06/clip_image001_thumb.png" border="0" alt="clip_image001" width="189" height="79" /></a></p>
<p>No luck. Failed. Received an error message that SharePoint could not configure a Crawl Component because there were an incorrect number of indexes. The SharePoint search topology only supports from 1 to 256 indexes.  I currently had zero.</p>
<p><a href="http://stovereffect.com/wp-content/uploads/2011/06/clip_image002.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: block; float: none; margin-left: auto; margin-right: auto; padding-top: 0px; border: 0px;" title="clip_image002" src="http://stovereffect.com/wp-content/uploads/2011/06/clip_image002_thumb.png" border="0" alt="clip_image002" width="400" height="103" /></a></p>
<p>So I had to go create an Index first, right? Wrong. Couldn&#8217;t create an Query Component because there was no Crawl Component configured.  Regardless of where I started, I couldn’t create the components because they were dependent on each other?</p>
<p>What&#8217;s the answer? You must create all components and databases at the same time. Each will show &#8216;pending creation&#8217; or &#8216;pending deletion&#8217; depending upon your actions. Apply Topology Changes will then appropriately configure the necessary Search Application Components.</p>
<p>Another lesson learned.</p>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2011/06/17/manually-configure-sharepoint-2010-search-service-application-topology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Should I Learn SharePoint?</title>
		<link>http://stovereffect.com/2011/05/31/how-should-i-learn-sharepoint/</link>
		<comments>http://stovereffect.com/2011/05/31/how-should-i-learn-sharepoint/#comments</comments>
		<pubDate>Tue, 31 May 2011 19:10:18 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://stovereffect.com/?p=458</guid>
		<description><![CDATA[“I’m new to SharePoint.  I have a background in ColdFusion, HTML, Java, Ruby, C++, Photoshop, (insert previous life here), etc., and now I want to learn SharePoint.  Where should I start?” If you are trying to learn SharePoint, even getting started can be a little intimidating.  SharePoint information is available in many forms: books, blogs, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-464" title="Lucy the Pug" src="http://stovereffect.com/wp-content/uploads/2011/05/Lucy.png" alt="" width="92" height="136" />“I’m new to SharePoint.  I have a background in ColdFusion, HTML, Java, Ruby, C++, Photoshop, (insert previous life here), etc., and now I want to learn SharePoint.  Where should I start?”</p>
<p>If you are trying to learn SharePoint, even getting started can be a little intimidating.  SharePoint information is available in many forms: books, blogs, discussion boards, conferences, events, webinars, and more. With so much information available for free, where do you start?<img title="More..." src="http://stovereffect.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><span id="more-458"></span></p>
<p>Start with a book. There are many free resources out there, but many of them are out of context for someone just coming to SharePoint. A book is usually pretty concise and comprehensive.  You can keep it with you, highlight it, make notes, and have it readily accessible.  It can be a physical book or Kindle version.  It does not matter.  There are so many books to choose from that it doesn’t even matter which book you start with. Pick one. Buy one. Borrow one. Steal one. Please don’t actually steal one. You’ll find that the SharePoint community is a very engaging community of people that will gladly lend or give you a book if you ask for one.</p>
<p>If you are looking for a great intro book, I highly recommend Sue Hanley’s latest book, <a target="_blank" href="http://www.amazon.com/gp/product/0321700759/ref=as_li_tf_tl?ie=UTF8&amp;tag=stover-20&amp;linkCode=as2&amp;camp=217145&amp;creative=399349&amp;creativeASIN=0321700759">Essential SharePoint 2010</a>. It’s extremely well written, easy to understand, and provides a great introduction to SharePoint.</p>
<p>Even when starting with a book (or class or guessing your way through it), I would still recommend the following basic approach to learning SharePoint:</p>
<ol>
<li><strong>Learn the SharePoint terminology.</strong> It is important to understand the basic terminology with any platform, but it is critical to understand the building blocks of SharePoint. You need to know what a List is in SharePoint. You need a lot more keywords: Farm, Web Application, Site, Site Collection, Library, List, Workflow, Activity, Alert, Item, and much more.  You do not need to remember all of the specific details or become an expert yet, but you do need to understand the terminology and the boundaries of SharePoint.</li>
<li><strong>Learn the SharePoint browser interface. </strong>Before you become an Admin or Developer, you should learn what you can do with the SharePoint browser interface.  Learn Site Settings, List Settings, and Permissions. You can create sites, lists, libraries, workflow, alerts, and build entire applications using nothing but the browser interface. Before you begin supporting SharePoint from an administrative level or writing any code, you need to learn what can be accomplished from the browser interface. I have worked with more than one developer that wrote code to perform something that SharePoint did out of the box!</li>
<li><strong>Learn SharePoint Designer.</strong> Oh, bother! SharePoint Designer is not to be trusted! I’ve heard it before, but the reality is that you need to use the appropriate tool for the job. SharePoint Designer 2010 is an incredibly powerful tool.  It&#8217;s used for applying designs and styles, but I personally don’t even do that (I’m not a designer and don&#8217;t claim to be). I use SharePoint Designer to create and manage Lists and Libraries. I use SharePoint Designer to make use of external data (using BCS and External Lists). I use it for creating and managing workflow, and I use it for creating XSLT List View Web Parts. You can build entire applicaitons by configuring SharePoint using SharePoint Designer &#8211; without writing code.  Very powerful.</li>
<li><strong>Learn about third-party SharePoint products.</strong> In most organizations (not all), I stress the importance of minimizing the amount of custom application development that you support. I feel that it is important to exhaust all other alternatives before you begin writing custom code. This includes leveraging third-party tools and applications. Within the vast SharePoint world, there are hundreds of web parts, applications, tools, and solutions that you can purchase. If you are learning SharePoint, you should become familiar with some of these tools and what they do. If nothing else, it will help you understand how others have attacked building applications. It may also shed some light on some of SharePoint’s weaknesses (or at least what some of these vendors think those weaknesses are).</li>
<li><strong>Developers: Only after the previous steps should you Learn Visual Studio and .NET in the context of SharePoint. </strong>Last (but definitely not least), go to Visual Studio and/or PowerShell. If you are already a .NET developer, you may be inclined to start here. Don’t! Learn the SharePoint basics before you start writing code.<br />
If you are new to .NET, then you still need to follow this prescription: Learn SharePoint before you learn how to write custom code in SharePoint. If you are new to .NET, you will need to learn .NET and more specifically ASP.NET. There are thousands of resources available for this as well, and it depends upon your preferred learning method. There are books, classes, blogs, webinars, and online virtual classrooms. Pick a method that works for you (on your schedule and within your budget).</li>
</ol>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2011/05/31/how-should-i-learn-sharepoint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Service Pack 1 announced for SharePoint 2010, Office 2010, Project 2010, and Project Server 2010</title>
		<link>http://stovereffect.com/2011/05/16/service-pack-1-announced-for-sharepoint-2010/</link>
		<comments>http://stovereffect.com/2011/05/16/service-pack-1-announced-for-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 17 May 2011 00:46:54 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[SharePoint 2010]]></category>

		<guid isPermaLink="false">http://stovereffect.com/?p=426</guid>
		<description><![CDATA[While I’m not at TechEd Atlanta today, it’s good to see that The Microsoft Office Sustained Engineering Team announced that SharePoint 2010 Service Pack 1 is “on track for release at the end of June” 2011.  While I’m sure there are plenty of bug fixes included, I’m specifically interested in the following updates that are [...]]]></description>
			<content:encoded><![CDATA[<p>While I’m not at TechEd Atlanta today, it’s good to see that <a href="http://blogs.technet.com/The-Microsoft-Office-Sustained-Engineering-Team/ProfileUrlRedirect.ashx">The Microsoft Office Sustained Engineering Team</a> announced that <a href="http://blogs.technet.com/b/office_sustained_engineering/archive/2011/05/16/announcing-service-pack-1-for-office-2010-and-sharepoint-2010.aspx" target="_blank">SharePoint 2010 Service Pack 1</a> is “on track for release at the end of June” 2011.  While I’m sure there are plenty of bug fixes included, I’m specifically interested in the following updates that are scheduled to be part of the Service Pack:<span id="more-426"></span></p>
<ul>
<li>Integrated community content in the <strong>Access</strong> Application Part Gallery.<br />
<a href="http://stovereffect.com/wp-content/uploads/2011/05/image.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="image" src="http://stovereffect.com/wp-content/uploads/2011/05/image_thumb.png" border="0" alt="image" width="174" height="244" /></a><br />
<em>I assume that this means it will allow us, the “community”, to contribute new Application parts to be used in building Access applications.  This will be very powerful – especially for those folks that use Access as an interface to SharePoint for Access Power Users.</em></li>
<li>Better alignment between Project Server and SharePoint Server <strong>browser support</strong>.<br />
<em>Browser Support is good.<br />
</em></li>
<li><strong>Office Web Applications</strong> Support for Chrome<br />
<em>Even more Browser Support is even better.<br />
</em></li>
<li>Internet Explorer 9 “Native” support for <strong>Office Web Applications</strong> and <strong>SharePoint.<br />
</strong><em>Finally! Browser support for their own browser. Left hand, meet right hand.</em></li>
<li><strong>Improved backup / restore</strong> functionality for SharePoint Server<br />
<em>Good news for Admins – especially for admins that don’t have the luxury of using some of the third-party backup and restore tools.</em></li>
<li><strong>Project Professional</strong> now synchronizes scheduled tasks with SharePoint task lists.<br />
<em>I’m a huge fan of Project.  Better synchronization of Project with SharePoint without the need for Project server is a big win.</em></li>
</ul>
<p>That’s not all, there are other features highlighted on the blog post.</p>
<p>As far as the Project Server 2010 updates included in Service Pack 1, there are some notes on the <a href="http://blogs.msdn.com/b/project/archive/2011/05/16/project-2010-sp1.aspx" target="_blank">Microsoft Project product team blog post</a> early this morning.</p>
<p>My favorite is again Browser Support.</p>
<ul>
<li>With Project Server 2010 SP1, Project Web App pages needed by team members to submit task status and timesheets are supported on FireFox, Safari, and Chrome.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2011/05/16/service-pack-1-announced-for-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is your take on Office 365?</title>
		<link>http://stovereffect.com/2011/04/27/what-is-your-take-on-office-365/</link>
		<comments>http://stovereffect.com/2011/04/27/what-is-your-take-on-office-365/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 20:30:47 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Office 365]]></category>

		<guid isPermaLink="false">http://stovereffect.com/?p=421</guid>
		<description><![CDATA[I’m preparing a new series of blog posts specifically around moving to Office 365 Beta. What questions do you have?&#160; What specific topics would you like to read about?&#160; Questions or comments?&#160; Are you using 365 yet?&#160; Are you thrilled or miserable?]]></description>
			<content:encoded><![CDATA[<p><a href="http://stovereffect.com/wp-content/uploads/2011/04/IMG_2390.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="IMG_2390" border="0" alt="IMG_2390" align="left" src="http://stovereffect.com/wp-content/uploads/2011/04/IMG_2390_thumb.jpg" width="93" height="98" /></a></p>
<p>I’m preparing a new series of blog posts specifically around moving to Office 365 Beta.</p>
<p>What questions do you have?&#160; What specific topics would you like to read about?&#160; Questions or comments?&#160; Are you using 365 yet?&#160; Are you thrilled or miserable?</p>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2011/04/27/what-is-your-take-on-office-365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AUDC 2011 is over &#8211; SharePointConference.org is next week!</title>
		<link>http://stovereffect.com/2011/03/02/audc-2011-is-over-sharepointconference-org-is-next-week/</link>
		<comments>http://stovereffect.com/2011/03/02/audc-2011-is-over-sharepointconference-org-is-next-week/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 13:13:27 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Speaking]]></category>

		<guid isPermaLink="false">http://stovereffect.com/2011/03/02/audc-2011-is-over-sharepointconference-org-is-next-week/</guid>
		<description><![CDATA[Getting ready to head home from sunny Orlando after having been at Avectra&#8217;s AUDC 2011 Conference. Overall, this was a really good experience. It seems that Avectra is maturing as a software company more every year. This year there was a lot of focus on the partner environment, the product(s) roadmap, and community involvement (the [...]]]></description>
			<content:encoded><![CDATA[<p>Getting ready to head home from sunny Orlando after having been at Avectra&#8217;s AUDC 2011 Conference.  Overall, this was a really good experience.  It seems that Avectra is maturing as a software company more every year.  This year there was a lot of focus on the partner environment, the product(s) roadmap, and community involvement (the User Group had a huge representation).  Frankly, I was pretty amazed to see so many people and organizations already working with SharePoint 2010 (which is a good thing).  While there were a lot of attendees that I spoke with that are using SharePoint in a variety of projects, there were also a lot of vendors that now implement SharePoint as well.  That really speaks to the adoption of the new platform and the demand that is clearly out there.  I got to see a lot of friends, colleagues, and clients, and I look forward to working with all of them this year.<br />
Now I&#8217;m preparing for SharePointConference.org next week in Baltimore, MD.  I still have a lot of work to do to prepare fot his conference, since I&#8217;m co-presenting the keynote on Tuesday morning, moderating a Business Intelligence roundtable, and also presenting two sessions.  I look forward to seeing you all there.</p>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2011/03/02/audc-2011-is-over-sharepointconference-org-is-next-week/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Uncle Sam using SharePoint 2010 in the Amazon Cloud</title>
		<link>http://stovereffect.com/2011/01/25/uncle-sam-using-sharepoint-2010-in-the-amazon-cloud/</link>
		<comments>http://stovereffect.com/2011/01/25/uncle-sam-using-sharepoint-2010-in-the-amazon-cloud/#comments</comments>
		<pubDate>Tue, 25 Jan 2011 19:21:42 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Cloud]]></category>

		<guid isPermaLink="false">http://stovereffect.com/2011/01/25/uncle-sam-using-sharepoint-2010-in-the-amazon-cloud/</guid>
		<description><![CDATA[While some may think that the United States Government is pretty slow to react to technology trends, there is a recent site launch that indicates otherwise.&#160; The U.S. Department of the Treasury site is Microsoft SharePoint 2010 hosted in the cloud on Amazon Web Services (AWS).&#160; Check out http://Treasury.gov]]></description>
			<content:encoded><![CDATA[<p>While some may think that the United States Government is pretty slow to react to technology trends, there is a recent site launch that indicates otherwise.&#160; The U.S. Department of the Treasury site is Microsoft SharePoint 2010 hosted in the cloud on Amazon Web Services (AWS).&#160; Check out <a href="http://Treasury.gov">http://Treasury.gov</a></p>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2011/01/25/uncle-sam-using-sharepoint-2010-in-the-amazon-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why would a nonprofit use SharePoint?</title>
		<link>http://stovereffect.com/2011/01/06/why-would-a-nonprofit-use-sharepoint/</link>
		<comments>http://stovereffect.com/2011/01/06/why-would-a-nonprofit-use-sharepoint/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 13:11:08 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Nonprofit]]></category>

		<guid isPermaLink="false">http://stovereffect.com/2011/01/06/why-would-a-nonprofit-use-sharepoint/</guid>
		<description><![CDATA[Is SharePoint a good fit for an association?  What about a charity?  Should a non profit be using SharePoint?  The typical consultant answer is “it depends.” First, let’s oversimplify SharePoint.  SharePoint is software used to build websites.  That’s it. However, SharePoint is more than just a single-purpose web site tool.  It’s a platform that you [...]]]></description>
			<content:encoded><![CDATA[<p>Is SharePoint a good fit for an association?  What about a charity?  Should a non profit be using SharePoint?  The typical consultant answer is “it depends.”<a href="http://stovereffect.com/wp-content/uploads/2011/01/IMG_9043.jpg"><img class="size-medium wp-image-366 alignright" title="IMG_9043.jpg" src="http://stovereffect.com/wp-content/uploads/2011/01/IMG_9043-300x200.jpg" alt="" width="300" height="200" /></a></p>
<p>First, let’s oversimplify SharePoint.  SharePoint is software used to build websites.  That’s it.</p>
<p>However, SharePoint is more than just a single-purpose web site tool.  It’s a platform that you can use build your Intranet, extranet, private social network, professional network, search engine, and public-facing website.  It’s more than just a web content management system, blogging system, wikie, or document sharing interface.  Once you and your team knows a little bit about SharePoint, you can focus on doing your job and less on learning and supporting niche applications and tools.<span id="more-368"></span></p>
<p>SharePoint is feature rich.  SharePoint sites can consist of documents, pages, images, videos, discussions, blogs, wikis, calendars, sites, subsites, security, workflow, search, dashboards, BI, and much more.  The fact that you can construct so many types of solutions without ever writing code is a powerful feature in itself.  I’m a huge proponent of configuration over customization.  If you do opt for customization (a.k.a writing code), then the SharePoint world is your oyster.</p>
<p>SharePoint is now bigger than Microsoft.  There are literally thousands of options available hosting, third-party products, add-ons, solution starters, templates, samples, examples, and even source code (see <a href="http://www.codeplex.com/">CodePlex</a>).  Even companies that are traditional Microsoft competitors develop products that ‘tie in’ to SharePoint – even <a href="http://www-01.ibm.com/software/data/content-management/filenet-connector-sharepoint/">IBM</a>.</p>
<p><strong>Availability of Information</strong>.  Do a search for “whatever product or solution you are thinking about using”.  Search for Drupal, SiteCore, Ektron, WordPress, Joomla, or any of the hundreds of other website management products out there.  Then do a search for SharePoint.  Then go to <a href="http://www.amazon.com/">Amazon</a>.  Search for books related to your product.  Then search for books related to SharePoint.  If you want to become completely self-sufficient (and not rely on the vendor/consultant/IT guy), there does not seem to be a platform anywhere that has more information freely available than SharePoint.</p>
<p><strong>Community</strong>.  There are more developers, end users, architects, consultants, companies, vendors, Microsoft partners working around SharePoint than any other solution or platform I have ever seen.  The SharePoint community exists both online and in person!  There are user groups that regularly meet and talk SharePoint in every major metro area – and international!  The single most important facet of the community is the welcoming attitude of the SharePoint community.  Join any group and participate, or just sit back and watch.  The community is extremely helpful.</p>
<p><strong>Conferences</strong>.  There are so many conferences every year that I no one has an accurate count.  Even if the conference isn’t dedicated to SharePoint, there seem to be SharePoint tracks or sessions at most of the conferences I’ve seen.</p>
<p><strong>Return on Investment</strong>.  This is one that gets thrown around a lot – largely because of rumors and suppositions.  One of the most ill informed arguments I’ve heard is that SharePoint is expensive and open source is free!   First, <a href="http://sharepoint.microsoft.com/en-us/product/Related-Technologies/Pages/SharePoint-Foundation.aspx">SharePoint Foundation</a> is free.  If you are running Windows Server 2008, you can <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=49c79a8a-4612-4e7d-a0b4-3bb429b46595&amp;displaylang=en">download SharePoint</a> and use it for … wait for it … FREE!    Okay, but let’s be realistic.  I know that you’ve heard this before – nothing is free.  You have to pay for servers, bandwidth, resources, skills, education, support – regardless of the technology.  If you run any technology platform – you pay for it.   Every related to implementation influences the ROI.  Availability of information, stability, education costs, capabilities, stability, recurring investments.  Also, what happens when angry IT guy that put in the <a href="http://en.wikipedia.org/wiki/LAMP_(software_bundle)">LAMP</a> solution quits or goes out of business.  Who, where, how are you going to get support?  Is the community and ecosystem big enough to support you in a year?  What about in 5 years?</p>
<p>Technology decisions are complex.  Do I think SharePoint is a good fit for every organization?  Yes!  (just kidding).  I think we can all agree that there is no single technology that is a perfect fit for every organization for every solution.  I think every organization should give serious consideration to the big picture when selecting technology platforms.  Do you want a single platform or individual niche applications?  Do you want commercially supported tools or open source (or a hybrid)?  While I don’t work for Microsoft, I’ve never heard of an IT manager getting fired for choosing Microsoft as a technology platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2011/01/06/why-would-a-nonprofit-use-sharepoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our book is out! SharePoint for Nonprofits</title>
		<link>http://stovereffect.com/2011/01/04/our-book-is-out-sharepoint-for-nonprofits/</link>
		<comments>http://stovereffect.com/2011/01/04/our-book-is-out-sharepoint-for-nonprofits/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 12:36:00 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://stovereffect.com/2011/01/04/our-book-is-out-sharepoint-for-nonprofits/</guid>
		<description><![CDATA[Sean and I finally finished our book: SharePoint for Nonprofits: The Definitive Guide to SharePoint for your Nonprofit, Association, Charity, and .ORG.   We actually finished it during the week of Thanksgiving 2010, but I’m finally getting around to chatting about it. There are hundreds of really great SharePoint books already out there that cover the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://mossseo.wordpress.com/" target="_blank">Sean</a> and I finally finished our book: <a href="http://www.sharepointfornonprofits.com" target="_blank">SharePoint for Nonprofits: The Definitive Guide to SharePoint for your Nonprofit, Association, Charity, and .ORG</a>.   We actually finished it during the week of Thanksgiving 2010, but I’m finally getting around to chatting about it.</p>
<p>There are hundreds of really great SharePoint books already out there that cover the admin and code level stuff.   This book is NOT about installing SharePoint or writing code.   SharePoint for Nonprofits provides details about leveraging specific needs of trade associations, membership societies, volunteer organizations, and other nonprofit associations, charities and .orgs; and how SharePoint might be used to satisfy some of these needs.<span id="more-351"></span></p>
<p>SharePoint for Nonprofits contains various strategy guidelines and best practices for organizations of all sizes thinking about or leveraging Microsoft’s popular SharePoint platform.  We hope that this guide will help you navigate SharePoint whether you are using it for an Intranet, extranet, community, public-facing website, or any combination thereof.</p>
<p><a href="http://www.lulu.com/product/paperback/sharepoint-for-nonprofits/13995290" target="_blank"><img src="http://static.lulu.com/product/paperback/sharepoint-for-nonprofits/13995290/thumbnail/320" alt="SharePoint for Nonprofits" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2011/01/04/our-book-is-out-sharepoint-for-nonprofits/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five Best Improvements in SharePoint 2010</title>
		<link>http://stovereffect.com/2010/09/21/five-best-improvements-in-sharepoint-2010/</link>
		<comments>http://stovereffect.com/2010/09/21/five-best-improvements-in-sharepoint-2010/#comments</comments>
		<pubDate>Tue, 21 Sep 2010 18:22:22 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[BCS]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[Workflow]]></category>

		<guid isPermaLink="false">http://stovereffect.com/2010/09/21/five-best-improvements-in-sharepoint-2010/</guid>
		<description><![CDATA[SharePoint 2010 is great, but what are the Top 5 enhancements or new features that are available in SharePoint 2010?  Everyone who works with SharePoint will have their own Top 5 lists. Social Network.  The world is now social.  I know, in reality the world has always been social.  The entire Internet is based upon [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint 2010 is great, but what are the Top 5 enhancements or new features that are available in SharePoint 2010?  Everyone who works with SharePoint will have their own Top 5 lists.</p>
<ol>
<li>Social Network.  The world is now social.  I know, in reality the world has always been social.  The entire Internet is based upon the concept of social.  Being social is the new black.  Status updates, tags, notes, following, being followed – it’s all in SharePoint 2010 out of the box.  Users can tag and make notes everywhere – on docs, wikis, blogs, CMS pages, videos, pictures.  Everywhere.  Organizations have spent a ton of money in the last 4 years custom building these tools in a variety of platforms.<br />
<a href="http://stovereffect.com/wp-content/uploads/2010/09/image4.png"><img class="alignright" style="display: inline; border: 0px;" title="image" src="http://stovereffect.com/wp-content/uploads/2010/09/image_thumb4.png" border="0" alt="image" width="244" height="154" /></a></li>
<li>Business Connectivity Services (BCS).  <a href="http://msdn.microsoft.com/en-us/magazine/ee819133.aspx" target="_blank">BCS</a> allows you to connect to external data sources.  Easily.  If you are connecting to an external SQL database it really could not be easier.  With SharePoint Designer 2010, you can map to an external data source, map an External Content Type to the data and use the intuitive SharePoint list interface on your external data.  Even better, this functionality exists in the free version of SharePoint – SharePoint Foundation 2010.</li>
<li>SharePoint Designer 2010.  <a href="http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d88a1505-849b-4587-b854-a7054ee28d66&amp;displaylang=en" target="_blank">SharePoint Designer 2010 is free.</a> With a completely reinvented user interface, this is now an extremely powerful tool in your SharePoint arsenal and not a tool to shy away from.  From creating external data sources and managing the UI to creating data views and reusable workflows (see <a href="http://mossseo.wordpress.com/2010/09/21/how-to-create-a-reusable-workflow-using-sharepoint-designer-2010-all-steps" target="_blank">Sean Bordner’s post</a>), SharePoint Designer 2010 is my tool of choice for leveraging the power of SharePoint.  SharePoint Designer 2010 works with all versions SharePoint 2010, from Foundation up.</li>
<li>Ribbon toolbar.  The overhaul performed on the SharePoint UI is great.  I’ve heard nothing but great reviews from end users.  People are used to working with Microsoft Office, and the familiar ribbon toolbar decreases the learning curve tremendously.  Good on ya.</li>
<li>Search.  Search refinements, improved people search, and <a href="http://sharepoint.microsoft.com/en-us/product/capabilities/search/Pages/Fast-Search.aspx" target="_blank">FAST Search for SharePoint</a> – all great things.  Of course, FAST search is amazing, but it adds a little cost and complexity and requires additional hardware to run.  Search refinements are probably the most requested customization on the previous SharePoint search tools.  With these capabilities now available out of the box, it’s really a full feature search tool that can (and maybe should) be used on solutions across the enterprise – internally and externally.  <a href="http://www.microsoft.com/enterprisesearch/searchserverexpress/en/us/default.aspx" target="_blank">SharePoint Search Server Express 2010</a> provides much of this functionality for absolutely free. You can plug this into your existing web site technology and completely revamp your search with modern functionality and flair quite easily.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2010/09/21/five-best-improvements-in-sharepoint-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use the FREE version of SharePoint 2010 for your CMS</title>
		<link>http://stovereffect.com/2010/09/20/use-the-free-version-of-sharepoint-2010-for-your-cms/</link>
		<comments>http://stovereffect.com/2010/09/20/use-the-free-version-of-sharepoint-2010-for-your-cms/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 20:11:56 +0000</pubDate>
		<dc:creator>John Stover</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Foundation]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://stovereffect.com/2010/09/20/use-the-free-version-of-sharepoint-2010-for-your-cms/</guid>
		<description><![CDATA[That’s right.  You can use the free version of SharePoint 2010 to run your public facing website.  SharePoint Foundation 2010 is free.  SharePoint Foundation 2010 may be a good fit to run your public facing website.  In order to look at this in a completely scientific manner, realize that there are literally hundreds of web [...]]]></description>
			<content:encoded><![CDATA[<p>That’s right.  You can use the free version of SharePoint 2010 to run your public facing website.  SharePoint Foundation 2010 is free.  SharePoint Foundation 2010 may be a good fit to run your public facing website.  In order to look at this in a completely scientific manner, realize that there are literally hundreds of web content management systems out there (see <a href="http://www.cmsmatrix.org/" target="_blank">CMS Matrix</a>).  In reality, I see about 10 CMS platforms in use.  There are the commercial platforms (SharePoint, SiteCore, Ektron are the most frequently used ones) and there are a couple of free options (WordPress, Drupal, Joomla, Plone are pretty common).    I would be very surprised if anyone was able to find a single CMS platform that is all things to all people, but I wanted to present SharePoint Foundation as an option for running a FREE CMS platform.  Even if you knew that there is a free version of SharePoint, what most people don’t realize is that SharePoint Foundation is a great option for running web sites of all kinds – not just team sites.  It is a great option for many reasons, but in reality it is supported by Microsoft (not just a community or a small fly-by-night company), it is FREE, and it is extremely easy to get started.  SharePoint is also quite large.  The ecosystem of users, authors, conferences, blogs, communities, and so much more.  From a functionality perspective – it’s hard to beat SharePoint.  Even the free version, SharePoint Foundation, offers simple data connectivity (through BCS), cross browser support, accessibility, support for Office Web Apps, blogs, wikis, templates, document support, health analyzer, support for presence, and MUCH more.</p>
<p>In order to show some of the completely of what comes with this free version of SharePoint 2010, I thought it would make sense to use Wikipedia.  Doesn’t everyone use Wikipedia as a credible source?  It is WIKIPEDIA, after all.</p>
<p>Wikipedia shows that a <a href="http://en.wikipedia.org/wiki/Web_content_management_system" target="_blank">web content management system</a> typically has the following components:<span id="more-308"></span></p>
<ul>
<li><strong>Automated templates.</strong>  <em>Create standard output templates that can be automatically applied to new and existing content,<br />
allowing the appearance of all content to be changed from one central place.</em>Through the use of Master Pages and Themes, SharePoint provides the ability to change the entire look and feel of site.  Of course, the older brother version of SharePoint – SharePoint Server 2010 – also introduces the concept of Page Layouts which allows page template level customization and even switching the layout of an individual page using different page templates.  I think many organizations really think they want this but rarely end up using this bit of functionality. </li>
<li><strong>Scalable expansion.</strong>  <em>Available in most modern WCMSs is the ability to expand a single implementation (one installation on one server) across multiple domains.<br />
</em><br />
SharePoint Foundation can run multiple sites using multiple URLs on a single server install.  Even more powerful, SharePoint Foundation is scalable and can be part of a multi-server farm to ensure that it will handle any amount of traffic that can be thrown at it.</li>
<li><strong>Easily editable content.</strong>  <em>Once content is separated from the visual presentation of a site, it usually becomes much easier and quicker to edit and manipulate. Most WCMS software includes WYSIWYG editing tools allowing non-technical individuals to create and edit content.<br />
</em><br />
This is probably easier described with a screen cap of a vanilla SharePoint Foundation page in edit mode.  Notice the page editing toolbar, the multiple layout options…  It’s actually easier to use than Microsoft Word.<a href="http://stovereffect.com/wp-content/uploads/2010/09/image2.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="image" src="http://stovereffect.com/wp-content/uploads/2010/09/image_thumb2.png" border="0" alt="image" width="694" height="299" /></a></li>
<li><strong>Scalable feature sets.</strong>  <em>Most WCMS software includes plug-ins or modules that can be easily installed to extend an existing site&#8217;s functionality.<br />
</em><br />
I think that it is arguable that there isn’t a single platform anywhere that has more plug-ins, modules, web parts, features, samples, templates, and global support than SharePoint (other than possible the Windows operating system).  You can extend the platform to perform thousands of tasks and integrate seamlessly into hundreds of existing systems – all without writing any code.</li>
<li><strong>Web standards upgrades.</strong>  <em>Active WCMS software usually receives regular updates that include new feature sets and keep the system up to current web standards.<br />
</em><br />
SharePoint is in the fourth major iteration under Microsoft with the 2010 release.  In addition to the innovation that Microsoft continuously adds, you have the entire global ecosystem available.</li>
<li><strong>Workflow management.</strong>  <em>Workflow is the process of creating cycles of sequential and parallel tasks that must be accomplished in the CMS. For example, a content creator can submit a story, but it is not published until the copy editor cleans it up and the editor-in-chief approves it.<br />
</em><br />
Workflow.  It’s in there.   In fact, the same workflow engine is running under SharePoint Foundation that is running under the other versions of SharePoint.  The primary difference is that with SharePoint Foundation – you need to configure the workflows yourself.  You can still configure 3-state approval workflows, make your own publish approvals, associate workflows with content types, send emails, update information/data, and much more. </li>
<li><strong>Delegation.</strong>  <em>Some CMS software allows for various user groups to have limited privileges over specific content on the website, spreading out the responsibility of content management.<br />
</em><br />
Security.  Again – simpler with a screen grab.  SharePoint Foundation provides very granular security capabilities.<a href="http://stovereffect.com/wp-content/uploads/2010/09/image3.png"><img style="display: block; float: none; margin-left: auto; margin-right: auto; border: 0px;" title="image" src="http://stovereffect.com/wp-content/uploads/2010/09/image_thumb3.png" border="0" alt="image" width="244" height="80" /></a></li>
<li><strong>Document management.</strong>  <em>CMS software may provide a means of managing the life cycle of a document from initial creation time, through revisions, publication, archive, and document destruction.<br />
</em><br />
SharePoint is king when it comes to document management.  Version history, exclusive check-out, security, publication, workflow, and so much more. </li>
<li><strong>Content virtualization.</strong>  <em>CMS software may provide a means of allowing each user to work within a virtual copy of the entire Web site, document set, and/or code base. This enables changes to multiple interdependent resources to be viewed and/or executed in-context prior to submission.<br />
</em><br />
Through the use of versioning, each content manager can preview, publish, and roll-back content of pages, wiki entries, blog posts, documents, or any other type of content stored in SharePoint.  The idea of each user having an entire copy of the website virtualized is a bit odd to me – not sure why anyone would need that for anything but the simplest of websites.</li>
<li><strong>Content syndication.</strong>  <em>CMS software often assists in content distribution by generating RSS and Atom data feeds to other systems. They may also e-mail users when updates are available as part of the workflow process.</em>Again, SharePoint Foundation nails it.  With RSS syndication and email alerts available out of the box, content syndication is already in the platform.</li>
<li><strong>Multilingual.</strong>  <em>Ability to display content in multiple languages.</em>SharePoint Foundation 2010 supports more than 40 languages.  <a title="http://blogs.msdn.com/b/sharepoint/archive/2010/05/13/language-offerings-for-sharepoint-2010-products.aspx" href="http://blogs.msdn.com/b/sharepoint/archive/2010/05/13/language-offerings-for-sharepoint-2010-products.aspx">http://blogs.msdn.com/b/sharepoint/archive/2010/05/13/language-offerings-for-sharepoint-2010-products.aspx</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://stovereffect.com/2010/09/20/use-the-free-version-of-sharepoint-2010-for-your-cms/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

