<?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>ScarTech &#187; Continuous Improvement</title>
	<atom:link href="http://www.scartech.net/category/continuous-improvement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scartech.net</link>
	<description>The musings of a confessed code junkie and a game geek.</description>
	<lastBuildDate>Wed, 07 Jul 2010 01:34:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Strong Typing</title>
		<link>http://www.scartech.net/2007/11/27/strong-typing/</link>
		<comments>http://www.scartech.net/2007/11/27/strong-typing/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 01:15:31 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Continuous Improvement]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.scartech.net/2007/11/27/strong-typing/</guid>
		<description><![CDATA[Are you a touch typist or do you hunt and peck? For a developer, touch typing can really help keep from having to move your eyes back and forth from the monitor to the keyboard. Although I&#8217;m sure there are plenty of programmers who get along just fine without touch typing, I refuse to believe it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Are you a <a href="http://en.wikipedia.org/wiki/Touch_typing">touch typist</a> or do you <a href="http://www.thefreedictionary.com/hunt-and-peck">hunt and peck</a>? For a developer, touch typing can really help keep from having to move your eyes back and forth from the monitor to the keyboard. Although I&#8217;m sure there are plenty of programmers who get along just fine without touch typing, I refuse to believe it&#8217;s more efficient to hunt and peck. To me it&#8217;s sort of like using the mouse too much. You can get things done moving from the keyboard to the mouse to point and click, but learning an application&#8217;s keyboard shortcuts can help make the application easier to use. Touch typing can have the same effect.</p>
<p>There are commercial products available to help you learn the keyboard layout, <a href="http://typingsoft.com/all_typing_tutors.htm">online tutors</a>, and there are even some <a href="http://www.abcya.com/keyboard.htm">online games</a> to help you learn. Did you know the longest work you can spell with one hand is <a href="http://answers.yahoo.com/question/index?qid=20070618042425AAn091L">stewardesses</a>? Well, at least it is for touch typists.</p>
<p> Like <a href="http://thinkexist.com/quotation/that-s_not_writing-that-s_typing/225356.html">Truman Capote</a> said. &#8220;That&#8217;s not writing. That&#8217;s typing.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scartech.net/2007/11/27/strong-typing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Old School &#8211; A Warning</title>
		<link>http://www.scartech.net/2007/10/23/old-school-a-warning/</link>
		<comments>http://www.scartech.net/2007/10/23/old-school-a-warning/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 01:52:53 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Continuous Improvement]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Opinion]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.scartech.net/archives/10</guid>
		<description><![CDATA[Nostalgia is defined as a longing for the past. Many things give me a feeling of nostalgia: old pictures, 80&#8242;s music, Robert Aspirin books. The list goes on. It&#8217;s just not my development environment, and it better not be for you either. As developers we should be moving forward with not just with our technologies, but [...]]]></description>
			<content:encoded><![CDATA[<p>Nostalgia is defined as a longing for the past. Many things give me a feeling of nostalgia: old pictures, 80&#8242;s music, <a href="http://en.wikipedia.org/wiki/Robert_Asprin">Robert Aspirin</a> books. The list goes on. It&#8217;s just not my development environment, and it better not be for you either. As developers we should be moving forward with not just with our technologies, but our tools as well. I remember writing <a href="http://java.sun.com/javase/">Java </a>code using the <a href="http://www.lancs.ac.uk/staff/steveb/cpaap/pfe/default.htm">Programmer&#8217;s File Editor</a> and compiling at the command line. No debugger. No forms designer. I used good old System.out.println. Not exactly the most efficient use of my time. Today I wouldn&#8217;t think about writing code without a good <a href="http://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a>. With features such as <a href="http://en.wikipedia.org/wiki/IntelliSense">Intellisense</a>, modern IDEs are a godsend. There are plenty of good, free development environments available. Here&#8217;s a few:</p>
<ul>
<li><a href="http://www.jcreator.com/">JCreator </a>- Java</li>
<li><a href="http://msdn2.microsoft.com/en-us/express/default.aspx">Visual Studio Express</a> - .NET</li>
<li><a href="http://www.eclipse.org/pdt/index.php">Eclipse </a>- PHP</li>
<li><a href="http://www.bloodshed.net/devcpp.html">Bloodsheed Dev-C++</a></li>
<li><a href="http://www.icsharpcode.net/OpenSource/SD/">SharpDevelop </a>- .NET</li>
<li><a href="http://www.activestate.com/Products/komodo_edit/">Komodo Edit</a> &#8211; Perl, PHP, Python, Ruby</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.scartech.net/2007/10/23/old-school-a-warning/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
