Something Good & Something Bad about SharePoint - Stack Overflow most recent 30 from stackoverflow.com 2009-11-28T02:33:42Z http://stackoverflow.com/feeds/question/136483 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint 6 Something Good & Something Bad about SharePoint Gabe 2008-09-25T22:03:48Z 2009-02-23T22:47:00Z <p>I'm trying to wrap my head around SharePoint. Why is it good? Why is it bad?</p> <p>At a glance it appears to offer some incredible collaboration tools. However, the cost looks astronomical and it seems to be rigid &amp; difficult to customize.</p> <p>To those who've worked with SharePoint; please describe something good and something bad about it.</p> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/136546#136546 3 Answer by pdwetz for Something Good & Something Bad about SharePoint pdwetz 2008-09-25T22:17:34Z 2008-09-25T22:17:34Z <p>It has pretty good Office 2007 integration. As an example, Excel understands when you have a file checked out and will let you check it in (with comments) when you close it. The document management features simplistic version control (although it's not required; you can go with a single version for each file).</p> <p>In SharePoint, everything is essentially a list internally and it's very easy to create a custom one. On a related note, I haven't used either yet, but it supposedly works well with workflows and InfoPath.</p> <p>On the downside, it's pretty much a resource beast. It requires multiple machines with powerful specs, particularly if you want to "really" use it for document management and to be the backbone of your intranet/internet site. It scales to an extent, but it's not pretty from my vantage point.</p> <p>Customizing it presents it's own challenges. You really need people focused on it full time, as both administration and customization require their own impressive learning curves.</p> <p>Lastly, some of the out of the box parts are poorly implemented. The wiki is a prime example; it's basically useless in my opinion. So one thing to keep in mind is that some may consider SharePoint as a whole package as "best in class" (not saying I do!), its individual features often are not.</p> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/136563#136563 1 Answer by Kwirk for Something Good & Something Bad about SharePoint Kwirk 2008-09-25T22:20:59Z 2008-09-25T22:20:59Z <p>Good thing: Great communication tool. Instead of sending out a company wide email you can post an announcement to your SharePoint site. Users can subscribe to an RSS feed of the announcements or have a email alert sent to them when the list is updated.</p> <p>Bad thing: Error messages displayed on a SharePoint site are generic and the link to help resolve the issue rarely is of any help.</p> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/136575#136575 0 Answer by Charles Graham for Something Good & Something Bad about SharePoint Charles Graham 2008-09-25T22:23:19Z 2008-09-25T22:23:19Z <p>A lot of the cool things in Sharepoint are avaialable in Windows Sharepoint Services 3.0, which is free with windows server 2003/2008. All you need extra is a license for SQL Server 2000 and later, which most mirosoft shops have. In WSS you can do document management, workflows, custom sites, blogs, wiki's, etc. </p> <p>If you need Excel Services, Forms Server, CMS, or some of the other MOSS features, then that's another thing. And yes, it does cost a lot of money, but it' cheaper than doing it from scratch in most cases.</p> <p>Pluses:<br /> - Great object model. - A lot of good features just come out of the box.</p> <p>Minuses: - Steap learning curve to do things the right way. - It's very easy to hang yourself by doing things the wrong way. - Debugging and deployment is about as pleasurable as root canal.</p> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/136990#136990 7 Answer by James Schek for Something Good & Something Bad about SharePoint James Schek 2008-09-25T23:57:32Z 2008-09-25T23:57:32Z <p>Pros:</p> <ul> <li>Document management is its most well-known function and integrates extremely well with Office 2007.</li> <li>Create group calendars that can be overlayed onto your personal Outlook and managed on the web.</li> <li>Notifications in response to certain actions on the group website</li> <li>Wiki-type functionality with full integration into the Office stack.</li> <li>Full database backend which gives you the reliability and safety of a true RDBMS.</li> <li>Extremely customizable if you choose to develop custom websites using ASP.NET (not the built-in wizard/gui editor).</li> <li>Form-data collection</li> </ul> <p>Cons:</p> <ul> <li>Freebie version is somewhat limited on customization.</li> <li>How to handle multiple editors to a single file is not obvious.</li> <li>Workflow for offline editing of documents is non-obvious.</li> <li>Very steep learning curve to use it the right way.</li> <li>Getting people to use it is like getting people to go to the dentist.</li> <li>Out-of-the-box templates don't do a lot.</li> <li>Customizing without writing code really limits your options.</li> <li>Integration with older versions of office is ugly</li> <li>Mac integration is non-existant (has this changed recently?)</li> </ul> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/145353#145353 1 Answer by Kyle Trauberman for Something Good & Something Bad about SharePoint Kyle Trauberman 2008-09-28T06:33:55Z 2008-09-28T06:33:55Z <p>Good:</p> <p>It can be a great collaboration tool. Beginning developing for sharepoint is simple, assuming you are familar with ASP.NET webparts. </p> <p>Bad:</p> <p>The development lifecycle isn't fully implemented. There are no built-in facilities for testing, among other things.</p> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/145598#145598 0 Answer by emremp for Something Good & Something Bad about SharePoint emremp 2008-09-28T10:03:59Z 2008-09-28T10:03:59Z <p>good : </p> <p>A lot of things can be done. Wokflowks, InfoPath forms, Excel Services, Business Data Catalogs and etc. </p> <p>Bad : </p> <p>You won't be able to do these described easily. Must have sharepoint administrative and development skills for good solutions that don't improve quickly.</p> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/168217#168217 0 Answer by mcgyver for Something Good & Something Bad about SharePoint mcgyver 2008-10-03T18:27:26Z 2008-10-03T18:35:16Z <p>If you have a license for Microsoft Server 2003 then you can install the standalone version of Sharepoint for FREE! <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=D51730B5-48FC-4CA2-B454-8DC2CAF93951&amp;displaylang=en" rel="nofollow">Download Sharepoint</a> </p> <p>The install is very simple when using the internal database. </p> <p>Microsoft Office Sharepoint Designer 2007 is a must have for any customization.</p> <p>I have created a couple Company Intranets using Sharepoint and have been very pleased with its features. Microsoft Office 2007 interfaces nicely with sharepoint. </p> <p>I have found Sharepoint to be very powerful and easy to learn. There are lots of people developing sites using sharepoint. The level of customization is awesome. The simplest customization is done in your browser, the next level is using Microsoft Sharepoint Designer 2007, and finally using Visual Studio to create new apps(webparts). </p> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/175168#175168 1 Answer by erik9000 for Something Good & Something Bad about SharePoint erik9000 2008-10-06T16:54:03Z 2008-10-06T16:54:03Z <p>SharePoint is evolving and becoming a better collaboration tool for Microsoft Office environments. It plays well in a small to medium sized business setting. It is <strong>critical</strong> to implement “best practices” on setup; otherwise it will quickly become a nightmare to maintain and to use.</p> <p>For “best practices” here are two books that I recommend for SharePoint 2007:</p> <ul> <li><p><a href="http://books.google.com/books?id=UnwBAmgvQ3oC" rel="nofollow">Essential SharePoint 2007</a></p></li> <li><p><a href="http://books.google.com/books?id=bQcfCKQKn18C" rel="nofollow">Sharepoint 2007</a></p></li> </ul> http://stackoverflow.com/questions/136483/something-good-something-bad-about-sharepoint/579733#579733 1 Answer by Kyle for Something Good & Something Bad about SharePoint Kyle 2009-02-23T22:47:00Z 2009-02-23T22:47:00Z <p><strong>Good</strong> Out of the box, it offers a ton of functionality and power, even for the stock web parts. Just creating a library of documents that anyone can open/edit/upload to is simple...even for those non-web-savvy amongst us.</p> <p><strong>Bad</strong> Pretty much everything else. </p> <ul> <li>The "Discussion Board" is a glorified Outlook email chain.</li> <li>The disconnect between achieving similar results in SharePoint Designer 2007 and using the web interface are jarring and annoying</li> <li>Attempting to customize the look and feel of a SharePoint site usually ends in complete disaster. Especially with WSS 3.0. </li> <li>The nickel &amp; diming scheme between the WSS 3.0 and MOSS 2007 tiers is absolutely painful; WSS 3.0 is just barely functional enough to be extremely frustrating to use</li> <li>Changing MS styles is almost impossible due to their horribly-laid-out and obnoxiously large CSS file.</li> <li><strong>IT IS 2009...GET RID OF THE TABLES FOR NON-TABULAR DATA ALREADY!</strong></li> </ul> <p>It's a beast to use. And handing two complete rebranding projects for two totally different areas of the company is driving me to the point of a nervous breakdown. Especially when opening the core.css file occasionally results in all the styles I've redefined getting reset to the defaults. Without anything done by me other than just OPENING the file. And there is no ability to undo these changes.</p>