I just had a colleague ask me "Can we color code a timeline?". I, of course, answered "Sure!". I had a little wiggle room in my day so I busted this out. Let's go from the all blue timeline: To something that indicates where your are, a little more visually: One line of code, BOOM:... Continue Reading →
A Non-Developer’s intro to the Developer Toolbar: Element Inspection
If you're a beginner in the world of customizing SharePoint, you should get to know the developer toolbar. Even if you're only copying and pasting code from blog posts, knowing about, and using, the developer toolbar can save you a few cycles of banging your head on the keyboard. The developer toolbar is key. Any... Continue Reading →
Using Linq in SharePoint InfoPath Code Behind
I'm a huge fan of Linq (in C#, not the chat client Lync which I am also a fan of). It allows me to quickly query an array and manipulate my data SO much faster than loops and datasets. One of my favorite things to do is to grab an array of items, and create... Continue Reading →