<?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>MakeUseOf.com &#187; touch typing</title>
	<atom:link href="http://www.makeuseof.com/tags/touch-typing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Mon, 23 Nov 2009 20:00:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Disable The Touchpad While You Are Typing</title>
		<link>http://www.makeuseof.com/tag/how-to-disable-the-touchpad-while-you-are-typing/</link>
		<comments>http://www.makeuseof.com/tag/how-to-disable-the-touchpad-while-you-are-typing/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 14:01:35 +0000</pubDate>
		<dc:creator>Varun Kashyap</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[linux hacks]]></category>
		<category><![CDATA[touch typing]]></category>
		<category><![CDATA[touchpad]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=24841</guid>
		<description><![CDATA[During my initial days as a laptop user, I had discovered a mysterious phenomenon of sorts. I would be typing thick and fast, trusting my skills without paying too much attention and then when I would look back at the screen, I found the lines of text mysteriously intertwined!
It was a mystery because at first [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/09/touchpadlogo.jpg" alt="" vspace="5" align="left" />During my initial days as a laptop user, I had discovered a mysterious phenomenon of sorts. I would be typing thick and fast, trusting my skills without paying too much attention and then when I would look back at the screen, I found the lines of text mysteriously intertwined!</p>
<p>It was a mystery because at first I didn&#8217;t realize that the  erratic cursor movement is caused when your hand touches the touchpad while you are typing. It can get annoying pretty quickly when all of a sudden you find that you are typing the password in the username box all because the touchpad mistook the accidental contact as tap.</p>
<p>If you want to know how to disable the touchpad while typing, here are the steps:</p>
<p><span id="more-24841"></span></p>
<h3><strong>On Windows</strong></h3>
<p>It is pretty straightforward to disable the touchpad in Windows. The settings can  be generally accessed via the  control panel. Open up Mouse Settings from the control panel, move over to the Device Settings tab and you can access touchpad settings in there.</p>
<p>Depending on the make and model of your laptop you will find options such as &#8216;<em>disable touchpad when an external USB pointing device is connected</em>&#8216; which is helpful if you use a USB mouse and want to disable the touchpad when a USB mouse is connected. You can also disable the touchpad entirely from here, or you can choose to disable only the buttons.</p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/synapticsettings.png" alt="how to disable touchpad" width="399" height="197" /></p>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/scrollong.png" alt="how to disable touchpad" width="326" height="166" /></p>
<p>If enabling/disabling every time you are in for a bit of typing feels like too much work, you can look into the sensitivity settings for the touchpad and lower the sensitivity a bit. Although this doesn&#8217;t solve the problem in its entirety it helps to reduce it.</p>
<h3><strong>On Linux</strong></h3>
<p>Things get a bit more involved on the Linux side. You need to make sure that <em>xorg.conf</em> located at (<em>/etc/X11/xorg.conf</em>) contains the line: <em>SHMConfig true</em> under the input section.</p>
<ul>
<li>Fire up your preferred text editor and open up<em> /etc/x11/xorg.conf</em>. Look for a section like:<br />
<blockquote><p><em>Section &#8220;Input Device&#8221;<br />
Identifier    &#8220;Synaptics Touchpad&#8221;<br />
&#8230;<br />
End Section</em></p></blockquote>
</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/hardyb4.png" alt="how to disable touchpad on windows" width="332" height="97" /></p>
<ul>
<li>This needs to contain the line Option <em>&#8220;SHMConfig&#8221; &#8220;true&#8221;</em>. Note that if you are using Jaunty Jackalope you would have to create a file<em> /etc/hal/fdi/policy/shmconfig.fdi</em> with contents as under</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/jaunty.png" alt="how to disable touchpad on laptop" width="541" height="136" /></p>
<ul>
<li>If you added it to the file you need to restart the GUI. You can use Ctrl + Alt + Backspace. If that doesn&#8217;t work, just restart the system.</li>
<li>Next open up the sessions manager. <em>System &gt; Preferences &gt; Sessions</em> and add an entry for <em>syndaemon -i 1 -d</em>. You can use man syndaemon to check out additional options like.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter" style="border: 1px solid black;" src="http://www.makeuseof.com/wp-content/uploads/2009/09/startup.png" alt="disable touchpad on linux" width="428" height="276" /></p>
<p>That should just about do it.  Syndaemon monitors the keyboard and as soon as you start typing it disables the tapping and scrolling action (according to the options you choose) on the touchpad. This means that you can still move the cursor, only you wouldn&#8217;t be able to accidentally tap it and thus wander off to another line.</p>
<p>I really like the Linux solution. You don&#8217;t have to do anything, it detects that you are typing and disables the tapping and scrolling while still letting you to move around the cursor and use the touchpad buttons to click. Unfortunately I couldn&#8217;t find a similar solution for Windows.</p>
<p>Maybe you are aware of one? Let us know in the comments how do you tackle the problem.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/how-to-use-other-language-special-characters-on-your-windows-keyboard/" title="How To Add Other Languages to Your Windows Keyboard (September 12, 2009)">How To Add Other Languages to Your Windows Keyboard</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/enso-launcher-it-will-make-you-feel-like-a-hacker/" title="Enso Launcher: It Will Make You Feel Like a Hacker (June 14, 2008)">Enso Launcher: It Will Make You Feel Like a Hacker</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/create-hotkeys-on-windows-with-keyboard-tweaker/" title="Create Hotkeys on Windows with Keyboard Tweaker (May 8, 2009)">Create Hotkeys on Windows with Keyboard Tweaker</a> (3)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-be-a-better-computer-user/" title="3 Beginner Computer Tips That Are Often Neglected (June 27, 2009)">3 Beginner Computer Tips That Are Often Neglected</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/understanding-windows-7-themes-inside-out/" title="Your Easy Guide to Windows 7 Themes (September 6, 2009)">Your Easy Guide to Windows 7 Themes</a> (16)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-disable-the-touchpad-while-you-are-typing/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>3 Beginner Computer Tips That Are Often Neglected</title>
		<link>http://www.makeuseof.com/tag/how-to-be-a-better-computer-user/</link>
		<comments>http://www.makeuseof.com/tag/how-to-be-a-better-computer-user/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 15:00:14 +0000</pubDate>
		<dc:creator>Guy McDowell</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[touch typing]]></category>
		<category><![CDATA[uninstaller]]></category>
		<category><![CDATA[windows tips]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=19889</guid>
		<description><![CDATA[To get more out of your computing, you don&#8217;t really need newer equipment or fancier software packages. To do your computer work faster, there&#8217;s not always a lot of sense in going out and buying more RAM or a new CPU. All you have to do is become a better user. After all, a good [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-126" style="margin: 10px;" title="too_many_computers" src="http://www.makeuseof.com/wp-content/uploads/2009/06/too_many_computers.jpg" alt="too_many_computers" width="275" height="184" />To get more out of your computing, you don&#8217;t really need newer equipment or fancier software packages. To do your computer work faster, there&#8217;s not always a lot of sense in going out and buying more RAM or a new CPU. All you have to do is become a better user. After all, a good plumber doesn&#8217;t blame his tools.</p>
<p>Being a better computer user doesn&#8217;t require you to sign up for course at college or to read those huge books that geeks have on their desks. Truth is, we don&#8217;t read them either. We just refer to them every now and again when you stump us with a question.</p>
<p>Being a better computer user just takes a willingness to learn and to try. Here are a few computer tips for the beginner that should help you immediately.</p>
<h2>1. Learn to Use Your Keyboard</h2>
<p>Since PCs with a mouse attached were introduced, almost every user has become dependent on it. It seems like a good idea, but don&#8217;t you hate it when it dies, or gets clogged, or the right-click gets worn out? I know I do.</p>
<p>Learning how to type and use your <a href="http://www.makeuseof.com/tag/7-essential-cheat-sheets/">keyboard shortcuts</a> will help you to avoid the mouse. Remember, the keyboard was invented before the mouse, so everything you can do with your mouse, you can do with the keyboard.<br />
<span id="more-19889"></span><br />
<img class="aligncenter size-full wp-image-131" title="download-touch-typing-tutor" src="http://www.makeuseof.com/wp-content/uploads/2009/06/download-touch-typing-tutor.png" alt="download-touch-typing-tutor" /></p>
<p>There are plenty of freeware programs available for learning how to type, we mentioned several of them in our recently published <a href="http://makeuseof.com/short/manuals/productivity/">productivity guide</a>. It just takes patience and practice to master typing. When I started, I was a hunt-and-peck typer and now I can type almost anything without looking at the keyboard &#8211; which drives my wife nuts as I type and &#8220;listen&#8221; to her. She really hates it when I transcribe what she just told me. I don&#8217;t recommend doing that, guys.</p>
<p><img class="aligncenter size-full wp-image-132" title="keyboard_shortcut" src="http://www.makeuseof.com/wp-content/uploads/2009/06/keyboard_shortcut.jpg" alt="keyboard_shortcut" /></p>
<p>Keyboard shortcuts are awesome. Possibly the biggest time saver is the Tab key. It might say <strong>Tab</strong> on it or it might have two arrows &#8211; one pointing right and one pointing left. What the Tab key allows you to do is to move your cursor from field to field. This is especially time-saving when going through a form. Try it, just hit the Tab key a few times to see where the focus ends up. You&#8217;ll see a dashed line around whatever you tabbed to, or a blinking cursor if it&#8217;s in a text field. If you go one field too far, hold down your <strong>Shift</strong> key and then hit the <strong>Tab</strong> key once to go back one element. I use these shortcuts all the time when the batteries in my mouse are dead.</p>
<p>You can get printable shortcuts for Windows, Mac OS X, Firefox, Gmail and several other programs by subscribing to our RSS feed. Look for MakeUseOf Downloads link.</p>
<h2>2. Be Picky With Software</h2>
<p><img class="size-full wp-image-124 aligncenter" style="margin-top: 10px; margin-bottom: 10px;" title="too-many-toolbars" src="http://www.makeuseof.com/wp-content/uploads/2009/06/too-many-toolbars11.jpg" alt="too-many-toolbars" width="480" height="360" /></p>
<p>How many <a href="http://www.makeuseof.com/tags/toolbar/">toolbars</a> do you have on your web browser? Do you have toolbars from Google, Yahoo, MSN, Ask, and more? Just pick one &#8211; all the others do pretty much the same thing and just get in the way.</p>
<p>How did you end up with so many toolbars? Chances are you downloaded and installed something and didn&#8217;t read about the fact that the free software was going to install a toolbar as well. In the military, we had an initialization known as <strong>RTFQ</strong> &#8211; the G-rated version is <strong>Read The Full Question</strong>.</p>
<p><img class="aligncenter size-full wp-image-125" title="too_much_software" src="http://www.makeuseof.com/wp-content/uploads/2009/06/too_much_software.gif" alt="too_much_software" /></p>
<p>How much software do you need on your computer? Allow me to ask this another way. Do you put every scrap of paper that goes through your hands into your filing cabinet? If you did, how soon would it take for the filing cabinet to burst, leaving you to curl up in the fetal position wondering where your birth certificate went.</p>
<p>Same thing happens with your computer when you add every little piece of software you see to your computer. <strong>Be picky.</strong> If you aren&#8217;t going to use that software at least once a week &#8211; you probably don&#8217;t need it on your computer. If you haven&#8217;t used a piece of software in a few months, think about uninstalling it. Check out some <a href="http://www.makeuseof.com/tag/how-to-uninstall-applications-efficiently-and-remove-obsolete-files/">uninstallers</a> from Stefan&#8217;s post.</p>
<h2>3. Find a Way To Get Organized</h2>
<p>Carrying on with the file cabinet analogy, you also need to <a href="http://sbinfocanada.about.com/od/datamanagement/a/computerfilemgt.htm">get your computer organized</a>. I&#8217;m sure you&#8217;ve seen those computer desktops with a bajillion shortcuts on it. That&#8217;s no better than leaving papers all over your office. There&#8217;s a reason geek-speak calls them files and folders. Treat them like their real world companions and they will be easier to find, work with, and be more secure all at the same time.</p>
<p><img class="aligncenter size-full wp-image-130" title="favorites_windows_explorer" src="http://www.makeuseof.com/wp-content/uploads/2009/06/favorites_windows_explorer.jpg" alt="favorites_windows_explorer" /></p>
<p>For <a href="http://www.makeuseof.com/tag/3-steps-to-an-organized-desktop/">organizing your desktop</a>, I recommend <a href="http://www.stardock.com/products/fences/">Fences</a> by StarDock. It&#8217;s like setting up work-zones on your computer desktop and keeps it from getting cluttered. I&#8217;ve even seen people do this with their real desktops &#8211; setting up folders or taping off areas for specific ongoing projects to sit in. It can work, but you need to be vigilant. <a href="http://hyperphysics.phy-astr.gsu.edu/hbase/therm/entrop.html">Entropy </a>is a universal force &#8211; it cannot be overcome. But Fences sure can help!</p>
<p><img class="aligncenter size-full wp-image-129" title="use_fences" src="http://www.makeuseof.com/wp-content/uploads/2009/06/use_fences.jpg" alt="use_fences" /></p>
<p>Working on these three areas can only lead to a more productive day, with less effort and confusion. That means a lot <strong>less stress</strong> for you! And that&#8217;s a good thing.</p>
<p>Have you read the <a href="http://makeuseof.com/short/manuals/productivity/">MakeUseOf Productivity guide</a>? Do you have any beginner computer tips on being a better computer user? Have any of these ideas helped you out? I&#8217;d love to hear your suggestions and stories in the comments below.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/windows-system-tools-at-your-fingertips-with-fastkake/" title="Windows System Tools at your Fingertips with FastKake (March 26, 2008)">Windows System Tools at your Fingertips with FastKake</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/want-to-type-faster-no-touch-typing-courses/" title="Want to Type Faster? (Not Another Touch Typing Course) (March 3, 2007)">Want to Type Faster? (Not Another Touch Typing Course)</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/the-ultimate-extension-for-windows-explorer/" title="The Ultimate Extension for Windows Explorer (August 6, 2008)">The Ultimate Extension for Windows Explorer</a> (9)</li>
	<li><a href="http://www.makeuseof.com/tag/the-essential-keyboard-shortcuts-to-whip-your-windows/" title="The Essential Keyboard Shortcuts to whip your Windows (March 19, 2008)">The Essential Keyboard Shortcuts to whip your Windows</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/the-best-free-apps-to-help-you-start-touch-typing/" title="The Best Free Apps to Help you start Touch Typing (May 6, 2008)">The Best Free Apps to Help you start Touch Typing</a> (12)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/how-to-be-a-better-computer-user/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>The Best Free Apps to Help you start Touch Typing</title>
		<link>http://www.makeuseof.com/tag/the-best-free-apps-to-help-you-start-touch-typing/</link>
		<comments>http://www.makeuseof.com/tag/the-best-free-apps-to-help-you-start-touch-typing/#comments</comments>
		<pubDate>Tue, 06 May 2008 19:08:39 +0000</pubDate>
		<dc:creator>Aibek</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[touch typing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=2247</guid>
		<description><![CDATA[ If you&#8217;re spending considerable amount of time of your daily life in front of the PC then you should consider learning touch typing. 
Although it may take anywhere from a couple of weeks to 2-3 month before you can master your keyboard it totally pays off in the long run. Plus there are plenty [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://makeuseof.com/images/touch-typing-flickr.png" alt="Touch-Typing-Pic" align="left" /> If you&#8217;re spending considerable amount of time of your daily life in front of the PC then you should consider learning touch typing. </p>
<p>Although it may take anywhere from a couple of weeks to 2-3 month before you can master your keyboard it totally pays off in the long run. Plus there are plenty of free programs and websites that make it an easy and fun process.</p>
<p>Whether you&#8217;re a beginner or simply want to improve on your current typing speed, these free typing exercises can help you improve the accuracy and the overall typing speed. You will learn how to type fast, using all of your fingers, without looking at the keyboard. There is something for everyone here, from online games to excellent typing programs.</p>
<h2>Practice Touch Typing Online</h2>
<p><a href="http://play.typeracer.com">TypeRacer</a> </p>
<div align="center"><img src="http://makeuseof.com/images/typeracer-typing-game.png" alt="TypeRacer - Typing Game" /></div>
<p>TypeRacer is an online speed typing game. We have covered several <a href="http://www.makeuseof.com/tag/want-to-type-faster-no-touch-typing-courses/">online typing games</a> before but this one is one of a kind. Here you can practice your typing accuracy and speed by &#8220;typeracing&#8221; against other people in real-time. The goal is to type-in the given text accurately and fast, and get your car to the finish point ahead of the others. Be warned, the game is quite addictive. <a href="http://www.makeuseof.com/dir/typeracer-improve-typing-skills/">Read more &#8230; </a></p>
<p><a href="http://www.keybr.com">Keybr</a></p>
<div align="center"><img src="http://makeuseof.com/images/keybr-touch-typing.jpg" alt="Keybr - Online Virtual Keyboard" /></div>
<p>This one has been my favorite online touch typing practice tool for a long time now. Not only does it help you improve on your typing speed but it also lets you learn to type without looking at the keyboard. This is one important feature that is not usually present in other online typing excercises. To get started, simply select the preferred keyboard layout and you’re good to go. <a href="http://www.makeuseof.com/dir/keybr-learn-typing/">Read more &#8230;</a></p>
<h2>Free Touch Typing Software</h2>
<p>My very first touch typing software is <a href="http://typing.qcalculus.com/">Bruce&#8217;s Typing Wizard</a>. I used it to learn the keyboard layout. It can be used both by beginner and advanced level users. Depending on your present level you can start with typing lessons where you basically train your fingers to the keyboard layout or with Typing Practice to gain some speed. The program should work on any Windows machine.</p>
<p>Another good one is <a href="http://typefaster.sourceforge.net/">TypeFaster</a>. Typefaster claims to teach you how to touch type within 20 dedicated lessons and one 3D game. FreeSoftwareMagazine covers it in detail <a href="http://www.freesoftwaremagazine.com/articles/play_and_touch-type_with_typefaster">here</a></p>
<p>When it comes to Linux users they might interested in <a href="http://www.hypertype.org/index.php?title=Main_Page">HyperType</a>. I couldn&#8217;t find any free typing program for Mac users, if you aware of any good ones please let us know in comments.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/want-to-type-faster-no-touch-typing-courses/" title="Want to Type Faster? (Not Another Touch Typing Course) (March 3, 2007)">Want to Type Faster? (Not Another Touch Typing Course)</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/learn-touch-typing/" title="Learn Touch Typing with &#8220;Bruce&#8217;s Typing Wizard&#8221; (October 22, 2006)">Learn Touch Typing with &#8220;Bruce&#8217;s Typing Wizard&#8221;</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-be-a-better-computer-user/" title="3 Beginner Computer Tips That Are Often Neglected (June 27, 2009)">3 Beginner Computer Tips That Are Often Neglected</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-system-tools-at-your-fingertips-with-fastkake/" title="Windows System Tools at your Fingertips with FastKake (March 26, 2008)">Windows System Tools at your Fingertips with FastKake</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/feedreaders-to-become-most-popular-tools/" title="What is a FeedReader ? (October 6, 2006)">What is a FeedReader ?</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/the-best-free-apps-to-help-you-start-touch-typing/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Want to Type Faster? (Not Another Touch Typing Course)</title>
		<link>http://www.makeuseof.com/tag/want-to-type-faster-no-touch-typing-courses/</link>
		<comments>http://www.makeuseof.com/tag/want-to-type-faster-no-touch-typing-courses/#comments</comments>
		<pubDate>Sat, 03 Mar 2007 18:09:40 +0000</pubDate>
		<dc:creator>Kaly</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Lists of tools]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[touch typing]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/want-to-type-faster-no-touch-typing-courses/</guid>
		<description><![CDATA[Your typing speed sucks? Too much typos? You feel like getting better but too lazy to go through touch typing courses and would prefer playing some games instead. If that&#8217;s Yes, Yes and Yes, here is something you would want to check out. Bunch of fun and addictive games to boost your typing speed.
QWERTY Wariors
fun [...]]]></description>
			<content:encoded><![CDATA[<p>Your typing speed sucks? Too much typos? You feel like getting better but too lazy to go through <a title="bruce's touch typing wizard" href="http://www.makeuseof.com/tag/learn-touch-typing/">touch typing courses</a> and would prefer playing some games instead. If that&#8217;s Yes, Yes and Yes, here is something you would want to check out. Bunch of fun and addictive games to boost your typing speed.</p>
<p><img align="left" src="http://www.makeuseof.com/images/qwerty-wariors.JPG" /><a href="http://cognitivelabs.com/word_shoot.htm">QWERTY Wariors</a><br />
fun 2D shooter game, where in order to shoot the bad guy you have to type the word appearing underneath him.</p>
<p>.</p>
<p>.</p>
<p><img align="left" src="http://www.makeuseof.com/images/typer-shark.JPG" /><a href="http://get.games.yahoo.com/proddesc?gamekey=typershark">TyperShark</a><br />
same story here, stay safe by typing right word for each shark</p>
<p>.</p>
<p>.</p>
<p><img align="left" src="http://www.makeuseof.com/images/alphattack.JPG" /><a href="http://www.miniclip.com/games/alphattack/en/">Alphattack</a><br />
save NY city from falling bombs by typing letters displayed on each of them</p>
<p>.</p>
<p>.</p>
<p>.<br />
<img align="left" src="http://www.makeuseof.com/images/flow-words.JPG" /><a href="http://www.miniclip.com/games/fowl-words-2/en/">FlowWords 2</a><br />
type words formed by eggs before they fall off the conveyor bolt</p>
<p>.</p>
<p>.</p>
<p><img align="left" src="http://www.makeuseof.com/images/axis-of-evil.JPG" /></p>
<p><a href="http://bluedojo.com/publisher2/game31.php">Axis of Evil</a><br />
Action-packed typing game for die hard American patriots<span class="content" /></p>
<p>.</p>
<p>.</p>
<p><img align="left" src="http://www.makeuseof.com/images/baracuda.JPG" /><a target="_blank" href="http://www.powertyping.com/baracuda/baracuda.htm">Barracuda</a><br />
type words as they float through the river. More words you miss darker the river gets.<br />
.</p>
<p>.</p>
<p><img align="left" src="http://www.makeuseof.com/images/typing-master.JPG" /></p>
<p><a href="http://www.typingmaster.com/general/java/bubbleapplet.asp?keys=abcdefghijklmnopqrstuvwxyz&#038;duration=1&#038;Submit=Play+Game">TypingMasterBubbles</a><br />
type letters shown on the falling bubbles.<br />
.</p>
<p>.</p>
<p><img align="left" src="http://www.makeuseof.com/images/maximum-typing.JPG" /><a href="http://www.pepsi.co.jp/special/game2.html">Maximum Typing</a><br />
punch, kick or knee flying cubes by typing right letters.</p>
<p>.</p>
<p>.<img align="left" src="http://www.makeuseof.com/images/free-typing-game.JPG" /><br />
<a href="http://www.freetypinggame.net/play.asp">FreeTypingGame.net</a><br />
6 more typing games; Keyboard Triathlon,  Spacebar Invaders, Save the Sailboat Race, Outerspace Fleet Commander, The Frogs are Off Their Diet! and Meteor Typing Blast</p>
<p>E N J O Y</p>
<p>Technorati Tags: <a rel="tag" href="http://technorati.com/tag/typing">typing</a>, <a rel="tag" href="http://technorati.com/tag/touch+typing">touch typing</a>, <a rel="tag" href="http://technorati.com/tag/flash+games">flash games</a></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/the-best-free-apps-to-help-you-start-touch-typing/" title="The Best Free Apps to Help you start Touch Typing (May 6, 2008)">The Best Free Apps to Help you start Touch Typing</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/learn-touch-typing/" title="Learn Touch Typing with &#8220;Bruce&#8217;s Typing Wizard&#8221; (October 22, 2006)">Learn Touch Typing with &#8220;Bruce&#8217;s Typing Wizard&#8221;</a> (8)</li>
	<li><a href="http://www.makeuseof.com/tag/eliminate-writing-distractions-with-jdarkroom/" title="Eliminate Writing Distractions with JDarkRoom (January 31, 2008)">Eliminate Writing Distractions with JDarkRoom</a> (18)</li>
	<li><a href="http://www.makeuseof.com/tag/battle-of-the-minimalist-text-editors/" title="Battle of the Minimalist Text Editors (May 7, 2008)">Battle of the Minimalist Text Editors</a> (16)</li>
	<li><a href="http://www.makeuseof.com/tag/7-writing-addons-for-changing-firefox-into-the-ultimate-writers-suite/" title="7 Writing Addons for Turning Firefox into the Ultimate Writer&#8217;s Suite (September 8, 2009)">7 Writing Addons for Turning Firefox into the Ultimate Writer&#8217;s Suite</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/want-to-type-faster-no-touch-typing-courses/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Learn Touch Typing with &#8220;Bruce&#8217;s Typing Wizard&#8221;</title>
		<link>http://www.makeuseof.com/tag/learn-touch-typing/</link>
		<comments>http://www.makeuseof.com/tag/learn-touch-typing/#comments</comments>
		<pubDate>Sat, 21 Oct 2006 22:19:11 +0000</pubDate>
		<dc:creator>Aibek</dc:creator>
				<category><![CDATA[Cool Software Apps]]></category>
		<category><![CDATA[productivity]]></category>
		<category><![CDATA[touch typing]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/tag/learn-touch-typing/</guid>
		<description><![CDATA[Bruce&#8217;s Unusual Typing Wizard is a tiny windows program that can teach you to type without looking at the keyboard or touch type in a couple of weeks. I have used it myself and recommend it to anyone planning to learn touch typing. It is very useful skill to have, you will type much faster [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://typing.qcalculus.com/">Bruce&#8217;s Unusual Typing Wizard</a> is a tiny windows program that can teach you to type without looking at the keyboard or touch type in a couple of weeks. I have used it myself and recommend it to anyone planning to learn touch typing. It is very useful skill to have, you will type much faster and with less typos. Of course it will take some time, but think of it as an investment in yourself. It will definitely pay off over the long run. One thing I don&#8217;t like about this program is its design. It&#8217;s terrible. But hey, you won&#8217;t keep it for long anyways, so it shouldn&#8217;t be a problem.<br />
Screen shot of the main menu:</p>
<p><img src="/images/bruce-touch-typing.JPG" /></p>
<p>If you are starting from scrath you will have to go through following sections; Typing Lessons(to learn layout of the keyboard), Typing Practice( working with real sentences) and Play Game(to gain some speed). You may also skip some levels depending on your experience.</p>
<p>Overall I think it is user friendly and very smartly designed application. It can be downloaded from <a href="http://typing.qcalculus.com/">here</a>, and it is free. If you like the program, you can drop Bruce a note by writing to typing[at]qcalculus.com. There is also support for non english keyboards, read more on how to go about it in the documentation that comes with download.</p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/want-to-type-faster-no-touch-typing-courses/" title="Want to Type Faster? (Not Another Touch Typing Course) (March 3, 2007)">Want to Type Faster? (Not Another Touch Typing Course)</a> (24)</li>
	<li><a href="http://www.makeuseof.com/tag/the-best-free-apps-to-help-you-start-touch-typing/" title="The Best Free Apps to Help you start Touch Typing (May 6, 2008)">The Best Free Apps to Help you start Touch Typing</a> (12)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-be-a-better-computer-user/" title="3 Beginner Computer Tips That Are Often Neglected (June 27, 2009)">3 Beginner Computer Tips That Are Often Neglected</a> (57)</li>
	<li><a href="http://www.makeuseof.com/tag/windows-system-tools-at-your-fingertips-with-fastkake/" title="Windows System Tools at your Fingertips with FastKake (March 26, 2008)">Windows System Tools at your Fingertips with FastKake</a> (13)</li>
	<li><a href="http://www.makeuseof.com/tag/feedreaders-to-become-most-popular-tools/" title="What is a FeedReader ? (October 6, 2006)">What is a FeedReader ?</a> (19)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/learn-touch-typing/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
