<?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>The Way Of Coding</title>
	<atom:link href="http://www.thewayofcoding.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2010 23:09:19 +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>Securing a Wordpress Blog</title>
		<link>http://www.thewayofcoding.com/2010/02/securing-a-wordpress-blog/</link>
		<comments>http://www.thewayofcoding.com/2010/02/securing-a-wordpress-blog/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 23:09:19 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=187</guid>
		<description><![CDATA[Here are a few tips to securing a wordpress based blog or site:
Change the location of your wp-content directory.  This is good for making your site&#8217;s source code less discernable  as a wordpress blog.
In the wp-config.php file:
define( &#8216;WP_CONTENT_DIR&#8217;, $_SERVER['DOCUMENT_ROOT'] . &#8216;/wp-content&#8217; );
define( &#8216;WP_CONTENT_URL&#8217;, &#8216;http://example/wp-content&#8217;); 
Change &#8220;wp-content&#8221; to something else.
Keep in mind that some [...]]]></description>
		<wfw:commentRss>http://www.thewayofcoding.com/2010/02/securing-a-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up a Source Control Server</title>
		<link>http://www.thewayofcoding.com/2009/12/setting-up-a-source-control-server/</link>
		<comments>http://www.thewayofcoding.com/2009/12/setting-up-a-source-control-server/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 05:48:26 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[atom]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[energy efficient]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[source control]]></category>
		<category><![CDATA[subeclipse]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=185</guid>
		<description><![CDATA[Lately, I&#8217;ve been interested in the benefits of having a dedicated source control server.
My goals for the project:
1. Have a dedicated server to store source and other files I&#8217;m working on that could benefit from source control and a secondary backup.
2. Have the server accessible through the Internet so that friends who I am working [...]]]></description>
		<wfw:commentRss>http://www.thewayofcoding.com/2009/12/setting-up-a-source-control-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clean URLs in PHP Yii Framework</title>
		<link>http://www.thewayofcoding.com/2009/11/clean-urls-in-php-yii-framework/</link>
		<comments>http://www.thewayofcoding.com/2009/11/clean-urls-in-php-yii-framework/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 05:40:59 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[modrewrite]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[yii]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=183</guid>
		<description><![CDATA[Here is a quick tip to save some trouble.  The goal here is to get clean urls like http://localhost/site/test/5 or http://localhost/site/contact without having a query string variable and also not having the filename index.php show up.
My configuration:
EasyPHP (apache/php/mysql combo for windows)
Yii PHP framework
In the Yii main.php configuration file you need:

'urlManager'=&#62;array(
    'urlFormat'=&#62;'path',
 [...]]]></description>
		<wfw:commentRss>http://www.thewayofcoding.com/2009/11/clean-urls-in-php-yii-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Netbeans and Ruby</title>
		<link>http://www.thewayofcoding.com/2009/11/setting-up-netbeans-and-ruby/</link>
		<comments>http://www.thewayofcoding.com/2009/11/setting-up-netbeans-and-ruby/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 02:27:43 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[netbeans]]></category>
		<category><![CDATA[ror]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=171</guid>
		<description><![CDATA[I&#8217;ve been considering some development with Ruby and Rails.  As I&#8217;ve used the Netbeans IDE before and liked it, I downloaded the Ruby version to give it a try.
The main benefit here is that you can do a lot of things without the console.  I can add models, scaffolds, migrate databases, and such [...]]]></description>
		<wfw:commentRss>http://www.thewayofcoding.com/2009/11/setting-up-netbeans-and-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
