-
by
Mark Jones
| Feb 19, 2012
If you receive the 'Word experienced an error when trying to open the file' (as below), it's highly likely you are running Office 2010 in protected mode. Read this blog post to see how to solve it.
Full story
-
by
Mark Jones
| Feb 14, 2012
SharePoint 15 is coming and it's coming to beta this year (we think). In reality - no one really knows - so I guess we need to sit tight and guess. I am intending to keep this list of useful SharePoint 15 resources up to date, over the next few months.
Full story
-
by
Mark Jones
| Feb 14, 2012
We recently received query for DocRead to see if it was possible to set the 'Required Audience' and 'Acknowledgement Days' to about 100 policies on mass (via a script). Hence, being one who is always up for a challenge, I cranked open PowerGUI and set to work.
Full story
-
by
Helen Jones
| Feb 14, 2012
This post explains how to create a new Document Library in SharePoint 2010. It also explains the creation of 2 columns that can (optionally) be configured for use with DocRead.
Full story
-
by
Mark Jones
| Feb 06, 2012
We are proud to announce the next set of features that have been agreed for our Roadmap. We are working closely with our clients to release features important to them first but everything below will be included in DocRead v2 (due for release in Spring 2012).
Full story
-
by
Helen Jones
| Feb 03, 2012
This blog post outlines how to distribute a document contained in a DocRead enabled Document Library. Documents can either be distributed to SharePoint Groups or Audiences.
Full story
-
by
Mark Jones
| Jan 31, 2012
Just decided to have a few minutes investigation into the recently released SharePoint 15 Technical Preview Managed Object Model SDK to see if there is any insight into whats coming up! Here's some very findings..
Full story
-
by
Helen Jones
| Jan 30, 2012
SharePoint 2010 Top Tips : How to add documents to a SharePoint document library.
This user friendly step-by-step guide shows you how to add a document to a SharePoint 2010 document library.
Full story
-
by
Helen Jones
| Jan 30, 2012
This blog post explains in very simple terms how to add users to a SharePoint group! Treat it as a quick-reference guide.
Full story
-
by
Helen Jones
| Jan 30, 2012
This blog post explains in very simple terms how to create a SharePoint group! Treat it as a quick-reference guide.
Full story
-
by
Mark Jones
| Jan 24, 2012
I was recently trying to programmatically set the default (welcome) page of a team site, but my changes weren't taking effect. This post explains how to get around it.
Full story
-
by
Mark Jones
| Jan 22, 2012
This post will discuss how to create a Survey in SharePoint using out of the box functionality and nothing else! The example we will use is to create a survey that asks employees to answer questions about their previous training in the organisation.
Full story
-
by
Mark Jones
| Dec 29, 2011
This SharePoint code example illustrates how to develop a helper method to return an SPFile based on a Web, folder and file name.
Full story
-
by
Mark Jones
| Dec 27, 2011
A potential customer asked how DocRead stores its data. The reply went something like this.
Full story
-
by
Mark Jones
| Dec 27, 2011
If your SharePoint farm has been configured to use an SMTP server, then it is possible to send an email in code using the SPUtility class. The c# code below illustrates how to send a mail and return an XML string outlining what was sent for logging purposes :
Full story
-
by
Mark Jones
| Dec 27, 2011
Once a solution has been added to SharePoint, then there's no apparent way to download it. Using the SharePoint object model we can easily download a wsp using the 'SaveAs' method.
The C# code below illustrates how to download all of the solutions in the farm with just a few lines
Full story
-
by
Mark Jones
| Dec 27, 2011
If you have ever tried to delete a web either in code, or via the SharePoint GUI, then you will note that isn't possible if the web has one or more child webs. (or grandchildren). To delete a web, you must first delete it's subwebs.
Full story
-
by
Mark Jones
| Dec 27, 2011
SharePoint 2010 was released in April 2010 and was Microsofts 3rd incarnation of SharePoint. SharePoint 2010 is now a highly popular server product aligned to the Microsoft Office family.
Full story
-
by
Mark Jones
| Dec 24, 2011
SharePoint Workflow allows a set of activities to process in either sequential or parrallell, moreofthe than not one of more of those activities involves a human activity such as 'approve a document', or 'complete a task' and so on.
Full story
-
by
Mark Jones
| Dec 20, 2011
Information Management Policies in SharePoint in my experience, are not used that heavily, but are an extremely easy way to apply policies to your documents. They are accessible from 'Library Settings' and are configurable per content type. For example, this means that all 'documents' in the library will have the policy applied.
Full story