<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>The Way Of Coding</title>
	<link>http://www.thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Tue, 23 Feb 2010 23:09:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Securing a Wordpress Blog</title>
		<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>
		<link>http://www.thewayofcoding.com/2010/02/securing-a-wordpress-blog/</link>
			</item>
	<item>
		<title>Setting up a Source Control Server</title>
		<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>
		<link>http://www.thewayofcoding.com/2009/12/setting-up-a-source-control-server/</link>
			</item>
	<item>
		<title>Clean URLs in PHP Yii Framework</title>
		<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>
		<link>http://www.thewayofcoding.com/2009/11/clean-urls-in-php-yii-framework/</link>
			</item>
	<item>
		<title>Setting Up Netbeans and Ruby</title>
		<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>
		<link>http://www.thewayofcoding.com/2009/11/setting-up-netbeans-and-ruby/</link>
			</item>
</channel>
</rss>
