<?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: CustomInput Class: Accessible, Custom-Styled Checkboxes and Radio Buttons</title>
	<atom:link href="http://pipwerks.com/2010/03/11/custominput/feed/" rel="self" type="application/rss+xml" />
	<link>http://pipwerks.com/2010/03/11/custominput/</link>
	<description>E-Learning and Web Development</description>
	<lastBuildDate>Sat, 27 Apr 2013 02:42:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: philip</title>
		<link>http://pipwerks.com/2010/03/11/custominput/#comment-1827</link>
		<dc:creator>philip</dc:creator>
		<pubDate>Wed, 12 May 2010 15:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=885#comment-1827</guid>
		<description><![CDATA[@emilime good catch. I don&#039;t think the original Filament code checked for initial state, but it makes sense to add it.]]></description>
		<content:encoded><![CDATA[<p>@emilime good catch. I don&#8217;t think the original Filament code checked for initial state, but it makes sense to add it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: emilime</title>
		<link>http://pipwerks.com/2010/03/11/custominput/#comment-1825</link>
		<dc:creator>emilime</dc:creator>
		<pubDate>Wed, 12 May 2010 13:51:34 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=885#comment-1825</guid>
		<description><![CDATA[There is a little bug in the script: it ignores the initial value of checkbox/radio

so I&#039;ve added:

&lt;code&gt; if(input.checked) {
                    label.addClass(checked);
                }&lt;/code&gt;

in the init for loop, now it&#039;s perfect ;-)]]></description>
		<content:encoded><![CDATA[<p>There is a little bug in the script: it ignores the initial value of checkbox/radio</p>
<p>so I&#8217;ve added:</p>
<p><code> if(input.checked) {<br />
                    label.addClass(checked);<br />
                }</code></p>
<p>in the init for loop, now it&#8217;s perfect <img src='http://pipwerks.com/journal/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pipwerks &#187; Providing the same UI across browsers</title>
		<link>http://pipwerks.com/2010/03/11/custominput/#comment-1776</link>
		<dc:creator>pipwerks &#187; Providing the same UI across browsers</dc:creator>
		<pubDate>Thu, 08 Apr 2010 07:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=885#comment-1776</guid>
		<description><![CDATA[[...] Jilion&#8217;s work comes from the same school of thought that led designers/developers to change the look and feel of other built-in browser components such as radio buttons and checkboxes. (Guilty!) [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Jilion&#8217;s work comes from the same school of thought that led designers/developers to change the look and feel of other built-in browser components such as radio buttons and checkboxes. (Guilty!) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pipwerks &#187; A new removeClasses utility for MooTools</title>
		<link>http://pipwerks.com/2010/03/11/custominput/#comment-1741</link>
		<dc:creator>pipwerks &#187; A new removeClasses utility for MooTools</dc:creator>
		<pubDate>Sun, 14 Mar 2010 07:00:28 +0000</pubDate>
		<guid isPermaLink="false">http://pipwerks.com/?p=885#comment-1741</guid>
		<description><![CDATA[[...] addClass and removeClass functions, which I use all the time. However, when I was working on my CustomInput class the other day, I discovered a major shortcoming of MooTools&#8217; removeClass function &#8212; it [...]]]></description>
		<content:encoded><![CDATA[<p>[...] addClass and removeClass functions, which I use all the time. However, when I was working on my CustomInput class the other day, I discovered a major shortcoming of MooTools&#8217; removeClass function &#8212; it [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
