<?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>Daniel Watrous &#187; membership website</title>
	<atom:link href="http://www.danielwatrous.com/tag/membership-website/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danielwatrous.com</link>
	<description>Bridging the gap between internet technology and internet marketing</description>
	<lastBuildDate>Tue, 31 Aug 2010 14:59:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to backup your WordPress blog</title>
		<link>http://www.danielwatrous.com/how-to-backup-your-wordpress-blog</link>
		<comments>http://www.danielwatrous.com/how-to-backup-your-wordpress-blog#comments</comments>
		<pubDate>Tue, 29 Jun 2010 21:25:04 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ask for help]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[membership website]]></category>
		<category><![CDATA[shared hosting]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=484</guid>
		<description><![CDATA[So you want to backup your WordPress blog. I suppose you heard someone say that you should. Hopefully you&#8217;re not someone who just suffered the crushing blow of losing your life&#8217;s work, your Magnum Opus. Whatever your scenario (and I really hope you&#8217;re doing this before things go south), I&#8217;m going to show you the [...]]]></description>
			<content:encoded><![CDATA[<p>So you want to backup your WordPress blog. I suppose you heard someone say that you should. Hopefully you&#8217;re not someone who just suffered the crushing blow of losing your life&#8217;s work, your Magnum Opus. Whatever your scenario (and I really hope you&#8217;re doing this before things go south), I&#8217;m going to show you the easiest, most foolproof method I know to regularly backup your WordPress blog.</p>
<h2>Onsite vs. Offsite</h2>
<p>First it&#8217;s important to understand some backup terminology. An onsite backup means that the data for the backup and the data for the production website exist in the same physical location. This might be like making a backup of your computer onto an external hard drive attached to your computer. This would protect you from a hard drive crash, but if your house burns down then both go up in flames.</p>
<p>Offsite means that the data for your backup and the data for your production website are in different physical locations. If one place burns up, the other will still have all the data intact.</p>
<p>There&#8217;s a benefit to each type of backup. An onsite backup, such as an external hard drive, can provide a much faster recovery than downloading the data from another site. Offsite backups are more resilient to acts of God (and kids).</p>
<h2>Backup in the cloud (Amazon S3)</h2>
<p>When it comes to your website, it turns out that the hard drive at your house qualifies as an off site backup. Even better than your hard drive is Amazon S3. There are two reasons why choosing a cloud based service is more appealing than your hard drive.</p>
<ol>
<li>You can automate access to it from your website</li>
<li>They manage redundant, fault tolerant data storage for you</li>
</ol>
<h2>What to backup</h2>
<p>I think many bloggers (those that create backups at all) use the WordPress export feature and feel confident that they have everything they need to recover their website in case of a crash.</p>
<p>It turns out that several things are missing. First is that even the most disciplined person can find it difficult to login regularly and take frequent backups. Since a blog is an evolving opus, constantly changing, it&#8217;s important to take frequent backups. Another problem has to do with the &#8216;rest&#8217; of the information on your website. </p>
<p>What about all the pictures, audios and videos that you upload, along with theme and plugin files? This data needs to be included with your backups in order to restore your website. Without it, you would be able to restore little more than the text content from your site.</p>
<p>So, if you insist on taking manual backups then make sure you use FTP and grab the wp-content folder of your WordPress website in addition to the XML file that you export.</p>
<h2>There&#8217;s a better way</h2>
<p>If you don&#8217;t want to worry about all these details and risk messing them up then you&#8217;re in luck. I found a great plugin which I&#8217;ve been using on all my sites for about a half a year now. It&#8217;s called <a href="http://www.wordpressbackup.org/">Automatic WordPress Backups</a>. To get it up and running all I had to do was provide it with my Amazon S3 account information and it took care of the rest. It manages creating backups on a regular schedule and maintaining historical backups too.</p>
<p>The cost for S3 storage works out to be pennies a month, and for the peace of mind that it brings, that&#8217;s CHEAP!</p>
<h2>How to restore</h2>
<p>In the event that you need to restore your data, you can most likely find someone on elance.com. In fact, if you&#8217;re restoring after a hosting company crash, you could probably even give them the backup file from your S3 account and let them work through the details. It turns out to be pretty easy. Here&#8217;s the process I would follow:</p>
<ol>
<li>Ensure that you have the domain configured and pointed to a directory on your host</li>
<li>Upload WordPress (you can probably use cPanel if you want to)</li>
<li>Delete the wp-content folder and upload the folder from your backup</li>
<li>Create a database and import the database file from your backup</li>
<li>Update the wp-config.php file with the connection information to your new database</li>
</ol>
<p>Hopefully you never need to go through these steps. but if you do, you&#8217;ll be glad that you took the time to setup Automatic Wordperss Backups. Post a comment if you have any questions or need additional help.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/how-to-backup-your-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Build a membership website in 20 minutes [video]</title>
		<link>http://www.danielwatrous.com/build-a-membership-website-in-20-minutes-video</link>
		<comments>http://www.danielwatrous.com/build-a-membership-website-in-20-minutes-video#comments</comments>
		<pubDate>Wed, 31 Mar 2010 15:37:47 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[e-mail list]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[membership website]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=238</guid>
		<description><![CDATA[The video below is a recording of a session I presented on the campus of Boise State University as a presenter at the 2010 Boise code camp.  It covers the entire process for building a membership website, including how to make a plan that will maximize your conversion rate, even before you spend a minute [...]]]></description>
			<content:encoded><![CDATA[<p>The video below is a recording of a session I presented on the campus of Boise State University as a presenter at the 2010 Boise code camp.  It covers the entire process for building a membership website, including how to make a plan that will maximize your conversion rate, even before you spend a minute setting it up.</p>
<p>One thing you&#8217;ll notice is that I don&#8217;t spend a lot of time talking about the actual coding, because there isn&#8217;t really very much at all.  Using my approach (I show you in the video) nearly all the heavy lifting can be done using the &#8220;easy buttons&#8221; that are available with most modern hosting companies.</p>
<p>Here&#8217;s what I cover in this video:</p>
<ul>
<li>What alternatives there are to WordPress and why I still use WordPress</li>
<li>Why Google loves WordPress blogs</li>
<li>Email list segmentation and membership websites</li>
<li>A little trick that will save you money finding premium solutions online (that&#8217;s all I can say in this teaser, but you&#8217;ll thank me once you see it)</li>
<li>Prevent spam on your blog</li>
<li>Protect your digital content</li>
<li>When and how to upgrade your site (this is so easy it hurts)</li>
<li>Best places to host your membership web site</li>
<li>The top reasons to buy premium themes for WordPress</li>
</ul>
<p>This is the full 1:15 video.  After you press play you might have to wait a minute for it to start loading (be patient).</p>
<a id="wpfp_20e7ece415afe4cde53ff690930b5425" style="width:640px; height:360px;" class="flowplayer_container"><img src="http://media.danielwatrous.com.s3.amazonaws.com/video/membership-sites-codecamp-splash.jpg" alt="" class="splash" /><img width="83" height="83" border="0" src="RELATIVE_PATH/images/play.png" alt="" class="splash_play_button" style="top: 135px; border:0;" /></a>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/build-a-membership-website-in-20-minutes-video/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Boise code camp membership web site live session</title>
		<link>http://www.danielwatrous.com/boise-code-camp-membership-site</link>
		<comments>http://www.danielwatrous.com/boise-code-camp-membership-site#comments</comments>
		<pubDate>Fri, 26 Mar 2010 16:21:12 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Education]]></category>
		<category><![CDATA[boise code camp]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[live training]]></category>
		<category><![CDATA[membership website]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=234</guid>
		<description><![CDATA[A few weeks ago I posted a PDF and a write up about how to create a two level membership website.  Tomorrow I&#8217;ll be presenting a live one hour session at Boise State University as part of this years Code Camp.  The focus will be membership websites and will extend much of what I wrote [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I posted a PDF and a write up about how to create a <a title="two level membership website" href="http://www.danielwatrous.com/internet-marketing/two-level-membership-website-model">two level membership website</a>.  Tomorrow I&#8217;ll be presenting a live one hour session at Boise State University as part of this years Code Camp.  The focus will be membership websites and will extend much of what I wrote in that initial article.</p>
<p>In fact, I&#8217;ll be talking about alternative uses for membership websites, including education and online course delivery.  I&#8217;ll also cover payment integration methods and advanced autoresponder techniques to promote consumption of content while creating a passive interactive dialog which enables you to engage the most interested members of your community.</p>
<p>While I know this will be a very remote location for most of you, anyone is welcome.  I&#8217;ll be presenting at 3:00 pm in the Farnsworth building in room 65.  I&#8217;ll also record the session and post it here afterward.  If you have any topics you think I should cover, <a rel="nofollow" href="http://www.danielwatrous.com/contact-me">send me a message</a>.</p>
<p>Use this link to learn more about the <a title="Boise code camp" href="http://boisecodecamp.com/Default.aspx" target="_blank">Boise Code Camp</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/boise-code-camp-membership-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two level membership website model</title>
		<link>http://www.danielwatrous.com/two-level-membership-website-model</link>
		<comments>http://www.danielwatrous.com/two-level-membership-website-model#comments</comments>
		<pubDate>Tue, 23 Feb 2010 20:04:06 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[ask for help]]></category>
		<category><![CDATA[email marketing]]></category>
		<category><![CDATA[membership website]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=155</guid>
		<description><![CDATA[I occasionally take on new clients that want membership websites setup. Many people want a membership website because of the appeal of continuity income or just as a mechanism to deliver all of their digital content securely. The problem is that few people have a firm grasp on how membership websites work or how they [...]]]></description>
			<content:encoded><![CDATA[<p>I occasionally take on new clients that want membership websites setup.  Many people want a membership website because of the appeal of continuity income or just as a mechanism to deliver all of their digital content securely.  The problem is that few people have a firm grasp on how membership websites work or how they should structure their content, offer, etc. to be most effective.</p>
<p>To answer the question of structure, offer and content I&#8217;ve put together the video and a PDF below showing one of my favorite models.  I&#8217;ve seen components of this model used tons of times by loads of people, but I&#8217;m not sure I&#8217;ve ever seen a single diagram that outlines the entire process and helps you plan your content, email lists and so on.  I hope this is useful.  Here&#8217;s the video:</p>
<p><strong>Click the full-screen button on the video so you can follow along better&#8230;</strong></p>
<p><object width="580" height="360"><param name="wmode" value="transparent"></param><param name="movie" value="http://www.youtube.com/v/kERtTHjerKg&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed wmode="transparent" src="http://www.youtube.com/v/kERtTHjerKg&#038;hl=en_US&#038;fs=1&#038;rel=0&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;hd=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="360"></embed></object></p>
<p>In this video and PDF I can&#8217;t possibly tell you everything you need to do, but here are some of the most important concepts to keep in mind.</p>
<ul>
<li>List segmentation is crucial (separate lists for prospects and buyers (thanks Jeff Walker))</li>
<li>Free content should be an extract of the most valuable gems you offer in your paid content (thanks Eben Pagan and John Reese)</li>
<li>your autoresponder sequence should focus on consumption of your content, whether paid or free</li>
<li>Use downsell and retention (before you go) sales letters to increase margin</li>
</ul>
<p>Download the PDF here:<br />
<a href='http://www.danielwatrous.com/wp-content/uploads/2010/02/two-level-membership-model.pdf'><img src="http://www.danielwatrous.com/wp-content/uploads/2010/02/membership-model-pdf-thumb.gif" alt="Two level membership model PDF" title="Two level membership model PDF" width="159" height="200" class="alignnone size-full wp-image-161" /></a></p>
<p>My current favorite platform for membership websites is WordPress using MemberWing and Aweber.  It&#8217;s a no brainer for me since I can have a new membership website up and running in an hour, with all the bells and whistles.</p>
<p>There are other models that I can put together if there&#8217;s enough interest.  This one is super easy and can work very well since it uses reciprocity by giving them access up front to your best material and reducing their risk since they get to see some of the content before buying.  One other model that I really like is the 30-day free trail, or $1 trail.  Frank Kern is a master of that model and I recommend you follow one of his launches to get an idea.  Mike Filsaime is also fantastic at the upsell/downsell on offers like this.</p>
<p>After you&#8217;ve watched the video and read through the PDF, let me know what you think and if you have any questions by posting a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/two-level-membership-website-model/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
