<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>James Williams - at the intersection of communication and technology &#187; show</title>
	<atom:link href="http://james-williams.com/tag/show/feed/" rel="self" type="application/rss+xml" />
	<link>http://james-williams.com</link>
	<description></description>
	<lastBuildDate>Sun, 01 Jan 2012 02:37:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Modifying RSS feeds using Yahoo Pipes</title>
		<link>http://james-williams.com/modifying-rss-feeds-using-yahoo-pipes/</link>
		<comments>http://james-williams.com/modifying-rss-feeds-using-yahoo-pipes/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 02:35:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Yahoo Pipes]]></category>
		<category><![CDATA[alignnone]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Draft]]></category>
		<category><![CDATA[episode]]></category>
		<category><![CDATA[fig]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[lifestory]]></category>
		<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[Modifying]]></category>
		<category><![CDATA[nbsp]]></category>
		<category><![CDATA[pipe]]></category>
		<category><![CDATA[PodNetwork]]></category>
		<category><![CDATA[publication date]]></category>
		<category><![CDATA[result]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[truncate]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[workspace]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[yahoo pipes]]></category>

		<guid isPermaLink="false">http://james-williams.com/?p=172</guid>
		<description><![CDATA[If you&#8217;ve ever wanted to change the contents of an RSS feed, then Yahoo Pipes gives you an easy way to do it. The problem I am solving is one where I need to update a podcast feed to add the name of the show.  On the Lifestyle PodNetwork when we display a list of [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever wanted to change the contents of an RSS feed, then Yahoo Pipes gives you an easy way to do it.</p>
<p>The problem I am solving is one where I need to update a podcast feed to add the name of the show.  On the Lifestyle PodNetwork when we display a list of shows we start with the name of the show, followed by an episode.  Some hosts forget or can&#8217;t add the name of the show, so this is a way we can do it for them.</p>
<p>So here&#8217;s a picture of what I started with (fig 1.1), followed by the result after I used Yahoo Pipes (fig 1.2).</p>
<div id="attachment_173" class="wp-caption alignnone" style="width: 310px"><a href="http://james-williams.com/files/2012/01/Screen-Shot-2012-01-01-at-12.18.46-PM.png"><img class=" wp-image-173 " style="border: 1px solid black;" title="Screen Shot 2012-01-01 at 12.18.46 PM" src="http://james-williams.com/files/2012/01/Screen-Shot-2012-01-01-at-12.18.46-PM-300x51.png" alt="" width="300" height="51" /></a><p class="wp-caption-text">fig. 1.1</p></div>
<div id="attachment_175" class="wp-caption alignnone" style="width: 310px"><a href="http://james-williams.com/files/2012/01/Screen-Shot-2012-01-01-at-12.19.12-PM.png"><img class="size-medium wp-image-175 " style="border: 1px solid black;" title="Screen Shot 2012-01-01 at 12.19.12 PM" src="http://james-williams.com/files/2012/01/Screen-Shot-2012-01-01-at-12.19.12-PM-300x57.png" alt="" width="300" height="57" /></a><p class="wp-caption-text">fig. 1.2</p></div>
<p>&nbsp;</p>
<p><strong>This is what you do:</strong></p>
<p>Firstly, setup an account in <strong>Yahoo Pipes</strong> at <a href="http://pipes.yahoo.com" target="_blank">http://pipes.yahoo.com</a>, and start a new pipe.</p>
<p>Next from the <strong>Sources</strong> menu select <strong>Fetch feed</strong> and drag it to the workspace.  Once you have done this enter the RSS feed you want to modify</p>
<p>Next from the <strong>Operators</strong> menu choose <strong>Sort</strong>.  Configure the sort operator by publication date<em> item.pubDate</em> and then descending. This will ensure that the most recent items are on top.</p>
<p>Then choose <strong>Regex</strong> from the <strong>Operators</strong> menu.  Configure <em>item.title</em> and leave the text field blank. This will append your string of text ahead of any content already in the item title.  In the With field, type the text you wish to add.  In my case I added &#8220;Create Your LifeStory &#8221;</p>
<p>Do remember to add a space to the end of your string so that your new text does not run up directly against the string of text in the item title.</p>
<p>Once you have your feed working the way you want it to, then you can experiment with other great options like Truncate which limits the number of records it returns from your RSS feed in the output.</p>
<p>Your final pipe should look something like fig 1.3</p>
<div id="attachment_176" class="wp-caption alignnone" style="width: 510px"><a href="http://james-williams.com/files/2012/01/Screen-Shot-2012-01-01-at-12.36.35-PM.png"><img class="wp-image-176 " style="border: 1px solid black;" title="Screen Shot 2012-01-01 at 12.36.35 PM" src="http://james-williams.com/files/2012/01/Screen-Shot-2012-01-01-at-12.36.35-PM-1024x475.png" alt="" width="500" height="232" /></a><p class="wp-caption-text">fig 1.3 - Yahoo! Pipes example</p></div>
<p>&nbsp;</p>
<p>&nbsp;</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjames-williams.com%2Fmodifying-rss-feeds-using-yahoo-pipes%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://james-williams.com/modifying-rss-feeds-using-yahoo-pipes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running your podcast like a business</title>
		<link>http://james-williams.com/running-your-podcast-like-a-business/</link>
		<comments>http://james-williams.com/running-your-podcast-like-a-business/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 07:36:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[Podcasting]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[Becoming]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[cease and desist order]]></category>
		<category><![CDATA[Draft]]></category>
		<category><![CDATA[Emporium]]></category>
		<category><![CDATA[face]]></category>
		<category><![CDATA[firemark]]></category>
		<category><![CDATA[freedom]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[honest reflection]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[ian kath]]></category>
		<category><![CDATA[income]]></category>
		<category><![CDATA[jessica adams]]></category>
		<category><![CDATA[keith and the girl]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[media channels]]></category>
		<category><![CDATA[media lawyer]]></category>
		<category><![CDATA[nobody]]></category>
		<category><![CDATA[opening lines]]></category>
		<category><![CDATA[passio]]></category>
		<category><![CDATA[podcaster]]></category>
		<category><![CDATA[podcasters]]></category>
		<category><![CDATA[podcasting]]></category>
		<category><![CDATA[promote]]></category>
		<category><![CDATA[promotion]]></category>
		<category><![CDATA[propodder]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[reflection]]></category>
		<category><![CDATA[reflection time]]></category>
		<category><![CDATA[show]]></category>
		<category><![CDATA[success]]></category>
		<category><![CDATA[successful]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://james-williams.com/?p=144</guid>
		<description><![CDATA[I recently read an article that suggested podcasting success came through running it like a business. The article pointed to the highly successful Keith and the Girl podcast and suggested ways that they have been successful. I agree with the idea that a podcast can be run like a business, but felt that I could build on this article to help you get a better handle on the steps to success. ]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-145" style="border: 0pt none; margin: 5px;" title="Successful Podcasting" src="http://james-williams.com/files/2011/08/iStock_000005289966XSmall.jpg" alt="" width="400" height="300" /><strong>Lots of people have opinions about what makes podcasting successful.  Giving the topic some honest reflection I can&#8217;t talk about it all in a single article. Being a successful podcaster, requires a lot of listening, reading, doing and being.  In this article I recap a recent article and start to fill it out providing some links to the Podcasters&#8217; Emporium podcast that will help you become a truly successful podcaster.</strong></p>
<p>I recently <a href="http://propodder.com/2011/06/how-do-you-build-a-successful-podcast-treat-it-like-a-business/" target="_blank">read an article by Angela Bray on propodder.com</a> that suggested podcasting success came through running it like a business. The article pointed to the highly successful Keith and the Girl podcast and suggested ways that they have been successful. I agree with the idea that a podcast can be run like a business, but felt that I could build on this article to help you get a better handle on the steps to success.</p>
<p>I have to confess, I was puzzled by the opening lines of the article:</p>
<p><em>“Podcasting is fun because the truth comes out. According to Keith and Chemda…</em><br />
<em>No boss = nobody tells you what to do = freedom to say whatever you want to say</em><br />
<em>It is empowering to say what’s on your mind.</em><br />
<em>If you put a mic in somebody’s face for long enough, they will eventually be completely honest.”</em></p>
<p>The first thing that really smacks me in the face is the statement about podcasting is fun. No boss, equals nobody telling you what to do and the freedom to say what you want to say. In the business world saying what’s on your mind without any filtering can lead to a cease and desist order or worse <a href="http://podcastersemporium.com/podcasters-emporium-32-the-podcast-blog-and-new-media-producer%E2%80%99s-legal-survival-guide/" target="_blank">according to Social Media lawyer Gordon Firemark</a> who recently wrote a book on how to keep podcasters out of jail.</p>
<p>I’m not sure about whether putting a microphone in someone’s face for long enough will cause someone to become completely honest. It will probably succeed in making them mightily crapped-off!</p>
<p><a href="http://podcastersemporium.com/episode-20-promoting-your-podcast-part-2/" target="_blank">  Developing a passionate audience</a> is much more than talking at people via social media channels, and <a href="http://podcastersemporium.com/episode-19-promoting-your-podcast/" target="_blank">getting them to promote your show</a>. A passionate audience are those people who actively involve themselves in your show, and share your show because they love what you do. That is more about the techniques you use to engage your audience, more than what features you give them access to on your website. <a href="http://james-williams.com/engaging-your-audience/" target="_blank">Taking a personal interest in your listeners</a> and making them an active part of your show &#8211; wherever you can &#8211; is a great way to engender the type of passion that will really make or break your show.</p>
<p>I certainly wouldn’t be worth arguing the point that podcasters need to have a social media presence and a way to stay in touch with your audience, but <a href="http://podcastersemporium.com/episode-20-promoting-your-podcast-part-2/" target="_blank">building a passionate community around your show</a> is an entirely different matter altogether.</p>
<p>Treating your podcast like a business is important and building a listener community around great content is key. Like any business, your podcast will have a bell-curve life-cycle to it. As you begin and you have a few listeners you will be able to personally interact with each of your listeners. It would be impossible to have a personal connection when your listener numbers reach 10,000.</p>
<p>So too, the services and the way you monetize your show will change over that time as well. With the smaller number of dedicated fans, you may choose to use donation tools to draw in some regular income. If you have quality content that is niche enough then people may be willing to pay you a regular small amount to keep producing it. The key to donations is audience involvement. If you can involve your community in the vision and what you want to do, then they will happily donate if they can share your vision.</p>
<p>A great example of someone who has done this very successfully is <a href="http://gspn.tv/" target="_blank">Cliff Ravenscraft of Generally Speaking Podcast Network</a> &#8211; he has a whole raft of fans who share his vision and directly give towards his income. The key to Cliff&#8217;s success is sharing his vision of becoming a ‘full time’ podcaster, explaining what was required monetarily to support his family and be able to podcast full-time. He then asked people who felt called to contribute regularly. Sure, he had the tools to accept the donations, but the way he approaches his audience is key to the success he has had in building a serious income from the network of shows he produces.</p>
<p>If your show is reaching into the thousands of listeners, then you have a potential opportunity to offer your audience to advertisers. Now there are pros-and-cons to this activity, primarily because your audience may think that you’ve sold them out. You need to be careful about the way you introduce advertising or in-show promotion and make sure that your audience understand why you are doing it, so that you keep them engaged and on-board with your change of direction.</p>
<p>If you are offering advertising on your website, then make it easy for people to buy. <a href="http://paypal.com" target="_blank">Using Paypal</a> means that they can pay on your site, and by using form submission software or plugins, you could even take the advertisers banner directly after a successful sale. With your first steps into advertising, it’s better to start small than overshoot the mark. Make your show a bargain to advertisers first, and then as demand grows you will be able to adjust your advertising prices to match.</p>
<p><a href="http://adsense.google.com" target="_blank">Google Adsense</a> creates a way for you to place advertising on your site. Joining Adsense is free, but recent studies show that the effectiveness of online advertising has dropped by as much as 25% from 2010 to 2011. This direct drop means less revenue in your pocket.</p>
<p>Online stores can be a useful way of generating more revenue, but you need to have a really clear brand to make that happen. Often &#8211; and in my experience &#8211; online stores selling merchandise that requires shipping don&#8217;t do as well as you might think. With a significant audience, selling digital content like ebooks and audiobooks &#8211; <a href="http://jessicaadams.com" target="_blank">like internet astrologer Jessica Adams</a> &#8211; will see you drive a healthy revenue through your site.</p>
<p>But before you launch into producing your first digital content &#8211; think about what you’re working with. You will need to have an established reputation and a significant audience before digital downloads are going to reap benefits for you. They key is to create content that does not expire, that you create once, and deliver many times. That way you can keep selling that content for years, as web visitors discover it.</p>
<p>And finally let me leave you with this thought which I was reminded about by a fantastic Brisbane based podcaster called Ian Kath from the <a href="http://createyourlifestory.com" target="_blank">Create Your LifeStory podcast</a>&#8230; to be a successful podcaster, you need to put significant effort into your podcast blog.</p>
<p>Blogging creates the words that search engines ‘read’ and rank your site by. If you are just publishing the audio content, then you will not be successful in drawing large numbers of people to your site through search engines like Google.</p>
<p>When you blog, describe in detail what’s in your show using phrases and keywords that people might use search for the content you&#8217;re putting on your site. It’s simple Search Engine Optimisation (SEO) but according to Ian it brings you a whole lot more website traffic courtesy of search.</p>
<p>So yes, use these tips and run your podcast like a business and you’re bound to go a long way.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjames-williams.com%2Frunning-your-podcast-like-a-business%2F&amp;layout=standard&amp;show_faces=true&amp;width=450&amp;action=like&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>]]></content:encoded>
			<wfw:commentRss>http://james-williams.com/running-your-podcast-like-a-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

