Cracking Open the SharePoint Fortress
dreemteem writes with this excerpt from ComputerWorld UK:"SharePoint is a brilliant success, for a couple of reasons. In a way, it's Microsoft's answer to GNU/Linux: cheap and simple enough for departments to install without needing to ask permission, it has proliferated almost unnoticed through enterprises to such an extent that last year SharePoint Sales were $1.3 billion. But as well as being one of Microsoft's few new billion-dollar hits, it has one other key characteristic, hinted at in the Wikipedia entry above: it offers an effortless way for people to put content into the system, but makes it very hard to get it out because of its proprietary lock-in. This makes it a very real threat to open source. For example, all of the gains made in the field of open document standards — notably with ODF — are nullified if a company's content is trapped inside SharePoint." The article offers a slice of hope for getting around that, though, in the form of a new API for Google Sites which can slurp the data back out.
In times of financial troubles, companies look to alternatives but they need to be trusted known brands
This is such an awful piece of software, especially for people who use a non-IE browser, essentially making this even more worthless for non Windows desktops. I'm asked for my security credentials every other click or so, and even when it is correct, sometimes it will just keep asking and asking (and yes, in Firefox I added the url to my network.automatic-ntlm-auth.trusted-uris). The wiki software is just atrocious with the syntax being completely unintuitive. The only way to really use the wiki is... yep, to use IE and the built in rich text editor. Just check out some of the code generated from it:
<div class=ExternalClassD18714056AE54C4288E018C6231AEF4A>
<div align=center><strong><font size=4>Welcome to My Group wiki site!</font></strong></div><strong><font size=3></font></strong></div>
<div class=ExternalClassD18714056AE54C4288E018C6231AEF4A><strong><font size=3></font></strong> </div>
<div class=ExternalClassD18714056AE54C4288E018C6231AEF4A>
<div align=left><font size=3></font><font size=2>Welcome to the Department Wiki. Remember, this is your wiki, so please don't hesitate to add and/or enhance existing pages, and fix mistakes or errors.</font></div><font size=2></font></div><br>
<h1><font size=5>Starting Points</font></h1>
Reviewing just the first hour of video games.
The Search is one of the biggest and most important features of SharePoint. If your admin had a clue, he/she would have set it up in the beginning with appropriate IFilters for all of the documents being uploaded. With that and proper meta tagging rules for document uploads, it really doesn't matter where it is inside SharePoint, as long as it's there. There are also 3rd party add-ins (BA Insight's Longitude, for example) that expand the capabilities of search.
The problems at your organization sound like bad planning on the part of whoever oversaw the implementation. The tools are there (and believe it or not, they are good tools, which is one of the reasons why SP is so popular), it's just easy to end up with a mess when the people setting it up have no idea what they're doing.
Back in the day before Sharepoint, as a school assignment for one of my higher level CIS Classes I was tasked with making a CMS where as people could upload (Word) documents to the CMS in the form of Articles.
The closest I was ever able to get is with an an application called GeekLog. But there was absolutely no automation. I tinkered with the HTML export aspect of Word, it was an absolute abortion. Useless with Geeklog.
Now that we have linkable libraries for everything under the sun in Linux, I always wondered the following: Why could it not be setup such that so long as an Acceptable format was uploaded (DOC, ODT, WPD, etc) could be parsed into an XHTML 1.0 Compliant article.
I never could lick that problem.
Then another problem came up. I needed a way to Authenticate Geeklog against LDAP, and later single sign on with Kerberos.
I was thinking this all the way back in 2003 and 2004.
Then, low and behold, I start hearing about the abomination that is: Sharepoint.
After I heard about I was like "oh damn it. They got write what all these LAMP Stack PHP applications couldn't think of: LDAP, Kerberos, and the ability to turn binary documents into readable searchable articles."
It was like my worst nightmare come true. GeekLog was a prime example of how Linux developers could have stopped the sharepoint nightmare before it started.
Well your data may be liberated, but it is also scanned over by google and their servers. I would probably rather have my data in a propritery locked box, than seen by random people and advertisments sent to me.
My addiction: Arguing with idiots. AKA Slashdot!
Uhm.. Seriously? You are really kidding me.. I mean REALLY? It is not any of those things boasted--not remotely close. I worked with Sharepoint for the last two years, installing, administering, and using for a state university. It is absolutely the most unrecommendable software product I have EVER worked with. It has worked reasonably well (not great) only for one purpose for us: a document repository. Version control only really works when using Microsoft Office 2007. Otherwise, it'll wipe out your version histories.
(1) Ease of installation -- It's highly complex. You really do need to read the 700 page book Microsoft has to know how to install it. This is because numerous options at install time cannot be changed later except by re-installation. And I mean many numerous options that are very difficult to understand how each relates to the other.. We reinstalled so many times, paid for expensive consulting both with Microsoft and with an outside firm. We still couldn't get it right. The nuances are many and hit you repeatedly often with the only fix being a reinstallation.... and usually rebuilding of content, along with it.
AND users almost universally hate it. Management fights hard against the wishes of users to implement Sharepoint--not only at our organisation but also at every other organisation I've had to privilege to ask their sysadmins about. Management usually hails its success but on the ground, it's almost universally hated and a disaster. Oh, yes.. Our universities library system also had a successful use of a simple trouble ticket management system... so there were two exceptions. It's also easier to install and administer as a single server than as a farm, but still not so easy and no easier on users.
I cannot stress enough--the problem with Sharepoint are the many many MANY critical nuances.
(2) Inexpensive -- No. It's very expensive. The learning curve is quite high so training is really required. In our case, the expense was bundled in with a variety of other software licenses such as that for Exchange. Alone, the license is very expensive--particularly if you want to open it up to outside your organisation's intranet.
But the real expense is in administration. Both training costs, immense amounts of time spent with it, and dealing with problems ongoing are the highest costs I've ever seen for a server application. Upgrades are also a huge difficulty. They present as opportunities to resolve some former configuration problems but taking advantage thereof often means your data is not restorable.
Of all the alternative applications I've worked with, "Typo 3" is the most Sharepoint-like, functionally. It is, however, far easier to learn and it is reliable. Sharepoint is reliable only in the sense that its processes keep running--that doesn't mean it doesn't break regularly. The best general purpose CMS I have worked with is definitely Drupal. Drupal lacks some of the capabilities of Sharepoint (presuming those capabilities were actually usable in Sharepoint in any meaningful sense) but has many others.
The problem is that Sharepoint is not exactly a CMS. It is (and I am speaking in theory--not practice in practical terms) a collaboration environment. There really is a difference. Drupal itself has a learning curve that I don't like. It's more administrator focused and not user focused, as manifested by the fact that you cannot edit things were they are seen by users but rather must work through a back panel. Drupal also lacks a WebDAV document repository and the ability to do things like email in documents and other kinds of content and get email notifications of content or documents modified.
Drupal is about setting up a classical website for users to use and administrators to administer. Sharepoint (in theory) is about providing a service where users can create their own sites, document and data repositories and means of presenting and sharing the same (via tags and filters). It's about working together within an or
A good web designer and a good SharePoint developer are apparently almost never the same human being (hell, our SP "developer" gets lost in an Event Log... how am I supposed to help explain the basics of CSS to the guy?)
PS: The search function is pure hell to get working right, if at all. The consultant who put ours together actually knew what he was doing, and SP search still works only half-assed, so don't feel too badly about it.
You couldn't have been more accurate. 49 out of every 50 SharePoint "developers" I have talked to or interviewed are far from designers or software engineers. It's as if they were attracted to SharePoint because they were unable to make it in the real software development world. Not that this would necessarily be a problem, but SharePoint is one of the most difficult platforms I have ever had the unfortunate experience to program against. While these "developers" are busy building InfoPath forms and exposing tons of meaningless columns to interface with the workflow engine (they often use WF to overcome the fact that InfoPath is NOT a development platform), it's my job to interface the pile of mess with other COTS products by building convoluted ETL processes. The unfortunate truth of the whole situation is that the senior technical staff (e.g., CTO) fails to see the flaws that SharePoint brings. They focus their energy entirely on common CMS features, such as how easy it is to enable search and create a new page. If you dare suggest an alternative, you'll find yourself amongst the other outcasts --lonely, frustrated and unheard.
SharePoint is, by far, the most hideous platform I know of. It makes me long for the days of hacking HTML to make it render correctly in IE6.
My lame blog.
Yes, SharePoint integrates with office. Surprise! But, you aren't locked in. No, SharePoint doesn't trap anything. SharePoint out-of-the-box, is o.k. To make it USEFUL, you extend it with features. Features can be purchased or developed. One such add on is StoragePoint that allows all the BLOB storage to be moved to the file system, other DB's, other CMS, etc.
The common answer to the lack of a feature in an OSS project is, "Well, write it yourself." If you need a feature in SharePoint that isn't available OOTB, or COTS, you can...surprise, write it yourself.
Politics is the art of looking for trouble, finding it everywhere, diagnosing it incorrectly and applying the wrong fix.
U.S. Bank picks IBM's Lotus platform over Microsoft's SharePoint
http://www.computerworld.com/s/article/9138020/U.S._Bank_picks_IBM_s_Lotus_platform_over_Microsoft_s_SharePoint
An effective "democracy" creates the illusion the people have a say in their government.
Definitely... I do .NET and after one experience with SharePoint I personally won't go near again, and I know several other decent-or-better developers who feel the same way. If it comes up during a job description or even an interview I will immediately stop and say "I'm afraid I don't do Sharepoint" and look for another contract. Even in this economy.
The worst part is that Sharepoint jobs actually pay a strong premium over standard .NET development because it's such a big mess and because so few people will actually touch it.