<?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 for Jay Knight</title>
	<atom:link href="http://jk3.us/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://jk3.us</link>
	<description>or something along those lines</description>
	<lastBuildDate>Fri, 22 Jan 2010 19:47:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Using vim as a pager (in gentoo) by Less Colors For Man Pages &#171; Helpful Linux Tidbits</title>
		<link>http://jk3.us/2007/02/01/vim-as-pager/comment-page-1/#comment-112308</link>
		<dc:creator>Less Colors For Man Pages &#171; Helpful Linux Tidbits</dc:creator>
		<pubDate>Fri, 22 Jan 2010 19:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/2007/02/01/vim-as-pager/#comment-112308</guid>
		<description>[...] 23, 2009 at 7:32 am (Linux)  Man pages by default use less for displaying. I&#8217;ve used vim before to for colored text in man pages but something got bjorked in an update. You can color man pages [...]</description>
		<content:encoded><![CDATA[<p>[...] 23, 2009 at 7:32 am (Linux)  Man pages by default use less for displaying. I&#8217;ve used vim before to for colored text in man pages but something got bjorked in an update. You can color man pages [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Read-only select elements in HTML by Code Pug</title>
		<link>http://jk3.us/2006/07/06/read-only-select-elements-in-html/comment-page-1/#comment-111315</link>
		<dc:creator>Code Pug</dc:creator>
		<pubDate>Wed, 30 Sep 2009 05:06:11 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/2006/07/06/read-only-select-elements-in-html/#comment-111315</guid>
		<description>I have created a JavaScript snippet that will allow you to make your HTML select controls read-only simply by giving them an ID attribute and calling the script available on my site at http://www.codepug.com/readonlySelect.html

Happy coding!
--X
.</description>
		<content:encoded><![CDATA[<p>I have created a JavaScript snippet that will allow you to make your HTML select controls read-only simply by giving them an ID attribute and calling the script available on my site at <a href="http://www.codepug.com/readonlySelect.html" rel="nofollow">http://www.codepug.com/readonlySelect.html</a></p>
<p>Happy coding!<br />
&#8211;X<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gizmo&#8217;s Jabber server by Ed Jolanski</title>
		<link>http://jk3.us/2005/09/16/gizmos-jabber-server/comment-page-1/#comment-111156</link>
		<dc:creator>Ed Jolanski</dc:creator>
		<pubDate>Tue, 01 Sep 2009 13:28:38 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/?p=23#comment-111156</guid>
		<description>Sorry for reviving a *really* old thread, but I discovered that Gizmo Project supports SSL using the old method (not inline) on port 5223.</description>
		<content:encoded><![CDATA[<p>Sorry for reviving a *really* old thread, but I discovered that Gizmo Project supports SSL using the old method (not inline) on port 5223.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Deposit checks with your scanner by Jami</title>
		<link>http://jk3.us/2007/03/22/deposit-checks-with-your-scanner/comment-page-1/#comment-110876</link>
		<dc:creator>Jami</dc:creator>
		<pubDate>Thu, 20 Aug 2009 13:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/2007/03/22/deposit-checks-with-your-scanner/#comment-110876</guid>
		<description>Who offers this for business accounts?</description>
		<content:encoded><![CDATA[<p>Who offers this for business accounts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using vim as a pager (in gentoo) by Marc</title>
		<link>http://jk3.us/2007/02/01/vim-as-pager/comment-page-1/#comment-107806</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Mon, 09 Feb 2009 21:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/2007/02/01/vim-as-pager/#comment-107806</guid>
		<description>There&#039;s also Most... This is a very good pager, with color support.</description>
		<content:encoded><![CDATA[<p>There&#8217;s also Most&#8230; This is a very good pager, with color support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Read-only select elements in HTML by igo</title>
		<link>http://jk3.us/2006/07/06/read-only-select-elements-in-html/comment-page-1/#comment-107064</link>
		<dc:creator>igo</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/2006/07/06/read-only-select-elements-in-html/#comment-107064</guid>
		<description>josh++

this approch is very useful in lots of situations. for example - read only checkboxes (if checkbox is marked readonly you can still check/uncheck it - value of control IS read only, but UI state not :D ).</description>
		<content:encoded><![CDATA[<p>josh++</p>
<p>this approch is very useful in lots of situations. for example &#8211; read only checkboxes (if checkbox is marked readonly you can still check/uncheck it &#8211; value of control IS read only, but UI state not <img src='http://jk3.us/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  ).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Violin? or Fiddle? by Eeuccuso</title>
		<link>http://jk3.us/2005/08/16/violin-or-fiddle/comment-page-1/#comment-106274</link>
		<dc:creator>Eeuccuso</dc:creator>
		<pubDate>Sat, 13 Dec 2008 17:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/?p=18#comment-106274</guid>
		<description>Thanks!</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bouncing Cow by Horse</title>
		<link>http://jk3.us/2005/08/26/bouncing-cow/comment-page-1/#comment-105784</link>
		<dc:creator>Horse</dc:creator>
		<pubDate>Thu, 04 Dec 2008 13:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/?p=21#comment-105784</guid>
		<description>I am looking for it too for winXP, though i have it for Debian Lenny. It is bundled together with a bunch of other savers, in debian package xscreensaver-gl-extra.</description>
		<content:encoded><![CDATA[<p>I am looking for it too for winXP, though i have it for Debian Lenny. It is bundled together with a bunch of other savers, in debian package xscreensaver-gl-extra.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Read-only select elements in HTML by josh</title>
		<link>http://jk3.us/2006/07/06/read-only-select-elements-in-html/comment-page-1/#comment-105167</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Mon, 24 Nov 2008 23:54:47 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/2006/07/06/read-only-select-elements-in-html/#comment-105167</guid>
		<description>You could leave it disabled and duplicate it with a hidden field.</description>
		<content:encoded><![CDATA[<p>You could leave it disabled and duplicate it with a hidden field.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Read-only select elements in HTML by Anon</title>
		<link>http://jk3.us/2006/07/06/read-only-select-elements-in-html/comment-page-1/#comment-105162</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Mon, 24 Nov 2008 22:36:06 +0000</pubDate>
		<guid isPermaLink="false">http://jk3.us/2006/07/06/read-only-select-elements-in-html/#comment-105162</guid>
		<description>You can first disable the select in the HTML code, then enable them with javascript.

Then you add a handler to the onChange-event or something. This handler will set the selected index back to its original value (and also output an error message saying that you can&#039;t change the values)

You could also make it more obvious that it&#039;s read only by using CSS and give the elements a more grey look</description>
		<content:encoded><![CDATA[<p>You can first disable the select in the HTML code, then enable them with javascript.</p>
<p>Then you add a handler to the onChange-event or something. This handler will set the selected index back to its original value (and also output an error message saying that you can&#8217;t change the values)</p>
<p>You could also make it more obvious that it&#8217;s read only by using CSS and give the elements a more grey look</p>
]]></content:encoded>
	</item>
</channel>
</rss>
