![]() ![]() |
1
Here's how the podcast xml is set up
The following format is generated for various web and media players including itunes by entries you keep in the database.
2
New files that you place in your /UserFiles web folder will
show up on the left hand side of your podcast manager page.
The podcast channel description should be filled out carefully.
for more information about what each field is used for, look here
Also, wikipedia has a good place to learn more about podcasts.
3
After adding a file to the podcast, it appears on the right site
of the podcast manager and you can update information used to describe it
4
The image below shows what field options are available
when you click the "all descriptors" checkbox. These are specific
fields for managing itunes data for your podcast files. The way this
system was coded (using arrays in php) allows for making changes as the
demands of the modern xml based web 2.0 internet evolve.
5
Below, you can see the "content" page where all postings are listed.
Content is sorted by clicking on the headers for each column.
6
Clicking on the "view site" link brings up the page being generated
by the content manger.

7
Categories and subcategories are managed from the following interface.
You can set the order of links appearing on pages by setting the
numeric sequence number. new postings are placed at the bottom
of the list until a number is set.

8
Visual editing is easily done through the "Edit" icon link.
There are many functions available from within the editor,
links, images. formatting, etc.
9
New pages are posted into the category you choose in the
pulldown menu. You can adjust the order, spelling, and
and content of the categories from the categories link as
descibed above.
<?php require "admin/db.inc";
$conn= mysql_connect($cfgServer,$cfgUser,$cfgPassword);
$sel = mysql_select_db($cfgDb);
$i="links"; require "blog/category_posts.inc";
?>