Welcome to the Learning Center

The Guide | Knowledge Base | FAQ

Browse it all or refine your selection using the filters below on the left.

The Power of Feeds in XMod Pro 3

By: Kelly Ford On: 03/15/2011

Link to this Article
https://dnndev.com/Learn/Guide/Article/The-Power-of-Feeds-in-XMod-Pro-3

In this on-going series of articles, I’ve been introducing you to some of the new features and functionality introduced in XMod Pro 3 for DotNetNuke. In this article I want to show you a great new feature that does more than you might think at first blush – Feeds.

Feeds – They’re Not Just for RSS Anymore

So, what are Feeds exactly? First introduced first in version 3.0, Feeds are a great way to get data out of your database and re-purpose it. Feeds are most any kind of repeating, raw output like HTML, XML, or plain text. And, because XMod Pro gives you direct access to the database, you can pull out information from your XMod Pro solutions, 3rd party modules, the DotNetNuke tables, even external SQL Server databases. It could probably stand on its own as a separate module but you get it free as a feature in XMod Pro.

What Kinds of Things Can You Create?

  1. Because you can generate XML, you could create an RSS feed.

  2. You could also create your own custom XML output. So, you could present your users with a link to convert data in the database to XML, suitable for re-purposing however you need.

  3. Since a feed can also dynamically produce downloadable files, you can create an Excel export by generating a CSV file – or Comma Separated Values file. The user will be prompted to download and open it with Excel or whatever application they have configured to open CSV files.

  4. Feeds can also be used to generate specialty pages like Printer-Friendly web pages that break out of the DNN skin.

In other words, Feeds are a powerful tool in your XMod Pro toolbox. And, because you create them much like you would a regular XMod Pro template, they’re pretty painless to build.

I’ve created a video that gives you a look at the new Feeds feature in XMod Pro 3. Check it out.

Creating and Managing Feeds in XModPro3