SharePoint can do better with business application focus


SharePoint is great as a framework, and developers find it great to develop on top of it. However the share lack of business specific focus makes it a very difficult application to work with when it comes to using it to meet a specific business need.

Although each business has its unique requirements, however there are industry specific norms that are common, and an application that can address industry specific needs makes it a easier win.

IT teams find it a challenge to use the sharepoint framework capabilities to meet the specific business needs, but in doing so it ends up being a bigger job then it would have been to develop a custom application to meet the needs. Hence a customisation which ends up taking a year or so, is already outdated, and possibility is that Microsoft might already be coming out with a newer version with capabilities that the IT team has custom developed over a long time.

SharePoint provides capabilities in the form of Widgets, however the built in templates do a very poor job bringing together these widgets to provide a solution. Most of the templates are focused towards technical needs rather than business specific needs.

In my view what can make a huge difference in SharePoint adoption is to provide business specific templates to address specific business need. SharePoint team now needs to eat their own dog food and use their framework to provide business applications. This can be a set of templates that provide a starting point for say a law firm or a financial institute.

The learning from desperate efforts of various organisation within the same business line need to be harnessed to provide industry specific solution which is a superset of these desperte implementations.

Displaying related contents in SharePoint 2010


There is no build in capability which allows related contents to be displayed in context of a specific document

However there are commercial products / web parts that allows you to do that

One of the commercial web part suit is

SharePoint Related Contents Webparts

The webpart uses the categorisation and tags for the content to show related contents within sharepoint.

Custom Implementation:

Related contents can also be managed by developing a custom implementation using the capabilities of Managed Metadata Service in SharePoint 2010 as specified in this article

Few observations on project scope managment


Over the past few years I have observed few reasons which cause a scope creep during project delivery. I wanted to document this for my own future benefit and any other unfortunate souls out there who have to face the same situation.

Who is out consultancy client and why does that matter?

Time and time again it seems that we are challenged in projects to close off the scope and meet the client requirements.

One of the key reasons of not being able to close off scope and meet the requirements is to determine the Client within stakeholders. We generally take the person who acts as the CLIENT CONNECTION to be the actual client and follow requirements set forth by him, but most of the times it turns out that actually our client was the manager of the person we have been communicating with, and when it comes to making a decision of wether we fulfilled the requirements or not, it turns out that the our CLIENT CONNECTION had limited decision power.

So our client is

1) The Person who employes us in the first place

2) Individual who makes the final decision about our services

3) Person who pays for our services

Chances are that for each engagement there will be multiple stake holders for our consultancy service, and each stake holder has his own agenda, and its hard to get a final decision from all of them, so the only way forward for us is to act as a mediator between the stake holders(or use one of the client contact as the person who will resolve conflicts), as long as they agree to some extent between them, and we have a written agreement of requirements we will be fine, otherwise we will not be able to fulfil our goal, and achieve the required acceptance from stake holders. Fulfilling requirements for all individual stake holders will always result in loss of profit and trust from the Key Client.

Google black navigation bar and background image (it was Google Plus )


Update 29th June 2011: Seems I for some reason started to see features for Google plus . Google plus is the new social network from google with google circles to allow people to add people to their network, Hangout for video sharing, and sparks to show you content specific to the topics you are interested in.

I was surprised to see quite a few changes for me on google search today, and it seems that not everyone is seeing the same changes as I am, maybe its got to do with me using Chrome, and my preferences.

Google black Navigation bar

Do I like them? Considering that the background image can be turned on and off for each person its basically up to ones own choice, but as far as the top navigation is concerned I did not chose it to be black, however to me its quite refreshing, as it gives me a much better visibility of the navigation and other options available to me. It surely bring to my attention all the other features that are available within google. I wonder if google is trying to be as agile with its release process as facebook, through which they want to experiment and based on user response decide to keep a specific feature or not.

One thing is for sure, no matter how big you are you are bound to steal clever ideas from competitors, however in this instance googles use of background image is not as clever as bing (What is it? idea). Google doodle is original and works for me.

SharePoint 2010 Search indexing – getting the search to work after install


SharePoint is a complicated application, at times I get frustrated but other times I get impressed by the depth and capabilities of the system. This week I had to research and handle two key aspects of SharePoint 2010

1) Tagging

2) Search Results

I was really frustrated to realised during a client demo that the search results were not working on a fresh install of SharePoint 2010, after a little bit of investigation  I realised that it was a simple action of indexing the contents in SharePoint 2010 and setting an Indexing Schedule.

This is how it is done

Navigate to CA, Service Applications, Search. You will see a link to your Content Sources. If you edit that it will give you the opportunity to setup a schedule for both Full and Incremental indexing. You can kick off a full drawl, once completed you will have results if everything is configured correctly.

Tagging is one of the Social Software features that has been out there for some time but from my experience very few people use it and find it useful. From my understanding its more the issue of not fully understanding how tagging can support findability and serendipity rather than the feature itself. Tagging is one of the many ways that search becomes a richer experience.

SharePoint puts a very interesting twist to tagging by distributing it into

1) Managed Terms

2) Enterprise Keywords

Managed Terms are how you manage enterprise Taxonomies using Term Sets. These allow key features like hierarchies and moderation ( Make the use of Terms compulsory for specific content columns )

Folksonomies  are unstructured and managed using Enterprise keywords.

Distribution of tagging into these key concepts allows a much richer use of tagging and brings home tagging to the enterprise.  Please read Managing Metadata in SharePoint 2010 to get a detailed view of this SharePoint 2010 feature .

