-
A technologically aware school moves to a branded SharePoint environment with the help of Microsoft Partner SharePointEduTech. The school. Forest Hill School is a boys’ 11 – 16 school with a mixed sixth form, 1450 students in all. It has specialist...
-
After you have create your Enterprise Wiki, you might have a need to add additional fields. For instance, your client might want a summary field on the wiki page. In this case you will need to modify the Enterprise Wiki Page Layout. The video shows you...
-
Part 1: Summary: We created our own results page: Results.aspx We can modify the “Refinement Panel Web Part” only if we can edit the create a new .aspx results page and change the “Search Setting” to point to the new Results.aspx...
-
Restore a deleted Site Collection in SharePoint 2013 or 2010 If you have deleted a site collection and you want it back again it really is quite straight forward. It’s the same process for both SharePoint 2010 and 2013. If you are using Office 365 then...
-
With the discontinuation of Forefront Protection for SharePoint , Microsoft no longer provides a streaming antivirus solution for SharePoint. This has lead to an ever increasingly common customer question, “what do I use for SharePoint antivirus?”. This...
-
If you want to use the SharePoint 2010 client object model you can use the code below: ExecuteOrDelayUntilScriptLoaded(getWebUserData, “sp.js“); var context = null; var web = null; var currentUser = null; function getWebUserData() { context...
-
Is there life after BSF – The story of Forest Hill School in Lewisham Billed as the brightest and best of plans, Lewisham LEA were delighted to join the first tranche of the BSF program (Building Schools for the Future) in 2007 benefitting from new premises...
-
Body: Back in December there started to be some rumblings about a regression introduced in the August 2012 CU (14.0.6126). I first saw it as a question on Stack Exchange . It was reported to me by a couple of other people, so I added it to the August 2012 CU Regressions page . Today a hotfix (also called...
-
The great thing about living in Texas is that there is three SharePoint users groups less than three hours away from me. I’m excited to have the opportunity to be speaking in Austin twice in the next couple weeks. The first talk is tomorrow...
-
I’ve been putting this off for quite a while but I’ve finally pushed out a SharePoint 2013 build of my custom cmdlets. The reason it took so long was because I had to make a fair bit of changes to my existing stuff so that it would be easier to maintain...
-
At SPC12 , I gave a talk about PowerShell in SharePoint 2013. In that talk I upgraded a SharePoint 2010 site collection to SharePoint 2013. I wanted to follow-up with a blog post showing the steps involved. To begin the process, I have...
-
SharePoint as a business process portal in Education Back on December 8th I was lucky enough to speak at the 3rd SharePoint Saturday UK event held in Nottingham, my subject this year was “Moving SharePoint from a file share to a business process portal...
-
(This content is also available on my personal blog) The ability to map crawled properties to Managed Properties in SharePoint search has been around for a long time, This enabled you to take those custom fields you created in your content types, and...
-
If you ever add HTML to a SharePoint modal dialog box you might notice that adding a left-margin is also necessary. Remember, the HTML option uses DOM not a string. Style margin Property Get the code Adding SP.UI.ModalDialog.showModalDialog...
-
While customizing an “add new item” form, you might find yourself needing to manipulate form elements via jQuery. However, before you can do that you must and an #id or .class to the elements in question. I will be adding an #id in this demonstration...