<?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; WordPress</title>
	<atom:link href="http://www.danielwatrous.com/tag/wordpress/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>Thu, 02 Feb 2012 18:22:40 +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 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>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>1</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>How to use WordPress 2.9 [simple]</title>
		<link>http://www.danielwatrous.com/how-to-use-wordpress-2-9-simple</link>
		<comments>http://www.danielwatrous.com/how-to-use-wordpress-2-9-simple#comments</comments>
		<pubDate>Tue, 23 Feb 2010 16:21:22 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ask for help]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[post vs. page]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.danielwatrous.com/?p=147</guid>
		<description><![CDATA[I&#8217;ve had a few clients ask me for a very simple tutorial about creating a new post in WordPress 2.9. After telling them to just head over to YouTube and follow the videos there, I finally went myself and looked for a few tutorials to send along as links. I searched for &#8220;wordpress 2.9 video [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a few clients ask me for a very simple tutorial about creating a new post in WordPress 2.9.  After telling them to just head over to YouTube and follow the videos there, I finally went myself and looked for a few tutorials to send along as links.</p>
<p>I searched for &#8220;wordpress 2.9 video tutorials&#8221; and to my great surprise I couldn&#8217;t find a good video tutorial.  I found videos talking about new features in WordPress 2.9, and I found some that talked about plugins for WordPress 2.9, but none that just showed someone how to post to their blog.</p>
<p>SEO can be a funny thing, because I highly doubt that there aren&#8217;t any good video tutorials out there.  For whatever reason I just couldn&#8217;t find them.  So I went ahead and made a short video showing the basics of posting to a WordPress 2.9 blog.  Since I love <a href="http://www.danielwatrous.com/memberwing">MemberWing</a> I went to the trouble of showing how to include paid vs. premium content in a blog post.  Have a look below (it&#8217;s HD, so you can make it full screen and easily see all the details).</p>
<p><object width="580" height="360"><param name="movie" value="http://www.youtube.com/v/zrM3GmsBfwk&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1&#038;hd=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/zrM3GmsBfwk&#038;hl=en_US&#038;fs=1&#038;color1=0x3a3a3a&#038;color2=0x999999&#038;border=1&#038;hd=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="580" height="360"></embed></object></p>
<p>By the way, in WordPress 2.9, all I had to do to embed that video was paste the YouTube link (that&#8217;s amazing).  In all my years developing software I haven&#8217;t many tools that meet the need like WordPress does.   Hopefully this short tutorial video will get you on your way.</p>
<p>If you know of other tutorials or have questions, post them as comments below.  I read read every comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.danielwatrous.com/how-to-use-wordpress-2-9-simple/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

