Latest Free SharePoint Software

The most recent SharePoint freeware is:

Title: SimpleChart (Org Chart WebPart) For SharePoint
Date Published: 10/22/2009

Previous WebPart Release:

DSAG - DoD / SharePoint Guide

SharePoint DoD Logo

The Department Of Defense SharePoint Architecture Guide (DSAG) is an attempt to align collaborative tooling through an ever growing series of targeted documentation in accordance with major DoD initiatives, primarily Defense Information Enterprise Architecture 1.0.

Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7, Part 8, Part 9, Part 10, Part 11, Part 12, Part 13

This was driving me nuts yesterday, I was looping through all sorts of crap, and all I wanted to do was conditionally display something base on the SPBasePermissions enumeration. Reason being, we have a custom menu that appends to the Site Actions menu (i.e. through the use of a feature) building out relative links to [...]

  • Share/Bookmark

Continue Reading This Article...

Sometimes, you want to rotate items out of a SharePoint list on a random basis in order to make this information available to your users, for example, some items that might be housed within your enterprise portal that would be helpful to rotate on something like your intranet frontpage displayed in no specified order are: [...]

  • Share/Bookmark

Continue Reading This Article...

Man, I have never seen this before, but doing a simple SPListItem.URL and returning the URL returns a funky ass value. It looks like hex or some crap, like this: http://localhost/lists/MyList/6_.000 What the hell is that? Shouldn't the SPListItem.Url property return the actual URL to the item? To get around this, you have to tailor [...]

  • Share/Bookmark

Continue Reading This Article...

I've written a couple of articles which are decent summaries in a very short read, “ Security improvements in Sharepoint Server 2007” and “Fresh view of Compliance in SharePoint Server 2007.” The first place you should go is TechNet ...

  • Share/Bookmark

Continue Reading This Article...

I got in a fight, mentally. I love generics, but a lot of the times when I get my code review's occur, people ask me why I didn't use an object array when it would have sufficed? So in this, I am talking about instead of using this: PLAIN TEXT C#: ArrayList list = new [...]

  • Share/Bookmark

Continue Reading This Article...