<?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>tips &#8211; Dabbled</title>
	<atom:link href="https://dabbled.org/tag/tips/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>Photoshop Class: Quick and Easy Brushes!</title>
		<link>https://dabbled.org/photoshop-class-quick-and-easy-brushes/</link>
					<comments>https://dabbled.org/photoshop-class-quick-and-easy-brushes/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:08:08 +0000</pubDate>
				<category><![CDATA[art]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[brush]]></category>
		<category><![CDATA[make brushes]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=3046</guid>

					<description><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2010/02/title.jpg"></a></p>
<p>I use Photoshop all the time, but I hadn&#8217;t ever made any brushes.  I figured there are a ton of good brushes out there, why make my own? And I figured it was complicated.  But then I realized how easy they were to make, and that they could be really useful web work, using them basically as &#8216;stamps&#8217; to create graphics that you use over and over.  I used this technique to make the swirl for the <a href="http://foodwhirl.com">Foodwhirl </a>logo into a brush I could use whenever I needed it &#8212; easy peasy!&#8230; <a href="https://dabbled.org/photoshop-class-quick-and-easy-brushes/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2010/02/title.jpg"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-3055" title="Tutorial - Make Quick Photoshop Brushes" src="http://dabbled.org/wp-content/uploads/2010/02/title.jpg" alt="" width="500" height="300" srcset="https://dabbled.org/wp-content/uploads/2010/02/title.jpg 500w, https://dabbled.org/wp-content/uploads/2010/02/title-350x210.jpg 350w" sizes="(max-width: 500px) 100vw, 500px" /></a></p>
<p>I use Photoshop all the time, but I hadn&#8217;t ever made any brushes.  I figured there are a ton of good brushes out there, why make my own? And I figured it was complicated.  But then I realized how easy they were to make, and that they could be really useful web work, using them basically as &#8216;stamps&#8217; to create graphics that you use over and over.  I used this technique to make the swirl for the <a href="http://foodwhirl.com">Foodwhirl </a>logo into a brush I could use whenever I needed it &#8212; easy peasy! </p>
<p>Here&#8217;s a quick 2 Step tutorial on how to easily make them, hope you find it useful!</p>
<h2>Example 1: Make a brush with transparency, from scratch.</h2>
<p>1.<br />
Open a new file and create your shape.  I created a 2000&#215;2000 pixel file, Grayscale, with a transparent background (White background is fine too).  Then I drew the black oval filling most of the space, and added a gray swirl to it.  I then Trimmed it down to just the shape.  Either white or transparent will show up as transparent on your brush.  Shades of gray will be semi-transparent.<br />
<a href="http://dabbled.org/wp-content/uploads/2010/02/createshape.jpg"><img decoding="async" loading="lazy" class="aligncenter size-full wp-image-3056" title="createshape" src="http://dabbled.org/wp-content/uploads/2010/02/createshape.jpg" alt="" width="300" height="260" /></a></p>
<p>2.<br />
Then I Defined the Brush Preset : Go to the Edit menu, pick Define Brush Preset.  Enter a name, and you&#8217;re done!  (Click to see these screenshots larger)<br />
<a href="http://dabbled.org/wp-content/uploads/2010/02/definebrush.jpg"><img decoding="async" loading="lazy" class="size-medium wp-image-3058 alignleft" title="definebrush" src="http://dabbled.org/wp-content/uploads/2010/02/definebrush-242x350.jpg" alt="" width="218" height="315" srcset="https://dabbled.org/wp-content/uploads/2010/02/definebrush-242x350.jpg 242w, https://dabbled.org/wp-content/uploads/2010/02/definebrush-415x600.jpg 415w, https://dabbled.org/wp-content/uploads/2010/02/definebrush.jpg 601w" sizes="(max-width: 218px) 100vw, 218px" /></a><a href="http://dabbled.org/wp-content/uploads/2010/02/name1.jpg"><img decoding="async" loading="lazy" class="alignright size-medium wp-image-3060" title="name" src="http://dabbled.org/wp-content/uploads/2010/02/name1-350x174.jpg" alt="" width="315" height="157" srcset="https://dabbled.org/wp-content/uploads/2010/02/name1-350x174.jpg 350w, https://dabbled.org/wp-content/uploads/2010/02/name1-575x285.jpg 575w, https://dabbled.org/wp-content/uploads/2010/02/name1.jpg 1134w" sizes="(max-width: 315px) 100vw, 315px" /></a></p>
<div style="clear: both;">
		Now you&#8217;re ready to use it!  Just pick the brush-it should be at the bottom of your Brushes dropdown, pick the size, pick a color, and use it..	</div>
<p><a href="http://dabbled.org/wp-content/uploads/2010/02/useit.jpg"><img decoding="async" loading="lazy" class="aligncenter size-medium wp-image-3068" title="useit" src="http://dabbled.org/wp-content/uploads/2010/02/useit-350x305.jpg" alt="" width="350" height="305" srcset="https://dabbled.org/wp-content/uploads/2010/02/useit-350x305.jpg 350w, https://dabbled.org/wp-content/uploads/2010/02/useit-575x501.jpg 575w, https://dabbled.org/wp-content/uploads/2010/02/useit.jpg 668w" sizes="(max-width: 350px) 100vw, 350px" /></a></p>
<h2>Example 2:  Make a solid brush from an existing image.</h2>
<p>So, what if you have an image that you want to make into a brush?<br />
In this example, I wanted a brush of the Twitter bird.<br />
I snagged the image from Twitter, turned it grayscale, and inverted it.  Now it&#8217;s got a gray background and black center.  The black center is what I want (black will be solid), but I want it surrounded by white.  So I&#8217;m going to use Levels to get it just black and white.<br />
Click on &#8220;Create New Fill or Adjustment Layer&#8221; on the Layers box, and choose Levels.<br />
<a href="http://dabbled.org/wp-content/uploads/2010/02/chooselevel.jpg"><img decoding="async" loading="lazy" class="aligncenter size-medium wp-image-3067" title="chooselevel" src="http://dabbled.org/wp-content/uploads/2010/02/chooselevel-350x305.jpg" alt="" width="350" height="305" srcset="https://dabbled.org/wp-content/uploads/2010/02/chooselevel-350x305.jpg 350w, https://dabbled.org/wp-content/uploads/2010/02/chooselevel-575x501.jpg 575w, https://dabbled.org/wp-content/uploads/2010/02/chooselevel.jpg 668w" sizes="(max-width: 350px) 100vw, 350px" /></a></p>
<p>Then move the sliders until your image is just black and white.  (You can darken or lighten grays this way, just play around with it).<br />
(Zooming in helps)</p>
<p><a href="http://dabbled.org/wp-content/uploads/2010/02/adjustlevel.jpg"><img decoding="async" loading="lazy" class="aligncenter size-medium wp-image-3066" title="adjustlevel" src="http://dabbled.org/wp-content/uploads/2010/02/adjustlevel-350x305.jpg" alt="" width="350" height="305" srcset="https://dabbled.org/wp-content/uploads/2010/02/adjustlevel-350x305.jpg 350w, https://dabbled.org/wp-content/uploads/2010/02/adjustlevel-575x501.jpg 575w, https://dabbled.org/wp-content/uploads/2010/02/adjustlevel.jpg 668w" sizes="(max-width: 350px) 100vw, 350px" /></a></p>
<p>Then just Define a New Brush Preset, and you&#8217;re ready to go!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/photoshop-class-quick-and-easy-brushes/feed/</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3046</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: Dragon Wings for party fun and favors</title>
		<link>https://dabbled.org/how-to-dragon-wings-for-party-fun-and/</link>
					<comments>https://dabbled.org/how-to-dragon-wings-for-party-fun-and/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Fri, 12 Jun 2009 18:45:00 +0000</pubDate>
				<category><![CDATA[craft]]></category>
		<category><![CDATA[Featured Craft]]></category>
		<category><![CDATA[Dragon Party]]></category>
		<category><![CDATA[dragon wings]]></category>
		<category><![CDATA[parties]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorials]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/06/12/how-to-dragon-wings-for-party-fun-and-favors/</guid>

					<description><![CDATA[<p><a href="http://www.flickr.com/photos/dorsner/3590608772/" title="dragonwings by Dot D, on Flickr"></a>For The Boy&#8217;s &#8220;Dragon Party&#8221;, we needed favors.  I considered multiple ideas (see end of post) but decided to try to make some.  The Boy wanted some sort of dress up thing, and these modified capes were very popular with the party-goers, and were perfect for a take home favor.</p>
<p>Now, it wasn&#8217;t a small party (not only his friends from preschool, but our friends with kids were there), so I initially made 20 of these.&#8230; <a href="https://dabbled.org/how-to-dragon-wings-for-party-fun-and/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/dorsner/3590608772/" title="dragonwings by Dot D, on Flickr"><img decoding="async" loading="lazy" style="float:left;padding:4px;" src="http://dabbled.org/wp-content/uploads/2011/03/3590608772_ab7d75c651_m1.jpg" alt="dragonwings" width="240" height="180" /></a>For The Boy&#8217;s &#8220;Dragon Party&#8221;, we needed favors.  I considered multiple ideas (see end of post) but decided to try to make some.  The Boy wanted some sort of dress up thing, and these modified capes were very popular with the party-goers, and were perfect for a take home favor.</p>
<p>Now, it wasn&#8217;t a small party (not only his friends from preschool, but our friends with kids were there), so I initially made 20 of these.  Hence they are NOT high quality heirloom construction.  You could easily modify these instructions (adding hems and what not) to make these more of a &#8220;finished&#8221; product.  But for my purposes, I figured the quick and dirty version would do just fine.  I also kept the design pretty cheap &#8211; I figure each one was about $1 in materials cost.</p>
<p>These would be great not only for favors, but for the &#8220;dress up box&#8221;, or if done a little nicer, for a gift too!</p>
<p>I promised a tutorial for both this and the <a href="http://www.dabbled.org/2009/06/how-to-make-dragon-cake-much.html">Dragon Cake (done!)</a>, so here it is&#8230;  Instructions are after the mosaic picture, but if you need more info, just email me or post here.</p>
<p><a href="http://www.flickr.com/photos/dorsner/3617644325/" title="(Quick and Dirty) Dragon Wing Tutorial for party favors by Dot D, on Flickr"><img decoding="async" loading="lazy" src="http://dabbled.org/wp-content/uploads/2011/03/3617644325_78d2613cfd_b1.jpg" alt="(Quick and Dirty) Dragon Wing Tutorial for party favors" width="616" height="1024" /></a></p>
<p>Note, ignore the different colors, i made a variety and used the best shots for the tutorial.  I figured a mix of orange, pink, blue, and green would work for a mix of kids, and any kids who didn&#8217;t want &#8220;wings&#8221; could call it a prince or princess cape.  Each square of fabric makes 4 capes.</p>
<p>1. <a href="http://flickr.com/photos/41214178@N00/3615067436/">Start with a piece of fabric at least 1 yd square.  (larger for bigger kids)</a>  I did some at 36 in square (about the minimum for 4 year olds) and some a tad larger, which worked better.  Measure against the wingspan of your sample child to figure out how much fabric to buy.  I found that with 44 in broadcloth, 44 in square (about 1.25 yds) worked really well.<br />2. <a href="http://flickr.com/photos/41214178@N00/3615067778/">Trim  fabric to a square.</a> Save the excess.  If you want to make the wrist straps more unubtrusive (for a cape look) use strips of the extra fabric for that.<br />3. <a href="http://flickr.com/photos/41214178@N00/3614252483/">Cut on the diagonal, to make 4 equal triangles.</a>, Start at each corner, and cut in a big X.  that will make 4 capes.<br />4. <a href="http://flickr.com/photos/41214178@N00/3614255607/">4 triangles</a>, Yep, this will be 4 capes.  The longest side of the triangle is the width of your step 2 square.<br />5. <a href="http://flickr.com/photos/41214178@N00/3614250471/">You end up with 4 triangles.</a>,<br />6. <a href="http://flickr.com/photos/41214178@N00/3614251815/">Cut 4 lengths of ribbon about 15 inches each (measure around a child&#8217;s neck to be sure of length)</a>,<br />7. <a href="http://flickr.com/photos/41214178@N00/3615068368/">Center the ribbon on the long side of the triangle</a>, fold the ribbon over in two, sandwiching the cloth, and pin.  Guessimating is fine, i didn&#8217;t measure.   Then pin about 2 inches from the center pin on either side to help you when you stitch.<br />8. <a href="http://flickr.com/photos/41214178@N00/3615073868/">Cut out Wrist Straps</a>, either out of the same ribbon or from a strip of the excess cloth (i did both)<br />9. <a href="http://flickr.com/photos/41214178@N00/3614251185/">Pin the wrist straps in place</a>, location depends on child size.  Use your sample child to get an approximation.  I found for the 36 in capes (for a 4 yr old) the straps should be almost at the end, where as the 44 in capes were about 6 inches in from the points.<br />10. <a href="http://flickr.com/photos/41214178@N00/3614254351/">Sew on the ribbon neckpiece</a>, start sewing at the far pin, and sew to the near one.  Again, quick and dirty, i wasn&#8217;t going for looks here, just attaching.<br />11. <a href="http://flickr.com/photos/41214178@N00/3614253689/">Look at that incredibly straight seam!  uh, yeah, moving on&#8230;</a>,<br />12. <a href="http://flickr.com/photos/41214178@N00/3614253127/">Sew on Wrist straps</a>, Not rocket science, just a straight or zig zag stitch back and forth so they stay on.<br />13. <a href="http://flickr.com/photos/41214178@N00/3615121436/">Sew velcro on each end of the Ribbon</a>.  You could of course skip this and do longer ribbon and just tie it (which I would have done with older kids), but I figured better safe than sorry.  This was the biggest pain, but since i wasn&#8217;t too worried about looks, not too bad.<br />14. <a href="http://flickr.com/photos/41214178@N00/3590608772/">dragonwings</a>,  Here they are in full view!  This is one of the larger versions.<br />15. <a href="http://flickr.com/photos/41214178@N00/3615072556/">Back View</a></p>
<p>That&#8217;s all there is to it!  Hope you enjoy, and if anyone makes a &#8220;nicer&#8221; version of these, please share it here!</p>
<p><span style="font-weight:bold;">Related &#8220;Dragon Party&#8221; Posts:</span></p>
<ul>
<li><a href="http://www.dabbled.org/2009/06/how-to-make-dragon-cake-much.html">Dragon Cake Tutorial!</a></li>
<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><br /><span class="headline"></span></li>
<li><span class="headline"><a href="http://www.dabbled.org/2009/06/finished-dragon-cake.html" target="_blank">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">Cake Baking Day!</a></span></li>
<li><span class="headline"><a href="http://www.dabbled.org/2009/06/dragon-wings.html" target="_blank">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</a></span></li>
</ul>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/how-to-dragon-wings-for-party-fun-and/feed/</wfw:commentRss>
			<slash:comments>8</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">468</post-id>	</item>
		<item>
		<title>Tutorial &#8211; Fusing Plastic (or how to make disposal plastic bags into keepable stuff!)</title>
		<link>https://dabbled.org/tutorial-fusing-plastic-or-how-to-make/</link>
					<comments>https://dabbled.org/tutorial-fusing-plastic-or-how-to-make/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Tue, 19 May 2009 19:25:00 +0000</pubDate>
				<category><![CDATA[Best Of Dabbled]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[featured]]></category>
		<category><![CDATA[Guest]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[fusing plastic bags]]></category>
		<category><![CDATA[guest post]]></category>
		<category><![CDATA[plastic]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tutorials]]></category>
		<guid isPermaLink="false">http://dabbledexp.wordpress.com/2009/05/19/tutorial-fusing-plastic-or-how-to-make-disposal-plastic-bags-into-keepable-stuff/</guid>

					<description><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2009/05/3535246311_4b3555aeba2.jpg"></a>Today&#8217;s guest post is by the very talented Brooke, of <a href="http://soshesews.etsy.com/">So She Sews</a>. I discovered her work on flickr one day <a href="http://www.flickr.com/photos/soshesews/">(love it!)</a> and I thought her style was such a great twist on the fused plastic trend. And it turns out she&#8217;s also an Atlantan, how cool! (Look at this cup holder! Isn&#8217;t it neat? You&#8217;d never guess that came from grocery bags!) So I asked her if she&#8217;d do us the honor of a tutorial..&#8230; <a href="https://dabbled.org/tutorial-fusing-plastic-or-how-to-make/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p><a href="http://dabbled.org/wp-content/uploads/2009/05/3535246311_4b3555aeba2.jpg"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-936" title="soshesews coffee sleeve" src="http://dabbled.org/wp-content/uploads/2009/05/3535246311_4b3555aeba2-300x297.jpg" alt="soshesews coffee sleeve" width="300" height="297" srcset="https://dabbled.org/wp-content/uploads/2009/05/3535246311_4b3555aeba2-300x297.jpg 300w, https://dabbled.org/wp-content/uploads/2009/05/3535246311_4b3555aeba2-150x150.jpg 150w, https://dabbled.org/wp-content/uploads/2009/05/3535246311_4b3555aeba2.jpg 500w" sizes="(max-width: 300px) 100vw, 300px" /></a>Today&#8217;s guest post is by the very talented Brooke, of <a href="http://soshesews.etsy.com/">So She Sews</a>. I discovered her work on flickr one day <a href="http://www.flickr.com/photos/soshesews/">(love it!)</a> and I thought her style was such a great twist on the fused plastic trend. And it turns out she&#8217;s also an Atlantan, how cool! (Look at this cup holder! Isn&#8217;t it neat? You&#8217;d never guess that came from grocery bags!) So I asked her if she&#8217;d do us the honor of a tutorial.. and she did a great one. I had seen fused plastic bag tutorials before, but not with the thin grocery bags like this.</p>
<p>Hope you all enjoy it as much as I did&#8230; &#8211; Dot</p>
<div style="border: 0pt solid; margin: 0pt; padding: 0pt; float: left; width: 100%;">How To Make Fused Plastic Sheets (from plastic bags)<br />
&#8230;and then turn them into something neat!<br />
<a title="Plastic bag fusing tutorial by So She Sews by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3546922434/"><img decoding="async" src="http://dabbled.org/wp-content/uploads/2011/03/3546922434_379572b8cf_o1.jpg" alt="Plastic bag fusing tutorial by So She Sews" width="620" /></a>1. <a href="http://flickr.com/photos/11260891@N04/3529608617/">Fusing Plastic Bags: Things you need</a>, 2. <a href="http://flickr.com/photos/11260891@N04/3530421714/">Fusing Plastic Bags: The Bags!</a>, 3. <a href="http://flickr.com/photos/11260891@N04/3529608039/">Fusing Plastic Bags: Step One</a>, 4. <a href="http://flickr.com/photos/11260891@N04/3530422020/">Fusing Plastic Bags: Step Two</a>, 5. <a href="http://flickr.com/photos/11260891@N04/3530422390/">Fusing Plastic Bags: Don&#8217;t forget the Earth!</a>, 6. <a href="http://flickr.com/photos/11260891@N04/3530422214/">Fusing Plastic Bags: Step Three</a>, 7. <a href="http://flickr.com/photos/11260891@N04/3529516057/">Fusing Plastic Bags: Step Four</a>, 8. <a href="http://flickr.com/photos/11260891@N04/3530421568/">Fusing Plastic Bags: Step Five</a>, 9. <a href="http://flickr.com/photos/11260891@N04/3529607667/">Fusing Plastic Bags: Step Six</a>, 10. <a href="http://flickr.com/photos/11260891@N04/3529607457/">Fusing Plastic Bags: Step Seven</a>, 11. <a href="http://flickr.com/photos/11260891@N04/3529533359/">Fusing Plastic Bags: The Motion in the Ocean</a>, 12. <a href="http://flickr.com/photos/11260891@N04/3530308862/">Fusing Plastic Bags: Step Eight</a>, 13. <a href="http://flickr.com/photos/11260891@N04/3530308946/">Fusing Plastic Bags: Turn up the Heat!</a>, 14. <a href="http://flickr.com/photos/11260891@N04/3530307922/">Fusing Plastic Bags: Aaaaand we&#8217;re GOOD!</a>, 15. <a href="http://flickr.com/photos/11260891@N04/3529494243/">Fusing Plastic Bags: Step Nine</a>, 16. <a href="http://flickr.com/photos/11260891@N04/3529459575/">Final step!</a>The description of each picture gives you the scoop on what&#8217;s going on, so click through the links above for directions, or you can <a href="http://www.blogger.com/%20http://www.flickr.com/photos/soshesews/sets/72157618117519922/">see all the steps here</a>.</p>
<p>So what to do with it now?</p>
<p>&#8220;Just behave as if this cool, fused plastic sheet were a regular piece of fabric! It sews right through on a regular machine (won&#8217;t get stuck or not feed feed properly&#8230; it will smoothly go through just like any piece of fabric would!).</p>
<p>When you are cutting shapes out of it, I recommend you draw your shapes on the backside of the fused plastic using a permanent marker (so that it won&#8217;t smear and get all over you), and then cut them out. Do this instead of pinning pattern pieces to it because wherever you put your pins is going to leave a tiny hole in the plastic.</p>
<p>Just use a regular or universal needle, no leather needles needed&#8230; this stuff is actually quite soft and easy for a regular sewing machine to pierce right through!</p>
<p>And if using a sewing machine isn&#8217;t your gig, try your &#8220;hand&#8221;&#8230; haha&#8230; at hand sewing through your fused plastic! I&#8217;ve made some wonderful little accessories by &#8220;whipstitching&#8221; or &#8220;blanket stitching&#8221; around the edge with colorful embroidery thread and even yarn!</p>
<p>There are so many possibilities for what to do with this new eco fabric&#8230; dream up something useful for your new recycled fused plastic!&#8221;</p>
<p>Thanks Brooke, This is really cool, green, and inspiring!</p>
</div>
<div style="border: 1px solid; margin: 5px; padding: 5px; float: left; width: 95%;">
<p>All About Brooke, of So She Sews</p>
<p>&#8220;Imagine a young Cindi Lauper with Bob Villa composure.<br />
Haha! Ok, well you can already tell that I&#8217;m a bit of a jokester. What is life if you can&#8217;t have fun, am I right? Basically I&#8217;ve been amazingly blessed all my life to pursue having fun for a living. And having fun to me is at the very core of creativity. I adore things with color, difference, functionality and good design. I learned to sew when I was very young, thanks to my amazing Mother (who will appreciate the Bob Villa reference), and I&#8217;ve been cultivating it since. I&#8217;ve done everything from altering wedding gowns to cutting faux fur all day long as a professional fabric cutter in a mascot costume factory. My education was in Costume Design for Theatre but my passion for vintage fashion has just as much to do with my design style. I care deeply about my impact on the earth, and hope one day to have my own &#8220;eco-home&#8221; with a little veggie garden in the back, and solar panels to power my sewing machine!&#8221;</p>
<div style="text-align: center;"><a title="Work by So She Sews (for dabbled.org article) by Dot D, on Flickr" href="http://www.flickr.com/photos/dorsner/3546876426/"><img decoding="async" loading="lazy" src="http://dabbled.org/wp-content/uploads/2011/03/3546876426_514f03e8d21.jpg" alt="Work by So She Sews (for dabbled.org article)" width="500" height="168" /></a></div>
<p>Buy her stuff (Pictured above): <a href="http://www.etsy.com/view_listing.php?listing_id=24970363">Owl Purses</a>, <a href="http://www.etsy.com/view_listing.php?listing_id=24969276">Dresses</a>, <a href="http://www.etsy.com/view_listing.php?listing_id=24226626">Wallets</a></p>
<p>Check her out at<br />
<a href="http://soshesews.etsy.com/">http://soshesews.etsy.com</a><br />
<a href="http://www.flickr.com/photos/soshesews/">http://www.flickr.com/photos/soshesews/</a></p>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/tutorial-fusing-plastic-or-how-to-make/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">452</post-id>	</item>
	</channel>
</rss>
