Custom SharePoint RTE CSS caveat
Recently, I created a custom RTE element style for SharePoint Online. It showed up in the element style list, but did not work. Why? What I did .ms-rteElement-HelpIngress { -ms-name: "Help ingress"; font-size: 1.5em; font-weight: bold; } Well, I wrote everything in a
Patch Tuesday tip (especially useful for VM users)
After updating the .NET framework through Windows Update, you could experience a temporary performance degradation. For users of multiple VMs, this can be a big problem. Here is a tip for speeding up the process. First, a little background. My virtual environment is rigged
Authorize and RequireHttps attributes in MVC with claims and ADFS/WIF
Do you struggle with this error? ID1059: Cannot authenticate (...)? We're here to help. But be warned, facepalms might occur. Update 2013-09-08 After a while, I still had errors, even with the attributes in the correct order in my code. So what was
Consistent look and feel in a SharePoint 2010 farm
Developers love hierarchies, inheritance and reuse. In ASP.NET it is possible to create a hierarchy of master pages through nesting, where child master pages inherit the HTML framework from its parent master page. As SharePoint is built on ASP.NET, one could assume