Another tutorial! Yay!
If you want to podcast and don't want to set up another blogger site, then you should read this
tutorial. This tutorial will allow you to have an RSS (Rich Site Summary) feed for podcatchers (as ipodder, etc.). The code below will add a small text box in your blogger site and an example can be seen in the left column. I have tested this for iPodder and it works prefectly. I can't get it to work with iPodderX and I haven't had enough time to check it in detail. I welcome people to test it with iPodderX, iPodder, nimiq, doppler, etc. and test it on other platforms. It successfully worked on Windows and Mac computers when iPodder was used. Please insert the code given below in a suitable place in your blogger template.
<form name="rssData">
<textareaname="textfield">
<?xmlversion="1.0"?>
<rssversion="2.0"dc="http://purl.org/dc/elements/1.1/">
<channel>
<title><$BlogPageTitle$></title>
<link><$BlogURL$></link>
<description><$BlogDescription$></description>
<language>en-us</language>
<copyright></copyright>
<lastbuilddate></lastbuilddate>
<blogger>
<item>
<blogitemtitle><title><$BlogItemTitle$></title></blogitemtitle>
<blogitemurl><link><$BlogItemUrl$></link></blogitemurl>
<description><$BlogItemBody$></description>
<pubdate><blogdateheader><$BlogDateHeaderDate$>
</blogdateheader></pubdate>
<blogitemurl><enclosureurl="<$BlogItemUrl$>" length="666666"type="audio/mpeg"/></blogitemurl>
<guid><$BlogItemPermalinkURL$></guid>
</item>
</blogger>
</channel>
</rss>
</textarea></form><br>
Please goto your "Settings --> Formatting" tab and select "yes" in the "Show Link Field". And then goto "Settings --> Site Feed" and select "no" in the "Publish Site Feed". Save all settings and republish your blog. Then open your iPodder and subscribe to your feed by adding your blogger URL (e.g.: yourBlogSite.blogspot.com). If you don't know how to subscribe in iPodder, then please read this.
The original code was taken from Tom Higgins blog. I tweaked it to make it work with *almost* any blogger template (or your own template). Please feel free to distribute this tutorial and give due credit where possible. If you wish to make it work with no hassle, then please register on FeedBurner.com. To learn how to do it, please read this.
If you don't have webspace available where you can upload your podcast, then you should try IMC Radio Network. You can upload mp3 for free and link to your website. Just click on "publish" link in the top left corner and fill out the information.
UPDATE: IMC Radio Network allows the following file formats: Max filesize: 100M; total size limit: 100M; 120 minutes upload time Accepted filetypes: 3GP, AVI, GIF, HTM, JPG, M3U, M4A, MOV, MP3, MP4, MPG, OGG, PDF, PLS, PNG, RAM, RM, SWF, TORRENT, TXT, WAV, WMA, WMV. That means you can also upload videos on it!