Legend:
- Unmodified
- Added
- Removed
-
Content
r15 r16 7 7 8 8 .. snippet:: 266 9 9 10 10 If you answered "yes", (or "yeah, dude" for you left-coasters) then you're probably ready to take a ride on the Data Zoom express. 11 11 12 .. note:: Did I mention we're giving away the SharePoint Data Zoom WEb Part for free?12 .. note:: Did I mention that we're giving away the SharePoint Data Zoom Web Part for free? 13 13 14 14 The SharePoint Data Zoom Web Part is the brainchild SharePoint Solutions' software production manager `Jeremy Luerkens <http://www.blogger.com/profile/27296797>`_. After using the NVelocity template engine in another platform, Jeremy felt that the SharePoint world just had to get some of that too. NVelocity is a template engine that allows you to manage your web content according to the `Model-View-Controller (MVC) <http://en.wikipedia.org/wiki/Model-view-controller>`_ model. With MVC, web page designers can focus solely on creating a well-designed site, and programmers can focus solely on writing quality, robust code to support it. 15 15 16 16 Out-of-the-box, the SharePoint Data Zoom Web Part will include access to site and cross-site list data within your SharePoint environment. Imagine iterating over list items as easily as in the code listing above. We've included a multitude of helper utilities for accessing, manipulating and formatting data. Everything is accessible from a convenient command menu right within the Data Zoom's source editor. We're also including the SharePoint Data Zoom Extension for Syndication free with the Data Zoom. With this extension, you'll have complete control over fetching and integrating RSS and ATOM feeds into your SharePoint pages. Consider this simple snippet to render a feed: 17 17