<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Tame My Mind</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/" />
<link rel="self" type="application/atom+xml" href="http://www.tamemymind.com/blog/atom.xml" />
<id>tag:www.tamemymind.com,2007-07-26:/blog//11</id>
<updated>2010-01-10T00:38:51Z</updated>
<subtitle>Crocheting, gardening, and other stuff that keep me sane, err, busy...</subtitle>
<generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.23-en</generator>

<entry>
<title>Amended tax returns</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2009/03/29/amended-tax-returns.php" />
<id>tag:www.tamemymind.com,2009:/blog//11.6443</id>

<published>2009-03-30T01:40:47Z</published>
<updated>2010-01-10T00:38:51Z</updated>

<summary>Breaking the silence here to just say that I&apos;ve spent 12 at least 14 hours this weekend preparing 3 amended Federal tax returns (2005, 2006, 2007) and 3 amended State tax returns (2005, 2006, 2007). Changes to the Federal tax...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Other" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>Breaking the silence here to just say that I've spent <del>12</del> <ins>at least 14</ins> hours this weekend preparing 3 amended Federal tax returns (2005, 2006, 2007) and 3 amended State tax returns (2005, 2006, 2007). Changes to the Federal tax returns resulted in changes to the State tax returns.</p>

<p>I found the problem last weekend and researched what needed to be done: For each year, file a Form 1040x with an amended Form 1040 and revised schedules, and file a Form 540x with an amended Form 540 and revised schedules. 6 sets of paperwork. 6 manila envelopes.</p>

<p>I can't believe I forgot to deduct the property taxes on our home for the past 3 years! And, while  preparing the amended forms, I discovered I didn't deduct on our 2006 Federal return the 2005 State taxes paid with our 2006 State tax return. So, that was added to amended 2006 returns.</p>

<p>I'm filing our 2008 tax returns based on info in the originally-filed 2007 returns, so I'll need to file amended 2008 tax returns after April 15. I think I'll wait until after we hear back from the IRS and Franchise Tax Board about our 3 years of amended returns to file the amended 2008 tax returns.</p>

<p><a href="http://en.wikipedia.org/wiki/FairTax">FairTax</a> anyone? Count me in.</p>]]>

</content>
</entry>

<entry>
<title>Recipe: Taco / Burrito / Nacho Mix</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2009/01/03/recipe-taco-burrito-nacho-mix.php" />
<id>tag:www.tamemymind.com,2009:/blog3//11.6439</id>

<published>2009-01-03T17:11:00Z</published>
<updated>2009-01-10T16:35:15Z</updated>

<summary>Easy and quick to make! 2 Tbsp olive oil (or oil of choice) - less oil with ground beef 1/2 cup onion, chopped 1/2 cup green bell pepper, chopped (or red bell pepper or combo of green and red) Choose...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Home Improvement" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Other" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>Easy and quick to make!</p>

<ul>
  <li>2 Tbsp olive oil (or oil of choice) - less oil with ground beef</li>
  <li>1/2 cup onion, chopped</li>
  <li>1/2 cup green bell pepper, chopped (or red bell pepper or combo of green and red)</li>
  <li>Choose one meat:
  <ul>
    <li>2  large skinless chicken breasts, cubed</li>
    <li>1 lb.  ground beef</li>
    <li>1  lb. ground turkey</li>
  </ul>
  </li>
  <li>8 oz. La Victoria Mild Taco Sauce (or taco sauce of your choice) - Salsa can be substituted but don&#8217;t also add onion and bell pepper listed above</li>
  <li>Choose one or more:
  <ul>
    <li>Tacos:  8 corn tortillas, fried in oil or steamed in microwave</li>
    <li>Burritos:  8 wheat or flour tortillas, steamed in microwave</li>
    <li>Nachos:  Corn tortilla chips</li>
  </ul>
  </li>
  <li>Extras:
  <ul>
    <li>Pinto  or black beans (refried or whole), heated</li>
    <li>Cheddar  cheese, shredded</li>
    <li>Tomatoes,  chopped</li>
    <li>Black  olives, sliced</li>
    <li>Sour  cream</li>
    <li>Lettuce,  chopped</li>
  </ul>
  </li>
</ul>

<p>In large pan on high heat, saute onion in oil until almost  clear. Add bell pepper and meat and mix well. Reduce heat to medium, stir  regularly, and cook until meat is 1/2 done. Add taco sauce and reduce heat to  simmer. Stir regularly and simmer until meat is cooked and sauce is desired  consistency.</p>

<p>Serve as tacos, burritos, and/or nachos with your choice of  extras.</p>

<p>About 8 servings.</p>]]>

</content>
</entry>

<entry>
<title>Use sed to change multiple filenames</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2009/01/02/use-sed-to-change-multiple-filenames.php" />
<id>tag:www.tamemymind.com,2009:/blog3//11.6438</id>

<published>2009-01-03T01:45:05Z</published>
<updated>2010-01-09T23:58:33Z</updated>

<summary>I wanted to replace all hyphens in all filenames starting with 2003- and ending with .php. Here&apos;s how I did it using sed (no guarantees, no warranties, use at your own risk!): Backup the files! Change to the directory you...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Tech" scheme="http://www.sixapart.com/ns/types#category" />

<category term="This Site" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>I wanted to replace <strong>all hyphens</strong> in all filenames starting with 2003- and ending with .php. Here's how I did it using sed (no guarantees, no warranties, use at your own risk!):</p>

<ol>
<li><strong>Backup the files!</strong></li>
<li>Change to the directory you want to make the changes in.</li>
<li><strong>Then</strong>, to make sure the right filenames will be changed, list the filenames using the following sed command (modify &quot;2003-*.php&quot; and the sed search and replace strings for your situation): <br /><br /> <code>for filename in 2003-*.php; do echo $filename | sed \e 's/\-/\_/g'; done</code><br /><br /></li>
<li>When you're sure the above sed command is listing the right filenames, change it as follows (modify &quot;2003-*.php&quot; and the sed search and replace strings for your situation): <br /><br /> <code>for filename in 2003-*.php; do newname=`echo $filename | sed \e 's/\-/\_/g'`; mv $filename $newname; done</code>
</ol>