Presentation on Application Integration


I presented a quick overview of the key points and considerations for application integration ( or EAI Enterprise application integration ) during our office brown bag session.

The presentation focused on

  • What are the key reasons for integration and goals
  • Preparing for and evaluating the current system
  • Scoping the integration
  • Well known integration patterns (Mediation and Federation )

I plan to write a more detailed blog post to discuss the topic in question, but for now I have shared my presentation here

 

Some SharePoint 2010 findings


While going through some business requirement analysis for SharePoint 2010 I came across these useful resources that I think are worth sharing as they focus on specific topic’s under consideration.

Blog Customization

Display recent changes
SharePoint 2010 profile customisation and integration with other systems

Authentication methods

IBM websphere integration
Book

Sending update Notifications to Email Distribution group

It is possible to send document updates to members of a email distribution list
in two main ways
1) Alerts for the documents and lists, and putting the distribution list and the to source
2) Create a work flow and automate it to send out updates to a distribution list
“Instead of Security Groups, it’s possible to just have some custom SharePoint groups with users in them, and this could be managed by the site admin or individual owners of each group could be given control of their respective groups.  These groups could be referenced in an SPD workflow based off metadata within the submitted doc.  So, let’s say someone submits a doc and selects “Finance” in a department dropdown.  The workflow would kick off, read the Finance metadata from the Department field, and then send the email to the SharePoint Group that you specify for any Finance-related doc.  You’d have to do your mapping in SPD with conditions (If Finance, then send email to Finance Leadership Team).  This is one way to do it without code, but there are other ways.  It just depends on the exact requirements and tools available.”
It is also possible to Sync SharePoint AD Groups with Distributionlist, however not vise versa. http://prequest01.wordpress.com/2008/10/28/send-email-to-all-users-of-a-sharepoint-group/
It is also possible to send out emails to Documents and Lists within SharePoint http://www.sharepointgeoff.com/scblogspace/Lists/Posts/Post.aspx?ID=9
SharePoint 2010 browser and office compatibility

 

 

Enhanced by Zemanta

Filtering information for peers, bringing sanity to information overload


Problem

The amount of information that we go through every day is increasing by the day, and its becoming hard to keep up with everything. Even with internal company channels the amount of information is hard to keep up along with doing our daily jobs. There is a constant fear of missing out on things.

Need

What we feel like having is an army of people filtering out relevant information for us to review later on, but wait is that not something that is available withRead it later but with an extension of not just the articles that we want to read but the social channel updates that we might be interested in, so important links and conversation summary from Twitter, Facebook , Skype group and social cast Merged with key articles of the day, for us to review when we have time. A focused merger of company wide and external channels that we work with everyday.

Solution

The solution seems Pretty straight forward, what is needed is two key factors

1) Registration of interests

2) Automation of filtration based on interests, or Groups that are willing to filter important information for us based on our interests

Automation of such a task across so many channels is quite a complicated goal to accomplish, although not impossible but for now I think we are still not technologically ready to achieve that gracefully.

The best approach is to crowd source this filtration, your peers have a better understanding of what you are interested in. So if I spend half an hour or so on social channels than I can filter stuff for my peers as I go through the contents. Sharing can be based on individuals or groups based on their current interests.

The technical solution will look something like a browser plugin or an add-in to the various social software applications we use, so that the process of sharing with peers becomes a simple and straight forward task, and is built into the system that we are using.

The interest based filtered contents can then show up as an email digest or activity stream on a website, or even better if they can be channeled back to one of the social software channels being used (Show up in linkedin / socialcast or facebook as the reading of the day).

If there is something out there that already does that, then please do direct me to it, this will bring sanity to my information overload and take this constant fear of missing out away from me.

Follow-up

After reviewing this idea a bit further I realised that filtration can be managed by distributing the filtration process to individual client machines. Although the personal configuration for content interests stays in a central location (probably a site hosted on a cloud based platform), client application on each individuals machine can sync the configuration and process the contents from each social software source being processed for interests. Once specific contents are found matching the interests, suggestions are provided to the user, who chooses the relevant contents which are then uploaded to the server.

This is the key idea that I am working on , and will add and elaborateness my thinking as I go forward with it.

 

Fake Security alert on windows 7


I started getting fake windows security alert on my windows 7 PC.
The fake security alert would not allow me to run any applications or cancel the alert, it keeps on prompting me to buy the release version of an antivirus software online.
I have windows Security Essentials and windows defender installed on my machine.
I created a new account and was able to execute applications without any problems in that account, which indicated to me that the application was setup in that accounts personal data folders.
I could not find any windows service or installed application which could indicate any problem with the system.
After some investigation I found out that this is a spyware called antispyoem.com, found various guides online to clean it up from the computer, but most of the details did not work for me. since the executable was not found in the users personal folder that had an issue. http://www.spywareremove.com/removeAntispyoemcom.htmlhttp://blog.teesupport.com/how-to-guide-remove-antispyoem-com-antispyoem-removal-guide/
What I did initially was to login to the machine using an account different to the affected account. The spyware did not show up in the new account.
If the affected account is not critical then the simplest solution will be to delete the user account in question, and start using an alternate account. To save me time and grief that is what I have adopted and its working fine for me now.

Changing Jive SBS base url


We recently moved our staging jive SBS to production and where concerned about url’s becoming invalid, and that is exactly what happened. However after a little bit of investigation we found out that it was more of a jive configuration issue rather than static URL’s generated by the application.

So after some investigation we found out that we need to rest the setup and reconfigure the base URL. Which sorted out the issue for us.