Step 2: Creating Your RSS Feed File
RSS stands for Really Simple Syndication (really!). An RSS feed is simply a text file with the extension .xml. You can name it anything you like as long as it ends in .xml.
Inside and RSS file are directions that are written in what is called Extensible Markup Language or XML. It’s very similar to HTML tags that make up web pages.
The easiest way to create an RSS file is to copy another RSS file as your template and then simply modify it as needed. This can be done in a web editing program like Dreamweaver, or in a simple text editor like notepad on a PC or BB edit on a Mac.
<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
<title>Free Technology Guides and Tutorials </title>
<link>http://www.guidesandtutorials.net/support-files/guidesandtutorials_rss.xml</link>
<description>Sample podcasts from Guides and Tutorials </description>
<language>en-us</language>
<copyright>Copyright 2006 GuidesandTutorials.com - All Rights Reserved.</copyright>
<lastBuildDate>Sat, 4 Nov 2006 18:35:21 PST</lastBuildDate>
<ttl>240</ttl>
<item>
<title>Introduction to Podcasting </title>
<link>http://www.guidesandtutorials.net/media-files/step1.mp3</link>
<description>Podasting: A Step by Step Guide </description>
<pubDate>Sun, 5 Nov 2006 12:10:56 PST</pubDate>
<author>GuidesandTutorials.com</author>
</item>
<item>
<title>College Student Talks about Using Technology</title>
<link>http://www.edtechlive.org/vpd/podcast101/proj2_export2.mp3</link>
<description>A sample podcast interview</description>
<pubDate>Fri, 13 Oct 2006 11:59:56 PST</pubDate>
<author>CTAP Region 3</author>
</item>
</channel>
</rss>
You can see the actual RSS feed here 
The easiest way to create your own RSS feed is to copy this one. Simply click on the orange RSS button above, copy the text from your browser window and paste it into your text editor. Make the appropriate edits to the links, title, and other elements in the file and then save it with your own name and .xml extension. Then you can upload this file to a web server.
Notice that your RSS feed has a “channel” that can include multiple items. Each item provides information about a specific .mp3 file. There is a title of the podcast, a link to the .mp3 file that is located on a web server, a description of the podcast, publication date in a very specific format. This is so that the feed readers will know you have a new item on your channel.
RSS 2.0 Specifications for details about the elements that should be included within the RSS file.
A few notes about the tags:
- Every tag is a pair that includes a beginning and an end tag. For example <Title></Title>.
- Tags are case sensitive so TITLE is not the same as title.
- Ending tags always have a backward slash ( “\” ).
- The information between the tags is called an element.
- Each podcast is included in its own item and you can include multiple items in one RSS file.
Guide to Podasting and Tutorials
All Guides and Tutorials
| GuidesandTutorials: Audacity Tutorial - Record and Edit Audio This Audacity tutorial will show you how to use the basic tools and procedures in the open source audio editing program, Audacity. Not just screen shots, but free narrated multimedia tutorials - You'll learn to use Audacity for recording and editing audio files that can be used for podcasting, mixing music and vocals, creating sound tracks, and other audio projects.
|
Audacity Tips & Tricks Audacity tips and tricks submitted by users
|
GuidesandTutorials: Advance Organizers Tutorial An Introduction to Advance Organizers including presentations, examples, and downloadable handouts.
|
GuidesandTutorials: Digital Photography Digital Photography Guide
|
GuidesandTutorials: Dreamweaver Tutorial Dreamweaver Tutorial - this series of free Dreamweaver tutorials is just what you need to get up and running with Dreamweaver to create interesting and compelling web sites
|
GuidesandTutorials: Microsoft Excel 2003 Tutorial This Excel 2003 Tutorial will introduce you to the basics of using the Excel 2003 spreadsheet program. You'll learn to create a spreadsheet, basic Excel workbook skills, work with cells, enter and manipulate data, apply formulas, format data, create and work with charts, and manage Excel workbooks.
|
GuidesandTutorials: Podcasting Tutorial This Podcasting tutorial includes a step by step guide that will show you how to record, publish and promote your podcast. Using inexpensive equipment and free software, you'll be publishing podcasts in no time.
|
GuidesandTutorials: PowerPoint Tutorial - Microsoft PowerPoint 2003 This PowerPoint tutorial is just what you need to learn how to use PowerPoint 2003 to create effective and engaging presentations.
|
GuidesandTutorials: Free PowerPoint Templates Free PowerPoint templates that you can download and use today. This is a growing library of free resources for PowerPoint users.
|
GuidesandTutorials: Non-Linear PowerPoint Presentations - A How-to Tutorial Non-linear Powerpoint tutorial will show you how to use advanced drawing tools and linking features in PowerPoint to create non-linear powerpoint presentations. Includes narrated presentations, and Flash tutorials on planning, user interface, design, and presentation development.
|
LCD Projector Guide and Tutorial This LCD Projector Guide will assist you in the use and purchase of a digital LCD projector or DLP projector. It will discuss the differences between LCD and DLP projectors, size and portability considerations, lamp types and brightness, resolution, image quality and other considerations in the use and purchase of a digital projector.
|
RSS Tutorial This Introduction to RSS Tutorial will help you to understand how RSS feeds work to distribute web content, pages, blogs, podcasts. It will show you how to create and validate your RSS feed. It includes sample XML code that you can modify for your own feed.
|
Suggest a New Technology Tutorial Free Technology Tutorials on software and technology applications including PowerPoint tutorials, Podcasting tutorials, Dreamweaver tutorials, Audacity, Non-Linear PowerPoint, Digital Photography, RSS tutorial, and everything educational technology.
|
Guides and Tutorials: Free Guides and Tutoials Site Map Free guides and tutorials on podcasting, digital video and audio, Audacity, RSS, multimedia development, educational technology, technology integration, K12 Technology, PowerPoint.
|
Word Tutorial: Microsoft Word 2003 This Word tutorial is just what you need to learn how to use Word 2003 to create professional looking documents.
|

Guides and Tutorials - Free Technology Guides and Tutorials
© 2006 GuidesandTutorials.com - All Rights Reserved
|
|