<?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 &#187; install</title>
	<atom:link href="http://thewayofcoding.com/tag/install/feed/" rel="self" type="application/rss+xml" />
	<link>http://thewayofcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 28 Jun 2010 06:17:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Setting Up Netbeans and Ruby</title>
		<link>http://thewayofcoding.com/2009/11/setting-up-netbeans-and-ruby/</link>
		<comments>http://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 with [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2009/11/setting-up-netbeans-and-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting .NET COM Interop DLLs Working</title>
		<link>http://thewayofcoding.com/2008/10/getting-net-com-interop-dlls-working/</link>
		<comments>http://thewayofcoding.com/2008/10/getting-net-com-interop-dlls-working/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 16:59:44 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[COM]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[interop]]></category>
		<category><![CDATA[regasm]]></category>
		<category><![CDATA[register]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=102</guid>
		<description><![CDATA[I recently finished working on a macro program where the software&#8217;s interface is COM.  Everything worked great until I wanted to transfer the macro over to a test client computer.  The program I was writing the macro for requires some registry entries, so I assumed that was all I needed to do.  After about 2 [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2008/10/getting-net-com-interop-dlls-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Revamp Details</title>
		<link>http://thewayofcoding.com/2008/08/site-revamp-details/</link>
		<comments>http://thewayofcoding.com/2008/08/site-revamp-details/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 01:55:43 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[hosts file]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.thewayofcoding.com/?p=76</guid>
		<description><![CDATA[Here is a screen shot of the old site.  It served me well for the two years or so that I had it running on blogger.com.  The great thing about blogging is that I can save bits of important information in one place that I can later come back and utilize. The secondary benefit is [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2008/08/site-revamp-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a Symfony development enviroment running on windows</title>
		<link>http://thewayofcoding.com/2007/01/getting-a-symfony-development-enviroment-running-on-windows/</link>
		<comments>http://thewayofcoding.com/2007/01/getting-a-symfony-development-enviroment-running-on-windows/#comments</comments>
		<pubDate>Thu, 11 Jan 2007 20:05:00 +0000</pubDate>
		<dc:creator>Scott</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[symfony]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://localhost/?p=13</guid>
		<description><![CDATA[Nothing is ever easy&#8230; Anyways, to get a computer ready to start developing with the Symfony PHP framework you have a few options. You can take the long, long route and install apache, php, and a database server. With that you have to do a good deal of configuration to get everything working together. You [...]]]></description>
		<wfw:commentRss>http://thewayofcoding.com/2007/01/getting-a-symfony-development-enviroment-running-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
