<?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; Technology</title>
	<atom:link href="http://www.danielwatrous.com/category/technology/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>Wed, 14 Jul 2010 16:28:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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>0</slash:comments>
		</item>
		<item>
		<title>The myth of the perfect programmer (or marketer)</title>
		<link>http://www.danielwatrous.com/the-myth-of-the-perfect-programmer-or-marketer</link>
		<comments>http://www.danielwatrous.com/the-myth-of-the-perfect-programmer-or-marketer#comments</comments>
		<pubDate>Tue, 01 Jun 2010 16:33:48 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[do hard things]]></category>
		<category><![CDATA[experience]]></category>
		<category><![CDATA[expertise]]></category>
		<category><![CDATA[outsourcing]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=391</guid>
		<description><![CDATA[Cool looking actor #1: &#8220;It&#8217;s the pentagon. Do you think we can just walk right in and take whatever documents we want?&#8221; Geeky looking actor #2: &#8220;Watch me turn this wrigley&#8217;s gum wrapper, a AAA battery and some titanium shavings from my laptop case into an instant bypass of this multi-million dollar security system&#8221;. Don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>Cool looking actor #1: &#8220;It&#8217;s the pentagon. Do you think we can just walk right in and take whatever documents we want?&#8221;</p>
<p>Geeky looking actor #2: &#8220;Watch me turn this wrigley&#8217;s gum wrapper, a AAA battery and some titanium shavings from my laptop case into an instant bypass of this multi-million dollar security system&#8221;.</p>
<p>Don&#8217;t you love the movies? They rock. Some total stud and a complete geek get together and decide they&#8217;re going to save the world by breaking into the pentagon or CIA and getting access to top secret files. There&#8217;s actually a good reason these persona&#8217;s exist. It&#8217;s because you want them to exist.</p>
<p>It&#8217;s really a funny quirk about human nature that we tend to think that everyone else has a &#8220;secret&#8221; or &#8220;discovery&#8221; that we don&#8217;t. That&#8217;s why headlines like &#8220;1 Secret to a Flat Belly&#8221; pop up all over the place. It&#8217;s not because they really have a secret, other than do tons of exercise, stop eating like a garbage can and get plenty of sleep. It works because way too many people assume that the hot girl with the sexy abs is eating twinkies and sitting in front of the tube six hours a day, just like us. </p>
<p>Enough about twinkies.  What has this got to do with internet marketing technology?</p>
<h3>Programmers have to follow the rules</h3>
<p>Many people really believe that somewhere in the world there&#8217;s an omniscient hacker who can break into computers at will and reads top secret files like I read my email. They really believe that if you know enough about technology then you can control any computer in a matter of minutes.  Here&#8217;s a news flash for you. HE DOESN&#8217;T EXIST!</p>
<p>Yep. Sorry to burst your bubble. Even the guys that design the programming languages understand that there have to be rules. They define how things are ordered, loaded, protected and so on. You might even think about it like gravity. You can sometimes find ways around it (like an airplane), but as soon as the engines cut out you remember really fast that it&#8217;s there working like always.</p>
<p>Remember that programmer?  Yeah, the one that you wanted to build your website for $300 and you&#8217;re always mad that he didn&#8217;t get it done just the way you dreamed about it and that it took more than two days time. He has to follow the rules too. </p>
<p>And if you want the guy that can actually perform &#8220;miracles&#8221;, keep in mind that he&#8217;s worth a lot more than $300.  Yep, it&#8217;s true: you really do get what you pay for.</p>
<h3>The &#8220;REAL&#8221; secret: Quality comes with time and iterations</h3>
<p>Another thing that the movies have ruined is the reality of developing through iteration. Since they only have a two minute montage to show you how they break in to the Oval Office or the FBI mainframe before getting back to the story line, it&#8217;s easy to think that real programmers should be able to write a perfect program the first time.</p>
<p>That&#8217;s not actually true either. In reality, <strong>the best software is the result of iterations</strong>! Period! This isn&#8217;t just limited to programmers. Look at cars, buildings and architecture, plumbing and even your favorite pancake recipe. This applies equally to the creative design process and shopping at the grocery store.  It&#8217;s a universal constant.</p>
<p>The bottom line is that if you want something to be top quality then you have to plan for iterations. The first revision product is going to be limited, clunky and might even work (with a little skill and luck). Give yourself and your programmer time and budget to get through a couple of iterations if top quality is your goal.</p>
<h3>Did I mention the power iterations</h3>
<p>Why are iterations on a project so important? For the same reason that a baby&#8217;s first step usually isn&#8217;t followed by an immediate second step. Even the unbelievable human nervous system requires many, many failures and falls before all the neural connections function well enough together to enable us to walk. That&#8217;s not to mention the building up of strength in the legs.</p>
<p>Programmers are the same way. The more iterations you go through on a theme, the easier it becomes. Even to the point that some tasks may go off just like walking. We don&#8217;t really think about walking (I mean lift leg, lean forward, place foot, ensure balance, shift weight, lift other foot, etc.). Some programming tasks can get to be that way too, just like walking, but it&#8217;s only after many iterations and failures.</p>
<h3>Marketers call this split testing</h3>
<p>This is actually an old concept in advertising.  Direct response marketers call this split testing. Interestingly, many programmers hold a similar myth about the omniscient marketer. They really believe that there&#8217;s a sales guy somewhere that can sell anything to anyone, whether or not they have a need or desire for the thing.</p>
<h3>There is no omniscient marketer either.</h3>
<p>In reality there&#8217;s no direct sales guy that can magically whip out the perfect headline in a matter a minutes based purely on his genius. The best copywriters will tell you that research is the key to good copy. I would add that research must be coupled with many iterations of split tests to identify an optimal headline and offer.</p>
<h3>Stop the cycle of first version paralysis</h3>
<p>Rather than get hung up on why your programmer or marketer friend isn&#8217;t able to pull out the hollywood version of the website or sales offer that you need right now to become an instant millionaire, why not just take a stab in the dark and call it a first iteration. If it&#8217;s useful then pat yourself on the back and get back to work!</p>
<p>I promise you the next iteration will be even better than the first.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/the-myth-of-the-perfect-programmer-or-marketer/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Thesis Theme for WordPress</title>
		<link>http://www.danielwatrous.com/thesis-theme-for-wordpress</link>
		<comments>http://www.danielwatrous.com/thesis-theme-for-wordpress#comments</comments>
		<pubDate>Wed, 19 May 2010 19:38:36 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[thesis]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=334</guid>
		<description><![CDATA[Among premium WordPress themes, Thesis is one of the best I&#8217;ve seen. Thesis looks clean and professional right out of the box.  But what really sets Thesis apart from the others is its focus on my four pillars of good theme design; seo, speed, usability and productivity. SEO I&#8217;ve discussed these criteria in a previous [...]]]></description>
			<content:encoded><![CDATA[<p>Among premium WordPress themes, Thesis is one of the best I&#8217;ve seen. Thesis looks clean and professional right out of the box.  But what really sets Thesis apart from the others is its focus on my <a title="wordpress theme design" href="http://www.danielwatrous.com/what-is-a-wordpress-theme">four pillars of good theme design</a>; seo, speed, usability and productivity.</p>
<h2>SEO</h2>
<p>I&#8217;ve discussed these criteria in a previous post, but it&#8217;s worth going through them again here as they apply to Thesis.  First off is SEO.  SEO is tricky for a few reasons. 1) No one really knows Google&#8217;s algorithm except for Google.  Meticulous testing has revealed many of the details, but it&#8217;s a stab in the dark or a good guess in many cases.  2) SEO and design don&#8217;t always agree with each other.  Designers want to make things look good to humans and SEO experts want to make things look good to the search engines. Both are necessary and there&#8217;s a trade off involved.  3) SEO is a moving target.  Google and other search engines are constantly making adjustments to their methods and so to maintain rankings and search engine position requires continual vigilance.</p>
<p>In terms of SEO, Thesis has a few advantages. The core development effort is aware of SEO best practices and has made it a focus from the beginning to balance SEO with good design. The large install base for the theme and the caliber of the blogs that use Thesis provide feedback to the developers which improve the core even further.  Finally, the proper use of css and XHTML (standards compliant) ensure that automated bots (from the search engines) can find the keyword information you include in your posts easily.</p>
<h2>Speed</h2>
<p>One of the most significant factors in the success of WordPress as blogging software has been the theme and plugin architecture.  You don&#8217;t have to be a programmer to understand how appealing it is to be able to modify a WordPress blog without having to do a lot of programming.  One problem that comes with this flexibility is that there are a lot of poorly written themes and plugins.  Each task that you want your theme or plugin to do requires processing, which can potentially slow down your website.</p>
<p>Here again, Thesis does an amazing job because it was a focus from the beginning.  The core development effort is aware of how WordPress is supposed to work and they have made very deliberate choices to make the theme as fast as possible.  This has two outcomes.  First is that visitors to the site have a better experience.  Research has shown that faster sites get more clicks.  <strong>People are more willing to explore the site when each page loads quickly.</strong> The second is that you can accommodate more visitors to your site without performance degrading.  I suppose a third would be that Google has just announced that the load time of a website is now a factor in ranking, which means that a fast theme brings SEO benefit too.</p>
<h2>Usability</h2>
<p>When a user comes to your site, they want to find the information that&#8217;s most relevant to what they&#8217;re looking for.  The Thesis team has found a great balance between design and SEO that gives the user a very clear path to the information that&#8217;s of greatest interest to them.  In addition to good design, they fully support the customizable widgets that are built in to WordPress.  This gives you ultimate flexibility when tweaking your site to increase conversions.</p>
<h2>Productivity</h2>
<p>Finally, the breadth and quality of the customization options available in Thesis means that you don&#8217;t have to fight with your blog or know how to code to get the results you want.  You&#8217;re productive from the first moment using nothing more than your web browser to configure your site.  This may be the most immediate benefit to using Thesis.  You get to stop thinking about how to do this or that and instead focus on your content.  Thesis gets out of your way and helps you do what you do best.</p>
<h2>My sites run Thesis</h2>
<p>I&#8217;m a big fan of Thesis and use it for my own websites.  In fact, my first blog ever runs Thesis.  Have a look at these links for a couple of examples:</p>
<ul>
<li><a title="Exercise Log Blog" href="http://www.maintainfit.com" target="_blank">Exercise Log Blog</a></li>
<li><a title="Free software DVDs" href="http://www.choicesoftwarezone.com" target="_blank">Choice Software Zone</a></li>
</ul>
<p>To see even more examples of how to use Thesis and see some great videos about how to use it, head over to the official site:</p>
<p><a target="_blank" href="http://www.danielwatrous.com/thesis"><img src="http://www.shareasale.com/image/24570/thesis-300x250-1.png" alt="Thesis Theme for WordPress:  Options Galore and a Helpful Support Community" border="0"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/thesis-theme-for-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best Free WordPress Themes</title>
		<link>http://www.danielwatrous.com/best-free-wordpress-themes</link>
		<comments>http://www.danielwatrous.com/best-free-wordpress-themes#comments</comments>
		<pubDate>Sat, 15 May 2010 05:03:33 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[arjuna-x]]></category>
		<category><![CDATA[arthemia]]></category>
		<category><![CDATA[atahualpa]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=327</guid>
		<description><![CDATA[The other day I wrote this post about WordPress themes. Today I wanted to mention three themes that appear to meet all the criteria for a quality theme and are free.  All three look great, but the only one I&#8217;ve tested in an SEO capacity is the first one.  Each of these themes has been [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I wrote <a title="WordPress themes" href="http://www.danielwatrous.com/what-is-a-wordpress-theme">this post about WordPress themes</a>. Today I wanted to mention three themes that appear to meet all the criteria for a quality theme and are free.  All three look great, but the only one I&#8217;ve tested in an SEO capacity is the first one.  Each of these themes has been updated this year (within that last few months) which is a good sign that they are current and work properly with the latest version of WordPress.</p>
<h2>Atahualpa</h2>
<p><img class="size-full wp-image-329 alignnone" title="Atahualpa" src="http://www.danielwatrous.com/wp-content/uploads/2010/04/screenshot.png" alt="" width="300" height="220" /></p>
<p>The <a href="http://wordpress.org/extend/themes/atahualpa">Atahualpa</a> theme is a mature theme (meaning it&#8217;s been under development for a long time) and provides a lot of user configurable options.  Perhaps best of all for non-tech folks is that there are a lot of template type items so that you don&#8217;t have to provide your own information.  For example, there are a collection of favicons to choose from without having to create and upload one.  Favicons are the little icon that shows up in your browser tab and they can add some polish to a website.</p>
<p>My first <a title="30 day challenge" href="http://www.thirtydaychallenge.com">thirty day challenge</a> website used this theme and as I went through the motions I was easily able to take top page listing in Google for a competitive keyword in  just a few weeks, so at least there wasn&#8217;t anything glaringly wrong with the theme from Google&#8217;s perspective.  I doubt it&#8217;s as optimized as something like the <a href="http://www.danielwatrous.com/thesis">Thesis theme</a>, but it can get you down the road quite nicely if you&#8217;re on a short budget.</p>
<p>UPDATE: I&#8217;ve recently had some trouble with this theme in Internet Explorer.  That&#8217;s a pretty bad thing since Microsoft still holds a significant lead over the competition in user base.  If you plan to use this one make sure your finished site looks OK in IE.</p>
<h2>Arjuna X</h2>
<p><img class="alignnone size-full wp-image-330" title="Arjuna X" src="http://www.danielwatrous.com/wp-content/uploads/2010/04/screenshot1.png" alt="" width="240" height="180" /></p>
<p>The <a href="http://wordpress.org/extend/themes/arjuna-x">Arjuna X</a> theme has also been around for a while and has a very polished look.  In fact, it may be the most attractive of the three themes I&#8217;m featuring here and would be a great choice for a personal blog.  Customization includes headers, sidebar placement and well defined widgets.  It&#8217;s easy to use and gives your blog a clean, authoritative look.</p>
<h2>Arthemia</h2>
<p><img class="alignnone size-full wp-image-331" title="Arthemia2" src="http://www.danielwatrous.com/wp-content/uploads/2010/04/screenshot2.png" alt="" width="300" height="225" /></p>
<p>The <a title="magazine blog theme" href="http://michaelhutagalung.com/2008/05/arthemia-magazine-blog-wordpress-theme-released/">Arthemia</a> theme is a free theme, but it&#8217;s a sibling of a more robust premium theme by the same name.  That means that in some ways you benefit from the commercial development on the premium theme, even if you don&#8217;t get all the bells and whistles.  This theme is also the only one of the three that fits in the category of a magazine theme.</p>
<p>Out of the box this theme offers several well defined areas for widgets that look great, but it has no user options on the backend.  That means that any customization will have to be done in the editor and so it&#8217;s not a good choice for a non-tech person.</p>
<h2>Caution: you get what you pay for</h2>
<p>I know that the free themes are appealing because they don&#8217;t cost a thing.  If you&#8217;re starting out with very little (or no) budget then these three themes give you options that are probably just right.  On the other hand, the SEO characteristics of these themes and customization for branding or conversion may not be as good as the premium themes.</p>
<p>In my experience, I found that I wasted a lot of hours trying to tweak the free themes to meet my needs.  In the end I wasn&#8217;t ever quite satisfied, since they don&#8217;t have the same polish and purpose that the premium themes do.  If I have to spend two hours getting a free theme to do what I want it to, then I&#8217;m probably better off just paying for a premium theme that does it out of the box (<a title="thesis theme for WordPress" href="http://www.danielwatrous.com/thesis">like Thesis</a>).</p>
<p>If you have a favorite free WordPress theme, post a link to it in the comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/best-free-wordpress-themes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Google Web Hosting</title>
		<link>http://www.danielwatrous.com/free-google-web-hosting</link>
		<comments>http://www.danielwatrous.com/free-google-web-hosting#comments</comments>
		<pubDate>Thu, 06 May 2010 15:12:26 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[cloud hosting]]></category>
		<category><![CDATA[free hosting]]></category>
		<category><![CDATA[freesourcing.org]]></category>
		<category><![CDATA[google app engine]]></category>
		<category><![CDATA[web hosting]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=373</guid>
		<description><![CDATA[We all know that Google is trying to enter every possible market, including cell phones, operating systems, fiber optic networks, etc. Did you know they have a free web hosting service? Well, it&#8217;s not hosting in the traditional sense, but it&#8217;s a fantastic resource, especially if what you&#8217;re developing needs to accommodate very large spikes [...]]]></description>
			<content:encoded><![CDATA[<p>We all know that Google is trying to enter every possible market, including cell phones, operating systems, fiber optic networks, etc.  Did you know they have a free web hosting service?</p>
<p>Well, it&#8217;s not hosting in the traditional sense, but it&#8217;s a fantastic resource, especially if what you&#8217;re developing needs to accommodate very large spikes in traffic.  It&#8217;s called Google App Engine.</p>
<p>If you&#8217;re interested in knowing more about it and seeing a sample app I made (with video) then head on over to <a href="http://freesourcing.org/blog/host-your-website-on-googles-servers-for-free">freesourcing.org</a> and have a look.  If you have questions you can post them as comments here and I&#8217;ll do my best to answer them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/free-google-web-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why you don&#8217;t ever need FTP again</title>
		<link>http://www.danielwatrous.com/why-you-dont-ever-need-ftp-again</link>
		<comments>http://www.danielwatrous.com/why-you-dont-ever-need-ftp-again#comments</comments>
		<pubDate>Tue, 04 May 2010 15:32:41 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=291</guid>
		<description><![CDATA[I sat down to write this post about FTP and figured I would make a video about how to do it. But like any good (lazy) engineer, I went first to see what I could find on youtube.  All the videos sucked.  That&#8217;s not because they didn&#8217;t show you how to FTP. Instead it&#8217;s because [...]]]></description>
			<content:encoded><![CDATA[<p>I sat down to write this post about FTP and figured I would make a video about how to do it. But like any good (lazy) engineer, I went first to see what I could find on youtube.  All the videos sucked.  That&#8217;s not because they didn&#8217;t show you how to FTP.  Instead it&#8217;s because they sorely missed the point.</p>
<h2>What is the point?</h2>
<p>The people that are looking for a tutorial about FTP often don&#8217;t know the &#8216;basics&#8217;. When you tell them to type the &#8216;host&#8217; in here, and &#8216;navigate&#8217; to this folder, and &#8216;set permissions&#8217; there&#8230; Well, it just doesn&#8217;t mean anything. The first video that I watched used at least a half a dozen words in the first 30 seconds that most regular users just don&#8217;t get.</p>
<p>So I decided to change my approach. Rather than teach you about FTP, I&#8217;d rather tell you why you shouldn&#8217;t ever use FTP again.  Huh?</p>
<p>Let&#8217;s start out with a simple question. At the moment you decided to learn how to FTP something up to your server, what were you trying to accomplish? I think it&#8217;s very unlikely that you were sitting down to figure out how FTP works and how to use it to get stuff up to your website.</p>
<p>Instead, I bet you were trying to communicate with your audience/clients/visitors. That&#8217;s a really important distinction. You don&#8217;t want to know how to FTP. You want to communicate with people. So how can you ditch the FTP and start communicating with your clients?</p>
<h2>Use a blog</h2>
<p>The absolute best way I can think of is to use a blog.  With most <a title="web hosting comparison" href="http://www.danielwatrous.com/technology/web-hosting-comparison-shared-hosting">modern hosting accounts</a> you can install a blog without FTP, without database setup and without needing to use any tool other than your web browser (I recommend Google Chrome, by the way). You literally just click a few buttons and you&#8217;re done!  Once it&#8217;s done then you use a web browser, from anywhere in the world, to communicate with people.</p>
<p>If you&#8217;re thinking that a blog would be great except that you still need to upload pictures and videos and so you can&#8217;t get around FTP, then you&#8217;re wrong. WordPress has little &#8220;easy buttons&#8221; that let you find the file on your computer and it puts it right in where it belongs. As far as video, you can now just paste a link to a youtube video and WordPress will take care of the rest.</p>
<h2>Special cases</h2>
<p>There are special cases when you need to FTP something up to your server, but those are more rare. When that moment comes along, do yourself a favor and hire your kids to figure it out for you. If you don&#8217;t have kids at home, find a neighbor that&#8217;s in high school and have them give you a hand. The $10 you pay them will be a huge prize and you can keep your hands clean of all the dirty work.</p>
<h2>Keep your eye on the real prize</h2>
<p>Don&#8217;t forget the real purpose of your website is to communicate with your target audience. Do yourself (and your site visitors) a favor.  Stop trying to figure out how to FTP stuff up to your server and instead <a title="how to use WordPress" href="http://www.danielwatrous.com/technology/how-to-use-wordpress-2-9-simple">figure out how to use WordPress</a>.  Then go on to provide the content that they want. That&#8217;s the real gem!</p>
<p>(photo by Gabriella Fabbri)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/why-you-dont-ever-need-ftp-again/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is a WordPress Theme</title>
		<link>http://www.danielwatrous.com/what-is-a-wordpress-theme</link>
		<comments>http://www.danielwatrous.com/what-is-a-wordpress-theme#comments</comments>
		<pubDate>Tue, 27 Apr 2010 15:29:04 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=317</guid>
		<description><![CDATA[A theme in WordPress is what what determines how the blog looks to visitors. As I describe what themes are and how you can make the best use of them it will be helpful to understand that nearly every website has three parts which are: Logic Design Content A theme has very little (ideally nothing) [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A theme in WordPress is what what determines how the blog looks to visitors</strong>. As I describe what themes are and how you can make the best use of them it will be helpful to understand that nearly every website has three parts which are:</p>
<ul>
<li><strong>Logic</strong></li>
<li><strong>Design</strong></li>
<li><strong>Content </strong></li>
</ul>
<p>A theme has very little (ideally nothing) to do with the logic or programming of your blog.  A theme serves to frame the content that you put on your website, but it is not the content.  </p>
<p>Design is the sole focus of theme development and WordPress has made if very easy for non-technical designers to create a new theme quickly. That can be both good and bad.  The bad comes in the form of poorly written themes that don&#8217;t perform well in SEO and website load time.</p>
<h2>The HTML bummer</h2>
<p>You only have to look back on the first websites ever built to begin to appreciate the power of themes for websites. Creating websites out of HTML, JavaScript and CSS was a major bummer. Why? </p>
<p>Imagine you have a website with hundreds or thousands of pages and you wanted to change how the header looked, but the content would remain the same.  This shouldn&#8217;t seem too far fetched. It would be like painting your house or putting a new sign up in the window of your business. Everything stays the same inside, but the &#8216;theme&#8217; changed. With the original HTML approach to creating websites, you would have to hand modify every single page and try to keep them consistent with one another.</p>
<p>WordPress makes this type of change easy and very fast.  To help it all make a little more sense I made this video for you.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/GLDHPOV867Y&#038;hl=en_US&#038;fs=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/GLDHPOV867Y&#038;hl=en_US&#038;fs=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<h2>Cell phone faceplates</h2>
<p>Blogs aren&#8217;t the first place to use the idea of a theme. For example, cell phone manufacturers have been doing the same thing with their phones for years.  Just like this <a href="http://www.amazon.com/gp/product/B000NO4202?ie=UTF8&#038;tag=wwwmaintainfc-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B000NO4202">Superman Cell Phone Faceplate</a><img src="http://www.assoc-amazon.com/e/ir?t=wwwmaintainfc-20&#038;l=as2&#038;o=1&#038;a=B000NO4202" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />.  It doesn&#8217;t change which contacts are in your phone or your caller ID history.  It just changes the way it looks to everyone.  It&#8217;s the same story with a WordPress theme.</p>
<h2>Other considerations</h2>
<p>As you think about what theme to choose for your blog, you want to look deeper than just how it looks.  The fact is that the theme can have a very significant impact on where the search engines place you in search results.  It can also affect how visitors interact with your site.</p>
<h3>SEO Friendly</h3>
<p>One big factor in choosing the right theme in WordPress comes back to Search Engine Optimization.  While the content may not change, the theme can make it easier or harder for the search engines to find the content on the finished page.  That means the your theme can have a big impact on your search engine ranking.  This tends to be a big differentiator between free and premium WordPress themes.</p>
<h3>Easy to customize and tweak</h3>
<p>Since most people aren&#8217;t programmers (and don&#8217;t really care to be), the best themes offer a range of customizations and tweaks that the blog owner can do without needing to write any &#8216;code&#8217;. These are browser based tools that you can use from your WordPress dashboard.  The more control you have without needing to modify the theme code the better.</p>
<h3>Visitor experience</h3>
<p>The experience a visitor has when he arrives at your site is influenced by two theme related characteristics.  The first is speed, or <strong>load time</strong>.  The second is ease of <strong>navigation</strong>.  </p>
<p>In the first place, if the pages take too long to load, then the user is very likely to bounce off your site.  To &#8216;bounce&#8217; means that they clicked through to your site and then immediately left.  You want to make sure you choose a theme that will load quickly.</p>
<p>Ease of navigation is very relative.  It&#8217;s relative to the content, your conversion goals, the visitor expectations and even the visitor state of mind.  There aren&#8217;t really any general rules here, but there are some guidelines, like this post about <a target="_blank" href="http://www.thirtydaychallenge.com/blog/780/we-came-home-we-saw-we-sphynxed-30dchome/">one page, one job</a>.  As you choose a theme, think about what your visitors are expecting, where they&#8217;re coming from and what your end game goal is.  This will help you choose the right theme.</p>
<p>Now you can see that themes make it easy to change the way your website looks.  In my next few posts on WordPress themes I&#8217;ll tell you which free and premium themes I like best and why.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/what-is-a-wordpress-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase the perceived value of your eBook</title>
		<link>http://www.danielwatrous.com/increase-the-perceived-value-of-your-ebook</link>
		<comments>http://www.danielwatrous.com/increase-the-perceived-value-of-your-ebook#comments</comments>
		<pubDate>Tue, 20 Apr 2010 15:32:37 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=302</guid>
		<description><![CDATA[eBooks have long been a popular and effective way to deliver information to a target market. However, one disadvantage to producing an eBook (especially as a PDF) is that they have a very low perceived value.  One reason for this is that most people assign value based on cost of duplication rather than value of [...]]]></description>
			<content:encoded><![CDATA[<p>eBooks have long been a popular and effective way to deliver information to a target market.  However, one disadvantage to producing an eBook (especially as a PDF) is that they have a very low perceived value.  One reason for this is that most people assign value based on cost of duplication rather than value of information that something contains.</p>
<h2>Hard cover vs. paperback</h2>
<p>One physical world corollary to this is the difference in price between a hard back and a paperback book.  They both contain identical information and both will provide you with the same benefit (if you read them).  Still, publishers make hard back books and consumers pay more for them than their paperback equivalents.  They effectively increased the perceived value of the book without changing any of the content.</p>
<p>By now you should be wondering: What can I do to increase the perceived value of my eBook? In this article I&#8217;ll show you how to do just that by improving the formatting of your book.</p>
<h2>Exampe: Financial product bonus ebook</h2>
<p>I put together an example to illustrate the process.  In this case I think I&#8217;ve found a niche in international stock markets and I want a product to test the niche.  Note that the same process here could just as easily be used to create a bonus for an existing product.  A quick search on project gutenberg brings up this book:</p>
<p><a title="International Finance" href="http://www.gutenberg.org/etext/11774" target="_blank">International Finance by Hartley Withers</a></p>
<h2>Microsoft Word Version</h2>
<p>The easiest way to turn this into an ebook that can sell as a product or serve as a bonus is to condition the text a little bit and paste it into Microsoft Word or other word processor and then use a PDF print driver to turn it into a downloadable PDF.  Some software, like OpenOffice will let you export to PDF in one shot.  Let&#8217;s take a look at what I did:</p>
<ul>
<li>Download file from <a href="http://www.gutenberg.org/etext/11774" target="_blank">project gutenberg</a></li>
<li>Use <a title="windows text editor" href="http://www.textpad.com/" target="_blank">TextPad </a>text editor to remove unnecessary line breaks and other text conditioning (search and replace)</li>
<li>Copy and paste into Microsoft Word and start adjusting page breaks and formatting</li>
<li>Go to <a title="money" href="http://www.sxc.hu/photo/1127283" target="_blank">http://www.sxc.hu</a> and find an image that suggest international finance</li>
<li>Create a cover for my ebook.</li>
<li><a title="print to pdf" href="http://www.primopdf.com/" target="_blank">Print to PDF</a> using the free Primo software.</li>
</ul>
<p>When I printed to PDF using Primo I got the following dialogue and I just chose the ebook option, assuming that they&#8217;re the experts at PDF creation and they know best.</p>
<p><img class="alignnone size-full wp-image-305" title="primo-pdf-print" src="http://www.danielwatrous.com/wp-content/uploads/2010/04/primo-pdf-print.gif" alt="" width="640" height="411" /></p>
<p>Here&#8217;s the finished product:</p>
<p>International Finance by Hartley Withers (Word Version)<br />
<object id="doc_85021" name="doc_85021" height="640" width="100%" type="application/x-shockwave-flash" data="http://d1.scribdassets.com/ScribdViewer.swf" style="outline:none;" ><param name="movie" value="http://d1.scribdassets.com/ScribdViewer.swf"><param name="wmode" value="opaque"><param name="bgcolor" value="#ffffff"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="FlashVars" value="document_id=29809387&#038;access_key=key-2elbj1ji4ohvkgvwex9c&#038;page=1&#038;viewMode=list"><embed id="doc_85021" name="doc_85021" src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=29809387&#038;access_key=key-2elbj1ji4ohvkgvwex9c&#038;page=1&#038;viewMode=list" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="640" width="100%" wmode="opaque" bgcolor="#ffffff"></embed></object></p>
<p>That&#8217;s not bad.  All things considered it took me about 40 minutes to create that eBook.  That includes the search time on gutenberg and formatting and creating the cover.  In my opinion, the ebook doesn&#8217;t look very good and it&#8217;s value is questionable.  Even if it convinces someone to buy the product in the first place, does it actually add enough value to prevent returns?</p>
<h2>There&#8217;s a better (looking) way</h2>
<p>Now let me show you how to do a much better job than that Word Document version above. The learning curve is a bit steeper than using Word, but the outcome is much better.  After you see the end result I think you&#8217;ll be ready to invest the time to master this process.  You&#8217;ll also notice that in the long run, this will not only increase the value of your offering, but it will reduce your time per project.  For example, in order to make the Word version above look as good as what I&#8217;m about to show you it would easily triple the time required.</p>
<p>This next PDF that I&#8217;ll show you was created using LaTeX.  What in the devil is LaTeX?  It&#8217;s not that rubbery stuff they make gloves out of, it that&#8217;s what you&#8217;re wondering.  TeX, and it&#8217;s offspring LaTeX were one of the first professional publishing platforms designed originally to work on Unix systems and is used widely in academic circles.  If all that sounds boring it&#8217;s because you haven&#8217;t seen what it can do yet.  Here&#8217;s what I did (note the duplicate steps in blue):</p>
<ul>
<li><span style="color: #0000ff;">Download file from project gutenberg</span></li>
<li><span style="color: #0000ff;">Use TextPad text editor to remove unnecessary line breaks and other text conditioning (search and replace)</span></li>
<li>Copy and paste into WinShell using a template and identify chapter markers (no formatting necessary)</li>
<li><span style="color: #0000ff;">Go to http://www.sxc.hu and find an image that suggest international finance</span></li>
<li><span style="color: #0000ff;">Create a cover for my ebook.</span></li>
<li>Click a button to produce my PDF output</li>
</ul>
<p>International Finance by Hartley Withers (LaTeX Version)<br />
<object id="doc_741572472213638" name="doc_741572472213638" height="600" width="100%" type="application/x-shockwave-flash" data="http://d1.scribdassets.com/ScribdViewer.swf" style="outline:none;" ><param name="movie" value="http://d1.scribdassets.com/ScribdViewer.swf"><param name="wmode" value="opaque"><param name="bgcolor" value="#ffffff"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><param name="FlashVars" value="document_id=29809817&#038;access_key=key-1bu9i4raf6s220nk1b5w&#038;page=1&#038;viewMode=list"><embed id="doc_741572472213638" name="doc_741572472213638" src="http://d1.scribdassets.com/ScribdViewer.swf?document_id=29809817&#038;access_key=key-1bu9i4raf6s220nk1b5w&#038;page=1&#038;viewMode=list" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" height="600" width="100%" wmode="opaque" bgcolor="#ffffff"></embed></object>	</p>
<p>My time to create this eBook was about 45 min.  That&#8217;s a few minutes longer than the Word version, but have a look at the difference in output.  What do you think?  Does this version give a higher perceived value?</p>
<p>Some of the great things about LaTeX include the fact that I don&#8217;t have to do any formatting, tweaking or adjusting.  It automatically applies page numbers, builds a table of contents (including linking withing the PDF), manages line/page breaks, images and alternating pages.  It even manages the chapter heading style.  All I do is provide text.  Here are the text files for that book that I used in WinShell.</p>
<p>Here are the rest of the files for you to open and look at.  First is the original download from project gutenberg with the conditioned version of the text file.  I&#8217;ve also included the Word document and the LaTeX files use to compile the PDF.</p>
<p><a href='http://www.danielwatrous.com/wp-content/uploads/2010/04/finance-book-text-files.zip'>Original and conditioned text versions of book from gutenberg</a><br />
<a href='http://www.danielwatrous.com/wp-content/uploads/2010/04/International-Finance-Hartley-Withers.doc'>International Finance by Hartley Withers (Microsoft Word .doc file)</a><br />
<a href='http://www.danielwatrous.com/wp-content/uploads/2010/04/International-Finance-Hartley-Withers-WordVersion.pdf'>International Finance eBook &#8211; PDF of Word Version</a><br />
<a href='http://www.danielwatrous.com/wp-content/uploads/2010/04/finance-book.zip'>International Finance by Hartley Withers (LaTeX source files and images)</a><br />
<a href='http://www.danielwatrous.com/wp-content/uploads/2010/04/International-Finance-Hartley-Withers-LaTeXVersion.pdf'>International Finance eBook &#8211; PDF of LaTeX Version</a></p>
<h2>Add value with minimal effort</h2>
<p>For roughly the same amount of time investment, I was able to take the same source content and convert it into a beautifully formatted ebook that has a much higher perceived value.  It didn&#8217;t require significantly more work either.</p>
<p>Another BIG benefit to the method that I&#8217;ve outline here is that the end product will feed right into create space and be ready to purchase on Amazon.com in no time.  Just imagine, if the formatting increases perceived value, how much more would the value increase if there was a physical product on amazon.com?  Remember that people often equate value to duplication cost.</p>
<p>For your next eBook, take a little extra time an learn the ropes of LaTeX so that you end up with a polished, high value product?  As always, leave your comments below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/increase-the-perceived-value-of-your-ebook/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Stop trying to win the Feature Race</title>
		<link>http://www.danielwatrous.com/stop-trying-to-win-the-feature-race</link>
		<comments>http://www.danielwatrous.com/stop-trying-to-win-the-feature-race#comments</comments>
		<pubDate>Fri, 16 Apr 2010 17:06:22 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[feature bloat]]></category>
		<category><![CDATA[sketching]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=287</guid>
		<description><![CDATA[We live in an age where we think that computers can do anything.  In some ways that&#8217;s not too far off.  We&#8217;ve begun to outsource much of our lives and internal processing power to computers that keep track of where we are, who&#8217;s important to us, and even what we should do to stay healthy. [...]]]></description>
			<content:encoded><![CDATA[<p>We live in an age where we think that computers can do anything.  In some ways that&#8217;s not too far off.  We&#8217;ve begun to outsource much of our lives and internal processing power to computers that keep track of where we are, who&#8217;s important to us, and even what we should do to stay healthy.</p>
<p>Just because computers can do so much, doesn&#8217;t mean they should.  In fact, this is one of the most common problems I come across as a consultant.  My clients will often come up with an idea for a &#8220;feature&#8221; for their website and <em>without much thought about the value that feature adds</em> they&#8217;re ready to go gangbusters to get it done.</p>
<p>The types of features I&#8217;m talking about include integrating weather and time, or building a social network or creating an iPhone app.  All of these features can be great, <em>if they are a fit</em>.  When they aren&#8217;t a fit then you can end up with big distraction on your website that consumes your resources and potentially distracts users from the goal you have for your site.</p>
<p>Web developers (the &#8220;web guy&#8221;) also typically love this type of chatter (or they start it themselves).  They get so excited about what technology can do that they&#8217;re desperate to find a problem to try their new solution against, rather than letting real business problems drive their search for appropriate solutions.</p>
<h2>How to decide if a feature is worthwhile</h2>
<p>If you or your web developer think you have a good idea for a new feature, there are some questions you can ask yourself.  They all center around the guideline that <a title="one page one job" href="http://www.thirtydaychallenge.com/blog/780/we-came-home-we-saw-we-sphynxed-30dchome/" target="_blank">each page should have a single job</a>. You also want to make sure that new features fit properly in with your established priorities.  Here are some questions to ask about a new feature:</p>
<ul>
<li>Does it reduce the number of steps for a visitor to accomplish a specific task</li>
<li>Does it reduce the guess work for a visitor to complete a specific task</li>
<li>Does it add value for the visitor that completes a specific task</li>
<li>Does it increase the visitor&#8217;s engagement with your site or brand</li>
</ul>
<p>Poor uses of features often include those that seem cool or that you see somewhere else but they don&#8217;t really move your site visitors any closer to completing an action or they even drain resources unnecessarily.  A feature may fall into this category if it:</p>
<ul>
<li>Distracts visitors from completing a task</li>
<li>Has the primary purpose of entertaining (an exception might be youtube)</li>
<li>Adds marginal value or value not directly related to the purpose of the site or task</li>
<li>ANY feature that isn&#8217;t split tested to verify that it improves conversions</li>
</ul>
<h2>New feature triggers</h2>
<p>There are two triggers that usually start someone down the road of adding a new (potentially useless) feature to their website.  The first impetus is from the &#8216;web guy&#8217;.  I discussed that earlier.  Remember to always ask yourself what the specific task is for the feature and where it fits in with your priorities.  The second is much more dangerous.</p>
<p>Many new feature ideas arise because you see a feature on your competitors website and assume that they tested it and it&#8217;s making them more money.  I would say that in most cases it&#8217;s safer to assume that they haven&#8217;t tested it.  Before you go to the trouble and expense of adding a feature to your website that you see on a competitors website, do one or more of the following things.</p>
<ul>
<li>Ask your competitor how well that&#8217;s working for them.  Don&#8217;t laugh.  If you don&#8217;t have an open dialogue with your competition, maybe it&#8217;s time you did.</li>
<li>Send the link of your competitor&#8217;s site to some of your trusted clients and ask them if they would like a feature like that on your site.  You might be surprised when they say &#8220;no, but I would love XYZ&#8221;.  Take their lead.  After all, they pay you.</li>
<li>Run a split test and measure whether or not it actually increases the number of visitors that take a specific action before you roll it out permanently.</li>
</ul>
<h2>Keep your eye on the prize</h2>
<p>In short, stop trying to win the feature race.  You don&#8217;t have to keep up with crazy ideas that you see on competitor&#8217;s websites and you don&#8217;t have to make your site cool or entertaining.  The more you give your visitors what they want  and the less that you get in their way when they try to do it, the better.  Features for features sake will almost always cost you money, time and even reduce conversions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/stop-trying-to-win-the-feature-race/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Real Cost of Open Source Software</title>
		<link>http://www.danielwatrous.com/the-real-cost-of-open-source-software</link>
		<comments>http://www.danielwatrous.com/the-real-cost-of-open-source-software#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:43:02 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=252</guid>
		<description><![CDATA[You get what you pay for! While that&#8217;s true, there are some pretty great things that we seem to get for free, especially here in America.  For example, we have a magnificent freeway system that allows me to travel from one state to another, uninterrupted and at very high speeds.  What a marvel!  The best [...]]]></description>
			<content:encoded><![CDATA[<h2>You get what you pay for!</h2>
<p>While that&#8217;s true, there are some pretty great things that we seem to get for free, especially here in America.  For example, we have a magnificent freeway system that allows me to travel from one state to another, uninterrupted and at very high speeds.  What a marvel!  The best part is that I&#8217;ve never pulled a dollar out of my pocket to pay for those roads.</p>
<p>Now someone will be sure to come back and say: &#8220;Hey Buddy, didn&#8217;t you know that your taxes paid for those roads?&#8221;  Well, you&#8217;re right.  Tax money does pay for the roads, but the meager existence I survive on made a meager contribution to those wonderful roads.  Let me ask you something: have you heard of the 80/20 rule?  If not you can find plenty of books about it, like <a title="The 80/20 Principle" href="http://www.danielwatrous.com/80_20" target="_blank">this one</a>.  The substance is that a small portion of the population makes the biggest contribution while the rest of the population makes the remaining small contribution.</p>
<p>That&#8217;s how it is with taxes and roads.  A small percentage of the tax paying base contributes the large majority of the taxes while the rest of us pick up the peanuts and popcorn.  I could extend this analogy and discuss private roads and other niche modes of travel, but I think you get the point so far.  Right?</p>
<h2>Yeah, but what&#8217;s that got to do with open source software?</h2>
<p>I&#8217;m glad you were wondering, and (not surprisingly) I think they go together quite well.  You see, the best open source software typically wasn&#8217;t made by an altruistic genius living off his parents unending generosity.  Nope, there really isn&#8217;t some guy whose sole interest in life is to make the world a better place by providing his expertise for free.  Sorry if that bursts a few bubbles (both developers and consumers).  The fact is that those guys that write open source software in their basement might be coding geniuses, but that doesn&#8217;t mean they have deep understanding of the problems they&#8217;re trying to solve.</p>
<p>That last sentence is really important to understand.  Software is meant to solve problems, but it can only create worthwhile solutions to the extent that the developer understands the true problem.  The scope of its usefulness will be determined in part by how many other people have that same problem.</p>
<h2>The most useful open source software</h2>
<p>So you probably still don&#8217;t believe that I&#8217;m talking about open source software.  Let me get to the point.</p>
<p>The most useful open source software projects are the result of a collaboration.  Usually this collaboration occurs between two very different but complimentary skill sets.  The first of these in importance has to be someone that understands a problem very well.  Notice that you generally don&#8217;t start with a programmer!  That&#8217;s really important.  <strong>The crucial element in coming up with a good piece of software is a thorough understanding of the problem you&#8217;re trying to solve.</strong></p>
<p>After you have a good understanding of what you want to accomplish, then you need a good programmer.  But before I tell you about the programmer, you tell me how many really good doctors or lawyers (or any other professional for that matter) you know that work for FREE.  Go ahead, I&#8217;m waiting&#8230;.  What?  You can&#8217;t think of any?  In fact, if they&#8217;re really good, do they generally make more or less than their counterparts?  I can already see the comments coming in with this exception or that, but keep in mind what were after here is the rule, not the exception.</p>
<p>So, if you have a really good understanding of the problem, then you need a really good developer to be able to translate that into a worthwhile solution. Let&#8217;s go back to our analogy for a minute. Imagine having a really good understanding of the problem of interstate commerce.  You know that large trucks weighing many tons are going to be speeding from one place to another and that the food we eat, the clothes we wear, the medicine we need and on and on will all depend on the solution.  Just imagine what would happen if you chose a crappy company, a &#8220;basement programmer&#8221; of sorts to build those roads.</p>
<p>If you don&#8217;t have a high quality contribution from both the problem expert and the developer then you aren&#8217;t likely to end up with a quality solution to your problem.</p>
<h2>The 80/20 rule of open source software</h2>
<p>Remember the 80/20 rule?  It&#8217;s not that far off to say that 80% of open source software is either too narrowly focused to be useful to anyone or it&#8217;s garbage.  Another unsurprising outcome is that the best open source software usually resulted from a funded project, paid for by a company or consortium that had a very good understanding of a general problem.  Some of the best open source software started it&#8217;s life as a closed source product and had almost strictly commercial aspirations.  Somewhere along the line the project either lost funding or it was discovered that it didn&#8217;t have a commercial base that justified further development and so it was released to the public.</p>
<p>Another common occurrence is found in academia.  Many wonderful contributions to the current open source buffet were the product of research which was funded by grants from companies or agencies interested in a specific problem that the software would solve.  Again you see that the project is funded and involves collaboration between  a problem expert and an expert programmer.</p>
<p>A third model is what has come to be called professional (or commercial) open source.  In this model, companies offer a tiered set of service plans that accompany the open source software and accommodate different business needs.  The initial tier is open source and free to use.  Elevated tiers address risk, guaranteed service levels and advanced business functions.  Elevated levels come with a cost.</p>
<h2>Shouldn&#8217;t all software be FREE?</h2>
<p>There may be some purists out there that will suggest professional open source isn&#8217;t <em>true</em> open source.  There area  lot of people that think all software should be free and communal.  I&#8217;m not just talking about patents (that&#8217;s another can of worms).  I&#8217;m talking about the people who think that since there&#8217;s no reproduction cost for the download (no discs or manuals) that they shouldn&#8217;t have to pay for it, or at most they should have to pay only for bandwidth to download it.</p>
<p>News Flash.  If you&#8217;re a business owner and your livelihood depends on the solutions that software provides, then you might want to consider the &#8216;source&#8217; of your open source software.</p>
<p>When I said at the beginning that you get what you pay for, it&#8217;s very true.  I&#8217;ve found time and time again that often the real cost of open source software must be measured in a number of parameters.  Here&#8217;s what I think you really need to ask:</p>
<ul>
<li>How well does this software address my specific problem?</li>
<li>How mature is the software and what are the nature of it&#8217;s recent changes?</li>
<li>Is there commercial support available?</li>
<li>Is there an upgrade path (either commercial or open source)?</li>
<li>How many of my own hours am I going to spend trying to make it work?</li>
<li>How many hours will I spend evaluating the alternatives?</li>
<li>What was the motivation of the developer in producing the software for free?</li>
</ul>
<h2>What are my hours worth?</h2>
<p>I&#8217;ve contributed to open source software on many occasions.  I&#8217;ve even released some of my own software developments to the open source community.  It might sound strange that as I get more serious about my business, I tend to look for paid, commercial solutions to meet my needs.  Even though I&#8217;m a programmer and could conceivably make any changes/fixes that I wanted, I find that the value of an hour of my time and the number of hours required to make the contribution back to the &#8220;community&#8221; is often more than if I just paid someone else to use their service.</p>
<p>I&#8217;ll be following up with a series on specific problems that open source software solves and how the open source offerings stack up against the commercial offerings.  Take a minute right now and leave a comment telling me what problems you&#8217;re trying to solve right now so I can build a list of possible solutions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/the-real-cost-of-open-source-software/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
