<?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/"
	>

<channel>
	<title>Tip 32 &#187; Gum Paste Flowers</title>
	<atom:link href="http://www.tip32.com/category/gum-paste-flowers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tip32.com</link>
	<description>Baking, Cooking And Everything In Between...</description>
	<lastBuildDate>Thu, 26 May 2011 04:40:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Making Gumpaste Flowers Is Eaiser Than You Might Think!</title>
		<link>http://www.tip32.com/2008/12/09/making-gumpaste-flowers/</link>
		<comments>http://www.tip32.com/2008/12/09/making-gumpaste-flowers/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 19:19:30 +0000</pubDate>
		<dc:creator>Jeanne</dc:creator>
				<category><![CDATA[Gum Paste Flowers]]></category>

		<guid isPermaLink="false">http://www.tip32.com/?p=92</guid>
		<description><![CDATA[emailDigg DiggDuring last three weeks I have attended a class at a friend&#8217;s candy and baking supply store. During the class we learned how to make Gum Paste flowers. I have attended Ann&#8217;s classes in the past. Working with gum paste is some what similar to working with fondant. However gum paste is more &#8220;forgiving&#8221;. [...]]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.tip32.com/2008/12/09/making-gumpaste-flowers/" data-count="vertical" data-text="Making Gumpaste Flowers Is Eaiser Than You Might Think!" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v'><a name='fb_share' type='box_count' share_url='http://www.tip32.com/2008/12/09/making-gumpaste-flowers/' href='http://www.facebook.com/sharer.php'></a><script src='http://static.ak.fbcdn.net/connect.php/js/FB.Share' type='text/javascript'></script></div><div style='clear:left'></div><div class='dd_button_v'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.tip32.com%2F2008%2F12%2F09%2Fmaking-gumpaste-flowers%2F&amp;locale=en_US&amp;layout=box_count&amp;action=like&amp;width=50&amp;height=60&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:50px; height:60px;' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fwww.tip32.com%2F2008%2F12%2F09%2Fmaking-gumpaste-flowers%2F'></script></div><div style='clear:left'></div><div class='dd_button_extra_v'><script type="text/javascript">stLight.options({publisher:'7874bb82-bc71-4546-9424-81b931ae24a7'});</script><div class="st_email_custom"><span id='dd_email_text'>email</span></div></div><div style='clear:left'></div><div id='dd_name'><a href='http://www.diggdigg2u.com' target='_blank'>Digg Digg</a></div></div><div class='dd_content_wrap'><p><img src="http://www.tip32.com/wp-content/uploads/2008/12/gpflowers3.jpg" alt="Gum Paste Flowers" title="gpflowers3" width="250" height="229" class="alignright size-full wp-image-96" />During last three weeks I have attended a class at a friend&#8217;s candy and baking supply store. During the class we learned how to make <a href="http://thechocolatebelles.com/do-you-know-how-to-make-gum-paste-flowers/">Gum Paste flowers</a>. I have attended Ann&#8217;s classes in the past. Working with gum paste is some what similar to working with fondant. However gum paste is more &#8220;forgiving&#8221;. Gum Paste once hardened, gum paste flowers can last for much longer time- for months if needed.<br />
<img src="http://www.tip32.com/wp-content/uploads/2008/12/flowers.jpg" alt="" title="flowers" width="300" height="180" class="alignleft size-medium wp-image-95" />During the class we learned ho to make roses, cherry blossoms, baby&#8217;s breath, leafs, stephanotis, violets, forget me not flowers and daisies.</p>
<p>I was pleasantly surprised how realistic the gum paste flowers look. One of the trick I have learned is to make the petals for your flowers as thin as possible- it adds that extra realistic look.</p>
<p>Can&#8217;t wait for the follow up class where we will learn more advanced flowers. If you leave in New Jersey, consider attending one of the classes at <a href="http://thechocolatebelles.com/">Chocolate Belles in Brick</a>. You won&#8217;t regret it!</p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-120px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script>]]></content:encoded>
			<wfw:commentRss>http://www.tip32.com/2008/12/09/making-gumpaste-flowers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

