<?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>SwellJS - another big fish in the sea &#187; block chars</title>
	<atom:link href="http://blog.justswell.org/tag/block-chars/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.justswell.org</link>
	<description>well-minded javascript library</description>
	<lastBuildDate>Fri, 20 Aug 2010 20:48:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Restrict field input with Javascript and Swell</title>
		<link>http://blog.justswell.org/restrict-field-input-javascript-swell/</link>
		<comments>http://blog.justswell.org/restrict-field-input-javascript-swell/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 14:07:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Swell]]></category>
		<category><![CDATA[block chars]]></category>
		<category><![CDATA[restrict field input]]></category>

		<guid isPermaLink="false">http://blog.justswell.org/?p=107</guid>
		<description><![CDATA[Today, we are delivering the first page to play around with Swell and we are quite happy of the result. We wanted to show how easy it is to restrict the characters typed in form fields. By using the universal selector (*) built-in Swell&#8217;s Event library, you can catch any keystroke and of course retrieve [...]]]></description>
			<content:encoded><![CDATA[<p>Today, we are delivering the first page to play around with Swell and we are quite happy of the result. We wanted to show how easy it is to restrict the characters typed in form fields.</p>
<p>By using the universal selector (*) built-in Swell&#8217;s Event library, you can catch any keystroke and of course retrieve its text representation  in your event handler !</p>
<p>Be careful the code behind the Event library is still in early Alpha stage and far from being production ready, have fun !</p>
<p><a href="http://playground.justswell.org/restrictedinput.php" target="_blank">Restrict input chars playground page</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.justswell.org/restrict-field-input-javascript-swell/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

