>

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Create Bar Graphs in SharePoint

Overview: (UPDATE 12/04/07: Added another interesting resource at the end linking to another blog that addresses this via a very interesting web part) This blog entry describes how to create a bar graph in SharePoint. This works in both WSS and MOSS…

SharePoint Does Not Provide “Who Has Access” Reports

UPDATE 01/28/08: This codeplex project addresses this issue: http://www.codeplex.com/AccessChecker. I have not used it, but it looks promising if this is an issue you need to address in your environment. UPDATE 11/13/08: Joel Oleson wrote up a very …

MOSS Tells Me My Column Name is Reserved or In Use … But It’s Not

UPDATE 12/04/07: See this Microsoft KB (http://support.microsoft.com/kb/923589) for related information. Actually, it turns out it is, but tricksy MOSS had to make it difficult. My customer does some development work on his MOSS site over the weeken…

Present OM Data Via a Custom List (or, Yet Another OM Data Displayor [like YACC, but different])

Today, I spent a handful of hours tracking down the root cause behind the message "The column name that you entered is already in use or reserved. Choose another name." The column in question could be created, deleted and re-created in anothe…

Performance Testing tools for SharePoint 2007

There is no performance tool specific to SharePoint. When I was assigned the task of optimising a SharePoint site the search for a tool gave me very limited options. Codeplex’s Data Population tool could be useful for load testing. Other than tha…

SharePoint Designer Workflow Custom Action — Observation About <FieldBind Designer Type=”StringBuilder” … />

Just a quick observation that there’s a very important difference between these two definitions: <FieldBind Field="InParam1" DesignerType="StringBuilder" Id="2" Text="Input parameter #1"/> versus: <Fie…

Premature Workflow Activation — A Non-medical Solution

UPDATE: See this MSDN discussion, especially the last entry: http://forums.microsoft.com/MSDN/showpost.aspx?postid=2631057&siteid=1. It describes a condition that may short circuit this whole thing. In short, it may be as simple as making at le…

SharePoint Security Fundamentals Primer / Avoid Common Pitfalls

UPDATE 12/18/07: See Paul Liebrand’s article for some technical consequences of removing or modifying the default group names (see his comment below as well). Overview: SharePoint security is easy to configure and manage. However, it has pr…

Quick and Easy: Create a Data View Web Part (DVWP)

There is a wealth of great information on the WSS 3.0 Data View Web Part (DVWP) on the web from several sources. However, I found it to be surprisingly difficult to find information on this first very basic step. Here is another article in the &#3…

“Cannot get the list schema column property from the SharePoint list” — description/work-arounds

This week, we finally reproduced a problem that had been reported by a remote user: When she tried to export the contents of a list to excel, things would seem to start working, but then Excel would pop up an error: "Cannot get the list schema colu…