Monday, November 25, 2013

SP 2013 Master Page Setter App

I created a new code plex project for setting default master page in Team Sites for SharePoint 2010. In Publishing sites, there will be a layouts or application page through which we can set a custom or another master page as a default master page. Unfortunately, this is missing in Team Sites. This is what this solution is all about. Read more about it at

https://sp2013masterpagesetterapp.codeplex.com/

Master Page Setter for SharePoint 2010

Yesterday, I created a new code plex project for setting default master page in Team Sites for SharePoint 2010. In Publishing sites, there will be a layouts or application page through which we can set a custom or another master page as a default master page. Unfortunately, this is missing in Team Sites. This is what this solution is all about. Read more about it at

https://masterpagesetter.codeplex.com/

Thursday, October 31, 2013

Associated Custom List Boxes

We often have a need to have associated custom list boxes. Though we can easily achieve it using JS or with normal controls like user controls, it would be really nice if something reusable is available to be used, like the other ASP.Net controls. This control has been built to suit those needs. This is available as a dll to be readily used in any ASP.Net or SharePoint project. More details in my code plex project at the below link.

https://associatedlistbox.codeplex.com/

Saturday, October 19, 2013

SP 2013 SharePoint Hosted App for Term Set Exporter

So, finally, my app also makes it way through to the office store. This app pretty much does the same thing (though the implementation is slightly different) as my Term Set Exporter Utility of SP 2010. Please do check it out at

http://office.microsoft.com/en-us/store/term-set-exporter-app-WA104137032.aspx?queryid=88cc1b7c-0b2a-4ee7-81af-5fb66f0c075e&CTT=1

Wednesday, October 2, 2013

Client Based Utility to Export Invalid Users from a Share Point site (2007 and 2010)

Yesterday, I published another project on CodePlex. This is about exporting invalid users from a Share Point site (2007 and 2010). This will be a client based utility using native SP Web Services. Please check out this tool at https://invalidspsiteusers.codeplex.com/ and let me know your views.

Thursday, September 12, 2013

SharePoint 2010 Taxonomy Term Set Exporter using CSOM and Taxonomy Web Service

Its been a while since I blogged. So, I am planning to resume it with some useful (hopefully) links and posts. Recently, I created a utility for exporting Taxonomy Term Sets into an XML file and a powershell script to recreate them in any other SharePoint 2010 environment. This utility has been developed solely using .Net Client Object Model and Taxonomy Web Service of SharePoint 2010. So you can run it from any Windows machine. I published a CodePlex project to host the same. To know more about it and to download the utility and its source code, please check the following link.

https://termsetexporterclient.codeplex.com/

Please do let me know your reviews and comments. Also, please do visit the site and leave your reviews and comments there too. Hope it is of some use.