User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 456,468 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,797 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 1813 | Replies: 1
Reply
Join Date: Jun 2007
Posts: 11
Reputation: schwarznavy is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
schwarznavy schwarznavy is offline Offline
Newbie Poster

Displaying RSS Feeds in Tabbed box on web page

  #1  
Sep 17th, 2007
Greetings from Japan.

I'd like to display a few RSS feeds from other web sites on my web site in a tabbed box, where each tab signifies a feed from each of those sites.

I'm trying to keep the Web site as simple as possible to make our site as accessible as possible, regardless of how our visitors have their web browsers set up.

I already have a little bit of Javascript on my page, which I believe doesn't require visitors to have additional software installed (like Flash or Java). I also believe Javascript only requires the visitor's security setting for "Active Scripting" to be enabled (for Internet Explorer). I'm not sure of the requirements for other browsers.

Another reason I'd like to keep the page simple is because a lot of our visitors come from U.S. Navy ships. Their computers have tons of limitations regarding what software can be installed and how their programs' settings are set, and When underway their Internet bandwidth is limited -- so I'd like our page to be as speedy as possible.

Following this line of reasoning, is using Javascript to display RSS feeds the best choice? I don't know anything about PHP, shtml, ASP, etc. and I don't know if using them to display the RSS feeds would require visitors to have other Internet settings set in a specific way. -- I'd like to minimize the amount of e-mails that start with, "I can't see your page properly."

If you suggest Javascript, does anyone know a good script/program that'll allow me to implement a Tabbed box of feeds on my web page. It would be best if I could fully customize it to be in the same style as the rest of the page -- fonts, colors, sizes, etc. I do use some CSS.

Thank you very much.
Matthew Schwarz
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jul 2006
Location: Deptford, London
Posts: 971
Reputation: MattEvans has a spectacular aura about MattEvans has a spectacular aura about 
Rep Power: 5
Solved Threads: 48
Moderator
Featured Poster
MattEvans's Avatar
MattEvans MattEvans is online now Online
Posting Shark

Re: Displaying RSS Feeds in Tabbed box on web page

  #2  
Sep 18th, 2007
PHP, shtml, ASP etc generally have no requirements for client machine settings, Javascript is more 'risky' than any of these, since it is dependant on client settings.

RSS is just XML; so you could style it directly. Yep, directly. XML can have CSS style. I've never done it, but it can be done. See this page: http://www.xml.com/pub/a/2000/05/03/msie/index.html.

If you do that; you could just load the RSS file directly into an iframe or similar, and style it with CSS and/or XSLT. Instant solution seemingly; but it might require some work to get it working across all browsers.

Alternatively; you could use serverside (PHP, ASP, XSLT, and ) or clientside (Javascript,XSLT [yep its both]) code to parse the RSS and convert it into HTML. Or use something like http://www.rss-to-javascript.com/ http://magpierss.sourceforge.net/ http://www.feedforall.com/free-php-script.htm ( none of these tested; not recommendations, just google results )
Plato forgot the nullahedron..
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb JavaScript / DHTML / AJAX Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum

All times are GMT -4. The time now is 2:23 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC