Add Client Certificate Authentication to an Azure App 27 July 2017 JonSkerrett Need to use smart cards on an Azure web app? This is how you configure it. [More]
I just wrote changes to the wrong git branch 13 March 2017 JonSkerrett Use git stash to move your changes from one branch to another. [More]
How the #$*& do I auto-scroll this element? 20 January 2017 JonSkerrett JavaScript If you have a page with a couple scrolling elements, and can't figure out which element needs to scroll in order to show some content on page load, here's a quick solution to your problem. [More]
Pivoting in SQL 17 January 2017 JonSkerrett SQL Pivoting can help us better visualize data by turning rows into columns or summarize disorganized data by aggregating it. Here's a quick tutorial. [More]