Browse by Tags
All Tags »
Tips and Tricks (
RSS)
I did a three day consulting gig 3 months ago where I installed and configured WSS 3.0, trained them on the basics of document libraries and lists, and converted a spreadsheet with multiple pages into a List so that their users could edit items simultaneously...
This week I worked on a two day introduction to SharePoint with a new client. The goal was to install and then give them a quick tour of the features with emphasis on Excel services. We completed the install on the first day and did a backup in preparation...
A client asked me today how to create a view filtered so that only items that where missing their Start Date, Due Date, or both. First, create a calculated column DatesMissing with the following formula: =NOT(AND(ISNUMBER([Start Date]),ISNUMBER([Due Date...
Recently I was building an issues list application for a client. The issues broke down in to several major initiatives, with many issues being a member of more than one initiative. What I wanted to do was a build an issues list and then have each issue...
For many of our clients we need to build custom site definitions. When building SharePoint solutions the terms site template, definition and to a lesser extent site portal are often used. Each of these allows the user to create a new site with a predefined...