<?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>Alvin Ashcraft&#039;s Morning Dew &#187; tools</title>
	<atom:link href="http://www.alvinashcraft.com/category/development/tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alvinashcraft.com</link>
	<description>Your Source for .NET Development Resources</description>
	<lastBuildDate>Fri, 10 Feb 2012 12:57:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Visual Studio Achievements &#8211; The Beta Goes Live!</title>
		<link>http://www.alvinashcraft.com/2012/01/18/visual-studio-achievements-the-beta-goes-live/</link>
		<comments>http://www.alvinashcraft.com/2012/01/18/visual-studio-achievements-the-beta-goes-live/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 16:10:22 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[channel 9]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[vs2010]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/?p=2111</guid>
		<description><![CDATA[The gang over at Channel 9 have just released the first beta of their Visual Studio Achievements project. I tried it out last night and it’s very cool. Here’s what it’s all about: Bring Some Game To Your Code! A software engineer&#8217;s glory so often goes unnoticed. Attention seems to come either when there are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.alvinashcraft.com/wp-content/uploads/image001.jpg"><img style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="image001" border="0" alt="image001" src="http://www.alvinashcraft.com/wp-content/uploads/image001_thumb.jpg" width="121" height="124" /></a></p>
<p>The gang over at Channel 9 have just released the first beta of their Visual Studio Achievements project. I tried it out last night and it’s very cool. Here’s what it’s all about:</p>
<blockquote><h4>Bring Some Game To Your Code!<u></u><u></u></h4>
<p>A software engineer&#8217;s glory so often goes unnoticed. Attention seems to come either when there are bugs or when the final project ships. But rarely is a developer appreciated for all the nuances and subtleties of a piece of code&#8211;and all the heroics it took to write it. With Visual Studio Achievements Beta, your talents are recognized as you perform various coding feats, unlock achievements and earn badges.</p>
</blockquote>
<p>You can read the full announcement <a href="http://channel9.msdn.com/Blogs/C9team/Announcing-Visual-Studio-Achievements" target="_blank">here</a> and grab the beta from the Visual Studio Gallery <a href="http://visualstudiogallery.msdn.microsoft.com/bc7a433b-b594-48d4-bba2-a2f24774d02f" target="_blank">here</a>.</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:a151a703-1b1b-414c-8a2b-5cc40b5c0e1d" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/visual+studio" rel="tag">visual studio</a>,<a href="http://del.icio.us/popular/vs2010" rel="tag">vs2010</a>,<a href="http://del.icio.us/popular/plugins" rel="tag">plugins</a>,<a href="http://del.icio.us/popular/channel+9" rel="tag">channel 9</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2012/01/18/visual-studio-achievements-the-beta-goes-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# + ReSharper = Awesome: Tip #2 &#8211; Create Field</title>
		<link>http://www.alvinashcraft.com/2011/12/14/c-resharper-awesome-tip-2-create-field/</link>
		<comments>http://www.alvinashcraft.com/2011/12/14/c-resharper-awesome-tip-2-create-field/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 18:54:35 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[resharper]]></category>
		<category><![CDATA[visual studio]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/?p=2025</guid>
		<description><![CDATA[This is the second in a series of quick how-to posts on ReSharper. Tip #2 – Create Field Use: Within the body of a class or property, you can type the name of a non-existent variable name. When you place your cursor on the variable, ReSharper provides several options to resolve the impending compilation error. [...]]]></description>
			<content:encoded><![CDATA[<p>This is the second in a series of quick how-to posts on <a href="http://www.jetbrains.com/resharper/" target="_blank">ReSharper</a>.</p>
<h5>Tip #2 – Create Field</h5>
<p><strong>Use:</strong> Within the body of a class or property, you can type the name of a non-existent variable name. When you place your cursor on the variable, ReSharper provides several options to resolve the impending compilation error. Create Field is one of the options.</p>
<h5>Before</h5>
<div class="csharpcode">
<pre><span class="lnum">   1:  </span>        <span class="kwrd">public</span> <span class="kwrd">void</span> AddAlbum(<span class="kwrd">string</span> album)</pre>
<pre><span class="lnum">   2:  </span>        {</pre>
<pre><span class="lnum">   3:  </span>            <span class="kwrd">if</span> (String.IsNullOrWhiteSpace(album))</pre>
<pre><span class="lnum">   4:  </span>                <span class="kwrd">throw</span> <span class="kwrd">new</span> ArgumentOutOfRangeException(<span class="str">&quot;album&quot;</span>,</pre>
<pre><span class="lnum">   5:  </span>                                                      album,</pre>
<pre><span class="lnum">   6:  </span>                                                      <span class="str">&quot;Please provide an album name.&quot;</span>);</pre>
<pre><span class="lnum">   7:  </span>&#160;</pre>
<pre><span class="lnum">   8:  </span>            <font color="#ff0000">_albums</font>.Add(album);</pre>
<pre><span class="lnum">   9:  </span>        }</pre>
</div>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<h5>Press &lt;Alt+Enter&gt;</h5>
<p><a href="http://www.alvinashcraft.com/wp-content/uploads/image12.png"><img style="background-image: none; border-bottom: 0px; border-left: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="image" border="0" alt="image" src="http://www.alvinashcraft.com/wp-content/uploads/image_thumb1.png" width="244" height="190" /></a></p>
<h5>After</h5>
<pre class="csharpcode">        <span class="kwrd">private</span> IList&lt;<span class="kwrd">string</span>&gt; _albums = <span class="kwrd">new</span> List&lt;<span class="kwrd">string</span>&gt;();

        <span class="kwrd">public</span> <span class="kwrd">void</span> AddAlbum(<span class="kwrd">string</span> album)
        {
            <span class="kwrd">if</span> (String.IsNullOrWhiteSpace(album))
                <span class="kwrd">throw</span> <span class="kwrd">new</span> ArgumentOutOfRangeException(<span class="str">&quot;album&quot;</span>,
                                                      album,
                                                      <span class="str">&quot;Please provide an album name.&quot;</span>);

            _albums.Add(album);
        }</pre>
<style type="text/css">
.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt 
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p><strong>Note:</strong> I chose the type IList&lt;string&gt;. The default type selected by ReSharper in this case was object. I also added the initializer to the field to avoid null reference exceptions. Please don’t take any of these examples as best coding practices, they are contrived to demonstrate a particular refactoring.</p>
<p><em>Happy coding!</em></p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e7b269f4-f697-4e1c-82f7-3e8589274e7f" class="wlWriterEditableSmartContent">del.icio.us Tags: <a href="http://del.icio.us/popular/resharper" rel="tag">resharper</a>,<a href="http://del.icio.us/popular/c%23" rel="tag">c#</a>,<a href="http://del.icio.us/popular/visual+studio" rel="tag">visual studio</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2011/12/14/c-resharper-awesome-tip-2-create-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Halo-Inspired Theme for Visual Studio</title>
		<link>http://www.alvinashcraft.com/2010/05/12/halo-inspired-theme-for-visual-studio/</link>
		<comments>http://www.alvinashcraft.com/2010/05/12/halo-inspired-theme-for-visual-studio/#comments</comments>
		<pubDate>Wed, 12 May 2010 15:30:12 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[xbox]]></category>
		<category><![CDATA[halo]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[vs2010]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2010/05/12/halo-inspired-theme-for-visual-studio/</guid>
		<description><![CDATA[I will eventually get this posted to Studio Styles. Until then, here is a dark theme for Visual Studio that I created. The green and orange give it a Halo-ish feel. Let me know what you think in the comments. Downloads HaloVibe theme for VS2008 HaloVibe theme for VS2010 &#160; Technorati Tags: vs2010,visual studio,themes,halo,xbox]]></description>
			<content:encoded><![CDATA[<div class="wlWriterHeaderFooter" style="float:none; margin:0px; padding:4px 0px 4px 0px;"><iframe src="http://www.facebook.com/widgets/like.php?href=http://www.alvinashcraft.com/2010/05/12/halo-inspired-theme-for-visual-studio/" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"></iframe></div>
<p>I will eventually get this posted to <a href="http://studiostyles.info/">Studio Styles</a>. Until then, here is a dark theme for Visual Studio that I created. The green and orange give it a Halo-ish feel. Let me know what you think in the comments.</p>
<p><a href="http://www.alvinashcraft.com/wp-content/uploads/HaloVibe_vs2010.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="HaloVibe theme in VS2010" border="0" alt="HaloVibe theme in VS2010" src="http://www.alvinashcraft.com/wp-content/uploads/HaloVibe_vs2010_thumb.png" width="646" height="444" /></a> </p>
<h4>Downloads</h4>
<p><a href="http://www.alvinashcraft.com/code/HaloVibe_vs2008.vssettings">HaloVibe theme for VS2008</a></p>
<p><a href="http://www.alvinashcraft.com/code/HaloVibe_vs2010.vssettings">HaloVibe theme for VS2010</a></p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:a81b3b28-1c74-4a88-8d89-af7d5bd14bb7" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2010/05/12/halo-inspired-theme-for-visual-studio/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2010/05/12/halo-inspired-theme-for-visual-studio/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:1b963b77-4ce9-418b-82ae-be8aaebb5049" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/vs2010" rel="tag">vs2010</a>,<a href="http://technorati.com/tags/visual+studio" rel="tag">visual studio</a>,<a href="http://technorati.com/tags/themes" rel="tag">themes</a>,<a href="http://technorati.com/tags/halo" rel="tag">halo</a>,<a href="http://technorati.com/tags/xbox" rel="tag">xbox</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2010/05/12/halo-inspired-theme-for-visual-studio/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Checking Out PLINQO to Generate LINQ to SQL Code with CodeSmith</title>
		<link>http://www.alvinashcraft.com/2009/06/10/checking-out-plinqo-to-generate-linq-to-sql-code-with-codesmith/</link>
		<comments>http://www.alvinashcraft.com/2009/06/10/checking-out-plinqo-to-generate-linq-to-sql-code-with-codesmith/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 13:01:56 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[code generation]]></category>
		<category><![CDATA[codesmith]]></category>
		<category><![CDATA[linq to sql]]></category>
		<category><![CDATA[plinqo]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2009/06/10/checking-out-plinqo-to-generate-linq-to-sql-code-with-codesmith/</guid>
		<description><![CDATA[&#160; I’ve just started taking a look at PLINQO to generate LINQ to SQL code for a sample project I’m working on. So far, I’m impressed. PLINQO looks really promising. If you’re using CodeSmith, you should definitely take a look at it. If you haven’t tried CodeSmith for code generation in .NET, you can get [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><a href="http://plinqo.com/"><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="PLINQO" border="0" alt="PLINQO" align="right" src="http://www.alvinashcraft.com/wp-content/uploads/image10.png" width="200" height="87" /></a>I’ve just started taking a look at <a href="http://plinqo.com/">PLINQO</a> to generate LINQ to SQL code for a sample project I’m working on. So far, I’m impressed. PLINQO looks really promising. If you’re using <a href="http://www.codesmithtools.com/">CodeSmith</a>, you should definitely take a look at it. If you haven’t tried CodeSmith for code generation in .NET, you can get a <a href="http://www.codesmithtools.com/requesttrial/18">free trial</a>.</p>
<p>I’ll be posting the sample application when it’s complete. </p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:c8bb86f1-8138-45f6-9b10-eb123b922f52" class="wlWriterSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2009/06/10/checking-out-plinqo-to-generate-linq-to-sql-code-with-codesmith/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2009/06/10/checking-out-plinqo-to-generate-linq-to-sql-code-with-codesmith/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:04fd4580-95a9-4bfb-bf52-d3a2836180c5" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/.net" rel="tag">.net</a>,<a href="http://technorati.com/tags/code+generation" rel="tag">code generation</a>,<a href="http://technorati.com/tags/codesmith" rel="tag">codesmith</a>,<a href="http://technorati.com/tags/plinqo" rel="tag">plinqo</a>,<a href="http://technorati.com/tags/linq+to+sql" rel="tag">linq to sql</a></div>
<div class="wlWriterHeaderFooter" style="margin:0px; padding:0px 0px 0px 0px;">
<div class="shoutIt"><a rev="vote-for" href="http://dotnetshoutout.com/Submit?url=http%3a%2f%2fwww.alvinashcraft.com%2f2009%2f06%2f10%2fchecking-out-plinqo-to-generate-linq-to-sql-code-with-codesmith%2f&amp;title=Checking+Out+PLINQO+to+Generate+LINQ+to+SQL+Code+with+CodeSmith"><img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http://www.alvinashcraft.com/2009/06/10/checking-out-plinqo-to-generate-linq-to-sql-code-with-codesmith/" style="border:0px" /></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2009/06/10/checking-out-plinqo-to-generate-linq-to-sql-code-with-codesmith/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What&#8217;s in Your Quick Launch Bar?</title>
		<link>http://www.alvinashcraft.com/2008/12/08/whats-in-your-quick-launch-bar/</link>
		<comments>http://www.alvinashcraft.com/2008/12/08/whats-in-your-quick-launch-bar/#comments</comments>
		<pubDate>Mon, 08 Dec 2008 22:58:07 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2008/12/08/whats-in-your-quick-launch-bar/</guid>
		<description><![CDATA[&#160; This post is in response to Jeff Blankenburg’s post about the contents of his Quick Launch bar. Nothing. Mine is turned off. Here’s what my start menu looks like though. I have turned off the display of my recently opened programs, and I dragged these shortcuts out there. (This is my work notebook.) &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>This post is in response to <a target="_blank" href="http://jeffblankenburg.com/2008/10/whats-in-your-quick-launch-bar.aspx">Jeff Blankenburg’s post</a> about the contents of his Quick Launch bar.</p>
<p><em>Nothing.</em> Mine is turned off. Here’s what my start menu looks like though. I have turned off the display of my recently opened programs, and I dragged these shortcuts out there. <em>(This is my work notebook.)</em></p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="My Start Menu" border="0" alt="My Start Menu" src="http://www.alvinashcraft.com/wp-content/uploads/image7.png" width="372" height="484" /> </p>
<p>&#160;</p>
<p><strong>Internet Explorer 8 –</strong> I use it mainly to see what’s new in IE8 and when Firefox doesn’t render something correctly (hardly ever).</p>
<p><strong>Firefox 3 –</strong> My primary web browser. The plug-in support is the difference-maker for me.</p>
<p><strong>Outlook 2007 –</strong> Used for my work email. I also use the Outlook Connector to access one of my Hotmail accounts.</p>
<p><strong>Windows Live Mail –</strong> I use this to access my other Hotmail account. I could put them both in Outlook, but I like to keep my hands in Live Mail too.</p>
<p><strong>visionapp Remote Desktop 2008 –</strong> A fantastic remote desktop management tool with a very low price tag.</p>
<p><strong>Visual Studio 2005 –</strong> Still some existing development work in VS2005.</p>
<p><strong>Visual Studio 2008 –</strong> For all new development. Also, for playing around with new stuff out on CodePlex.</p>
<p><strong>SQL Server Management Studio -</strong> ‘nuff said.</p>
<p><strong>Visual SourceSafe –</strong> All of our old releases are still in VSS.&#160;&#160;&#160; <em>-cringe-</em></p>
<p><strong>Command Prompt –</strong> Launches as Administrator.</p>
<p><strong>FileZilla –</strong> For all my FTP client needs, mostly for uploading files to my blog.</p>
<p><strong>Windows Live Writer Beta –</strong> The best blogging client for Windows.</p>
<p><strong>Word 2007 –</strong> Because it’s MS Word.</p>
<p><strong>Paint.NET –</strong> My favorite image editing tool… and it’s free!</p>
<p><strong>Zune –</strong> My current media player, but MediaMonkey is still the default on my home PC and my favorite.</p>
<p><strong>Services –</strong> Because sometime you just have to stop some services.</p>
<p><strong>Event Viewer –</strong> A developer’s friend.</p>
<p><strong>Programs and Features –</strong> This is here because I’m always installing and uninstalling stuff from CodePlex and MS Downloads.</p>
<p><strong>Windows Update –</strong> I want to be the first one to get my Windows Defender definition updates!</p>
<p>&#160;</p>
<p>So, that’s my list. What’s in your Quick Launch bar and/or Start Menu and/or Launcher of choice?</p>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:f02296cb-16ef-4548-8802-ed86e6d7c1a7" class="wlWriterEditableSmartContent"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2008/12/08/whats-in-your-quick-launch-bar/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2008/12/08/whats-in-your-quick-launch-bar/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3acd8f4b-342e-4355-ae4b-9c2bfb413ee0" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/windows+apps" rel="tag">windows apps</a>,<a href="http://technorati.com/tags/utilties" rel="tag">utilties</a>,<a href="http://technorati.com/tags/favorite+tools" rel="tag">favorite tools</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2008/12/08/whats-in-your-quick-launch-bar/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Morning Dew Quick Review &#8211; Balsamiq Mockups for Desktop</title>
		<link>http://www.alvinashcraft.com/2008/11/09/morning-dew-quick-review-balsamiq-mockups-for-desktop/</link>
		<comments>http://www.alvinashcraft.com/2008/11/09/morning-dew-quick-review-balsamiq-mockups-for-desktop/#comments</comments>
		<pubDate>Sun, 09 Nov 2008 23:42:12 +0000</pubDate>
		<dc:creator>Alvin Ashcraft</dc:creator>
				<category><![CDATA[reviews]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.alvinashcraft.com/2008/11/09/morning-dew-quick-review-balsamiq-mockups-for-desktop/</guid>
		<description><![CDATA[Balsamiq Mockups for Desktop from Balsamic Studios LLC is a simple, easy to use tool for creating UI mockups with a hand-drawn look to them. Balsamiq is a Micro ISV founded by Giacomo Guilizzoni, formerly a Senior Software Engineering Lead for Adobe. Mockups for Desktop is an Adobe AIR application with a small footprint. It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.balsamiq.com/products/mockups/desktop" target="_blank">Balsamiq Mockups for Desktop</a> from <a href="http://www.balsamiq.com/" target="_blank">Balsamic Studios LLC</a> is a simple, easy to use tool for creating UI mockups with a hand-drawn look to them. Balsamiq is a Micro ISV founded by Giacomo Guilizzoni, formerly a Senior Software Engineering Lead for Adobe. Mockups for Desktop is an Adobe AIR application with a small footprint. It includes over 60 UI element template that users can tweak to meet their layout needs. Resulting drawings convey the designer’s vision without being tied to the look-and-feel of a particular application platform or OS. Designs can be exported to PNG to share/review your mockups with colleagues. At $79 for a single user license, it is also a very affordable design tool.</p>
<p>Here is a basic Outlook-style UI created in only a few minutes with Mockups for Desktop.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Balsamiq Mockups for Desktop" src="http://www.alvinashcraft.com/wp-content/uploads/image6.png" border="0" alt="Balsamiq Mockups for Desktop" width="484" height="424" /></p>
<div id="scid:C16BAC14-9A3D-4c50-9394-FBFEF7A93539:98f7db34-b0ed-48d1-93dd-0bbe23c33b91" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px"><a href="http://www.dotnetkicks.com/kick/?url=http://www.alvinashcraft.com/2008/11/09/morning-dew-quick-review-balsamiq-mockups-for-desktop/"><img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http://www.alvinashcraft.com/2008/11/09/morning-dew-quick-review-balsamiq-mockups-for-desktop/" border="0" alt="kick it on DotNetKicks.com" /></a></div>
<div id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:3c1103c7-899e-4f0b-b05f-743cb3d33631" class="wlWriterEditableSmartContent" style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px">Technorati Tags: <a rel="tag" href="http://technorati.com/tags/ui+mockups">ui mockups</a>,<a rel="tag" href="http://technorati.com/tags/design+tools">design tools</a>,<a rel="tag" href="http://technorati.com/tags/adobe+air">adobe air</a>,<a rel="tag" href="http://technorati.com/tags/balsamiq+studios">balsamiq studios</a></div>
]]></content:encoded>
			<wfw:commentRss>http://www.alvinashcraft.com/2008/11/09/morning-dew-quick-review-balsamiq-mockups-for-desktop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

