Tag Archives: sharepoint

Navigating to different URL from Desktop and Mobile View in SharePoint 2013

Recently, while incorporating device channels in SharePoint 2013 Online site, I came across a requirement where users were to be navigated to different pages for a particular menu item in the Top navigation. We were using Managed Metadata Navigation and … Continue reading

Posted in SharePoint 2013 | Tagged , | Leave a comment

Configuring Anonymous Access in SharePoint 2013 and JavaScript Client Object Model

Recently I came across a requirement to enable anonymous access for SharePoint 2013 site. Now, this seems to be a very simple requirement but the twist here was that anonymous access should work with ECMASCRIPT. Had it been server side … Continue reading

Posted in SharePoint 2013 | Tagged , , | Leave a comment

Configuring Navigation Settings in Sandbox solution

Hello Kind Readers, Recently I came across with a scenario where I had the requirement to configure the Navigation Settings (available in the Look And Feel section) so as to have different quick launch or current navigation for different subsites. … Continue reading

Posted in SharePoint 2010 | Tagged , , | Leave a comment

Multi-tenancy in SharePoint 2010

SharePoint 2010 provides some new features to support Hosting Environment, in simple terms Multi-tenant support. Multi-tenancy is all about of isolation of data , services, administration etc. It involves a unique deployment for a customer/tenant on a shared set of resources. … Continue reading

Posted in SharePoint 2010 | Tagged , | Leave a comment

Firing events inside a modal dialog in SharePoint 2010

Lately I came across a requirement where I had to fetch user input and based on that perform some validations on the click event. All of this was supposed to happen inside a modal dialog inside SharePoint 2010. Initially it … Continue reading

Posted in SharePoint 2010 | Tagged , | Leave a comment

Listing All the webparts in a particular group

​Dear Readers, Lately I have seen couple of posts in the forum where people have been looking for various solutions as to how to find which all webparts belong to a custom group, how to add a webpart programmatically on … Continue reading

Posted in SharePoint 2010 | Tagged , | Leave a comment

Configuring Failover Database in SharePoint 2010

Amongst the various new features introduced in SharePoint 2010, Fail over database is a one. SharePoint 2010 is mirroring aware. This means that their is high availability of database if you have done the database mirroring at SQL level and … Continue reading

Posted in SharePoint 2010 | Tagged , , | Leave a comment

Fetching the list view using ECMASCRIPT

Hi Kind Readers, This is the first blog from me on OFFICE 365. So maybe what I am trying to tell here is quite simple who everybody working on sandbox solutions know but since I am new to this domain … Continue reading

Posted in SharePoint 2010 | Tagged , , | Leave a comment

Creating Custom Activity Type – Part 3

Hello Readers, Welcome back to the Part 3 of this series on creating custom activity type. Just to recap in  Part 1 you read about how to get the custom activity type available in your settings page in addition to OOB … Continue reading

Posted in SharePoint 2010 | Tagged , , , | Leave a comment

Creating Custom Activity Type – Part 2

In the previous blog on creating custom activity type Part 1​ , I have shown how to add a custom activity type to appear in the Newsfeed Settings page. In this part I will show how to create activity events … Continue reading

Posted in SharePoint 2010 | Tagged , , | 2 Comments