Customise SharePoint 2013 Blog site template

20. January 2013 11:51 by Rashid Aziz in Sharepoint blogs  //  Tags: ,   //   Comments (1)
You can find the OOTB onet.xml of blog site template at the following location C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\SiteTemplates\Blog I was surprised that there is not any default.aspx page for this blog template which was available in SharePoint 2010. ... [More]

Programmatically show processing screen in SharePoint 2010

25. May 2012 08:45 by Rashid Aziz in Sharepoint blogs  //  Tags: ,   //   Comments (0)
Some time when writing a custom solution in SharePoint which takes some time to process, it is nice to show end user some message screen saying something like “Please wait we are dealing with your request”. In SharePoint 2010 this functionality is available out of the box, we can call S... [More]

Get SharePoint Webpart Usage Report

  During an extranet migration to office 365 we need to find out a custom content editor webpart usage.  That web part was used in many location that I would be waste of time to find all the references. I decided to write a query again extranet site content database to find out webpart us... [More]

Avoid password prompt while open a document in SharePoint

9. May 2012 06:12 by Rashid Aziz in Sharepoint blogs  //  Tags: , ,   //   Comments (2)
To make SharePoint site a trusted site in order to avoid multiple logon prompts while opening or downloading a document, these following changes are required on client pc. 1. Open Internet Explorer 2. Log on to the site http://SharepointSiteCollectionURL/  or simply copy and paste this URL if... [More]

Custom rich text editor styles for Content editor web part

  I received a request from business to restrict site editor not to use OOTB fonts and styles while they edit the contents of “Content editor web part” in SharePoint 2010. This is nice to have if you want consistent look and feel across the site without much end end-user training.&... [More]

SharePoint 2010 library “New Document” option is greyed out

3. May 2012 03:47 by Rashid Aziz in Sharepoint blogs  //  Tags: ,   //   Comments (2)
 We have upgraded a SharePoint intranet site form SharePoint 2007 to 2010. While I was fixing the minor issues in new site I came across this issue. I could not create any document in document library because the “New Document” option was greyed out in ribbon as shown below. The... [More]

Create reusable content in InfoPath 2010

11. April 2012 04:04 by Rashid Aziz in Sharepoint blogs  //  Tags: ,   //   Comments (1)
 I had a requirement in past where I need to create an InfoPath form which will be reusable for other custom solutions. I have decided to create a re-useable template in InfoPath 2010. I think it’s worth showing the steps. I have created employee info form which was going to be used aga... [More]

SharePoint 2010 time zones setting programmatically

11. April 2012 04:00 by Rashid Aziz in Sharepoint blogs  //  Tags: , ,   //   Comments (0)
The SharePoint 2010 server is always set to a specific time zone. Users from all over the world can change the time zone by using “My regional settings”. I wanted to achieve this programmatically as a batch operation. To do this, I have used the following code. SPRegionalsettings spReg... [More]

Change authentication mode in SharePoint 2010

 In the following article I will explain how to change SharePoint 2010 authentication mode. In the following example I will change authentication provider of SharePoint 2010 web application from windows authentication to claim base authentication. To do this you need to user SharePoint 2010 ma... [More]

Testing custom solution options for SharePoint Online (office 365)

Deploying and testing solution to SharePoint online is different from SharePoint on premises environment. For SharePoint online we can only create sandbox solutions which are site collection scoped. There are two options for SharePoint online testing environment 1. Create new site collection Our ... [More]