<?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: Better looking radio buttons and checkboxes with FancyBoxes</title>
	<atom:link href="http://functino.com/2009/02/better-looking-radio-buttons-and-checkboxes-with-fancyboxes/feed/" rel="self" type="application/rss+xml" />
	<link>http://functino.com/2009/02/better-looking-radio-buttons-and-checkboxes-with-fancyboxes/</link>
	<description>My daily struggle with webdevelopment</description>
	<lastBuildDate>Fri, 26 Feb 2010 08:33:10 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andreas</title>
		<link>http://functino.com/2009/02/better-looking-radio-buttons-and-checkboxes-with-fancyboxes/comment-page-1/#comment-1312</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 26 Feb 2010 08:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://functino.com/?p=5#comment-1312</guid>
		<description>Hi Joe, thanks for pointing this out to me. It was a wrong setting in wordpress. 

It&#039;s fixed now.</description>
		<content:encoded><![CDATA[<p>Hi Joe, thanks for pointing this out to me. It was a wrong setting in wordpress. </p>
<p>It&#8217;s fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Flesh</title>
		<link>http://functino.com/2009/02/better-looking-radio-buttons-and-checkboxes-with-fancyboxes/comment-page-1/#comment-1311</link>
		<dc:creator>Joe Flesh</dc:creator>
		<pubDate>Fri, 26 Feb 2010 01:09:19 +0000</pubDate>
		<guid isPermaLink="false">http://functino.com/?p=5#comment-1311</guid>
		<description>Would love to use FancyBoxes, but the download link on the project page is broken -- says that I don&#039;t have permission to download the file! If you fix this, do shoot me an e-mail.</description>
		<content:encoded><![CDATA[<p>Would love to use FancyBoxes, but the download link on the project page is broken &#8212; says that I don&#8217;t have permission to download the file! If you fix this, do shoot me an e-mail.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://functino.com/2009/02/better-looking-radio-buttons-and-checkboxes-with-fancyboxes/comment-page-1/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 07 Mar 2009 14:36:57 +0000</pubDate>
		<guid isPermaLink="false">http://functino.com/?p=5#comment-5</guid>
		<description>Well, thanks. I just uploaded the new version. The script now visually indicates which checkbxo/radio has focus. So now it is usable with the keyboard. It uses the onfocus/onblur events of the input/radio elements. So if JavaScript or CSS is disabled it works - and if JavaScript and CSS are enabled it works too.

Perhaps this is not the perfect solution when it comes to WAI-ARIA. But I think it is pretty good usable and accessible.</description>
		<content:encoded><![CDATA[<p>Well, thanks. I just uploaded the new version. The script now visually indicates which checkbxo/radio has focus. So now it is usable with the keyboard. It uses the onfocus/onblur events of the input/radio elements. So if JavaScript or CSS is disabled it works &#8211; and if JavaScript and CSS are enabled it works too.</p>
<p>Perhaps this is not the perfect solution when it comes to WAI-ARIA. But I think it is pretty good usable and accessible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manko10</title>
		<link>http://functino.com/2009/02/better-looking-radio-buttons-and-checkboxes-with-fancyboxes/comment-page-1/#comment-4</link>
		<dc:creator>Manko10</dc:creator>
		<pubDate>Wed, 04 Mar 2009 00:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://functino.com/?p=5#comment-4</guid>
		<description>&lt;a href=&quot;#comment-3&quot; rel=&quot;nofollow&quot;&gt;@ admin&lt;/a&gt; 
I guess it isn&#039;t. WAI-ARIA is no just for knowing where I am on a website/web application, first of all it&#039;s to make a control element usable for everyone. Even if you check the focus state with your script you would never get such a result as when you use the operating system&#039;s elements. I suggest you to use image buttons   as explained on the websites linked above. They also have the advantage that you don&#039;t have to worry about focus state since it&#039;s done by the OS.</description>
		<content:encoded><![CDATA[<p><a href="#comment-3" rel="nofollow">@ admin</a><br />
I guess it isn&#8217;t. WAI-ARIA is no just for knowing where I am on a website/web application, first of all it&#8217;s to make a control element usable for everyone. Even if you check the focus state with your script you would never get such a result as when you use the operating system&#8217;s elements. I suggest you to use image buttons   as explained on the websites linked above. They also have the advantage that you don&#8217;t have to worry about focus state since it&#8217;s done by the OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://functino.com/2009/02/better-looking-radio-buttons-and-checkboxes-with-fancyboxes/comment-page-1/#comment-3</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Mar 2009 23:20:39 +0000</pubDate>
		<guid isPermaLink="false">http://functino.com/?p=5#comment-3</guid>
		<description>Hi Manko10,
thanks fot the advice. I just added a focus status that indicates which element is active/has the focus.
It simly adds a new css-class &quot;fb_focus&quot; which is dynamicilly added onFocus and removed onBlur.

So now you can tab through all elements using your keyboard. I&#039;m going to test this and then upload it. 
But I&#039;m not quite sure if that&#039;s enough according to WAI...</description>
		<content:encoded><![CDATA[<p>Hi Manko10,<br />
thanks fot the advice. I just added a focus status that indicates which element is active/has the focus.<br />
It simly adds a new css-class &#8220;fb_focus&#8221; which is dynamicilly added onFocus and removed onBlur.</p>
<p>So now you can tab through all elements using your keyboard. I&#8217;m going to test this and then upload it.<br />
But I&#8217;m not quite sure if that&#8217;s enough according to WAI&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manko10</title>
		<link>http://functino.com/2009/02/better-looking-radio-buttons-and-checkboxes-with-fancyboxes/comment-page-1/#comment-2</link>
		<dc:creator>Manko10</dc:creator>
		<pubDate>Tue, 03 Mar 2009 21:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://functino.com/?p=5#comment-2</guid>
		<description>Hi,

very nice tool, but unfortunately non-accessible. The elements don&#039;t have a focus status and therefore they are unusable for keyboard navigation. To make sure no users are excluded from using your forms without forcing them to turn off their JavaScript you have to use WAI-ARIA compliant form elements (see here: http://www.w3.org/WAI/intro/aria or for a German introduction: http://www.hessendscher.de/wai-aria/).</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>very nice tool, but unfortunately non-accessible. The elements don&#8217;t have a focus status and therefore they are unusable for keyboard navigation. To make sure no users are excluded from using your forms without forcing them to turn off their JavaScript you have to use WAI-ARIA compliant form elements (see here: <a href="http://www.w3.org/WAI/intro/aria" rel="nofollow">http://www.w3.org/WAI/intro/aria</a> or for a German introduction: <a href="http://www.hessendscher.de/wai-aria/)" rel="nofollow">http://www.hessendscher.de/wai-aria/)</a>.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
