<?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 for Eric Hynds - Website Developer</title>
	<atom:link href="http://www.erichynds.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.erichynds.com</link>
	<description>Web Developer&#039;s Ramblings on ColdFusion, jQuery, MySQL, and other technologies.</description>
	<lastBuildDate>Thu, 11 Mar 2010 00:04:27 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating a Mint.com Style Idle Logout Timer Using jQuery by Eric Hynds</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-2430</link>
		<dc:creator>Eric Hynds</dc:creator>
		<pubDate>Thu, 11 Mar 2010 00:04:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-2430</guid>
		<description>I just pushed a rewrite after a couple hours of hacking.  See &lt;a href=&quot;http://github.com/ferric84/jquery-idle-timeout&quot; rel=&quot;nofollow&quot;&gt;the repository&lt;/a&gt; on GitHub.  

This version supports polling requests as I outlined above.  If the session timeout is 20 minutes and the user is ACTIVE on your page for longer than that, the session shouldn&#039;t expire.  Once they become idle for the configurable amount, the polling pauses and the warning bar kicks in.

There are a few measures in place to ensure requests don&#039;t build up with setInterval.  The response returned must match the &lt;code&gt;serverResponseEquals&lt;/code&gt; parameter, and you can configure a maximum number of failed requests with the &lt;code&gt;failedRequests&lt;/code&gt; param.  If the request failed (either timed out or a 500, 404, etc code is returned) OR the server&#039;s response did not match &lt;code&gt;serverResponseEquals&lt;/code&gt; &quot;&lt;code&gt;failedRequests&lt;/code&gt;&quot; times, the code aborts.

