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 […]
PowerShell script to disable Limited Access Lock Down mode for all Site Collections
I always like to make use of PowerShell to do stuff. When dealing with a lot of Site Collection, it is advisable to script your […]
EditorPart does not have an ID
Yet another error that I’ve encountered when customizing ToolPart (aka EditorPart) for my own SharePoint Web Part. The task is to create a custom tool part with […]
A Web Part or Web Form Control on this Page cannot be displayed or imported. The type could not be found or it is not registered as safe.
This is a very common error that SharePoint Developers often face. As stated in the error message, this is due to SafeControl Elements in Web.Config […]
PowerShell script to Open or Close SharePoint Web Parts
If you ever need to make changes to your SharePoint Web Parts such as hiding/showing, this post will help you to cut down unnecessary time. Run the […]
Convert SharePoint 2010 Solution to 2013 – 15 Hive Folder only
Bumped into this problem where I was trying to convert old codes from SharePoint 2010 to SharePoint 2013. One issue that you will encounter is […]
Changing Default HomePage for Document Center to a Document Library
As stated in the Title, it is easier said than done to change the default landing page of a Document Center. If you have done publishing […]
Enable Search feature for SharePoint Lookup Table – Single Value Only
Today I want to talk about how to enable search feature in your SharePoint New/Edit Form for SharePoint Lookup field… I’m gonna use jQuery and […]
Do you know? CTRL + SHIFT powerful keys
Do you know that if you hold CTRL + SHIFT and Left click on any program such as “cmd.exe”. You are actually running the program as Administrator? […]
SharePoint Search Content Source Crawl Log Access Denied
I have the following issue when setting up SharePoint 2013 Search Service Application. Whenever I started full crawling my content sources, after certain time (usually […]