Bookmark

Find a SharePoint Product

SharePoint Products

SharePoint Events

<<  May 2012  >>
 Sun  Mon  Tue  Wed  Thu  Fri  Sat 
    1  2  3  4  5
  6  7  8  9101112
13171819
20212223242526
2728293031  
PDF Print E-mail
Look and Feel Flash/Image Displays The Expert News Rotator
 

The Expert News Rotator Hot

 
Expert rating
 
0.0 User rating
 
2.5 (2)

Info

Free ProductsWeb Part
Developer Courtenay Farquharson
Supports MOSS 2007WSS v3
Website http://www.sharepointings.com

The Expert News Rotator is a Sharepoint webpart based off the jQuery Image Rotator with the ability to scroll through content in an Announcements List.

  • Images per news item
  • Thumbnails for each news item
  • Limit Number of news Items
  • Items filtered by Sharepoint Views

 

User reviews

Average user rating from: 2 user(s)

 

Rating:
 
2.5
 
 

Looks Good, but Be Careful

0 of 0 people found the following review helpful
I generally concur with John Ferringer's comments, but add one more issue.

This web part appears to interfere with Anonymous Access.

When users on a large private network who are off the domain try to access a page using this web part, they are prompted for a username and password.

This issue alone meant we had to stop using it, as Anonymous users could not access our Intranet homepage.

Product Reviews

Pros Relatively easy to set up and fairly straight forward to use.
Cons Interferes with Anonymous Access to your SharePoint site.

Loses its settings if you make any modifications to the web part.
Rating:
 
2.0
Was this review helpful to you?
Yes No
Reviewed by Tim Bowes
August 18, 2011
Report this review
 
 

Looks Great, but Be Careful

1 of 1 people found the following review helpful
This is a promising web part. I've implemented it on the home page of an intranet portal as a way to display high-profile news items and updates. It's very visually appealing and is a nice way to quickly add engaging and interesting content to a SharePoint site without having to do a lot of customization.

That being said, it has a few drawbacks that are preventing me from rating it better:
- The steps necessary to configure it are not well documented (I'll outline how I did it below)
- The web part is not properly saving its properties; if you open the web part's properties, you have to reset its connection to its list every time
- It does not dispose objects properly. This is a very big deal, it is contrary to SharePoint development best practices and could be a performance issue for your environment.
- If you do not include an expiration date for an announcement, it does not show up in the web part.
- The web part is available via CodePlex, but its source code has not been posted by the author. I'm not sure how its still listed there, but it is. Its not a big deal, but its not the most open behavior...

How I got the web part to work:
- I added two columns to the Announcements list in my site, one for the Image and another for the Image thumbnail.
- I also created a custom view and included those image columns in the view. This is the view that I associate with the web part.
- I also overwrote the default images in the web parts folder in the 12/TEMPLATE/LAYOUTS/TheExpertnewsRotator directory so that something relevant is used when no images are supplied.
- The image file should be about 300w x 225h (pixels)
- The image thumbnail file should be about 50w x 42h (pixels)

Product Reviews

Pros - Great UI, very user-friendly.
- Nice use of javascript for interactive behavior
- A definite upgrade over the stock Announcements list view web part
Cons - A little tricky to configure, needs better documentation
- Does not maintain properties, the web part's association to its list view can be lost if you modify its properties
- Does not properly dispose of objects!
- Does not handle announcements without expiration dates
Version Reviewed v1.1
Rating:
 
3.0
Was this review helpful to you?
Yes No
Reviewed by John Ferringer
June 21, 2010
Report this review