What is SharePoint? Video from Microsoft!

What is SharePoint? Video from Microsoft!

Microsoft have provided a great video clip explaining what SharePoint is. I think it is a really good advert for SharePoint, but at the same time, helps you demonstrate the collaboration features that enables SharePoint to solve information and collaborative challenges.

(more…)

Analysing Site Activity in SharePoint 2013

Analysing Site Activity in SharePoint 2013

Tracking site usage is a very important method of identifying and helping sustain user adoption of a SharePoint 2013 site. Using site usage statistics can help prove the take up of a new SharePoint site, identify shortfalls in the design, and indicates how searches are being used and whether they are effective and optimised. There is a usage report available in SharePoint 2013, which shows historical usage information about the site, such as the number of views and unique users.

(more…)

SharePoint Site Security – A Best Practice Guide

SharePoint Site Security – A Best Practice Guide

No, security is not all about a Dalek yelling ‘Exterminate’ if you don’t follow rules concerning access to information πŸ™‚ Access to information can be controlled at many different levels within Sharepoint. The question of where best to implement control of user access is answered only with an understanding of available options and requirements. As part of training those who need to manage security on the sites, even if they themselves do not set the security permissions, it is a very important that you communicate a policy concerning when and where to apply site security.

(more…)

Analysing Site Activity in SharePoint 2013

Opening Mind Manager Files in SharePoint

Summary

Ok, time for a quick article as I am such a Mind Manager fan (you’ve probably have guessed because of the amount of Mind Manager outputs on my site)! The challenge for those using Mind Manager in SharePoint is that whenever they attempt to open a file in SharePoint which is a Mind Manager file (extention is .mmap) that the browser will ask them to save it locally first. That is a real hassle, since then the file would have to be opened locally using Mind Manager. This article describes how to add an icon for MindManger map files and how to associate MindManger map files to open in MindManger from a SharePoint Site.

Warning

I have only tested this in SharePoint 2007 and SharePoint 2010. You will not be able to apply this change in Office 365, and I have not yet had time to test this in SharePoint 2013. If you do this in SharePoint 2010 and then upgrade to SharePoint 2013, you will have to repeat and retest the procedure in the 2013 environment.

Dependencies

  • Microsoft SharePoint
  • Office 2010 / 2013 on the client machines (SharePoint OpenDocument Class included with Office will be used to open the MindManager Map files)
  • Admin access to the SharePoint Servers

Get the Picture

  1. Get the Mind Manager icon and save it as icon_document_mmap.png (am going to refer to this file from now on).
  2. Copy the icon_document_mmap.png (available in below folder on UAT AFRLDNS47) to your SharePoint Hive image directory. This is typically C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\IMAGES

Setup the File Association

  • Locate the DOCICON.XML on your SharePoint Hive template\XML directory. This is typically C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML – Note: Make a backup of this file before editing.
  • Once you have a backup, edit DOCICON.XML
  • Place in a new line (for reading purposes in alphabetical by extension in the ) <ByExtension> section of xml file:

    < Mapping Key=”mmap” Value=”icon_document_mmap.png” OpenControl=””/>)

  • Save the file after you’ve added the entry

Add the MIME type Extensions to IIS

  • Open IIS Manager
  • Highlight the Host Level
  • Double Click MIME Types
  • Click add: MIME type: application/vnd.mindjet.mindmanager

  • Click “OK”
  • Repeat for the extension “.xmap”
  • Once the extensions have been added, IIS will need to be restarted. Note this will impact connections to the server for the duration of the restart

All Done

This completes the procedure, once done when clicking on the Mind Manager file in SharePoint, Mind Manager will be launched and the file will be displayed in Mind Manager.

What is SharePoint? Video from Microsoft!

SharePoint – Building a Project Management solution in six steps

I was asked to describe how a small team, who has never seen SharePoint or Project before, could take on a SharePoint look at Project Management tools focused Information Worker level. By doing this, a Project Management solution could be created whereby solving collaboration and information challenges. This article describes how that can be done to enhance project team efforts, enable project information can be centralised and managed using SharePoint 2013 using built in features only. This is in order to help solve Delivery Manager issues concerning planning progress, reporting progress and auditing progress.

(more…)

GEBestBetAdder – SharePoint tool to Export and Import Best Bet Keywords

GEMySiteLockDown – Automate MySite Lock Status – and Removal

Was asked today – is there anyway to remove Mysites en-mass in SharePoint 2010?

Yes, because I’ve written a free tool available for download that works using the following parameters:

-a  Create file for ALL sites within the chosen collection
-d  Create file for sites within the chosen collection that have been modified in the last day.
-w Create file for sites within the chosen collection that have been modified in the last week.
-n  Lock State is None
-x  Lock State is NoAdditions
-y  Lock State is ReadOnly
-z  Lock State is NoAccess
-u  URL of the Site Collection whose subsites you want to lockdown

(more…)

Software Development Journal – A Call for Articles

Software Development Journal – A Call for Articles

I’d like to bring to your attention to a great journal called the ‘Software Development Practice’ of which I am an Editorial Board member. This journals readership is worldwide and run by the Institute of Analysts and Programmers (IAP).

Am making a call to for article submission to the Software Development Journal. For more information:

The Institute of Analysts and Programmers is located here: http://www.iap.org.uk/main/

Software Development Practice Journal, is located here: http://software-development-practice.iap.org.uk/welcome

Information concerning article submission is located here: http://software-development-practice.iap.org.uk/submitting-articles/

If you are keen to submit articles to the Journal, please contact me.

GEBestBetAdder – SharePoint tool to Export and Import Best Bet Keywords

GEPDOCPERMS – Free Display Document Libraries and Permissions Utility for SharePoint 2013

Hi Folks,

For some time now I put down the SharePoint automates pen, but, seeing as 2013 is definitely out I thought, hey lets upgrade and develop all the tools and release new ones in my ‘suite’. GEPDOCPERMS is a new utility, one of my favourites, it’s a free download and it is available for SharePoint 2013. GEPDOCPERMS is a utility that will list document libraries from all or a specific SharePoint site, with the ability to show the permissions set against documents, the ability to list the email enabled document libraries, the ability to list permissions against a specific individual. The output of this utility is TEXT, however, further releases will include the ability to write to XML and HTML.

(more…)