<?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>T. Brian Jones</title>
	<atom:link href="http://www.tbrianjones.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tbrianjones.com/blog</link>
	<description>A blog about stuff I find interesting.</description>
	<lastBuildDate>Wed, 22 Feb 2012 08:35:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>2012 Mardi Gras From Above, Gaslamp, San Diego</title>
		<link>http://www.tbrianjones.com/blog/2012/02/22/2012-mardi-gras-from-above-gaslamp-san-diego/</link>
		<comments>http://www.tbrianjones.com/blog/2012/02/22/2012-mardi-gras-from-above-gaslamp-san-diego/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 08:31:36 +0000</pubDate>
		<dc:creator>tbrianjones</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[gaslamp]]></category>
		<category><![CDATA[mardi gras]]></category>
		<category><![CDATA[night photography]]></category>
		<category><![CDATA[san diego]]></category>
		<category><![CDATA[time exposures]]></category>

		<guid isPermaLink="false">http://www.tbrianjones.com/blog/?p=25</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tbrianjones.com/blog/2012/02/22/2012-mardi-gras-from-above-gaslamp-san-diego/mardi_gras_market_street/" rel="attachment wp-att-27"><img class="alignnone size-large wp-image-27" title="2012 Mardi Gras on Market Street, Gaslamp, San Diego" src="http://www.tbrianjones.com/blog/wp-content/uploads/2012/02/mardi_gras_market_street-620x363.jpg" alt="" width="620" height="363" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tbrianjones.com/blog/2012/02/22/2012-mardi-gras-from-above-gaslamp-san-diego/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setup WordPress so plugins and themes can be updated from the web Interface via FTPS</title>
		<link>http://www.tbrianjones.com/blog/2012/01/18/setup-wordpress-so-plugins-and-themes-can-be-updated-from-the-web-interface-via-ftps/</link>
		<comments>http://www.tbrianjones.com/blog/2012/01/18/setup-wordpress-so-plugins-and-themes-can-be-updated-from-the-web-interface-via-ftps/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 01:40:29 +0000</pubDate>
		<dc:creator>tbrianjones</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ownership]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.tbrianjones.com/blog/?p=4</guid>
		<description><![CDATA[I installed WordPress version 3.3.1 on an Amazon Web Services ( AWS ) EC2 instance running Linux CentOS and Apache.  Everything worked with the basic install until I tried to update plugins and themes through the WordPress web interface ( or dashboard ).  Every time WordPress tried to FTP into my server, I got the [...]]]></description>
			<content:encoded><![CDATA[<p>I installed WordPress version 3.3.1 on an Amazon Web Services ( AWS ) EC2 instance running Linux CentOS and Apache.  Everything worked with the <a href="http://codex.wordpress.org/Installing_WordPress">basic install</a> until I tried to update plugins and themes through the WordPress web interface ( or dashboard ).  Every time WordPress tried to FTP into my server, I got the error &#8220;Failed to connect to FTP Server.&#8221;</p>
<p>WordPress ( at least this version ) requires that the webserver own the wordpress install directory and all files within it.  To do this, simply execute the following from the command line on your server.</p>
<pre class="brush:shell">sudo chown -R apache:apache /wordpress_install_folder/</pre>
<p>For me, the wordpress_install_folder was at /www/html/blog/.  Now I can manage WordPress code and upgrades from within the WordPress web interface. One can always manage files manually via FTP, but this can be a pain.  The web interface is very simple when WordPress is configured properly, so I know this will lead to me actually updating my WordPress install when new software is released. Good!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tbrianjones.com/blog/2012/01/18/setup-wordpress-so-plugins-and-themes-can-be-updated-from-the-web-interface-via-ftps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

