There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
acer blue screen boot bsod computer connection crash css dell display driver drivers email error ethernet excel firefox firefox 3 game hard drive hardware internet internet explorer itunes laptop linux malware monitor network networking outlook outlook 2003 outlook express partition password printer problem problems ram router slow sound trojan usb video virus vista windows windows xp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Creating a sweet RSS feed


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

Closed Thread
 
Thread Tools
The Infinity's Avatar
Senior Member with 575 posts.
 
Join Date: May 2005
Location: Florida
Experience: Advanced
17-Sep-2006, 02:55 AM #1
Question Creating a sweet RSS feed
I am hoping to revamp the RSS feed that I have on my Website and forums.

My website is located at http://softhardware.net/

and

My forums are located at http://forums.softhardware.net/
-------------------------------

I am hoping to give my members a better RSS feed considering the one we currently have is kinda, well.... weak.

I was hoping some of you guys could give me some ideas of what to add to the RSS feeds. For the website I was hoping to add a channel for "Latest Guides" where it would automatically change and show the newest Guides I have put on my website.

For the forums I was hoping to have a latest threads RSS feed, for both of these though, I have no idea where to start. If anyone has any other ideas of how I could get my RSS feeds kickin, please let me know
__________________
Soft Hardware
OS Windows Media Center Edition 2005
Case Aspire X-Dreamer II
CPU Intel Pentium 4 3.2GHz Prescott 1MB L2-Cache
RAM Patriot Extreme Performance 2048 MB
Video Card Nvidia GeForce 6600 GT 128MB AGP8X
Hard Drive 80 Gigabyte Western Digital
Cooling System 1 - 120mm, 3 - 80mm, 3 - 40mm
CRT Moniter CTX VL700 Series [17" CRT] 1024 x 768 @ 75 Hertz
Power Supply Antec 420w
Disk Drives HP DVD-RW w/ Lightscribe Technology, HP CD-RW, and 3 1/2inch Floppy.
Eriksrocks's Avatar
Computer Specs
Senior Member with 1,859 posts.
 
Join Date: Aug 2005
Location: Minnesota
Experience: Advanced
17-Sep-2006, 09:32 AM #2
Are you looking for more ideas or how to actually do it?
Are you running a CMS? Some have the ability to create RSS feeds built in.
I would recommend adding those sweet little buttons to services like Bloglines and Google Reader - they make it look cool but they're also handy for your readers.

Otherwise, the best way to "do it" for the guides in my opinion would just be to copy and paste and update it manually.

Last edited by Eriksrocks : 17-Sep-2006 09:45 AM.
The Infinity's Avatar
Senior Member with 575 posts.
 
Join Date: May 2005
Location: Florida
Experience: Advanced
17-Sep-2006, 04:49 PM #3
Well I know how to do what I have on there right now, but I'm not sure how to do much more of it.

http://news.com.com/2547-1_3-0-20.xml

They have an amazing rss feed.

Quote:
Are you running a CMS?
Not sure actually what that is lol.
watchintv's Avatar
Computer Specs
Senior Member with 128 posts.
 
Join Date: May 2005
Location: The Left-Coast
Experience: Web Designer
17-Sep-2006, 05:04 PM #4
A CMS stands for "Content Management System". Some popular ones are Drupal, Joomla, Wordpress, etc...
covert215's Avatar
Account Disabled with 2,651 posts.
 
Join Date: Apr 2006
Experience: Web Designer
17-Sep-2006, 05:11 PM #5
I would put a techguy affilliate logo up....I would recommend this code

HTML Code:
<a href="http://www.techguy.org/"><img src="http://www.techguy.org/remotelinks/images/blogger.gif" alt="Tech Support Guy" border="0"></a>
from here

Anyways, what info do you want in the feed?
Eriksrocks's Avatar
Computer Specs
Senior Member with 1,859 posts.
 
Join Date: Aug 2005
Location: Minnesota
Experience: Advanced
17-Sep-2006, 07:13 PM #6
Quote:
Originally Posted by The Infinity
They have an amazing rss feed.
In terms of the content in the feed, or the styling you get when you visit that page?

The styling can be easily accomplished with CSS (create a CSS file and link to it from the XML file).

As far as the content, I'm sure they have an aggregator system that takes all of the articles and content and puts it into one feed.
covert215's Avatar
Account Disabled with 2,651 posts.
 
Join Date: Apr 2006
Experience: Web Designer
17-Sep-2006, 07:21 PM #7
You do not use CSS with XML. You use XSL (eXtensible Style Language), which has the branches:

* XSLT - a language for transforming XML documents
* XPath - a language for navigating in XML documents
* XSL-FO - a language for formatting XML documents


XSL-FO and XSLT are the main ones used for styling. XSL encompasses all of them, but the divisions have more specific uses. W3Schools has tutorials on all of them.

http://www.w3schools.com/xsl/xsl_languages.asp
covert215's Avatar
Account Disabled with 2,651 posts.
 
Join Date: Apr 2006
Experience: Web Designer
17-Sep-2006, 07:23 PM #8
Look at XSL-FO. I skimmed the tutorial and looks to be EXACTLY what you are looking for. The second to last page will tie together everything you need.
Eriksrocks's Avatar
Computer Specs
Senior Member with 1,859 posts.
 
Join Date: Aug 2005
Location: Minnesota
Experience: Advanced
17-Sep-2006, 07:55 PM #9
Well I believe CSS works.
If you're right, then the Official Google Blog would be formatting their feed incorrectly?
http://googleblog.blogspot.com/atom.xml

The first couple lines:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?>

covert215's Avatar
Account Disabled with 2,651 posts.
 
Join Date: Apr 2006
Experience: Web Designer
17-Sep-2006, 08:14 PM #10
I'm not sure why that is...maybe it is specific for Atom feeds.
covert215's Avatar
Account Disabled with 2,651 posts.
 
Join Date: Apr 2006
Experience: Web Designer
17-Sep-2006, 08:17 PM #11
Check out this site.

http://interglacial.com/~sburke/stuff/pretty_rss.html

It goes into making RSS feeds look good, and it tells the difference between CSS and XSL.

Quote:
The XSL language is rather more complex than CSS because it is meant for something more potentially complex: taking any kind of XML and turning into just about anything else.
Atom.css is a unique file that allows you to enhance your feed from what I could gather.


And for the official word, from the W3C-
http://www.w3.org/Style/CSS-vs-XSL
The Infinity's Avatar
Senior Member with 575 posts.
 
Join Date: May 2005
Location: Florida
Experience: Advanced
17-Sep-2006, 10:40 PM #12
Alright thanks, I'll give it a look.
Closed Thread

THIS THREAD HAS EXPIRED.
Are you having the same problem? We have volunteers ready to answer your question, but first you'll have to join for free. Need help getting started? Check out our Welcome Guide.


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
WELCOME TO TECH SUPPORT GUY! Are you looking for the solution to your computer problem? Join our site today to ask your question -- for free! Our site is run completely by volunteers who help people like you solve computer problems. See our Welcome Guide to get started.



Thread Tools


You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 04:06 PM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.