PODCASTS

Hi everyone,

I am trying to learn how to include podcasts on the website..

Has anyone the following integrated podcasts on a website
Will be most standard/best knack of doing this

Gives thanks,
Jeremy

Rss feed

hey thanks wired..; -)

ok so will certainly an RSS assist anything then a great ipod, pda.. ect

An RSS Feeder is just a script (like any PHP script) that reads an index of items
from your file (like MUSIC songs) and generates its own XML file that is certainly then
study by an RSS Reader.

The RSS Viewer displays the tracks and direct links into the MP3 files.

Hence, any device that could download and enjoy MP3 files incorporate the use of the RSS Readership.

Certainly not MP3, but almost any files, articles, shots, etc.

Hence, you’ll have a directory full of recordings (MP3’s). In that case, you have a
database which contains, the titles, duration, date recorded, and URL into the
real MP3 file.

You’ll then have got a PHP script of which reads the databases and creates the particular XML
end product for an RSS Reader. The Readers are universal, considering that the XML protocol
can be a standard for most readers.

Hence, develop a database of the files… the database is usually a text (flat-file) or
the proper MySQL database. It may be as simple or complex just like you desire.
In that case, once you possess that database and all of your songs (recordings) within one
submission site, you can in that case create your Rss feed.

Some people choose to use a remote REALLY SIMPLY SYNDICATION host for handling all their
nourishes. I prefer to undertake it myself utilizing PHP, since it is really so simple.

mlseim.. thanks a whole lot for the tips

im using a little trouble having google personal homepage to read my personal rss feed

Im looking for ways to this rss nourish of news articles to do business with google.

http: //www. cbsoftware. com/newsfeed2. xml

here’s the RSS feeder concerning right now.. can it look right

Code:
< header('Content-type: text/xml'); >
< really simply syndication version=" 2. 0" >
< channel>
< title> title< /title>
< description> Chad Barr's Articles< /description>
< link> http: //www. cbsoftware. com/cbnn/index. php< /link>
< copyright> 2006< /copyright>

<
consist of (" mysql_connect_rss. php" );

$q=" PICK id, title, physique, link, pubDate BY rss ORDER BY pubDate DESC";
$doGet=mysql_query($q);

while($row = mysql_fetch_array($doGet))
>
< item>
< title> < =$row1; > < /title>
< description> < =$row2; > < /description>
< link> http: //www. cbsoftware. com/cbnn/< =$row3; > < /link>
< pubDate> < =$row4; > < /pubDate>
< guid isPermaLink=" true" > http: //www. cbsoftware. com/cbnn/< =$row3; > < /guid>
< /item>
< >

< /channel>
< /rss>

I assume the link you are actually trying that will give
The search engines RSS Reader is definitely:

http: //www. cbsoftware. com/cbnn/newsfeed2. php

I tried of which link with by myself PHP RSS Readers demo program.
It works fine to me.

My working test for reading your Rss feed:
http: //www. catpin. com/cbnn. php

REVISE:

You could have the right idea too. Your very own PHP script in order to create
the particular XML output. And also, as my instance shows, you need to give
the RSS Readers the url to your PHP generator, not the XML expenditure.
The PHP (RSS Feeder) script will offer the reader the XML it takes.

For others reading this which have been baffled why site owners offer RSS
Feeds as opposed to links to its site… " the reason would someone accomplish that"

Nicely, yes, you’re giving away lots of information and links to things
against your site; where people can put them independent site. So these people can
read your things without visiting your internet site! Oh my! In fact, it draws people to your
site, especially if you share good information plus informative feeds. " Hi, these
articles are great, I want for holidays their main web-site and see what they offer. "
It is almost like free advertising.

RSS feeds would be the information exchange with the future. It’s for instance having
links to your webblog scattered worldwide. Getting out your current name, your
tips, your thoughts to anyone who cares to, for free! That is certainly what the internet
is focused on.

.

gives thanks again mlseim,

The Rss feed seems to perform now.. using your. php file for instance you said..

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *