2010, 2013, 2016, Information Architecture, Office 365, SharePoint, User Experience, UX Blog
The art of findability
Ensure users can find what they’re looking for on your intranet. Understand your users, understand your content, and consider a few easy changes to ensure everything on your intranet is easily findable.
Read More2013, 2016, Development Blog, Office 365, SharePoint
Load SP.js, Taxonomy and other utilities in SharePoint 2013, 2016 and Office 365
Learn how to properly and easily load dependencies in SharePoint and Office 365 (classic). In this article, you’ll find some code samples on how to properly work around some of the issues that may arise when following the prescribed documentation from Microsoft.
Read More2013, 2016, Development Blog, Office 365, SharePoint
SharePoint JavaScript CSOM – currentItem.get_item(columnName) – how do I get at the property options and values?
No doubt if you’ve worked with CSOM/JSOM (JavaScript Client-Side Object Model), you’ve accessed lists and libraries to consume the contained data.
This article aims to help you access the data AFTER you’ve successfully loaded the list data.
2010, 2013, 2016, Development Blog, jQuery, Office 365, SharePoint
Clean CSOM JavaScript structure to access SharePoint list data
With proper code samples, learn how to write clean, maintainable JSOM/CSOM for SharePoint and without overriding other third party frameworks already running on your site.
Read More2010, 2013, 2016, Development Blog, Office 365, SharePoint
Handy Links within SharePoint
SharePoint 2013/2016 links to standard and more obscure SharePoint features. Some are easy to find within the application interface and others quite difficult to discover. I broke them down into the more obscure ones (first) and the standard site settings (as viewed from a Site Collection) links.
Read More2010, 2013, Office 365, SharePoint, Web Design
SharePoint image max-width in IE and FireFox not working
So you have an image that is styled to max-width: 100% but it displays at its native width and pushes over your other content.
max-width: 100% works well in Chrome, but IE and Firefox (and potentially some other browsers) don’t honor it.
This article explains why and how to fix it.