<?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 GeekTantra</title>
	<atom:link href="http://www.geektantra.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geektantra.com</link>
	<description>yet another geek&#039;s blog</description>
	<lastBuildDate>Tue, 22 Nov 2011 16:21:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Update for jQuery Live Form Validation Plugin by Fredrik Reveny</title>
		<link>http://www.geektantra.com/2009/10/update-for-jquery-live-form-validation-plugin/comment-page-1/#comment-2181</link>
		<dc:creator>Fredrik Reveny</dc:creator>
		<pubDate>Tue, 22 Nov 2011 16:21:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=143#comment-2181</guid>
		<description>Yes, IDs are required. I&#039;m looking into expanding it to support classes at the moment.</description>
		<content:encoded><![CDATA[<p>Yes, IDs are required. I&#8217;m looking into expanding it to support classes at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery TagBox Plugin by E-sitesweb &#187; 50 New And Crazy Cool jQuery Plugins From Year 2011</title>
		<link>http://www.geektantra.com/2011/05/jquery-tagbox-plugin/comment-page-1/#comment-2180</link>
		<dc:creator>E-sitesweb &#187; 50 New And Crazy Cool jQuery Plugins From Year 2011</dc:creator>
		<pubDate>Mon, 21 Nov 2011 12:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=224#comment-2180</guid>
		<description>[...] 39. jQuery TagBox [...]</description>
		<content:encoded><![CDATA[<p>[...] 39. jQuery TagBox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MegaMenu 2 by joven</title>
		<link>http://www.geektantra.com/2010/05/jquery-megamenu-2/comment-page-3/#comment-2178</link>
		<dc:creator>joven</dc:creator>
		<pubDate>Fri, 18 Nov 2011 15:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=177#comment-2178</guid>
		<description>nice work!!!</description>
		<content:encoded><![CDATA[<p>nice work!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Mega Menu by Erik</title>
		<link>http://www.geektantra.com/2009/09/jquery-mega-menu/comment-page-2/#comment-2177</link>
		<dc:creator>Erik</dc:creator>
		<pubDate>Wed, 16 Nov 2011 19:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=14#comment-2177</guid>
		<description>Any solution to the diagonal problem?  The mm_timeout only seems to cause a delay in how long to wait until the menu opens, but the menu closes instantly when the mouse moves off of it.  This is an obvious problem when the menu is fairly tall and the user moves the mouse diagonally off of it for an instant as they try to select something in a wide megamenu item below.</description>
		<content:encoded><![CDATA[<p>Any solution to the diagonal problem?  The mm_timeout only seems to cause a delay in how long to wait until the menu opens, but the menu closes instantly when the mouse moves off of it.  This is an obvious problem when the menu is fairly tall and the user moves the mouse diagonally off of it for an instant as they try to select something in a wide megamenu item below.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery TagBox Plugin by Top Wordpress jQuery Plugins-Nihad Nagi</title>
		<link>http://www.geektantra.com/2011/05/jquery-tagbox-plugin/comment-page-1/#comment-2175</link>
		<dc:creator>Top Wordpress jQuery Plugins-Nihad Nagi</dc:creator>
		<pubDate>Wed, 16 Nov 2011 10:37:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=224#comment-2175</guid>
		<description>[...] 39. jQuery TagBox [...]</description>
		<content:encoded><![CDATA[<p>[...] 39. jQuery TagBox [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Live Form Validation Version 1.1 by Anonnymoose</title>
		<link>http://www.geektantra.com/2009/09/jquery-live-form-validation-version-1-1/comment-page-1/#comment-2173</link>
		<dc:creator>Anonnymoose</dc:creator>
		<pubDate>Sun, 13 Nov 2011 18:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=132#comment-2173</guid>
		<description>Excellent script, but I was having some strange behaviour when combining this with jQuery UI&#039;s Datepicker option. 

The problem was that if a validation error had been triggered and you then proceeded to set a date the error message was not cleared unless you again clicked in and out of the field (or just ignored the error and carried on, but this is not helpful to the end user!). To overcome this I added &#039;change&#039; to the bind parameters in jquery.validate.js line 46.

Before:      jQuery(this).bind(&#039;focus keypress&#039;, function(){
After:         jQuery(this).bind(&#039;focus keypress change&#039;, function(){  

I have not tested all of the features of the validate script to see if this causes any problems elsewhere but thought I would post in case it helps anyone else as it solves the problem for me.

GeekTantra,  hope you don&#039;t mind my tinkering with your code.</description>
		<content:encoded><![CDATA[<p>Excellent script, but I was having some strange behaviour when combining this with jQuery UI&#8217;s Datepicker option. </p>
<p>The problem was that if a validation error had been triggered and you then proceeded to set a date the error message was not cleared unless you again clicked in and out of the field (or just ignored the error and carried on, but this is not helpful to the end user!). To overcome this I added &#8216;change&#8217; to the bind parameters in jquery.validate.js line 46.</p>
<p>Before:      jQuery(this).bind(&#8216;focus keypress&#8217;, function(){<br />
After:         jQuery(this).bind(&#8216;focus keypress change&#8217;, function(){  </p>
<p>I have not tested all of the features of the validate script to see if this causes any problems elsewhere but thought I would post in case it helps anyone else as it solves the problem for me.</p>
<p>GeekTantra,  hope you don&#8217;t mind my tinkering with your code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MegaMenu 2 by Giuliano</title>
		<link>http://www.geektantra.com/2010/05/jquery-megamenu-2/comment-page-3/#comment-2172</link>
		<dc:creator>Giuliano</dc:creator>
		<pubDate>Fri, 11 Nov 2011 21:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=177#comment-2172</guid>
		<description>Hi, is there a way to add delay so that sub-menu doesn&#039;t hide when mouse leaves parent menu accidently.  This should be something similar to setTimeout on hover just for hover out. Thanks.</description>
		<content:encoded><![CDATA[<p>Hi, is there a way to add delay so that sub-menu doesn&#8217;t hide when mouse leaves parent menu accidently.  This should be something similar to setTimeout on hover just for hover out. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MegaMenu 2 by hien</title>
		<link>http://www.geektantra.com/2010/05/jquery-megamenu-2/comment-page-3/#comment-2171</link>
		<dc:creator>hien</dc:creator>
		<pubDate>Thu, 10 Nov 2011 10:17:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=177#comment-2171</guid>
		<description>Sorry, there is some mistake in my typing

1. When i add a form inside the , how do you stop the form from going away because sometimes, the drop just vanish by accidentally mouse hover out ? how do you make the drop NOT disappear if  someone has already typed in a value, lets say half way typing his username at a username input text field?</description>
		<content:encoded><![CDATA[<p>Sorry, there is some mistake in my typing</p>
<p>1. When i add a form inside the , how do you stop the form from going away because sometimes, the drop just vanish by accidentally mouse hover out ? how do you make the drop NOT disappear if  someone has already typed in a value, lets say half way typing his username at a username input text field?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery MegaMenu 2 by hien</title>
		<link>http://www.geektantra.com/2010/05/jquery-megamenu-2/comment-page-3/#comment-2170</link>
		<dc:creator>hien</dc:creator>
		<pubDate>Thu, 10 Nov 2011 10:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=177#comment-2170</guid>
		<description>Hi, I would appreciate if someone could tell me the answer. I really need to configure some of the values, but i&#039;m not good at script ;/

1. When i add a form inside the , how do you stop the form from going away because sometimes, the drop just vanish by accidentally mouse hover out ? how do you make the drop disappear if it sense someone has already type a value , for instance half way typing his username at a username input text field?

2. how do you slow down the animation?

Thanks!!</description>
		<content:encoded><![CDATA[<p>Hi, I would appreciate if someone could tell me the answer. I really need to configure some of the values, but i&#8217;m not good at script ;/</p>
<p>1. When i add a form inside the , how do you stop the form from going away because sometimes, the drop just vanish by accidentally mouse hover out ? how do you make the drop disappear if it sense someone has already type a value , for instance half way typing his username at a username input text field?</p>
<p>2. how do you slow down the animation?</p>
<p>Thanks!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery TagBox Plugin by Fred</title>
		<link>http://www.geektantra.com/2011/05/jquery-tagbox-plugin/comment-page-1/#comment-2169</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 08 Nov 2011 13:36:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.geektantra.com/?p=224#comment-2169</guid>
		<description>Nice plugin - I&#039;ve been looking for something like this for a while, to implement Flickr/Wordpress-style tag boxes. One thing I can&#039;t figure, though - how can I pass values as JSON to the plugin, so that existing values are displayed as tagboxes? For instance, if I&#039;ve a tags input box, I&#039;d like existing tags, retrieved via a database query, to appear below the input box. The &lt;b&gt;dropDownSource&lt;/b&gt; option is useful for, well, dropdowns, but is there similar for a text input? 

Sorry if I&#039;m missing something blindingly obvious :(

Fred</description>
		<content:encoded><![CDATA[<p>Nice plugin &#8211; I&#8217;ve been looking for something like this for a while, to implement Flickr/Wordpress-style tag boxes. One thing I can&#8217;t figure, though &#8211; how can I pass values as JSON to the plugin, so that existing values are displayed as tagboxes? For instance, if I&#8217;ve a tags input box, I&#8217;d like existing tags, retrieved via a database query, to appear below the input box. The <b>dropDownSource</b> option is useful for, well, dropdowns, but is there similar for a text input? </p>
<p>Sorry if I&#8217;m missing something blindingly obvious <img src='http://cdn2.geektantra.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>Fred</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 470/497 objects using disk: basic
Content Delivery Network via cdn1.geektantra.com

Served from: www.geektantra.com @ 2011-11-24 15:41:09 -->
