(Corrie Haffly) One of the first things I do when embarking on a new SharePoint branding project is to determine the color scheme. Sometimes, the colors are part of the design requirements, but often, I have some leeway in creating suggested color palettes.
Tag: SharePoint / BI
Useful Utility Functions (C#)
(Chris Grist) Recently I have been working on a SharePoint project, and code wise it is my biggest one yet. After a short while it was evident I needed a framework of helper functions that I can use and not have to reinvent all the time.
SharePoint: Search in XsltListViewWebPart
(Dmitry Kozlov) My customer has a long list with many text fields. I need to give his users a tool for quick navigation in this list, as well as for searching and editing elements. The best solution was a text filter.
SharePoint Online – Changing Master Page through CSOM
(Tahir Naveed) This article explains how to change the Master Page through the Client-Side Object Model (JavaScript Object Model).
Sign in as a Different User in SharePoint 2013
(Gokan Ozcifci) In Microsoft SharePoint Server 2013, you will notice that the Sign in as Different User menu option is missing. This was a great tool for developers and IT Pro’s who wanted to test their solutions or customizations.
SharePoint: Master pages, who needs them anyways?
(Heather Solomon and Dustin Miller) A common misconception about SharePoint master pages is that you need several of them. There are very few reasons to have more than one master page, and differing home page vs. sub page vs. sub site designs isn’t one of them.
Improve the SharePoint Breadcrumb Navigation
(Marc-André Bilodeau Lamontagne) The breadcrumb is the quickest way to know where you are in a site. It’s also the quickest way to navigate to a parent page. Unfortunately, in SharePoint 2010, the breadcrumb is only accessible by a popup in the ribbon.
Create an Association Between Related Entities with FAST for SharePoint 2010 or SharePoint 2013 Search
(Johnny Tordgeman) For the purpose of the tutorial I created a simple database with two tables: Products and Customers. The tables are connected by the ProductId foreign key. Each product has a one-to-many relation to customers.
How to Improve Speed in SharePoint 2013
(Gokan Ozcifci) I feel like it’s always the same discussion about why SharePoint is slow, extremely slow. In previous articles, I explained how to perform with your environment or how to manage your environment.
jQCalendarPart Mini SharePoint Calendar Web Part
(SC Vinod) This application is to integrate the jQuery Calendar control with the events added in a SharePoint Calendar list. This works in both SharePoint 2010 and SharePoint 2013.