Posted: November 17th, 2009 | Author: davecavins | Filed under: Uncategorized | Tags: Endusersharepoint, jQuery, SharePoint, ticker, webparts | 23 Comments »
On a recent project I needed to create a simple news ticker do display announcements from a SharePoint list. It was easy to do because I just used some of the code from the announcements slider I built a while back so I did not bother to write a post about it. Yesterday I saw a post on EndUserSharePoint.com about how to setup something similar so I figured I would share my (cheaper) solution.
A few features of the ticker:
- The ticker pulls its contents from the default SharePoint Announcements list using jQuery.
- The title of the announcement links to the display form for the item
- Ticker pauses on mouseover
- For each Announcement the first 500 characters are shown as an intro.
Here is the code it can just be pasted in a content editor web part. The only dependency is jQuery. The code for the ticker came from this post on Net Tuts Plus. I removed the comments but you can see the commented code and an explanation here.
Read the rest of this entry »
Posted: November 10th, 2009 | Author: davecavins | Filed under: General SharePoint, SharePoint Design | Tags: jQuery, SharePoint, slideshow, web services, webparts | 11 Comments »
This is a very simple image slide show script that uses jQuery, SharePoint webservices and the default images library to show images with captions. All the content is pulled from default fields in the images library but feel free to add more fields and customize the code to fit your needs.

Slide show with captions
Read the rest of this entry »
Posted: June 14th, 2009 | Author: davecavins | Filed under: General SharePoint | Tags: corasworks, SharePoint, webparts | 2 Comments »
Last week I attended CorasWorks Essentials Training the the company headquarters in Reston, VA. The training class provided an overview of the essential features and capabilities of the CorasWorks suite of tools as well as covering usage and configuration.
The major benefits of the suite are its ability to do charting and to aggregate information across various sites, site collections, and web applications in a manner not possible with out of the box SharePoint tools (not even the DVWP). Read the rest of this entry »
Recent Comments