Hide Newsfeed, OneDrive and/or Sites from the Suite Bar – Ribbon Area for SharePoint 2013
It really is super simple and requires I line of CSS per item. If you want to hit them all or any future ones you could hide the whole element. [...]
It really is super simple and requires I line of CSS per item. If you want to hit them all or any future ones you could hide the whole element. [...]
Introduction In my last post I talked about making the SharePoint navigation render in a Bootstrap friendly way. I suggested that you could do this by changing the markup of the navigation using an ASP:Repeater [...]
Updated 10-5-2016: Included link to javascript version of bootstrap navigation Updated the navigation code to detect in active -> Contribution by Olly in comments below. Introduction Many of my most [...]
Introduction I recently came across an interesting blog – http://www.n8d.at/blog/office-365-icon-font-documentation/ which mentions O365 icons. This was back in February so when I attempted to locate [...]
These are a few of my favorite and go to JavaScript libraries. These tend to work well in SharePoint with no problem. This is my personal list [...]
My new favorite thing is creating all my style sheets with SASS. SASS makes writing my style sheets faster, easier, cleaner, and more reusable. Don’t ask me why I chose SASS, but I liked it just a little [...]
Back in December I posted a lengthy article on how to deploy a Composed Look for SharePoint 2013. If you haven’t read that it can be found here – http://tommdaly.wordpress.com/2012/12/19/deploying-a-custom-composed-look-in-sharepoint-2013/. [...]
Last year I posted a blog article which described the issue with SharePoint 2010 and having a footer. Well similarly SharePoint 2013 has some of the same obstacles when adding a footer. If you are interested [...]
There is a tool released by Microsoft to assist with building SharePoint 2013 Themes more specifically the theme color palettes. This will help a lot when working with the .spcolor files and building custom [...]
What is cache busting? Cache busting is way to ensure that the browser will download a new version of your file. This is easily accomplished using a simple technique of appending a ? with some unique characters [...]
Applying a theme has change from SP2010 to SP2013, here is a link to the method to apply a composed look. SPWeb.ApplyTheme( string colorPaletteUrl, string fontSchemeUrl, string backgroundImageUrl, bool [...]