<?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 I&#039;m Rob V.</title>
	<atom:link href="http://thisisrobv.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://thisisrobv.com</link>
	<description>I&#039;m a webmaster.</description>
	<lastBuildDate>Wed, 25 Aug 2010 19:47:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Comment on jQuery, Tables, &amp; Show / Hide by shinronin</title>
		<link>http://thisisrobv.com/2009/11/23/jquery-tables-show-hide/#comment-136</link>
		<dc:creator>shinronin</dc:creator>
		<pubDate>Wed, 25 Aug 2010 19:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://thisisrobv.com/?p=24#comment-136</guid>
		<description>hello, i stumbled across your page while investigating the display attribute weirdness you document above for a table of my own.  this is what i did:

$( &#039;#org_type_row&#039; ).hide();
$( &#039;#org_type&#039; ).change( function() {
        if ( $( this ).val() == &#039;Other&#039; ) {
            $( &quot;#org_type_row&quot; )
                .css( &#039;display&#039;, &#039;table-row&#039; )
                .find( &#039;&gt; td&#039; )
                .css( &#039;display&#039;, &#039;table-cell&#039; )
                .end()
                .show();
        }
        else {
            $( &quot;#org_type_row&quot; ).hide();
        }
    } );

i should probably use toggle(), but...  that was my solution.  i did find that show()&#039;s animation effect apparently only works on elements with display: block.  hide() doesn&#039;t have this limitation oddly enough.  this is jquery 1.3.2.</description>
		<content:encoded><![CDATA[<p>hello, i stumbled across your page while investigating the display attribute weirdness you document above for a table of my own.  this is what i did:</p>
<p>$( &#8216;#org_type_row&#8217; ).hide();<br />
$( &#8216;#org_type&#8217; ).change( function() {<br />
        if ( $( this ).val() == &#8216;Other&#8217; ) {<br />
            $( &#8220;#org_type_row&#8221; )<br />
                .css( &#8216;display&#8217;, &#8216;table-row&#8217; )<br />
                .find( &#8216;&gt; td&#8217; )<br />
                .css( &#8216;display&#8217;, &#8216;table-cell&#8217; )<br />
                .end()<br />
                .show();<br />
        }<br />
        else {<br />
            $( &#8220;#org_type_row&#8221; ).hide();<br />
        }<br />
    } );</p>
<p>i should probably use toggle(), but&#8230;  that was my solution.  i did find that show()&#8217;s animation effect apparently only works on elements with display: block.  hide() doesn&#8217;t have this limitation oddly enough.  this is jquery 1.3.2.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 5 Steps to Cross Browser Compatibility by Tweets that mention 5 Steps to Cross Browser Compatibility &#124; I'm Rob V. -- Topsy.com</title>
		<link>http://thisisrobv.com/2010/05/22/5-steps-to-cross-browser-compatibility/#comment-20</link>
		<dc:creator>Tweets that mention 5 Steps to Cross Browser Compatibility &#124; I'm Rob V. -- Topsy.com</dc:creator>
		<pubDate>Thu, 27 May 2010 08:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://thisisrobv.com/?p=68#comment-20</guid>
		<description>[...] This post was mentioned on Twitter by Richard Laksana, bhupal sapkota. bhupal sapkota said: 5 Steps to Cross Browser Compatibility &#124; I&#039;m Rob V. - http://goo.gl/p6Sp [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by Richard Laksana, bhupal sapkota. bhupal sapkota said: 5 Steps to Cross Browser Compatibility | I&#039;m Rob V. &#8211; <a href="http://goo.gl/p6Sp" rel="nofollow">http://goo.gl/p6Sp</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on jQuery Textarea Expander Plugin by McGuire Design</title>
		<link>http://thisisrobv.com/2010/01/11/jquery-textarea-expander-plugin/#comment-8</link>
		<dc:creator>McGuire Design</dc:creator>
		<pubDate>Fri, 14 May 2010 22:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://thisisrobv.com/?p=26#comment-8</guid>
		<description>I don&#039;t completely understand all this code stuff, but looks good. How can this influence my UI design?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t completely understand all this code stuff, but looks good. How can this influence my UI design?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
