Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-30-2004, 10:15 AM
WebProWorld Member
 

Join Date: Oct 2003
Location: usa
Posts: 70
cjshu RepRank 0
Default RSS help for the technically challenged?

Anyone have any good resources for starting out using RSS feeds?
Reply With Quote
  #2 (permalink)  
Old 11-30-2004, 12:10 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default Displaying RSS feeds

I don't mean to be harsh cjshu, but you posted an almost identical message less than a week ago. There were links supplied in the thread that should have satisfied most people's questions.

One of the better resources (outside of this site) is this one.. Display RSS Feeds.
This resource page lists a RSS/RDF > Javascript converter which requires no programming knowledge. The only snag being the final product relies on users being Javascript-enabled to view the feed... but it might be worth considering.

Paul
Reply With Quote
  #3 (permalink)  
Old 11-30-2004, 12:57 PM
WebProWorld Member
 

Join Date: Oct 2003
Location: usa
Posts: 70
cjshu RepRank 0
Default

Your right. My mistake. Short term memory lapse.

Anyway thanks for the resources.
Reply With Quote
  #4 (permalink)  
Old 11-30-2004, 04:39 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default

Quote:
Originally Posted by cjshu
Short term memory lapse.... thanks for the resources
No problem! :o)
Let us know which method you end up using on your site, and if you encounter any problems along the way just post back here!

Have fun!

Paul
Reply With Quote
  #5 (permalink)  
Old 12-06-2004, 11:12 PM
WebProWorld Pro
 

Join Date: Jun 2004
Location: Upstate NY
Posts: 154
DriWashSolutions RepRank 0
Default

I've implemented an RSS feed on my site, but the only way I could figure our how to do it was inside of an <iframe> tag.

It's my understanding that SE's won't index anything inside that tag - is there a better way to put the feed on my site that will allow it to get indexed?
Reply With Quote
  #6 (permalink)  
Old 12-07-2004, 12:36 PM
WebProWorld Pro
 

Join Date: Aug 2004
Location: Maryland
Posts: 219
webmasterjunkie RepRank 0
Default

Quote:
Originally Posted by DriWashSolutions
I've implemented an RSS feed on my site, but the only way I could figure our how to do it was inside of an <iframe> tag.
What type of page are you trying to use the feed on, asp, php? I use an rss feed, on an asp page, on one of the sites I maintain and would be more than willing to walk you through where I got the resources to do so.
Reply With Quote
  #7 (permalink)  
Old 12-07-2004, 12:56 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default MagpieRSS PHP parser

John, if you're using PHP already, chances are that you can use the MagpieRSS parser on your site. Really easy to set up! Just download the files, unzip and upload to your site (keep files as they are arranged in the zip).
A few lines of PHP inside a scrollable div and you're done! Well pretty much anyway! Tried it this afternoon, and it didn't take long at all! :o)

Paul
Reply With Quote
  #8 (permalink)  
Old 12-07-2004, 03:32 PM
WebProWorld Pro
 

Join Date: Jun 2004
Location: Upstate NY
Posts: 154
DriWashSolutions RepRank 0
Default Re: MagpieRSS PHP parser

Quote:
Originally Posted by paulhiles
A few lines of PHP inside a scrollable div and you're done!
Hmm - I guess that may be my main question. What's the coding for a scrollable <div>? Here's the code I have now:

<iframe scrolling="no" frameborder="yes" title="Dri Wash Solutions RSS Feed" align="center" height=375 width=155 src="http://www.driwashsolutions.com/rss/rss2html.php?rss_url=http://feeds.feedburner.com/DriWashnGuardNewsTipsTricks&rss_items=5&rss_chars= 110" marginwidth="15" marginheight="1" name="RSS_Feed">Dri Wash Solutions RSS Feed</iframe>

I don't think this is being indexed, which is a secondary goal of having this on my site.
Reply With Quote
  #9 (permalink)  
Old 12-07-2004, 07:13 PM
hal hal is offline
WebProWorld Member
 

Join Date: Nov 2003
Location: US -- New England
Posts: 97
hal RepRank 0
Default

Hi DriWashSolutions,

Perhaps I see it.

Quote:
...rss/rss2html.php?...
Search engines tend to hate anything after a "?" in the address.

By the way, what about RSS feeds for all those browsers which do not support iframe?

Regards,

Hal
__________________
Baughan & Company offers personalized Web site support to small business. http://www.rocksolidsite.com
Reply With Quote
  #10 (permalink)  
Old 12-08-2004, 12:16 AM
WebProWorld Pro
 

Join Date: Jun 2004
Location: Upstate NY
Posts: 154
DriWashSolutions RepRank 0
Default

Quote:
Originally Posted by Hal
By the way, what about RSS feeds for all those browsers which do not support iframe?
Exactly - that's why I'm trying to figure out a better way with the help of the forum members.

The page in question is my index.html page - and I'd rather not change it to anything else.

So, is there any slick way to do this in html?
Reply With Quote
  #11 (permalink)  
Old 12-08-2004, 05:14 AM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default

Quote:
Originally Posted by DriWashSolutions
So, is there any slick way to do this in html?
If you're relying on using HTML alone, then apart from what you're doing now, i.e. using an iframe, your only other option is to use Javascript to present the newsfeed.

The main disadvantage of using Javascript to display the feed, is from an SEO perspective, namely, that the feed will not be apparent to SE spiders. So although the newsfeed would work very well for your site visitors, who will be able to see the feed information, your site will not benefit from the additional content in SEO terms.

In order to have them picked up as part of your page would require some form of server-side scripting, one method being the PHP and MagpieRSS parser combination I mentioned above.

Paul
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags: , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0