<?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> &#187; Video</title>
	<atom:link href="http://www.brianchappell.com/category/video/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brianchappell.com</link>
	<description>Search and Social Media Optimization - Link Development - Website Monetization</description>
	<lastBuildDate>Wed, 11 Jan 2012 03:28:10 +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>Drupal SEO in under 5 minutes</title>
		<link>http://www.brianchappell.com/drupal-seo-tutorial/</link>
		<comments>http://www.brianchappell.com/drupal-seo-tutorial/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 03:58:08 +0000</pubDate>
		<dc:creator>Brian Chappell</dc:creator>
				<category><![CDATA[Content Mgmt]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[drupal guide]]></category>
		<category><![CDATA[drupal seo]]></category>
		<category><![CDATA[drupal tutorial]]></category>
		<category><![CDATA[how to set up drupal]]></category>

		<guid isPermaLink="false">http://www.brianchappell.com/drupal-seo-tutorial/</guid>
		<description><![CDATA[Drupal in my opinion is the most search engine friendly, out of the box, solution in existence today. However, with that said, there are still some things that need to be done to any installation to ensure search engine success, and save you from issues down the road. Note: Keep in mind many of the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.brianchappell.com/images/stopwatch.png" alt="stopwatch" align="right" height="131" width="126" />Drupal in my opinion is the <span style="font-weight: bold">most search engine friendly, out of the box, solution in existence today</span>. However, with that said, there are still some things that need to be done to any installation to ensure search engine success, and save you from issues down the road. <span style="font-style: italic"></span></p>
<p><font color="#ff0000">Note: <font color="#000000">Keep in mind many of the tactics listed below are things that should be done from the get go. If you plan on implementing these tactics with a site that is already fully built, indexed and aged, then you are going to want to take different steps to ensure SERP disaster doesn&#8217;t ensue.</font><br />
</font></p>
<p><script src="http://flash.revver.com/player/1.0/player.js?mediaId:677777;width:480;height:392" type="text/javascript"></script></p>
<ul>
<li>First thing is first, <span style="font-weight: bold">turn on clean URLs</span> (which is the same thing as entering /%postname%/ in the permalink structure section in WordPress) Navigate to Home &gt; Administration &gt; Site Configuration &gt; Clean URL&#8217;s. You need to <strong>make sure your server accepts mod_rewrite or this is not going to work.</strong></li>
</ul>
<ul>
<li>Go download the <a href="http://drupal.org/project/page_title" title="Drupal page title module" id="l.c0">Drupal page title module</a>. It is going to take some tinkering to get this to work, but in the end gives you the flexibility of having different page titles than your headings.</li>
<p>To make this work you need to make sure your theme has a template.php If it doesn&#8217;t then you will need to create one (the page title module has an example one you can use). These lines need to be added to the &#8216;page&#8217; hook of the  <strong>_phptemplate_variables</strong> function.</p>
<p><em>if (module_exists(&#8216;page_title&#8217;)) {<br />
$vars['head_title'] = page_title_page_get_title();<br />
}</em></ul>
<ul>
<li>Next, go download the <a href="http://drupal.org/project/globalredirect" title="global redirect module" id="i6yy">global redirect module</a>. This will take care of the <span style="font-weight: bold">duplicate content issues that arise from having a directory and a page</span> with the same exact content. Eg., www.example.com/duplicate &amp; www.example.com/duplicate/  This module will automatically redirect the &#8220;/&#8221; version of the page to the non &#8220;/&#8221; version, thus creating one version. You can also do this on your own by modifying your .htaccess file, but this is an easier solution.</li>
</ul>
<ul>
<li>You will also want to <span style="font-weight: bold">alleviate any canonicalization issues</span> that your site might see from backlinks that point to non www versions or www versions. Use the following code in your .htaccess file to ensure this is taken care of.</li>
<p><em>RewriteCond %{HTTP_HOST} ^site\.com$ [NC]<br />
RewriteRule ^(.*)$ http://www.site.com/$1 [R=301,L]</em></ul>
<ul>
<li>Drupal also creates duplicate content, similar to the directory issue noted above, in the <span style="font-weight: bold">/node/ section of your site</span>. This is a very simple fix as well. Go into your robots.txt folder and block this section of your site with the following code:</li>
<p><em>Disallow: </em>/node$</ul>
<ul>
<li>Make sure you also download the <a href="http://drupal.org/project/nodewords" title="Drupal Meta Tag module" id="r99j">Drupal Meta Tag module</a>, this allows you to insert meta tags and description tags for each page/article you post on the site.</li>
</ul>
<p>What other modules do you use to make your <a href="http://www.brianchappell.com/wordpress-vs-drupal-battle-of-the-cms/" title="drupal vs. wordpress" target="_blank">Drupal site SEO friendly</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianchappell.com/drupal-seo-tutorial/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>WordPress vs. Drupal &#8211; Battle of the CMS</title>
		<link>http://www.brianchappell.com/wordpress-vs-drupal-battle-of-the-cms/</link>
		<comments>http://www.brianchappell.com/wordpress-vs-drupal-battle-of-the-cms/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 05:15:36 +0000</pubDate>
		<dc:creator>Brian Chappell</dc:creator>
				<category><![CDATA[Video]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[compare]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.brianchappell.com/wordpress-vs-drupal-battle-of-the-cms/</guid>
		<description><![CDATA[WordPress and Drupal are two of the most popular content management systems being used today. Both CMS&#8217;s have their distinct advantages over the other. In this video I talk about the differences in the two and help pinpoint when to use one over the other. Drupal Benefits: It is worth noting and understanding that Drupal [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://www.brianchappell.com/images/drupal-vs-wordpress.png" title="Drupal vs. WordPress" alt="Drupal vs. WordPress" align="left" height="92" width="210" />
<div style="float: right; margin-left: 10px;"><script src="http://widgets.backtype.com/tweetcount.js" type="text/javascript"></script></div>
<p>WordPress and Drupal are two of the most popular content management systems being used today. Both CMS&#8217;s have their distinct advantages over the other. In this video I talk about the differences in the two and help pinpoint when to use one over the other.</p>
<p><script src="http://flash.revver.com/player/1.0/player.js?mediaId:647611;affiliateId:137595" type="text/javascript"></script></p>
<p><strong>Drupal Benefits:</strong></p>
<ul>
<li>It is worth noting and understanding that Drupal is not exactly a blogging platform per se, as is WordPress, but <strong>it is a CMS construction kit</strong>. Hard core programmers can go to town on Drupal, front end and back end, and build it out however they like.</li>
</ul>
<ul>
<li>The <strong>user profiles are extensible</strong> and allows for easy creation of membership sites and portals.</li>
</ul>
<ul>
<li>The <strong>categorization of content in Drupal is innovative</strong> as well. However, it takes some time to understand the taxonomy of things, but once you get the hang of it, it really does make a difference.</li>
</ul>
<ul>
<li>Drupal does a great drop of <strong>building out dynamic sites</strong>, something wordpress falters at.</li>
</ul>
<ul>
<li>Drupal can be easier because the backend allows for themeing as well. If you want your backend to look like your front end for easability, you have that option with Drupal. People who are looking to design <strong>websites that they can essentially pass off to their clients might find Drupal to be a better fit</strong>. WordPress on the other hand has a set theme for its backend which cannot be changed.This can be a little confusing for the novice webmaster.</li>
</ul>
<p><strong>WordPress Benefits:</strong></p>
<ul>
<li>Drupal can seem coarse for some bloggers, it is not very easy to set up for one, and modifying the code behind the scenes can be a nightmare for even some what savvy php coders. <strong>WordPress does a fantastic job of allowing for easy set up and creation, as well of modifying of code.<br />
</strong></li>
</ul>
<ul>
<li>There are literally<strong> thousands of free plugins and themes for wordpress</strong>. The community surrounding WordPress really does an outstanding job with this. Drupal doesn&#8217;t quite have as many plugins (called modules in Drupal) and themes to go around.</li>
</ul>
<p>For further reading on this subject visit the <a href="http://drupal.org/node/29364" target="_blank">Drupal community site</a>.</p>
<p>I am curious on others thoughts, <strong>which CMS do you like to use and why</strong>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianchappell.com/wordpress-vs-drupal-battle-of-the-cms/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>How to Track RSS Subscribers using Meta Refresh in Google Analytics</title>
		<link>http://www.brianchappell.com/track-rss-subscribers-meta-refresh-google-analytics/</link>
		<comments>http://www.brianchappell.com/track-rss-subscribers-meta-refresh-google-analytics/#comments</comments>
		<pubDate>Fri, 18 Jan 2008 05:33:11 +0000</pubDate>
		<dc:creator>Brian Chappell</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[meta refresh]]></category>
		<category><![CDATA[rss]]></category>
		<category><![CDATA[rss subscribers]]></category>
		<category><![CDATA[track]]></category>

		<guid isPermaLink="false">http://www.brianchappell.com/track-rss-subscribers-meta-refresh-google-analytics/</guid>
		<description><![CDATA[This is the first of many How to Video&#8217;s I am going to be creating throughout the course of 2008. I go into brief detail on how to setup a meta refresh on a intermediary page, thus allowing google analytics to track RSS subscribers, for any blog using feedburner. Please take note in the video [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>This is the first of many How to Video&#8217;s I am going to be creating throughout the course of 2008. I go into brief detail on how to setup a meta refresh on a intermediary page, thus allowing google analytics to track RSS subscribers, for any blog using feedburner.</p>
<p><font color="red">Please take note in the video I mention Meta Redirect when in reality I am talking about the Meta Refresh.</font></p>
<p><script src="http://flash.revver.com/player/1.0/player.js?mediaId:622632;affiliateId:137595;width:480;height:392" type="text/javascript"></script></p>
<p>Here is the code you are going to want to use to make this work on your blog:</p>
<p><strong>&lt;META HTTP-EQUIV=&#8221;refresh&#8221; content=&#8221;1;URL=/feed&#8221;&gt; </strong></p>
<p><em>(<font color="#ff0000">note:</font> you might have to manually add the double quotation marks if you are copy and pasting the above code into your WYSIWYG web editor.)</em><strong><br />
</strong></p>
<p>Simply attach that in your <strong>&lt;Head&gt; &lt;/Head&gt;</strong> tag on your &#8220;intermediary page&#8221;, eg., brianchappell.com/subscribe.php on my blog. Then point your link to refresh to the physical feed page on your blog. (if you are using wordpress then it default&#8217;s to whatever.com/feed) After that is set up, drop your google analtyics code within the <strong>&lt;Body&gt; &lt;/Body&gt;</strong></p>
<p>It is as simple as that. Wait 24 hours, and you should start seeing your goal reports popping up.<br />
Keep an eye out for a more detailed post on how to also make this work with Google click tracking using javascript tagging.</p>
<p>Also take kindly in understanding this is my first attempt at video creation, so it&#8217;s FAR from perfect. <img src='http://www.brianchappell.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianchappell.com/track-rss-subscribers-meta-refresh-google-analytics/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

