<?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:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>The Recursive ISV &#187; multi media</title>
	<atom:link href="http://davidscottkane.com/tag/multi-media/feed/" rel="self" type="application/rss+xml" />
	<link>http://davidscottkane.com</link>
	<description>ISV Recursion - Rinse - Wash -Repeat - A Software Business Process</description>
	<lastBuildDate>Sun, 05 Sep 2010 18:10:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<image>
			<title>The Recursive ISV</title>
			<url>http://davidscottkane.com/wp-content/uploads/2010/09/scottbwfeed.png</url>
			<link>http://davidscottkane.com</link>
			<width></width>
			<height></height>
			<description>ISV Recursion - Rinse - Wash -Repeat - A Software Business Process</description>
		</image>		<item>
		<title>Preparing For Windows 7 In Code</title>
		<link>http://davidscottkane.com/preparing-for-windows-7-in-code/</link>
		<comments>http://davidscottkane.com/preparing-for-windows-7-in-code/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 09:56:07 +0000</pubDate>
		<dc:creator>Scott Kane</dc:creator>
				<category><![CDATA[Audio Software]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[General ISV Issues]]></category>
		<category><![CDATA[ISV Software Design]]></category>
		<category><![CDATA[Micro ISV - mISV]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Starting an mISV]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[VisualStudio]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[30days/feed]]></category>
		<category><![CDATA[audio api]]></category>
		<category><![CDATA[audio application]]></category>
		<category><![CDATA[delphi]]></category>
		<category><![CDATA[entire project]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[interfaces]]></category>
		<category><![CDATA[isv]]></category>
		<category><![CDATA[media software]]></category>
		<category><![CDATA[misv]]></category>
		<category><![CDATA[msdn]]></category>
		<category><![CDATA[multi media]]></category>
		<category><![CDATA[object pascal]]></category>
		<category><![CDATA[public beta]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software user]]></category>
		<category><![CDATA[virtual hardware]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[visual studio]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.davidscottkane.com/?p=849</guid>
		<description><![CDATA[I’ve also been able to consider some of the issues in relation to Microsoft’s Windows 7...]]></description>
			<content:encoded><![CDATA[<p>As I mentioned yesterday I’ve set March 2nd 2009 as the release date for a public beta of MixAction and indicated I’d be publishing screenshots, prior to that release, here on Saturday 1st February 2009.</p>
<p><img style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" title="Windows 7 Beta ISV" src="http://www.davidscottkane.com/wp-content/uploads/2009/01/wind7.jpg" border="0" alt="Windows 7 Beta ISV" width="240" height="301" /></p>
<p>In the process of converting the entire project across to the Visual Studio 2008 .Net platform, while simultaneously learning to think in C# and VB.Net instead of Object Pascal (kind of like thinking in your head in your mother tongue and speaking a new language out loud) I’ve also been able to consider some of the issues in relation to Microsoft’s Windows 7.</p>
<p>Most of the visitors I get to the MixAction website, according to the server stat’s, are still running Windows XP.  No surprises there, though the three visitors running Windows 3.11 did raise my eyebrows a bit!  <img src='http://davidscottkane.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>When Microsoft released the Windows 7 beta on MSDN I downloaded it and installed it in a VM.  A couple of issues immediately raised themselves.  Windows 7 did not like the “virtual hardware” after the “additional tools” were installed.  A problem as this meant no audio support, which makes it rather hard to test an audio application.</p>
<p>So, into another box on it’s own and I was able to give it a full run with MixAction with audio support.</p>
<p>Not a single problem I’m glad to say, and I’m extremely pleased with Windows 7 as well, very sharp for a beta.</p>
<p>This is however where things get sticky, believe it or not.  Vista and Windows 7 introduce the Core Audio API in adjunct to plain vanilla DirectX.  There are some great features in there I’d really like to include, but then there’s the issue of the Core Audio API not running on XP.</p>
<p>Ooops.</p>
<p>Like it or not one finds oneself in a bit of a dilemma.  The additional stuff is extremely useful, yes I could conditionally compile or even load assemblies according to the version of the OS, however, from experience looking at other multi-<a href="http://davidscottkane.com/tag/media/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with media">media</a> <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> user forums, the moment Group Y gets a cool feature Group X wants it too and to blazes with the fact that they need to upgrade their OS in order to do so.</p>
<p>Plus, it is additional maintenance doing it this way and such code tends to be a sore spot when it comes to little bugs raising their heads.</p>
<p>So, for now, sadly, I’m holding off on the neat Core Audio features until until I notice the number of XP visitors has begun to dwindle.  I’m not planning on holding my breath for this event to transpire.  <img src='http://davidscottkane.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>But in time, they will.</p>
<p>I’m one a, hopefully last time before public release, icon shopping tour again.  MixAction has rather specific needs in terms of interface icons, or glyphs.  While it has some document type paradigms very few of these fit comfortably and fail to deliver the desired metaphor.  So I’ve purchased a number of packs, based on screenshots, from a few vendors.  Is it just me or are a few icons in many of these packs really good quality and the rest utter crap?  Another thing.  How come so many of these icons look the same (read colour shifted) yet claim to be 100% original designs?  Who’s fooling who?</p>
<p>I mean – I can colour shift a design in Fireworks in around 3 seconds so I tend to resent paying for an “original” design that was clearly lifted and shifted from a free collection or commercial collection by another icon designer.</p>
<p>The simple solution of course is paying for custom  icon design.  That’s going to have to wait however until after a release iteration.  So I’m looking at yet another collection, which do seem to be extremely good and have a high price tag, comparatively,  to boot.  They are also extremely specific. </p>
<p>Scott Kane</p>
<p>The bigger the hat, the smaller the property &#8211; Australian proverb</p>

	Tags: <a href="http://davidscottkane.com/tag/net/" title=".net" rel="tag nofollow">.net</a>, <a href="http://davidscottkane.com/tag/30daysfeed/" title="30days/feed" rel="tag nofollow">30days/feed</a>, <a href="http://davidscottkane.com/tag/audio-api/" title="audio api" rel="tag nofollow">audio api</a>, <a href="http://davidscottkane.com/tag/audio-application/" title="audio application" rel="tag nofollow">audio application</a>, <a href="http://davidscottkane.com/tag/delphi/" title="delphi" rel="tag nofollow">delphi</a>, <a href="http://davidscottkane.com/tag/entire-project/" title="entire project" rel="tag nofollow">entire project</a>, <a href="http://davidscottkane.com/tag/icon/" title="icon" rel="tag nofollow">icon</a>, <a href="http://davidscottkane.com/tag/interfaces/" title="interfaces" rel="tag nofollow">interfaces</a>, <a href="http://davidscottkane.com/tag/isv/" title="isv" rel="tag nofollow">isv</a>, <a href="http://davidscottkane.com/tag/media-software/" title="media software" rel="tag nofollow">media software</a>, <a href="http://davidscottkane.com/tag/micro-isv/" title="Micro ISV - mISV" rel="tag nofollow">Micro ISV - mISV</a>, <a href="http://davidscottkane.com/tag/microsoft/" title="Microsoft" rel="tag nofollow">Microsoft</a>, <a href="http://davidscottkane.com/tag/misv/" title="misv" rel="tag nofollow">misv</a>, <a href="http://davidscottkane.com/tag/msdn/" title="msdn" rel="tag nofollow">msdn</a>, <a href="http://davidscottkane.com/tag/multi-media/" title="multi media" rel="tag nofollow">multi media</a>, <a href="http://davidscottkane.com/tag/object-pascal/" title="object pascal" rel="tag nofollow">object pascal</a>, <a href="http://davidscottkane.com/tag/public-beta/" title="public beta" rel="tag nofollow">public beta</a>, <a href="http://davidscottkane.com/tag/software/" title="software" rel="tag nofollow">software</a>, <a href="http://davidscottkane.com/tag/software-user/" title="software user" rel="tag nofollow">software user</a>, <a href="http://davidscottkane.com/tag/virtual-hardware/" title="virtual hardware" rel="tag nofollow">virtual hardware</a>, <a href="http://davidscottkane.com/tag/vista/" title="vista" rel="tag nofollow">vista</a>, <a href="http://davidscottkane.com/tag/visual-studio/" title="visual studio" rel="tag nofollow">visual studio</a>, <a href="http://davidscottkane.com/tag/visualstudio/" title="VisualStudio" rel="tag nofollow">VisualStudio</a>, <a href="http://davidscottkane.com/tag/vm/" title="vm" rel="tag nofollow">vm</a>, <a href="http://davidscottkane.com/tag/website/" title="website" rel="tag nofollow">website</a>, <a href="http://davidscottkane.com/tag/windows/" title="Windows" rel="tag nofollow">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://davidscottkane.com/visual-studio-2010-beta-monday-may-18-fire-up-the-virtual-machines/" title="Visual Studio 2010 Beta &#8211; Monday May 18 &#8211; Fire Up The Virtual Machines! (May 18, 2009)">Visual Studio 2010 Beta &#8211; Monday May 18 &#8211; Fire Up The Virtual Machines!</a> (2)</li>
	<li><a href="http://davidscottkane.com/an-ill-corporate-wind-is-blowing-and-many-are-not-helping-one-byte/" title="An Ill Corporate Wind Is Blowing &#8211; And Many Are Not Helping One Byte (January 8, 2009)">An Ill Corporate Wind Is Blowing &#8211; And Many Are Not Helping One Byte</a> (2)</li>
	<li><a href="http://davidscottkane.com/a-developer-says-he%e2%80%99s-%e2%80%9cspeechless%e2%80%9d-that-i-am-targeting-vista-and-win-7-with-net-but-does-he-know-his-onions-or-have-i-flipped-my-biscuit/" title="A Developer Says He’s “Speechless” That I Am Targeting Vista And Win 7 With .Net. But Does He Know His Onions Or Have I Flipped My Biscuit? (February 21, 2009)">A Developer Says He’s “Speechless” That I Am Targeting Vista And Win 7 With .Net. But Does He Know His Onions Or Have I Flipped My Biscuit?</a> (8)</li>
	<li><a href="http://davidscottkane.com/do-isv-websites-keep-bad-company/" title="DO ISV Websites Keep Bad Company? (April 3, 2009)">DO ISV Websites Keep Bad Company?</a> (2)</li>
	<li><a href="http://davidscottkane.com/26-megabytes-%e2%80%93-not-so-painful-net-35-sp1-%e2%80%93-but-what-about-all-the-non-%e2%80%9cgenuine%e2%80%9d-windows-installs/" title="26 Megabytes – Not So Painful .Net 3.5 SP1 – But What About All The Non “Genuine” Windows Installs? (February 28, 2009)">26 Megabytes – Not So Painful .Net 3.5 SP1 – But What About All The Non “Genuine” Windows Installs?</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://davidscottkane.com/preparing-for-windows-7-in-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2008 – How Many Hours To Develop A Business And Product?</title>
		<link>http://davidscottkane.com/2008-how-many-hours-to-develop-a-business-and-product/</link>
		<comments>http://davidscottkane.com/2008-how-many-hours-to-develop-a-business-and-product/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 00:40:04 +0000</pubDate>
		<dc:creator>Scott Kane</dc:creator>
				<category><![CDATA[Audio Software]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[ISV Software Design]]></category>
		<category><![CDATA[Micro ISV - mISV]]></category>
		<category><![CDATA[Starting an mISV]]></category>
		<category><![CDATA[User Interface Design]]></category>
		<category><![CDATA[VB.Net]]></category>
		<category><![CDATA[VisualStudio]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[ado.net]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[blogs]]></category>
		<category><![CDATA[bob walsh]]></category>
		<category><![CDATA[business of]]></category>
		<category><![CDATA[business structure]]></category>
		<category><![CDATA[delphi]]></category>
		<category><![CDATA[design business]]></category>
		<category><![CDATA[developers]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[domain name]]></category>
		<category><![CDATA[isv]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[micro businesses]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[misv]]></category>
		<category><![CDATA[multi media]]></category>
		<category><![CDATA[software company]]></category>
		<category><![CDATA[starting a micro isv]]></category>

		<guid isPermaLink="false">http://www.davidscottkane.com/?p=771</guid>
		<description><![CDATA[I’m a “solo” developer – a “micro” ISV in the truest sense.  Everything comes down to Me, Myself and I...]]></description>
			<content:encoded><![CDATA[<p>I’m a “solo” developer – a “micro” ISV in the truest sense.  Everything comes down to Me, Myself and I.  While I have a “silent” partner, and no disrespect implied or intended to my “silent partner”, at the end of the day nearly every decision I make, whether it be code, features, UI, marketing, site design, business structure, utilities, equipment and everything else pretty much comes down to me.</p>
<p>I’m not complaining here, this was the arrangement when I started and I’m delighted to be working in this arrangement, both of us are.</p>
<p><a href="http://www.47hats.com" target="_blank">Bob Walsh has 47Hats.com</a> as his blog domain name.  It’s a “nail on the head” domain name.  It implies the reality of a micro ISV and the fact that, probably more than most micro businesses, the principal performs a plethora of roles that the average punter never pauses for a moment to consider.</p>
<p>And why would they?</p>
<p><img class="alignleft" style="display: inline; margin: 25px; border: 0pt none;" title="Ayers-Rock (Ularu) At Sunrise" src="/wp-content/uploads/2008/12/ayersrock-thumb.jpg" border="0" alt="Ayers-Rock (Ularu) At Sunrise" width="244" height="163" /></p>
<p>This year, 2008, I made a decision.  It’s been well documented throughout this blog.  I won’t go painfully over the details of that decision in this post other than to say I decided to take the idea for a new product and build a multi-<a href="http://davidscottkane.com/tag/media/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with media">media</a> <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> company.  While the idea for the product is not unique, has some competitors and is something I have great affection for I was, and am, adamant that this time around it was a company I was building, not just a product.</p>
<p>In June this year I admit that in some respects I got a little bit lost in terms of bringing the product to market.  I can’t resist a challenge.  So June saw me trying to bring a product to market in 30 days.  Very few of the participants of this “challenge” realized their goals.  Though some did.</p>
<p>For me the 30 days galvanized me into producing a product that I labeled prototype.  The inner analyst in me refused to allow me to release it.  I think some people were disappointed in this decision (developers following the 30 days RSS feed).</p>
<p>But I wasn’t.  For me it was an affirmation that indeed my mindset had changed this time for the better.  There is more to “quality” than “shine”.</p>
<p>For me the 30 days represented  405 man hours of solid product development.  I don’t take breaks when I’m coding solid.  Fourteen hours a day – with a few days out for “good behavior” or necessity.  <img src='http://davidscottkane.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>As you know I did not release.  I kept plowing on.  Near enough was not good enough.</p>
<p>It’s true the product “worked”, but there were banshees under the hood that for the months that followed would continue to threaten escape if I released the <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a>, until I made an abrupt and arguably perilous change in direction to banish them.</p>
<p>In some respects, I admit, I tend to be a little to much of a perfectionist, a neat-nut and a egotist.  I can’t help that, it’s my nature, but I do try to analyze it and keep the knowledge foremost in my mind.</p>
<p>That knowledge is this.  I code UI elements like a magpie collects shiny trinkets.  It’s almost a psychotic addiction.</p>
<p>For me a piece of <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> is more than just the code, a basic UI and a job done for the user.  For me it’s an experience.  It must empower and it must feel right.  But it must be more than “right” it’s got to make the person using it feel like they can and want to do more – and feel proud of what they did.</p>
<p>When people look at my <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> I’m forever disappointed because of this.  I set myself up for an emotional fall.  I point out a widget or UI element that took hours or days of coding or design to get their impression and nearly always get a “yeah – it’s nice.”  There is nothing unique to me in this experience, I’m sure we all get it,</p>
<p>Such is the life of the developer.  Get it wrong and they’ll not be short in telling you.  Get it right and you’ll probably never be told a thing.  Even though most of us get most things utterly wrong in this respect – it’s a dilemma that few take the time to analyze.  Maybe it’s the reason most <a href="http://davidscottkane.com/tag/misv/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with misv">mISV</a>’s and a good proportion of ISV’s don’t pay heavy attention to UI – particularly on Windows?</p>
<p>Linux application developers are exempt in this equation.  It seems UI rarely gets any attention to detail on that platform.</p>
<h5>I Coded On.</h5>
<p>It’s been, since June 1st 2008 146 work days. Average of 15 hours each day. A total of 2044 man hours.</p>
<p>MixAction has not been released at the date of writing.</p>
<p>I spent much of this time writing bug fixes for a poor implementation of COM that my compiler handed me.</p>
<p>It wasn’t the audio library, I tested the results in C++ and VB 6 and both returned correct values.  Delphi did not – at least no consistently and nearly always a different value.  I then discovered that COM has been broken with no intention to repair it in Delphi since version 4 (despite years of requests to attend to it by several COM based solution providers).  In short, I was screwed on this one.  I could of course hand code DirectX and implement the solution that way – throwing away a grand of investment in an excellent audio API and release sometime in 2012.  Or I could ship warts and all and hope nobody noticed.</p>
<p>Not bloody likely</p>
<p><strong><em>When you are fighting with a compiler and it’s associated primary libraries on something that is fundamental to the core of your own application you are, in effect, building a house – of cards.</em></strong></p>
<p>With a great deal of hesitation, deep consideration and a healthy dose of fear I moved IDE’s and began to embrace the .Net framework after signing up with <a href="http://www.microsoftstartupzone.com/pages/home.aspx" target="_blank">BizSpark</a> from Microsoft.</p>
<p>Not everything is perfect on .Net.  I’d be an idiot to make that statement.  But my application core – the audio engine (or engines as in this case) – is now solid.  No more calls to COM coming back weird and not wonderful.  No call to COM and getting 7, 11, 57 or 1098 back in a call to an OLE_Bool (I exaggerate not).</p>
<h5>There Were Other Gains</h5>
<p>While my domain knowledge is reasonably good I managed to amass more information from the “horses mouth”.  Beta testers, other developers and my own new experiences.  The nature of how the product worked, it’s assumptions in some respects, evolved for the better.</p>
<p>Under .Net Reflection became a prize unattainable without enormous pain in Delphi.  I will expand on this in the coming weeks.</p>
<p>Suffice to say for now – true separation of the audio from the GUI, a vital design for this product, has now been fully achieved without pain and best of all it’s native to the application.  Clean, neat and tidy.  What else could a neat nut want?</p>
<p>There are other major changes that I’ll document as begin to move now towards a finished product.  Database decisions, which one, should I use one at all and other decisions I’ve made.</p>
<p>One thing is for sure.  November saw me embrace something new, something I was accused of as seeing as “Oooh – What’s this new shiny thing” on the <a href="http://discuss.joelonsoftware.com/default.asp?biz.5.698464" target="_blank">Business of Software forum</a>.  That new has meant that while November saw me head down and bum up inside a new IDE learning new tricks out of necessity, that particular 30 days just past in November has paid dividends.</p>
<p>MixAction will not be released in 2008.  It will be released in 2009 and the first release will be a simple implementation on the <strong><em>surface</em></strong>.  But through a variety of tools and technologies iterative enhancement after release is now possible without breaking anything fundamental, at least until a Version 2+ release.</p>
<p>I expect, when I release, for a bunch of folks to declare “what was all the fuss about” and in a sense that’s the beauty of it.  What’s underneath now gives me flexibility to implement features in the future with more precision and assurance.</p>
<p>I wanted a product that could grow comfortably, that, through iterative development, would please customers through the power of “new things”.  I wanted something that would take the playing field the product will exist in and break the paradigms.  There are existing competitors (beyond that nut who attempted to clone) that I want to try to play catch up with me, ultimately, and not the other way around.</p>
<p>Business, like politics, is a game.  A deadly serious game without question.  Akin to chess.  I do not see <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> development and the business of <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> like fishing, or farming or the other analogies so often used.  It’s chess.  A new product, to my mind, should be a reckoning – not an attempt to harvest in Autumn by hoping it will rain this Spring.</p>
<p>Scott Kane</p>

	Tags: <a href="http://davidscottkane.com/tag/ado-net/" title="ado.net" rel="tag nofollow">ado.net</a>, <a href="http://davidscottkane.com/tag/blog/" title="blog" rel="tag nofollow">blog</a>, <a href="http://davidscottkane.com/tag/blogging/" title="blogging" rel="tag nofollow">blogging</a>, <a href="http://davidscottkane.com/tag/blogs/" title="blogs" rel="tag nofollow">blogs</a>, <a href="http://davidscottkane.com/tag/bob-walsh/" title="bob walsh" rel="tag nofollow">bob walsh</a>, <a href="http://davidscottkane.com/tag/business-of/" title="business of" rel="tag nofollow">business of</a>, <a href="http://davidscottkane.com/tag/business-structure/" title="business structure" rel="tag nofollow">business structure</a>, <a href="http://davidscottkane.com/tag/delphi/" title="delphi" rel="tag nofollow">delphi</a>, <a href="http://davidscottkane.com/tag/design-business/" title="design business" rel="tag nofollow">design business</a>, <a href="http://davidscottkane.com/tag/developers/" title="developers" rel="tag nofollow">developers</a>, <a href="http://davidscottkane.com/tag/development/" title="development" rel="tag nofollow">development</a>, <a href="http://davidscottkane.com/tag/domain-name/" title="domain name" rel="tag nofollow">domain name</a>, <a href="http://davidscottkane.com/tag/isv/" title="isv" rel="tag nofollow">isv</a>, <a href="http://davidscottkane.com/tag/media/" title="media" rel="tag nofollow">media</a>, <a href="http://davidscottkane.com/tag/micro-businesses/" title="micro businesses" rel="tag nofollow">micro businesses</a>, <a href="http://davidscottkane.com/tag/microsoft/" title="Microsoft" rel="tag nofollow">Microsoft</a>, <a href="http://davidscottkane.com/tag/misv/" title="misv" rel="tag nofollow">misv</a>, <a href="http://davidscottkane.com/tag/multi-media/" title="multi media" rel="tag nofollow">multi media</a>, <a href="http://davidscottkane.com/tag/software-company/" title="software company" rel="tag nofollow">software company</a>, <a href="http://davidscottkane.com/tag/starting-a-micro-isv/" title="starting a micro isv" rel="tag nofollow">starting a micro isv</a>, <a href="http://davidscottkane.com/tag/starting-an-misv/" title="Starting an mISV" rel="tag nofollow">Starting an mISV</a>, <a href="http://davidscottkane.com/tag/visualstudio/" title="VisualStudio" rel="tag nofollow">VisualStudio</a>, <a href="http://davidscottkane.com/tag/windows/" title="Windows" rel="tag nofollow">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://davidscottkane.com/visual-studio-2010-beta-monday-may-18-fire-up-the-virtual-machines/" title="Visual Studio 2010 Beta &#8211; Monday May 18 &#8211; Fire Up The Virtual Machines! (May 18, 2009)">Visual Studio 2010 Beta &#8211; Monday May 18 &#8211; Fire Up The Virtual Machines!</a> (2)</li>
	<li><a href="http://davidscottkane.com/26-megabytes-%e2%80%93-not-so-painful-net-35-sp1-%e2%80%93-but-what-about-all-the-non-%e2%80%9cgenuine%e2%80%9d-windows-installs/" title="26 Megabytes – Not So Painful .Net 3.5 SP1 – But What About All The Non “Genuine” Windows Installs? (February 28, 2009)">26 Megabytes – Not So Painful .Net 3.5 SP1 – But What About All The Non “Genuine” Windows Installs?</a> (4)</li>
	<li><a href="http://davidscottkane.com/10-years-anniversary-today-epic-fail-i-quit-starting-an-isv/" title="10 Years Anniversary Today. EPIC FAIL. I Quit. Starting An ISV &#8230; (October 1, 2008)">10 Years Anniversary Today. EPIC FAIL. I Quit. Starting An ISV &#8230;</a> (7)</li>
	<li><a href="http://davidscottkane.com/the-politics-of-software-pricing-models-fos-fud-and-economic-pragmatism/" title="The Politics Of Software Pricing Models, FOS, FUD And Economic Pragmatism. (November 1, 2008)">The Politics Of Software Pricing Models, FOS, FUD And Economic Pragmatism.</a> (5)</li>
	<li><a href="http://davidscottkane.com/isvs-are-in-the-business-of-software-not-the-business-of-audio-and-video/" title="ISV&#8217;s Are In The Business Of Software, Not The Business Of Audio And Video&#8230; (September 25, 2008)">ISV&#8217;s Are In The Business Of Software, Not The Business Of Audio And Video&#8230;</a> (13)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://davidscottkane.com/2008-how-many-hours-to-develop-a-business-and-product/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MixAction</title>
		<link>http://davidscottkane.com/mixaction/</link>
		<comments>http://davidscottkane.com/mixaction/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 08:24:36 +0000</pubDate>
		<dc:creator>Scott Kane</dc:creator>
				<category><![CDATA[Starting an mISV]]></category>
		<category><![CDATA[audio playback]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[complexity]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[freebies]]></category>
		<category><![CDATA[isv]]></category>
		<category><![CDATA[media software]]></category>
		<category><![CDATA[misv]]></category>
		<category><![CDATA[multi media]]></category>
		<category><![CDATA[playback software]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[release time]]></category>
		<category><![CDATA[s]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[software market]]></category>
		<category><![CDATA[software product]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[windows media player]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.davidscottkane.com/?page_id=134</guid>
		<description><![CDATA[I&#8217;ll be adding some info and screenshots here shortly on the product we are blogging about and developing.  Stay tuned&#8230; What is MixAction? MixAction is a Windows software product (Win 2000, XP and Vista or above) for theatrical live audio playback. Why are you blogging about it? Transparency.  The idea is two fold.  One it [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ll be adding some info and screenshots here shortly on the product we are <a href="http://davidscottkane.com/tag/blogging/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with blogging">blogging</a> about and developing.  Stay tuned&#8230;</p>
<ol>
<li><strong>What is MixAction?<br />
</strong><em>MixAction is a Windows <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> product (Win 2000, XP and Vista or above) for theatrical live audio playback.</em></li>
<li><strong>Why are you <a href="http://davidscottkane.com/tag/blogging/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with blogging">blogging</a> about it?<br />
</strong><em>Transparency.  The idea is two fold.  One it keeps me moving forward as I chart my own progress, secondly it&#8217;s my hope that it the <a href="http://davidscottkane.com/tag/blogging/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with blogging">blogging</a> process assists others starting up in their efforts.  I also hope it encourages others to start their own blogs and blog about the development of their own products.</em></li>
<li><strong>Wasn&#8217;t this supposed to be finished in 30 Days or something?<br />
</strong><em>No.  The idea was to see if a product could be written and released in 30 Days.  That 30 Days was from June 1st 2008 to June 30th 2008.  What I ended up with was a working prototype for the product.  Given the complexity of multi-<a href="http://davidscottkane.com/tag/media/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with media">media</a> <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a>, the requirements for live playback and the necessity to make it genuinely simple to use while working using paradigms that fit with live theater (theatre) in particular, 30 Days simply wasn&#8217;t enough time to do the product justice.  So I bit the bullet and held of releasing and instead continued to refine the product.</em></li>
<li><strong>So you&#8217;ve abandoned the idea of &#8220;release early&#8221;?<br />
</strong><em>Not at all.  The defintion of &#8220;release early&#8221; is certainly not &#8220;30 Days&#8221;.  While a simple product can be written in that time frame a complex product can not.  It can take months and even years.  At this point though I expect to release this product this year, though I am not prepared to even estimate the actual release time.</em></li>
<li><strong>Isn&#8217;t the audio playback <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> market crowded with freebies like Windows <a href="http://davidscottkane.com/tag/media/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with media">Media</a> Player, iTunes, WinAmp and so on?<br />
</strong><em>In the context of just audio playback yes.  But if you have ever done live audio, or theatrical live audio &#8211; as I have &#8211; then you would know that using one of these tools for this purpse is quirky, unreliable and extremely limiting. Many live audio people are still using CD&#8217;s and fighting with mechnical failures, disk skipping, bad labelling and human error. MixAction&#8217;s name was chosen because Mixing Action is exactly what it does, further it does it in a manner that supports the notion of Acts and Scenes and allows for automation and project building in order to minimize mistakes and mechanical failures during a performance.  Increasingly MixAction leans more towards being a simple to use live performance DAW (Digital Audio Workstation) rather than a &#8220;player&#8221; given the toolkit the <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> is shipping with right from release.</em></li>
<li><strong>You make a lot of noise on this blog about &#8220;domain knowledge&#8221;.  What&#8217;s yours?<br />
</strong><em>I&#8217;ve been involved in <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> development since my early twenties at a professional level.  I&#8217;ve been an ISV before &#8211; though at that time the term was not used &#8211; the term <a href="http://davidscottkane.com/tag/misv/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with misv">mISV</a> wasn&#8217;t coined until a few years ago.  So I have several decades of experience as a developer.  I began programming however when I was sixteen.  My first product was a music synthesizer using the Vic 20 and later the Commodore 64&#8242;s SID chip.  Yes, I actually used this as an &#8220;instrument&#8221; live in a band and on multitrack recordings.  I began doing voice over work in high school.  I appeared first on an a parody production of Jeff Waynes &#8220;War of the Worlds&#8221; and later on an original musical production of  &#8220;The Time Machine.&#8221;  Later I gained a certificate in radio broadcasting in Melbourne and did voice overs for radio commercials for Melbourne&#8217;s 3AW and 3XY.  My voice can also be heard on many training and sales videos for <a href="http://davidscottkane.com/tag/software/" class="st_tag internal_tag" rel="tag nofollow" title="Posts tagged with software">software</a> developers on the Internet as well as some DVD&#8217;s available in Australia to companies for staff training.  It also appears on many telephone answering services.  In addition I hold certification as an audio engineer and own and operate a small recording studio, used primarily by myself, in my office.  So I&#8217;ve worked as an audio engineer and as a live sound engineer.  Most of these roles where performed in addition to my full time employment as a programmer for several multi-national companies.  I have also worked at night as a nightclub DJ in the 1980&#8242;s and have taught computer related subjects and programming at tertiary level as I hold some limited teaching certifications.  I have also taught and assisted startup companies in the process of business development.  I guess you could say a wide variety of &#8220;domains&#8221; here.   Needless to say my work in live audio meant direct hands on experience in theatrical evnvironments including plays, musicals, pageants and as the voice and music for county &#8220;fairs&#8221; or &#8220;shows&#8221; as they are called downunder.</em></li>
</ol>

	Tags: <a href="http://davidscottkane.com/tag/audio-playback/" title="audio playback" rel="tag nofollow">audio playback</a>, <a href="http://davidscottkane.com/tag/blog/" title="blog" rel="tag nofollow">blog</a>, <a href="http://davidscottkane.com/tag/complexity/" title="complexity" rel="tag nofollow">complexity</a>, <a href="http://davidscottkane.com/tag/development/" title="development" rel="tag nofollow">development</a>, <a href="http://davidscottkane.com/tag/freebies/" title="freebies" rel="tag nofollow">freebies</a>, <a href="http://davidscottkane.com/tag/isv/" title="isv" rel="tag nofollow">isv</a>, <a href="http://davidscottkane.com/tag/media-software/" title="media software" rel="tag nofollow">media software</a>, <a href="http://davidscottkane.com/tag/misv/" title="misv" rel="tag nofollow">misv</a>, <a href="http://davidscottkane.com/tag/multi-media/" title="multi media" rel="tag nofollow">multi media</a>, <a href="http://davidscottkane.com/tag/playback-software/" title="playback software" rel="tag nofollow">playback software</a>, <a href="http://davidscottkane.com/tag/prototype/" title="prototype" rel="tag nofollow">prototype</a>, <a href="http://davidscottkane.com/tag/release-time/" title="release time" rel="tag nofollow">release time</a>, <a href="http://davidscottkane.com/tag/s/" title="s" rel="tag nofollow">s</a>, <a href="http://davidscottkane.com/tag/software/" title="software" rel="tag nofollow">software</a>, <a href="http://davidscottkane.com/tag/software-market/" title="software market" rel="tag nofollow">software market</a>, <a href="http://davidscottkane.com/tag/software-product/" title="software product" rel="tag nofollow">software product</a>, <a href="http://davidscottkane.com/tag/vista/" title="vista" rel="tag nofollow">vista</a>, <a href="http://davidscottkane.com/tag/windows/" title="Windows" rel="tag nofollow">Windows</a>, <a href="http://davidscottkane.com/tag/windows-media-player/" title="windows media player" rel="tag nofollow">windows media player</a>, <a href="http://davidscottkane.com/tag/windows-software/" title="windows software" rel="tag nofollow">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://davidscottkane.com/10-years-anniversary-today-epic-fail-i-quit-starting-an-isv/" title="10 Years Anniversary Today. EPIC FAIL. I Quit. Starting An ISV &#8230; (October 1, 2008)">10 Years Anniversary Today. EPIC FAIL. I Quit. Starting An ISV &#8230;</a> (7)</li>
	<li><a href="http://davidscottkane.com/preparing-for-windows-7-in-code/" title="Preparing For Windows 7 In Code (January 27, 2009)">Preparing For Windows 7 In Code</a> (0)</li>
	<li><a href="http://davidscottkane.com/an-ill-corporate-wind-is-blowing-and-many-are-not-helping-one-byte/" title="An Ill Corporate Wind Is Blowing &#8211; And Many Are Not Helping One Byte (January 8, 2009)">An Ill Corporate Wind Is Blowing &#8211; And Many Are Not Helping One Byte</a> (2)</li>
	<li><a href="http://davidscottkane.com/visual-studio-2010-beta-monday-may-18-fire-up-the-virtual-machines/" title="Visual Studio 2010 Beta &#8211; Monday May 18 &#8211; Fire Up The Virtual Machines! (May 18, 2009)">Visual Studio 2010 Beta &#8211; Monday May 18 &#8211; Fire Up The Virtual Machines!</a> (2)</li>
	<li><a href="http://davidscottkane.com/the-politics-of-software-pricing-models-fos-fud-and-economic-pragmatism/" title="The Politics Of Software Pricing Models, FOS, FUD And Economic Pragmatism. (November 1, 2008)">The Politics Of Software Pricing Models, FOS, FUD And Economic Pragmatism.</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://davidscottkane.com/mixaction/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
