<?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>Dione Domingo</title>
	<atom:link href="http://dionedomingo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://dionedomingo.com</link>
	<description>this is where i blog</description>
	<lastBuildDate>Sun, 21 Mar 2010 05:04:52 +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>No Special Characters on Input box mootools</title>
		<link>http://dionedomingo.com/2010/03/no-special-characters-on-input-box-mootools/</link>
		<comments>http://dionedomingo.com/2010/03/no-special-characters-on-input-box-mootools/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 04:30:01 +0000</pubDate>
		<dc:creator>dione</dc:creator>
				<category><![CDATA[mootools]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[keystroke]]></category>

		<guid isPermaLink="false">http://dionedomingo.com/?p=8</guid>
		<description><![CDATA[window.addEvent('domready',function(){ $('username').addEvent('keydown',function(e){ if( !(e.code &#62;= 65 &#38;&#38; e.code &#60;= 105) &#38;&#38; !(e.code &#62;= 48 &#38;&#38; e.code &#60;= 57 &#38;&#38; e.shift==false) &#38;&#38; !(e.code==13 &#124;&#124; e.code==9 &#124;&#124; e.code==8 &#124;&#124; e.code==36 &#124;&#124; e.code==35 &#124;&#124; e.code==46)) e.stop() }); });]]></description>
			<content:encoded><![CDATA[<p><code>
<pre>window.addEvent('domready',function(){
     $('username').addEvent('keydown',function(e){
         if( !(e.code &gt;= 65 &amp;&amp; e.code &lt;= 105) &amp;&amp;
             !(e.code    &gt;= 48 &amp;&amp; e.code &lt;= 57 &amp;&amp;
             e.shift==false) &amp;&amp;
                !(e.code==13 	||
                  e.code==9 	||
                  e.code==8 	||
                  e.code==36 	||
                  e.code==35	||
                  e.code==46)) e.stop()
       });
});</pre>
<p></code></p>
]]></content:encoded>
			<wfw:commentRss>http://dionedomingo.com/2010/03/no-special-characters-on-input-box-mootools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
