<?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: Keyboard Enabling Web Applications</title>
	<atom:link href="http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/</link>
	<description>PHP for Professional Developers</description>
	<lastBuildDate>Sun, 21 Mar 2010 17:23:26 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ibuildings techPortal: Keyboard Enabling Web Applications &#124; DreamNest - Technology &#124; Web &#124; Net</title>
		<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/comment-page-1/#comment-1220</link>
		<dc:creator>Ibuildings techPortal: Keyboard Enabling Web Applications &#124; DreamNest - Technology &#124; Web &#124; Net</dc:creator>
		<pubDate>Tue, 07 Jul 2009 01:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://techportal.ibuildings.com/?p=687#comment-1220</guid>
		<description>[...] the Ibuildings techPortal Vito Chin has written up a quick tutorial on keyboard-enabling your web applications with jQuery and PHP.   It&#8217;s time to bring the [...]</description>
		<content:encoded><![CDATA[<p>[...] the Ibuildings techPortal Vito Chin has written up a quick tutorial on keyboard-enabling your web applications with jQuery and PHP.   It&#8217;s time to bring the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BinaryKitten</title>
		<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/comment-page-1/#comment-1215</link>
		<dc:creator>BinaryKitten</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://techportal.ibuildings.com/?p=687#comment-1215</guid>
		<description>there are few optimisations required in the jquery.. but that is mainly due to the difference in scoping within javascript compared to php, but for the most part a good post :)</description>
		<content:encoded><![CDATA[<p>there are few optimisations required in the jquery.. but that is mainly due to the difference in scoping within javascript compared to php, but for the most part a good post :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ibuildings techPortal: Keyboard Enabling Web Applications &#124; Webs Developer</title>
		<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/comment-page-1/#comment-1214</link>
		<dc:creator>Ibuildings techPortal: Keyboard Enabling Web Applications &#124; Webs Developer</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://techportal.ibuildings.com/?p=687#comment-1214</guid>
		<description>[...] the Ibuildings techPortal Vito Chin has written up a quick tutorial on keyboard-enabling your web applications with jQuery and PHP.   It&#8217;s time to bring the [...]</description>
		<content:encoded><![CDATA[<p>[...] the Ibuildings techPortal Vito Chin has written up a quick tutorial on keyboard-enabling your web applications with jQuery and PHP.   It&#8217;s time to bring the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vito</title>
		<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/comment-page-1/#comment-1213</link>
		<dc:creator>Vito</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:53:47 +0000</pubDate>
		<guid isPermaLink="false">http://techportal.ibuildings.com/?p=687#comment-1213</guid>
		<description>Yes, there is definitely a need to tread carefully when it comes to shortcuts.It is a good idea to explore how your target browser deals with keyboard shortcuts (&lt;a href=&quot;http://support.mozilla.com/en-US/kb/Keyboard+shortcuts&quot; rel=&quot;nofollow&quot;&gt;Firefox&#039;s&lt;/a&gt;). In certain situations, it is not suitable or convenient to use a single key, especially with web applications that requires most single keys to be free for text input. 
Be aware that you&#039;re dealing with an evolutionary phase with the role of web applications. If you&#039;re in touch with the audience of your web application, then their input (pardon the pun) helps.</description>
		<content:encoded><![CDATA[<p>Yes, there is definitely a need to tread carefully when it comes to shortcuts.It is a good idea to explore how your target browser deals with keyboard shortcuts (<a href="http://support.mozilla.com/en-US/kb/Keyboard+shortcuts" rel="nofollow">Firefox&#8217;s</a>). In certain situations, it is not suitable or convenient to use a single key, especially with web applications that requires most single keys to be free for text input.<br />
Be aware that you&#8217;re dealing with an evolutionary phase with the role of web applications. If you&#8217;re in touch with the audience of your web application, then their input (pardon the pun) helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Stillwell</title>
		<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/comment-page-1/#comment-1212</link>
		<dc:creator>Michael Stillwell</dc:creator>
		<pubDate>Mon, 06 Jul 2009 10:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://techportal.ibuildings.com/?p=687#comment-1212</guid>
		<description>Note that it&#039;s generally not a good idea to bind key + single modifier to anything, as this will almost certainly conflict with the built-in key bindings of some browser or OS.  Both Firefox and Safari have changed the modifiers required to activate accesskeys for this reason.  For example see  https://bugzilla.wikimedia.org/show_bug.cgi?id=477.  Neither Google Mail nor Google Reader bind key + modifier to anything.  Google Docs does though, perhaps because it has more of the feel of a webapp than a web site and thus taking over key + modifier combinations is less unexpected.</description>
		<content:encoded><![CDATA[<p>Note that it&#8217;s generally not a good idea to bind key + single modifier to anything, as this will almost certainly conflict with the built-in key bindings of some browser or OS.  Both Firefox and Safari have changed the modifiers required to activate accesskeys for this reason.  For example see  <a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=477" rel="nofollow">https://bugzilla.wikimedia.org/show_bug.cgi?id=477</a>.  Neither Google Mail nor Google Reader bind key + modifier to anything.  Google Docs does though, perhaps because it has more of the feel of a webapp than a web site and thus taking over key + modifier combinations is less unexpected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Binny V A</title>
		<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/comment-page-1/#comment-1195</link>
		<dc:creator>Binny V A</dc:creator>
		<pubDate>Sat, 04 Jul 2009 04:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://techportal.ibuildings.com/?p=687#comment-1195</guid>
		<description>If you are not using jQuery, this is possible using a standalone library called &lt;a href=&quot;http://www.openjs.com/scripts/events/keyboard_shortcuts/&quot; rel=&quot;nofollow&quot;&gt;shortcut.js&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>If you are not using jQuery, this is possible using a standalone library called <a href="http://www.openjs.com/scripts/events/keyboard_shortcuts/" rel="nofollow">shortcut.js</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jQuery shortaccesskey plugin at SANIsoft &#8211; PHP for E Biz</title>
		<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/comment-page-1/#comment-1184</link>
		<dc:creator>jQuery shortaccesskey plugin at SANIsoft &#8211; PHP for E Biz</dc:creator>
		<pubDate>Fri, 03 Jul 2009 10:04:52 +0000</pubDate>
		<guid isPermaLink="false">http://techportal.ibuildings.com/?p=687#comment-1184</guid>
		<description>[...] came across an article about keyboard enabling web applications today on my rounds of daily reading. This prompted me to dig out some code which I had written [...]</description>
		<content:encoded><![CDATA[<p>[...] came across an article about keyboard enabling web applications today on my rounds of daily reading. This prompted me to dig out some code which I had written [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abcphp.com</title>
		<link>http://techportal.ibuildings.com/2009/07/02/keyboard-enabling-web-applications/comment-page-1/#comment-1175</link>
		<dc:creator>abcphp.com</dc:creator>
		<pubDate>Thu, 02 Jul 2009 12:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://techportal.ibuildings.com/?p=687#comment-1175</guid>
		<description>&lt;strong&gt;Keyboard Enabling Web Applications...&lt;/strong&gt;

It’s time to bring the keyboard back! When we first started doing things on the web, there wasn’t much to do. There were documents with hyperlinks that we can click on but that’s about it; that was 15 years ago. Thanks to the growth of sophisticated se...</description>
		<content:encoded><![CDATA[<p><strong>Keyboard Enabling Web Applications&#8230;</strong></p>
<p>It’s time to bring the keyboard back! When we first started doing things on the web, there wasn’t much to do. There were documents with hyperlinks that we can click on but that’s about it; that was 15 years ago. Thanks to the growth of sophisticated se&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
