>

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.

Quick and Simple: Workflow-only Update Field

It’s often useful to store status information in a custom list such as an approval code which should never be directly manipulated by end users. This is a common business scenario. I have been working on a project this year that generates var…

Sunday Funny: “I Thought This Was Supposed to Be a Rich Town”

A little over three years ago, my wife and I signed my son up for a summer activity, The Midland Park Players. This is a drama group that spends about three or four weeks preparing for a play and then showing it to the parents, friends and relatives….

SharePoint Does Not Provide Calendar Roll-ups; Potential Solutions

UPDATE: An anonymous person in the comments posts this link: http://www.atidan.com/atidan-collaboration-kit.php Forum users often ask a question like this: "I would like to have a calendar at the site level that is populated by events from subsi…

Create Sites (SPWeb) via SharePoint Designer Workflow

This blog entry is more of an "in the realm of the possible" entry vs. concrete info. We have a technical design that calls for us to create a site in a site collection via a manually launched workflow process. Basically, users enter data in…

Quick and Simple: Provision a Web Site Using SharePoint Object Model In C#

I tried searching for a little snippet code that would show how I can create a new SPWeb in a site collection. I didn’t find it as quickly or easily as I expected so I thought I’d slap together a little entry on the subject. This code cre…

Integrate SharePoint Designer Workflows with Web Services

I’ve been playing around with custom actions for SharePoint Designer for some time (see here for some detailed stuff, if that interests you). In my current project, we need to do some fairly heavy lifting and we want to use declarative SPD workfl…

Sunday Funny: “I wonder if your password is …”

I recently bought lunch for my brother (as usual) and we ended up talking about funny things that we did at our respective colleges. At my alma mater, Lafayette College, the academic support IT department had a very inclusive way about it. We were …

Minor Public Announcement: Windows Live Security Settings and Contacting Space Owners

I receive a handful of messages from individuals via the built-in "send a message" function Microsoft provides with live spaces (which also hosts my blog) every month. About one third of the time, those users have secured their live spaces acco…

Simple Explanation: “Value does not fall within the expected range.”

UPDATE: An anonymous poster left a great comment about internal names. Be sure to read it. When working with event receivers and other code that references SharePoint list items via the object model, I often make mistakes that generate this error at…

End User Quick Tip: Sort Views in a Document Library, List, etc.

We can, should and do create many views in SharePoint lists (document libraries, custom lists, etc). SharePoint always lists available views in alphabetical order. We cannot change this using out of the box functionality. If it can be done via cu…