This is part 2 on how to brand your SharePoint Solution. If you haven’t read my part 1, please do so here. Often than not, you would […]
SharePoint Custom Solution Branding and Tips – Part 1
Today, I want to talk about some of the good practices when it comes to SharePoint custom code development. More often than not, you would […]
Change the default settings for newly created SharePoint Document Library
Thought it would be helpful to share this. As you know, SharePoint Document Library by default, if you just simply create one, are not turned […]
SharePoint 2013 Pre-requisite Error – Application Server Role and Web Server (IIS) Role
Bumped into this error when trying to manually setup SharePoint 2013 pre requisite installation. The Configuration stopped at step Configuring Application Server Role and Web […]
namespace ‘xsd’ error when saving SharePoint Navigation
I bumped into this error when trying to set target audience for SharePoint Publishing Navigation. This issue happened only on IE 10, if i used […]
Configuring SharePoint Calendar Overlay using Powershell
When comes to deployment, my always first rule is to automate the deployment steps. You could always use site backup and restore for deployment. But […]
Adding Powershell Script inside XML
At times, you will require to read your data in XML format using Powershell Script. Possible reason to do that is such that you can […]
SharePoint InfoPath List vs Form Library
SharePoint InfoPath provides the following form templates. I’m kinda writing them down so that i can always refer back to this post and compare the […]
Add SPUser to SPGroup using Powershell
Adding user to SharePoint group manually is a painful process. Not to mention if you have tons of users using your SharePoint site. To make […]