<p>Note the use of the backtick character (`) (also known as backquote) which, on my keyboard, is located to the left of the &quot;1&quot; key. The backtick character is used <em>in addition to</em> the single quote character (').</p>

<p>[Update January 4, 2009] I totally forgot that I could have used the &quot;rename&quot; command instead of sed! There is control over which underscore in a filename is changed. <a href="use-rename-to-change-multiple-filenames.php">More about renaming files using &quot;rename&quot;.</a></p>]]>

</content>
</entry>

<entry>
<title>Quilt Block Curtains</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/12/31/quilt-block-curtains.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6436</id>

<published>2009-01-01T01:38:46Z</published>
<updated>2009-01-04T23:46:07Z</updated>

<summary> Size: Each panel is about 46 inches x 61 inches (excluding tabs) Fabric: 100% cotton; variety of brands and colors Pattern: 12 blocks are from one of these books: Quilter&apos;s Mix and Match Blocks: A Comprehensive Handbook 2004 and...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Home Improvement" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Sewing Projects" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20081222quiltblockcurtains-598.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20081222quiltblockcurtains-598.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20081222quiltblockcurtains-thumb-200x150-598.jpg" width="200" height="150" alt="20081222quiltblockcurtains.jpg" class="mt-image-none" style="" /></a></span> <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20081227craftroomcurtainsopen-601.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20081227craftroomcurtainsopen-601.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20081227craftroomcurtainsopen-thumb-200x150-601.jpg" width="200" height="150" alt="20081227craftroomcurtainsopen.jpg" class="mt-image-none" style="" /></a></span></p>

<ul style="padding-left: 1em;">
<li>Size: Each panel is about 46 inches x 61 inches (excluding tabs)</li>
<li>Fabric: 100% cotton; variety of brands and colors</li>
<li>Pattern: 12 blocks are from one of these books: <cite>Quilter's Mix and Match Blocks: A Comprehensive Handbook</cite> 2004 and <cite>365 Quilt Blocks a Year (Pertetual Calendar)</cite> 1999</li>
<li>Backing: Cut from a set of sheets we replaced recently</li>
<li>Date: start July 13; finish December 20</li>
</ul>

<p>Here they are! My Quilt Block Curtains for the craft room! Today I bought a thicker and better quality curtain rod. The rod in the photos is slightly bent from the weight of the curtains and moves when the curtains are opened or closed!</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20081225quiltblockcurtains-stainedglass-604.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20081225quiltblockcurtains-stainedglass-604.php','popup','width=700,height=514,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20081225quiltblockcurtains-stainedglass-thumb-200x146-604.jpg" width="200" height="146" alt="20081225quiltblockcurtains-stainedglass.jpg" class="mt-image-none" style="" /></a></span><br />
The stained glass look was a pleasant surprise!</p>

<p>The curtains have a backing cut from the set of sheets we replaced recently when I bought new sheets.</p>]]>

</content>
</entry>

<entry>
<title>Fabric storage</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/12/31/fabric-storage.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6437</id>

<published>2009-01-01T01:30:43Z</published>
<updated>2009-01-03T22:00:20Z</updated>

<summary>I&apos;m organized. Very. I felt good with this setup. But it didn&apos;t leave much workspace on the table. So, on the day after Thanksgiving while Bill was working, I cleared off the bookcase in our bedroom and moved it into...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Fabric, Supplies" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Sewing, Quilting General" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>I'm organized. Very.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20081109craftroomfabricstorage-607.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20081109craftroomfabricstorage-607.php','popup','width=700,height=471,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20081109craftroomfabricstorage-thumb-200x134-607.jpg" width="200" height="134" alt="20081109craftroomfabricstorage.jpg" class="mt-image-none" style="" /></a></span><br />
I felt good with this setup. But it didn't leave much workspace on the table.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20081207fabricstoragebookcaseandcleojumping-610.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20081207fabricstoragebookcaseandcleojumping-610.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20081207fabricstoragebookcaseandcleojumping-thumb-200x150-610.jpg" width="200" height="150" alt="20081207fabricstoragebookcaseandcleojumping.jpg" class="mt-image-none" style="" /></a></span><br />
So, on the day after Thanksgiving while Bill was working, I cleared off the bookcase in  our bedroom and moved it into the craft room (thick felt pads on the bottom of the bookcase made it easy to move!). Then, I added the containers of fabric sorted by color. (Cleo is testing access to the cat bed!)</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20081207tableworkspace-613.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20081207tableworkspace-613.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20081207tableworkspace-thumb-200x150-613.jpg" width="200" height="150" alt="20081207tableworkspace.jpg" class="mt-image-none" style="" /></a></span><br />
Ah, workspace on the table! I'm inspired to work on a project when I see it!</p>]]>

</content>
</entry>

<entry>
<title>No grey this winter, no tiredness or sadness, no tears</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/12/31/no-grey-this-winter-no-tiredness-or-sadness-no-tears.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6435</id>

<published>2009-01-01T00:01:00Z</published>
<updated>2009-01-03T22:00:20Z</updated>

<summary>In June on the longest day of the year, I&apos;m reminded that it will be coming again as the days get shorter and the nights longer. It usually starts in September or early October and ends in March - sometimes...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Self Improvement" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>In June on the longest day of the year, I'm reminded that it will be coming again as the days get shorter and the nights longer. It usually starts in September or early October and ends in March - sometimes April.</p>

<p>The greyness. The heaviness. The cloud. Around my head, in my eyes, on my face, in my body.</p>

<p>The tiredness, slowness, sadness. Even tears at times. Withdrawn. No energy.</p>

<p>I'm a low-key person, an introvert. I'm not usually upbeat or excitable. But, people who know me can and hear the greyness when it hits.</p>

<p>I remind myself that December 21 (the longest night of the year) is coming and I can look forward to gradually feeling better with more daylight.</p>

<p>This year was different. No grey, no tiredness, no sadness, no tears.</p>

<p>This is the first winter in I don't know how many years that I feel good. Clear. Rested. At peace.</p>]]>
<![CDATA[<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="smiley-happy.jpg" src="http://www.tamemymind.com/blog/images2008/smiley-happy.jpg" width="300" height="300" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></span></p>]]>
</content>
</entry>

<entry>
<title>Random photos</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/12/31/random-photos.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6434</id>

<published>2008-12-31T23:13:43Z</published>
<updated>2009-01-03T22:00:20Z</updated>

<summary>I spent the past few hours cleaning up the hard drive of my computer. Here are a few photos I took in February but never got around to posting. Wildlife Horses next to the campus where I work. There are...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Other" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>I spent the past few hours cleaning up the hard drive of my computer. Here are a few photos I took in February but never got around to posting.</p>

<h3>Wildlife</h3>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20080206horsesaroundohlone-573.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20080206horsesaroundohlone-573.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20080206horsesaroundohlone-thumb-200x150-573.jpg" width="200" height="150" alt="20080206horsesaroundohlone.jpg" class="mt-image-none" style="" /></a></span><br />
Horses next to the campus where I work. There are cattle in the hills too. I've personally seen a coyote and deer (not together though!). There have been reports of tarantulas, rattle snakes, and other wildlife.</p>

<h3>My Commute - Palm trees to Concrete</h3>

<p>These were taken while driving. Not recommended.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20080214palmtrees-576.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20080214palmtrees-576.php','popup','width=700,height=686,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20080214palmtrees-thumb-200x196-576.jpg" width="200" height="196" alt="20080214palmtrees.jpg" class="mt-image-none" style="" /></a></span><br />
Yes, there are palm trees in California!</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20080214hills-579.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20080214hills-579.php','popup','width=700,height=489,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20080214hills-thumb-200x139-579.jpg" width="200" height="139" alt="20080214hills.jpg" class="mt-image-none" style="" /></a></span> <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20080214hillswithcows-582.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20080214hillswithcows-582.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20080214hillswithcows-thumb-200x150-582.jpg" width="200" height="150" alt="20080214hillswithcows.jpg" class="mt-image-none" style="" /></a></span><br />
Green hills in February (golden brown in summer!). Cattle on the hills.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20080214notmuchtraffic-588.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20080214notmuchtraffic-588.php','popup','width=700,height=424,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20080214notmuchtraffic-thumb-200x121-588.jpg" width="200" height="121" alt="20080214notmuchtraffic.jpg" class="mt-image-none" style="" /></a></span> <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20080214blindingsun-591.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20080214blindingsun-591.php','popup','width=700,height=485,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20080214blindingsun-thumb-200x138-591.jpg" width="200" height="138" alt="20080214blindingsun.jpg" class="mt-image-none" style="" /></a></span><br />
The bad traffic jams are on the other side of the freeway! Reverse commutes are nice!</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20080214concretejungle-585.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20080214concretejungle-585.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20080214concretejungle-thumb-200x150-585.jpg" width="200" height="150" alt="20080214concretejungle.jpg" class="mt-image-none" style="" /></a></span><br />
Concrete jungle.</p>]]>

</content>
</entry>

<entry>
<title>Update for September, October, November, December</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/12/30/update-for-september-october-november-december.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6433</id>

<published>2008-12-31T01:35:49Z</published>
<updated>2009-01-03T22:00:19Z</updated>

<summary>Not much posting the last 4 months of 2008. On weekends, I&apos;ve been wrapped up in making the Quilt Block Curtains for my craft room (photos to come!), and during evenings, I&apos;ve been enjoying television sans commercials courtesy of our...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Self Improvement" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>Not much posting the last 4 months of 2008. On weekends, I've been wrapped up in making the Quilt Block Curtains for my craft room (photos to come!), and during evenings, I've been enjoying television sans commercials courtesy of our DVR.</p>

<p>I stopped crocheting at the end of July - I was bored with it and it was too hot to have yarn touching me. I've been thinking about it again though - colorful yarn is a huge draw for me!</p>

<h3>Wardrobe Upgrade</h3>

<p>I had been thinking about upgrading my &quot;look&quot; at work for about a year or more. Finding dress shoes that fit for Greg and Lauren's wedding in August was one of the triggers I needed to get started!</p>

<p>At the end of October, I began a hunt for shoes for work - <a href="http://www.zappos.com/">Zappos.com</a> is <strong>great</strong>! I ordered no less than 30 pairs of shoes from Zappos and 3 more pair from 2 other online websites. I kept 6 pair of shoes to use for work - for a total of 9 including the 3 pairs I bought in July. I also have 1 pair of Keds for home use. The remaining pairs of shoes were returned. Free shipping both ways!</p>

<p>The 9 pairs of shoes I have are: 2 brown (low heel, higher heel), 2 black (low heel, higher heel), 1 red (mid heel), 1 bone (mid heel), 1 taupe (low heel), 1 navy (low heel), 1 burgundy (low heel).</p>

<p>Since shoes for my wide feet were no longer a problem, an upgrade to my work wardrobe was in order to look a bit more professional. So, new pants were needed - pants that were not too short to wear with the new shoes! With new pants came the need for new tops. Thank goodness, JCPenney was having an excellent sale on the type of clothes I like to wear! The 2 weeks before Thanksgiving were busy, busy, busy shopping at 3 different JCPenney stores for items in my size. I even bought a $250 black, lined, long winter coat for less than $93 including tax!</p>

<p>I'm <strong>hot</strong> nearly <strong>all the time</strong>. Finding short-sleeved tops in my size, in colors I can wear, without frills and patterns (solid colors please!), wasn't easy. I found only a couple - one style that fit really well. So, I searched online and discovered I could order that top in other colors at JCPenney.com. So I did - along with several Pima Cotton (soft!) short-sleeve and 3/4-sleeve tops.</p>

<p>My wardrobe is lovely - and I feel great with my upgraded look!</p>

<p>I also bought new bathroom towels as well as new sheets and pillows for our bed! One set of sheets is deep purple, the other is deep red - very rich!</p>

<h3>The Holidays</h3>

<p>Thanksgiving was the usual quiet day. Mom and Bryan came for dinner - turkey, mashed potatoes, stuffing, pie and ice cream. We skipped vegetables in favor of more turkey, mashed potatoes, and stuffing!</p>

<p>Christmas ended up also being quiet. Greg and Lauren were expected but their flight was canceled. Because flights were filled with other holiday travelers and passengers from flights canceled in previous days during the snow storm, alternative flights were not available. So, they stayed in Oregon this year. Hopefully, they'll come down in spring for a long weekend. Mom and Bryan came for Christmas Eve dinner - Bill's wonderful cheesy lasagna!, garlic bread, and pie. Mom came over again for dinner on Christmas Day for yummy lasagna leftovers. We again skipped veggies both days in favor of more garlic bread and lasagna!</p>

<h3>Entertainment</h3>

<h4>DVDs</h4>

<p>Through ebay or Amazon, I've bought Seasons 1-4 of Lost, Seasons 1-3 of Prison Break, and Seasons 1-2 of Heroes. While I've already seen these shows, I wanted something I could listen to - but not necessarily have to <strong>watch</strong> - while working on projects in my craft room. It's been great! I've caught a few things I missed the first time around in all 3 of those television series. I've also ordered the 4-disc collector's series DVD set of Gone with the Wind.</p>

<h4>Books</h4>

<p>I don't read novels much, but I recently decided I wanted to read some of the classic stories that I missed in high school and wasn't assigned in college - as well as books I liked and want to re-read. The idea is to have books on hand to read here and there. I will keep the books I like so I can re-read them when I want to, and will donate the books I don't want to keep to the college library.</p>

<p>To start with, I have recently acquired:</p>

<ul>
<li>Little Women, Little Men, Jo's Boys by Louisa May Alcott (3 books combined in one hardback book) - childhood favorites</li>
<li>A Christmas Carol by Charles Dickens</li>
<li>Dracula by Bram Stoker</li>
<li>Uncle Tom's Cabin by Harriet Beecher Stowe</li>
<li>Frankenstein by Mary Shelley</li>
<li>A Tale of Two Cities by Charles Dickens</li>
<li>Pygmalion by George Bernard Shaw</li>
<li>Gone with the Wind by Margaret Mitchell - another favorite</li>
<li>The Hobbit and The Lord of the Rings series by J.R. Tolkien (box set of 4 books) - I generally don't like fantasy but I thought I'd give it a chance</li>
</ul>

<h4>Music</h4>

<p>After buying Melissa Etheridge's Christmas CD <cite>A New Thought For Christmas</cite> - which is <strong>excellent</strong>! - I fell in love with bluesy Christmas music. So, I bought several blues Christmas music CDs and discovered that Charles Brown and B.B. King have great Christmas albums!</p>

<h3>Finances</h3>

<p>Lots of spending in the past few months. But it's over now - at least for a while. I checked my retirement account savings balance yesterday and am disappointed, but not surprised considering the market slide in the past months, to see that it's down about $80,000! Ack!</p>]]>

</content>
</entry>

<entry>
<title>Upgraded to MT 4.23</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/12/30/upgraded-to-mt-423.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6432</id>

<published>2008-12-31T00:10:51Z</published>
<updated>2009-01-04T23:56:24Z</updated>

<summary>Believe it or not, it has taken most of the time between 9:00am and 3:30pm to upgrade from Movable Type 4.1 to Movable Type 4.23. The process would have been smoother if I hadn&apos;t had to create a bunch of...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="This Site" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>Believe it or not, it has taken most of the time between 9:00am and 3:30pm to upgrade from Movable Type 4.1 to Movable Type 4.23. The process would have been smoother if I hadn't had to create a bunch of redirects in .htaccess when I upgraded to MT 4.1 (because I changed from using _ to - in filenames and directory names). I've now removed all those redirects (if old links on other websites aren't corrected by now, oh well!).</p>

<p>A few things to note about the upgrade to MT 4.23:</p>

<ul>
<li>The /mt-static/images/tab-bg-yah.gif file is missing from the downloaded zip file - search Google for tab-bg-yah.gif to find it.</li>
<li>The path used by the HTML files that display popup images changed from the directory designated during an image upload to the /assets_c/YYYY/MM/ directory. For example, it changed from:
http://www.domain.com/images2008/20080803filename.html
to
http://www.domain.com/assets_c/2008/08/20080803filename.html</li>
<li>The thumbnail image created by MT during an image upload used to be stored in the directory designated during the image upload (such as /images2008/). It is now stored in the /assets_c/YYYY/MM/ directory where YYYY/MM is the month and year the image was uploaded.</li>
<li>The large image is still stored in the directory designated during the image upload (such as /images2008/)</li>
<li>Upgrading the MySQL database (mt-upgrade.cgi) didn't work properly using Firefox 2.x (kept hanging - not continuing - so I switched to IE 7.x to finish the process.</li>
</ul>

<p>[Update January 4, 2009] Well, as it turns out, the assets_c directory can be renamed by adding a single line to the config file (via <a href="http://www.yinfor.com/blog/archives/lamp/">Assets Directory of MovableType</a>). As I had been doing prior to the upgrade to MT 4.23, he uses .htaccess to change underscore characters to a hyphen (dash). To change the name of the assets directory: add this line to the mt.config.cgi file:</p>

<p>AssetCacheDir /assets-c</p>]]>

</content>
</entry>

<entry>
<title>Completed Projects for 2008</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/12/30/completed-projects-for-2008.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6428</id>

<published>2008-12-30T23:35:26Z</published>
<updated>2009-01-03T22:00:19Z</updated>

<summary>I busily crocheted for the first 7 months this year and then burnt out on crocheting. I did, however, begin the first step in quilting: cutting fabric into squares, rectangles, and triangles and then sewing them together. Using the pieced...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Crochet General" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Sewing, Quilting General" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>I busily crocheted for the first 7 months this year and then burnt out on crocheting. I did, however, begin the first step in quilting: cutting fabric into squares, rectangles, and triangles and then sewing them together. Using the pieced squares, I made Quilt Block Curtains to hang in my craft room.</p>

<p>When crocheting, I sit in the living room and watch TV while following a pattern in a book or making it up as I go after I've selected the yarn to be used. I don't need to move for hours!</p>

<p>Quilting is much more interactive. I sit or stand and think and select a pattern to use. I stand and think and select fabric and measure fabric and cut fabric. And, I sit and think and move between the work table and the sewing machine to layout fabric pieces and pin them together to be sewn and then sew them - and sometimes pull out the stitches and restitch. A DVR-recorded television show or DVD or music CD is playing in the background.</p>

<h3>2008 Projects in Review</h3>

<p><span class="highlight">Crochet:</span> 19 lap blankets for donation; 1 lap blanket for a gift; 1 round lap blanket for me.</p>

<p><span class="highlight">Knitting:</span> Nada. Nothing.</p>

<p><span class="highlight">Sewing and Quilting:</span> 1 set of quilt-top curtains using 24 12-1/4&Prime; blocks; 12 12&Prime; quilt blocks.</p>

<p><span class="highlight">The Project List:</span></p>

<ol>
      <li>Quilt Block Curtains for craft room using 24 varied 12-1/4&Prime; quilt blocks (start Jul. 13; finish Dec. 20)</li>
      <li>24 12 1/4&Prime; (including 1/4&Prime; seam allowance) varied quilt blocks for Quilt Block Curtains for craft room (start Jul. 19; finish Nov. 2)</li>
      <li>12 12&Prime; (including 1/4&Prime; seam allowance) varied quilt blocks left over to use for a quilt (start Jul. 19; finish Nov. 2)</li>
      <li>Primary Colors Granny Square Lap Blanket - Blue, Green, Red, Multis of Blue / Green / Red, black (start Jul. 5; finish Jul. 23)</li>
      <li>Custom Granny Square Lap Blanket - Print Pastels, Blue, Yellow, Pink (start Jun. 29; finish Jul. 7)</li>
      <li>Granny Square Lap Blanket - Pinks, Blue, White, Beige, Yellow, Baby Pastels (start Jun. 22; finish Jun. 29)</li>
      <li>Hexagon Lap Blanket - Greys, Red, White (start Jun. 8; too hot to continue hiding yarn ends Jun. 18; finish Jun. 29)</li>
      <li>Blue and Gold Blocks Lap Blanket - Blue, Gold, Green, Red, Orange (start May 31; too hot to continue hiding yarn ends Jun. 8; finish Jun. 29)</li>
      <li>Granny Squares with Flowers Lap Blanket - Scraps (start May 18; finish May 31)</li>
      <li>Flower Centers Granny Square Lap Blanket - Melon, Purple, Yellow, Baby Print, Light Yellow, White (start May 3; finish May 18)</li>
      <li>Round Wheel Lap Blanket - Burgundy, Multi (start Apr. 14; finish May 3)</li>
      <li>4-Patch Granny Lap Blanket - Pink, Blue (start Apr. 3; finish Apr. 11)</li>
      <li>Double Crochet Striped Squares Lap Blanket - Pink, Blue, White, Purples (start Mar. 19; finish Apr. 1)</li>
      <li>Flowers in Snow Granny Square Lap Blanket - White, Coral, Green, White-Pink-Green-Yellow Multi (start Mar. 28; finish Mar. 31)</li>
      <li>Panel Variety Lap Blanket - Green, Purple, Off-White (start Mar. 20; finish Mar. 24)</li>
      <li>6-patch Striped Squares Lap Blanket - Pink, Off-White (start Mar. 10; finish Mar. 18)</li>
      <li>Steps with Ruffle Border Lap Blanket - Red, White (start Mar. 2; finish Mar. 9)</li>
      <li>Offset Log Cabin Lap Blanket - Greens, White, Black (start Feb. 23; finish Mar. 2)</li>
      <li>Log Cabin Lap Blanket - Greens, White, Black (start Feb. 17; finish Feb. 23)</li>
      <li>Double Crochet Scraps Panels with Black Lap Blanket (start Feb. 13; finish Feb. 17)</li>
      <li>Granny Square Lap Blanket - White, Greens, Pinks, Yellows, Blues, Grey, Purple (start Feb. 10 using leftover squares from blanket just finished; finished Feb. 12)</li>
      <li>Granny Square Lap Blanket - White, Tan, Greens, Pinks, Yellows, Blues (start Jan. 22, 2007; put aside early Feb. after 20 squares; picked up again May 28; put down again May 29, 2007; finally finished Feb. 10, 2008)</li>
      <li>Flower Picture Afghan Lap Blanket - White, Reds, Greens (start Jan. 21; finish Feb. 7)</li>
      <li>Filet Pinwheel Granny Square Lap Blanket - Greens (start Jan. 2; finish Jan. 14)</li>
</ol>

<p>Projects started in 2008 but not completed yet:</p>

<ul>
<li>Quilt using 12 12&Prime; (including 1/4&Prime; seam allowance) left over varied quilt blocks from Quilt Block Curtains (start Jul. 2008; 12 blocks done Nov. 2; quilt top in progress)</li>
<li>Houses art quilt - fusing (start Oct. 17, 2008; in limbo)</li>
<li>Garden art quilt - fusing (start Oct. 16, 2008; in limbo)</li>
<li>Hexagon Mile-A-Minute Lap Blanket - Blue, White, Blue-White Multi (start Jul. 24; got bored with crocheting and too hot so in limbo)</li>
<li>Ripple Lap Blanket - Multi, Burgundy (start Jan. 15; got bored with it so in limbo)</li>
<li>Ripple Lap Blanket - White, Lavender (start May 29, 2007; Jun. 2 put aside for Pineapple Blanket, then Babette Blanket; still in limbo)</li>
</ul>

<p>Projects started in 2006 but put not completed yet:</p>

<ul>
<li>Keepsake Kitty Wall Hanging (start May 7, 2006; top nearly done except for applique tail Jun. 2, 2006; now in limbo; March 2008 sewed/appliqued the cat's tail onto the pattern; again in limbo; Dec. 2008 began quilting the top-batting-backing "sandwich")</li>
</ul>]]>

</content>
</entry>

<entry>
<title>Lap Blankets for donation</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/12/30/lap-blankets-for-donation.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6429</id>

<published>2008-12-30T23:18:43Z</published>
<updated>2009-01-03T22:00:19Z</updated>

<summary>In 2008 through July 23, I made 19 lap blankets to be donated. (No wonder I was tired of crocheting by then!) They haven&apos;t been dropped off yet, but I plan to do so tomorrow. Left: Log Cabin Lap Blanket...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Crochet Donations" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Lap Blankets-Crochet" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">
<![CDATA[<form mt:asset-id="564" class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/assets-c/2008/12/20081227lapbktsfordonation2008-564.php" onclick="window.open('http://www.tamemymind.com/blog/assets-c/2008/12/20081227lapbktsfordonation2008-564.php','popup','width=800,height=455,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/assets-c/2008/12/20081227lapbktsfordonation2008-thumb-100x56-564.jpg" width="100" height="56" alt="20081227lapbktsfordonation2008.jpg" class="mt-image-none" style="" /></a></form>]]>
<![CDATA[<p>In 2008 through July 23, I made 19 lap blankets to be donated. (No wonder I was tired of crocheting by then!) They haven't been dropped off yet, but I plan to do so tomorrow.</p>

<p>Left:</p>

<ol>
<li>Log Cabin Lap Blanket - Greens, White, Black</li>
<li>Panel Variety Lap Blanket - Green, Purple, Off-White</li>
<li>Pinwheel Filet Granny Squares Lap Blanket - Greens</li>
<li>Granny Square Lap Blanket - White, Greens, Pinks, Yellows, Blues</li>
<li>Flower Picture Afghan Lap Blanket</li>
<li>Offset Log Cabin Lap Blanket - Greens, White, Black</li>
<li>Granny Square Lap Blanket - White, Tan, Greens, Pinks, Yellows, Blues</li>
<li>4-Patch Granny Lap Blanket - Pink, Blue</li>
<li>Steps with Ruffle Border Lap Blanket - Red, White</li>
<li>Custom Granny Square Lap Blanket - Print Pastels, Blue, Yellow, Pink</li>
</ol>

<p>Right:</p>

<ol>
<li>6-patch Striped Squares Lap Blanket - Pink, Off-White</li>
<li>Granny Squares with Flowers Lap Blanket - Blue and Pastel Scraps</li>
<li>Flowers in Snow Granny Square Lap Blanket - White, Coral, Green, White-Pink-Green-Yellow Multi</li>
<li>Blue and Gold Blocks Lap Blanket - Blue, Gold, Green, Red, Orange</li>
<li>Granny Square Lap Blanket - Pinks, Blue, White, Beige, Yellow, Baby Pastels</li>
<li>Hexagon Lap Blanket - Greys, Red, White</li>
<li>Primary Colors Granny Square Lap Blanket - Blue, Green, Red, Multis of Blue, Green, Red</li>
<li>Double Crochet Striped Squares Lap Blanket - Pink, Blue, Green, White, Purples</li>
<li>Double Crochet Scraps Panels with Black Lap Blanket</li>
</ol>]]>

</content>
</entry>

<entry>
<title>19 pieced quilt blocks</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/11/03/19-pieced-quilt-blocks.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6427</id>

<published>2008-11-04T00:35:43Z</published>
<updated>2009-01-03T22:00:19Z</updated>

<summary>More quilt blocks for the craft room curtain project. These were made during weekends between August 3 and November 1. I need 24 quilt blocks. On Saturday morning, I finished the 24th block and squared all 24 quilt blocks. 12...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Quilt Blocks" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>More quilt blocks for the craft room curtain project. These were made during weekends between August 3 and November 1.</p>

<p>I need 24 quilt blocks. On Saturday morning, I finished the 24th block and squared all 24 quilt blocks.</p>

<p>12 blocks measure 12 inches and the other 12 measure 12 1/4 inches (including the 1/4 seam allowances). If I trim the 12 1/4-inch squares to 12 inches, I'll cut off points and narrow squares on the edges. So, I decided to make 12 more quick quilt blocks with 16 3-inch squares - these measure 12 1/4 for the most part. If needed, I'll trim them to 12 1/4 inches.</p>

<p>Last weekend, I spent more time playing with the sewing machine, measuring seams sewed with the 1/4-inch quilting foot. I found some basting tape in a drawer and marked off 1/4-inch next to the foot. That has helped me get more accurate 1/4-inch seams.</p>

<p>Each of these are (supposed to be) 12-inch blocks. The additional 12 16-square blocks are done but are not included below.</p>

<p>Flower Pot</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-flowerpot-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-flowerpot-12in.php','popup','width=500,height=475,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-flowerpot-12in-thumb-300x285.jpg" width="300" height="285" alt="quiltblock-flowerpot-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Flutter Wheel</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-flutterwheel-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-flutterwheel-12in.php','popup','width=500,height=488,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-flutterwheel-12in-thumb-300x292.jpg" width="300" height="292" alt="quiltblock-flutterwheel-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Flying Dutchman</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-flyingdutchman-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-flyingdutchman-12in.php','popup','width=500,height=485,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-flyingdutchman-12in-thumb-300x291.jpg" width="300" height="291" alt="quiltblock-flyingdutchman-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Gentleman's Fancy</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-gentlemensfancy-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-gentlemensfancy-12in.php','popup','width=500,height=487,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-gentlemensfancy-12in-thumb-300x292.jpg" width="300" height="292" alt="quiltblock-gentlemensfancy-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>]]>
<![CDATA[<p>Jacob's Ladder</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-jacobsladder-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-jacobsladder-12in.php','popup','width=500,height=497,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-jacobsladder-12in-thumb-300x298.jpg" width="300" height="298" alt="quiltblock-jacobsladder-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Arrow Star</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-arrowstar-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-arrowstar-12in.php','popup','width=500,height=506,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-arrowstar-12in-thumb-300x303.jpg" width="300" height="303" alt="quiltblock-arrowstar-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Bright Stars</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-brightstars-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-brightstars-12in.php','popup','width=500,height=492,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-brightstars-12in-thumb-300x295.jpg" width="300" height="295" alt="quiltblock-brightstars-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Chain</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-chain-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-chain-12in.php','popup','width=500,height=495,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-chain-12in-thumb-300x297.jpg" width="300" height="297" alt="quiltblock-chain-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Maple Leaf</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-mapleleaf-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-mapleleaf-12in.php','popup','width=490,height=482,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-mapleleaf-12in-thumb-300x295.jpg" width="300" height="295" alt="quiltblock-mapleleaf-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Checkerboard</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-checkerboard-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-checkerboard-12in.php','popup','width=500,height=487,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-checkerboard-12in-thumb-300x292.jpg" width="300" height="292" alt="quiltblock-checkerboard-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Rail Fence</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-railfence-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-railfence-12in.php','popup','width=500,height=485,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-railfence-12in-thumb-300x291.jpg" width="300" height="291" alt="quiltblock-railfence-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Three Steps</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-threesteps-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-threesteps-12in.php','popup','width=500,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-threesteps-12in-thumb-300x288.jpg" width="300" height="288" alt="quiltblock-threesteps-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Puss in the Corner</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-pussinthecorner-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-pussinthecorner-12in.php','popup','width=500,height=483,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-pussinthecorner-12in-thumb-300x289.jpg" width="300" height="289" alt="quiltblock-pussinthecorner-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Friendship Star</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-friendshipstar-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-friendshipstar-12in.php','popup','width=500,height=492,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-friendshipstar-12in-thumb-300x295.jpg" width="300" height="295" alt="quiltblock-friendshipstar-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Aircraft</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-aircraft-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-aircraft-12in.php','popup','width=500,height=490,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-aircraft-12in-thumb-300x294.jpg" width="300" height="294" alt="quiltblock-aircraft-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Beacon Lights</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-beaconlights-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-beaconlights-12in.php','popup','width=500,height=475,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-beaconlights-12in-thumb-300x285.jpg" width="300" height="285" alt="quiltblock-beaconlights-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Mineral Wells</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-mineralwells-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-mineralwells-12in.php','popup','width=500,height=483,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-mineralwells-12in-thumb-300x289.jpg" width="300" height="289" alt="quiltblock-mineralwells-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Spider's Den</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-spidersden-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-spidersden-12in.php','popup','width=500,height=481,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-spidersden-12in-thumb-300x288.jpg" width="300" height="288" alt="quiltblock-spidersden-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>Snowflake</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-snowflake-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-snowflake-12in.php','popup','width=500,height=479,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-snowflake-12in-thumb-300x287.jpg" width="300" height="287" alt="quiltblock-snowflake-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>]]>
</content>
</entry>

<entry>
<title>Photos of my craft room</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/09/01/photos-of-my-craft-room.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6426</id>

<published>2008-09-01T22:25:00Z</published>
<updated>2009-01-03T22:00:19Z</updated>

<summary>These photos were taken on August 3 after a few weekends of quilt block piecing. From the doorway: From the opposite corner:...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Crafts General" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Crochet General" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Knit General" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Sewing, Quilting General" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>These photos were taken on August 3 after a few weekends of quilt block piecing.</p>

<p>From the doorway:</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/20080803craftroom4.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/20080803craftroom4.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/20080803craftroom4-thumb-200x150.jpg" width="200" height="150" alt="20080803craftroom4.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span> <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/20080803craftroom5.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/20080803craftroom5.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/20080803craftroom5-thumb-200x150.jpg" width="200" height="150" alt="20080803craftroom5.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span><br clear="all" /></p>

<p>From the opposite corner:</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/20080803craftroom1.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/20080803craftroom1.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/20080803craftroom1-thumb-200x150.jpg" width="200" height="150" alt="20080803craftroom1.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span> <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/20080803craftroom2.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/20080803craftroom2.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/20080803craftroom2-thumb-200x150.jpg" width="200" height="150" alt="20080803craftroom2.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span> <span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/20080803craftroom3.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/20080803craftroom3.php','popup','width=700,height=525,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/20080803craftroom3-thumb-200x150.jpg" width="200" height="150" alt="20080803craftroom3.jpg" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></a></span><br clear="all" /></p>]]>

</content>
</entry>

<entry>
<title>6 pieced quilt blocks</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/09/01/6-pieced-quilt-blocks.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6425</id>

<published>2008-09-01T21:53:28Z</published>
<updated>2009-01-03T22:00:19Z</updated>

<summary>The first block I made is 10 inches, the rest are 12 inches. I&apos;ve settled on making enough 12-inch blocks to sew together and then use to make curtains for the craft room! Unless I decide to start making blocks...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Quilt Blocks" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>The first block I made is 10 inches, the rest are 12 inches. I've settled on making enough 12-inch blocks to sew together and then use to make curtains for the craft room! Unless I decide to start making blocks in varying sizes (instead of sticking with only 12-inch blocks), the 10-inch Cross and Crown block won't be used for the curtain project.</p>

<p>10&Prime; Cross and Crown (top: start Jul. 12; finish Jul. 13)</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-crossandcrown-10in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-crossandcrown-10in.php','popup','width=500,height=491,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-crossandcrown-10in-thumb-300x294.jpg" width="300" height="294" alt="quiltblock-crossandcrown-10in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>12&Prime; Basket (top: start/finish Jul. 19)</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-basket-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-basket-12in.php','popup','width=500,height=490,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-basket-12in-thumb-300x294.jpg" width="300" height="294" alt="quiltblock-basket-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>12&Prime; Card Trick (top: start Jul. 20; finish Jul. 27)</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-cardtrick-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-cardtrick-12in.php','popup','width=500,height=480,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-cardtrick-12in-thumb-300x288.jpg" width="300" height="288" alt="quiltblock-cardtrick-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>12&Prime; Churn Dash (top: start/finish Jul. 27)</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-churndash-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-churndash-12in.php','popup','width=500,height=493,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-churndash-12in-thumb-300x295.jpg" width="300" height="295" alt="quiltblock-churndash-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>12&Prime; Dove-in-the-Window (top: start Jul. 27; finish Aug. 2)</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-doveinthewindow-12in.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-doveinthewindow-12in.php','popup','width=500,height=494,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-doveinthewindow-12in-thumb-300x296.jpg" width="300" height="296" alt="quiltblock-doveinthewindow-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>12&Prime; Dublin Steps (top: start Aug. 2; finish Aug. 3)</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.tamemymind.com/blog/images2008/quiltblock-dublinsteps-12in1.php" onclick="window.open('http://www.tamemymind.com/blog/images2008/quiltblock-dublinsteps-12in1.php','popup','width=500,height=471,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img src="http://www.tamemymind.com/blog/images2008/quiltblock-dublinsteps-12in-thumb-300x282.jpg" width="300" height="282" alt="quiltblock-dublinsteps-12in.jpg" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>

<p>I'm finding it challenging to keep a 1/4-inch seam. In fact, the 10-inch block actually varies from 9 1/2 to almost 10-inches - not quite square! But, it's the first one! I'm thinking about taking a quilting class to help me get over the learning hump and get more comfortable with cutting pieces and sewing and then the actual quilting and finishing of a quilt.</p>

<p>I've signed up to take 2 art quilt workshops taught by Laura Wasilowski of <a href="http://www.artfabrik.com">ArtFabrik.com</a> and the <a href="http://artfabrik.com/csof.html">Chicago School of Fusing</a>. Fusing is quilting without piecing - i.e., without sewing the pieces together. I'm very excited!</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.artfabrik.com/"><img alt="ss-artquilts-artfabrik.jpg" src="http://www.tamemymind.com/blog/images2008/ss-artquilts-artfabrik.jpg" width="400" height="105" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></span></p>]]>

</content>
</entry>

<entry>
<title>Update for August</title>
<link rel="alternate" type="text/html" href="http://www.tamemymind.com/blog/2008/08/31/update-for-august.php" />
<id>tag:www.tamemymind.com,2008:/blog3//11.6423</id>

<published>2008-09-01T01:05:42Z</published>
<updated>2009-01-03T22:00:19Z</updated>

<summary>A month since my last post! I&apos;m just not feeling bloggy. Here&apos;s an update: My son is married! Greg and Lauren tied the knot in a simple ceremony on August 8. I flew in Thursday evening and flew back Friday...</summary>
<author>
<name>Cheryl</name>
<uri>http://www.tamemymind.com/blog/</uri>
</author>

<category term="Crochet General" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Home Improvement" scheme="http://www.sixapart.com/ns/types#category" />

<category term="NASCAR / Kyle Busch" scheme="http://www.sixapart.com/ns/types#category" />

<category term="NASCAR / Tony Stewart" scheme="http://www.sixapart.com/ns/types#category" />

<category term="Self Improvement" scheme="http://www.sixapart.com/ns/types#category" />


<content type="html" xml:lang="en" xml:base="http://www.tamemymind.com/blog/">

<![CDATA[<p>A month since my last post! I'm just not feeling bloggy. Here's an update:</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="20080808greglaurenweddingrings.jpg" src="http://www.tamemymind.com/blog/images2008/20080808greglaurenweddingrings.jpg" width="250" height="210" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></span><strong>My son is married!</strong> Greg and Lauren tied the knot in a simple ceremony on August 8. I flew in Thursday evening and flew back Friday evening after a nice lunch for just the 3 of us after the ceremony. They took off for the weekend on a short honeymoon to the wine country about an hour away from where they live. Then, on Monday, Greg started his new job as an attorney working for a mid-sized litigation firm. Whew - big changes!</p>

<p><strong>My new shoes</strong>: The <a href="http://www.tamemymind.com/blog/2008/07/31/clothes-and-shoes.php">brown Ros Rhommerson Cynthia shoes</a> I wore at my son's marriage ceremony are comfortable - as long as I don't walk in them. Ack!</p>

<p>The muscles in my feet, ankles, knees, and lower back just weren't up to walking in 2 1/2 inch heels! Now, the black Hugh Puppies Sara shoes with a 1 1/4 inch heel don't hurt me nearly as much!</p>

<p>I don't think the problem with the brown shoes is the shoes - as I said, they're comfortable. I do think the problem is that I'm so used to wearing fully-padded New Balance walking shoes with basically no heal height, that the muscles needed to walk in 2 1/2 inch heels just aren't up to snuff! Because of that, I haven't yet worn the black shoes with 2 1/2 inch heels!</p>

<p><strong>Our home</strong>: We're having 5 of the windows in our house replaced on Tuesday - livingroom, kitchen (front window), craft room, bathroom, and TV room - by <a href="http://www.americanvisionwindows.com/">American Vision Windows</a>.</p>

<p>After that's done, we're thinking about hiring a painter to finish painting the outside trim (a project started last summer but not finished) and paint the house (we're still not happy with the <a href="http://www.tamemymind.com/blog/2007/10/10/is-this-the-color-of-your-house.php">medium grey colored stucco</a>). I'm now thinking a creamy light yellow which will work fine with the white trim.</p>

<p><strong>Bryan brought a girl for dinner!</strong> My stepson brought his latest girlfriend Brit to our house for dinner last night - something neither Bill nor I can remember him ever doing before!</p>

<p>Together, Bill and I have joked that, since Billy got married on 7/7/2007 and Greg got married on 8/8/2008 that Bryan may get married on 9/9/2009.</p>

<p>In fun, we mentioned that to Bryan several weeks ago and he responded that maybe 12/12/2012 would be the date he gets married! Of course, there's no rush for him to get married! I just thought it interesting that he brought Brit over for dinner.</p>

<p><strong>Crocheting</strong>: No crocheting in the past 4 weeks or so. Just not into it right now.</p>

<p><strong>Quilting / sewing</strong>: I bought storage containers and many more fat quarters at JoAnn Fabrics (I couldn't resist the 99&cent; sale!) to add to my fabric collection. The weather has been hot so it's taken some effort to get around to washing and ironing all the new fabric - but I just finished this afternoon.</p>

<p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="20080830kylebusch.jpg" src="http://www.tamemymind.com/blog/images2008/20080830kylebusch.jpg" width="310" height="240" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /></span> <strong>NASCAR</strong>: Kyle Busch won his 18th race of the year last night! As I type this, he's working on his 9th Cup series win! Tony Stewart hasn't (yet!) won a race, but at this moment he's one of the 12 drivers qualifying to be in the Chase for the Cup and he still has a chance to win this year's championship!<br clear="all" /></p>]]>

</content>
</entry>

</feed>

