<?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: The $.fn.sendkeys Plugin</title>
	<atom:link href="http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/</link>
	<description>Thoughts on web design and programming from a very occasional volunteer webmaster</description>
	<lastBuildDate>Fri, 03 Feb 2012 05:24:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jesse</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-5392</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 19 Jul 2011 22:47:17 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-5392</guid>
		<description>Yeah, I think missed the note.
Anyway, it works perfect now.
Great work! This plugin is just what I needed.</description>
		<content:encoded><![CDATA[<p>Yeah, I think missed the note.<br />
Anyway, it works perfect now.<br />
Great work! This plugin is just what I needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-5355</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 19 Jul 2011 13:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-5355</guid>
		<description>@Jesse:
At the top of this post is the note that it is obsolete; see the &lt;a href=&quot;/blog/2011/01/23/improved-sendkeys/&quot; rel=&quot;nofollow&quot;&gt;updated post &lt;/a&gt; that notes that it now depends on &lt;a href=&quot;/blog/2011/01/17/cross-browser-text-ranges-and-selections/&quot; rel=&quot;nofollow&quot;&gt;my text range code&lt;/a&gt;. So in addition to &lt;a href=&quot;/inc/jquery.sendkeys.js&quot; rel=&quot;nofollow&quot;&gt;&lt;code&gt;jquery.sendkeys.js&lt;/code&gt;&lt;/a&gt; you have to include &lt;a href=&quot;/inc/bililiteRange.js&quot; rel=&quot;nofollow&quot;&gt;&lt;code&gt;bililiteRange.js&lt;/code&gt;&lt;/a&gt;.
--Danny</description>
		<content:encoded><![CDATA[<p>@Jesse:<br />
At the top of this post is the note that it is obsolete; see the <a href="/blog/2011/01/23/improved-sendkeys/" rel="nofollow">updated post </a> that notes that it now depends on <a href="/blog/2011/01/17/cross-browser-text-ranges-and-selections/" rel="nofollow">my text range code</a>. So in addition to <a href="/inc/jquery.sendkeys.js" rel="nofollow"><code>jquery.sendkeys.js</code></a> you have to include <a href="/inc/bililiteRange.js" rel="nofollow"><code>bililiteRange.js</code></a>.<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-5347</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 19 Jul 2011 04:23:45 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-5347</guid>
		<description>@Danny
When I use the .sendkeys function I get the following JavaScript error
Uncaught exception: ReferenceError: Undefined variable: bililiteRange

I uploaded here http://rockandscream.t35.com/test.php
the html source is very messed up but I think it is readable.

thanks again</description>
		<content:encoded><![CDATA[<p>@Danny<br />
When I use the .sendkeys function I get the following JavaScript error<br />
Uncaught exception: ReferenceError: Undefined variable: bililiteRange</p>
<p>I uploaded here <a href="http://rockandscream.t35.com/test.php" rel="nofollow">http://rockandscream.t35.com/test.php</a><br />
the html source is very messed up but I think it is readable.</p>
<p>thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-5344</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 19 Jul 2011 01:55:27 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-5344</guid>
		<description>@Jesse:
That&#039;s the right way to do it. Can you post a page with your code to look at?
--Danny</description>
		<content:encoded><![CDATA[<p>@Jesse:<br />
That&#8217;s the right way to do it. Can you post a page with your code to look at?<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-5342</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Tue, 19 Jul 2011 01:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-5342</guid>
		<description>Sorry bother you with this, but I&#039;m not very good with Ajax and jQuery.
I&#039;m doing this:
$(&#039;#id&#039;).sendkeys(&#039;1234&#039;)

but it is not working. Whrere did I go wrong?

Thanks!</description>
		<content:encoded><![CDATA[<p>Sorry bother you with this, but I&#8217;m not very good with Ajax and jQuery.<br />
I&#8217;m doing this:<br />
$(&#8216;#id&#8217;).sendkeys(&#8217;1234&#8242;)</p>
<p>but it is not working. Whrere did I go wrong?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-1692</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 10 Aug 2010 07:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-1692</guid>
		<description>@Cristian Cortez:
I hadn&#039;t though of using this as a testing framework. Remember, it doesn&#039;t actually simulate keypresses, it just inserts the letters into text boxes. I&#039;d like to see what you do with this; please keep me updated!
--Danny</description>
		<content:encoded><![CDATA[<p>@Cristian Cortez:<br />
I hadn&#8217;t though of using this as a testing framework. Remember, it doesn&#8217;t actually simulate keypresses, it just inserts the letters into text boxes. I&#8217;d like to see what you do with this; please keep me updated!<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristian Cortez</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-1689</link>
		<dc:creator>Cristian Cortez</dc:creator>
		<pubDate>Fri, 06 Aug 2010 21:08:18 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-1689</guid>
		<description>Hey this is excellent, we can automate more things, like clicks, drag n drop and so on, this will be a testing framework...congratulations! this is good job! you rocks!</description>
		<content:encoded><![CDATA[<p>Hey this is excellent, we can automate more things, like clicks, drag n drop and so on, this will be a testing framework&#8230;congratulations! this is good job! you rocks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-1390</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Mon, 29 Mar 2010 13:29:02 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-1390</guid>
		<description>@Ryan Boylett:
This plugin just inserts text into input elements; it does not actually make the browser think that a given key has been pressed. I searched long and hard for a way to do that, but it looks like that is too much of a security risk. So it&#039;s not the same as the Windows SendKeys. If you find a way to make that work, please let me know!
--Danny</description>
		<content:encoded><![CDATA[<p>@Ryan Boylett:<br />
This plugin just inserts text into input elements; it does not actually make the browser think that a given key has been pressed. I searched long and hard for a way to do that, but it looks like that is too much of a security risk. So it&#8217;s not the same as the Windows SendKeys. If you find a way to make that work, please let me know!<br />
&#8211;Danny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Boylett</title>
		<link>http://bililite.nfshost.com/blog/2008/08/20/the-fnsendkeys-plugin/comment-page-1/#comment-1387</link>
		<dc:creator>Ryan Boylett</dc:creator>
		<pubDate>Sun, 28 Mar 2010 22:58:06 +0000</pubDate>
		<guid isPermaLink="false">http://bililite.nfshost.com/blog/?p=114#comment-1387</guid>
		<description>What about keys like CTRL, SHIFT and ALT?</description>
		<content:encoded><![CDATA[<p>What about keys like CTRL, SHIFT and ALT?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

