<?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 the emotional pumpkin</title>
	<atom:link href="http://richa.avasthi.name/blogs/tepumpkin/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://richa.avasthi.name/blogs/tepumpkin</link>
	<description>Purveyors of self-important ramblings and half-baked theories since 2004.</description>
	<lastBuildDate>Tue, 29 Nov 2011 21:32:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>Comment on The first computer I bought, by Dave Doolin</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2011/10/06/the-first-computer-i-bought/#comment-2433</link>
		<dc:creator>Dave Doolin</dc:creator>
		<pubDate>Tue, 29 Nov 2011 21:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin/?p=2130#comment-2433</guid>
		<description>Always remember, when you type &quot;ls&quot; at the prompt, your computer loves you.</description>
		<content:encoded><![CDATA[<p>Always remember, when you type &#8220;ls&#8221; at the prompt, your computer loves you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 lessons learned: the z-index bug by Richa</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-2427</link>
		<dc:creator>Richa</dc:creator>
		<pubDate>Thu, 24 Nov 2011 03:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-2427</guid>
		<description>I think that&#039;s a bit of a blunt instrument. The problem I was originally trying to solve was that I wasn&#039;t sure what other relatively positioned elements were in the page—this was an application with data coming from a database—what relative stacking order they needed, or how close they were in proximity to the element I needed to be on top of everything.

What happens if you have some other positioned elements that have to stay in a certain stacking order in relation to the item you&#039;re hovering? If they automatically get a z-index of 2 when your mouse is over them, you get unexpected behavior. What if you&#039;re embedding a widget into someone else&#039;s webpage? I don&#039;t think this strategy would work.</description>
		<content:encoded><![CDATA[<p>I think that&#8217;s a bit of a blunt instrument. The problem I was originally trying to solve was that I wasn&#8217;t sure what other relatively positioned elements were in the page—this was an application with data coming from a database—what relative stacking order they needed, or how close they were in proximity to the element I needed to be on top of everything.</p>
<p>What happens if you have some other positioned elements that have to stay in a certain stacking order in relation to the item you&#8217;re hovering? If they automatically get a z-index of 2 when your mouse is over them, you get unexpected behavior. What if you&#8217;re embedding a widget into someone else&#8217;s webpage? I don&#8217;t think this strategy would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 lessons learned: the z-index bug by Elliot Condon</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-2426</link>
		<dc:creator>Elliot Condon</dc:creator>
		<pubDate>Thu, 24 Nov 2011 01:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-2426</guid>
		<description>What about an IE specific stylesheet with something as simple as this:

* {
	z-index: 1;
}

*:hover {
	z-index: 2;
}

Problem solved!</description>
		<content:encoded><![CDATA[<p>What about an IE specific stylesheet with something as simple as this:</p>
<p>* {<br />
	z-index: 1;<br />
}</p>
<p>*:hover {<br />
	z-index: 2;<br />
}</p>
<p>Problem solved!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The first computer I bought, by Satya</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2011/10/06/the-first-computer-i-bought/#comment-2397</link>
		<dc:creator>Satya</dc:creator>
		<pubDate>Fri, 28 Oct 2011 18:22:53 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin/?p=2130#comment-2397</guid>
		<description>*nix rules!

(came here looking for a fix to the IE7 z-index bug. Still not fixed. I *hate* IE7!!)</description>
		<content:encoded><![CDATA[<p>*nix rules!</p>
<p>(came here looking for a fix to the IE7 z-index bug. Still not fixed. I *hate* IE7!!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 lessons learned: the z-index bug by Steve Rifkin</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-2372</link>
		<dc:creator>Steve Rifkin</dc:creator>
		<pubDate>Tue, 11 Oct 2011 14:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-2372</guid>
		<description>And the hits keep coming. Thank you, thank you, thank you for this post. I&#039;ve spent off and on, weeks on this problem and had basically written off the layout until this....I don&#039;t see a place where I can buy you a beer or grab a wishlist item for ya :)</description>
		<content:encoded><![CDATA[<p>And the hits keep coming. Thank you, thank you, thank you for this post. I&#8217;ve spent off and on, weeks on this problem and had basically written off the layout until this&#8230;.I don&#8217;t see a place where I can buy you a beer or grab a wishlist item for ya <img src='http://richa.avasthi.name/blogs/tepumpkin/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So I&#8217;ve got this friend. by Richa</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2011/09/26/so-ive-got-this-friend/#comment-2361</link>
		<dc:creator>Richa</dc:creator>
		<pubDate>Tue, 27 Sep 2011 22:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin/?p=2120#comment-2361</guid>
		<description>I dunno, maybe I haven&#039;t heard it enough (and I&#039;d like to keep it that way, thank you), but it&#039;s still at the nails-on-a-chalkboard stage for me. Argh.</description>
		<content:encoded><![CDATA[<p>I dunno, maybe I haven&#8217;t heard it enough (and I&#8217;d like to keep it that way, thank you), but it&#8217;s still at the nails-on-a-chalkboard stage for me. Argh.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on So I&#8217;ve got this friend. by Lori</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2011/09/26/so-ive-got-this-friend/#comment-2360</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Tue, 27 Sep 2011 21:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin/?p=2120#comment-2360</guid>
		<description>I despised this song the first time I heard it and every subsequent time for about a week.  It was on the preview for some new fall TV show so it was on ALL the time.

After a while though, I found myself inexplicably drawn to her RIDICULOUS level of emotion on such cheesy lyrics.  You are right about it being a caricature, but in this case, it grew on me.  Now I half mock it, half respect it. 

And don&#039;t you dare comment on how I always like stupid teeny-bopper stuff.  = )</description>
		<content:encoded><![CDATA[<p>I despised this song the first time I heard it and every subsequent time for about a week.  It was on the preview for some new fall TV show so it was on ALL the time.</p>
<p>After a while though, I found myself inexplicably drawn to her RIDICULOUS level of emotion on such cheesy lyrics.  You are right about it being a caricature, but in this case, it grew on me.  Now I half mock it, half respect it. </p>
<p>And don&#8217;t you dare comment on how I always like stupid teeny-bopper stuff.  = )</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on IE7 lessons learned: the z-index bug by Tomas</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2008/01/11/ie7-lessons-learned/#comment-2354</link>
		<dc:creator>Tomas</dc:creator>
		<pubDate>Wed, 14 Sep 2011 14:09:30 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2008/01/11/ie7-lessons-learned/#comment-2354</guid>
		<description>Great. 
After 4 hours I finally found working solution. 

Thx man!!!</description>
		<content:encoded><![CDATA[<p>Great.<br />
After 4 hours I finally found working solution. </p>
<p>Thx man!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Snow Leopard and Juniper Network Connect by chirag arora</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2009/09/30/snow-leopard-and-juniper-network-connect/#comment-2350</link>
		<dc:creator>chirag arora</dc:creator>
		<pubDate>Mon, 05 Sep 2011 18:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/?p=1518#comment-2350</guid>
		<description>Thanks!

This was very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>This was very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Why the Chase website sucks donkey nads by WishIWouldHaveSeenThisB4</title>
		<link>http://richa.avasthi.name/blogs/tepumpkin/2007/12/18/why-the-chase-website-sucks-donkey-nads/#comment-1950</link>
		<dc:creator>WishIWouldHaveSeenThisB4</dc:creator>
		<pubDate>Fri, 15 Apr 2011 00:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://richa.avasthi.name/blogs/tepumpkin.old/2007/12/18/why-the-chase-website-sucks-donkey-nads/#comment-1950</guid>
		<description>I wish I would have seen this post before ordering the Chase Freedom card.  The card has pretty good cash back rewards compared to my bank of america card, but I immediately regretted my decision after logging into the chase online banking site.  It is still EXACTLY as you described here 4 years AGO! Terrible.  They don&#039;t even have the 2-stage login to protect against phishing!  BoA&#039;s site is AMAZING compared to this.</description>
		<content:encoded><![CDATA[<p>I wish I would have seen this post before ordering the Chase Freedom card.  The card has pretty good cash back rewards compared to my bank of america card, but I immediately regretted my decision after logging into the chase online banking site.  It is still EXACTLY as you described here 4 years AGO! Terrible.  They don&#8217;t even have the 2-stage login to protect against phishing!  BoA&#8217;s site is AMAZING compared to this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using apc
Page Caching using apc
Database Caching using apc
Object Caching 311/321 objects using apc
Content Delivery Network via Amazon Web Services: CloudFront: assets.avasthi.name

Served from: richa.avasthi.name @ 2012-02-10 05:25:25 -->
