Category Archives for "SharePoint"

UI Testing SharePoint

UI Testing SharePointAs part of an on-going series of ‘Testing SharePoint‘ we intend to share some of what we have learnt when trying to automate the testing of a SharePoint add-on called DocRead. These posts will specifically cover functional and integration testing – not unit testing (which is worth a whole conversation on it’s own). To get […]

Read more

What are your favourite SharePoint 2013 Features?

Private: What are your favourite SharePoint 2013 Features?SharePoint 2013 has shipped and it’s now main stream. We’d love to hear what your favourite 2013 features are, so please add them! Also vote up the killer ones and why not embed the list to see if we can make it one awesome resource! Favourite SharePoint 2013 features?

Read more

Content Migration using SAF

Content Migration using SAFSAF contains 6 ready-to-use Actions that allow the Exporting and Importing of : – List Items – Lists – Webs The 3 pairs of Actions that allow you to do this, are namely : – ExportListItem & ImportListItem – ExportList & ImportList – ExportWeb & ImportWeb The actions are listed as pairs […]

Read more

SharePoint Best Practice Resources

SharePoint Best Practice Resources10 Best Practices For Building SharePoint Solutions An excellent article covering topics such as App Dev, Testing and Continuous Integration. Best Practices: Common Coding Issues When Using the SharePoint Object Model “Learn common issues encountered by developers who write custom code by using the SharePoint object model” http://msdn.microsoft.com/en-us/library/bb687949.aspx Best Practices: Using Disposable […]

Read more

The SharePoint Deployment Maturity Model

The SharePoint Deployment Maturity ModelMOSS has been the most successful server product Microsoft ever released. Sales are growing much faster than Microsoft ever expected and apparently the UK is outstripping worldwide growth. Unfortunately this quick growth is also highlighting one of the major problems that everyone seems to be struggling with – deployment. I’ve been […]

Read more

Will SharePoint 15 (2013) finally get an App Store?

Will SharePoint 15 (2013) finally get an App Store?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 what’s coming up! Before I get started, please note this information is all deduced from the Object Model documented in […]

Read more

Updating SPWeb.RootFolder.WelcomePage not working!

Updating SPWeb.RootFolder.WelcomePage not working!I was recently trying to programmatically set the default (welcome) page of a team site, but my changes weren’t taking effect. As it turns out, this code: contextWeb.RootFolder.WelcomePage = rootFolder.Name + “/” + wikiFileName; contextWeb.RootFolder.Update(); Needs to be changed to work with a local copy of an SPFolder. I haven’t used reflector […]

Read more

SharePoint 2010 Activity Feed Types…

SharePoint 2010 Activity Feed Types…Just a quick note (as a reminder to self). Here’s a list of the Custom Activity Type Names that you can refer to in your code : BlogUpdate DLMembershipChange SharingInterest SocialTaggingByColleague NoteboardPosts SocialTaggingByAnyone SocialRatings INTERNAL_ChangeMarker StatusMessage ProfilePropertyChange Birthday_Reminder Birthday_Today WorkplaceAnniversary_Reminder WorkplaceAnniversary_Today ColleagueAddition TitleChange ManagerChange This is useful for code such as […]

Read more

SharePoint 2013 Screenshot on Surface Tablet

SharePoint 2013 Screenshot on Surface TabletTook a break from testing the new version of DocRead today and whilst hanging out on twitter I noticed an “alleged” screenshot of the new SharePoint 2013 UI hitting twitter today and I really can’t make my mind up if it’s real! It’s meant to be the home page of a […]

Read more