Just a little FYI on my experience using the news feeds, whether it's from
Moreover.com or iSyndicate.com.  Your best bet is to run a background
harvesting app and put the links, headlines and source info into a local
database and call it up from there.  Experience with both of these has
taught me that if they're down, or if there is a network problem or
congestion, your pages can take an excruciatingly long time to load or maybe
even not load at all - depending on how you've coded the page.  You can
either write the harvest load into a database or even write it out to a file
with CFFILE and call it with a CFINCLUDE.  This will make your page load
MUCH faster and maybe even prevent non-loading.

Dave


----- Original Message -----
From: "Jeff Small" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 3:05 PM
Subject: Moreover News Feed


> Okay, maybe I live under a rock or something, but I gotta ask. What
exactly
> *is* the moreover news feed? Is it a news service that lets you use that
> cfhttp tag and pull news stuff from their site? Does it cost money? How
does
> it work? It seems really cool on your site, and I'm curious as to how this
> all works...
>
> Jeff Small
>
> on 4/9/01 2:33 PM, Benjamin S. Rogers at [EMAIL PROTECTED] wrote:
>
> > A scheduled task queries MoreOver once an hour (or when the page below
first
> > loads) and deserializes the WDDX feed into a query that is stored in the
> > application scope.
> >
> > Anyway, the actual display is nothing terribly interesting. We just use
the
> > extra content to liven up the site a bit.
> >
> > http://www.foodcount.com/Index.cfm?Method=Nutrition
> >
> > Benjamin S. Rogers
> > Web Developer, c4.net
> > Voice: (508) 240-0051
> > Fax: (508) 240-0057
> >
> > -----Original Message-----
> > From: Vance Duke [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, April 09, 2001 1:38 PM
> > To: CF-Talk
> > Subject: Moreover News Feed
> >
> >
> >
> > I assume there are some people here using the Moreover.com News feed.  I
was
> > wondering if someone might like to send me links to their site so I
might
> > see how you implemented it.  I am not much on the "look and feel" side
and
> > was looking to get some ideas.
> >
> > Thanks in advance,
> > Vance Duke
> > Sr. CF Programmer
> >
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to