Aug25

SharePoint Charts

If you need to create charts of SharePoint list data within your site, there are some very sophisticated server-side .NET tools out there for doing this such as Dundas Chart for SharePoint
 
If you just need a simple bar chart, you can do quite a bit with XSLT in a data form web part.  A good example of how XSLT can be used in this way is the "form-based survey results" web part displayed on the home page of this site.  This web part was part of the Business Performance Reporting SharePoint template in the Fantastic 40.  Writing custom XSLT like this can be a bit of a pain though if you are creating more sophisticated charts.
 
So here is another option: LiteChart.  It uses a data form web part bound to a list containing the data that is being charted.  The XSLT includes a reference to a flash charting engine which does all the heavy lifting to output the chart.  Since this uses out of the box web parts and web services, there is no custom code to deploy to the server.
Published: Aug-25-07 | 11 Comments | 1 Link to this post

Jun20

GroupBoard workspace

From Microsoft Japan, this SharePoint template provides a combination of features to assist with the administration of running an office such as the following:

- Room and equipment reservations
- Time sheet
- In/out board
- Phone memo list
- Circulations list
A general screencast of the Groupboard is here.

The circulations list is the most interesting, as it provides a form of private message board that can be used instead of a standard SharePoint discussion board or announcements list found in the Team site SharePoint template.  Let's look at the options: 

Announcements - One-way (no replies), and one to many.  Audience is defined by list permissions.
Discussion board - Two-way (you can respond), but still one to many based on list permissions.
Circulations list - Two-way (recipients have option to edit or comment on message, but this is not as good as discussion threading), but the key is that the message can be targed to specific users, just like email.  Furthermore, recipients can confirm they have received the message similar to an email "read receipt", which is very useful for situations when it is time sensitive information.

The circulations list is shown in detail in a screencast here.
Published: Jun-20-07 | 7 Comments | 0 Links to this post

Jun01

Team Site

This is the most commonly used SharePoint template that is included out of the box.  This template includes basic features for general team workspace functionality. 
 
 
 
Published: Jun-01-07 | 5 Comments | 0 Links to this post

May28

Community Kit for SharePoint 1.0 UGE

This is a great SharePoint template for a club, user group,  or even as a general workspace.  Some enhancements over a standard team site include the following: 
a)View All Site Content - has been moved to the Site Actions tab drop-down which is exactly where it should be;
b)Sign-up Survey - a survey is used to enable users to request registration with anonymous priviledges without others being able to see their request;
c)Icons/links on home page - provides quick access to key parts of the site and RSS feeds; d)Look and feel - overall a very nice master page layout and color scheme. 
This is an open source project on Codeplex and is being split up into a number of divisions.  More information is available on Codeplex
Published: May-28-07 | 0 Comments | 0 Links to this post