Six Steps to Boost SharePoint User Adoption 2 November 2018 Share Point usage in an organisation is like a relationship, needs focus, time and energy to work correctly. SharePoint site adaptation is one of the vital points of Share Point success. Just launching the platform won’t ensure adaptation within an organisation, as it only gives…

Read more

5 Great Tips to Make Intranet Portal a Success 31 October 2018 In the era of the digital workplace, Microsoft Office 365 is one of the smartest intranet platform helping organisations to make better internal communications and to boost employee engagement. Almost all companies use an intranet portal to share information and collaborate. However, Office…

Read more

SharePoint Hosted App to retrieve local weather information 30 April 2013 In one of my previous post I explained how to get current user locale information like city, country, latitude, longitude, IP address using SharePoint hosted app. In this post, I have taken one further step to get the weather information of current logged in…

Read more

Missing user profile picture after updating mysite host URL in SharePoint 2013 29 April 2015 Recently I had to change mysite host URL in one of our environment. After I update my site hots URL and ran full user profile sync. Everything was working fine until I noticed that user images are not appearing inside…

Read more

Simple SharePoint hosted App “User Location Tracker” 24 April 2015 You can follow the below steps to get user location information inside your SharePoint hosted app. Create a “SharePoint Host App” project in visual studio 2013 Replace app.js contents with below code jQuery.ajax ( { url: ‘//freegeoip.net/json/’, type: ‘ POST ‘, dataType: ‘ jsonp ‘,…

Read more

Interactive JavaScript Maps Integration with SharePoint 2013 using Script Editor Web Part 4 March 2015 I have a top level SharePoint site called “Our Offices” and sub site for each country office location (e.g. London, Berlin etc.). The “Our Offices” site home page needs to provide easy navigation to all offices sub sites. Also, I…

Read more

Angular JS and Bootstrap to Display SharePoint 2013 List Data using Script Editor 3 March 2015 I am big fan of using OOTB stuff, but sometime customer want to see things in different way or their organisational design guidelines are difficult to achieve using OOTB functionality. In my previous post I have explained how to…

Read more

SharePoint 2013 Custom List Form using Angular JS and Bootstrap 3 March 2015 According to  Microsoft InfoPath Forms Services for SharePoint Server 2013 will be supported until April 2023. Keeping that in mind I have started looking into alternatives to build rich form which can be used with SharePoint list and replace OOTB form. I…

Read more
top