SPUserPoll – SharePoint poll web part version 0.2 with charts released

January 17, 2009   19:59


Today I released version 0.2 of SPUserPoll at CodePlex which includes the brand new .NET 3.5 Chart control.

This poll web part for SharePoint gives you the ability to present the poll results with a colorful bar, column, pie or doughnut chart.

Enjoy the new version and feel free to provide me with wishes, comments, ideas and tips to improve SPUserPoll.

Tags: , , , , .





Connect the RSS web part with a SharePoint list or other advanced feed

January 14, 2009   19:26


I wrote this blog to give a possible workaround for RSS Web Part problems with certain feeds.

Did you ever try to connect a list feed to a SharePoint RSS feed web part? Well, I did, and it doesn’t work. The web part returned me a redirect error on public Internet sites and an authentication problem on secure Intranet sites.

Connect the RSS web part with a SharePoint list or other advanced feed

The RSS web part is not able to handle secure RSS connections. After some debugging the problem of the redirect error was found in the fact, that certain RSS feeds are trying to return a cookie, which a web part normally does not accept. Because the cookie is not set, the RSS generator keeps redirecting the download request.

The cookie and authentication problems do not only apply to the SharePoint list feed, but also to a lot of other feeds on the internet.

The work around

To get correct RSS feeds in the standard SharePoint RSS feed web part, I’ve chosen to develop a small “proxy” handler to access the feed in Visual Studio.
(more…)

Tags: , , , , , , , , .









The content expressed in this blog are those of Edwin Vriethoff and do not represent his employer's view in anyway. The contents of this blog has been carefully put together, but Edwin Vriethoff is not responsible in any way for any direct or indirect harm caused by individuals or organizations using the content of this blog in any way.