Branding
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 [...]
Branding
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 [...]
Branding
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 [...]
Branding
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 [...]
WebParts
I recently had to assemble a content query web part (my least favorite thing) pulling data from a Calendar list and experienced hours of pain trying to get it to pull the locations field as well as the [...]
Customizations
The following updates have been made to this article since it’s publication: [Update 9/7/2016] – The method suggested by Håkan Nilsson only works with Publishing Enabled so that you can access [...]
Customizations
I know there are quite a few posts out there on this, but i’m writing this here for myself as a rollup of the information and highlighting what needs to be done in order for this to work perfectly. Introduction [...]
Customizations
Recently I was asked to make a free floating navigation element, so that when you scroll down the page it would follow. There are many adaptations of this but for standard html websites, but I was unable [...]
Customizations
This article is based off Thomas Sondergaard’s post located here: http://sharepointsharpener.wordpress.com/2011/09/27/quick-fix-remove-libraries-lists-from-toc/ This version is slightly different, I [...]
Customizations
I’m compiling a list of my favorite XSL tip and tricks that always help me. These items are not going to be in any particular order 1) Linking Javascript or CSS ]]> 2) Stripping HTML the first [...]
Development
I was recently asked to get the navigation to work on a tablet. Well part of the problem is the there is really no such thing as a Hover on those devices. Once you touch the screen it’s considered [...]