-
SharePoint: Can’t deploy a Sandbox solution (WSP)?
Well I’ve been seeing these problems with one of my tenant and it turns out that Microsoft has rolled out a so called “fix”, to prevents Users from run custom scripts… How to enable custom scripts.
-
Virtual Machine: Configuring for daily development use
Every time I create or given a new Development Virtual Machine (VM) I find myself repeating the same steps…
-
Virtual Machine: SharePoint failing to create a Web Application
So your Virtual Machine doesn’t quite have enough resources to create a new Web Application using Central Admin, then you have two choices PowerShell or the workaround I’m going to describe today.
-
Client-side Development Techniques with CQWP(s) and JavaScript…
The other day I was talking to one of my colleague John Holah about retrieving large amounts of data from a SharePoint 2010 Lists using “client-side” v “OOB” techniques for a particular client, who has set use a number of challenges/limitations: Our access is limited to Site Collections We cannot deploy server-side code Internet Explorer…
-
Disable mobile auto-redirect for SharePoint anonymous access website
The quickest way for all mobile devices and browsers add the following to the web applications web.config file: View the code on Gist. However for a more granular approach, edit the App_Browsers\compat.browser changing the following to “false” for the relevant userAgent: View the code on Gist.
-
SharePoint Online Public Site: how to access the Webpart Gallery
When working with SharePoint Online’s Public Site you may have noticed that you do not have access to the Webparts Gallery from the Settings page. It would appear that, at least for my version of O365 SharePoint, Microsoft has hidden the “Web parts” link from the Settings page. If you need to manage your custom…
-
SharePoint: Enable Publishing features
To use Web content management on SharePoint, activate Publishing features at both site and site collection levels; this allows for branding and editing the corporate site. Additionally, enable multilingual support by creating and translating a source site. Detailed steps are provided for feature activation.
-
SharePoint: How to Update a Site Collection Date Format
A step-by-step guide on how set to a Site Collection’s Date Format *It is possible to update sub-sites; however updating the root (parent) site collection gives the opportunity to update all its sub-sites at the same time. Tip: When the Site Settings page loads, if you see the Go to top level site settings link…