Justin Cooney

Web Development Tips and Examples

Category: HTML

  • I was looking for some information or examples about how to customize the SharePoint Tree View control, but couldn’t find any examples or information. I managed to customize it so here are my notes about how. Background Story: In ‘out of the box’ SharePoint you can enable a cool left hand menu bar for site…

  • Adding your own custom CSS can be super useful and a great way to spruce up stock SharePoint views. You can use the CSS designer of SharePoint Designer but that is clunky at best. All things considered, it’s best to use your own markup if you want to customize your SharePoint views. For starters let…

  • Recently while I was putting together a HTTP REST call to get some information from SharePoint 2016 (on-premise) document library I ran into some problems with the length of the call. Specifically I got the dreaded: The length of the URL for this request exceeds the configures maxUrlLength value. That’s the basic problem with HTTP…