<?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>Mike Van Winkle</title>
	<atom:link href="http://www.mikevanwinkle.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikevanwinkle.com</link>
	<description>New Media Consultant and Wordpress Freak</description>
	<lastBuildDate>Tue, 16 Feb 2010 14:39:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress as CMS, Pods or Custom Fields</title>
		<link>http://www.mikevanwinkle.com/wordpress/wordpress-as-cms-pods-or-custom-fields/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/wordpress-as-cms-pods-or-custom-fields/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 14:37:29 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=388</guid>
		<description><![CDATA[If you&#8217;re looking to use Wordpress as your content management system there are really only two startegies right now for doing so. First there are custom fields. Custom fields are Wordpress&#8217; native method of handling data beyond the typical post category, tags, author, etc.

There are several plugins that make working with custom fields a little [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re looking to use Wordpress as your content management system there are really only two startegies right now for doing so. First there are custom fields. Custom fields are Wordpress&#8217; native method of handling data beyond the typical post category, tags, author, etc.</p>
<p><a href="http://wordheavy.com/wp-content/uploads/2010/02/Screen-shot-2010-02-14-at-12.21.29-PM.png"><img class="alignright" title="Custom Write Panels" src="http://wordheavy.com/wp-content/uploads/2010/02/Screen-shot-2010-02-14-at-12.21.29-PM-300x91.png" alt="" width="182" height="55" /></a></p>
<p>There are several plugins that make working with custom fields a little easier. <a href="http://wordpress.org/extend/plugins/custom-field-template/">Custom Fields Template</a>, <a title="Flutter Plugin" href="http://flutter.freshout.us/"> Flutter</a> , and <a title="More Fields Plugin" href="http://wordpress.org/extend/plugins/more-fields/">More Fields</a> are the popular examples. These plugins provide the ability to set up custom &#8220;write panels&#8221; with new fields added for inputting custom fields.</p>
<p>In the latest versions of Wordpress there is support for &#8220;post types&#8221; which should make it even easier to customize the post entry screen depending on the type of content you are inputting.</p>
<p>The alternative to this approach is <a title="Pods CMS" href="http://pods.uproot.us/">Pods CMS</a>. Pods is a Wordpress equivalent to the <a title="Content Construction Kit" href="http://drupal.org/project/cck">Content Construction Kit</a> available to Drupal developers. Pods does not use custom fields, rather it creates new tables and completely new data types.</p>
<p>There are advantages and disadvantages to both approaches to <strong>Wordpress as a CMS</strong>. And if you are serious about building a Wordpress site you need to understand those advantages.</p>
<h3>Custom Fields</h3>
<p><strong>Pros:</strong></p>
<ul>
<li><strong>Native to Wordpress.</strong> Does not require plugin installation to function and all posts are immediately connected to other Wordpress plugins and functions</li>
<li>All fields are <strong>text formatted</strong>, which means once you know how to output one custom field, you can output them all.</li>
<li>Most <strong>plugins</strong> are already compatible with Custom Fields.</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li><strong>Queries </strong>with custom fields can be complex and convoluted. Sometimes you will need a &#8220;Custom Select Query&#8221; in order to accomplish your task.</li>
<li>All fields are in <strong>LONGTEXT format</strong>, which means the database will be larger than it needs to be and this could put limits on the scalability of your site. (<a title="Pods and Custom Fields" href="http://pods.uproot.us/forums/general-discussion/wordpress-2-9-custom-post-types">More on Custom Fields Scalability</a>).</li>
<li>End User support is still limited. The Wordpress Dashboard, even with the mentioned plugins, is not fully customizable.</li>
</ul>
<h2>Pods CMS</h2>
<p><strong>Pros</strong></p>
<ul>
<li><strong>Fully customizable backend. </strong>You can specify exactly what fields the end user sees for any given content type.</li>
<li><strong>Public form support</strong> makes setting up forms for adding content on the front end relatively easy. Though the form options are limited and can be buggy.</li>
<li>Field <strong>formats are customizable</strong>, which means your database is only going to be as big as it needs to be. This also means your site will be more scalable.</li>
<li> <strong>Fields are relate-able</strong>. This is the biggest benefit to Pods. In future posts we will see exactly what this means.</li>
</ul>
<p><strong>Cons:</strong></p>
<ul>
<li><strong>Not supported</strong> by Wordpress development team. This is truly a plugin and Wordpress is hesitant to support it and would rather CMS developers use Custom Fields and Custom Taxonomies. This means if the plugin developers get tired of working on it, then your site could be toast. The good news is the Pods user base is growing rapidly and the bigger it gets, the less we will have to worry about this.</li>
<li>Pods content is<strong> not added to Wordpress posts table</strong> by default which means it is not available to native Wordpress functions, like comments and Akismet, and is inaccessible to many plugins, like WP-PostViews (Note: there is a patch that will allow integration, but not seamless integration).</li>
<li>Because of the complicated relational database, <strong>SQL queries are more difficult</strong> than with custom fields. Though you can do more with Pods not using SQL than you can with custom fields using SQL.</li>
</ul>
<p>Choosing between Pods and Custom Field based development is a big decision and there isn&#8217;t a universal answer. Much will depend on the site you are building and what your goals are. But here are some questions you should ask yourself before making the decision:</p>
<ul>
<li>Are your custom content types generally &#8220;post-like&#8221;? If so, consider sticking with Custom Fields.</li>
<li>Do you need to fully customize your Dashboard interface for the end-user? If so, Pods may be your best bet.</li>
<li>Do you need to rely on other available Wordpress plugins/functions? If so you&#8217;ll either need to patch your Pods install, or you should stick with Custom Fields.</li>
<li>Do you need complex and relatable content types? An example would be an online journal where you need Volume, Issue, and article, each with particular information but also related to each other.</li>
<li>Are you building a very large site with tens of thousands of entries? You may need to be concerned about scalability. Look at pods.</li>
</ul>
<p>In most cases you will find your answers will be mixed. Your content is &#8220;post-like&#8221; but needs to be relatable. Or you are building a large site, but you need to integrate with other plugins. In most of my sites, I use a combination, deploying custom fields for basic post-like content, but Pods for more specialized content types like event listings.</p>
<p>As Wordpress develops as a CMS I expect these two solutions will come together. Wordpress cannot truly be considered a CMS with an easier way to (a) relate content and (b) customize content entry pages. Pods enables both.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/wordpress-as-cms-pods-or-custom-fields/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Endorsement: Carrington CMS Framework</title>
		<link>http://www.mikevanwinkle.com/wordpress/themes/endorsement-carrington-cms-framework/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/themes/endorsement-carrington-cms-framework/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:10:25 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Themes]]></category>
		<category><![CDATA[Carrington Framework]]></category>
		<category><![CDATA[Endorsements]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress CMS]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=381</guid>
		<description><![CDATA[When I first encountered the Carrington Theme CMS Framework for Wordpress I was underwhelmed. First, I didn&#8217;t get it. Why would I want to learn a new set of concepts and functions to help me customize Wordpress? It is the same reason I&#8217;ve always resisted learning third-party design programs like Dreamweaver. Wouldn&#8217;t my time be [...]]]></description>
			<content:encoded><![CDATA[<p>When I first encountered the <a title="Carrinton CMS Framework" href="http://carringtontheme.com/">Carrington Theme CMS Framework for Wordpress</a> I was underwhelmed. First, I didn&#8217;t get it. Why would I want to learn a new set of concepts and functions to help me customize Wordpress? It is the same reason I&#8217;ve always resisted learning third-party design programs like Dreamweaver. Wouldn&#8217;t my time be better spent learning the programming language itself?</p>
<p>Moreover, I was confused because Carrington Theme didn&#8217;t seem to make it any easier to turn Wordpress into a CMS! It made it harder because there was yet another layer of abstraction to worry about.</p>
<p>But my negative assessment was born of ignorance more than experience. It wasn&#8217;t until I was knee-deep into my first CMS project managing more than 10,000 pages of content with at least 10 different &#8220;content types&#8221; that I began to remember the Carrington Framework &#8230; and then click! it all made sense.</p>
<p>Carrington is a framework built to help developers manage sites with hundreds of customizations. I built my CMS site without Carrington and my sidebar.php file looks like Frankenstein on acid: include, conditional, biconditional, include, exclude, uhg. Sometimes when I need to fix a particular customization it takes me ten minutes to figure out which include file it&#8217;s in.</p>
<p>The whole point of Carrington is to make 90% of that conditional code unnecessary because so much of it is predictable. If you&#8217;re building a CMS, you can pretty much guarantee that you want change the sidebar depending on the context of the page, right? Carrington just makes it simpler to do so.</p>
<p>Perhaps the confusion over Carrington is that it markets itself as a &#8220;CMS Framework&#8221;. But in fact, it&#8217;s a THEME framework for CMS builders. If you are using Carrington, you will still need to know how to use Wordpress custom fields and write panels etc. But the theming will be 100 times easier.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/themes/endorsement-carrington-cms-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Plug: ReadyMadeWeb.com</title>
		<link>http://www.mikevanwinkle.com/geek-think/site-plug-readymadeweb-com/</link>
		<comments>http://www.mikevanwinkle.com/geek-think/site-plug-readymadeweb-com/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 14:53:28 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Geek Think]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[recommendations]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=379</guid>
		<description><![CDATA[For those of you on a budget (me me me me), www.readymadeweb.com is a great resource for web tips about easy-to-use, out-of-the-box, ready-made web-ware. Is there a record for the number of hyphens used in a single clause? For instance, here&#8217;s a great post explaining why you might want to use a mass follow program [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you on a budget (me me me me), <a title="ReadyMadeWeb.com" href="http://readymadeweb.com/">www.readymadeweb.com</a> is a <a title="Great Resource for Web Tips" href="http://readymadeweb.com/">great resource for web tips</a> about easy-to-use, out-of-the-box, ready-made web-ware. Is there a record for the number of hyphens used in a single clause? For instance, here&#8217;s a great post explaining why you might want to use a <a title="Mass Follow Progams" href="http://readymadeweb.com/2010/02/04/using-mass-follow-tools-to-increase-your-twitter-followers/">mass follow program</a> to grow your twitter audience.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/geek-think/site-plug-readymadeweb-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meta Tag Titles and Descriptions for Your Wordpress site.</title>
		<link>http://www.mikevanwinkle.com/wordpress/meta-tag-titles-and-descriptions-for-your-wordpress-site/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/meta-tag-titles-and-descriptions-for-your-wordpress-site/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 13:46:27 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress How To]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=364</guid>
		<description><![CDATA[There are many good plugins out there the help you easily add meta tags to your site. All-in-one-SEO is probably the most popular of all the options. But there several reason why you may want to manually add this code to your template.
For one, you may be a template designer and want your templates to come pre-installed [...]]]></description>
			<content:encoded><![CDATA[<p>There are many good plugins out there the help you easily add meta tags to your site. All-in-one-SEO is probably the most popular of all the options. But there several reason why you may want to manually add this code to your template.</p>
<p>For one, you may be a template designer and want your templates to come pre-installed with this SEO friend feature.</p>
<p>Second, you may be having issues with Facebook link sharing not working. Wordpress plugins use the wp_head() hook to access your template. But you have no control over the order. If you are using more than a dozen plugins your meta tags can get buried under tons of other code. This can prevent some bots from finding them. Indeed on several of my site Facebook&#8217;s bot was not finding them.</p>
<p>Third, it is just always good to do things without plugins if possible. Call it Occum&#8217;s Razor of web site building, the less code you use, the better.</p>
<p>Luck for us, it is extremely simple to add code for meta tags and descriptions without knowing much about wordpress or PHP.</p>
<p>Open the header.php file in your theme and paste in the following code:</p>
<pre>
<div id="_mcePaste">&lt;?php if(is_singular()) { ?&gt;</div>
<div id="_mcePaste">&lt;?php</div>
<div id="_mcePaste">global $post;</div>
<div id="_mcePaste">?&gt;</div>
<div id="_mcePaste">&lt;?php $recent = new WP_query('p='.$post-&gt;ID);</div>
<div id="_mcePaste">while($recent-&gt;have_posts()) : $recent-&gt;the_post(); ?&gt;</div>
<div id="_mcePaste">&lt;meta name="title" content="&lt;?php the_title(); ?&gt;"&gt;</div>
<div id="_mcePaste">&lt;meta name="description" content="&lt;?php the_content_rss('', TRUE, '', 50); ?&gt;"&gt;</div>
<div id="_mcePaste">&lt;?php endwhile; ?&gt;</div>
<div id="_mcePaste">&lt;?php } else { ?&gt;</div>
<div id="_mcePaste">&lt;meta name="title" content="&lt;?php bloginfo('title'); ?&gt;"&gt;</div>
<div id="_mcePaste">&lt;meta name="description" content="&lt;?php bloginfo('description'); ?&gt;"&gt;</div>
<div id="_mcePaste">&lt;?php } ?&gt;</div>
</pre>
<p>So what&#8217;s going on here? First, we&#8217;re checking to see if the post is a single post using the Wordpress Conditional tag &lt;?php if(is_singular()); ?&gt;<em> </em>because we&#8217;ll to pull the title and the description of the individual post for our meta tags. But to do this, we need to get some information about the post, which is why we use the call <code><em>global $post</em></code>. This will give us information about the current post. Particularly it allows us access to <code>$post-&gt;ID</code> to query information about the post using <code>WP_query</code>.</p>
<p>The query we us looks like this:</p>
<pre><code>$recent = new WP_query('p='.$post-&gt;ID); </code></pre>
<p>Once we have the query we put it into the standard wordpress loop:</p>
<pre><code>while($recent-&gt;have_posts()) : $recent-&gt;the_post();</code></pre>
<p>Then we use the standard Wordpress tag &lt;?php the_title(); ?&gt; to pull in the META TITLE and &lt;? the_content_rss() ?&gt; to get the description. Notice, we are not using &lt;?php the_excerpt(); ?&gt;. This is because this Wordpress tag prints the excerpt with a &#8220;read more&#8221; link in it. This will seriously screw up your theme. Using <a title="The Content RSS" href="http://codex.wordpress.org/Function_Reference/the_content_rss">&lt;?php the_content_rss(); ?&gt;</a> allows us to specify how many words of the content to pull in. But the second parameter has to be set to TRUE to avoid pulling in a &#8220;read more&#8221; link.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/meta-tag-titles-and-descriptions-for-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Usability Tips</title>
		<link>http://www.mikevanwinkle.com/design/best-practices/usability-tips/</link>
		<comments>http://www.mikevanwinkle.com/design/best-practices/usability-tips/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 16:00:41 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Users]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=357</guid>
		<description><![CDATA[Smashing Magazine has a great list of usability tips for web designers. Usability is one of those things that is often overlooked by small business and non-profits because they don&#8217;t have the resources they perceive necessary to engage in usability testing. But really, there is loads of information out there about usability that small organizations [...]]]></description>
			<content:encoded><![CDATA[<p>Smashing Magazine has a great list of <a title="Usability Tips" href="http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/">usability tips</a> for web designers. Usability is one of those things that is often overlooked by small business and non-profits because they don&#8217;t have the resources they perceive necessary to engage in usability testing. But really, there is loads of information out there about usability that small organizations can use to make their sites as competitive as possible.</p>
<h2>The highlights:</h2>
<p><strong>Tip #2: Users focus on faces</strong></p>
<p>This doesn&#8217;t mean you should redesign your website into a big face, but when you are using pictures that include faces think about things like where their eyes are focused.</p>
<p><strong>Tip #4: Most users don&#8217;t scroll</strong></p>
<p>Which begs the question, is it better to more pages that are shorter and require less scrolling? Probably.</p>
<p><strong>Tip #5: Blue is still the bet color for links.</strong></p>
<p>I&#8217;m a habitual transgressor of this rule.</p>
<p><strong>Tip #7: White space improves comprehension</strong></p>
<p>If you were tempted after reading tip #4 to cram everything in your site into the top third of the page, well think again. Crowding a page can crowd out the user.</p>
<p><a title="Usability Tips" href="http://www.smashingmagazine.com/2009/09/24/10-useful-usability-findings-and-guidelines/">Read the full article.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/design/best-practices/usability-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress 2.9, Can&#8217;t Wait</title>
		<link>http://www.mikevanwinkle.com/wordpress/wordpress-2-9-cant-wait/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/wordpress-2-9-cant-wait/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 22:00:50 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress 2.9]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=355</guid>
		<description><![CDATA[It looks like there will be some features in Wordpress 2.9 that will make my job even easier and bring Wordpress even closer to a full content management system. I&#8217;m especially looking forward to comment metadata.
]]></description>
			<content:encoded><![CDATA[<p>It looks like there will be some features in <a title="Wordpress 2.9 Features" href="http://dougal.gunters.org/blog/2009/10/16/wordpress-2-9-features">Wordpress 2.9</a> that will make my job even easier and bring Wordpress even closer to a full content management system. I&#8217;m especially looking forward to comment metadata.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/wordpress-2-9-cant-wait/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Is the Wordpress Theme Directory a Barrier to Acceptance as a CMS?</title>
		<link>http://www.mikevanwinkle.com/wordpress/is-the-wordpress-theme-directory-a-barrier-to-acceptance-as-a-cms/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/is-the-wordpress-theme-directory-a-barrier-to-acceptance-as-a-cms/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:32:45 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress CMS]]></category>
		<category><![CDATA[Wordpress theme directory]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=347</guid>
		<description><![CDATA[I&#8217;ve grown a little frustrated with the Wordpress Theme Directory. On the one hand I very much appreciate what they are trying to do, setting standards of excellence for theme development. Add to this the ez search-and-click install available since 2.8 and you have the most user friendly blogging system available.
Here&#8217;s the problem, I have [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve grown a little frustrated with the <a title="Wordpress Theme Directory" href="http://wordpress.org/extend/themes/">Wordpress Theme Directory</a>. On the one hand I very much appreciate what they are trying to do, setting standards of excellence for theme development. Add to this the ez search-and-click install available since 2.8 and you have the most user friendly blogging system available.</p>
<p>Here&#8217;s the problem, I have a theme that is built to make <a title="Wordpress Theme for Actors" href="http://www.mikevanwinkle.com/themes/onstage-theme-for-actors/">Wordpress a CMS</a>, so it requires a few steps to set up. But I just got an email back from the Wordpress clue in which it was clear that the theme tester, effectively the gate keeper, didn&#8217;t even bother going through the steps.</p>
<p>My <a title="Wordpress Theme for Actors" href="http://www.mikevanwinkle.com/themes/onstage-theme-for-actors/">Onstage Theme for Actors</a> uses &#8216;/home.php&#8217; to display a headshot, and only a couple of excerpts from the blog. Users have to create a page for the blog template that is included. But the theme tester didn&#8217;t even bother to set it up. Instead he complained that the posts weren&#8217;t paged and there was no sidebar, both of which are part of the blog template.</p>
<p>So how is Wordpress to become recognized as a full content  management solution when the Wordpress theme directory seems to expect a cookie cutter installation process?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/is-the-wordpress-theme-directory-a-barrier-to-acceptance-as-a-cms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO Basics</title>
		<link>http://www.mikevanwinkle.com/marketing/seo/seo-basics/</link>
		<comments>http://www.mikevanwinkle.com/marketing/seo/seo-basics/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 17:43:23 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[meta tags]]></category>
		<category><![CDATA[search engine optimization]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[SEO Basics]]></category>
		<category><![CDATA[title tags]]></category>
		<category><![CDATA[web marketing]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=326</guid>
		<description><![CDATA[This post reviews some of the basics of SEO for small organizations and non-profits. I review meta tags, title tags, and no follow links. ]]></description>
			<content:encoded><![CDATA[<h3>Good Content</h3>
<p>In many ways, the technical aspects of SEO are becoming automated. If you use an open-source content management system, or a custom system built within the last two years, chances are you are already well optimize &#8230; at least technically.</p>
<p>The real competitive advantage lies in developing good content that people want to read, that has &#8220;viral&#8221; potential, and yet still advances your overall mission.</p>
<h3>Clean URLS</h3>
<p><span style="font-weight: normal;">In general the url of your page should reinforce the keywords you are trying to target. The link to this post is &#8220;<span style="color: #888888;">http://www.mikevanwinkle.com/marketing/seo/</span></span><span style="font-weight: normal;"><strong><span style="color: #888888;">seo-basics</span></strong></span><span style="font-weight: normal;">/&#8221;. Notice the term &#8220;SEO Basics&#8221; is included and that my url reflects a ration (human centered) organization.  An example of a bad or &#8220;dirty&#8221; url would be &#8220;<span style="color: #888888;">http://www.mikevanwinkle.com/?p=23&amp;permission=1&amp;rel=12312092</span>&#8220;. If your links aren&#8217;t clean, talk to your website provider. It should be relatively easy for them to give you the necessary capabilities.</span></p>
<h3>Title Tags</h3>
<p>Title tags tell google what to put in the browser window title when the page is open. For instance, the title of this page is &#8220;SEO Basics | Mike Van Winkle&#8221;. That title is controlled by the following tags, which you can view in the source code.</p>
<p><span style="color: #888888;">&lt;title&gt;SEO Basics  | Mike Van Winkle&lt;/title&gt;</span></p>
<p><span style="color: #888888;"><span style="color: #000000;">Note that the keywords are first in the title, the name of the site is second.</span></span></p>
<h3><span style="white-space: pre-wrap;">Meta Tags</span></h3>
<p>The most important meta tags are the &#8220;Keyword&#8221; and &#8220;Description&#8221; tags. Here are the tags for this page.</p>
<p><span style="color: #888888;">&lt;meta name=&#8221;description&#8221; content=&#8221;This post reviews some of the basics of SEO for small organizations and non-profits. I review meta tags, title tags, and no follow links.&#8221; /&gt;</span></p>
<p><span style="color: #888888;">&lt;meta name=&#8221;keywords&#8221; content=&#8221;meta tags,search engine optimization,search engines,seo,seo basics,title tags,web marketing&#8221; /&gt;</span></p>
<p><span style="color: #888888;"><span style="color: #000000;">How do you change the meta tags for your page? Unfortunately this is something that must be provided by your Content Management System. Many open-source systems like <a title="Find out more about Wordpress" href="http://www.wordpress.org">Wordpress</a> and <a title="Find out more about drupal" href="http://www.drupal.org">Drupal</a> have capabilities for this built in. Custom content management systems, which I strongly discourage, often require custom programming to enable this capability.</span></span></p>
<h3>Heading Tags</h3>
<p>Heading Tags set of headings and subheadings in your content. In general you should try to use these tags to reinforce your keywords, but without annoying the heck out of your readers.</p>
<h1>&lt;h1&gt;SEO Basics&lt;/h1&gt;</h1>
<h2>&lt;h2&gt;SEO Basics&lt;/h2&gt;</h2>
<h3>&lt;h3&gt;SEO Basics&lt;/h3&gt;</h3>
<p>Keep in mind that your heading tags will also change the formatting.</p>
<h3>Anchor Text/Link Attributes</h3>
<p>We also discussed anchor text and link attributes, like titles and nofollows.</p>
<p><span style="color: #888888;">&lt;a href=&#8221;http://www.yourdomain.com&#8221; title=&#8221;LINK TITLE&#8221; rel=&#8221;nofollow&#8221;&gt;ANCHOR TEXT&lt;/a&gt;</span></p>
<p>The link title is a great opportunity to reinforce your keywords. The title for this link might be &#8220;More SEO Basics&#8221; or something similar. The same goes for the Anchor Text. Most content management systems have this capability built in. You can tell whether a link is title by simply putting your mouse over the link. Titled links will show the title in a hover box. Mouseover this link to see what I mean: <a title="SEO Basics" href="http://www.mikevanwinkle.com/marketing/seo/seo-basics/">SEO Basics</a>.</p>
<p>You want to pay attention to the anchor text you are using to link to other pages within your site, as well as the anchor text other sites are using to link to you.</p>
<h3>Image Alt Attribute</h3>
<p>Similar to link titling, the Image &#8220;alt&#8221; attribute gives you an opportunity to reinforce a specific keyword or set of keywords. For instance, if you put your mouse over the image below you&#8217;ll see that a hoverbox with the terms &#8220;Seo Basics&#8221; pops up. This is because I have set the alt attribute in the image code. I can also set the image title to reflect the same keywords. Again, most content management systems these days give you the option to set these attributes as part of the normal course of posting an image. If yours doesn&#8217;t, call your provider and demand that it does.</p>
<p style="text-align: center;"><a href="http://www.mikevanwinkle.com/wp-content/uploads/2009/10/google.page.rank.explained.jpg"><img class="aligncenter size-medium wp-image-336" title="seo basics" src="http://www.mikevanwinkle.com/wp-content/uploads/2009/10/google.page.rank.explained-300x281.jpg" alt="seo basics" width="300" height="281" /></a></p>
<p style="text-align: center;"><span style="color: #808080;">&lt;img title=&#8221;<strong>seo basics</strong>&#8221; src=&#8221;http://www.mikevanwinkle.com/wp-content/uploads/2009/10/google.page.rank.explained-300&#215;281.jpg&#8221; alt=&#8221;<strong>seo basics</strong>&#8221; width=&#8221;300&#8243; height=&#8221;281&#8243; /&gt;</span></p>
<h3><span style="color: #808080;"><span style="color: #000000;">SEO Basics Resources</span></span></h3>
<p><span style="color: #808080;"><span style="color: #000000;"><a title="Google trends" href="http://trends.google.com">Google Trends</a>: http://trends.google.com (hot keywords)</span></span></p>
<p><span style="color: #808080;"><span style="color: #000000;"><a title="SEOMoz" href="http://www.seomoz.org">SEOMoz.org</a>: http://www.seomoz.org (overall SEO resource)</span></span></p>
<p><span style="color: #808080;"><span style="color: #000000;"><a title="Yahoo Site Explorer" href="http://">Yahoo Site Explorer</a>: https://siteexplorer.search.yahoo.com/ (Who&#8217;s linking to your site)</span></span></p>
<p><span style="color: #808080;"><span style="color: #000000;"><a title="SpyFu" href="http://www.spyfu.com/">SpyFu</a>: http://www.spyfu.com/ (research your competition)</span></span></p>
<p><span style="color: #808080;"><span style="font-weight: normal;"><span style="color: #000000;"><br />
</span></span></span></p>
<p style="text-align: center;"><span style="color: #808080;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/marketing/seo/seo-basics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flutter vs. Pods: A Conversation</title>
		<link>http://www.mikevanwinkle.com/wordpress/flutter-vs-pods-a-conversation/</link>
		<comments>http://www.mikevanwinkle.com/wordpress/flutter-vs-pods-a-conversation/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 21:12:25 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=309</guid>
		<description><![CDATA[A friend of mind attended Wordcamp B-Ham and taped (that&#8217;s old school lingo for podcasted) a panel discussion about Pods and Flutter as two competing options for making Wordpress a CMS.
Admittedly, I&#8217;m biased. You can read my review of Wordpress Pods CMS here. But here&#8217;s my two cents anyway:

If all you&#8217;re looking for is a [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mind attended Wordcamp B-Ham and taped (that&#8217;s old school lingo for podcasted) a <a title="Panel on Flutter and Pods" href="http://ozarksunbound.com/extra/?p=25">panel discussion about Pods and Flutter</a> as two competing options for making Wordpress a CMS.</p>
<p>Admittedly, I&#8217;m biased. You can read my review of Wordpress Pods CMS here. But here&#8217;s my two cents anyway:</p>
<ol>
<li>If all you&#8217;re looking for is a way to add a new content type, and it&#8217;s ok that that content type is mostly based on the &#8220;post&#8221; format, then flutter will probably get you there. Flutter basically customizes the user interface for entering custom fields. Theoretically you could even get rid of all the default fields and use all custom fields instead.</li>
<li>But if you need to create all new content types and need to have complete control over the end-user experience then pods is a much better choice. Pods is especially powerful when creating directories where you need to cross reference fields. For instance, you want to create a list of events where the end user can click on the speaker&#8217;s name and see all other events with that speaker. Trying to do this with flutter would be a nightmare. But with pods, you create a pod table for events and one for speakers, set up a template, and your done. Well, it&#8217;s not quite that easy &#8230; but it&#8217;s close.</li>
</ol>
<p>The advantage of pods is that it&#8217;s robust and dynamic. Flutter is essentially just an advanced hacked. Pods is a true extension. But the disadvantage of pods is that, at least for now, it is still a tool for developers who know their html and at least a little bit of PHP. A novice user is going to find Pods maddening!</p>
<p>More info on <a title="Pods CMS" href="http://pods.uproot.us">Pods</a> and <a title="Flutter CMS" href="http://flutter.freshout.us/">Flutter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/wordpress/flutter-vs-pods-a-conversation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SEO Link Building: Quality First</title>
		<link>http://www.mikevanwinkle.com/marketing/seo/seo-link-building-quality-first/</link>
		<comments>http://www.mikevanwinkle.com/marketing/seo/seo-link-building-quality-first/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 15:07:09 +0000</pubDate>
		<dc:creator>Mike Van Winkle</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[SEOmoz.org]]></category>
		<category><![CDATA[videos]]></category>

		<guid isPermaLink="false">http://www.mikevanwinkle.com/?p=305</guid>
		<description><![CDATA[There&#8217;s always been a bit of tension between quantity and quality in link building campaigns. Do I build a widget that can get me thousand of links with minimal effort? Or do I focus on getting big links for a few dozen sources? Here&#8217;s a video from SEOMOZ.org on the growing importance of link quality.

SEOmoz [...]]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s always been a bit of tension between quantity and quality in link building campaigns. Do I build a widget that can get me thousand of links with minimal effort? Or do I focus on getting big links for a few dozen sources? Here&#8217;s a video from <a title="SEO Moz" href="http://www.seomoz.org">SEOMOZ.org</a> on the growing importance of link quality.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="293" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=6858200&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="293" src="http://vimeo.com/moogaloop.swf?clip_id=6858200&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/6858200">SEOmoz Whiteboard Friday &#8211; Link Quality vs. Quantity</a> from <a href="http://vimeo.com/user409469">Scott Willoughby</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mikevanwinkle.com/marketing/seo/seo-link-building-quality-first/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
