<?xml version="1.0" encoding="utf-8"?><!-- generator="wordpress/1.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Making accessKeys more usable</title>
	<link>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable</link>
	<description>Web Development, Classical Music, Kitties, and whatever else I feel like</description>
	<pubDate>Tue, 18 Nov 2008 09:57:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5</generator>

	<item>
		<title>by: Richard@Home</title>
		<link>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-193</link>
		<pubDate>Thu, 26 Aug 2004 05:49:49 -0700</pubDate>
		<guid>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-193</guid>
					<description>The big drawback for me with innerHTML is that it magically becomes 'read only' in XHTML :-(

http://richardathome.no-ip.com/index.php?article_id=162

You end up having to write reams of DOM manipulation code achieve the same effect :-(

And DOM scripting renders slower too :-(</description>
		<content:encoded><![CDATA[	<p>The big drawback for me with innerHTML is that it magically becomes &#8216;read only&#8217; in XHTML <img src='http://jennifergrucza.com/blog/wp-images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
	<p><a href='http://richardathome.no-ip.com/index.php?article_id=162'>http://richardathome.no-ip.com/index.php?article_id=162</a></p>
	<p>You end up having to write reams of DOM manipulation code achieve the same effect <img src='http://jennifergrucza.com/blog/wp-images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
	<p>And DOM scripting renders slower too <img src='http://jennifergrucza.com/blog/wp-images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Arivoli</title>
		<link>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-12867</link>
		<pubDate>Tue, 02 Jan 2007 05:58:15 -0800</pubDate>
		<guid>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-12867</guid>
					<description>Hi,
This is really nice man... cool idea, but i didnt get for what u r using javascript as if we can do very simple way.
i tried like this without javascript it works...

Show generated source
</description>
		<content:encoded><![CDATA[	<p>Hi,<br />
This is really nice man&#8230; cool idea, but i didnt get for what u r using javascript as if we can do very simple way.<br />
i tried like this without javascript it works&#8230;</p>
	<p>Show generated source
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Arivoli</title>
		<link>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-12868</link>
		<pubDate>Tue, 02 Jan 2007 06:03:01 -0800</pubDate>
		<guid>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-12868</guid>
					<description>&amp;lt;button accesskey=&amp;quot;S&amp;quot; onclick=&amp;quot;alert('test')&amp;quot; type=&amp;quot;submit&amp;quot;&amp;gt;&amp;lt;u&amp;gt;S&amp;lt;/u&amp;gt;how 
generated source&amp;lt;/button&amp;gt;
&amp;nbsp;
</description>
		<content:encoded><![CDATA[	<p>&lt;button accesskey=&quot;S&quot; onclick=&quot;alert(&#8217;test&#8217;)&quot; type=&quot;submit&quot;&gt;&lt;u&gt;S&lt;/u&gt;how<br />
generated source&lt;/button&gt;<br />
&nbsp;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jennifer</title>
		<link>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-13081</link>
		<pubDate>Thu, 04 Jan 2007 11:22:18 -0800</pubDate>
		<guid>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-13081</guid>
					<description>Read my 5th paragraph and I tell you why I use javascript for it.  :)</description>
		<content:encoded><![CDATA[	<p>Read my 5th paragraph and I tell you why I use javascript for it.  <img src='http://jennifergrucza.com/blog/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Simon</title>
		<link>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-13127</link>
		<pubDate>Fri, 05 Jan 2007 06:15:48 -0800</pubDate>
		<guid>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-13127</guid>
					<description>The  tag seems to have some bad bugs in Internet Explorer as well.  See e.g.  http://www.google.com/search?q=ie+button+tag

Jennifer, if you do get a chance to write an updated version of your code which uses DOM manipulation and works with input tags, I for one would be very interested in it!  :)</description>
		<content:encoded><![CDATA[	<p>The  tag seems to have some bad bugs in Internet Explorer as well.  See e.g.  <a href='http://www.google.com/search?q=ie+button+tag'>http://www.google.com/search?q=ie+button+tag</a></p>
	<p>Jennifer, if you do get a chance to write an updated version of your code which uses DOM manipulation and works with input tags, I for one would be very interested in it!  <img src='http://jennifergrucza.com/blog/wp-images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Simon</title>
		<link>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-13128</link>
		<pubDate>Fri, 05 Jan 2007 06:17:19 -0800</pubDate>
		<guid>http://jennifergrucza.com/blog/archives/2004/08/25/making-accesskeys-more-usable#comment-13128</guid>
					<description>Sorry, the above should have read &quot;The *button* tag...&quot;</description>
		<content:encoded><![CDATA[	<p>Sorry, the above should have read &#8220;The *button* tag&#8230;&#8221;
</p>
]]></content:encoded>
				</item>
</channel>
</rss>

