<?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: How to apply HTML User Interface Effects using jQuery.</title> <atom:link href="http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html/feed" rel="self" type="application/rss+xml" /><link>http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html</link> <description>Tutorials, Java, J2EE, Struts, AJAX, JavaScript, CSS, Web 2.0, MySQL, Articles</description> <lastBuildDate>Wed, 08 Feb 2012 10:36:26 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: zomgwtfbbq</title><link>http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html/comment-page-1#comment-14625</link> <dc:creator>zomgwtfbbq</dc:creator> <pubDate>Fri, 29 Apr 2011 15:17:16 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=902#comment-14625</guid> <description>I love jQuery, it&#039;s a nice summary above, but tbh you could have added some demos like in the jQuery manual or on w3schools.</description> <content:encoded><![CDATA[<p>I love jQuery, it&#8217;s a nice summary above, but tbh you could have added some demos like in the jQuery manual or on w3schools.</p> ]]></content:encoded> </item> <item><title>By: Demetrius McClain</title><link>http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html/comment-page-1#comment-12605</link> <dc:creator>Demetrius McClain</dc:creator> <pubDate>Thu, 27 May 2010 15:40:13 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=902#comment-12605</guid> <description>This is exactly what I need.  However, I&#039;ve been trying to make the information slide up and not down which seems to be the default.  I see that you said it is possible but I don&#039;t know exactly how to accomplish this.  My attempt to alter the code generated unwanted results, interesting but unwanted.</description> <content:encoded><![CDATA[<p>This is exactly what I need.  However, I&#8217;ve been trying to make the information slide up and not down which seems to be the default.  I see that you said it is possible but I don&#8217;t know exactly how to accomplish this.  My attempt to alter the code generated unwanted results, interesting but unwanted.</p> ]]></content:encoded> </item> <item><title>By: indialike</title><link>http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html/comment-page-1#comment-11792</link> <dc:creator>indialike</dc:creator> <pubDate>Wed, 16 Dec 2009 07:43:48 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=902#comment-11792</guid> <description>Very nice and useful tutorials to web designers, Thanks for posting.</description> <content:encoded><![CDATA[<p>Very nice and useful tutorials to web designers,<br /> Thanks for posting.</p> ]]></content:encoded> </item> <item><title>By: Katharine</title><link>http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html/comment-page-1#comment-7261</link> <dc:creator>Katharine</dc:creator> <pubDate>Wed, 20 May 2009 20:53:53 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=902#comment-7261</guid> <description>Your site and you will reach the big successes, thank, it was interesting. I am from Dominican and also am speaking English, please tell me right I wrote the following sentence: &quot;Apr white papers, case studies, business articles, and blog posts relating to turbotax case.&quot;With love :-(, Katharine.</description> <content:encoded><![CDATA[<p>Your site and you will reach the big successes, thank, it was interesting.<br /> I am from Dominican and also am speaking English, please tell me right I wrote the following sentence: &#8220;Apr white papers, case studies, business articles, and blog posts relating to turbotax case.&#8221;</p><p>With love <img src='http://viralpatel.net/blogs/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> , Katharine.</p> ]]></content:encoded> </item> <item><title>By: Viral Patel</title><link>http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html/comment-page-1#comment-6085</link> <dc:creator>Viral Patel</dc:creator> <pubDate>Wed, 06 May 2009 11:40:56 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=902#comment-6085</guid> <description>Hi Vidhya, If you want to apply style attribute in any of the struts tags, you shall use styleClass and apply CSS styles using that. You may not directly apply style attribute. &lt;html:checkbox styleClass=&quot;customClass&quot; /&gt;</description> <content:encoded><![CDATA[<p>Hi Vidhya,<br /> If you want to apply style attribute in any of the struts tags, you shall use styleClass and apply CSS styles using that. You may not directly apply style attribute.<br /> &lt;html:checkbox styleClass=&#8221;customClass&#8221; /&gt;</p> ]]></content:encoded> </item> <item><title>By: vidhya</title><link>http://viralpatel.net/blogs/2009/03/how-to-apply-html-user-interface-effects-using-jquery.html/comment-page-1#comment-6081</link> <dc:creator>vidhya</dc:creator> <pubDate>Wed, 06 May 2009 09:50:36 +0000</pubDate> <guid isPermaLink="false">http://viralpatel.net/blogs/?p=902#comment-6081</guid> <description>How to use style tag inside the struts tag... We are implementing the UI-slider control using struts... Here we have to hide the list box and show the slider..Months From Today &lt;strong&gt;Length of Term&lt;/strong&gt; &lt;!-- style=&quot;position:absolute;left:-999em;top:-999em;&quot;&gt; 24 36 48 60 72 84 --&gt;</description> <content:encoded><![CDATA[<p>How to use style tag inside the struts tag&#8230; We are implementing the UI-slider control using struts&#8230; Here we have to hide the list box and show the slider..</p><p> Months From Today<br /> &lt;strong&gt;Length of Term&lt;/strong&gt;</p><p> &lt;!&#8211;</p><p> style=&#8221;position:absolute;left:-999em;top:-999em;&#8221;&gt;<br /> 24<br /> 36<br /> 48<br /> 60<br /> 72<br /> 84</p><p> &#8211;&gt;</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

Served from: viralpatel.net @ 2012-02-09 10:32:05 -->
