by John Chapman | Dec 14, 2012 | Coding, SharePoint
In SharePoint 2010, there is a bug in the SP.UI.RTE.js file (and it’s debug version) that causes a JavaScript error in a few different situations. For myself, it was occurring when using the TaxonomyWebTaggingControl on a custom application page. Others have...
by John Chapman | Oct 29, 2012 | Coding, SharePoint
I was working on a WCF web service that is hosted by SharePoint 2010 that provisions a users My Site and I kept getting this error message when trying to run the service: Updates are currently disallowed on GET requests. To allow updates on a GET, set the...
by John Chapman | Oct 25, 2012 | SharePoint
SharePoint 2013 RTM and Office 2013 RTM are now available for download on MSDN. :-)
by John Chapman | Aug 30, 2012 | Coding, SharePoint
SharePoint 2013 features a new set of links called the Suite Bar Links that are displayed in the top right corner of every SharePoint page. By default these links include “Newsfeed”, “SkyDrive”, and “Sites”. When first seeing this...
by John Chapman | Aug 7, 2012 | Coding, PowerShell
In my previous couple of posts I have been discussing how to write a custom PowerShell Cmdlet in C# ([PowerShell] Write a Custom PowerShell Cmdlet in C# and [PowerShell] Using Common Verbs for Custom PowerShell Cmdlets in C#). When developing custom PowerShell Cmdlets...