•
•
•
•
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
![]() |
•
•
Join Date: Jun 2007
Posts: 11
Reputation:
Rep Power: 2
Solved Threads: 0
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
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
•
•
Join Date: Jul 2006
Location: Deptford, London
Posts: 971
Reputation:
Rep Power: 5
Solved Threads: 48
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 )
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..
![]() |
•
•
•
•
•
•
•
•
DaniWeb JavaScript / DHTML / AJAX Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
advertising ajax api asp blog browser browsing code community company data design development devices domains firefox google html india intel internet legal linux marketing microsoft mobile applications monetization mozilla msdn multimedia news office php privacy programming report research revenue rss search security software sql video w3c web web development webmaster xml yahoo
- Keyword search in a web page (Java)
- retrieve date from database to display on web page (PHP)
- Can I get an alert box on my local computer when someone access my web page? (ASP.NET)
- displaying data onto a web page (ASP.NET)
- How to display TIFF file on web page? (PHP)
- IE; Getting file download box when attempting to access a particular web page (Web Browsers)
- Displaying RSS feed on web site using rss2html.php (PHP)
- unable to access my web page (Domains and DNS)
Other Threads in the JavaScript / DHTML / AJAX Forum
- Previous Thread: Showing Chat Msgs without reloading
- Next Thread: getElementById not retreiving values from ASP textbox


Linear Mode