For usability, you may need to include buttons for users to download SharePoint calendar instance to MS Outlook in your custom application page. Adding this […]
Visual Studio 2012 does not have SharePoint 2013 template
Funny thing occurred when i try to open Visual Studio 2012 and there is no Project Template for SharePoint 2013. If you are having the […]
How to configure AppFabric Caching Memory Usage
In the server that runs the AppFabric Services. Open the Windows Menu and type “SharePoint 2013 Management Shell” and run as Administrator Enter the following […]
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 […]
Setting up a Single-box SharePoint 2013 Virtual Machine.
First thing first, below are some files which you would need in order to setup your own SP2013 Environment. VMware Workstation 9 – here SharePoint […]
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 […]
Show Dialog Modal in SharePoint 2013
The quick way to open a sharepoint 2013 dialog modal form is via Javascript below [sourcecode language=”javascript”] function OpenPopUpPage(url, callback, width, height) function OpenPopUpPageWithTitle(url, callback, width, height, title) […]