Sunday, July 06, 2008    
Home My Books Blog ColdFusion About Me Back    

Calendar
<< May 2007 >>
S M T W T F S
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Search

Categories
 • Adobe (63) [RSS]
 • AdobeMAX06 (45) [RSS]
 • AdobeMAX07 (59) [RSS]
 • AdobeMAX08 (10) [RSS]
 • AIR (108) [RSS]
 • Appearances (112) [RSS]
 • Books (66) [RSS]
 • CFEclipse (14) [RSS]
 • ColdFusion (1105) [RSS]
 • Data Services (6) [RSS]
 • Flash (94) [RSS]
 • Flex (334) [RSS]
 • Jobs (86) [RSS]
 • JRun (12) [RSS]
 • Labs (27) [RSS]
 • LiveCycle (16) [RSS]
 • MAX (145) [RSS]
 • Regular Expressions (12) [RSS]
 • SQL (36) [RSS]
 • Stuff (496) [RSS]
 • Tips (CF Studio) (80) [RSS]
 • Tips (CF) (795) [RSS]
 • Tips (Dreamweaver) (91) [RSS]
 • Tips (Flex Builder) (2) [RSS]
 • Using CF (132) [RSS]
 • Wireless (96) [RSS]

Other BLOGs
 • Ray Camden
 • Tim Buntel
 • Sean Corfield
 • John Dowdell
 • Steven Erat
 • Brandon Purcell
 • Charlie Arehart
 • Full As A Goog

RSS Feeds
 • Feed
 • Subscribe

Join my mailing list and find out about new books and other topics of interest.

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta ...
NOTE: This is my personal blog, and the opinions and statements voiced here are my own.

Viewing By Entry / Main
May 4, 2007

Scorpio Makes Syndication Easy

This morning, at cfObjective, ColdFusion Product Manager Jason Delmore spilled the beans about a new tag in Scorpio named <CFFEED> which can be used to read and create RSS or Atom syndication feeds. <CFFEED ACTION="READ"> can read feeds from a URL or file (supporting RSS versions 0.90, 0.91, 0.92, 0.93, 0.94, 1.0, and 2.0, and Atom 0.3 or 1.0). <CFFEED ACTION="CREATE"> can create feeds from manually created structures or queries (supporting RSS 2.0 or Atom 1.0). This tag is incredibly flexible, and makes working with syndication simple and fun. I'll post examples in the future.

TrackBacks
There are no trackbacks for this entry.

No trackback URL. Trackbacks are only allowed via interactive form.

Comments
That's absolutely great.
No more incredible workaourd......this wil really help a lot.

Thnaks

Andrea
# Posted By Andrea | 5/4/07 4:02 PM
Ben,
This is getting out of hand! How much functionality, cool features, smart ideas and what not can you fit into CF8? Unbelievable! I hope you never stop, and I hope you sell a billion copies. Great job Adobe!
# Posted By Nathan Strutz | 5/4/07 6:21 PM
I've been messing with CFFEED and am having problems reading an RSS feed fully.

The problem is when it gets to items <customRss:model> or <media:content> in the feed.

I am assuming because these values are not standard. If this is the case, is there any way to read these items using CFFEED?

Here's one item pulled from a feed as an example:
<item>
<title>TITLE</title>
<description>DESCRIPTION</description>
<pubDate>2007-09-14 00:00:00</pubDate>
<link>LINK</link>
<customRss:model>FORD GALAXIE</customRss:model>
<media:content url="http://www.picpulse.com/galaxie.jpg" type="image/jpeg"/>
</item>
# Posted By Matt | 10/23/07 8:56 PM
I'm trying to create a feed with an image in the <description> but can't find any info on how to do so. Any ideas?? TIA!
# Posted By conrad | 1/11/08 6:00 PM

  © Copyright 1997-2008 Ben Forta, All Rights Reserved