<?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>WowKhmer Tech &#187; Tools</title>
	<atom:link href="http://tech.wowkhmer.com/category/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.wowkhmer.com</link>
	<description>We.Passionate.Technologies</description>
	<lastBuildDate>Sun, 28 Mar 2010 08:39:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Shortcut keys for your favorite test runner(TestDriven.Net, Resharper)</title>
		<link>http://tech.wowkhmer.com/2009/12/shortcut-keys-for-your-favorite-test-runnertestdriven-net-resharper/</link>
		<comments>http://tech.wowkhmer.com/2009/12/shortcut-keys-for-your-favorite-test-runnertestdriven-net-resharper/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 01:10:40 +0000</pubDate>
		<dc:creator>Samnang Chhun</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Resharper]]></category>
		<category><![CDATA[TDD]]></category>
		<category><![CDATA[Testdriven.net]]></category>

		<guid isPermaLink="false">http://tech.wowkhmer.com/?p=178</guid>
		<description><![CDATA[Recently, I have spent some time for reading and practicing on small exercises by using TDD for solving the problems. While I was writing more and more tests, I needed to run it more often. Then I realize I am annoyed every time I want to run the current test method, I need to stop [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, I have spent some time for reading and practicing on small exercises by using TDD for solving the problems. While I was writing more and more tests, I needed to run it more often. Then I realize I am annoyed every time I want to run the current test method, I need to stop from the keyboard and lift my hand to the mouse for running it from the context menu. It’s a kind of less productivity and not be a professional. After that, I found the way how to assign shortcut keys for our favorite unit-test runner like <a title="TestDriven.NET" href="http://testdriven.net/" target="_blank">TestDriven.NET</a> and <a title="Resharper" href="http://www.jetbrains.com/resharper/" target="_blank">Resharper</a>:</p>
<ul>
<li>In Visual Studio, Go to “Tools –&gt; Options”</li>
<li>Select “Environment –&gt; Keyboard”</li>
<li>In the “Show command containing:” text box, enter your unit-test runner like “TestDriven” or “Resharper_UnitTest”:<br />
For my personal I have assigned some shortcut keys on:</p>
<ul style="list-line-style: circle">
<li>TestDriven.NET.RunTests –&gt; (Ctrl+R, Ctrl+T)</li>
<li>TestDriven.NET.Debugger –&gt; (Ctrl+R, Ctrl+D)</li>
<li>TestDriven.NET.Debugger –&gt; (Ctrl+R, Ctrl+D)</li>
<li>TestDriven.NET.RerunTests –&gt; (Ctrl+R, Ctrl+R)</li>
<li>Resharper.Resharper_UnitTest_ContextRun –&gt; (Ctrl+R, Ctrl+N)</li>
<li>Resharper.Resharper_UnitTest_RunSolution –&gt; (Ctrl+R, Ctrl+S)</li>
</ul>
<p><a href="http://tech.wowkhmer.com/wp-content/uploads/2009/12/shortcuttestdriven.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Assign shortcut for Testdriven.net" src="http://tech.wowkhmer.com/wp-content/uploads/2009/12/shortcuttestdriven_thumb.png" border="0" alt="Assign shortcut for Testdriven.net" width="480" height="287" /></a></li>
<li>Click the “Press shortcut keys:” text box. Now press the the shortcut key to be assigned for running your tests and click the <strong>Assign</strong> button.</li>
<li>Don’t forget to set “Use new shortcut in:” to “Text Editor”.</li>
</ul>
<p>I hope it’s useful for Test Driven Developers who want to get away from using mouse.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.wowkhmer.com/2009/12/shortcut-keys-for-your-favorite-test-runnertestdriven-net-resharper/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A First Look at Visual Studio 2010 Beta 2</title>
		<link>http://tech.wowkhmer.com/2009/10/a-first-look-at-visual-studio-2010-beta-2/</link>
		<comments>http://tech.wowkhmer.com/2009/10/a-first-look-at-visual-studio-2010-beta-2/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 07:44:23 +0000</pubDate>
		<dc:creator>Samnang Chhun</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://tech.wowkhmer.com/?p=164</guid>
		<description><![CDATA[Microsoft has just released Visual Studio 2010 and the .NET Framework 4 Beta 2 during this week. Microsoft also sets the stage for the RTM release on March 22, 2010. I didn’t try it in Beta 1, so I decide to try with this release on my Windows 7 RC.

The new look Start Page in [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft has just released Visual Studio 2010 and the .NET Framework 4 Beta 2 during this week. Microsoft also sets the stage for the RTM release on March 22, 2010. I didn’t try it in Beta 1, so I decide to try with this release on my Windows 7 RC.</p>
<p><a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="VS 2010 SplashScreen" border="0" alt="VS 2010 SplashScreen" src="http://tech.wowkhmer.com/wp-content/uploads/2009/10/VS2010SplashScreen.png" width="541" height="388" /></a></p>
<p align="center"><a href="http://tech.wowkhmer.com/wp-content/uploads/2009/10/VS2010StartPage1.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="VS 2010 Start Page" border="0" alt="VS 2010 Start Page" src="http://tech.wowkhmer.com/wp-content/uploads/2009/10/VS2010StartPage_thumb1.png" width="540" height="326" /></a>The new look Start Page in Visual Studio 2010 Beta 2.</p>
<p> 
<p align="center"><a href="http://tech.wowkhmer.com/wp-content/uploads/2009/10/NewProjectTeamplate1.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="New Project Teamplate" border="0" alt="New Project Teamplate" src="http://tech.wowkhmer.com/wp-content/uploads/2009/10/NewProjectTeamplate_thumb1.png" width="540" height="351" /></a>Multiple target frameworks and ASP.NET MVC 2 project template.</p>
<p> 
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Dynamic Type" border="0" alt="Dynamic Type" src="http://tech.wowkhmer.com/wp-content/uploads/2009/10/DynamicType.png" width="420" height="113" />Dynamic type in C#</p>
<p> 
<p align="center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Generate Class" border="0" alt="Generate Class" src="http://tech.wowkhmer.com/wp-content/uploads/2009/10/GenerateClass.png" width="540" height="364" />VS2010 offers a feature to generate class from calling code, it’s useful to use in TDD.</p>
<p> 
<p>There many new features on VS2010 and .Net Framework 4 to play with. I really fun with the powerful features that they provide. Hopefully, you will give it a try!</p>
<p><strong>Download</strong>: <a href="http://msdn.microsoft.com/en-us/vstudio/dd582936.aspx">Visual Studio 2010 and the .NET Framework 4 Beta 2</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tech.wowkhmer.com/2009/10/a-first-look-at-visual-studio-2010-beta-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Visual Studio Theme Makes Me Different Taste, Different Feeling</title>
		<link>http://tech.wowkhmer.com/2009/02/visual-studio-theme-makes-me-different-taste-different-feeling/</link>
		<comments>http://tech.wowkhmer.com/2009/02/visual-studio-theme-makes-me-different-taste-different-feeling/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 08:28:00 +0000</pubDate>
		<dc:creator>Samnang Chhun</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[visual studio theme]]></category>

		<guid isPermaLink="false">http://tech.wowkhmer.com/?p=54</guid>
		<description><![CDATA[I have been using Visual Studio for a couple of years, but I only work with default environment. Last night, I decided to switch to use new theme to get different taste with black screen editor. I felt so strange at first, but after I worked with it one hour. Then I realized I really [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using Visual Studio for a couple of years, but I only work with default environment. Last night, I decided to switch to use new theme to get different taste with black screen editor. I felt so strange at first, but after I worked with it one hour. Then I realized I really love it. It’s like to make my brain refresh and learn something new. <a href="http://www.hanselman.com/blog/VisualStudioProgrammerThemesGallery.aspx">Scott Hanselman</a> posted a gallery of ready to use themes to any taste, you can try to get your best environment.</p>
<p align="center"><a href="http://tech.wowkhmer.com/wp-content/uploads/2009/08/vsnewtheme.png"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Visual Studio Them" src="http://tech.wowkhmer.com/wp-content/uploads/2009/08/vsnewtheme_thumb.png" border="0" alt="Visual Studio Them" width="414" height="262" /></a>My New Visual Studio Theme</p>
<p align="left">If you want it, you can <a href="http://tech.wowkhmer.com/wp-content/uploads/2009/02/MyVSTheme.rar">download it here</a>. Give an alternate theme a try and let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.wowkhmer.com/2009/02/visual-studio-theme-makes-me-different-taste-different-feeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compile and Test .NET Code Snippet Without Saving</title>
		<link>http://tech.wowkhmer.com/2008/10/compile-and-test-net-code-snippet-without-saving/</link>
		<comments>http://tech.wowkhmer.com/2008/10/compile-and-test-net-code-snippet-without-saving/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 02:29:00 +0000</pubDate>
		<dc:creator>Samnang Chhun</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[.NET]]></category>

		<guid isPermaLink="false">http://tech.wowkhmer.com/?p=40</guid>
		<description><![CDATA[I often find myself creating a new .NET project in Visual Studio.NET every time I want to try some simple pieces of code from books that I read or test some code in my system. Have you ever faced the same problem? If yes, that’s not a big deal forever. I’ve found a little tool [...]]]></description>
			<content:encoded><![CDATA[<p>I often find myself creating a new .NET project in Visual Studio.NET every time I want to try some simple pieces of code from books that I read or test some code in my system. Have you ever faced the same problem? If yes, that’s not a big deal forever. I’ve found a little tool invaluable called <a href="http://www.sliver.com/dotnet/SnippetCompiler/">Snippet Compiler</a>.</p>
<p>The Snippet Compiler is a small Windows-based application that allows you to write, compile, and run .NET 2.0/3.5 code.It has some other features such as intellisense that lets you write code as fast as using Visual Studio.NET, etc, but the ability of just being able to test things quickly is my opinion the best feature.</p>
<p style="text-align: center"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Snippet Compiler" src="http://tech.wowkhmer.com/wp-content/uploads/2009/08/snippetcompiler.png" border="0" alt="Snippet Compiler" width="527" height="614" /> Snippet Compiler was written by Jeff Key and can be download from <a href="http://www.sliver.com/dotnet/SnippetCompiler/">http://www.sliver.com/dotnet/SnippetCompiler/</a>.</p>
<p>All I can say is a tool that .NET programmers must have in their development PC. What are your tools?</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.wowkhmer.com/2008/10/compile-and-test-net-code-snippet-without-saving/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fix Google Chrome &#8211; Ah, Snap! Something went wrong while displaying this webpage</title>
		<link>http://tech.wowkhmer.com/2008/10/fix-google-chrome-ah-snap-something-went-wrong-while-displaying-this-webpage/</link>
		<comments>http://tech.wowkhmer.com/2008/10/fix-google-chrome-ah-snap-something-went-wrong-while-displaying-this-webpage/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 03:47:00 +0000</pubDate>
		<dc:creator>Samnang Chhun</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[anti-virus]]></category>
		<category><![CDATA[browers]]></category>

		<guid isPermaLink="false">http://tech.wowkhmer.com/?p=34</guid>
		<description><![CDATA[I have given Google Chrome a try as my default browser instead of Firefox. I really love it, but after while I stalled Symantec Endpoint Protection, I got an error message when I try to load the new Google Chrome. Due to this error I could not use Google Chrome on my machine at all.  [...]]]></description>
			<content:encoded><![CDATA[<p>I have given <a href="http://www.google.com/chrome">Google Chrome</a> a try as my default browser instead of <a href="http://www.mozilla.com/firefox/">Firefox</a>. I really love it, but after while I stalled <a href="http://www.symantec.com/business/endpoint-protection">Symantec Endpoint Protection</a>, I got an error message when I try to load the new Google Chrome. Due to this error I could not use Google Chrome on my machine at all.  The error message says:</p>
<p><strong>“Ah, Snap! Something went wrong while displaying this webpage. To continue, press Reload or go to another page.”</strong></p>
<p>Following is a screen shot of the error. No matter what I do, I still face this error message.</p>
<p><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="google chrome " src="http://tech.wowkhmer.com/wp-content/uploads/2009/08/googlechrome1.jpg" border="0" alt="google chrome " width="515" height="323" /></p>
<p>This problem is most likely because of anti-virus. Luckily, two solutions I  learn at the moment are:</p>
<ol>
<li>Right click on the Chrome’s shortcut and select property and add “&#8211;no-sandbox” without quotes to the end of Target.<img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="google chrome property" src="http://tech.wowkhmer.com/wp-content/uploads/2009/08/googlechromeproperty.jpg" border="0" alt="google chrome property" width="377" height="531" /></li>
<li>Symantec has also posted a fix if you have access to the registry:
<ol>
<li>Backup the registry on an affected system.</li>
<li>Open the registry on the Agent system by entering regedit from a run prompt .</li>
<li>Navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysPlant.</li>
<li>Open the Start DWORD.</li>
<li>Change the value to 4 to disable the drivers.</li>
<li>Reboot the system to commit the changes.</li>
</ol>
</li>
</ol>
<p>Then you are ready to go to see Google Chrome works!!!</p>
<p>Please post in the comment if you have further info or if the suggested solution helped you.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.wowkhmer.com/2008/10/fix-google-chrome-ah-snap-something-went-wrong-while-displaying-this-webpage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
