<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">

<channel>
	<title>Mike&#039;s Musings &#187; .Net</title>
	<atom:link href="http://mlowen.com/tag/net/feed/" rel="self" type="application/rss+xml" />
	<link>http://mlowen.com</link>
	<description>Do you want code with that mongoose?</description>
	<lastBuildDate>Sun, 26 Sep 2010 05:18:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/nz/</creativeCommons:license>		<item>
		<title>Weekend of Code</title>
		<link>http://mlowen.com/2010/09/10/weekend-of-code/</link>
		<comments>http://mlowen.com/2010/09/10/weekend-of-code/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 11:39:06 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[music player]]></category>
		<category><![CDATA[UI Design]]></category>
		<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://mlowen.com/?p=136</guid>
		<description><![CDATA[I found that for me this weekend is going to be a bit of a quiet affair so rather than sitting around all day doing not very much I decided that I&#8217;d try to be productive.  It&#8217;s been a while since I sat down and done any meaningful amount of coding for myself so I [...]]]></description>
			<content:encoded><![CDATA[<p>I found that for me this weekend is going to be a bit of a quiet affair so rather than sitting around all day doing not very much I decided that I&#8217;d try to be productive.  It&#8217;s been a while since I sat down and done any meaningful amount of coding for myself so I thought that is where I&#8217;d start, my next question was what do I want to write? I then remembered that I&#8217;m not overly fond of most of the music players that I&#8217;ve tried on Windows, the closest so far to something I find acceptable is <a href="http://en.wikipedia.org/wiki/ITunes">iTunes</a>.  With that I had it: my goal for this weekend would be to write (or at least make a dent in writing) a music player that I would like.</p>
<p>Alright, that&#8217;s all fine and dandy to say but what does that actually mean? Brainstorming it I came up with seven key features that I want in my media player:</p>
<div id="_mcePaste">
<ul>
<li>Only plays music, doesn&#8217;t try to do anything else.</li>
<li>Watch folders.</li>
<li>Filter on album, artist, title.</li>
<li>Filter a filter.</li>
<li>Ability to queue songs while on shuffle.</li>
<li>Playlists.</li>
<li>A similar interface to iTunes.</li>
</ul>
</div>
<p>While watching <a href="http://en.wikipedia.org/wiki/Justice_League:_The_New_Frontier">Justice League: The New Frontier</a> tonight I made a bit of start by making some rough UI mock-ups in <a href="http://www.balsamiq.com/products/mockups">Balsamiq</a>.</p>

<p>To implement this I&#8217;m planning on using C# and WPF, I haven&#8217;t had a good chance to play around with WPF or some of the new Windows 7 features that are available so I figured this would be as good a time as any.  Finally my other goal with this project is an attempt to get me back into blogging, to that end I will hopefully be making a post at the end of each day summarizing what I&#8217;ve done &#8211; possibly with some screenshots.  Until then I should be posting some updates to my <a href="http://twitter.com/mike_lowen">twitter feed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mlowen.com/2010/09/10/weekend-of-code/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What happened to Cuttlefish?</title>
		<link>http://mlowen.com/2009/02/03/what-happened-to-cuttlefish/</link>
		<comments>http://mlowen.com/2009/02/03/what-happened-to-cuttlefish/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 05:03:14 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[cuttlefish]]></category>
		<category><![CDATA[syntax highlighting]]></category>

		<guid isPermaLink="false">http://mlowen.com/?p=61</guid>
		<description><![CDATA[Close to a month ago now I wrote about what I got up to on my holiday and I said I had started a new project Cuttlefish &#8211; a syntax highlighting text box for .Net. I also said that I would post about in more depth later, so far that hasn&#8217;t happened. This is mostly [...]]]></description>
			<content:encoded><![CDATA[<p>Close to a month ago now I wrote about what <a href="http://mlowen.com/2009/01/13/this-is-not-the-post-i-intended-to-write-today/">I got up to on my holiday</a> and I said I had started a new project Cuttlefish &#8211; a syntax highlighting text box for .Net.  I also said that I would post about in more depth later,  so far that hasn&#8217;t happened.  This is mostly because I haven&#8217;t actually finished cuttlefish and I haven&#8217;t a lot of time to code lately.  The other big reason is I recently picked up a copy of <a href="http://www.amazon.com/Framework-Design-Guidelines-Conventions-Development/dp/0321545613/">Framework Design Guidelines: Conventions, Idioms, and Patterns for Reusable .NET Libraries</a> and found that my little project needs a quite a bit of refactoring to be compliant with these guidelines.  I hope to get started on the compliance work tonight, once that refactoring is done it shouldn&#8217;t take to long to finish it off.  With all that in mind it hopefully won&#8217;t be to long before I am able to show cuttlefish off.</p>
]]></content:encoded>
			<wfw:commentRss>http://mlowen.com/2009/02/03/what-happened-to-cuttlefish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

