Monday 12-05-2008
About Us | Contact Us | FAQ | Support | Links
Coldfusion Custom Tags, CFXs, CFCs, Full Applications and more!
< Built by ColdFusion Developers, for ColdFusion Developers >
Home | Tag Categories | Latest Tags | Top Rated Tags | Top Selling Tags | My Account | Search | Sell Your Tags | Tags A-Z
ProcessRSS

ProcessRSS - Reads and RSS feeds and generates anchor tags to the content
Developer Name: Kadesh Bailey
Company Name: WilderCastle Ltd.
Email Developer Email Developer:
Date Created: Sunday 30/07/2006
Latest Version: 1.01
Price: $20
License: One Copy per Website.
Encrypted: Yes
Average Rating: Not Rated
Times Rated: Not Rated
Rate This Tag:


Tag Comments

How to display results on a separate line
I have been getting a few emails regarding this. It is quite simple indeed and you will be relieved to see how simple it is. In your CSS definition. Add the following:

rssResult a
{
display:block;
}

You're done!
Kadesh Bailey

Posted on: Friday 13 Oct 2006
By Kadesh Bailey

 Related ColdFusion Applications
Developers who purchased ProcessRSS also purchased:
  1. CFADSecurity Framework
  2. Exclusive offer: ESWsoftware toolkit
  3. CF_WebBoard V2.1 (Cross Browser/Un-Encrypted)
  4. DHTML Outlook Sidebar Navigation V2
  5. CFForumsExpress
  6. CF_RelatedSelectsControl


What Is ProcessRSS?
This tag gives you the functionality of taking an RSS news feed (or any feed for that matter) and having it presented as a listing of anchor tags. It gives you the flexibility to change the headline of the results, and even the number of items returned in the results. It uses class names in its results hence making it easy for you to stay compliant in your designs and also empower you to carry out your own custom layout and formatting of the results.

*The Evaluation version always returns six (6) anchor tags.

This is a component that allows you to process an xml news feed with anchor tags of the items returned in the result.  You can state how many items you want returned in your result.

The parameters that you can send are:

  MaxResults = Number of anchor tags to return
  SiteAddress = The RSS Feed URL Address
  HeadLine = The Headline you want displayed on top of the anchor tags
  LinkTxtLimit = The number of characters you want displayed in your link text

To execute, here's an example:

<cfinvoke component="ProcessRSS" method="GetRSS" returnvariable="TheResults">

<cfinvokeargument name="MaxResults" value="6">
<cfinvokeargument name="SiteAddress" value="http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/front_page/rss.xml">
<cfinvokeargument name="HeadLine" value="Latest from the BBC">

</cfinvoke>

<cfoutput>
 #TheResults#
</cfoutput>

 

#TheResults# will have the value of:

|| Latest from the BBC ||

 

The Headline is contained in a DIV tag with the class name of rssResultHeadline and the entire content is contained in a DIV tag with the class name of rssResult. Since the CSS is using class names you can invoke this component multiple times on the same page!



 


< Business Strength Coldfusion Custom Tags >
Sitemap | Privacy | Branding | Web Services | Support | Contact Us
PageCLixUid