<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Nathan Giesbrecht</title>
	
	<link>http://nathangiesbrecht.com</link>
	<description>Winnipeg Digital Development &amp; Web Design</description>
	<lastBuildDate>Fri, 24 Feb 2012 01:49:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NathanGiesbrecht" /><feedburner:info uri="nathangiesbrecht" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>NathanGiesbrecht</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>jQuery – Plugins to Get Jacked</title>
		<link>http://feedproxy.google.com/~r/NathanGiesbrecht/~3/4c94n5Rf2JY/jquery-plugins-to-get-jacked</link>
		<comments>http://nathangiesbrecht.com/jquery-plugins-to-get-jacked#comments</comments>
		<pubDate>Thu, 23 Feb 2012 23:03:40 +0000</pubDate>
		<dc:creator>Nathan Giesbrecht</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://nathangiesbrecht.com/?p=325</guid>
		<description><![CDATA[<p><p><a href="http://nathangiesbrecht.com/jquery-plugins-to-get-jacked">jQuery &#8211; Plugins to Get Jacked</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>Here&#8217;s a list of jQuery plugins that I frequently use. jQuery Form Plugin jQuery UI jQuery Validation Plugin</p></p><p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://nathangiesbrecht.com/jquery-plugins-to-get-jacked">jQuery &#8211; Plugins to Get Jacked</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>Here&#8217;s a list of jQuery plugins that I frequently use.</p>
<p><a href="http://jquery.malsup.com/form/">jQuery Form Plugin</a><br />
<a href="http://jqueryui.com/">jQuery UI</a><br />
<a href="http://bassistance.de/jquery-plugins/jquery-plugin-validation/">jQuery Validation Plugin</a></p>
<p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><img src="http://feeds.feedburner.com/~r/NathanGiesbrecht/~4/4c94n5Rf2JY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nathangiesbrecht.com/jquery-plugins-to-get-jacked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nathangiesbrecht.com/jquery-plugins-to-get-jacked</feedburner:origLink></item>
		<item>
		<title>Installing Nano text editor on a New CentOS installation</title>
		<link>http://feedproxy.google.com/~r/NathanGiesbrecht/~3/eedI27lByiE/installing-nano-text-editor-centos</link>
		<comments>http://nathangiesbrecht.com/installing-nano-text-editor-centos#comments</comments>
		<pubDate>Sun, 19 Feb 2012 03:13:35 +0000</pubDate>
		<dc:creator>Nathan Giesbrecht</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[CentOS 6.2]]></category>
		<category><![CDATA[Keyboard Kowboy]]></category>

		<guid isPermaLink="false">http://nathangiesbrecht.com/?p=353</guid>
		<description><![CDATA[<p><p><a href="http://nathangiesbrecht.com/installing-nano-text-editor-centos">Installing Nano text editor on a New CentOS installation</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>Vi is a very powerful text editor. It&#8217;s also very overwhelming when you&#8217;re first learning it! That&#8217;s why I like to install Nano in whatever Linux environment I happen to be working in. To do so on CentOS, you&#8217;d use the following: yum install nano Once installation is complete, you can freely edit your text...</p></p><p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://nathangiesbrecht.com/installing-nano-text-editor-centos">Installing Nano text editor on a New CentOS installation</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>Vi is a very powerful text editor. It&#8217;s also very overwhelming when you&#8217;re first learning it! That&#8217;s why I like to install Nano in whatever Linux environment I happen to be working in. To do so on CentOS, you&#8217;d use the following:</p>
<p><code>yum install nano</code></p>
<p>Once installation is complete, you can freely edit your text files using:</p>
<p><code>nano filename.txt</code></p>
<p>If you&#8217;re new to Linux, this should make text editing much easier.</p>
<p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><img src="http://feeds.feedburner.com/~r/NathanGiesbrecht/~4/eedI27lByiE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nathangiesbrecht.com/installing-nano-text-editor-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nathangiesbrecht.com/installing-nano-text-editor-centos</feedburner:origLink></item>
		<item>
		<title>Windows Key-Stroke Combination</title>
		<link>http://feedproxy.google.com/~r/NathanGiesbrecht/~3/YJHRcTgqYtk/windows-key-stroke-combinations</link>
		<comments>http://nathangiesbrecht.com/windows-key-stroke-combinations#comments</comments>
		<pubDate>Mon, 13 Feb 2012 02:26:50 +0000</pubDate>
		<dc:creator>Nathan Giesbrecht</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://nathangiesbrecht.com/?p=348</guid>
		<description><![CDATA[<p><p><a href="http://nathangiesbrecht.com/windows-key-stroke-combinations">Windows Key-Stroke Combination</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>Having to resort to mouse movements and clicking can be time consuming and frustrating (not to mention bad for your health). To reduce mouse dependency, I&#8217;ve put together this list of common Windows functions that can be performed with key-stroke combinations. Minimize a Window &#8211; + Maximize a Window &#8211; + Dock Window to the...</p></p><p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://nathangiesbrecht.com/windows-key-stroke-combinations">Windows Key-Stroke Combination</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>Having to resort to mouse movements and clicking can be time consuming and frustrating (not to mention bad for your health). To reduce mouse dependency, I&#8217;ve put together this list of common Windows functions that can be performed with key-stroke combinations.</p>
<p>Minimize a Window &#8211; <start Menu Button> + <down Arrow><br />
Maximize a Window &#8211; <start Menu Button> + <up Arrow><br />
Dock Window to the left of screen &#8211; <start Menu Button> + <left Arrow><br />
Dock Window to the right of screen &#8211; <start Menu Button> + <right Arrow><br />
Minimize all Windows &#8211; <start Menu Button> + D or </start><start Menu Button> + M<br />
Switch Between Open Windows &#8211; <alt> + <tab> (holding <alt> while tapping <tab> will scroll) or <alt> + <shift> + <tab> (opposite direction)<br />
</tab></shift></alt></tab></alt></tab></alt></start></right></start></left></start></up></start></down></start></p>
<p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><img src="http://feeds.feedburner.com/~r/NathanGiesbrecht/~4/YJHRcTgqYtk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nathangiesbrecht.com/windows-key-stroke-combinations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nathangiesbrecht.com/windows-key-stroke-combinations</feedburner:origLink></item>
		<item>
		<title>Git Pull from Remote Repository</title>
		<link>http://feedproxy.google.com/~r/NathanGiesbrecht/~3/6INb0ZSAi6I/git-pull-from-remote-repository</link>
		<comments>http://nathangiesbrecht.com/git-pull-from-remote-repository#comments</comments>
		<pubDate>Sun, 05 Feb 2012 00:11:05 +0000</pubDate>
		<dc:creator>Nathan Giesbrecht</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Version Control]]></category>

		<guid isPermaLink="false">http://nathangiesbrecht.com/?p=345</guid>
		<description><![CDATA[<p><p><a href="http://nathangiesbrecht.com/git-pull-from-remote-repository">Git Pull from Remote Repository</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>To pull from a predefined remote repository use: git pull origin</p></p><p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://nathangiesbrecht.com/git-pull-from-remote-repository">Git Pull from Remote Repository</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>To pull from a predefined remote repository use:<br />
<code>git pull origin</code></p>
<p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><img src="http://feeds.feedburner.com/~r/NathanGiesbrecht/~4/6INb0ZSAi6I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nathangiesbrecht.com/git-pull-from-remote-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nathangiesbrecht.com/git-pull-from-remote-repository</feedburner:origLink></item>
		<item>
		<title>Git Remote Add Origin</title>
		<link>http://feedproxy.google.com/~r/NathanGiesbrecht/~3/2Og4uPTozaI/git-remote-add-origin</link>
		<comments>http://nathangiesbrecht.com/git-remote-add-origin#comments</comments>
		<pubDate>Sun, 05 Feb 2012 00:08:55 +0000</pubDate>
		<dc:creator>Nathan Giesbrecht</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[Version Control]]></category>

		<guid isPermaLink="false">http://nathangiesbrecht.com/?p=343</guid>
		<description><![CDATA[<p><p><a href="http://nathangiesbrecht.com/git-remote-add-origin">Git Remote Add Origin</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>To Add a remote Git repo via SSH git remote add origin ssh://@/</p></p><p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://nathangiesbrecht.com/git-remote-add-origin">Git Remote Add Origin</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>To Add a remote Git repo via SSH</p>
<p><code>git remote add origin ssh://<username>@<remotehost>/
<path></path></remotehost></username></code></p>
<p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><img src="http://feeds.feedburner.com/~r/NathanGiesbrecht/~4/2Og4uPTozaI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nathangiesbrecht.com/git-remote-add-origin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://nathangiesbrecht.com/git-remote-add-origin</feedburner:origLink></item>
		<item>
		<title>SEO Tip – Utilizing the Title attribute</title>
		<link>http://feedproxy.google.com/~r/NathanGiesbrecht/~3/YamR_RVd5NQ/seo-tip-utilizing-the-title-attribute</link>
		<comments>http://nathangiesbrecht.com/seo-tip-utilizing-the-title-attribute#comments</comments>
		<pubDate>Tue, 25 Oct 2011 00:36:29 +0000</pubDate>
		<dc:creator>Nathan Giesbrecht</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://nathangiesbrecht.com/?p=273</guid>
		<description><![CDATA[<p><p><a href="http://nathangiesbrecht.com/seo-tip-utilizing-the-title-attribute">SEO Tip &#8211; Utilizing the Title attribute</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>Often overlooked in SEO is the use of the Title attribute. Not to be confused with the Title tag, the title attribute can be used to add descriptive text as to any HTML element, but it&#8217;s particularly useful for describing the content of linked-to pages. This is useful for SEO purposes, because The Bots can...</p></p><p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://nathangiesbrecht.com/seo-tip-utilizing-the-title-attribute">SEO Tip &#8211; Utilizing the Title attribute</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>Often overlooked in SEO is the use of the Title <em>attribute</em>. Not to be confused with the Title <em>tag</em>, the title attribute can be used to add descriptive text as to any HTML element, but it&#8217;s particularly useful for describing the content of linked-to pages.</p>
<p>This is useful for SEO purposes, because The Bots can get an idea of what the content of the linked-to page is, even when the anchor text is something generic like &#8220;Read More&#8221;, or &#8220;Click Here&#8221; generated by a CMS.</p>
<p>An example of an anchor tag using a title attribute:</p>
<pre>
<a href="http://golf-draft.com" title="A simple web application for tracking golf drafts">Golf-Draft.com</a></pre>
<p>Which results in a link like so:<br />
<a href="http://golf-draft.com" title="A simple web application for tracking golf drafts">Golf-Draft.com</a></p>
<p>If you hover your mouse over the link above for about a second, you should see a yellow &#8220;tool tip&#8221; box pop up with the description &#8220;A simple web application for tracking golf drafts&#8221;.</p>
<p>Which brings us to some very handy secondary functionality of the title attribute. It can be used as a useful UI element to provide contextual help. For example, if you have a text-input used for requesting a telephone number in a form, you can use the title attribute of the input tag to provide some insight into what format you&#8217;d like the phone number entered in ie. &#8220;Please format as (204)-555-1234&#8243;.</p>
<p>The title attribute of elements is also often used by screen readers to provide information about HTML tags. So it&#8217;s also good practice to use the title attribute on anchor tags for accessibility reasons, especially if you&#8217;re website is likely to be visited by the visually impaired.</p>
<p>The one downside of properly using the title attribute is that it usually requires manual effort by a human to properly implement. For example, this blog post is titled &#8220;SEO Tip &#8211; Utilizing the Title attribute&#8221;. However, if I were to want to link to it from another page, I&#8217;d want the Title attribute to be something like &#8220;Nathan explains why websites should be using the title attribute for SEO and other reasons&#8221;. This title attribute provides a little more context than simply &#8220;SEO Tip &#8211; Utilizing the Title attribute&#8221;.</p>
<p>And if you really just don&#8217;t like the tool tips popping up, but you want the SEO benefits you can always use jQuery (or any other Javascript library) to remove the title attribute on the hover state:<br />
<code><br />
$("a").removeAttr("title");<br />
</code></p>
<p>That would remove the title attribute on all anchor tags in the page. And since The Bots don&#8217;t run Javascript when indexing pages, you&#8217;ll still get all the benefits of using the Title attribute, without affecting the user experience of your site.</p>
<p>Hopefully I&#8217;ve given some valid reasons as to why your website should be using the Title attribute when you&#8217;re building links. It should be good for you&#8217;re SEO efforts, it can provide helpful contextual information for the user, and it will make your site more accessible. Hopefully, we&#8217;ll start to see</p>
<p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><img src="http://feeds.feedburner.com/~r/NathanGiesbrecht/~4/YamR_RVd5NQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nathangiesbrecht.com/seo-tip-utilizing-the-title-attribute/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nathangiesbrecht.com/seo-tip-utilizing-the-title-attribute</feedburner:origLink></item>
		<item>
		<title>WordPress Plugins To Use</title>
		<link>http://feedproxy.google.com/~r/NathanGiesbrecht/~3/v1xfZwoWWME/wordpress-plugins-to-use</link>
		<comments>http://nathangiesbrecht.com/wordpress-plugins-to-use#comments</comments>
		<pubDate>Tue, 25 Oct 2011 00:35:06 +0000</pubDate>
		<dc:creator>Nathan Giesbrecht</dc:creator>
				<category><![CDATA[Lists]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://nathangiesbrecht.com/?p=241</guid>
		<description><![CDATA[<p><p><a href="http://nathangiesbrecht.com/wordpress-plugins-to-use">WordPress Plugins To Use</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>One of the most beautiful things about WordPress is it&#8217;s plugin system. It&#8217;s incredibly easy to use, even for the newest users. And with thousands of developers making their own plugins available for free, it greatly reduces the time needed to add new features to a WordPress site. Below is a list of the plugins...</p></p><p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://nathangiesbrecht.com/wordpress-plugins-to-use">WordPress Plugins To Use</a> at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><p>One of the most beautiful things about WordPress is it&#8217;s plugin system. It&#8217;s incredibly easy to use, even for the newest users. And with thousands of developers making their own plugins available for free, it greatly reduces the time needed to add new features to a WordPress site. Below is a list of the plugins I install in almost every WordPress project I work on. </p>
<h3><a href="http://wordpress.org/extend/plugins/exploit-scanner/" title="Exploit Scanner WordPress Plugin">Exploit Scanner</a></h3>
<p>Search the files and database of your WordPress install for signs that may indicate that it has fallen victim to malicious hackers.</p>
<h3><a href="http://wordpress.org/extend/plugins/wordpress-seo/" title="Wordpress SEO By Yoast plugin">WordPress SEO By Yoast</a></h3>
<p>Yoast&#8217;s all in one SEO solution for your WordPress blog: SEO titles, meta descriptions, XML sitemaps, breadcrumbs &#038; much more.</p>
<h3><a href="http://wordpress.org/extend/plugins/regenerate-thumbnails/" title="Regenerate Thumbnails WordPress plugin">Regenerate Thumbnails</a></h3>
<p>Regenerate Thumbnails allows you to regenerate the thumbnails for your image attachments. This is very handy if you&#8217;ve changed any of your thumbnail dimensions (via Settings -> Media) after previously uploading images or have changed to a theme with different featured post image dimensions.</p>
<h3><a href="http://wordpress.org/extend/plugins/contact-form-7/" title="Contact Form 7 WordPress plugin">Contact Form 7</a></h3>
<p>Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on.</p>
<h3><a href="http://wordpress.org/extend/plugins/wp-super-cache/" title="WP Super Cache WordPress plugin">WP Super Cache</a></h3>
<p>This plugin generates static html files from your dynamic WordPress blog. After a html file is generated your webserver will serve that file instead of processing the comparatively heavier and more expensive WordPress PHP scripts.</p>
<h3><a href="http://wordpress.org/extend/plugins/wp-minify/" title="WP Minify WordPress Plugin">WP Minify</a></h3>
<p>This plugin integrates the Minify engine into your WordPress blog. Once enabled, this plugin will combine and compress JS and CSS files to improve page load time.</p>
<h3><a href="http://wordpress.org/extend/plugins/white-label-cms/" title="White Label CMS WordPress Plugin">White Label CMS</a></h3>
<p>The White Label CMS plugin is for developers who want to give their clients a more personalised and less confusing CMS.</p>
<p><!-- EZPZ One Click Backup<br />
Mainteanace Mode<br />
Plug-in Check<br />
Disqus --></p>
<p>Check us out at <a href="http://nathangiesbrecht.com">Nathan Giesbrecht - Winnipeg Digital Development &amp; Web Design</a></p><img src="http://feeds.feedburner.com/~r/NathanGiesbrecht/~4/v1xfZwoWWME" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://nathangiesbrecht.com/wordpress-plugins-to-use/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://nathangiesbrecht.com/wordpress-plugins-to-use</feedburner:origLink></item>
	</channel>
</rss>

