<?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"
	>

<channel>
	<title>Quarterflash Designs</title>
	<atom:link href="http://quarter-flash.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://quarter-flash.com/wp</link>
	<description>The ramblings of a new writer</description>
	<pubDate>Thu, 23 Oct 2008 19:47:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Free Music</title>
		<link>http://quarter-flash.com/wp/2008/10/23/free-music/</link>
		<comments>http://quarter-flash.com/wp/2008/10/23/free-music/#comments</comments>
		<pubDate>Thu, 23 Oct 2008 19:47:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=25</guid>
		<description><![CDATA[Now, I&#8217;m not a major music seeker, but on occasion I like to listen to something other than the local station. Recently I&#8217;ve had more time to look for music because they changed up the Morning Show and it&#8217;s just not as much fun any more.
I ran across this site and since I&#8217;ve found some [...]]]></description>
			<content:encoded><![CDATA[<p>Now, I&#8217;m not a major music seeker, but on occasion I like to listen to something other than the local station. Recently I&#8217;ve had more time to look for music because they changed up the Morning Show and it&#8217;s just not as much fun any more.</p>
<p>I ran across this site and since I&#8217;ve found some stuff there that I find that I like I thought I&#8217;d post up a short blurb about it here.</p>
<p>This music is all free because it&#8217;s uploaded by the artists under a <a href="http://creativecommons.org">Creative Commons</a> license. The site is <a href="http://jamendo.com/en/">Jamendo</a>. Of course, because it&#8217;s freely licensed you won&#8217;t find any mainstream artists (at least not that I&#8217;ve seen in the short time I&#8217;ve been on the site.)</p>
<p>Still, I&#8217;ve found some nice things to listen to.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2008/10/23/free-music/feed/</wfw:commentRss>
		</item>
		<item>
		<title>GTK# Tutorial</title>
		<link>http://quarter-flash.com/wp/2008/08/03/gtk-tutorial/</link>
		<comments>http://quarter-flash.com/wp/2008/08/03/gtk-tutorial/#comments</comments>
		<pubDate>Sun, 03 Aug 2008 16:45:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/2008/08/03/gtk-tutorial/</guid>
		<description><![CDATA[I&#8217;ve decided, as I may have mentioned before, that I plan on using C# and GTK# built using MonoDevelop as my cross-platform platform of choice. I&#8217;ve always had one problem with this - getting the GUI to be responsive.
You have to understand that I&#8217;ve been programming a long time (the first program I wrote I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve decided, as I may have mentioned before, that I plan on using C# and GTK# built using MonoDevelop as my cross-platform platform of choice. I&#8217;ve always had one problem with this - getting the GUI to be responsive.</p>
<p>You have to understand that I&#8217;ve been programming a <strong>long</strong> time (the first program I wrote I had to flip the toggle switches on the front panel to toggle in the 0&#8217;s and 1&#8217;s), but just about everything I&#8217;ve done has been command line based. Mostly utility programs, programs that operate behind the scenes, programs that are used by other developers or systems people - in short, nothing graphical in nature. This is a whole new issue for me.<span id="more-22"></span></p>
<p>So, of course,  the first thing you do is hit Google, or the C#/GTK# pages looking for a tutorial on how to do this. I found a problem here - there are a lot of tutorials, but they&#8217;re relatively static. That is, they show how to put a button and a text display on a page, press the button and update the text display. Those tutorials work, but they don&#8217;t expand well.</p>
<p>I&#8217;m working on programs that put up a display, take some input, and then go off and do some work. This work is supposed to give feedback to the user so they know what&#8217;s happening. The tutorials I found don&#8217;t do that.</p>
<p>Thus was born this tutorial in which I use Glade# to develop the interface and then use GTK# to run a simple little program that picks a number between 1 and 10,000 and then tries to determine what that number is. While it&#8217;s guessing, it&#8217;s updating the GUI to show the current guessed number and how many guesses it&#8217;s taken so far.</p>
<p>I don&#8217;t claim that this is extensible to the most complex program, it&#8217;s worked for this tutorial and now I&#8217;m off to implement this method in a larger program to see how well it works there.</p>
<p>I&#8217;ve included links to a MonoDevelop and a VS2005 solution. Please download and give them a try. Feedback is most welcome.</p>
<p>Hopefully someone will find this useful.</p>
<p><a title="MonoDevelop Solution for the tutorial" href="http://quarter-flash.com/wp/wp-content/uploads/2008/08/gtkgladetutorial-mdstar.gz">MonoDevelop Solution for the tutorial</a></p>
<p><a title="VS2005 Solution for the tutorial" href="http://quarter-flash.com/wp/wp-content/uploads/2008/08/gtkgladetutorial-slntar.gz">VS2005 Solution for the tutorial</a></p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2008/08/03/gtk-tutorial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>.NET command line parsing</title>
		<link>http://quarter-flash.com/wp/2008/07/22/net-command-line-parsing/</link>
		<comments>http://quarter-flash.com/wp/2008/07/22/net-command-line-parsing/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 19:44:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=19</guid>
		<description><![CDATA[For a project I&#8217;m working on I needed an assembly that would easily parse a command line.
&#8220;A command line? What&#8217;s that?&#8221;  you might ask. I understand that most of the programs you run always start up with a GUI that you can then use to set up all your parameters. This is not always the [...]]]></description>
			<content:encoded><![CDATA[<p>For a project I&#8217;m working on I needed an assembly that would easily parse a command line.</p>
<p>&#8220;A command line? What&#8217;s that?&#8221;  you might ask. I understand that most of the programs you run always start up with a GUI that you can then use to set up all your parameters. This is not always the Right Thing to do. A lot of what I program are utility programs that do things to files in a scripted (or batch) mode. GUIs, in this case, just get in the way.  Thus the command line - you tell the program what to do when you start it up and it never talks to you again.</p>
<p>For example:</p>
<pre> playMP3 --directory /myhome/music --background true</pre>
<p>The convention is that a long name option has two preceding - (dash) characters and a short name option (a single character) has a single preceding dash character.</p>
<p><span id="more-19"></span>There are certainly a lot of options out there for doing this sort of thing, but I can be sort of an odd person - if I&#8217;m using a language, I want to <strong>use</strong> the language;  not write in a language I&#8217;m comfortable in and just use the syntax of the new language.</p>
<p>That may be a difficult concept to visualize if you&#8217;re not a programmer. Hopefully someone can comment and give an example in the non-programming world, but I can give a programming example. I once worked with a programmer that had done most of his work in COBOL and he was very good at it. Times change, and he needed to be programming in C. C is <strong>not</strong> like COBOL at all. It is, after all, meant to do different things.This person wrote C programs and they compiled and they worked</p>
<p>However, one look at his source and you could tell that his mind was still writing COBOL. He wasn&#8217;t taking advantage of many of the features that C has and the program was structured as if it were in COBOL. He got the job done, but it could have been done better.</p>
<p>So, to get back on track, I was looking for an assembly that could do command line processing that externally looked like all the other command line processing I was familiar with, but internally it was written as a C# program.</p>
<p>I searched <a href="http://google.com" title="Google Search Engine" target="_blank">Google</a> and found a lot of candidates, but one named <a href="http://www.codeplex.com/commandline" title="Command Line Parser Library" target="_blank">Command Line Parser Library</a> seemed to fit the bill very well. I downloaded and compiled it, sorted out the documentation, and started using it.</p>
<p>Well, I&#8217;m an iterative developer and as I expanded the utility program I was writing I found that this particular assembly was not capable of doing one thing I needed it to do. No worries, there are a lot of choices out there so I went back to Google and did some more looking. I found that the assembly I was already using really was easy to use and was so close to being what I needed that I contacted the author and talked to him about it.</p>
<p>He asked me to make an entry on the web site and he&#8217;d try to sort out how to accomplish what I needed. He already had a similar feature, used for trailing arguments, but I needed to be able to do things just a bit different. If he didn&#8217;t have the time and/or inclination to add this feature then I was prepared to delve in to the code to add it myself.</p>
<p>However, just today he released a new version with my feature added. Very cool.</p>
<p>He apologized for it taking so long, but since I knew he was working on it, the time it took hadn&#8217;t bothered me. Not having this feature hadn&#8217;t been holding me up because I  had a lot of other development to work on. Now I can go back and update the code and take advantage of this newly added feature.</p>
<p>Why am I blogging about this? Just because I think it&#8217;s important to acknowledge that a substantial amount of good work is going on in the small development shops. If he&#8217;s like me (and it sounds like he is) the definition of &#8220;development shop&#8221; is him sitting in front of his computer in the basement or spare room whenever you have the time to work on writing code for fun. He&#8217;s not getting paid for this, he&#8217;s scratching an itch and that&#8217;s something I can identify with.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2008/07/22/net-command-line-parsing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Very cool research</title>
		<link>http://quarter-flash.com/wp/2008/07/15/very-cool-research/</link>
		<comments>http://quarter-flash.com/wp/2008/07/15/very-cool-research/#comments</comments>
		<pubDate>Wed, 16 Jul 2008 01:54:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=18</guid>
		<description><![CDATA[Someday I&#8217;ll get good at this blogging stuff - so far I really suck at any kind of regularity.
At any rate, you just gotta check out this link - it&#8217;s very cool, but a bit creepy. It&#8217;s called Big Dog and it&#8217;s a 4 legged autonomous &#8220;vehicle&#8221;. Watching the video is just a bit weird. [...]]]></description>
			<content:encoded><![CDATA[<p>Someday I&#8217;ll get good at this blogging stuff - so far I really suck at any kind of regularity.</p>
<p>At any rate, you just gotta check out this <a href="http://www.bostondynamics.com/content/sec.php?section=BigDog">link</a> - it&#8217;s very cool, but a bit creepy. It&#8217;s called Big Dog and it&#8217;s a 4 legged autonomous &#8220;vehicle&#8221;. Watching the video is just a bit weird. I have to admit that the very first bit when it&#8217;s shown walking through the woods the very first thing that came to my mind was <em>Monty Python</em>. It just reminded me of some of the parts when they&#8217;re carrying baggage on the <em>Quest for the Holy Grail</em>.</p>
<p>It does do some amazing things and it has better balance than I do on some days.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2008/07/15/very-cool-research/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Typos can be fun</title>
		<link>http://quarter-flash.com/wp/2007/11/06/typos-can-be-fun/</link>
		<comments>http://quarter-flash.com/wp/2007/11/06/typos-can-be-fun/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 16:16:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ramblings]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=17</guid>
		<description><![CDATA[Sometimes the wrong word in the right place can give a whole new meaning to what&#8217;s written.
In a recent email to a Linux mailing list about backups and backup strategies, we find the following:
&#62; On Tue, 2007-11-06 at 08:36 -0700, XXXXX XXXXX wrote:
&#62; &#62; Fifth, restore capabilities are only a website away, and can easily [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes the wrong word in the right place can give a whole new meaning to what&#8217;s written.</p>
<p>In a recent email to a Linux mailing list about backups and backup strategies, we find the following:</p>
<p><tt><font color="#737373">&gt; On Tue, 2007-11-06 at 08:36 -0700, XXXXX XXXXX wrote:</font></tt><br />
<tt><font color="#737373">&gt; &gt; Fifth, restore capabilities are only a website away, and can easily be</font></tt><br />
<tt><font color="#737373">&gt; &gt; performed by the end user (assuming they have enough rites to do so).</font></tt><br />
This is a case where the word &#8220;rites&#8221; obviously should have been &#8220;rights&#8221;. However, the wrong word really changes the meaning. My response to the author (which I made a private reply and not a reply back to the mailing list) was:</p>
<p><tt><font color="#737373">&gt; Sorry, but I was very amused by your typo: &#8220;rites&#8221; should have been</font></tt><br />
<tt><font color="#737373">&gt; &#8220;rights&#8221;, but the mental image of users making the proper sacrifices and</font></tt><br />
<tt><font color="#737373">&gt; chanting to get their files restored made me laugh.</font></tt></p>
<p>When you take into account the common view that users don&#8217;t know how all that networking stuff really works and it&#8217;s all magic, only understood by the Administrator and his minions, that&#8217;s what really makes this funny.</p>
<p>In a follow on email the author noted that spell checkers don&#8217;t help when you spell the wrong word correctly.</p>
<p>It just reinforces what I&#8217;ve known for a long time - spellchecking is not the same as proofreading.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/11/06/typos-can-be-fun/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ImageResizer</title>
		<link>http://quarter-flash.com/wp/2007/11/04/imageresizer/</link>
		<comments>http://quarter-flash.com/wp/2007/11/04/imageresizer/#comments</comments>
		<pubDate>Sun, 04 Nov 2007 22:26:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=16</guid>
		<description><![CDATA[This is part 3 of the Open Source Takeover series.  I had to make a change to the user interface as I didn&#8217;t understand how a couple of the widgets were meant to be used. Here&#8217;s the new and, pending some input from actual users, final look of the application:

I spent a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>This is part 3 of the Open Source Takeover series.  I had to make a change to the user interface as I didn&#8217;t understand how a couple of the widgets were meant to be used. Here&#8217;s the new and, pending some input from actual users, final look of the application:</p>
<p><img src="http://quarter-flash.com/ResizerScreen2.png" title="Final User Interface" alt="Final User Interface" height="269" width="650" /></p>
<p><span id="more-16"></span>I spent a lot of Saturday and Sunday trying to sort out how to do the configuration in an easier manner than the original writer and was having a lot of difficulties sorting it out. I finally found something called <a href="http://sourceforge.net/projects/nini/">Nini</a> that is working just fine.</p>
<p>So, I still have to tie changes in the UI back to the configuration file and then forklift the code from the original project into this one. I started a new project because a) I wanted a slightly different name, and b) it was easy to keep the original, working code separate from my changes.</p>
<p>I ran across a couple of open source Windows installers so, hopefully, by the end of the week I&#8217;ll have this ready to distribute.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/11/04/imageresizer/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Source Takeover, part 2</title>
		<link>http://quarter-flash.com/wp/2007/11/03/open-source-takeover-part-2/</link>
		<comments>http://quarter-flash.com/wp/2007/11/03/open-source-takeover-part-2/#comments</comments>
		<pubDate>Sat, 03 Nov 2007 16:36:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=15</guid>
		<description><![CDATA[I now have a working resizer/watermarker, but it only works if I manually edit the configuration file. This is because the original author had a separate config program and that was written with some sort of code generator. That&#8217;s not a bad thing, mind you, except for the fact that the code it generates is [...]]]></description>
			<content:encoded><![CDATA[<p>I now have a working resizer/watermarker, but it only works if I manually edit the configuration file. This is because the original author had a separate config program and that was written with some sort of code generator. That&#8217;s not a bad thing, mind you, except for the fact that the code it generates is rife with absolute pixel positions and that makes it difficult to add on new elements.</p>
<p><span id="more-15"></span>When I finally got that straight in my head, I decided to integrate the two programs in to one. I think the original thought was that the actual resizer was meant to be a command line sort of thing and there wasn&#8217;t a need for a user interface. Since it always opened up some sort of a dialog to tell you what it had done or to ask a question or two, I decided that making it a graphical program from the start would be OK.</p>
<p>So, I fired up the interface editor and came up with this:</p>
<p><img src="http://quarter-flash.com/ResizerScreen.png" title="Proposed user interface for the resizer program" alt="Proposed user interface for the resizer program" border="0" /></p>
<p>The one thing that&#8217;s not correct yet is the Max Size element. Obviously we don&#8217;t want fractional sizes. I think that&#8217;s a setting in the widget, but I&#8217;m not quite there yet. That is the next step, tieing the new interface to the existing code.</p>
<p>One thing that might not be evident from that screenshot is that the bottom element is a status bar, in which the user will see the images fly by as the resizer works.</p>
<p>Thoughts? Does it look OK?  GUI design is definitely <strong>not</strong> my strong point, so I won&#8217;t be offended by people that want to make it more usable.</p>
<p>Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/11/03/open-source-takeover-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Open Source Takeover</title>
		<link>http://quarter-flash.com/wp/2007/10/29/open-source-takeover/</link>
		<comments>http://quarter-flash.com/wp/2007/10/29/open-source-takeover/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 15:05:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=14</guid>
		<description><![CDATA[OK, so it&#8217;s not that dramatic - but here&#8217;s the story.
I&#8217;ve recently gotten involved with a group called &#60;a href=&#8221;http://eons.com&#8221; target=&#8221;_blank&#8221;&#62;Eons&#60;/a&#62;, a website that&#8217;s targeted toward the over 50 folks. I&#8217;m involved in the Better Photography group, and the subject came up about someone&#8217;s image being &#8220;borrowed&#8221; by a different person without permission.
So, I went [...]]]></description>
			<content:encoded><![CDATA[<p>OK, so it&#8217;s not that dramatic - but here&#8217;s the story.</p>
<p>I&#8217;ve recently gotten involved with a group called &lt;a href=&#8221;http://eons.com&#8221; target=&#8221;_blank&#8221;&gt;Eons&lt;/a&gt;, a website that&#8217;s targeted toward the over 50 folks. I&#8217;m involved in the <em>Better Photography</em> group, and the subject came up about someone&#8217;s image being &#8220;borrowed&#8221; by a different person without permission.</p>
<p>So, I went off the to web to look for some sort of utility that would be able to resize and watermark images. I found a resizer program (named, appropriately enough, Resizer) and an article on creating both image and text watermarks. The Resizer program was up for adoption as the person who wrote it was no longer interested in maintaining it. He had written it for a specific purpose and the program was no longer needed.</p>
<p>I contacted him about adopting it and after the appropriate conversations, he passed it on to me. I added three features to it (reduced DPI, image watermarking, text watermarking) and it&#8217;s now working. I don&#8217;t have it available for download quite yet as it&#8217;s currently set up as two separate programs - one to edit the config, one to resize images. In the process of fixing the config I came to the conclusion that I needed to integrate the two programs as I don&#8217;t want to plot pixels to place items on the dialog by using pixel counts.</p>
<p>One other thing that prevents me from putting up at the moment is that it&#8217;s a .NET program (and yes, it runs on both Windows and Linux) but I don&#8217;t have a good install for it yet. I have a link or two to investigate for an install program, but I&#8217;ve not quite gotten that far.</p>
<p>All that being said, if you have .NET installed on your Windows or Linux box and don&#8217;t mind a little hand-editing of the config file, then drop me a line and I&#8217;ll zip up the two programs for you to try out.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/10/29/open-source-takeover/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Chapter 1</title>
		<link>http://quarter-flash.com/wp/2007/09/11/chapter-1/</link>
		<comments>http://quarter-flash.com/wp/2007/09/11/chapter-1/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 03:01:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=11</guid>
		<description><![CDATA[I&#8217;ve started on what I&#8217;m calling Chapter 1 - Setup.  I decided to refer absolute beginners to an appendix for full install instructions and only detail installation for the assemblies and dlls that are required for the project. So far I have 4 pages! Yes, I know it&#8217;s a very small start, but it is [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve started on what I&#8217;m calling <em>Chapter 1 - Setup</em>.  I decided to refer absolute beginners to an appendix for full install instructions and only detail installation for the assemblies and dlls that are required for the project. So far I have 4 pages! Yes, I know it&#8217;s a very small start, but it <strong>is</strong> a start. Oh, and I&#8217;ve also done the Windows install of VSE so I have a ton of screen shots to edit for that part of the appendix.</p>
<p>Maybe I should talk a little bit more about what I plan on doing for the book.</p>
<p><span id="more-11"></span>I&#8217;m writing a book about platform independent programming using C# and OpenGL. I&#8217;ll be developing a program throughout the entire book. Each chapter will add a little more to the game and illustrate some point in game programming.</p>
<p>One of the chapters will be about sound and to that end I decided to use a computer voice. As documented elsewhere on my site, I&#8217;m a listener of ALICE 105.9 (KALC) here in Denver. I&#8217;ve interacted with the show on several occasions and I decided to ask Jennifer Wilde, one of the Morning Show DJs, what it would take to get her to do some voice work for me. She graciously volunteered (as long as I didn&#8217;t ask for too much :) and I got the first cut of them today. I asked her to voice about 8 phrases and she did them in a couple of different voices for me.</p>
<p>I can&#8217;t tell you how excited I was to get them. I know, it&#8217;s a bit (or a lot) geeky, but actually having something in hand that was done for me for the book makes it a little more real in some way.</p>
<p>Evidently Jennifer was cutting the phrases for me this morning after the show and I&#8217;m guessing that one of the other folks on the Morning Show asked her what she was up to.  Thus I&#8217;m going to be on the show tomorrow, once removed. That is, I&#8217;ll not actually be on the show but they&#8217;re going to do a bit about Jennifer&#8217;s next career move - being a computer voice in a game :)</p>
<p>Oh, if you want to listen (and I heartily endorse them) you can tune to 105.9 on your FM dial if you&#8217;re here in the Denver area or you can listen to them online at http://alice1059.com. Then choose Listen Live to catch the number 1 morning show in the Denver area with BJ, Howie, and Jennifer. They&#8217;re assisted by Producer Mikey who does a great job of answering the phones even though he doesn&#8217;t like counting to 105 :)  To be fair, he does do a bit more. I have enough trouble keeping this blog up to date and he does a blog for the show with all the features and a lot of what they talk about on the show along with MP3 clips of the more amusing stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/09/11/chapter-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Starting the book</title>
		<link>http://quarter-flash.com/wp/2007/09/08/starting-the-book/</link>
		<comments>http://quarter-flash.com/wp/2007/09/08/starting-the-book/#comments</comments>
		<pubDate>Sat, 08 Sep 2007 14:59:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Coding]]></category>

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

		<guid isPermaLink="false">http://quarter-flash.com/wp/?p=10</guid>
		<description><![CDATA[I&#8217;m glad I have a mentor in this process.
Right now he has the confidence in me that I don&#8217;t (yet.)  I&#8217;m just having a hard time getting started. The first chapter is all about getting set up. Since the book is about coding you have to have some tools installed to get working.
Since I&#8217;ve already [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m glad I have a mentor in this process.</p>
<p>Right now he has the confidence in me that I don&#8217;t (yet.)  I&#8217;m just having a hard time getting started. The first chapter is all about getting set up. Since the book is about coding you have to have some tools installed to get working.</p>
<p><span id="more-10"></span>Since I&#8217;ve already been annoyed at books and articles that say &#8220;Here&#8217;s what I&#8217;m using, if you don&#8217;t use this you&#8217;re on your own&#8221;<strong>and</strong> I&#8217;m writing a platform independent How-To, I feel as if I at least need to show how to set up the environment for the two primary platforms: Windows and Linux.</p>
<p>The problem is this: I&#8217;m not the expert on Windows and I have to find a Windows box that doesn&#8217;t already have some sort of Visual Studio installed on it already. I should have the virgin Windows box resolved as my work desktop is dual boot system and it&#8217;s only been booted into Windows once. It just means that I have to pay very close attention to the steps involved in downloading and installing the free version of VS.</p>
<p>Also, in the book, do I use screen shots? After all, it&#8217;s a web page, so it&#8217;s subject to change at any time and having pictures of something that doesn&#8217;t exist isn&#8217;t very helpful. But without pictures, what do I call those areas on the screen?  Since the free versions of VS are targeted to a specific language, the page they show has separate visual areas for each of the choices (VC#, VB, VC++, etc) and you pick your &#8220;natural language&#8221; (English, Chinese, etc) and then it starts the download.</p>
<p>I just don&#8217;t have the terminology to describe what to do on that page.</p>
<p>My mentor says that I should be targeting the book to beginning to intermediate programmers. I don&#8217;t have an issue with that, but it&#8217;s been a long time since I was a beginner so how detailed do I make the installation instructions? How much do I presume they do (or should) know, and at what point is what they need to do outside the scope of the book?</p>
<p>I really think this will all get easier (hey, you in the back,  stop laughing) as I go on and I start to get a feel for how it all goes together.</p>
<p>Stay tuned, hilarity is sure to ensue.</p>
]]></content:encoded>
			<wfw:commentRss>http://quarter-flash.com/wp/2007/09/08/starting-the-book/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
