>

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 Easy: Determine Internal Column Name of a Site Column

UPDATE: Jeremy Thake has blogged about this and put up some code for a console application that shows internal names. I was trying to get a content query web part to display a due date from a task and because the screen label is "Due Date", I …

Beware Breaking Changes to ItemStyle.xsl

I was working with ItemStyle.xsl to customize the look of a Content Query Web Part and right about lunch time, I made a breaking change to the xsl. I didn’t realize it, but this had far reaching effects throughout the site collection. I went …

Display Content Query Web Part Results in a Grid / Table

Overview and Objective Out of the box, MOSS’ Content Query Web Part (CQWP) displays its results in a list format, similar to search results. It is also possible to display the results in a grid format (i.e. HTML table format). Grid formats ar…

Standard WSS/MOSS Data Entry Screens Do Not Support Cascading Drop-downs (or other intra-from communication)

UPDATE (04/2008): This great blog entry shows a good javascript based approach to this problem: http://webborg.blogspot.com/2008/04/add-functions-and-events-to-sharepoint.html UPDATE II: (04/2008): This blog entry looks promising as well: http://w…

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…

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…