SharePoint Data Zoom Web Part brings NVelocity, MVC to SharePoint

Revision 15 vs. Revision 16

Legend:

Unmodified
Added
Removed
  • Content

    r15 r16  
    77  
    88.. snippet:: 266  
    99  
    1010If you answered "yes", (or "yeah, dude" for you left-coasters) then you're probably ready to take a ride on the Data Zoom express.  
    1111  
    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?  
    1313  
    1414The 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.  
    1515  
    1616Out-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:  
    1717