Thursday, November 5, 2015

SharePoint 2016 Features

Improved provisioning capabilities
Mobile and touch
App Launcher
New and improved controls
Simple and natural sharing
Large file support
Compliance tools

Thursday, September 3, 2015

upload files using windows explorer instead sharepoint 2013 not working OFFICE 365

Step 1 : Close all your browsers and browse the library that you want to open in explorer.
Step 2 : while login to office 365 TICK KEEP ME SIGNED in check box.

if step 2 : fails

Step 1 : Close all your browsers
Step 2 : Restart WEBCLIENT Service
Step 3 : browse the library that you want to open in explorer.
Step 4 : while login to office 365 TICK KEEP ME SIGNED in check box.

Saturday, December 13, 2014

CSS Menu with SharePoint List Items

Step1 :
Add below css for rendering multilevel menu.

Tuesday, July 15, 2014

What's new in SharePoint 2013 for a Developer - quick Points

Design Manager
Snippet Gallery
Device Channels
Device Channel Panel control
Display template
Image renditions
Managed Navigation and EMM capabilities with Taxonomy
Content Search Web Part
Design packages
Catalogs
Cross-site publishing
Analytics and recommendations
Variations and multilingual sites

Change FARM Account Password in Central Admin Server

Login to Central Admin server and open SharePoint Management Shell as administrator.

Run the below command (Replace Credentials with your new Credentials of the farm)

stsadm -o updatefarmcredentials -userlogin sp\<Account Name>  -password <Account Password>

Have Fun :)

Friday, May 9, 2014

The crawler could not communicate with the server. Check that the server is available and that the firewall access is configured correctly

Error while crawling content source in SharePoint 2013 search.

Resolution : Check the default search crawl account.

Friday, December 6, 2013

Sideloading of apps is not enabled on this site

In order to publish a SharePoint hosted apps
create a developer site in which developer feature enabled on it.
to publish a app on normal site enable developer on it. it's a hidden feature to be enabled from powershell.

Enable-SPFeature e374875e-06b6-11e0-b0fa-57f5dfd72085 –url <site URL>