/* WP-Cache Config Sample File See wp-cache.php for author details. */ $cache_enabled = false; //Added by WP-Cache Manager $cache_max_time = 3600; //in seconds //$use_flock = true; // Set it tru or false if you know what to use $cache_path = ABSPATH . 'wp-content/cache/'; $file_prefix = 'wp-cache-'; // Array of files that have 'wp-' but should still be cached $cache_acceptable_files = array( 'wp-atom.php', 'wp-comments-popup.php', 'wp-commentsrss2.php', 'wp-links-opml.php', 'wp-locations.php', 'wp-rdf.php', 'wp-rss.php', 'wp-rss2.php'); $cache_rejected_uri = array('wp-'); $cache_rejected_user_agent = array ( 0 => 'bot', 1 => 'ia_archive', 2 => 'slurp', 3 => 'crawl', 4 => 'spider'); // Just modify it if you have conflicts with semaphores $sem_id = 5419; if ( '/' != substr($cache_path, -1)) { $cache_path .= '/'; } ?> Podcasting made easy : Efficient Entrepreneur

Podcasting made easy

May 4, 2009 by Efficient Entrepreneur  
Filed under QuickPicks
This article is about 200 words long, and will take about 1 to 2 minutes to read.

Jump on the podcasting bandwagon with PodBean. It’s easy, powerful and free. iTunes has developed its own format for audio and video podcasts that can require a decent amount of technical knowledge. Add to that the fact that all podcasts are actually not hosted on iTunes, but need to be hosted somewhere that sends out an RSS feed of the content. iTunes podcast directory is essentially just a list of rss feeds from across the web.

If you don’t want to set up your own site and host your own videos, Podbean sounds like your proper solution. However, if you are planning to encorporate your podcast with any already existing blog or a blog you plan on starting then Wordpress seems like your best solution. Wordpress has a few great add-ons that make it easy to upload your podcasts directly to your blog, assuming they are in the appropriate iTunes approved format of course.

Email This Post Email This Post
We love hearing from you, add your comments below!

Comments

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

You must be logged in to post a comment.