<?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; feedburner</title>
	<atom:link href="http://james-williams.com/tag/feedburner/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>How to ping Feedburner automatically</title>
		<link>http://james-williams.com/how-to-ping-feedburner-automatically/</link>
		<comments>http://james-williams.com/how-to-ping-feedburner-automatically/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 05:09:38 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[Services]]></category>
		<category><![CDATA[2f]]></category>
		<category><![CDATA[administrate]]></category>
		<category><![CDATA[Auto]]></category>
		<category><![CDATA[behalf]]></category>
		<category><![CDATA[cron job]]></category>
		<category><![CDATA[cron jobs]]></category>
		<category><![CDATA[doesn]]></category>
		<category><![CDATA[Draft]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[frequency]]></category>
		<category><![CDATA[interval]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[output url]]></category>
		<category><![CDATA[pings]]></category>
		<category><![CDATA[purpose]]></category>
		<category><![CDATA[purpose nature]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[system maintenance]]></category>
		<category><![CDATA[wget]]></category>
		<category><![CDATA[what this means]]></category>
		<category><![CDATA[Wikipedia]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[yahoo pipes]]></category>

		<guid isPermaLink="false">http://james-williams.com/?p=149</guid>
		<description><![CDATA[Using Feedburner with Yahoo Pipes meant that sometimes my feed wasn’t updating for days, even though the feeds had updated.  I needed a solution to the problem, a solution that would force feedburner to check the Pipes output for any new feed items.]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://james-williams.com/files/2011/05/feedburner1.gif"><img class="alignright size-full wp-image-48" style="margin: 5px 15px; border: 0px;" title="feedburner" src="http://james-williams.com/files/2011/05/feedburner1.gif" alt="" width="188" height="223" /></a></strong></p>
<p>I am using Yahoo Pipes to create a grouping of feeds and a single output to RSS.   To keep things tidy, I send the output to Feedburner.  The challenge I’ve had is that Feedburner doesn’t appear to have an updating frequency – it waits for the feed output to change.</p>
<p>What this means is that sometimes my feed wasn’t updating for days, even though the feeds had updated.  I needed a solution to the problem, a solution that would force feedburner to check the Pipes output for any new feed items.</p>
<p>I decided to solve this problem by setting up a CRON job on my server.  Immediately I hear some of you asking “What is a CRON job?”</p>
<p>The best definition is probably Wikipedia [link: <a href="http://en.wikipedia.org/wiki/Cron">http://en.wikipedia.org/wiki/Cron</a>] “CRON is a time-based job schedule in Unix-like operating systems.  CRON allows users to schedule commands to run periodically at certain times or dates.  It is commonly used to automate system maintenance or administrate, though it’s general purpose nature means that it can be used for other purposes.”</p>
<p>Essentially, by setting up a CRON job, my server will take-on the task of pinging Feedburner on my behalf, and doing it at the interval I set.</p>
<p>So how to do it&#8230;</p>
<p>The first thing you’ll need is the output URL from a Feedburner Ping.  It’s the URL of the Ping Successful notice after you have pinged your address in feedburner.</p>
<p>It’s important to recognise that you should not ping your feed any more often than every 30 minutes.  I’d recommend a frequency of every two hours should be sufficient and allows for manual pings in the intervening period.</p>
<p>Next you need to login to your hosting – in Dreamhost the CRON function is found under Goodies &gt; CRON jobs.</p>
<p>You can read into the working of CRON or just use my example as a guide.  This will run the CRON job every two hours, every day of the year.</p>
<p>0 */2 * * * -wget [URL]</p>
<p>(dont’ forget to substitute [URL] with your feedburner output)</p>
<p>When done your CRON job will look something like this:</p>
<p>0 */2 * * * -wget <a href="http://www.feedburner.com/fb/a/pingSubmit?bloglink=http%3A%2F%2Ffeeds.feedburner.com%YourFeeedName">http://www.feedburner.com/fb/a/pingSubmit?bloglink=http%3A%2F%2Ffeeds.feedburner.com%YourFeeedName</a></p>
<p>&nbsp;</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjames-williams.com%2Fhow-to-ping-feedburner-automatically%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/how-to-ping-feedburner-automatically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Build an email list with Feedburner</title>
		<link>http://james-williams.com/build-an-email-list-with-feedburner/</link>
		<comments>http://james-williams.com/build-an-email-list-with-feedburner/#comments</comments>
		<pubDate>Fri, 24 Jun 2011 05:43:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Services]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[feedburner]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://james-williams.com/?p=106</guid>
		<description><![CDATA[The first thing that any e-marketer will tell you is create an email list. Mailing lists takes readers from your blog and expands that number to the inbox of every subscriber. ]]></description>
			<content:encoded><![CDATA[<p><strong>The first thing that any e-marketer will tell you is create an email list. Mailing lists takes readers from your blog and expands that number to the inbox of every subscriber. If you’re using WordPress – and if you’re on this blog then there’s a high chance you are – it’s so simple, it’s easier than selling ice-cream to children on a sunny day.</strong></p>
<p>Feedburner’s free.</p>
<p>It’s easy to use.</p>
<p>And you’ll be left wondering why you haven’t done it before now.</p>
<p>So it’s likely you’re reading this because of my other WordPress posts. WordPress is an awesome blogging platform that’s really easy to use. And it also generates RSS feeds for your posts – and this is what you need.</p>
<p>I am not ashamed to say that I adore WordPress, but I also realise you may be using something else. Even if you’re not using WordPress, you can use these tips so long as your blog has an RSS feed.</p>
<p>So what’s this Feedburner thing?</p>
<p>Feedburner is an essential tool in your blog toolkit, and it does 3 things very well:</p>
<p>Firstly, it protects your RSS feed so that if you change your website address or your feed, you can take all your readers with you. Think about what would happen if you forgot to renew your domain name and someone else bought it.</p>
<p>Without feedburner your subscribers would be subscribed to the feed a your OLD domain. If you use Feedburner, all your subscribers subscribe to your feedburner feed – something like http://feeds.feedburner.com/YourFeedName. If you lose your domain name, all you do is tell Feedburner your new website feed address, and all your subscribers are back with you.</p>
<p>It’s a life saver!</p>
<p>Secondly – and a really important feature – is that it has a whole series of tools to measure the level of interest in your blog, and tell you how many people are reading.</p>
<p>It gives you a reason to keep on blogging.</p>
<p>Thirdly – and this is what I want to share with you today, is a little known feature that allows you to turn your Feedburner feed into a mailing list, so that each time you publish a blog post, each of your subscribers gets a copy of that post in their inbox. It’s a great feature, and it means that people don’t have to be on your website to get your blog post.</p>
<p>So how does it work?</p>
<p>The first step is to ‘burn’ your blog RSS as a feedburner feed. To do this – and it’s very easy to do – you need to visit Feedburner.com and sign in with a Google account. If you have a gmail account already you can use this login.</p>
<p>Next – you copy the RSS feed from your blog and paste it in the field below where it says “Burn a feed right this instant”, and click the Next button.</p>
<p>Once your feed is burned, you need to go to the Publish tab, and choose Email Subscriptions.</p>
<p>To put a form on your website, so that people can subscribe, you need to copy and paste one of the pieces of code on this page. You don’t really need to change any settings, but it is worth knowing which of the two pieces of code to copy.</p>
<p><a href="http://james-williams.com/files/2011/06/feedburnermail1.jpg"><img class="alignnone size-full wp-image-107" title="feedburnermail1" src="http://james-williams.com/files/2011/06/feedburnermail1.jpg" alt="" width="500" height="391" /></a></p>
<p>The first set of code, creates a subscription box on your website. The second piece of code generates a link where people add their email address. If you know how to modify HTML code, you can jazz these up nicely, like they’ve done on the <a href="http://copyblogger.com" target="_blank">Copyblogger website</a> for example.</p>
<p><a href="http://james-williams.com/files/2011/06/feedburnermail2.jpg"><img class="alignnone size-full wp-image-108" title="feedburnermail2" src="http://james-williams.com/files/2011/06/feedburnermail2.jpg" alt="" width="276" height="229" /></a></p>
<p>The last thing you need to do is Activate the service, by clicking the button on the bottom of the page.</p>
<p>Once you’ve got the code in your site, you can invite your subscribers to subscribe at the bottom of every blog post. Once your subscribers grow you’ll have an awesome list of people to stay in contact with.</p>
<p>Have you got a question about Feedburner or WordPress you’d like me to cover in a blog? If you do, leave me a comment here. I’m going to be creating a series of tips for making technology like Feedburner and WordPress work for you, why don’t you subscribe to <em>my </em>newsletter and get the updates.</p>
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fjames-williams.com%2Fbuild-an-email-list-with-feedburner%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/build-an-email-list-with-feedburner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

