Subscribe to:
Post Comments (Atom)
Rename a Web Application in Sharepoint : A solution using powershell
Here is a small script that will enable you all to change a SharePoint Web Application name . We can use the following SharePoint Pow...
-
What is web part? Web Parts are the fundamental building blocks for Share Point user interface, and with them we can build and integrate ...
-
Wondering how to color code a sharepoint list column based on its value. You have come to the right page here.. congrats.. Requirement...
-
How to Retrieve the SPUSer Valuesfrom people finder control . The following function can be used to retrieve the user name and other prop...
A new Feature Minimal Download Strategy (MDS) has been Introduced which will help improve the performance of SharePoint pages by downloading only the changes between two compatible pages. All pages of a site with MDS enabled uses an application page /_layouts/15/start.aspx (start.aspx) which has a specific JavaScript object asyncDeltaManager that parses the URL, l
ReplyDeleteooks for the # sign and takes the path following that and dynamically loads that page. Team sites, Community sites has MDS enabled by default. Here is an example how the community site URL appears "/_layouts/15/start.aspx#/SitePages/Community%20Home.aspx". Only the page path after '#' varies and only the Changes between the pages are downloaded.