In my continual quest for finding a reasonable task management tool, I've stopped my quest at Things. In a previous post, I shared I moved from ToDo to Trello. I didn't like Trello, wasn't for me, but I know it works for so many, so I thought I'd be nice and cover migrating from ToDo... Continue Reading →
Stepping up your Git game
Git is a wonderful tool for managing your code. Many code repositories, like GitHub (obvi), BitBucket, Azure DevOps, and others, support git. We covered the basics of git in this post, review that before starting here. Fundamentally, knowing how to do the routine tasks of pull, push, commit, etc. is all you really need to... Continue Reading →
Getting started with Git
What is Git? The elevator pitch: Git is a repository for code and provides versioning with a capability to easily share and collaborate with others Maybe a little too simple, but at its core, that's what git is about. It provides developers a place to store their code with version control so that they can... Continue Reading →
My First Easter Egg: The Upside Down from Stranger Things
I've been a developer for 20 years and I've never made an easter egg. I finally have, in tribute to Netflix show Stranger Things. This is a super simple script, throw it into your app and then call window.upsideDown(). I set this up so that when a user was searching for the phrase Stranger Things... Continue Reading →
SharePoint Script: Format the List Form Field
This is a little script that works on classic SharePoint lists (modern lists, you should really use PowerApps to customize it). It'll allow you to format a field row, label or the cell the value is in. Similar to: Yes, it's ugly, but I wanted to highlight it plainly: formatRow - allows you to format... Continue Reading →
Customizing SharePoint’s Modern Lists’ Forms
Ya know that awesome new interface we get in Office 365 called Modern Lists? Ya know how that's not editable, or customizable, or extensible? Well, ya know it right! It's not. However... Above is a typical modern list, in all of it's glory. Pretty right? But I want to add some of my own code... Continue Reading →
SharePoint Script: Hide, Disable and Format your fields
last updated 10/7/2019 This one has been on my list for a while. I've used a collection of JavaScript methods to help streamline customizing forms in lists. I have created and compiled this little collection starting probably 5-6 years ago, and over time I'm constantly updating, tweaking, enhancing it, especially more so as of late... Continue Reading →