<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Khuc's Blog: Life and Web</title>
	<atom:link href="http://blog.thekhuc.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thekhuc.com</link>
	<description>Go Cavaliers!</description>
	<pubDate>Thu, 13 Nov 2008 06:39:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Twitter and FriendFeed Me</title>
		<link>http://blog.thekhuc.com/2008/11/13/twitter-and-friendfeed-me/</link>
		<comments>http://blog.thekhuc.com/2008/11/13/twitter-and-friendfeed-me/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 06:39:49 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Deals]]></category>

		<category><![CDATA[FriendFeed]]></category>

		<category><![CDATA[twitter]]></category>

		<category><![CDATA[Web2.0]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/?p=393</guid>
		<description><![CDATA[




From WordPress







From WordPress


&#160;&#160;&#160;&#160;&#160;&#160;     ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><table style="width:auto;">
<tr>
<td><a href="http://twitter.com/dealyzer"><img src="http://lh3.ggpht.com/_b3AiL3uKBgs/SRvKcdyWAsI/AAAAAAAAJVc/C137zNCg3kg/s400/Twitter-dealyzer_1226558752769.jpg" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif;font-size:11px;text-align:right;">From <a href="http://picasaweb.google.com/thekhuc/WordPress">WordPress</a></td>
</tr>
</table>
<table style="width:auto;">
<tr>
<td><a href="http://friendfeed.com/dealyzer"><img src="http://lh6.ggpht.com/_b3AiL3uKBgs/SRvKcuzAzxI/AAAAAAAAJVk/ba1QG7mmhQc/s400/Deal.y.zer-FriendFeed_1226558798922.jpg" /></a></td>
</tr>
<tr>
<td style="font-family:arial,sans-serif;font-size:11px;text-align:right;">From <a href="http://picasaweb.google.com/thekhuc/WordPress">WordPress</a></td>
</tr>
</table>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/393/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/393/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/393/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=393&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/11/13/twitter-and-friendfeed-me/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/_b3AiL3uKBgs/SRvKcdyWAsI/AAAAAAAAJVc/C137zNCg3kg/s400/Twitter-dealyzer_1226558752769.jpg" medium="image" />

		<media:content url="http://lh6.ggpht.com/_b3AiL3uKBgs/SRvKcuzAzxI/AAAAAAAAJVk/ba1QG7mmhQc/s400/Deal.y.zer-FriendFeed_1226558798922.jpg" medium="image" />
	</item>
		<item>
		<title>Rails Hello World!</title>
		<link>http://blog.thekhuc.com/2008/10/03/rails-hello-world/</link>
		<comments>http://blog.thekhuc.com/2008/10/03/rails-hello-world/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 05:48:29 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[Rails]]></category>

		<category><![CDATA[hello world]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/?p=391</guid>
		<description><![CDATA[App\Controllers\say_controller.rb
class SayController &#60; ApplicationController
    def hello
        @time = Time.now
    end

    def goodbye
    end

    def files
        @files = Dir.glob('*')
    end
end
app\views\say\hello.html.erb
&#60;html&#62;
	&#60;head&#62;
		&#60;title&#62;Hello, Rails!&#60;/title&#62;
	&#60;/head&#62;
	&#60;body&#62;
		&#60;h1&#62;Hello from Rails!&#60;/h1&#62;
		&#60;ul&#62;
			&#60;li&#62;Addition: &#60;%= 1+2 %&#62; &#60;/li&#62;
			&#60;li&#62;Concatenation: &#60;%= "cow" + "boy" %&#62; &#60;/li&#62;
			&#60;li&#62;Time in one hour: &#60;%= 1.hour.from_now %&#62; &#60;/li&#62;
		&#60;/ul&#62;

		&#60;% 3.times do %&#62;
		Ho!&#60;br /&#62;
		&#60;% end %&#62;
		Merry Christmas!
		&#60;br /&#62;&#60;br /&#62;
		&#60;% 3.downto(1) do &#124;count&#124; -%&#62;
		&#60;%= count [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h3>App\Controllers\say_controller.rb</h3>
<pre>class SayController &lt; ApplicationController
    def hello
        @time = Time.now
    end

    def goodbye
    end

    def files
        @files = Dir.glob('*')
    end
end</pre>
<h3>app\views\say\hello.html.erb</h3>
<pre>&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;Hello, Rails!&lt;/title&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;h1&gt;Hello from Rails!&lt;/h1&gt;
		&lt;ul&gt;
			&lt;li&gt;Addition: &lt;%= 1+2 %&gt; &lt;/li&gt;
			&lt;li&gt;Concatenation: &lt;%= "cow" + "boy" %&gt; &lt;/li&gt;
			&lt;li&gt;Time in one hour: &lt;%= 1.hour.from_now %&gt; &lt;/li&gt;
		&lt;/ul&gt;

		&lt;% 3.times do %&gt;
		Ho!&lt;br /&gt;
		&lt;% end %&gt;
		Merry Christmas!
		&lt;br /&gt;&lt;br /&gt;
		&lt;% 3.downto(1) do |count| -%&gt;
		&lt;%= count %&gt;...&lt;br /&gt;
		&lt;% end -%&gt;
		Lift off!
		&lt;br /&gt;&lt;br /&gt;
		Email: &lt;%= h("The &lt;thekhuc@gmail.com&gt;") %&gt;

		&lt;p&gt;
			It is now &lt;%= Time.now %&gt;
		&lt;/p&gt;

		&lt;p&gt;
			It is now &lt;%= @time %&gt;
		&lt;/p&gt;

		&lt;p&gt;
			Time to say
			&lt;%= link_to "Goodbye!", :action =&gt; "goodbye" %&gt;
	&lt;/body&gt;
&lt;/html&gt;</pre>
<h3>http://localhost:3000/say/hello</h3>
<h1>Hello from Rails!</h1>
<ul>
<li>Addition: 3</li>
<li>Concatenation: cowboy</li>
<li>Time in one hour: 2008-10-03 06:23:33 UTC</li>
</ul>
<p>Ho!<br />
Ho!<br />
Ho!<br />
Merry Christmas!</p>
<p>3&#8230;<br />
2&#8230;<br />
1&#8230;<br />
Lift off!</p>
<p>Email: The &lt;thekhuc@gmail.com&gt;</p>
<p>It is now Fri Oct 03 01:23:33 -0400 2008</p>
<p>It is now Fri Oct 03 01:23:33 -0400 2008</p>
<p>Time to say 			<a href="http://localhost:3000/say/goodbye">Goodbye!</a></p>
<pre></pre>
<h3>app\views\say\goodbye.html.erb</h3>
<pre>&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;See You Later!&lt;/title&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;h1&gt;Goodbye!&lt;/h1&gt;
		&lt;p&gt;
			It was nice having you here.
		&lt;/p&gt;

		&lt;p&gt;
			Time to say
			&lt;%= link_to "Hello!", :action =&gt; "hello" %&gt;
	&lt;/body&gt;
&lt;/html&gt;</pre>
<h3>http://localhost:3000/say/goodbye</h3>
<h1>Goodbye!</h1>
<p>It was nice having you here.</p>
<p>Time to say 			<a href="http://localhost:3000/say/hello">Hello!</a></p>
<pre></pre>
<h3>app\views\say\files.html.erb</h3>
<pre>&lt;html&gt;
	&lt;head&gt;
		&lt;title&gt;Files&lt;/title&gt;
	&lt;/head&gt;
	&lt;body&gt;
		&lt;ul&gt;
			&lt;% for file in @files %&gt;
				&lt;li&gt;file name is &lt;%= file %&gt;&lt;/li&gt;
			&lt;% end %&gt;
		&lt;/ul&gt;
	&lt;/body&gt;
&lt;/html&gt;</pre>
<h3>http://localhost:3000/say/files</h3>
<ul>
<li>file name is app</li>
<li>file name is config</li>
<li>file name is db</li>
<li>file name is doc</li>
<li>file name is lib</li>
<li>file name is log</li>
<li>file name is public</li>
<li>file name is Rakefile</li>
<li>file name is README</li>
<li>file name is script</li>
<li>file name is test</li>
<li>file name is tmp</li>
<li>file name is vendor</li>
</ul>
<pre></pre>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=391&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/10/03/rails-hello-world/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>
	</item>
		<item>
		<title>Agile Web Development with Rails - Third Edition</title>
		<link>http://blog.thekhuc.com/2008/09/17/agile-web-development-with-rails-third-edition/</link>
		<comments>http://blog.thekhuc.com/2008/09/17/agile-web-development-with-rails-third-edition/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 16:04:07 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[Agile Development]]></category>

		<category><![CDATA[Books]]></category>

		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/2008/09/17/agile-web-development-with-rails-third-edition/</guid>
		<description><![CDATA[This is my current read. I want to see how Rails development is different from ASP.NET and how Rails enables Agile Web Development. 







       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This is my current read. I want to see how Rails development is different from ASP.NET and how Rails enables Agile Web Development. </p>
<table style="width:auto;">
<tbody>
<tr>
<td><a href="http://pragprog.com/titles/rails3/agile-web-development-with-rails-third-edition"><img src="http://lh6.ggpht.com/thekhuc/SNEoqetnd2I/AAAAAAAAJOU/TT-ItPUJx64/s400/rails3.jpg"></a></td>
</tr>
</tbody>
</table>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thekhuc.wordpress.com/390/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thekhuc.wordpress.com/390/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/390/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/390/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/390/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=390&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/09/17/agile-web-development-with-rails-third-edition/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>

		<media:content url="http://lh6.ggpht.com/thekhuc/SNEoqetnd2I/AAAAAAAAJOU/TT-ItPUJx64/s400/rails3.jpg" medium="image" />
	</item>
		<item>
		<title>Current Read</title>
		<link>http://blog.thekhuc.com/2008/08/22/current-read/</link>
		<comments>http://blog.thekhuc.com/2008/08/22/current-read/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 19:41:03 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[Books]]></category>

		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/2008/08/22/current-read/</guid>
		<description><![CDATA[UNIX Shell Programming by Stephen Kochan and Patrick Wood

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>UNIX Shell Programming by Stephen Kochan and Patrick Wood</p>
<p><a href="http://www.amazon.com/Shell-Programming-Revised-Stephen-Kochan/dp/067248448X"><img src="http://lh5.ggpht.com/thekhuc/SK8VcQ9QkKI/AAAAAAAAJMk/eLf_jfisbgA/s400/unixshellprogramming.jpg"></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thekhuc.wordpress.com/389/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thekhuc.wordpress.com/389/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/389/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/389/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/389/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=389&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/08/22/current-read/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/thekhuc/SK8VcQ9QkKI/AAAAAAAAJMk/eLf_jfisbgA/s400/unixshellprogramming.jpg" medium="image" />
	</item>
		<item>
		<title>NAnt Intellisense in Visual Studio 2005</title>
		<link>http://blog.thekhuc.com/2008/08/22/nant-intellisense-in-visual-studio-2005/</link>
		<comments>http://blog.thekhuc.com/2008/08/22/nant-intellisense-in-visual-studio-2005/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 19:31:46 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[Build]]></category>

		<category><![CDATA[Continuous Integration]]></category>

		<category><![CDATA[Visual Studio 2005]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/2008/08/22/nant-intellisense-in-visual-studio-2005/</guid>
		<description><![CDATA[Kevin Miller has a great tutorial for getting Intellisense working for NAnt under Visual Studio 2005.
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://blogs.dovetailsoftware.com/blogs/kmiller/default.aspx">Kevin Miller</a> has a great <a href="http://blogs.dovetailsoftware.com/blogs/kmiller/archive/2007/10/29/intellisense-for-editing-nant-build-scripts.aspx">tutorial</a> for getting Intellisense working for NAnt under Visual Studio 2005.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thekhuc.wordpress.com/388/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thekhuc.wordpress.com/388/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/388/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/388/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/388/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=388&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/08/22/nant-intellisense-in-visual-studio-2005/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>
	</item>
		<item>
		<title>AnkhSVN and VS Command Shell</title>
		<link>http://blog.thekhuc.com/2008/08/22/ankhsvn-and-vs-command-shell/</link>
		<comments>http://blog.thekhuc.com/2008/08/22/ankhsvn-and-vs-command-shell/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 19:25:11 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[IDE]]></category>

		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Shell]]></category>

		<category><![CDATA[Source Control]]></category>

		<category><![CDATA[Visual Studio 2005]]></category>

		<category><![CDATA[Visual Studio 2008]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/2008/08/22/ankhsvn-and-vs-command-shell/</guid>
		<description><![CDATA[Add the following tools to your toolset if you&#8217;re doing doing Continuous Integration with your .NET projects:
AnkhSVN - A Subversion SourceControl Provider for Visual Studio. The software allows you to perform the most common version control operations directly from inside the Microsoft Visual Studio IDE. With AnkhSVN you no longer need to leave your IDE [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Add the following tools to your toolset if you&#8217;re doing doing Continuous Integration with your .NET projects:</p>
<p><a href="http://ankhsvn.open.collab.net/">AnkhSVN</a> - A Subversion SourceControl Provider for Visual Studio. The software allows you to perform the most common version control operations directly from inside the Microsoft Visual Studio IDE. With AnkhSVN you no longer need to leave your IDE to perform tasks like viewing the status of your source code, updating your Subversion working copy and committing changes. You can even browse your repository and you can plug-in your favorite diff tool.</p>
<p><a href="http://www.codeplex.com/VSCmdShell">VS Command Shell</a> - VSCmdShell provides users with a shell window inside the Visual Studio IDE that can be used for Visual Studio commands as well. Current version allows user to use either Windows Command Shell (cmd.exe) or <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx">Windows PowerShell</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thekhuc.wordpress.com/387/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thekhuc.wordpress.com/387/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/387/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/387/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/387/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=387&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/08/22/ankhsvn-and-vs-command-shell/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>
	</item>
		<item>
		<title>IIS 6 Fix for UrlRewriter.Net</title>
		<link>http://blog.thekhuc.com/2008/07/18/iis-6-fix-for-urlrewriternet/</link>
		<comments>http://blog.thekhuc.com/2008/07/18/iis-6-fix-for-urlrewriternet/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 04:16:13 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[IIS]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[Tutorials and Tricks]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/2008/07/18/iis-6-fix-for-urlrewriternet/</guid>
		<description><![CDATA[Make sure you add a Wildcard application maps entry under Application Configuration for UrlRewriter.Net to work without file extensions, e.g. http://localhost/show/users.

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Make sure you add a <strong>Wildcard application maps</strong> entry under <strong>Application Configuration</strong> for UrlRewriter.Net to work without file extensions, e.g. <strong>http://localhost/show/users</strong>.</p>
<p><a href="http://picasaweb.google.com/thekhuc/WordPress/photo#5224567722082744994"><img src="http://lh5.ggpht.com/thekhuc/SIFkqYu2uqI/AAAAAAAAI-8/dqEdI9l10Us/s400/iis_appconfigs.jpg"></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thekhuc.wordpress.com/384/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thekhuc.wordpress.com/384/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/384/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/384/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/384/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=384&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/07/18/iis-6-fix-for-urlrewriternet/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>

		<media:content url="http://lh5.ggpht.com/thekhuc/SIFkqYu2uqI/AAAAAAAAI-8/dqEdI9l10Us/s400/iis_appconfigs.jpg" medium="image" />
	</item>
		<item>
		<title>Could Not Load File or Assembly Issue</title>
		<link>http://blog.thekhuc.com/2008/07/16/could-not-load-file-or-assembly-issue/</link>
		<comments>http://blog.thekhuc.com/2008/07/16/could-not-load-file-or-assembly-issue/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 22:19:47 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[.NET]]></category>

		<category><![CDATA[ASP.NET 2.0]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/2008/07/16/could-not-load-file-or-assembly-issue/</guid>
		<description><![CDATA[Problem:
Could not load file or assembly &#8216;System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&#8217; or one of its dependencies. System could not find the file.
Cause: 
System.EnterpriseServices.dll is missing in the GAC or there exist different versions of this dll.
Fix: 
Drag and drop &#8220;&#60;windows_directory&#62;\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll&#8221;into the &#8220;&#60;windows_directory&#62;\assembly\&#8221; folder.
Source: http://forums.asp.net/t/956018.aspx
       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><h2>Problem:</h2>
<p>Could not load file or assembly &#8216;System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&#8217; or one of its dependencies. System could not find the file.<br />
<h2>Cause: </h2>
<p>System.EnterpriseServices.dll is missing in the GAC or there exist different versions of this dll.<br />
<h2>Fix: </h2>
<p>Drag and drop &#8220;&lt;windows_directory&gt;\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll&#8221;<br />into the &#8220;&lt;windows_directory&gt;\assembly\&#8221; folder.
<p>Source: <a href="http://forums.asp.net/t/956018.aspx">http://forums.asp.net/t/956018.aspx</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thekhuc.wordpress.com/378/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thekhuc.wordpress.com/378/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/378/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/378/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/378/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=378&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/07/16/could-not-load-file-or-assembly-issue/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>
	</item>
		<item>
		<title>Projects</title>
		<link>http://blog.thekhuc.com/2008/07/15/projects/</link>
		<comments>http://blog.thekhuc.com/2008/07/15/projects/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 22:34:25 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<category><![CDATA[diet]]></category>

		<category><![CDATA[fitness]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/?p=374</guid>
		<description><![CDATA[These are some of my latest projects, which I take great pride in posting.
Tools used: ASP.NET, C#, ASP.NET AJAX Control Toolkit, Javascript, CSS
Create/Edit New Foods

Grocery List

Eight 8-oz Glasses of Water

Edit Nutrition Goals

       ]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>These are some of my latest projects, which I take great pride in posting.</p>
<p>Tools used: ASP.NET, C#, ASP.NET AJAX Control Toolkit, Javascript, CSS</p>
<h3>Create/Edit New Foods</h3>
<p><a href="http://picasaweb.google.com/thekhuc/WordPress/photo#5223371213613564802"><img src="http://lh3.ggpht.com/thekhuc/SH0kcbVwA4I/AAAAAAAAI9o/PnvDqADB8Hg/s400/createnewfood.png" /></a></p>
<h3>Grocery List</h3>
<p><a href="http://picasaweb.google.com/thekhuc/WordPress/photo#5223371217375933426"><img src="http://lh5.ggpht.com/thekhuc/SH0kcpWxM_I/AAAAAAAAI9w/YleTqn1XRMo/s400/grocerylist.png" /></a></p>
<h3>Eight 8-oz Glasses of Water</h3>
<p><a href="http://picasaweb.google.com/thekhuc/WordPress/photo#5223371216974934354"><img src="http://lh6.ggpht.com/thekhuc/SH0kcn3KcVI/AAAAAAAAI94/5dGIT-bGDB8/s400/eightglasses.png" /></a></p>
<h3>Edit Nutrition Goals</h3>
<p><a href="http://picasaweb.google.com/thekhuc/WordPress/photo#5223371219517284466"><img src="http://lh4.ggpht.com/thekhuc/SH0kcxVToHI/AAAAAAAAI-A/GJYzJpj3218/s400/editnutritiongoals.png" /></a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thekhuc.wordpress.com/374/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thekhuc.wordpress.com/374/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/374/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/374/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/374/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=374&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/07/15/projects/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>

		<media:content url="http://lh3.ggpht.com/thekhuc/SH0kcbVwA4I/AAAAAAAAI9o/PnvDqADB8Hg/s400/createnewfood.png" medium="image" />

		<media:content url="http://lh5.ggpht.com/thekhuc/SH0kcpWxM_I/AAAAAAAAI9w/YleTqn1XRMo/s400/grocerylist.png" medium="image" />

		<media:content url="http://lh6.ggpht.com/thekhuc/SH0kcn3KcVI/AAAAAAAAI94/5dGIT-bGDB8/s400/eightglasses.png" medium="image" />

		<media:content url="http://lh4.ggpht.com/thekhuc/SH0kcxVToHI/AAAAAAAAI-A/GJYzJpj3218/s400/editnutritiongoals.png" medium="image" />
	</item>
		<item>
		<title>Development Tools</title>
		<link>http://blog.thekhuc.com/2008/07/15/development-tools/</link>
		<comments>http://blog.thekhuc.com/2008/07/15/development-tools/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 21:34:40 +0000</pubDate>
		<dc:creator>thekhuc</dc:creator>
		
		<category><![CDATA[Open Source]]></category>

		<category><![CDATA[Oracle]]></category>

		<category><![CDATA[Source Control]]></category>

		<category><![CDATA[Technology]]></category>

		<category><![CDATA[Work]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://thekhuc.wordpress.com/?p=366</guid>
		<description><![CDATA[If you manage a start-up, and can&#8217;t afford to pay for software development tools, then these are for you. They are very popular in the open-source community. There is also plenty of help on these tools on the web to help you get started. I am currently using these for my projects as well, and [...]]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>If you manage a start-up, and can&#8217;t afford to pay for software development tools, then these are for you. They are very popular in the open-source community. There is also plenty of help on these tools on the web to help you get started. I am currently using these for my projects as well, and they&#8217;re really good.</p>
<h3>NUnit</h3>
<p>NUnit is a unit-testing framework for all .Net languages. Initially ported from  JUnit, the current production release, version 2.4, is the fifth major release of this xUnit based unit testing tool for Microsoft .NET. It is written entirely in C# and has been completely redesigned to take advantage of many .NET language features, for example custom attributes and other reflection related capabilities. NUnit brings xUnit to all .NET languages.</p>
<h3>NAnt</h3>
<p>NAnt is a free .NET build tool. In theory it is kind of like make without make&#8217;s wrinkles. In practice it&#8217;s a lot like Ant.  A</p>
<h3>TortoiseSVN</h3>
<p>Subversion client, implemented as a windows shell extension.</p>
<p>TortoiseSVN is a really easy to use Revision control / version control / source control software for Windows.<br />
Since it&#8217;s not an integration for a specific IDE you can use it with whatever development tools you like.<br />
TortoiseSVN is free to use. You don&#8217;t need to get a loan or pay a full years salary to use it.</p>
<h3>DBVisualizer</h3>
<p>DbVisualizer is a database tool useful for developers and database administrators to aid develop and maintain their databases. It is the perfect solution since the same tool can be used on all major operating systems accessing a wide range of databases.</p>
<h3>Oracle Database 10g Express Edition</h3>
<p>Oracle Database 10g Express Edition (Oracle Database XE) is a free, downloadable version of the world&#8217;s most capable relational database.</p>
<p>Oracle Database XE is easy to install and easy to manage. With Oracle Database XE, you use the Database Home Page, an intuitive browser-based interface, to administer the database; create tables, views, and other schema objects; import, export, and view table data; run queries and SQL scripts; and generate reports.</p>
<p>Oracle Database XE includes Oracle HTML DB 2.1, a declarative, graphical development environment for creating database-centric Web applications. In addition to HTML DB 2.1, you can use popular Oracle and third-party languages and tools to develop your Oracle Database XE applications.</p>
<h3>Links</h3>
<p><a href="http://www.nunit.org/index.php">http://www.nunit.org/index.php</a><br />
<a href="http://nant.sourceforge.net/">http://nant.sourceforge.net/</a><br />
<a href="http://tortoisesvn.tigris.org/">http://tortoisesvn.tigris.org/</a><br />
<a href="http://www.minq.se/products/dbvis/">http://www.minq.se/products/dbvis/</a><br />
<a href="http://www.oracle.com/technology/software/products/database/xe/index.html">http://www.oracle.com/technology/software/products/database/xe/index.html</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/thekhuc.wordpress.com/366/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/thekhuc.wordpress.com/366/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/thekhuc.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/thekhuc.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/thekhuc.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/thekhuc.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/thekhuc.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/thekhuc.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/thekhuc.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/thekhuc.wordpress.com/366/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/thekhuc.wordpress.com/366/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/thekhuc.wordpress.com/366/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.thekhuc.com&blog=660393&post=366&subd=thekhuc&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://blog.thekhuc.com/2008/07/15/development-tools/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/thekhuc-128.jpg" medium="image">
			<media:title type="html">thekhuc</media:title>
		</media:content>
	</item>
	</channel>
</rss>