<?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>Chris K Designs &#187; tips</title>
	<atom:link href="http://www.chriskdesigns.com/tag/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chriskdesigns.com</link>
	<description>WordPress tips, hacks, and plugins.</description>
	<lastBuildDate>Thu, 09 Sep 2010 06:06:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<!-- google_ad_section_end --><!-- google_ad_section_start -->	<item>
		<title>Change your WordPress domain quickly with Linux, MySQL, and sed</title>
		<link>http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/</link>
		<comments>http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 05:59:43 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=640</guid>
		<description><![CDATA[You have no idea how hard it was to refrain from using the command &#8216;sed&#8217; in a totally ridiculous homophoned title. Have you found yourself wanting to change the domain on an established WordPress installation, or even trying to replicate many times over the same exact WordPress database on a different domain? Yeah, me too. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-652" title="find" src="http://www.chriskdesigns.com/wp-content/uploads/2010/08/find.png" alt="" width="102" height="102" />You have no idea how hard it was to refrain from using the command &#8216;sed&#8217; in a totally ridiculous <a href="http://en.wikipedia.org/wiki/Homophone">homophoned</a> title. Have you found yourself wanting to change the domain on an established WordPress installation, or even trying to replicate many times over the same exact WordPress database on a different domain? Yeah, me too. I&#8217;ve found while doing plug-in development, it helps to have the same database information copied over when I start with a new branch. Luckily, Linux comes to the rescue with the <em>sed</em> command. It&#8217;s a 3 step process. Export your source/current database. Search and replace with <em>sed</em>, and then import the database. Here&#8217;s a step by step for you.<br />
<span id="more-640"></span><center><script type="text/javascript"><!--
google_ad_client = "pub-5875197947282333";
google_ad_slot = "6725358123";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p class="note">Note: you need to have access to a Linux command prompt and the MySQL database via command line in order to perform this by my steps</p>
<h5>Export&#8230;</h5>
<p>First, we need to make an export of your current database, we&#8217;ll do this with <em>mysqldump</em>:<br />
[text light=true]$ mysqldump -h yourhostnamehere -u YourUserName -pYourPasswordHere YourDatabaseName &gt; dumpfile.sql[/text]<br />
No, I didn&#8217;t forget a space after the -p flag. There is no space between the password flag, and the password itself.</p>
<h5>Search and Replace</h5>
<p>After that completes you should have a file named dumpfile.sql that contains your current database. Now it&#8217;s time to search and replace all references to the previous domain (we&#8217;ll call it domain-one.com) with our new domain (domain-two.com).<br />
[text light=true]$ sed -i &#8216;s/domain-one.com/domain-two.com/g&#8217; dumpfile.sql[/text]<br />
The &#8216;-i&#8217; flag is for <em>inline</em>. I simply replaces domain-one.com with domain-two.com where the command finds it. This means, any database settings or posts referencing the domain itself, will be altered, and therefore work when imported&#8230;.so on to importing.</p>
<h5>Importing the newly modified .sql backup</h5>
<p>[text light=true]$ mysql -h yourhostnamehere -u YourUserName -pYourPasswordHere YourDatabaseName &lt; dumpfile.sql[/text]<br />
This command with the &lt; or less than sign, pushes dumpfile.sql up to the database mentioned.</p>
<p>And there you have it, you just exported, modified, and imported an entire WordPress site including all categories, posts, users, etc&#8230;into a new database for use on a different site. Not so bad was it?</p>
<p>For more information on the <em>sed</em> command you can head over to <a href="http://www.brunolinux.com">brunolinux.com</a> for a <a href="http://www.brunolinux.com/02-The_Terminal/Find_and%20Replace_with_Sed.html">pretty decent sed tutorial</a> and more options.</p>
<!-- PHP 5.x -->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Change+your+WordPress+domain+quickly+with+Linux%2C+MySQL%2C+and+sed+-+http://b2l.me/ajteq6&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/&amp;t=Change+your+WordPress+domain+quickly+with+Linux%2C+MySQL%2C+and+sed" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/&amp;title=Change+your+WordPress+domain+quickly+with+Linux%2C+MySQL%2C+and+sed&amp;selection=You%20have%20no%20idea%20how%20hard%20it%20was%20to%20refrain%20from%20using%20the%20command%20%27sed%27%20in%20a%20totally%20ridiculous%20homophoned%20title.%20Have%20you%20found%20yourself%20wanting%20to%20change%20the%20domain%20on%20an%20established%20WordPress%20installation%2C%20or%20even%20trying%20to%20replicate%20many%20times%20over%20the%20same%20exact%20WordPress%20database%20on%20a%20differe" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/&amp;title=Change+your+WordPress+domain+quickly+with+Linux%2C+MySQL%2C+and+sed" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/&amp;title=Change+your+WordPress+domain+quickly+with+Linux%2C+MySQL%2C+and+sed" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/&amp;title=Change+your+WordPress+domain+quickly+with+Linux%2C+MySQL%2C+and+sed" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/&amp;title=Change+your+WordPress+domain+quickly+with+Linux%2C+MySQL%2C+and+sed" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/change-your-wordpress-domain-quickly-with-linux-mysql-and-sed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Remove the version from WordPress</title>
		<link>http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/</link>
		<comments>http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 15:41:43 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=628</guid>
		<description><![CDATA[Ok, you&#8217;ve read this title and thought, &#8220;Why would I want to remove the version from WordPress&#8230;in fact, what does he even mean!?&#8221;. By default, WordPress (since version 2.5+) includes the version of WordPress you are using in the HTML code of your site, and does not have an option to remove it. If you [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-630 alignright" title="WPLock" src="http://www.chriskdesigns.com/wp-content/uploads/2010/08/WPLock-300x300.png" alt="" width="144" height="144" />Ok, you&#8217;ve read this title and thought, &#8220;Why would I want to remove the version from WordPress&#8230;in fact, what does he even mean!?&#8221;. By default, WordPress (since version 2.5+) includes the version of WordPress you are using in the HTML code of your site, and does not have an option to remove it.</p>
<p>If you view the source code of your site after you&#8217;ve loaded it up in your favorite browser you&#8217;ll see a line like so:</p>
<p>[html]<meta name="generator" content="WordPress 3.0">[/html]<br />
<span id="more-628"></span><center><script type="text/javascript"><!--
google_ad_client = "pub-5875197947282333";
google_ad_slot = "6725358123";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center><br />
This seems harmless right? The first rule of security is to be obscure. This means giving people as little information about your configuration as possible. With the version number, it&#8217;s possible to narrow down possible exploits. In previous versions of WordPress (before 2.5) it was easy to just remove this from the theme&#8217;s header.php file. Well, that&#8217;s not the case anymore. Now it&#8217;s built into the WordPress Core and you have two options to remove it. First is to go into the functions.php file and pass a &#8220;blank&#8221; version by adding the following to the bottom of wp-includes/general-template.php but before the closing PHP tag (?&gt;):</p>
<p>[php]function i_want_no_generators()<br />
{<br />
return &#8221;;<br />
}<br />
add_filter(&#8216;the_generator&#8217;,'i_want_no_generators&#8217;);<br />
[/php]</p>
<p>Apply those changes, and save the file and you no longer have a version number reporting. Have no fear, the version will still report inside of the admin backend.</p>
<p>Alternatively, if you feel you need more security and don&#8217;t want to start messing with the WordPress core than this there is a great plug-in called <a href="http://wordpress.org/extend/plugins/secure-wordpress/">Secure WordPress</a>. This plug-in offers a wide array of security enhancements that include:</p>
<ul>
<li> Removing error-information on login-page</li>
<li> Adds index.php plugin-directory (virtual)</li>
<li> Removing the wp-version, except in admin-area</li>
<li> Removing Really Simple Discovery</li>
<li> Removing Windows Live Writer</li>
<li> Removing core update information for non-admins</li>
<li> Removing plugin-update information for non-admins</li>
<li> Removing theme-update information for non-admins (only WP 2.8 and higher)</li>
<li> Hids wp-version in backend-dashboard for non-admins</li>
<li> Adds string for use WP Scanner</li>
<li> Blocks bad queries</li>
<li> Validates your site with a free malware and vulnerabilities scan with SiteSecurityMonitor.com</li>
</ul>
<!-- PHP 5.x -->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=How+To%3A+Remove+the+version+from+WordPress+-+http://b2l.me/ajt9y3&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/&amp;t=How+To%3A+Remove+the+version+from+WordPress" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/&amp;title=How+To%3A+Remove+the+version+from+WordPress&amp;selection=Ok%2C%20you%27ve%20read%20this%20title%20and%20thought%2C%20%22Why%20would%20I%20want%20to%20remove%20the%20version%20from%20WordPress...in%20fact%2C%20what%20does%20he%20even%20mean%21%3F%22.%20By%20default%2C%20WordPress%20%28since%20version%202.5%2B%29%20includes%20the%20version%20of%20WordPress%20you%20are%20using%20in%20the%20HTML%20code%20of%20your%20site%2C%20and%20does%20not%20have%20an%20option%20to%20remove%20it.%0D%0A%0D%0A" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/&amp;title=How+To%3A+Remove+the+version+from+WordPress" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/&amp;title=How+To%3A+Remove+the+version+from+WordPress" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/&amp;title=How+To%3A+Remove+the+version+from+WordPress" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/&amp;title=How+To%3A+Remove+the+version+from+WordPress" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/how-to-remove-the-version-from-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The 411 on 404s</title>
		<link>http://www.chriskdesigns.com/the-411-on-404s/</link>
		<comments>http://www.chriskdesigns.com/the-411-on-404s/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 23:02:03 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=571</guid>
		<description><![CDATA[The 404 &#8211; File Not Found error. Its the darkest corner of your website that you probably don&#8217;t encounter too often, but do you know how often others are getting them on your site? Odds are, you don&#8217;t. One way to increase visitors (and more importantly keep visitors) is to avoid the 404 error, or [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-598" title="749px-I-404.svg" src="http://www.chriskdesigns.com/wp-content/uploads/2010/08/749px-I-404.svg_-300x239.png" alt="" width="120" height="95" /><a href="http://en.wikipedia.org/wiki/HTTP_404">The 404 &#8211; File Not Found error</a>. Its the darkest corner of your website that you probably don&#8217;t encounter too often, but do you know how often others are getting them on your site? Odds are, you don&#8217;t. One way to increase visitors (and more importantly keep visitors) is to avoid the 404 error, or embrace it by planning for it. Part of development is to always test the &#8216;negative case&#8217;. The case in which you know your code will fail. The same holds true in URLS. What happens if someone goes to a page or URL that doesn&#8217;t exist on your site? Go ahead, try it&#8230;I&#8217;ll wait. &#8211; There, that wasn&#8217;t so hard was it? What did you find? For most of you using WordPress, it&#8217;ll be a standard 404 page that your theme is using. Not too bad, but how many people are actually seeing this, usually content-less, page? Let&#8217;s find out.</p>
<p><span id="more-571"></span></p>
<h2>Finding the 404s</h2>
<p>Most hosting providers will give you some sort of coarse statistics, but they don&#8217;t typically cover 404&#8242;s. To find this, we must manually look at the logs to get a better sense of the traffic seeing these unsightly errors. For this section, I&#8217;m working with a Linux based hosting environment in which I have SSH access.</p>
<p><strong>Locate your log files</strong><br />
Mine happen to be in a folder named logs of my root hosting account. Your&#8217;s may be somewhere else but we need to get into that folder via a command line.</p>
<p class="code">cd html/stats/logs</p>
<p><strong>Locate lines in the logs with 404s</strong><br />
Once in this log files folder we&#8217;re going to use the Linux command &#8216;grep&#8217; to search all files for the string &#8217;404&#8242;.</p>
<p class="code">grep 404 *.*</p>
<p>You will now see a large printout that contains many lines of stuff that looks like the following:</p>
<p class="code">html/stats/logs/ex20100727000001-97.74.24.35.log:208.115.111.249 &#8211; - [26/Jul/2010:22:43:16 -0700] &#8220;GET www.chriskdesigns.com/2009/04/08/death-of-a-medium/ HTTP/1.1&#8243; 404 16804 &#8220;-&#8221; &#8220;Mozilla/5.0 (com<br />
patible; DotBot/1.1; http://www.dotnetdotcom.org/, crawler@dotnetdotcom.org)&#8221;</p>
<p>That&#8217;s a request to your site that ended in a 404 &#8211; File Not found. The important parts are:<br />
<strong>The URL the person tried to visit</strong></p>
<p class="code">www.chriskdesigns.com/2009/04/08/death-of-a-medium/</p>
<p><strong>The HTTP Request version and the result (a 404 here)</strong></p>
<p class="code">HTTP/1.1&#8243; 404</p>
<p>So now I know that this page is missing&#8230;was I aware of this before? If you have been to my site before you might recognize this as a valid post called &#8216;<a href="http://www.chriskdesigns.com/death-of-a-medium/">Death of a Medium</a>&#8216;. So why the 404? I had changed my Permalink structure at one point in time. If someone links to your previous Permalink Structure, after you change it will result in a 404. This is why <a href="http://www.chriskdesigns.com/3-things-to-do-with-a-new-wordpress-site/">I suggest setting your Permalink structure upon setup</a>, and not changing. I learned my lesson the hard way.</p>
<p>Why is it good to know these 404&#8242;s? If you have change anything about your Permalinks, spelling in a title after it&#8217;s published, or a tag/category has been removed, you can use your 404 errors to see where the problems are and possibly correct them with a .htaccess redirect.<br />
<center><script type="text/javascript"><!--
google_ad_client = "pub-5875197947282333";
google_ad_slot = "6725358123";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<h2>The Solution</h2>
<p>So now we know how to see our 404 errors, but how do we correct them? If you are using an Apache based web server, you can use a .htaccess file to redirect people accordingly. Here are a few common .htaccess redirects that I find useful for WordPress users.</p>
<p><strong>Redirect from domain.com/blog to just domain.com</strong></p>
<p class="code">rewriterule ^<em>previous-folder-name</em>(.*)$ &#8220;http\:\/\/<em>your-domain-here</em>\/$1&#8243; [R=301,L]</p>
<p><strong>Modified a Post/Page Title (note: only pertains to what is after domain.com/</strong></p>
<p class="code">RewriteCond %{REQUEST_URI} /.*<em>mispelled-url-without-domain</em>.*$ [NC]<br />
RewriteRule ^(.*)helicoper(.*)$ /$1<em>correctly-spelled-url-without=domain</em>$2 [R=301,L]</p>
<p><strong>Monetize</strong><br />
Something else you can do with your 404 page is monetize it. I know, sounds a little odd but it&#8217;s becoming more common in this world of backlinks. If you blog on a specific topic or a series of topics, you can setup an Amazon Associates Store and paste that code into the 404.php file of your theme. This will allow you to possibly make some money from those missed pages, and hopefully keep your visitors engaged in your site.</p>
<p><strong>Humor</strong><br />
One of my favorite use of the 404 is humor. Here&#8217;s an article that someone wrote, listing <a href="http://blogof.francescomugnai.com/2008/08/the-100-most-funny-and-unusual-404-error-pages/">their favorite 100 examples of humor used in a 404 page</a>.</p>
<!-- PHP 5.x -->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=The+411+on+404s+-+http://b2l.me/ajt9y5&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.chriskdesigns.com/the-411-on-404s/&amp;t=The+411+on+404s" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.chriskdesigns.com/the-411-on-404s/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://www.chriskdesigns.com/the-411-on-404s/&amp;title=The+411+on+404s&amp;selection=The%20404%20-%20File%20Not%20Found%20error.%20Its%20the%20darkest%20corner%20of%20your%20website%20that%20you%20probably%20don%27t%20encounter%20too%20often%2C%20but%20do%20you%20know%20how%20often%20others%20are%20getting%20them%20on%20your%20site%3F%20Odds%20are%2C%20you%20don%27t.%20One%20way%20to%20increase%20visitors%20%28and%20more%20importantly%20keep%20visitors%29%20is%20to%20avoid%20the%20404%20error%2C%20or%20emb" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.chriskdesigns.com/the-411-on-404s/&amp;title=The+411+on+404s" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.chriskdesigns.com/the-411-on-404s/&amp;title=The+411+on+404s" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.chriskdesigns.com/the-411-on-404s/&amp;title=The+411+on+404s" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.chriskdesigns.com/the-411-on-404s/&amp;title=The+411+on+404s" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.chriskdesigns.com/the-411-on-404s/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/the-411-on-404s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3 Chrome Extensions for WordPress Blogging</title>
		<link>http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/</link>
		<comments>http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 21:30:21 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=550</guid>
		<description><![CDATA[I have a confession to make, I&#8217;m a Google Chrome addict. *Phew* Ok, that wasn&#8217;t as bad as I thought it would be. Ever since Google Chrome moved out of beta for the Mac, I&#8217;ve given it a fair shot as my primary browser. The change from Firefox to Chrome wasn&#8217;t easy to start, but [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-552" title="google-chrome-logo" src="http://www.chriskdesigns.com/wp-content/uploads/2010/06/google-chrome-logo.png" alt="" width="122" height="114" />I have a confession to make, I&#8217;m a <a href="http://chrome.google.com" target="_blank&quot;">Google Chrome</a> addict. *Phew* Ok, that wasn&#8217;t as bad as I thought it would be. Ever since Google Chrome moved out of beta for the Mac, I&#8217;ve given it a fair shot as my primary browser. The change from Firefox to Chrome wasn&#8217;t easy to start, but I slowly found Chrome to be must faster and more stable. The one thing I was missing&#8230;were my Extensions. Well, now that Chrome is out of beta, Google has enabled extensions for the Mac version. If you are a blogger there are plenty of great plugins to help your writing and moderating, but here are a few that I&#8217;m finding helpful.</p>
<p><span id="more-550"></span></p>
<p><center><script type="text/javascript"><!--
google_ad_client = "pub-5875197947282333";
google_ad_slot = "6725358123";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p><strong>WordPress Comments Checker</strong> &#8211; <a href="https://chrome.google.com/extensions/detail/gcdeddgdojngjlkjjheckcdoclboipln" target="_blank">Install Comments Checker</a><br />
I hate getting emails that I have new comments. Just seems annoying. I also hate missing a comment left by someone looking for support on the Updated Today Plugin. Yeah, it&#8217;s a contradiction, I get that. Well, this plugin solves the issues. You give it a blog URL and a refresh interval, and It&#8217;ll notify you of comments. Downfall is, it only works for 1 WordPress install.</p>
<p><strong>Diggio Web Highlighter and Bookmark</strong> &#8211; <a href="https://chrome.google.com/extensions/detail/oojbgadfejifecebmdnhhkbhdjaphole" target="_blank">Install Diggio</a><br />
This great extension allows you to highlight test on a site, and find it quickly at a later time. Have a great quote in a huge document you found? Perfect, just highlight it, and a little tooltip will say &#8220;Highlight&#8221;. Now, when you go back to this page later, you&#8217;ll have this highlight already available to find. Also, this can sync with the Diggio website, so by using your Google login credentials, you&#8217;ll be able to see a list of all your highlights in one spot. Great for finding that long lost bit of information you know you read somewhere.</p>
<p><strong>After the Deadline</strong> &#8211; <a href="https://chrome.google.com/extensions/detail/fcdjadjbdihbaodagojiomdljhjhjfho" target="_blank">Install After the Deadline</a><br />
Browsers these days all have built in spell check. I know that we all don&#8217;t care that much about our spelling, but it&#8217;s nice to have a post go out with no errors&#8230;every once and a while. Well, After the Deadline is a pretty full featured spell check and grammar check. The authors go as far as to say it&#8217;s &#8220;An intelligent spell, style, and grammar checker.&#8221; My favorite feature is that it will prompt you prior to submitting a post, or any form data for that matter, when errors are found. If you are ok with the &#8220;errors&#8221; just click OK, and your post is on the way, or you can cancel and go back and fix the problems.</p>
<!-- PHP 5.x -->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=3+Chrome+Extensions+for+WordPress+Blogging+-+http://b2l.me/ajt9y6&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/&amp;t=3+Chrome+Extensions+for+WordPress+Blogging" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/&amp;title=3+Chrome+Extensions+for+WordPress+Blogging&amp;selection=I%20have%20a%20confession%20to%20make%2C%20I%27m%20a%20Google%20Chrome%20addict.%20%2APhew%2A%20Ok%2C%20that%20wasn%27t%20as%20bad%20as%20I%20thought%20it%20would%20be.%20Ever%20since%20Google%20Chrome%20moved%20out%20of%20beta%20for%20the%20Mac%2C%20I%27ve%20given%20it%20a%20fair%20shot%20as%20my%20primary%20browser.%20The%20change%20from%20Firefox%20to%20Chrome%20wasn%27t%20easy%20to%20start%2C%20but%20I%20slowly%20found%20Chrome%20" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/&amp;title=3+Chrome+Extensions+for+WordPress+Blogging" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/&amp;title=3+Chrome+Extensions+for+WordPress+Blogging" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/&amp;title=3+Chrome+Extensions+for+WordPress+Blogging" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/&amp;title=3+Chrome+Extensions+for+WordPress+Blogging" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/3-chrome-extensions-for-wordpress-blogging/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Categories vs. Tags &#8211; A Simple guide</title>
		<link>http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/</link>
		<comments>http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/#comments</comments>
		<pubDate>Mon, 31 May 2010 19:18:28 +0000</pubDate>
		<dc:creator>Chris K</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.chriskdesigns.com/?p=530</guid>
		<description><![CDATA[The most commonly misused part of any blogging platform is by far the categories features. I&#8217;m sure you&#8217;ve seen it before, the post that is &#8220;Filed In: Updates, LOLCATS, Funny, Images, Pictures, and blah blah blah&#8221;. Misused categories can lead to ugly meta data, poor navigation, and even worse SEO. At this point you might [...]]]></description>
			<content:encoded><![CDATA[<p>The most commonly misused part of any blogging platform is by far the categories features. I&#8217;m sure you&#8217;ve seen it before, the post that is &#8220;Filed In: Updates, LOLCATS, Funny, Images, Pictures, and blah blah blah&#8221;. Misused categories can lead to ugly meta data, poor navigation, and even worse SEO. At this point you might be asking yourself, &#8220;So why did he mention these &#8216;tags&#8217; things?&#8221; Well, I&#8217;m glad you asked.</p>
<p><span id="more-530"></span><center><script type="text/javascript"><!--
google_ad_client = "pub-5875197947282333";
google_ad_slot = "6725358123";
google_ad_width = 468;
google_ad_height = 60;
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</center></p>
<p><strong>Categories</strong></p>
<p>WordPress includes Categories and Tags, which you can think of a type of folder system for your posts. When you file your documents away, you typically do so in a format that makes it easier to find things later. To ease this you try and keep as few folders as possible, while still allowing there to be an even break down. It might look something like the following:</p>
<p style="text-align: center;"><img class="size-full wp-image-532 aligncenter" title="Folders" src="http://www.chriskdesigns.com/wp-content/uploads/2010/05/folders.png" alt="" width="400" height="241" /></p>
<p style="text-align: left;">This would be a pretty typical folder structure. Now within that folder you will have files. These files are what WordPress would consider Posts. Having a well defined category list is like having a good filing system, when someone wants to find something they will have a very good idea where to look. Since your product is your writing, making it easy to find will help increase your visitors.</p>
<p style="text-align: left;">
<p style="text-align: left;">A great way to build a good subset of categories is to, before you do a large number of posts, head on over to the &#8216;Categories&#8217;  option of the Posts menu of the WordPress administration area. From here you can create your primary categories and create subcategories (like folders within folders) to better narrow down your content placement.</p>
<p style="text-align: left;"><strong>Tags</strong></p>
<p style="text-align: left;">
<p style="text-align: left;">So what are these tags I mentioned in the title? Tags are a great way to get users to explore your site. While a post should only have one category assigned to it, you should apply as many tags as are relevant (within reason of course). Tags allow WordPress to create a &#8216;Related Posts&#8217; section on some themes. This will put a list of posts, with the same tags as the currently viewed article, that contain the same tags. These posts may not have the same category assigned, but their tag can link them together. Sound confusing? Let me break it down a little:</p>
<p style="text-align: left;">Let&#8217;s say you are a food blogger (very common recently). You have 3 categories of Recipes, How-To, and Restaurants. You just wrote a post about a local Italian restaurant that had an excellent wine selection. You also just wrote another post about how to pair wine with your food. In this case, one of these will be under &#8216;Restaurants&#8217; and the other under &#8216;How-To&#8217; but wouldn&#8217;t these be somewhat related to wine? That&#8217;s right, tag it with &#8216;Wine&#8217;. Now, visitors can see your restaurant review, find your tags, click on the &#8216;Wine&#8217; tag and see all posts (no matter what the category) related to wine. It&#8217;s a broader view of your content than just Categories. You&#8217;ll see this often used on my blog and how it will help visitors explore your content further.</p>
<p style="text-align: left;">Essentially Tags are &#8216;meta&#8217; data. Meta is data about data. Redundant as it may seem, you are used to this. It&#8217;s the same as your artist, song, genre, album and other tags for your music. The tags help define, in a short method, the content of your post. To achieve the related posts section of my pages, I use the <a href="http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/" target="_blank">WordPress Related Posts</a> plugin.</p>
<p style="text-align: left;">
<p style="text-align: left;">I hope that will shed some light on the difference between Categories and Tags.</p>
<p style="text-align: left;">
<p style="text-align: left;">For some good reading over at <a href="http://en.support.wordpress.com/posts/categories-vs-tags/" target="_blank">WordPress.com about Categories vs. Tags, follow the link</a>.</p>
<p style="text-align: left;">
<p style="text-align: left;">
<!-- PHP 5.x -->

<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring-old">
<ul class="socials">
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=Categories+vs.+Tags+-+A+Simple+guide+-+http://b2l.me/ajubn7&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/&amp;t=Categories+vs.+Tags+-+A+Simple+guide" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-googlebuzz">
			<a href="http://www.google.com/buzz/post?url=http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/&amp;imageurl=" rel="nofollow" class="external" title="Post on Google Buzz">Post on Google Buzz</a>
		</li>
		<li class="shr-posterous">
			<a href="http://posterous.com/share?linkto=http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/&amp;title=Categories+vs.+Tags+-+A+Simple+guide&amp;selection=The%20most%20commonly%20misused%20part%20of%20any%20blogging%20platform%20is%20by%20far%20the%20categories%20features.%20I%27m%20sure%20you%27ve%20seen%20it%20before%2C%20the%20post%20that%20is%20%22Filed%20In%3A%20Updates%2C%20LOLCATS%2C%20Funny%2C%20Images%2C%20Pictures%2C%20and%20blah%20blah%20blah%22.%20Misused%20categories%20can%20lead%20to%20ugly%20meta%20data%2C%20poor%20navigation%2C%20and%20even%20worse%20SEO.%20A" rel="nofollow" class="external" title="Post this to Posterous">Post this to Posterous</a>
		</li>
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/&amp;title=Categories+vs.+Tags+-+A+Simple+guide" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/&amp;title=Categories+vs.+Tags+-+A+Simple+guide" rel="nofollow" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="shr-reddit">
			<a href="http://reddit.com/submit?url=http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/&amp;title=Categories+vs.+Tags+-+A+Simple+guide" rel="nofollow" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/&amp;title=Categories+vs.+Tags+-+A+Simple+guide" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-technorati">
			<a href="http://technorati.com/faves?add=http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/" rel="nofollow" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>

]]></content:encoded>
			<wfw:commentRss>http://www.chriskdesigns.com/categories-vs-tags-a-simple-guide/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	<!-- google_ad_section_end --><!-- google_ad_section_start --></channel>
</rss>
