<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>canmo.ca</title>
	<atom:link href="http://canmo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://canmo.wordpress.com</link>
	<description>radio3</description>
	<lastBuildDate>Tue, 13 Dec 2011 16:13:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='canmo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/d6a42456a4af77b4230d471629e954a9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>canmo.ca</title>
		<link>http://canmo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://canmo.wordpress.com/osd.xml" title="canmo.ca" />
	<atom:link rel='hub' href='http://canmo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Better forms &#8211; javascript tricks</title>
		<link>http://canmo.wordpress.com/2011/12/12/better-forms-javascript-tricks/</link>
		<comments>http://canmo.wordpress.com/2011/12/12/better-forms-javascript-tricks/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 00:13:39 +0000</pubDate>
		<dc:creator>canmo</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://canmo.wordpress.com/?p=439</guid>
		<description><![CDATA[Change background of current field: example.css input:focus { background: yellow } input:focus:hover { background: LightYellow } Hide/Show fields with Radiobutton selection:  OnClick=&#8221;{ElementID.style.visibility = &#8216;visible&#8217;;ElementID2.style.visibility = &#8216;hidden&#8217;}&#8221; Automatically move to next field on certainlength: example.aspx &#60; input ID=&#8221;txtF1&#8243; onKeyPress=&#8221;{if ( document.form1.txtF1.value.length == 5 ) { document.form1.txtETF2.focus();}}&#8221;&#62; &#60; input ID =&#8221;txtF2&#8243; onKeyPress=&#8221;{if ( document.form1.txtF2.value.length == 3 ){ [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canmo.wordpress.com&amp;blog=3378281&amp;post=439&amp;subd=canmo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Change background of current field:</strong><br />
example.css<br />
input:focus { background: yellow }<br />
input:focus:hover { background: LightYellow }</p>
<p><strong>Hide/Show fields with Radiobutton selection:</strong></p>
<p> OnClick=&#8221;{ElementID.style.visibility = &#8216;visible&#8217;;ElementID2.style.visibility = &#8216;hidden&#8217;}&#8221;</p>
<p><strong>Automatically move to next field on certainlength:</strong><br />
example.aspx<br />
&lt; input ID=&#8221;txtF1&#8243; onKeyPress=&#8221;{if ( document.form1.txtF1.value.length == 5 ) { document.form1.txtETF2.focus();}}&#8221;&gt;<br />
&lt; input ID =&#8221;txtF2&#8243; onKeyPress=&#8221;{if ( document.form1.txtF2.value.length == 3 ){ document.form1.txtF3.focus();}}&#8221;&gt;<br />
&lt; input ID=&#8221;txtF3&#8243; &gt;</p>
<p>(<strong>onKeyPress,<strong>onChange, <strong>onClick)</strong></strong></strong></p>
<p><strong><a href="http://www.w3schools.com/cssref/css_colornames.asp" target="_blank">Colour Names</a></strong></p>
<br />Filed under: <a href='http://canmo.wordpress.com/category/scripts/'>Scripts</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canmo.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canmo.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canmo.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canmo.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canmo.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canmo.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canmo.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canmo.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canmo.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canmo.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canmo.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canmo.wordpress.com/439/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canmo.wordpress.com/439/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canmo.wordpress.com/439/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canmo.wordpress.com&amp;blog=3378281&amp;post=439&amp;subd=canmo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canmo.wordpress.com/2011/12/12/better-forms-javascript-tricks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6fde4097e7e5ab7c292a06ccf53de6ae?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">canmo</media:title>
		</media:content>
	</item>
		<item>
		<title>Cyber-steath 164</title>
		<link>http://canmo.wordpress.com/2011/10/28/cyber-steath/</link>
		<comments>http://canmo.wordpress.com/2011/10/28/cyber-steath/#comments</comments>
		<pubDate>Fri, 28 Oct 2011 22:17:46 +0000</pubDate>
		<dc:creator>canmo</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://canmo.wordpress.com/?p=433</guid>
		<description><![CDATA[http://en.wikipedia.org/wiki/Stuxnet http://www.ted.com/talks/ralph_langner_cracking_stuxnet_a_21st_century_cyberweapon.html http://blogs.technet.com/b/markrussinovich/archive/2011/05/10/3422212.aspx http://technet.microsoft.com/en-us/sysinternals/bb795533 Filed under: Tech<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canmo.wordpress.com&amp;blog=3378281&amp;post=433&amp;subd=canmo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>http://en.wikipedia.org/wiki/Stuxnet</p>
<p>http://www.ted.com/talks/ralph_langner_cracking_stuxnet_a_21st_century_cyberweapon.html</p>
<p>http://blogs.technet.com/b/markrussinovich/archive/2011/05/10/3422212.aspx</p>
<p>http://technet.microsoft.com/en-us/sysinternals/bb795533</p>
<br />Filed under: <a href='http://canmo.wordpress.com/category/tech/'>Tech</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canmo.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canmo.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canmo.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canmo.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canmo.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canmo.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canmo.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canmo.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canmo.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canmo.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canmo.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canmo.wordpress.com/433/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canmo.wordpress.com/433/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canmo.wordpress.com/433/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canmo.wordpress.com&amp;blog=3378281&amp;post=433&amp;subd=canmo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canmo.wordpress.com/2011/10/28/cyber-steath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6fde4097e7e5ab7c292a06ccf53de6ae?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">canmo</media:title>
		</media:content>
	</item>
		<item>
		<title>It&#8217;s back!</title>
		<link>http://canmo.wordpress.com/2011/10/25/its-back/</link>
		<comments>http://canmo.wordpress.com/2011/10/25/its-back/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 15:50:29 +0000</pubDate>
		<dc:creator>canmo</dc:creator>
				<category><![CDATA[stars]]></category>

		<guid isPermaLink="false">http://canmo.wordpress.com/?p=424</guid>
		<description><![CDATA[Filed under: stars<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canmo.wordpress.com&amp;blog=3378281&amp;post=424&amp;subd=canmo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cjsw.com"><img class="size-medium wp-image-425" title="Monkey2011" src="http://canmo.files.wordpress.com/2011/10/monkey2011.jpg?w=300" alt="CJSW Funding Drive 2011" /></a></p>
<br />Filed under: <a href='http://canmo.wordpress.com/category/stars/'>stars</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canmo.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canmo.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canmo.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canmo.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canmo.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canmo.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canmo.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canmo.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canmo.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canmo.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canmo.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canmo.wordpress.com/424/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canmo.wordpress.com/424/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canmo.wordpress.com/424/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canmo.wordpress.com&amp;blog=3378281&amp;post=424&amp;subd=canmo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canmo.wordpress.com/2011/10/25/its-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6fde4097e7e5ab7c292a06ccf53de6ae?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">canmo</media:title>
		</media:content>

		<media:content url="http://canmo.files.wordpress.com/2011/10/monkey2011.jpg?w=300" medium="image">
			<media:title type="html">Monkey2011</media:title>
		</media:content>
	</item>
		<item>
		<title>display XML out in html pages?!</title>
		<link>http://canmo.wordpress.com/2011/05/26/display-xml-out-in-html-pages/</link>
		<comments>http://canmo.wordpress.com/2011/05/26/display-xml-out-in-html-pages/#comments</comments>
		<pubDate>Thu, 26 May 2011 18:26:50 +0000</pubDate>
		<dc:creator>canmo</dc:creator>
				<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://canmo.wordpress.com/?p=415</guid>
		<description><![CDATA[How do you show XML in an html page? Use the tag: &#60;![CDATA[ Closing with: ]]&#62; http://en.wikipedia.org/wiki/CDATA#Use_of_CDATA_in_program_output Filed under: Scripts<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canmo.wordpress.com&amp;blog=3378281&amp;post=415&amp;subd=canmo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>How do you show XML in an html page?</p>
<p>Use the tag:   <code>&lt;![CDATA[</code><br />
Closing with:  <code>]]&gt;</code></p>
<p>http://en.wikipedia.org/wiki/CDATA#Use_of_CDATA_in_program_output</p>
<br />Filed under: <a href='http://canmo.wordpress.com/category/scripts/'>Scripts</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/canmo.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/canmo.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/canmo.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/canmo.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/canmo.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/canmo.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/canmo.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/canmo.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/canmo.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/canmo.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/canmo.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/canmo.wordpress.com/415/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/canmo.wordpress.com/415/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/canmo.wordpress.com/415/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=canmo.wordpress.com&amp;blog=3378281&amp;post=415&amp;subd=canmo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://canmo.wordpress.com/2011/05/26/display-xml-out-in-html-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6fde4097e7e5ab7c292a06ccf53de6ae?s=96&#38;d=http%3A%2F%2F0.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96" medium="image">
			<media:title type="html">canmo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
