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.

SharePoint – Building a Project Management solution in six steps

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…)