<?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 Laurabelle&#039;s Blog</title>
	<atom:link href="http://blog.laurafrasca.name/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.laurafrasca.name</link>
	<description>Making it up as I go along.</description>
	<lastBuildDate>Mon, 07 Feb 2011 18:34:39 +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 Return of the Flippy Gloves by Marianne</title>
		<link>http://blog.laurafrasca.name/2009/03/01/return-of-the-flippy-gloves/comment-page-1/#comment-5190</link>
		<dc:creator>Marianne</dc:creator>
		<pubDate>Mon, 07 Feb 2011 18:34:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/?p=1000#comment-5190</guid>
		<description>I stumbled across your blog somehow and wanted to tell you how much I adore fingerless gloves and how jealous I am that you can make them and I can&#039;t. They look great. I&#039;ve been trying to convince myself for the past year that I actually can learn to knit, but as yet all I&#039;ve managed to get out is a scarf or two. Any suggestions for a fledgling knitter with a thing for fingerless gloves?</description>
		<content:encoded><![CDATA[<p>I stumbled across your blog somehow and wanted to tell you how much I adore fingerless gloves and how jealous I am that you can make them and I can't. They look great. I've been trying to convince myself for the past year that I actually can learn to knit, but as yet all I've managed to get out is a scarf or two. Any suggestions for a fledgling knitter with a thing for fingerless gloves?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Background transparency in CSS by Wil Barath</title>
		<link>http://blog.laurafrasca.name/2005/01/18/background-transparency-in-css/comment-page-1/#comment-2993</link>
		<dc:creator>Wil Barath</dc:creator>
		<pubDate>Thu, 16 Sep 2010 15:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.niceperson.org/wordpress/2005/01/18/background-transparency-in-css/#comment-2993</guid>
		<description>Here&#039;s the method I use.  It is fluid.

.container {
  position:relative;
  width:16em;
}
.trans {
  position:absolute; 
  height:100%; /* fills parent block */
  background: #C0C0C0; /* visible on white bg */
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}

div class=container
  div class=transparent /div
  content to go over transparent bg
/div</description>
		<content:encoded><![CDATA[<p>Here's the method I use.  It is fluid.</p>
<p>.container {<br />
  position:relative;<br />
  width:16em;<br />
}<br />
.trans {<br />
  position:absolute;<br />
  height:100%; /* fills parent block */<br />
  background: #C0C0C0; /* visible on white bg */<br />
  filter: alpha(opacity=50);<br />
  -moz-opacity: 0.50;<br />
  opacity: 0.50;<br />
}</p>
<p>div class=container<br />
  div class=transparent /div<br />
  content to go over transparent bg<br />
/div</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Judith with the Head of Holofernes by Brown Mirror Gal</title>
		<link>http://blog.laurafrasca.name/2009/02/28/judith-with-the-head-of-holofernes/comment-page-1/#comment-2930</link>
		<dc:creator>Brown Mirror Gal</dc:creator>
		<pubDate>Mon, 30 Aug 2010 10:16:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/?p=1031#comment-2930</guid>
		<description>Beautiful painting, it really describe the stories and reflects the feelings of what it wants to portray!</description>
		<content:encoded><![CDATA[<p>Beautiful painting, it really describe the stories and reflects the feelings of what it wants to portray!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rae Lakes Loop by Scott</title>
		<link>http://blog.laurafrasca.name/2009/02/21/rae-lakes-loop/comment-page-1/#comment-2922</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 28 Aug 2010 23:12:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/?p=983#comment-2922</guid>
		<description>Your pictures are absolutely breath taking. I imagine that the pictures don&#039;t do the experience any justice. I&#039;m not really sure what my initial reaction to the diamond back would of been though.

Thank you for posting these beautiful pictures.</description>
		<content:encoded><![CDATA[<p>Your pictures are absolutely breath taking. I imagine that the pictures don't do the experience any justice. I'm not really sure what my initial reaction to the diamond back would of been though.</p>
<p>Thank you for posting these beautiful pictures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Background transparency in CSS by Connor Speers</title>
		<link>http://blog.laurafrasca.name/2005/01/18/background-transparency-in-css/comment-page-1/#comment-2876</link>
		<dc:creator>Connor Speers</dc:creator>
		<pubDate>Thu, 12 Aug 2010 03:47:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.niceperson.org/wordpress/2005/01/18/background-transparency-in-css/#comment-2876</guid>
		<description>I just found this solution! It works in my browser (Chrome), and it should work in other browsers too.
Use the rgba colorspace.

http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/</description>
		<content:encoded><![CDATA[<p>I just found this solution! It works in my browser (Chrome), and it should work in other browsers too.<br />
Use the rgba colorspace.</p>
<p><a href="http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/" rel="nofollow">http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Which layer of Dante&#8217;s hell do you belong in? by Jacinta</title>
		<link>http://blog.laurafrasca.name/2003/05/05/which-layer-of-dantes-hell-do-you-belong-in/comment-page-1/#comment-2790</link>
		<dc:creator>Jacinta</dc:creator>
		<pubDate>Sun, 11 Jul 2010 04:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.niceperson.org/wordpress/2003/05/05/which-layer-of-dantes-hell-do-you-belong-in/#comment-2790</guid>
		<description>He, I did worse than you two, I get to go to the seventh level of hell, where the violent lie. This is somewhat amusing as I&#039;m not violent, in fact I&#039;m a pacifist. But I had a self-harm/suicidal stage not long ago... So I get to become a tree on which Harpies feed and when other souls regain their bodies I collect mine and hang it on one of my branches. 

Cheery.

Level &#124; Score
Purgatory &#124; Very Low
Level 1 - Limbo &#124; Very Low
Level 2 &#124; Very High
Level 3 &#124; High
Level 4 &#124; Very High
Level 5 &#124; Very High
Level 6 - The City of Dis &#124; Very High
Level 7 &#124; Extremely High
Level 8- the Malebolge &#124; Very High
Level 9 - Cocytus &#124; Very High</description>
		<content:encoded><![CDATA[<p>He, I did worse than you two, I get to go to the seventh level of hell, where the violent lie. This is somewhat amusing as I'm not violent, in fact I'm a pacifist. But I had a self-harm/suicidal stage not long ago... So I get to become a tree on which Harpies feed and when other souls regain their bodies I collect mine and hang it on one of my branches. </p>
<p>Cheery.</p>
<p>Level | Score<br />
Purgatory | Very Low<br />
Level 1 - Limbo | Very Low<br />
Level 2 | Very High<br />
Level 3 | High<br />
Level 4 | Very High<br />
Level 5 | Very High<br />
Level 6 - The City of Dis | Very High<br />
Level 7 | Extremely High<br />
Level 8- the Malebolge | Very High<br />
Level 9 - Cocytus | Very High</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Another day, another cluestick by Aleta</title>
		<link>http://blog.laurafrasca.name/2003/02/10/another-day-another-cluestick/comment-page-1/#comment-2345</link>
		<dc:creator>Aleta</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:23:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.niceperson.org/wordpress/2003/02/10/another-day-another-cluestick/#comment-2345</guid>
		<description>I love things to be in order and organized, so I appreciate that.  One of my good friends is a Librarian and she&#039;s passionate about her job.  Her face lights up and she could go on and on about the things available with the library.  It&#039;s not just about books :)</description>
		<content:encoded><![CDATA[<p>I love things to be in order and organized, so I appreciate that.  One of my good friends is a Librarian and she's passionate about her job.  Her face lights up and she could go on and on about the things available with the library.  It's not just about books :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pinch that penny! by Aleta</title>
		<link>http://blog.laurafrasca.name/2003/02/10/pinch-that-penny/comment-page-1/#comment-2344</link>
		<dc:creator>Aleta</dc:creator>
		<pubDate>Fri, 26 Feb 2010 22:21:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.niceperson.org/wordpress/2003/02/10/pinch-that-penny/#comment-2344</guid>
		<description>I don&#039;t drink coffee, but I love the smell of it.  It&#039;s a nice complement to the smell of books :)</description>
		<content:encoded><![CDATA[<p>I don't drink coffee, but I love the smell of it.  It's a nice complement to the smell of books :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My mountain is bigger than yours by jared</title>
		<link>http://blog.laurafrasca.name/2005/09/29/my-mountain-is-bigger-than-yours/comment-page-1/#comment-2136</link>
		<dc:creator>jared</dc:creator>
		<pubDate>Thu, 10 Dec 2009 07:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.niceperson.org/?p=601#comment-2136</guid>
		<description>Zachary Weston was a great friend of mine. I was recently thinking of him and googled his name, this came up. It&#039;s too bad you didn&#039;t find him, he would have made you smile.</description>
		<content:encoded><![CDATA[<p>Zachary Weston was a great friend of mine. I was recently thinking of him and googled his name, this came up. It's too bad you didn't find him, he would have made you smile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Background transparency in CSS by Marco</title>
		<link>http://blog.laurafrasca.name/2005/01/18/background-transparency-in-css/comment-page-1/#comment-2054</link>
		<dc:creator>Marco</dc:creator>
		<pubDate>Thu, 08 Oct 2009 09:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.niceperson.org/wordpress/2005/01/18/background-transparency-in-css/#comment-2054</guid>
		<description>hmm okay:
.box-div is surrounding the other two divs

.bgtrans is an empty div inside .box-div

.text-div is inside .box-div and contains the text</description>
		<content:encoded><![CDATA[<p>hmm okay:<br />
.box-div is surrounding the other two divs</p>
<p>.bgtrans is an empty div inside .box-div</p>
<p>.text-div is inside .box-div and contains the text</p>
]]></content:encoded>
	</item>
</channel>
</rss>

