Posts

Showing posts from April, 2016

Download PowerPivot for Excel

Image
To download the Power Pivot add-in, please follow the instruction as below:  1) If you have Office 2010 AND your site is on SP 2010, use this PowerPivot install https://www.microsoft.com/en-us/download/details.aspx?id=7609 2) If you have Office 2010 AND your site is on SP 2013, use this PowerPivot install Microsoft SQL Server 2008 R2 - PowerPivot for Microsoft Excel 2010 https://www.microsoft.com/en-US/download/details.aspx?id=43348           3) If you have Office 2013, it is built in. Must enable add-in as below. Power Pivot is an add-in you can use to perform powerful data analysis in Excel. The add-in is built into certain versions of Excel, but by default, it's not enabled. Here’s how you enable Power Pivot before using it for the first time. Go to File > Options > Add-Ins . In the Manage box, click COM Add-ins > Go . Check the Microsoft Office Power Pivot box, and then click OK . If you have other versions of th...

Visual Studio Code

Visual Studio Code provides developers with a new choice of developer tool that combines the simplicity and streamlined experience of a code editor with the best of what developers need for their core code-build-debug cycle. Visual Studio Code is the first code editor, and first cross-platform development tool - supporting OS X, Linux, and Windows - in the Visual Studio family. Visual Studio Code is an open source code editor developed by Microsoft which includes support for debugging, embedded Git control, syntax highlighting, intelligent code completion, snippets, and code refactoring. Microsoft Visual Studio Code Capabilities: ·          Runs natively on the operating system of your choice: Get up and running in minutes and be productive no matter what OS you are using. ·          Language coverage: Syntax colorization, highlighting, and bracket matching make Code a great editor for all your progr...

Responsive SharePoint Site

Now we can easily make SharePoint 2013/2016 sites responsive with help of Responsive UI package shared by Microsoft PnP. https://dev.office.com/blogs/announcing-responsive-ui-package-for-sharepoint-on-premises-2013-2016 Just download the CSS and JS files from above URL and upload to any library. Then add the reference into master page as below. <script type="text/javascript" id="PnPResponsiveUI" src="/SiteAssets/PnP- Responsive-UI.js?rev= bf19e4f64b204e1ebc2f762e33afcc 97"></script>

Delay loading images and JavaScript in SharePoint Online

I found the Microsoft article to improve the performance of SharePoint Online site while loading images/JavaScript files. https://support.office.com/en-us/article/Delay-loading-images-and-JavaScript-in-SharePoint-Online-74d327e5-755f-4135-b9a5-7b79578c1bf9