Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
To Create Search Service Application Using Existing Search Administration Database
$saAppPoolName = "Search App Pool" # Search Specifics, we are single server farm $searchServerName =...
Date: 09/21/2017
Azure media player streaming not working on Windows Server
Recently i came across a problem where while running azure media player in I.E 11 and on windows...
Date: 02/25/2016
SharePoint 2013 App – Accessing SharePoint List
If you have created a list inside your SharePoint 2013 App project. Right now there is no direct...
Date: 03/26/2013
SharePoint 2013 Customizing Suite Bar
Before we start customizing the top bar lets get familiar with controls. The top bar...
Date: 02/07/2013
Processing Xml Data in SQL Server
Processing Xml Data in SQL Server. The below code demonstrates the use of xml data as input and...
Date: 07/16/2012
JavaScript Basics
Getting Id of the Checkbox in JavaScript The below code snippet demonstrates toggling : On...
Date: 07/11/2012
Enabling Win 7 Desktop Experience on Windows Server 2008
The below steps explain enabling Win 7 look and feel on Windows Server 2008. Step 1:...
Date: 05/31/2012
SharePoint Site Provisioning with SharePoint Object Model
The below code can be re-used as is for creating any number of Site Collections and Sub...
Date: 05/16/2012
Information Rights Management (IRM): There was a problem when trying to find the enterprise Rights Management Services (RMS) server
We had a data migration project where we had to migrate the data from Documentum to SharePoint....
Date: 02/07/2012
To enable "Show Tool Bar" option in Document Web Part through Code
I am going to explain a scenario where I had an OOB Document Web Part in one of my page and from...
Date: 12/15/2011
Folders ending with “_files” not getting created in SharePoint, Thicket
I came across a problem few days back where I was not able to create Folders ending with _files and...
Date: 11/15/2011
Regular expression to get all the link tags and there value from a string
hrefLink = "This text will have html + text + a link attribute "; \ The below code will get you the...
Date: 09/29/2011