SPFx Automatically Generating Revision Numbers
I like automatic revision numbers while I’m developing. I don’t have to manually be making changes while pushing packages out and [...]
I like automatic revision numbers while I’m developing. I don’t have to manually be making changes while pushing packages out and [...]
I found this so strange that I had to post something about it. It’s really easy to change the site logo for a Modern Communication site. The menus are very straight forward to change the logo, you [...]
Introduction I’m typically asked quite often on how I can attach global CSS or javascript like jQuery to my SharePoint / Office 365 site. [...]
During my last project we were asked to create a fairly simple site template on Office 365. I typically cringe when I hear the word site definition / site template or web template. The reason goes way [...]
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 [...]
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 [...]
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 [...]