<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Example 18-1: User Input</title>
	<atom:link href="http://www.learningprocessing.com/examples/chapter-18/example-18-1/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.learningprocessing.com</link>
	<description>A Beginner's Guide to Programming Images, Animation, and Interaction by Daniel Shiffman</description>
	<lastBuildDate>Mon, 22 Mar 2010 14:53:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: mr.winkle</title>
		<link>http://www.learningprocessing.com/examples/chapter-18/example-18-1/comment-page-1/#comment-3615</link>
		<dc:creator>mr.winkle</dc:creator>
		<pubDate>Sun, 26 Jul 2009 20:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=661#comment-3615</guid>
		<description>Thank you so much for this!
For those wondering about deleting mistyped letters insted of

    typing = typing + key;

use this:

    if (keyCode == BACKSPACE) {
      typing = typing.substring(0, typing.length() - 1);
    } 
    else
      if (key != CODED) typing += key;

greets, mr.winkle</description>
		<content:encoded><![CDATA[<p>Thank you so much for this!<br />
For those wondering about deleting mistyped letters insted of</p>
<p>    typing = typing + key;</p>
<p>use this:</p>
<p>    if (keyCode == BACKSPACE) {<br />
      typing = typing.substring(0, typing.length() &#8211; 1);<br />
    }<br />
    else<br />
      if (key != CODED) typing += key;</p>
<p>greets, mr.winkle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 3 New (and Nerdy) Things to Know in &#8216;09 &#124; Fresh</title>
		<link>http://www.learningprocessing.com/examples/chapter-18/example-18-1/comment-page-1/#comment-407</link>
		<dc:creator>3 New (and Nerdy) Things to Know in &#8216;09 &#124; Fresh</dc:creator>
		<pubDate>Wed, 17 Dec 2008 20:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.learningprocessing.com/?page_id=661#comment-407</guid>
		<description>[...] It takes user input [...]</description>
		<content:encoded><![CDATA[<p>[...] It takes user input [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