I still have some cleaning up to do and want to make it more flexible, but for the purposes of this article and demo, it is good to go.</description>
		<content:encoded><![CDATA[<p>I just pushed a rewrite after a couple hours of hacking.  See <a href="http://github.com/ferric84/jquery-idle-timeout" rel="nofollow">the repository</a> on GitHub.  </p>
<p>This version supports polling requests as I outlined above.  If the session timeout is 20 minutes and the user is ACTIVE on your page for longer than that, the session shouldn&#8217;t expire.  Once they become idle for the configurable amount, the polling pauses and the warning bar kicks in.</p>
<p>There are a few measures in place to ensure requests don&#8217;t build up with setInterval.  The response returned must match the <code>serverResponseEquals</code> parameter, and you can configure a maximum number of failed requests with the <code>failedRequests</code> param.  If the request failed (either timed out or a 500, 404, etc code is returned) OR the server&#8217;s response did not match <code>serverResponseEquals</code> &#8220;<code>failedRequests</code>&#8221; times, the code aborts.</p>
<p>I still have some cleaning up to do and want to make it more flexible, but for the purposes of this article and demo, it is good to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Mint.com Style Idle Logout Timer Using jQuery by Eric Hynds</title>
		<link>http://www.erichynds.com/jquery/creating-a-mint-com-style-idle-logout-timer-using-jquery/#comment-2429</link>
		<dc:creator>Eric Hynds</dc:creator>
		<pubDate>Wed, 10 Mar 2010 22:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/blog/?p=66#comment-2429</guid>
		<description>Dan,

Indeed.  Technically, this script only implements the UI portion of the logic.  I am working on a version that polls the server every XX seconds (minutes?) to keep the session alive while the user is considered &quot;active&quot;.   Once the idle state is detected the polling stops and the warning kicks in.</description>
		<content:encoded><![CDATA[<p>Dan,</p>
<p>Indeed.  Technically, this script only implements the UI portion of the logic.  I am working on a version that polls the server every XX seconds (minutes?) to keep the session alive while the user is considered &#8220;active&#8221;.   Once the idle state is detected the polling stops and the warning kicks in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MultiSelect Plugin w/ ThemeRoller Support by David</title>
		<link>http://www.erichynds.com/jquery/jquery-multiselect-plugin-with-themeroller-support/#comment-2401</link>
		<dc:creator>David</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=240#comment-2401</guid>
		<description>Caught something else today...upon form reset, the title doesn&#039;t reset.</description>
		<content:encoded><![CDATA[<p>Caught something else today&#8230;upon form reset, the title doesn&#8217;t reset.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MultiSelect Plugin w/ ThemeRoller Support by Shinhan</title>
		<link>http://www.erichynds.com/jquery/jquery-multiselect-plugin-with-themeroller-support/#comment-2348</link>
		<dc:creator>Shinhan</dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=240#comment-2348</guid>
		<description>This looks like what we need but I can&#039;t get it to work on our page. If you can take a loook at the example page: http://poslovi.infostud.com/test/untitled.html
The multiselect selects are properly replaced but nothing happens when I click on them (in FF3 and Chrome. IE8 opens the box but its ~1000 pixels wide). 
The setup is at the bottom of the untitled.js with jQuery instead of $ because of legacy prototype code but that didnt make any problems with other jQuery plugins we use.
Any ideas as to what is going wrong with this would be appriciated.
Thanks</description>
		<content:encoded><![CDATA[<p>This looks like what we need but I can&#8217;t get it to work on our page. If you can take a loook at the example page: <a href="http://poslovi.infostud.com/test/untitled.html" rel="nofollow">http://poslovi.infostud.com/test/untitled.html</a><br />
The multiselect selects are properly replaced but nothing happens when I click on them (in FF3 and Chrome. IE8 opens the box but its ~1000 pixels wide).<br />
The setup is at the bottom of the untitled.js with jQuery instead of $ because of legacy prototype code but that didnt make any problems with other jQuery plugins we use.<br />
Any ideas as to what is going wrong with this would be appriciated.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MultiSelect Plugin w/ ThemeRoller Support by Rich</title>
		<link>http://www.erichynds.com/jquery/jquery-multiselect-plugin-with-themeroller-support/#comment-2343</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 02 Mar 2010 21:03:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=240#comment-2343</guid>
		<description>Just a follow up.

I have to admit the single select project you referenced does look like a pretty good solution.

http://wiki.jqueryui.com/Selectmenu</description>
		<content:encoded><![CDATA[<p>Just a follow up.</p>
<p>I have to admit the single select project you referenced does look like a pretty good solution.</p>
<p><a href="http://wiki.jqueryui.com/Selectmenu" rel="nofollow">http://wiki.jqueryui.com/Selectmenu</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MultiSelect Plugin w/ ThemeRoller Support by Rich</title>
		<link>http://www.erichynds.com/jquery/jquery-multiselect-plugin-with-themeroller-support/#comment-2342</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Tue, 02 Mar 2010 20:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=240#comment-2342</guid>
		<description>Hi Eric

First off terrific plugin...Nice Job!

I&#039;d just like to add my vote in along with Bob and Jo for a single select option.  In my case I am limited to a column of select boxes in a sidebar and not all of them require multi-select capability.  I also want them all to have the same look and UI.  And it would be nice to manage all the select boxes with one plugin.

You already have the logic to check/uncheck all the boxes.  I would think all you need to do is add some exclusive logic to uncheck all options except for the most recent once checked.

Again...Great Plugin!
Thanks</description>
		<content:encoded><![CDATA[<p>Hi Eric</p>
<p>First off terrific plugin&#8230;Nice Job!</p>
<p>I&#8217;d just like to add my vote in along with Bob and Jo for a single select option.  In my case I am limited to a column of select boxes in a sidebar and not all of them require multi-select capability.  I also want them all to have the same look and UI.  And it would be nice to manage all the select boxes with one plugin.</p>
<p>You already have the logic to check/uncheck all the boxes.  I would think all you need to do is add some exclusive logic to uncheck all options except for the most recent once checked.</p>
<p>Again&#8230;Great Plugin!<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MultiSelect Plugin w/ ThemeRoller Support by Evan</title>
		<link>http://www.erichynds.com/jquery/jquery-multiselect-plugin-with-themeroller-support/#comment-2300</link>
		<dc:creator>Evan</dc:creator>
		<pubDate>Fri, 26 Feb 2010 18:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=240#comment-2300</guid>
		<description>Hi Eric,

Great job on the widget! Couple suggestions.

1) Use offset() instead of position() to determine the placement of the drop down.
2) Consider using the filament group&#039;s &quot;fg-button fg-button-icon-right&quot; classes for padding and size consistency
3) There is a border issue when the button is inside of a div of class ui-widget-content</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>Great job on the widget! Couple suggestions.</p>
<p>1) Use offset() instead of position() to determine the placement of the drop down.<br />
2) Consider using the filament group&#8217;s &#8220;fg-button fg-button-icon-right&#8221; classes for padding and size consistency<br />
3) There is a border issue when the button is inside of a div of class ui-widget-content</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MultiSelect Plugin w/ ThemeRoller Support by Andreass</title>
		<link>http://www.erichynds.com/jquery/jquery-multiselect-plugin-with-themeroller-support/#comment-2298</link>
		<dc:creator>Andreass</dc:creator>
		<pubDate>Fri, 26 Feb 2010 16:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=240#comment-2298</guid>
		<description>Apparently i cannot post my markup code here? Anyway it is a simple listbox with enabled set to false.</description>
		<content:encoded><![CDATA[<p>Apparently i cannot post my markup code here? Anyway it is a simple listbox with enabled set to false.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MultiSelect Plugin w/ ThemeRoller Support by Andreas</title>
		<link>http://www.erichynds.com/jquery/jquery-multiselect-plugin-with-themeroller-support/#comment-2297</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 26 Feb 2010 16:45:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=240#comment-2297</guid>
		<description>asp:ListBox id=&quot;listBoxCustomPeriodicity&quot; runat=&quot;server&quot; CssClass=&quot;multiselect&quot; SelectionMode=&quot;Multiple&quot; Enabled=&quot;false&quot;</description>
		<content:encoded><![CDATA[<p>asp:ListBox id=&#8221;listBoxCustomPeriodicity&#8221; runat=&#8221;server&#8221; CssClass=&#8221;multiselect&#8221; SelectionMode=&#8221;Multiple&#8221; Enabled=&#8221;false&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MultiSelect Plugin w/ ThemeRoller Support by Andreas</title>
		<link>http://www.erichynds.com/jquery/jquery-multiselect-plugin-with-themeroller-support/#comment-2296</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Fri, 26 Feb 2010 16:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.erichynds.com/?p=240#comment-2296</guid>
		<description>Hi!

Cool widget!

I have a listbox which are disabled, but the multiselect drop down list seems not to honor this property.

Control in markup:
 

Anything i need to do in order to make it disabled?</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Cool widget!</p>
<p>I have a listbox which are disabled, but the multiselect drop down list seems not to honor this property.</p>
<p>Control in markup:</p>
<p>Anything i need to do in order to make it disabled?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
