Visual Studio Code Productivity Tips & Favorite Extensions
Over the course of the past 6 months I’ve found myself using Visual Studio Code as my goto html/css/javascript IDE. Much of the time I [...]
Over the course of the past 6 months I’ve found myself using Visual Studio Code as my goto html/css/javascript IDE. Much of the time I [...]
There are a number of already built in helper (or utility) classes in Office 365 and SharePoint 2013. These classes can be very useful when you are building new components. You can skip writing CSS for [...]
You may or may not already know that SharePoint has the ability to do full width background images. If you’ve ever applied one of those wacky composed looks then you would see that some of them have [...]
This is an exciting time! The much anticipated SharePoint Framework Preview was released yesterday. And guess what … they are essentially Add-ins /Apps. Right now just the web parts piece is released [...]
I was just thinking about this issue one day and realized that I could just override the default image but if the user decides that they wanted to change it later via site settings they could. Why do I [...]
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 This all started as a request from a client to hide only certain users from the people search. I’ve decided on this route because the management interface already exists to update user [...]
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 [...]