<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Tutorials/Tips &#8211; Dabbled</title>
	<atom:link href="https://dabbled.org/tag/tutorialstips/feed/" rel="self" type="application/rss+xml" />
	<link>https://dabbled.org</link>
	<description>Experiments in Art, Craft, and Food - an archive</description>
	<lastBuildDate>Wed, 04 Apr 2018 21:28:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">145231836</site>	<item>
		<title>WordPress tips &#8211; Layout of multiple images in a post.</title>
		<link>https://dabbled.org/wordpress-tips-layout-of-multiple-images-in-a-post/</link>
					<comments>https://dabbled.org/wordpress-tips-layout-of-multiple-images-in-a-post/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:01:12 +0000</pubDate>
				<category><![CDATA[website design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=3085</guid>

					<description><![CDATA[<p>When you&#8217;re new to WordPress, working with multiple images in a post can be frustrating.  If you just want to insert a single floating picture, it&#8217;s easy, but what if you have multiples close together?  Well, there may be other ways to handle this issue (in fact, I&#8217;ve used several myself, including the gallery feature, using tables, and so forth), but this is one quick fix on how to get your images looking like they should, that just takes adding a line of HTML to the post.&#8230; <a href="https://dabbled.org/wordpress-tips-layout-of-multiple-images-in-a-post/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p>When you&#8217;re new to WordPress, working with multiple images in a post can be frustrating.  If you just want to insert a single floating picture, it&#8217;s easy, but what if you have multiples close together?  Well, there may be other ways to handle this issue (in fact, I&#8217;ve used several myself, including the gallery feature, using tables, and so forth), but this is one quick fix on how to get your images looking like they should, that just takes adding a line of HTML to the post.  So if this has always bugged you, read on!  And if you know of other good quick fixes for image issues like this, leave them in the comments!</p>
<h2>Two Side by Side</h2>
<p><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/01/Steamer-Parts.jpg"><img decoding="async" class="alignleft size-medium wp-image-392" title="Steamer Parts" src="" alt="" width="265" /></a><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/frying1.jpg"><img decoding="async" class="alignright size-medium wp-image-438" title="frying1" src="" alt="" width="265" /></a></p>
<div style="clear: both;">Two pictures, inserted at medium size.  First one is Left, second one is Right.<br />
Key:  After inserting the pictures, add this in the html</div>
<p><strong>&lt;div style=&#8221;clear: both;&#8221;&gt;&lt;/div&gt;</strong></p>
<p>AND SAVE IT, without going back to Visual Mode!  (If you save in Visual mode you&#8217;ll delete the div tag)  so you may want to do this LAST.</p>
<h2>Single images, with text beside them:</h2>
<p><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/lemons.jpg"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-514" title="lemons" src="" alt="" width="300" height="225" /></a> This is text that shows us beside the image.  These might be steps in a recipe, for example</p>
<p>test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test</p>
<div style="clear: both;"></div>
<p><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/freezing.jpg"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-516" title="freezing" src="" alt="" width="300" height="208" /></a>Second set of text that shows us beside the image.</p>
<p>test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test</p>
<div style="clear: both;">The div line above is inserted AFTER the text.  Again, do this last and in HTML mode.</div>
<p>The HTML for this last part looks like this:<br />
<em><br />
&lt;h2&gt;Single images, with text beside them:&lt;/h2&gt;<br />
&lt;a href=&#8221;http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/lemons.jpg&#8221;&gt;&lt;img title=&#8221;lemons&#8221; src=&#8221;http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/lemons-300&#215;225.jpg&#8221; alt=&#8221;&#8221; width=&#8221;300&#8243; height=&#8221;225&#8243; /&gt;&lt;/a&gt; This is text that shows us beside the image. </em></p>
<p><em>test text<br />
&lt;div style=&#8221;clear: both;&#8221;&gt;    &lt;/div&gt;</em></p>
<p><em>&lt;a href=&#8221;http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/freezing.jpg&#8221;&gt;&lt;img src=&#8221;http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/freezing-300&#215;208.jpg&#8221; alt=&#8221;&#8221; title=&#8221;freezing&#8221; width=&#8221;300&#8243; height=&#8221;208&#8243; /&gt;&lt;/a&gt;This is text that shows us beside the image. </em></p>
<p><em>test text<br />
&lt;div style=&#8221;clear: both;&#8221;&gt;    &lt;/div&gt;</em></p>
<p><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/EGGS.jpg"><img decoding="async" loading="lazy" class="alignright size-medium wp-image-515" title="EGGS" src="" alt="" width="300" height="300" /></a>Here is the same thing, except with a right picture.  Works the same way as the left.</p>
<div style="clear: both;">And finally&#8230; you can also put your text that goes under the picture inside those div tags.  That will clear the float and move it to the next line.  This also seems to have less of an issue with WP deleting the div tags.</div>
<p>For just a picture by itself (no float) just use the None option when inserting the photo.</p>
<p>Hope this is useful to you!  It was to me :)  I try not to post too much web design related stuff here, since it&#8217;s not really the topic of this blog, but I figured this would be more universally useful.  <em>If you&#8217;re into this stuff, I post more if it at the DabbledStudios blog &#8211; latest was a post on <a href="http://dabbledstudios.com/contact-form-7-fix-what-do-try-when-you-get-the-failed-to-send-message">troubleshooting problems with Contact Form 7</a>, if you&#8217;re interested!</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/wordpress-tips-layout-of-multiple-images-in-a-post/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3085</post-id>	</item>
		<item>
		<title>Halloween Craft: Spooky Tree for $1</title>
		<link>https://dabbled.org/halloween-craft-spooky-tree-for-1/</link>
					<comments>https://dabbled.org/halloween-craft-spooky-tree-for-1/#comments</comments>
		
		<dc:creator><![CDATA[HeatherM]]></dc:creator>
		<pubDate>Thu, 01 Oct 2009 14:15:53 +0000</pubDate>
				<category><![CDATA[Guest]]></category>
		<category><![CDATA[Halloween]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[dollar store]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[project]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=1817</guid>

					<description><![CDATA[<p style="text-align: center"><em><a href="http://dollarstorecrafts.com/wp-content/uploads/2009/09/hweentreebranch.jpg"></a><a href="http://dabbled.org/wp-content/uploads/2009/09/hweentreebranch.jpg"></a><br />
</em></p>
<p><em>Hi! I&#8217;m Heather from <a href="http://dollarstorecrafts.com">Dollar Store Crafts</a>, a daily blog devoted to making cool crafts with dollar store stuff. I&#8217;m so excited to be swapping posts with Dot!</em></p>
<p>Fall is here, and with it, an abundance of oak leaves and branches in my yard! I love our old-growth oak trees, but they sprinkle me with more presents than I can handle. What to do with nature&#8217;s bounty? Craft with it!&#8230; <a href="https://dabbled.org/halloween-craft-spooky-tree-for-1/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p style="text-align: center"><em><a href="http://dollarstorecrafts.com/wp-content/uploads/2009/09/hweentreebranch.jpg"></a><a href="http://dabbled.org/wp-content/uploads/2009/09/hweentreebranch.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1816" src="http://dabbled.org/wp-content/uploads/2009/09/hweentreebranch.jpg" alt="hweentreebranch" width="400" height="418" srcset="https://dabbled.org/wp-content/uploads/2009/09/hweentreebranch.jpg 400w, https://dabbled.org/wp-content/uploads/2009/09/hweentreebranch-334x350.jpg 334w" sizes="(max-width: 400px) 100vw, 400px" /></a><br />
</em></p>
<p><em>Hi! I&#8217;m Heather from <a href="http://dollarstorecrafts.com">Dollar Store Crafts</a>, a daily blog devoted to making cool crafts with dollar store stuff. I&#8217;m so excited to be swapping posts with Dot!</em></p>
<p>Fall is here, and with it, an abundance of oak leaves and branches in my yard! I love our old-growth oak trees, but they sprinkle me with more presents than I can handle. What to do with nature&#8217;s bounty? Craft with it! I spent a couple minutes gathering branches to transform into this spooky Halloween-themed tree. Ornaments are quick and easy: dollar store erasers!</p>
<p style="text-align: center"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1815" src="http://dabbled.org/wp-content/uploads/2009/09/hweentreebranch3.jpg" alt="hweentreebranch3" width="400" height="267" srcset="https://dabbled.org/wp-content/uploads/2009/09/hweentreebranch3.jpg 400w, https://dabbled.org/wp-content/uploads/2009/09/hweentreebranch3-350x233.jpg 350w" sizes="(max-width: 400px) 100vw, 400px" /></p>
<p><span style="text-decoration: underline;">Project Estimate:</span></p>
<ul>
<li>Tree branches, gathered from outside</li>
<li>Halloween erasers, $1</li>
<li>Ribbon, on hand</li>
<li>Acrylic craft paint, on hand</li>
<li>A mug, cup, jar, etc., on hand</li>
<li>Floral foam, on hand (or use playdough or dried beans)</li>
<li>Hot glue, on hand</li>
</ul>
<p><strong>Total cost: $1 and up</strong></p>
<p style="text-align: center"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1813" src="http://dabbled.org/wp-content/uploads/2009/09/hweenornaments.jpg" alt="hweenornaments" width="400" height="267" srcset="https://dabbled.org/wp-content/uploads/2009/09/hweenornaments.jpg 400w, https://dabbled.org/wp-content/uploads/2009/09/hweenornaments-350x233.jpg 350w" sizes="(max-width: 400px) 100vw, 400px" /></p>
<p><strong>Making the Ornaments: </strong>My biggest stroke of crafting genius happened when I was in the checkout line at the dollar store: the impulse buys near the counter included a set of Halloween erasers. Perfect for ornaments for my tree. I found ribbon to attach to them in my stash, but you can also use yarn, thread, embroidery floss, or whatever you have. I glued the ribbon to the backs of the erasers with hot glue (I pressed the ribbon into the glue using the tip of a pencil, thus avoiding the typical hot glue finger burn scenario!).</p>
<p>You can also just make your own ornaments out of paper cut outs, or other dollar store Halloween decorations you come across. I think it would be really cute to accent the tree with tulle bows in black, purple, or orange, but I was trying to keep this really simple and low-budget, and I don&#8217;t have any in my stash.</p>
<p style="text-align: center"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1812" src="http://dabbled.org/wp-content/uploads/2009/09/hweenbranches.jpg" alt="hweenbranches" width="400" height="288" srcset="https://dabbled.org/wp-content/uploads/2009/09/hweenbranches.jpg 400w, https://dabbled.org/wp-content/uploads/2009/09/hweenbranches-350x252.jpg 350w" sizes="(max-width: 400px) 100vw, 400px" /></p>
<p><strong>Painting the Branches:</strong> I chose to use acrylic craft paint for this project&#8211;it&#8217;s usually my go-to painting solution for dollar store crafting because it&#8217;s cheap, comes in a ton of colors, and is easy to clean up. Craft stores have acrylic paint in small bottles for about $.50 or less, and usually have hundreds of colors. The main drawback to using acrylic is that it will take you a bit of time: it&#8217;s easy, but it takes a few minutes. Like about fifteen minutes, depending on how many branches. I just put my branches on a paper towel and painted them.  Oh, and I kept one leaf on a branch just because I thought it might be spooky. I just painted it along with the branch, and I really like how it turned out!</p>
<p>However, it would be quick and simple to use spray paint to paint the branches. You could probably be done painting in about two minutes if you use spray paint. I glanced at the spray paint aisles at my local stores, but I didn&#8217;t find the color I wanted (chartreuse), and all the fashiony colors were more expensive than I wanted for this project. You can find black or white spray paint at your local big-box retailer for less than a dollar, though!</p>
<p style="text-align: center"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1811" src="http://dabbled.org/wp-content/uploads/2009/09/hweentreebranch2.jpg" alt="hweentreebranch2" width="300" height="380" srcset="https://dabbled.org/wp-content/uploads/2009/09/hweentreebranch2.jpg 300w, https://dabbled.org/wp-content/uploads/2009/09/hweentreebranch2-276x350.jpg 276w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><strong>Potting the Tree:</strong> I used a dollar store mug I already had on hand to pot the tree. You can use pretty much any sturdy container, though: jars, flower pots, vases, etc. I don&#8217;t have any floral foam on hand, so I filled the mug up with dried split peas and stuck the branches in. This works to keep the branches fairly upright, but they did shift around with the slight weight of the eraser ornaments. This method might work better if you are using lightweight paper ornaments. Also, I have little kids, so there&#8217;s no way I&#8217;m actually going to leave a decoration out with tiny loose objects within easy reach because they know how to reach messy town in seconds! Another good option is to put playdough in the container to anchor your branches. You can make your own for pennies (my favorite no-cook playdough recipe is in the first comment in this <a href="http://www.instructables.com/id/How-to-Make-Playdough-Play-doh/">Instructables tutorial</a>).</p>
<p style="text-align: center"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1814" src="http://dabbled.org/wp-content/uploads/2009/09/hweentree.jpg" alt="hweentree" width="400" height="339" srcset="https://dabbled.org/wp-content/uploads/2009/09/hweentree.jpg 400w, https://dabbled.org/wp-content/uploads/2009/09/hweentree-350x296.jpg 350w" sizes="(max-width: 400px) 100vw, 400px" /></p>
<p>You can customize this project any way you want, but it could be a fun one for kids (just do the hot glue part yourself).</p>
<blockquote><p>Thanks, Heather, for sharing!  I&#8217;ll be visiting Dollar Store Crafts next week to share a Dabbled project! &#8211; Dot</p></blockquote>
<div><img decoding="async" src="" alt="" /></div>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/halloween-craft-spooky-tree-for-1/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1817</post-id>	</item>
		<item>
		<title>How to Make a Floatable Fossil Screen &#8211; perfect for hunting for treasure!</title>
		<link>https://dabbled.org/how-to-make-a-floatable-fossil-screen-perfect-for-hunting-for-treasure/</link>
					<comments>https://dabbled.org/how-to-make-a-floatable-fossil-screen-perfect-for-hunting-for-treasure/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Tue, 11 Aug 2009 15:54:06 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[Featured Craft]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[screen]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=1343</guid>

					<description><![CDATA[<p><em>My brother, Brett, wrote up this Tutorial for me, and I love it.   When we visited him in North Carolina, he took us all down to the river to look for fossils and sharks teeth and whatnot, and it was a fun adventure.  This would also be very cool to use at the beach for shells.  It&#8217;s a perfect end of summer project&#8211; Do something fun, especially with your kids!</em></p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/theboycreek.jpg"></a>Most kids like dinosaurs, sharks, and such, so when The Boy and Dot came to visit I decided to take them to creek to look for fossils from dinosaurs, sharks and such.&#8230; <a href="https://dabbled.org/how-to-make-a-floatable-fossil-screen-perfect-for-hunting-for-treasure/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<blockquote><p><em>My brother, Brett, wrote up this Tutorial for me, and I love it.   When we visited him in North Carolina, he took us all down to the river to look for fossils and sharks teeth and whatnot, and it was a fun adventure.  This would also be very cool to use at the beach for shells.  It&#8217;s a perfect end of summer project&#8211; Do something fun, especially with your kids!</em></p></blockquote>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/theboycreek.jpg"><img decoding="async" loading="lazy" class="alignright size-full wp-image-1347" title="theboycreek" src="http://dabbled.org/wp-content/uploads/2009/08/theboycreek.jpg" alt="theboycreek" width="242" height="312" /></a>Most kids like dinosaurs, sharks, and such, so when The Boy and Dot came to visit I decided to take them to creek to look for fossils from dinosaurs, sharks and such. We had a great day, and The Boy found all kinds of shark teeth from millions of years ago. Now while The Boy (3 years old at this point) seemed to be more interested in digging than actually finding things, many older kids really enjoy finding fossils and artifacts. After all, finding stuff is fun! It’s also great to get outside and get some exercise. Anyway, I decided to make a new screen recently, and figured I would document the steps in case anyone else was interested.</p>
<p>Keep reading for the supply list, and all the steps, well documented with pictures!  You don&#8217;t have to be a carpentry expert to do this&#8230;</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/screentop.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1346" title="screentop" src="http://dabbled.org/wp-content/uploads/2009/08/screentop.jpg" alt="screentop" width="600" height="224" srcset="https://dabbled.org/wp-content/uploads/2009/08/screentop.jpg 600w, https://dabbled.org/wp-content/uploads/2009/08/screentop-350x130.jpg 350w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p><span id="more-1343"></span></p>
<p><strong>Materials</strong></p>
<p>1 1”x4”X8’<br />
1 1”x2”x8’<br />
1 Roll of ½” or ¼” Hardware Cloth<br />
8 2” L Joints<br />
2 Pull Handles with Screws<br />
24 ¾” #6 Wood Screws<br />
28 2” Deck Screws<br />
1 Swimming Pool Noodle<br />
6 14” Zip Ties<br />
A Whole Bunch of ¼” Staples<br />
About 6’ of Nylon Clothes Line (optional—for a leash)<br />
(I believe everything but the pool noodle is available from Lowes.)</p>
<p><strong>Tools</strong></p>
<ul>
<li>Tape Measure</li>
<li>Carpenter’s Square</li>
<li>A Pen</li>
<li>Wire Cutters</li>
<li>Staple Gun</li>
<li>Circular Saw</li>
<li>Drill with Screw Driver Bits and a 1/8” drill bit.</li>
</ul>
<p><em>Always use safety goggle when using tools </em></p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/1.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1350" title="1" src="http://dabbled.org/wp-content/uploads/2009/08/1.jpg" alt="1" width="571" height="224" srcset="https://dabbled.org/wp-content/uploads/2009/08/1.jpg 571w, https://dabbled.org/wp-content/uploads/2009/08/1-350x137.jpg 350w" sizes="(max-width: 571px) 100vw, 571px" /></a></p>
<p><strong>Instructions</strong></p>
<p>Step 1- Cut your boards!</p>
<p><em>Note: I suppose this step is optional as you could have the folks at Lowes do this, but what’s the fun in that?</em></p>
<p>Measure and cut your wood 1&#215;4 into 2 30” pieces and 2 18” pieces. These pieces will be the walls of your screen. I measure and cut my first 30” piece, and then use it to measure my second 30” piece. This helps make sure they are the same length. I then cut the 2nd 30” piece. The remaining board should be about 36”. Measure it to get the exact length, and then cut it in half. Your 2 halves should be about 18”.</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/2.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1351" title="2" src="http://dabbled.org/wp-content/uploads/2009/08/2.jpg" alt="2" width="560" height="425" srcset="https://dabbled.org/wp-content/uploads/2009/08/2.jpg 560w, https://dabbled.org/wp-content/uploads/2009/08/2-350x265.jpg 350w" sizes="(max-width: 560px) 100vw, 560px" /></a></p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/3.jpg"><img decoding="async" loading="lazy" class="alignright size-full wp-image-1352" title="3" src="http://dabbled.org/wp-content/uploads/2009/08/3.jpg" alt="3" width="286" height="216" /></a>Next, repeat the process with the 1&#215;2. These pieces will be the bottom of your frame and help hold the screen in place. When cutting my 1&#215;2 pieces I generally use my already cut 1&#215;4’s as my measuring sticks.</p>
<p><strong>Step 2—Assembling Your Frame Walls</strong></p>
<p>Use your #6 wood screws to attach 2 of the 2” L joints to each end of each of the 30” 1&#215;4 pieces- make sure the L joint is flush with the end of the board. Next, attach the 18” 1&#215;4 pieces to one of the 30” pieces. Finally, fit the 2nd 30” piece with L joints across the other ends of the 18” pieces, completing the rectangle, and attach using the L joints. Note, when assembling your frame, the 18” pieces should be inside of the 30” pieces. Next put a 2” Deck Screw between the L joints on each corner. These should pass through the 30” 1x4s and into the ends of the 18” 1x4s. You will probably want to drill the holes (with a 1/8” bit) for the screws before doing this to reduce the likelihood of splitting your boards. I didn’t do this, but note the beginnings of a split in the photo below.</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/4.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1353" title="4" src="http://dabbled.org/wp-content/uploads/2009/08/4.jpg" alt="4" width="597" height="448" srcset="https://dabbled.org/wp-content/uploads/2009/08/4.jpg 597w, https://dabbled.org/wp-content/uploads/2009/08/4-349x262.jpg 349w" sizes="(max-width: 597px) 100vw, 597px" /></a></p>
<p><strong>Step 3—Assembling the Bottom of Your Frame</strong></p>
<p>Lay your 1x2s out in a rectangle—be sure to keep your 18” pieces inside of the 30” pieces, so they will match up with your screen walls. Put 2” Deck Screws into each corner to hold the rectangle together. Again, first drill holes for your screws using a 1/8” drill bit.</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/6.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1354" title="6" src="http://dabbled.org/wp-content/uploads/2009/08/6.jpg" alt="6" width="597" height="222" srcset="https://dabbled.org/wp-content/uploads/2009/08/6.jpg 597w, https://dabbled.org/wp-content/uploads/2009/08/6-349x130.jpg 349w" sizes="(max-width: 597px) 100vw, 597px" /></a></p>
<p><strong>Step 4—Cut your Screen</strong></p>
<p>Warning: You may want to wear gloves for this step. Hardware cloth has many very exposed wire tips. It also comes tightly rolled and has a tendency to roll back up often causing those sharp tips to inflict painful damage to the unprotected hands and arms of those ignore this warning.</p>
<p>The first thing you will want to do here is cut off those pesky points. Take your wire cutters and snip the sharp edges off the hardware cloth. Once you have done this unroll the hardware cloth lengthwise over the bottom of your frame, and cut off a section approximately the 30” length of your frame. While you want to screen to cover most of the 18” end pieces, you will only want about 1 square of wire (2 squares for 1/4” hardware cloth) on each of the 30” side pieces. So, lay your section of hardware cloth over the bottom of your frame, lining it up so that only one square width (2 for 1/4&#8243;) is covering one of the side pieces. On the other side, mark the first row of squares covering the side piece (2nd for 1/4&#8243;) and cut off the remaining rows.</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/7.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1355" title="7" src="http://dabbled.org/wp-content/uploads/2009/08/7.jpg" alt="7" width="578" height="213" srcset="https://dabbled.org/wp-content/uploads/2009/08/7.jpg 578w, https://dabbled.org/wp-content/uploads/2009/08/7-350x128.jpg 350w" sizes="(max-width: 578px) 100vw, 578px" /></a></p>
<p>Once you’ve cut out your rectangle, use your staple gun to attach the screen to the frame bottom. Remember, the screen should cover most of the 18” end pieces, and only about 1 square (or 2) of the 30” side pieces. This is so sharp edges will not extend beyond the area covered by the 1&#215;4 walls. Now, I have no idea how many staples are required, but staples are cheap, so I use bunches. Start by stapling a corner, putting a vertical stable just inside the vertical wire and a horizontal staple just inside a horizontal wire. This should keep the wire from slipping. Then stretch the screen as tightly as you can and staple all the way around the screen. Now you have the bottom of your screen!</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/8.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1356" title="8" src="http://dabbled.org/wp-content/uploads/2009/08/8.jpg" alt="8" width="581" height="441" srcset="https://dabbled.org/wp-content/uploads/2009/08/8.jpg 581w, https://dabbled.org/wp-content/uploads/2009/08/8-350x265.jpg 350w" sizes="(max-width: 581px) 100vw, 581px" /></a></p>
<p><strong>Step 5—Attaching the Frame Walls</strong></p>
<p>Now lay your frame walls on the floor and place the screen bottom on top of it. Line it up carefully, and then use 2” deck screws to attach it to the frame walls. Again, first drill holes for the screws using a 1/8” drill bit to prevent splitting. I use about 20 screws here—5 per side.</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/9.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1357" title="9" src="http://dabbled.org/wp-content/uploads/2009/08/9.jpg" alt="9" width="581" height="210" srcset="https://dabbled.org/wp-content/uploads/2009/08/9.jpg 581w, https://dabbled.org/wp-content/uploads/2009/08/9-350x126.jpg 350w" sizes="(max-width: 581px) 100vw, 581px" /></a></p>
<p><strong>Step 6—Attach Handles</strong></p>
<p>Place a handle in the center of each 18” ends and screw them into place.</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/10.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1358" title="10" src="http://dabbled.org/wp-content/uploads/2009/08/10.jpg" alt="10" width="581" height="210" srcset="https://dabbled.org/wp-content/uploads/2009/08/10.jpg 581w, https://dabbled.org/wp-content/uploads/2009/08/10-350x126.jpg 350w" sizes="(max-width: 581px) 100vw, 581px" /></a></p>
<p><strong>Step 6—Make your screen floatable!</strong></p>
<p>Take your pool noodle and cut it in half. Place the halves along the sides of your screen on the flotation ledges, and use zip ties to hold them in place.</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/08/11.jpg"><img decoding="async" loading="lazy" class="alignnone size-full wp-image-1359" title="11" src="http://dabbled.org/wp-content/uploads/2009/08/11.jpg" alt="11" width="564" height="199" srcset="https://dabbled.org/wp-content/uploads/2009/08/11.jpg 564w, https://dabbled.org/wp-content/uploads/2009/08/11-350x123.jpg 350w" sizes="(max-width: 564px) 100vw, 564px" /></a></p>
<p><strong>Step 7—Attach a Leash (optional)</strong></p>
<p>I didn’t do that for this one, but will probably add it at some point.</p>
<p>Cut about a 6 foot length of nylon clothes line and tie it to one of the handles.</p>
<p><em><strong>Congratulations! You now have a floatable fossil Screen.</strong></em></p>
<p><em><strong>Happy hunting!</strong></em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/how-to-make-a-floatable-fossil-screen-perfect-for-hunting-for-treasure/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1343</post-id>	</item>
		<item>
		<title>Tutorial:  How to Make Environmentally Friendly Reusable Sandwich/Snack Bags</title>
		<link>https://dabbled.org/tutorial-how-to-make-environmentally-friendly-reusable-sandwichsnack-bags/</link>
					<comments>https://dabbled.org/tutorial-how-to-make-environmentally-friendly-reusable-sandwichsnack-bags/#comments</comments>
		
		<dc:creator><![CDATA[Heidi]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 13:43:28 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[Featured Craft]]></category>
		<category><![CDATA[Guest]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[Project Ideas]]></category>
		<category><![CDATA[recycling]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=1163</guid>

					<description><![CDATA[<p></p>
<p>In my house, we (and by “we,” I mean me and my uninterested husband and kids that I am forcing this on) are doing our best to be better stewards of our environment.  So when Dot asked me to be a guest poster on Dabbled while she sunbathes on an exotic beach being served fruity cocktails by 22-year-old buff cabana boys (I am now thinking I got the raw end of this deal), I immediately racked my brain to come up with a crafty “green” project.&#8230; <a href="https://dabbled.org/tutorial-how-to-make-environmentally-friendly-reusable-sandwichsnack-bags/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" loading="lazy" class="alignright size-full wp-image-7767" src="http://dabbled.org/wp-content/uploads/2009/07/make-reusuable-sandwich-bag.png" alt="tutorial : Make reusable sandwich bags - dabbled.org" width="350" height="380" srcset="https://dabbled.org/wp-content/uploads/2009/07/make-reusuable-sandwich-bag.png 350w, https://dabbled.org/wp-content/uploads/2009/07/make-reusuable-sandwich-bag-285x309.png 285w" sizes="(max-width: 350px) 100vw, 350px" /></p>
<p>In my house, we (and by “we,” I mean me and my uninterested husband and kids that I am forcing this on) are doing our best to be better stewards of our environment.  So when Dot asked me to be a guest poster on Dabbled while she sunbathes on an exotic beach being served fruity cocktails by 22-year-old buff cabana boys (I am now thinking I got the raw end of this deal), I immediately racked my brain to come up with a crafty “green” project.</p>
<p>And thus, the reusable sandwich bag project was born. Here in the South, school starts ridiculously early &#8211; like next week.  So since we are heading back to school, I thought it would be the perfect time to make</p>
<p><img decoding="async" loading="lazy" class="size-medium wp-image-1186 alignright" title="P1050356" src="http://dabbled.org/wp-content/uploads/2009/07/P1050356-350x262.jpg" alt="P1050356" width="350" height="262" srcset="https://dabbled.org/wp-content/uploads/2009/07/P1050356-350x262.jpg 350w, https://dabbled.org/wp-content/uploads/2009/07/P1050356-600x450.jpg 600w, https://dabbled.org/wp-content/uploads/2009/07/P1050356.jpg 1632w" sizes="(max-width: 350px) 100vw, 350px" /></p>
<p>these bags.  These bags are the perfect size for holding sandwiches, cookies, crackers, chips, apple slices, grapes and all the other lunch staples.  And while you might not want to store watermelon or last night’s pot roast in them, they work really well.  Not to mention, they are simple to clean and can keep untold amounts of plastic bags out of the landfills.  So without further ado . . .</p>
<h2><strong>Reusable Sandwich Bags</strong></h2>
<p>Materials for one sandwich size bag</p>
<ul>
<li>7”x 15” piece of plastic or vinyl lining (This is located in the home fabrics section of most craft stores.  This is a much easier project if you buy the plastic lining that DOES NOT annoyingly sticks to itself.)  If you want to make snack size bags, cut your plastic into a 7” x 8” rectangle.</li>
<li>Construction paper/cardstock/heavy duty paper template – 6.5” x 10” will work</li>
<li>7” piece of sew-on velcro</li>
<li>(2) 7” pieces of Decorative Ribbon</li>
</ul>
<p>Step 1.  Place your vinyl right side up on your working surface.  On each of the short ends, you will sandwich the vinyl between a piece of velcro and a piece of ribbon(ribbon on outside or right side edge, velcro on inside edge).  Pin in place.</p>
<p><img decoding="async" loading="lazy" class="size-medium wp-image-1172 alignnone" title="ribbon, plastic, velcro" src="http://dabbled.org/wp-content/uploads/2009/07/P1050338-350x262.jpg" alt="ribbon, plastic, velcro" width="350" height="262" srcset="https://dabbled.org/wp-content/uploads/2009/07/P1050338-350x262.jpg 350w, https://dabbled.org/wp-content/uploads/2009/07/P1050338-600x450.jpg 600w" sizes="(max-width: 350px) 100vw, 350px" /></p>
<p>Step 2.  Stitch the ribbon/vinyl/velcro together.  The end product looks and works best if you hem both the top edge and bottom edge of your velcro.</p>
<p>Step 3.  Fold the vinyl in half (wrong sides together) so that you have a 7” x 7.5” rectangle (7” x 4” for snack size bags) with the velcro on the inside.  Place your paper template inside the folded plastic so that ¼” overhangs both sides (template will overhang top).</p>
<p>Step 4:  With your iron set to a medium heat, fuse the vinyl together on the edges using your paper template as a guide.  DO NOT place the iron over the entire piece of plastic.  Instead use the tip of the iron to seal the edge.  When you’re done, let the pouch cool for 30 seconds and then remove the template.<img decoding="async" loading="lazy" class="size-medium wp-image-1169 alignnone" title="P1050325" src="http://dabbled.org/wp-content/uploads/2009/07/P1050325-350x262.jpg" alt="P1050325" width="350" height="262" srcset="https://dabbled.org/wp-content/uploads/2009/07/P1050325-350x262.jpg 350w, https://dabbled.org/wp-content/uploads/2009/07/P1050325-600x450.jpg 600w" sizes="(max-width: 350px) 100vw, 350px" /></p>
<p>Step 5:  Stitch the now sealed sides using a 1/8” hem.  Be sure to hem the entire length of the bag, including the ribbon/Velcro portion (I suggest backstitching this portion as well) to ensure your bag can endure repeated use.</p>
<p><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-1187" title="P1050348" src="http://dabbled.org/wp-content/uploads/2009/07/P1050348-350x288.jpg" alt="P1050348" width="350" height="288" srcset="https://dabbled.org/wp-content/uploads/2009/07/P1050348-350x288.jpg 350w, https://dabbled.org/wp-content/uploads/2009/07/P1050348-600x494.jpg 600w" sizes="(max-width: 350px) 100vw, 350px" />This project is easy, fast and cheap.  You can easily make a dozen bags in an hour, and when all was said and done, the cost for each bag comes in at just under 30 cents.  And best of all, most vinyl is dishwasher safe on the top rack (test a single bag first to make sure).  Enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/tutorial-how-to-make-environmentally-friendly-reusable-sandwichsnack-bags/feed/</wfw:commentRss>
			<slash:comments>52</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1163</post-id>	</item>
		<item>
		<title>How to Make the Dragon Cake! (the much anticipated tutorial)</title>
		<link>https://dabbled.org/how-to-make-dragon-cake-much/</link>
					<comments>https://dabbled.org/how-to-make-dragon-cake-much/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Thu, 18 Jun 2009 20:47:00 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[Featured Recipes]]></category>
		<category><![CDATA[food]]></category>
		<category><![CDATA[my food]]></category>
		<category><![CDATA[recent]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[dragon cake]]></category>
		<category><![CDATA[Dragon Party]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/06/11/how-to-make-the-dragon-cake-the-much-anticipated-tutorial/</guid>

					<description><![CDATA[<p></p>
<p><a title="How to Create Dragon Cake by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3617411740/"></a>The Dragon Cake I made for my 4 year old&#8217;s birthday was so popular, that I decided I&#8217;d better do a tutorial. Note, I am not a professional baker, and i&#8217;m sure there are things I&#8217;ve gotten &#8216;wrong&#8217;.. but that&#8217;s one reason i did this tutorial to show that you don&#8217;t have to be a professional to attempt something cool!</p>
<p><span style="font-style: italic;">PS: You guys better appreciate this! I actually didn&#8217;t do the best job of documenting my process while making the <a href="http://www.dabbled.org/2009/06/finished-dragon-cake.html">Dragon Cake</a>, so I took some of the leftovers and made a mini version just so I could get some good pics of the process.</span>&#8230; <a href="https://dabbled.org/how-to-make-dragon-cake-much/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-8032" src="https://dabbled.org/wp-content/uploads/2009/06/dragoncake.jpg" alt="" width="500" height="470" srcset="https://dabbled.org/wp-content/uploads/2009/06/dragoncake.jpg 500w, https://dabbled.org/wp-content/uploads/2009/06/dragoncake-285x268.jpg 285w" sizes="(max-width: 500px) 100vw, 500px" /></p>
<p><a title="How to Create Dragon Cake by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3617411740/"><img decoding="async" loading="lazy" style="float: left;" src="http://dabbled.org/wp-content/uploads/2011/03/3617411740_42e1ddcf5a_m1.jpg" alt="How to Create Dragon Cake" width="240" height="192" /></a>The Dragon Cake I made for my 4 year old&#8217;s birthday was so popular, that I decided I&#8217;d better do a tutorial. Note, I am not a professional baker, and i&#8217;m sure there are things I&#8217;ve gotten &#8216;wrong&#8217;.. but that&#8217;s one reason i did this tutorial to show that you don&#8217;t have to be a professional to attempt something cool!</p>
<p><span style="font-style: italic;">PS: You guys better appreciate this! I actually didn&#8217;t do the best job of documenting my process while making the <a href="http://www.dabbled.org/2009/06/finished-dragon-cake.html">Dragon Cake</a>, so I took some of the leftovers and made a mini version just so I could get some good pics of the process. And since I did put a lot of work into this tutorial, I would be tickled pink if you&#8217;d link to it, stumble it, or share it around!</span></p>
<p>So, you have a couple of ways to see it&#8230;</p>
<p><span style="font-weight: bold;"><a href="http://www.instructables.com/id/How-to-make-a-Dragon-Cake/">I wrote the whole thing up as an instructable, here.</a> If you&#8217;re really going to try it (or want ALL the details) be sure to read the instructable, as it&#8217;s much more thorough.<br />
</span><br />
Or if you just want a quick and dirty version I documented the creation of the mini dragon as a photo-tutorial <a href="http://www.flickr.com/photos/dorsner/3615133692/sizes/l/">here</a> and below.</p>
<p>Oh, I&#8217;ll do an entire <a href="http://dabbled.org/tag/dragon-party">Dragon Party Wrap Up</a>(cakes, invites, favors, etc)<br />
this week, so stay tuned.</p>
<p><a title="How to Make the Dragon Cake (example is a Mini-Version of the Original) by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3615133692/"><img decoding="async" src="http://dabbled.org/wp-content/uploads/2011/03/3615133692_b841238079_b1.jpg" alt="How to Make the Dragon Cake (example is a Mini-Version of the Original)" width="620" /></a></p>
<p>1. <a href="http://flickr.com/photos/41214178@N00/3615025746/">A possible skull material</a> (the original dragon&#8217;s skull was modeling chocolate), 2. <a href="http://flickr.com/photos/41214178@N00/3614287617/">&#8220;Skull&#8221; modeled out of Tootie Roll</a>, 3. <a href="http://flickr.com/photos/41214178@N00/3614208165/">The guts!</a> (cake ball material-but I do recommend a light color instead of red velvet), 4. <a href="http://flickr.com/photos/41214178@N00/3614208291/">kneading</a>, 5. <a href="http://flickr.com/photos/41214178@N00/3614277459/">Rolled fondant for head.</a>, 6. <a href="http://flickr.com/photos/41214178@N00/3615026042/">a platform for holding the cake while draping</a>, 7. <a href="http://flickr.com/photos/41214178@N00/3615026158/">molded dragon body</a>, 8. <a href="http://flickr.com/photos/41214178@N00/3614276363/">Place cake on an upside down cup, and drape fondant.</a>, 9. <a href="http://flickr.com/photos/41214178@N00/3615094660/">Tuck the edges under, but leave the neck and tail ends untucked.</a>, 10. <a href="http://flickr.com/photos/41214178@N00/3614277043/">Layout, and place skull.</a>, 11. <a href="http://flickr.com/photos/41214178@N00/3615095956/">Cover skull in fondant.</a>, 12. <a href="http://flickr.com/photos/41214178@N00/3615096598/">Shape tail out of fondant.</a>, 13. <a href="http://flickr.com/photos/41214178@N00/3615097276/">Roll out a contrasting color, and cut into strips</a>, 14. <a href="http://flickr.com/photos/41214178@N00/3615098000/">Cover joints with strips of fondant</a>, 15. <a href="http://flickr.com/photos/41214178@N00/3615098606/">Cut out a wing shape.</a>, 16. <a href="http://flickr.com/photos/41214178@N00/3615099324/">Shape the wing, and Attach to toothpick</a>, 17. <a href="http://flickr.com/photos/41214178@N00/3614282159/">jun09 240</a>, 18. <a href="http://flickr.com/photos/41214178@N00/3615100692/">Use a large straw (or larger circle) to make dots.</a>, 19. <a href="http://flickr.com/photos/41214178@N00/3615101348/">To make the eyes</a>, 20. <a href="http://flickr.com/photos/41214178@N00/3615101976/">The eyes!</a>, 21. <a href="http://flickr.com/photos/41214178@N00/3615102716/">Cover a Ball with fondant, Mold Foot from Fondant.</a>, 22. <a href="http://flickr.com/photos/41214178@N00/3614285677/">Mold the Claw</a>, 23. <a href="http://flickr.com/photos/41214178@N00/3614286435/">Place the Claw</a>, 24. <a href="http://flickr.com/photos/41214178@N00/3615104826/">Finished Mini-Dragon</a></p>
<p>Get the whole thing here:</p>
<p><span style="font-size: 78%;"><a href="http://www.instructables.com/id/How-to-make-a-Dragon-Cake/">How to make a Dragon Cake</a> &#8211; <a href="http://www.instructables.com/">More DIY How To Projects</a></span></p>
<p>Related &#8220;Dragon Party&#8221; Posts:</p>
<ul>
<li>Download dragon <a href="http://www.dabbled.org/2009/06/dragon-thank-you-note-and-illustration.html">thank you note and party invitation</a></li>
<li><span class="headline"><a href="http://www.dabbled.org/2009/06/finished-dragon-cake.html" target="_blank" rel="noopener">Finished Dragon Cake&#8230;</a></span></li>
<li><span class="headline"><a href="http://www.dabbled.org/2009/06/cake-baking-day.html" target="_blank" rel="noopener">Cake Baking Day!</a></span></li>
<li><span class="headline"><a href="http://www.dabbled.org/2009/06/dragon-wings.html" target="_blank" rel="noopener">Dragon Wings&#8230;</a></span></li>
<li><span class="headline"><a href="http://www.dabbled.org/2009/05/illustration-friday_22.html">Dragon Invitation Graphic<br />
</a></span></li>
</ul>
<div><span style="color: #0000ee;"><span style="text-decoration: underline;"><br />
</span></span></div>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/how-to-make-dragon-cake-much/feed/</wfw:commentRss>
			<slash:comments>26</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">467</post-id>	</item>
		<item>
		<title>How to Make a Flower Pinata, just in time for Cinco De Mayo!</title>
		<link>https://dabbled.org/how-to-make-flower-pinata-just-in-time/</link>
					<comments>https://dabbled.org/how-to-make-flower-pinata-just-in-time/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Sat, 02 May 2009 13:02:00 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[highlight]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[pinata]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/05/02/how-to-make-a-flower-pinata-just-in-time-for-cinco-de-mayo/</guid>

					<description><![CDATA[<p><span style="font-style: italic; font-size: 85%;">Today&#8217;s post is from the lovely Joanne of <a href="http://readysetcraft.blogspot.com/">Ready, Set, Craft!</a>. She was one of our prolific participants in <a href="http://dabbled.org/tag/msceapril">Make Something Cool Every Day in April (MSCEApril)</a>, and when I saw this awesome pinata she did, I had to get a tutorial out of her! She graciously agreed, so without further ado, here she is! &#8211; Dot</span></p>
<p><span style="font-weight: bold;">How to Make a Flower Pinata</span> (instructions below photo)</p>
<p><a title="Pinata Mosaic by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3491709170/"></a></p>
<p>(photos correspond by row from left to right)</p>
<p><span style="font-weight: bold;">Materials:</span><br />
One 10inch balloon<br />
Newspaper<br />
White liquid school glue<br />
Pinch of Salt<br />
¼ cup Warm water<br />
Spray paint<br />
Tissue paper<br />
Brads<br />
Hot glue gun</p>
<p><span style="font-weight: bold;">STEP ONE: </span>Cut newspaper into strips.&#8230; <a href="https://dabbled.org/how-to-make-flower-pinata-just-in-time/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><span style="font-style: italic; font-size: 85%;">Today&#8217;s post is from the lovely Joanne of <a href="http://readysetcraft.blogspot.com/">Ready, Set, Craft!</a>. She was one of our prolific participants in <a href="http://dabbled.org/tag/msceapril">Make Something Cool Every Day in April (MSCEApril)</a>, and when I saw this awesome pinata she did, I had to get a tutorial out of her! She graciously agreed, so without further ado, here she is! &#8211; Dot</span></p>
<p><span style="font-weight: bold;">How to Make a Flower Pinata</span> (instructions below photo)</p>
<p><a title="Pinata Mosaic by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3491709170/"><img decoding="async" src="http://dabbled.org/wp-content/uploads/2011/03/3491709170_19fd2b31dd_o.jpg" alt="Pinata Mosaic - Ready Set Craft" width="620" /></a></p>
<p>(photos correspond by row from left to right)</p>
<p><span style="font-weight: bold;">Materials:</span><br />
One 10inch balloon<br />
Newspaper<br />
White liquid school glue<br />
Pinch of Salt<br />
¼ cup Warm water<br />
Spray paint<br />
Tissue paper<br />
Brads<br />
Hot glue gun</p>
<p><span style="font-weight: bold;">STEP ONE: </span>Cut newspaper into strips. Mix ¾ cup of glue with one ¼ cup of warm water to create paste. Add a generous pinch of salt and mix in. The salt will stop your piñata from molding. VERY important!</p>
<p>Blow up balloon, tie the end, and tie a long piece of string or ribbon to the knot. Dip newspaper strips into paste and layer onto balloon. Do two layers at a time, and let dry completely by suspending from ceiling (or other tall space!) with ribbon/string. I did four layers total, but you can do up to eight.</p>
<p>Note: to speed up the drying process, set one or multiple fans directly underneath your piñata, facing upward. Two layers will dry in less than half a day- no joke! (My husband’s idea – GENIUS!)</p>
<p><span style="font-weight: bold;">STEP TWO: </span>To make the points (and this is where you can get creative – you don’t have to have points, you can add whatever shapes you desire!) I folded cereal boxes into cones using a bone folder to score the folds, and secured them with masking tape. When attaching the cones to the balloon, be sure to use multiple layers of tape for security.</p>
<p>Cover entire form with at least a couple more layers of newspaper and glue mix, paying extra attention to the areas where the points and balloon meet – those are the weakest areas.</p>
<p><span style="font-weight: bold;">STEP THREE:</span> Spray paint! Mine needed three coats – but that will depend on your color choice. Let dry.</p>
<p><span style="font-weight: bold;">STEP FOUR:</span> Push a pin or needle all the way through on side of the balloon to allow the balloon to deflate and air to escape. Using a craft knife, cut three sides of a square to create a flap big enough to insert your candy through. Insert candy, and tape closed if desired (don’t worry, you won’t see it later!)</p>
<p><span style="font-weight: bold;">STEP FIVE:</span> Cut lots of tissue paper flowers. If you are one of those lucky folks with a die-cut machine, I’m sure this will take you all of two minutes. For the rest of us, I drew the flowers free-hand and then cut them out by hand. Because tissue paper is so thin you can cut multiple flowers at once.</p>
<p><span style="font-weight: bold;">STEP SIX:</span> Make sure you have a variety of flower colors and shapes</p>
<p><span style="font-weight: bold;">STEP SEVEN:</span> Cut some strips of tissue paper to use as streamers. They don’t have to be perfect or exact – make them whatever length and thickness your heart desires!</p>
<p><span style="font-weight: bold;">STEP EIGHT: </span> (not shown) Grab a couple of flowers in varying sizes, and stick a brad through the middle and fold over in back. I just used regular scrapbooking brads from Hobby Lobby.</p>
<p>Using a glue gun, attach the assembled flowers to the piñata form. Overlap them slightly and “froof” (I know that’s not really a word!) the petals so that they have some volume and don’t just lay flat. The closer the flowers are together, the cooler it looks! Be sure to cover the entire form, and check for “NAKED” spots!</p>
<p><span style="font-weight: bold;">STEP NINE:</span> And you’re <span style="font-weight: bold;">done</span>! Based on how you’re going to hang it, you may need to cut some small slits or holes at the top of your piñata to allow rope to be tied though. Hang, hit, and enjoy!<br />
<span style="font-size: 85%;"><br />
</span><span style="font-size: 85%;">NOTE: I didn’t made the piñata stick shown – but it would be easy to do with a lightweight wooden dowel from a craft store and some more tissue paper</span><span style="font-style: italic;">.</span></p>
<div style="border: 1px solid; float: left; width: 95%; margin: 5px; padding: 5px;">
<p><span style="font-style: italic;">Here&#8217;s a little about Joanne! </span><br />
<span style="font-size: 85%;"><br />
I&#8217;m a multi-tasker who just can&#8217;t still. I always have multiple projects going at once. I love to create in any and all mediums, and am constantly inspired by all of the artists and crafty folks around me. I particularly love creating invitations, favors, and decor for special events, and was asked to create this pinata for a friend&#8217;s wedding last month. In the &#8220;real world&#8221; I work as a fundraiser in nonprofit arts, and live in Michigan with my hubby, chocolate lab, and two kitties. Thanks to Dot for the opportunity to share.</span></p>
<p><span style="font-style: italic;">Some projects you should check out:</span></p>
<ul>
<li><span style="font-size: 85%;"><a href="http://readysetcraft.blogspot.com/2009/04/basket-roundup-flower-pen-tutorial-msce.html">Flower pens</a></span></li>
<li><span style="font-size: 85%;"><a href="http://readysetcraft.blogspot.com/2009/03/spring-tote-bag.html">Spring Tote Bag</a></span></li>
<li><span style="font-size: 85%;"><a href="http://readysetcraft.blogspot.com/2009/03/easy-five-minute-playing-card-gift-tags.html">Playing Card Gift Tags</a></span></li>
<li><span style="font-size: 85%;"><a href="http://readysetcraft.blogspot.com/2009/04/metallic-transfer-magnets-msce-april.html">Metallic Transfer Magnets</a></span></li>
</ul>
</div>
<p><span style="font-weight: bold;"><br />
<a href="http://www.dabbled.org/2009/05/pinatas-cinco-de-mayo-fiesta-ideas-and.html">More Cinco de Mayo/Fiesta ideas here</a>!</span></p>
<p>Published on: <b>May 2, 2009</b></p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/05/pinata7.jpg"><img decoding="async" loading="lazy" class="alignright size-large wp-image-951" title="pinata7" src="http://dabbled.org/wp-content/uploads/2009/05/pinata7-1024x682.jpg" alt="pinata7" width="600" height="399" srcset="https://dabbled.org/wp-content/uploads/2009/05/pinata7-1024x682.jpg 1024w, https://dabbled.org/wp-content/uploads/2009/05/pinata7-300x200.jpg 300w, https://dabbled.org/wp-content/uploads/2009/05/pinata7.jpg 1600w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/how-to-make-flower-pinata-just-in-time/feed/</wfw:commentRss>
			<slash:comments>44</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">437</post-id>	</item>
		<item>
		<title>Tutorial: How to Make a Fabric Basket, perfect for Easter!</title>
		<link>https://dabbled.org/tutorial-how-to-make-fabric-basket/</link>
					<comments>https://dabbled.org/tutorial-how-to-make-fabric-basket/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Fri, 20 Mar 2009 21:19:00 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[Featured Craft]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[easter]]></category>
		<category><![CDATA[guest post]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/03/20/tutorial-how-to-make-a-fabric-basket-perfect-for-easter/</guid>

					<description><![CDATA[<p><span style="font-style: italic;"><span style="font-weight: bold;"><a href="http://dabbled.org/wp-content/uploads/2009/03/tutorial-fabric-easter-bask.png"></a><br />
</span><br />
My friend Heidi Bragg gave The Boy an adorable basket filled with goodies as a thank you for borrowing his tux. I found out that she actually made this gorgeously cute basket herself, and insisted that she tell us how! She did, and even provided a pattern for you to make your own! Check out the so cute monkey and banana coordinated fabric&#8230; the possibilities are endless. Wouldn&#8217;t this be special for a keepsake easter basket?</span>&#8230; <a href="https://dabbled.org/tutorial-how-to-make-fabric-basket/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><span style="font-style: italic;"><span style="font-weight: bold;"><a href="http://dabbled.org/wp-content/uploads/2009/03/tutorial-fabric-easter-bask.png"><img decoding="async" loading="lazy" class="alignnone size-large wp-image-7828" src="http://dabbled.org/wp-content/uploads/2009/03/tutorial-fabric-easter-bask-585x423.png" alt="fabric easter baskets made by Dabbled and readers" width="585" height="423" srcset="https://dabbled.org/wp-content/uploads/2009/03/tutorial-fabric-easter-bask-585x423.png 585w, https://dabbled.org/wp-content/uploads/2009/03/tutorial-fabric-easter-bask-285x206.png 285w, https://dabbled.org/wp-content/uploads/2009/03/tutorial-fabric-easter-bask-480x347.png 480w, https://dabbled.org/wp-content/uploads/2009/03/tutorial-fabric-easter-bask.png 900w" sizes="(max-width: 585px) 100vw, 585px" /></a><br />
</span><br />
My friend Heidi Bragg gave The Boy an adorable basket filled with goodies as a thank you for borrowing his tux. I found out that she actually made this gorgeously cute basket herself, and insisted that she tell us how! She did, and even provided a pattern for you to make your own! Check out the so cute monkey and banana coordinated fabric&#8230; the possibilities are endless. Wouldn&#8217;t this be special for a keepsake easter basket? Or a gift basket for a friend?</span></p>
<p>I&#8217;ve updated the photo at the top of this post to include a couple of the baskets that Dabbled readers (<a href="http://ginabeanhandmade.blogspot.com/">Gina Allen</a> &amp; Justine Wilson)  have made, using these instructions.  Really nice job, guys!</p>
<p style="text-align: right;">Welcome CRAFT, Tip Junkie, and Whip-up readers&#8230;<br />
Look around, we have <a href="http://www.dabbled.org/2009/03/snow-day-we-got-several-inches-of-snow.html">lots </a><a href="http://www.dabbled.org/2009/03/how-to-make-candied-citrus-peel-dabbled.html">of </a><a href="http://dabbled.org/tag/ele-purse">cool </a><a href="http://www.dabbled.org/2009/02/how-to-make-lovely-eco-friendly-disc.html">projects </a><a href="http://www.dabbled.org/2008/06/stenciled-robot-onesies.html">here</a>!</p>
<p>More pics and the pattern below the instructions.</p>
<p><a title="Handmade Fabric Basket by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3370937190/"><img decoding="async" loading="lazy" class="alignleft" style="padding: 4px;" title="handmade fabric easter basket - tutorial at dabbled.org" src="http://dabbled.org/wp-content/uploads/2011/03/3370937190_b44fb5798b.jpg" alt="Handmade Fabric Basket" width="300" height="400" /></a></p>
<p><span style="font-weight: bold;">Materials for basket:</span><br />
½ yard of fabric (¼ for the outer basket shell; ¼ for the liner)<br />
1 yard Pellon, double-sided fusible interfacing – you can make 2-3 baskets from a single yard of interfacing, but since you need the length for the basket handle, you need at least 1 yard even if you only plan to make one basket.<br />
Iron on backing (WunderUnder) for letters<br />
Contrasting fabric for letters</p>
<p><span style="font-weight: bold;">Step 1:</span> First things first, you’ll want to design your basket or download the pattern I created. The basket I designed is a tapered square design, but you could easily create a rounded basket with just a few modifications.</p>
<p><span style="font-weight: bold;">Step 2:</span> Cut out the pieces as shown in pattern from both the outer shell fabric and liner fabric. You’ll also want to cut out a 2.5” wide x 25” long piece from each fabric for the handle.</p>
<p><span style="font-weight: bold;">Step 3:</span> Trace the interfacing pattern pieces onto the Pellon. You’ll also want to measure out (2)1.25” wide x 26” long pieces of interfacing for the handle. Cut out all the pieces.</p>
<p><span style="font-weight: bold;">Step 4: </span> Iron each piece of fabric to remove wrinkles. Fuse the Pellon onto the outer shell fabric (follow the directions on the interfacing to do this), leaving about a ¼” of excess fabric around the edges (the basket side pieces will have additional excess at the top).</p>
<p><span style="font-weight: bold;">Step 5: </span> Sew the outer shell together keeping the needle of the machine as close to the interfacing as possible. I found it easiest to sew all the sides together and then attach the bottom of the basket. The basket should now be formed – simply turn it right side out (this might seem a bit difficult to manage with the stiff interfacing, but don’t give up. Any wrinkles that appear can be ironed out later.) Iron the top edge of the basket down over the back of the interfacing.<br />
<span style="font-weight: bold;"><br />
Step 6: </span> Sew the liner together – sides first and then attach the bottom. Insert the liner into the outer shell and fold the top down so that it is even with the outer shell. Iron into place, following the directions on the Pellon to complete the fusing process.<br />
<span style="font-weight: bold;"><br />
Step 8: </span> Follow the Pellon directions to fuse your handle fabric onto each piece of your handle interfacing, wrapping the fabric around the interfacing so that the raw edges meet. Sew the wrong sides of the handles together.</p>
<p><span style="font-weight: bold;">Step 9: </span> Attach the handles to the basket by sewing them onto the interfaced-lined outer shell. Ideally, the handle should rest at least 1.5 inches below the top of the basket on each side.</p>
<p><span style="font-weight: bold;">Step 10: </span> Stitch the liner to the outer shell using a decorative stitch. Or if you prefer, you can use sewing glue to close the seam.</p>
<p><span style="font-weight: bold;">Lettering:</span><br />
Follow the directions provided <a href="http://thismamamakesstuff.blogspot.com/2008/07/making-stuff-name-applique-tutorial.html">here</a> to add lettering to your basket. I choose not to outline my letters with stitching and therefore applied them after the basket was complete. If you prefer to edge stitch your letters, you will need to do this before you fuse the fabric to the Pellon or stitch the basket pieces together.</p>
<p><a title="Handmade Fabric Basket by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3370935746/"><img decoding="async" loading="lazy" style="float: left;" src="http://dabbled.org/wp-content/uploads/2011/03/3370935746_2735622b59_m.jpg" alt="Handmade Fabric Basket" width="240" height="180" /></a><a title="Handmade Fabric Basket by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3370115551/"><img decoding="async" loading="lazy" style="float: left;" src="http://dabbled.org/wp-content/uploads/2011/03/3370115551_905ba0fb2c_m.jpg" alt="Handmade Fabric Basket" width="240" height="180" /></a><a title="Handmade Fabric Basket by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3370116791/"><img decoding="async" loading="lazy" style="float: left;" src="http://dabbled.org/wp-content/uploads/2011/03/3370116791_5e86283658_m.jpg" alt="Handmade Fabric Basket" width="240" height="180" /></a></p>
<div style="border: 1px solid; float: left; width: 95%; margin: 5px; padding: 5px;">
<p style="font-weight: bold;"><span style="font-style: italic;">If you like this, stop and leave a comment, so I can share the love with Heidi! And if you do a basket be sure to come back and share it with us&#8230; &#8211; dot</span><br />
<a href="http://dotdorsner.googlepages.com/FullBasket.pdf">Download the Pattern!</a></p>
<p><a title="Collection of Creatively Dyed Easter Eggs from around flickr by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3422237007/"><img decoding="async" style="float: right;" src="http://dabbled.org/wp-content/uploads/2011/03/3422237007_a666e217ec_m.jpg" alt="Collection of Creatively Dyed Easter Eggs from around flickr" width="120" /></a>Related &#8211; Other Crafty Guest Posts:<br />
<a href="http://www.dabbled.org/2008/12/how-to-needle-felted-gnome.html">Tutorial &#8211; Needle Felting a Cute Gnome</a><br />
<a href="http://www.dabbled.org/2008/12/how-to-felt-m-cookies.html">Tutorial &#8211; Make Felt M&amp;M Cookies</a></p>
<p><span style="font-style: italic;">Hey! If you&#8217;ve done this project, please leave a comment with a link, add it to the pool on flickr, or email me. I&#8217;d like to post some pics!</span></p>
<p>EDIT: More EASTER! <a href="http://www.dabbled.org/2009/04/easter-eggs-12-interesting-ways-to.html">Easter Eggs: 12 Interesting ways to color/paint/dye them! </a></p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/tutorial-how-to-make-fabric-basket/feed/</wfw:commentRss>
			<slash:comments>42</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">397</post-id>	</item>
		<item>
		<title>Play Stove &#8211; The Full Tutorial</title>
		<link>https://dabbled.org/snow-day-we-got-several-inches-of-snow/</link>
					<comments>https://dabbled.org/snow-day-we-got-several-inches-of-snow/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Mon, 02 Mar 2009 21:02:00 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[Featured Craft]]></category>
		<category><![CDATA[HandyHubby]]></category>
		<category><![CDATA[kids]]></category>
		<category><![CDATA[Play Stove]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/03/02/play-stove-the-full-tutorial/</guid>

					<description><![CDATA[<p>Snow Day! We got several inches of snow here in Atlanta yesterday, which meant the Boy had the day off from school today, and we had a fun day together playing in the snow, hitting the science museum, and having mexican food. So here is a tutorial I did a while back for <a href="http://www.whipup.net">Whipup.net</a>. I&#8217;ve posted the <a href="http://www.dabbled.org/2008/02/play-stove-from-old-side-table.html">end product</a> here before, but not the actual tutorial, so I figured it was about time.&#8230; <a href="https://dabbled.org/snow-day-we-got-several-inches-of-snow/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p>Snow Day! We got several inches of snow here in Atlanta yesterday, which meant the Boy had the day off from school today, and we had a fun day together playing in the snow, hitting the science museum, and having mexican food. So here is a tutorial I did a while back for <a href="http://www.whipup.net">Whipup.net</a>. I&#8217;ve posted the <a href="http://www.dabbled.org/2008/02/play-stove-from-old-side-table.html">end product</a> here before, but not the actual tutorial, so I figured it was about time. Hope you enjoy!</p>
<div style="float: left; width: 98%; border: 0 solid; margin: 0; padding: 1px;">
<p><span style="font-weight: bold;">How to make a funky kids playstove out of an old side table<br />
</span><br />
<a href="http://2.bp.blogspot.com/_VArvh-2K3go/SaxL5BXXJpI/AAAAAAAAB0k/qH1x7vtpT8g/s1600-h/fin.jpg"><img decoding="async" style="float: left; cursor: hand; width: 320px; height: 320px; margin: 0 10px 10px 0;" src="http://dabbled.org/wp-content/uploads/2011/03/fin.jpg" alt="" border="0" /></a>Obviously, the final size and design of your stove will depend on what old table you reuse to make this. But this tutorial should give you some good ideas on how to take a project like this and personalize it for yourself.</p>
</div>
<p><a title="original-table by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/2261272879/"><img decoding="async" loading="lazy" style="float: right;" src="http://dabbled.org/wp-content/uploads/2011/03/2261272879_831e0f6436_m.jpg" alt="original-table" width="135" height="240" /></a>Step 1: Find a good table.<br />
Check the size and make sure it has a few drawers or doors.<br />
In this case, we used a small table with long legs, and multiple drawers.<br />
We don&#8217;t have a ton of space, so we wanted to go small.<br />
The key to this project is working with the piece you have. Figure out how<br />
to use the lines and details of the piece to your advantage.</p>
<p>Step 2: Modify as necessary.<br />
In our case, the table had long legs, which weren&#8217;t what we were looking for<br />
in a kids stove.<br />
So we measured 1 ½ to 2 inches, and cut the legs off, using a circular saw.</p>
<p>Step 3: Sand/prime.<br />
We took the drawers out, and sanded everything down enough that it had a<br />
&#8216;tooth&#8217; to take paint.<br />
Then primed the whole thing with white primer. If you&#8217;re lucky enough to<br />
have a piece in a light color, then less primer will be required, but for<br />
us, several coats were necessary.<br />
Lesson learned, for this one, we should have done more coats of primer to<br />
cover the dark green. If there is anything you want to leave the original<br />
color, tape off before priming.</p>
<p>Step 4:<br />
We had taped off anything we wanted to stay green, in our case the panels on<br />
the drawer fronts. The rest was painted yellow. Allow to dry thoroughly,<br />
multiple coats if necessary.</p>
<p><a href="http://2.bp.blogspot.com/_VArvh-2K3go/SaxM3JHrZaI/AAAAAAAAB0s/3Eb9kut9-lk/s1600-h/knobs.jpg"><img decoding="async" style="float: left; cursor: hand; width: 200px; height: 150px; margin: 0 10px 10px 0;" src="http://dabbled.org/wp-content/uploads/2011/03/knobs.jpg" alt="" border="0" /></a>Step 5:<br />
Make the knobs.<br />
What we did: cut 3 circles out of ½ in thick MDF (we had three knobs in the<br />
current top drawer, modify per the number of knobs you have/want).<br />
Paint the circles yellow.<br />
(While this dries you can put more coats on the base piece if necessary.)<br />
For the black centers of the knobs, cut scrap wood into triangle or<br />
trapezoid shapes, and paint black.<br />
{ For the less carpentry inclined, you have multiple options with the knobs<br />
. Ours were circles cut out of MDF, but if you want, you can buy disks from<br />
the craft store, or even easier, find some flat round drawer knobs<br />
(something like <a href="http://www.amazon.com/gp/product/B000AO6P0U?ie=UTF8&amp;tag=dabbled-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B000AO6P0U">like this knob</a><img style="border: none!important; margin: 0!important;" alt="" width="1" height="1" border="0" />) and paint on the details. If you<br />
use store bought knobs, your step 7 will actually be easier. }</p>
<p><a href="http://3.bp.blogspot.com/_VArvh-2K3go/SaxNDrJecoI/AAAAAAAAB00/mT1-YDTr4wk/s1600-h/TOPCLO~1.JPG"><img decoding="async" style="float: right; cursor: hand; width: 200px; height: 150px; margin: 0 0 10px 10px;" src="http://dabbled.org/wp-content/uploads/2011/03/TOPCLO1.jpg" alt="" border="0" /></a>Step 6:<br />
The top.<br />
Tape off the bottom (yellow) and spray the top with a metallic paint (we<br />
used a hammered aluminum).<br />
Let it dry.<br />
After it&#8217;s dry, tape off the top with painters tape.<br />
Use a circle cutter (or a saucer or something else round) to cut out circles<br />
that will become the burners.<br />
Peel out the circles, leaving the remainder masked.<br />
Paint the interior of the circles Red. Let dry.</p>
<p>Step 7:<br />
Attaching the knobs.<br />
<a href="http://4.bp.blogspot.com/_VArvh-2K3go/SaxNWc1wmnI/AAAAAAAAB08/YORbZL5Nqa0/s1600-h/KNOBDI~1.JPG"><img decoding="async" style="float: left; cursor: hand; width: 400px; height: 194px; margin: 0 10px 10px 0;" src="http://dabbled.org/wp-content/uploads/2011/03/KNOBDI1.jpg" alt="" border="0" /></a>Remove the original knobs. In our case, there were three drawer pulls which<br />
we were replacing with burner knobs.<br />
For Homemade knobs:<br />
You&#8217;ll need for each knob, a washer, your disk, a screw, and the<br />
triangle/trapezoid shape. Additionally, you&#8217;ll need some scrap MDF to screw<br />
into, inside the drawer.<br />
Place a washer, then the disk, then slip the screw through. Screw into the<br />
scrap MDF, leaving it loose enough to turn. Then glue the black triangle to<br />
the top, covering the screw.<br />
{For Store Bought Knobs: Simply attach the knob as you would to any drawer,<br />
but leave loose enough to turn easily. No extra MDF backing is required. }</p>
<p>Step 8:<br />
Now to finish off the top of the stove.<br />
Peel off the paper you were masking with, to reveal the red circles. The<br />
size of your burners will depend on the size of your circles, so estimate<br />
accordingly.</p>
<p>To make the burners:<br />
<a href="http://1.bp.blogspot.com/_VArvh-2K3go/SaxNwZYBUAI/AAAAAAAAB1E/a-q_xQNU6H4/s1600-h/BURNER~1.JPG"><img decoding="async" style="float: left; cursor: hand; width: 400px; height: 241px; margin: 0 10px 10px 0;" src="http://dabbled.org/wp-content/uploads/2011/03/BURNER1.jpg" alt="" border="0" /></a>Take about a 1 in wide piece of MDF, about 7 in long in our case, and cut at<br />
a 10 degree angle on each side.<br />
Do this 3 times.</p>
<p>Sand edges, paint tops and sides black.<br />
Glue to top of stove, as shown, using wood glue. Put something heavy on top<br />
until it dries.</p>
<p>Step 9:<br />
Send the Chef in!</p>
<p><a href="http://1.bp.blogspot.com/_VArvh-2K3go/SaxOLTn57uI/AAAAAAAAB1U/hDyq6IMgw_k/s1600-h/DRAWER~1.JPG"><img decoding="async" style="float: left; cursor: hand; width: 320px; height: 240px; margin: 0 10px 10px 0;" src="http://dabbled.org/wp-content/uploads/2011/03/DRAWER1.jpg" alt="" border="0" /></a><a href="http://3.bp.blogspot.com/_VArvh-2K3go/SaxOkNjUX_I/AAAAAAAAB1k/igxbQCnQ2xk/s1600-h/stove1.jpg"><img decoding="async" style="float: left; cursor: hand; width: 320px; height: 302px; margin: 0 10px 10px 0;" src="http://dabbled.org/wp-content/uploads/2011/03/stove1.jpg" alt="" border="0" /></a></p>
<p><a href="http://the6oclockstitch.blogspot.com/2009/03/etsy-deals-and-craft-tutorial-party.html">Oh, and The 6 o&#8217;clock stitch asked me to include this in their tutorials round up&#8230; check out other cool ones here.</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/snow-day-we-got-several-inches-of-snow/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">384</post-id>	</item>
		<item>
		<title>How to Make a Lovely Eco-Friendly Disc Bracelet</title>
		<link>https://dabbled.org/how-to-make-lovely-eco-friendly-disc/</link>
					<comments>https://dabbled.org/how-to-make-lovely-eco-friendly-disc/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Thu, 26 Feb 2009 22:48:00 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Featured Craft]]></category>
		<category><![CDATA[instructable]]></category>
		<category><![CDATA[jewelry]]></category>
		<category><![CDATA[recycling]]></category>
		<category><![CDATA[shrinky dinks]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/02/26/how-to-make-a-lovely-eco-friendly-disc-bracelet/</guid>

					<description><![CDATA[<p><br />
This is a fun and easy project, costs less than $1 to make, has tons of possibilities for customization, requires no jewelry making skill or real tools, and is a way to recycle stuff that would be thrown away! What could be better??</p>
<p>This was inspired by something I used to do when I was a kid back in the eighties, make friendship bracelets out of fishing tackle (specifically a barrel swivel).&#8230; <a href="https://dabbled.org/how-to-make-lovely-eco-friendly-disc/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" loading="lazy" class="alignnone size-full wp-image-7605" title="ecobracelet" src="http://dabbled.org/wp-content/uploads/2009/02/ecobracelet.jpg" alt="" width="616" height="489" srcset="https://dabbled.org/wp-content/uploads/2009/02/ecobracelet.jpg 616w, https://dabbled.org/wp-content/uploads/2009/02/ecobracelet-285x226.jpg 285w, https://dabbled.org/wp-content/uploads/2009/02/ecobracelet-585x464.jpg 585w" sizes="(max-width: 616px) 100vw, 616px" /><br />
This is a fun and easy project, costs less than $1 to make, has tons of possibilities for customization, requires no jewelry making skill or real tools, and is a way to recycle stuff that would be thrown away! What could be better??</p>
<p>This was inspired by something I used to do when I was a kid back in the eighties, make friendship bracelets out of fishing tackle (specifically a barrel swivel). You can buy these anywhere they sell fishing gear &#8211; I paid 99cents for a pack of 12 and didn&#8217;t even use them all.</p>
<p>I combined that with my love of faux shrinky dinks from #6 plastic (<a href="http://www.instructables.com/id/Doodle-Earrings-Jewelry-Charms-by-Recycling-6-p/">previous instructable here</a> or check out my <a href="http://dabbled.org/2008/07/shrinky-dinks-wrapup.html">Shrinky Dinky Test Lab experiments</a>) for a fun, updated twist!</p>
<p>Of course, bracelets aren&#8217;t the only thing you can do with this &#8212; you could make drop earrings, necklaces, bead curtains, or whatever! This would also be a great project for kids to do, I could see this at a pre-teen girl birthday party&#8230;<br />
<img decoding="async" loading="lazy" class="alignnone size-full wp-image-7608" title="how to: bracelet: eco friendly shrinky bracelet" src="http://dabbled.org/wp-content/uploads/2009/02/bracelet1.jpg" alt="how to: bracelet: eco friendly shrinky bracelet" width="720" height="959" srcset="https://dabbled.org/wp-content/uploads/2009/02/bracelet1.jpg 720w, https://dabbled.org/wp-content/uploads/2009/02/bracelet1-285x379.jpg 285w, https://dabbled.org/wp-content/uploads/2009/02/bracelet1-525x700.jpg 525w" sizes="(max-width: 720px) 100vw, 720px" /></p>
<p>All the instructions are here as an <a href="http://www.instructables.com/id/Disc_Bead_Bracelet_Cheap_Easy_and_recycled_shr/">Instructable</a></p>
<p>PS&#8230; Don&#8217;t forget to <span style="font-weight: bold;">please </span>go vote for my <a href="http://www.instructables.com/id/Chocolate_Dipped_Chocolate_Hearts_and_ways_to_fi/">Chocolate Dipped Chocolate instructable</a> in the Sweet Treats contest!</p>
<p><a href="http://dabbled.org/2008/07/part-1-how-to-doodle-charms-jewelry-from-recycled-plastic.html"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-7579" title="homemade shrinky plastic out of recycled materials" src="http://dabbled.org/wp-content/uploads/2008/07/shrinky-dink2-285x241.jpg" alt="" width="285" height="241" srcset="https://dabbled.org/wp-content/uploads/2008/07/shrinky-dink2-285x241.jpg 285w, https://dabbled.org/wp-content/uploads/2008/07/shrinky-dink2.jpg 500w" sizes="(max-width: 285px) 100vw, 285px" /></a>Related:<br />
All the <a href="http://dabbled.org/2008/07/shrinky-dinks-wrapup.html">Shrinky Dinks Test Lab</a> Posts<br />
<a href="http://www.dabbled.org/2008/12/shrinky-ornament-how-to-and-template.html">Shrinky Xmas Ornament</a><br />
<a href="http://www.dabbled.org/2008/07/shrinky-dinkies-special-4th-of-july.html">Shrinky Wine glass markers</a></p>
<p>I don&#8217;t know if anyone else did these in the Eighties, but if not, maybe you can find other Eighties stuff you did do at Crafting with Cat Hair!</p>
<p>Oh, and the winner of the<a href="http://www.dabbled.org/2009/02/anti-valentines-judges-pick-winners.html"> Anti-Valentines contest </a>hasn&#8217;t contacted me yet. I&#8217;ve tried to find him/her and haven&#8217;t been able to. So please contact me in the next 2 days for your choice of prizes. Otherwise I&#8217;ll just start giving them out to the other winners, and you&#8217;ll have to take what&#8217;s left :)</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/how-to-make-lovely-eco-friendly-disc/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">382</post-id>	</item>
		<item>
		<title>Tutorial &#8211; Make a Stacked Felt Pin &#8211; A clever Valentine!</title>
		<link>https://dabbled.org/tutorial-make-stacked-felt-pin-clever/</link>
					<comments>https://dabbled.org/tutorial-make-stacked-felt-pin-clever/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Tue, 10 Feb 2009 14:38:00 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[Featured Craft]]></category>
		<category><![CDATA[recycled sweaters]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[felt]]></category>
		<category><![CDATA[felt heart pin]]></category>
		<category><![CDATA[jewelry]]></category>
		<category><![CDATA[kids]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/02/10/tutorial-make-a-stacked-felt-pin-a-clever-valentine/</guid>

					<description><![CDATA[<p><a title="Completed Front by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3265767724/"></a>Here is a fun and quick project, suitable for valentines or spring. Wouldn&#8217;t this be cute for a little girl to make for valentines for her friends? Or stack bolder flowers without the heart and make a fun funky adult brooch. The technique is quite simple, and it&#8217;s a great thing to do with felted sweater scraps (though of course you could use store bought felt if you wish). I had planned to do an appliqued shirt (like the <a href="http://www.dabbled.org/2009/02/felt-love.html">elephant onesie</a>), but decided a pin was more fun, versatile, and won&#8217;t be grown out of!.&#8230; <a href="https://dabbled.org/tutorial-make-stacked-felt-pin-clever/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a title="Completed Front by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3265767724/"><img decoding="async" loading="lazy" style="float: left; padding: 4px;" src="http://dabbled.org/wp-content/uploads/2011/03/3265767724_9f4bdd598e_m2.jpg" alt="Completed Front" width="240" height="180" /></a>Here is a fun and quick project, suitable for valentines or spring. Wouldn&#8217;t this be cute for a little girl to make for valentines for her friends? Or stack bolder flowers without the heart and make a fun funky adult brooch. The technique is quite simple, and it&#8217;s a great thing to do with felted sweater scraps (though of course you could use store bought felt if you wish). I had planned to do an appliqued shirt (like the <a href="http://www.dabbled.org/2009/02/felt-love.html">elephant onesie</a>), but decided a pin was more fun, versatile, and won&#8217;t be grown out of!.</p>
<p><a title="tutorial - Make a Felt Heart/Flower Pin by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3269644282/"><img decoding="async" src="http://dabbled.org/wp-content/uploads/2011/03/3269644282_2f887d7671_o.jpg" alt="tutorial - Make a Felt Heart/Flower Pin" width="600" /></a></p>
<p>1. <a href="http://flickr.com/photos/41214178@N00/3264943005/">Felted Sweaters, cut into fun shapes</a> &#8211; I&#8217;m lucky enough to have borrowed a die cut machine (thanks, <a href="http://someartfabrictalk.blogspot.com/">SomeArtMama</a>!), but you can just cut them out with scissors. Trace around cookie cutters or look for shapes on the web to make a paper template (search google images for things like <a href="http://images.google.com/images?q=heart+template&amp;sourceid=navclient-ff&amp;rlz=1B3GGGL_enUS312US312&amp;um=1&amp;ie=UTF-8&amp;ei=ZZSRSZK_KqKBtwepia3aCw&amp;sa=X&amp;oi=image_result_group&amp;resnum=1&amp;ct=title">heart template</a> and <a href="http://images.google.com/images?um=1&amp;hl=en&amp;rlz=1B3GGGL_enUS312US312&amp;q=flower+template&amp;btnG=Search+Images">flower template</a>).<br />
2. <a href="http://flickr.com/photos/41214178@N00/3269613902/">Supplies</a>: Embroidery floss, a button, 3 felt shapes in graduated sizes, safety pin(make sure you needle will fit through the holes in your button!). Felt shapes: for the 2 I did, this one was heart, then flower, topped with circle. The other was flower, star, topped with circle&#8211; be creative!<br />
3. <a href="http://flickr.com/photos/41214178@N00/3268796127/">Use wire pliers to sprong out your safety pin</a> &#8211; You&#8217;ll want to separate the loop at the end so you can slide your fabric around it.<br />
4. <a href="http://flickr.com/photos/41214178@N00/3269613808/">Stick it in, centered where you want the pin to go</a>, (look at the back &#8211; all the silver showing should be able to be covered by your next layer).<br />
5. <a href="http://flickr.com/photos/41214178@N00/3269613678/">Slide it through until its on the other side</a>, you&#8217;ll have to bunch up the felt and twist it to get it around your loop.<br />
6. <a href="http://flickr.com/photos/41214178@N00/3268791519/">Close pin</a>, If you&#8217;re giving this to a small child, you may want to dull the point of your safety pin so they won&#8217;t prick themselves as easily.<br />
7. <a href="http://flickr.com/photos/41214178@N00/3268791447/">Stack your design</a>, (well, you probably did this earlier!)<br />
8. <a href="http://flickr.com/photos/41214178@N00/3268791363/">Ready to assemble</a>, Start with the side without the safety pin closure.<br />
9. <a href="http://flickr.com/photos/41214178@N00/3269613358/">Place first flower</a>,<br />
10. <a href="http://flickr.com/photos/41214178@N00/3268791151/">Sew it on</a>, starting in the center of the flower so your knot will be covered by the next layer. Make as small stitches as possible on the back side. For extra security , you can stitch around the saftely pin so it&#8217;s held by the thread as well.<br />
11. <a href="http://flickr.com/photos/41214178@N00/3268791049/">Sew on top layer and button</a>, You&#8217;re just sewing these to the middle layer, so you don&#8217;t have to go all the way through to the back (hides most of the stitching)<br />
12. <a href="http://flickr.com/photos/41214178@N00/3268790947/">Note you&#8217;re hiding most of the stiching in the middle.</a>,<br />
13. <a href="http://flickr.com/photos/41214178@N00/3268790857/">Tie off thread, hidden in the middle</a>,<br />
14. <a href="http://flickr.com/photos/41214178@N00/3265767724/">Completed Front</a>,<br />
15. <a href="http://flickr.com/photos/41214178@N00/3265767874/">Completed back</a>,<br />
16. <a href="http://flickr.com/photos/41214178@N00/3264942517/">Looking adorable!</a> I gave this as a gift for a three year old, attached to the cute heart pink shirt.</p>
<p>Update:</p>
<p>A second version</p>
<p><a href="http://dabbled.org/wp-content/uploads/2009/02/felt-pin.jpg"><img decoding="async" loading="lazy" class="alignleft size-full wp-image-3104" title="felt-pin" src="http://dabbled.org/wp-content/uploads/2009/02/felt-pin.jpg" alt="" width="415" height="370" srcset="https://dabbled.org/wp-content/uploads/2009/02/felt-pin.jpg 415w, https://dabbled.org/wp-content/uploads/2009/02/felt-pin-350x312.jpg 350w" sizes="(max-width: 415px) 100vw, 415px" /></a></p>
<div style="clear: both;"></div>
<div style="clear: both;"><span style="font-weight: bold;">Other Valentine Related:</span><br />
&#8211; <a href="http://www.dabbled.org/2009/01/cephalopod-love-and-free-valentine-card.html">Download a Free Squid-y Valentine Card!</a><br />
&#8211; <a href="http://www.dabbled.org/2009/01/ya-win-some-ya-lose-some-valentine.html">Valentine Candy &#8211; I failed, but you might succeed!</a><br />
&#8211; <a href="http://www.dabbled.org/2009/02/anti-valentines-contest-updates-and.html">Cool Valentine Links</a></div>
<p><span style="color: #000099;"><br />
</span></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/tutorial-make-stacked-felt-pin-clever/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">368</post-id>	</item>
	</channel>
</rss>
