<?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>The Chocolate Belles Blog</title>
	<atom:link href="http://blog.thechocolatebelles.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thechocolatebelles.com</link>
	<description>Candy and Cake Crafts</description>
	<lastBuildDate>Fri, 27 Aug 2010 14:23:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.thechocolatebelles.com/?pushpress=hub'/>
		<item>
		<title>Upcoming Classes Spotlight: Intro To Fondant</title>
		<link>http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/</link>
		<comments>http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 14:23:53 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Cake Decorating]]></category>
		<category><![CDATA[Cakes]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Fondant Cakes]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3512</guid>
		<description><![CDATA[Few days ago we started a series of blog posts focusing on our fall cake decorating and candy making classes. Today we would like to present to you our Introduction to Decorating in Fondant class. This is one of our most popular classes as fondant cakes still seem to be a &#8220;must have&#8221; cakes for [...]]]></description>
			<content:encoded><![CDATA[<p>Few days ago we started a series of blog posts focusing on our fall <a href="http://blog.thechocolatebelles.com/cake-decorating-classes/">cake decorating and candy making classes</a>. Today we would like to present to you our<a href="http://blog.thechocolatebelles.com/cake-decorating-classes/?regevent_action=register&#038;event_id=10&#038;name_of_event=Introdution%20To%20Fondant%20-%203%20weeks"> Introduction to Decorating in Fondant</a> class. This is one of our most popular classes as fondant cakes still seem to be a &#8220;must have&#8221; cakes for special occasions, birthdays and weddings. The cakes decorated in fondant are probably among the most expensive cakes at your local bakery. But did you know that decorating in fondant is far from being a &#8220;rocket science&#8221;? Any one can learn how to do it. Many of our students have never decorated a cake in fondant, but if you look at their cakes, you would think they have been doing it forever!<br />
<center><br />
<iframe class="youtube-player" type="text/html" width="480" height="385" src="http://www.youtube.com/embed/ssOW9HE1yCY" frameborder="0"></iframe></center><br />
Our Introduction to Decorating in Fondant class is scheduled to begin on November 2, 2010 at 6:30 PM here at Chocolate Belles. This a three week class that will take place once a week for three consecutive weeks- please plan ahead if you are interested to attend this class. During the class our students will learn basic techniques in working with fondant- how to color the fondant, how to cover a cake with fondant. As well as making fondant flowers. To register for this class simply use the form provided bellow. If you are planing to visit our store, you can register in person.<br />
<SCRIPT>
function checkInternationalPhone(strPhone){
// Declaring required variables
var digits = "0123456789";
// non-digit characters which are allowed in phone numbers
var phoneNumberDelimiters = "()- ";
// characters which are allowed in international phone numbers
// (a leading + is OK)
var validWorldPhoneChars = phoneNumberDelimiters + "+";
// Minimum no of digits in an international phone no.
var minDigitsInIPhoneNumber = 10;
function isInteger(s)
{   var i;
    for (i = 0; i < s.length; i++)
    {
        // Check that current character is number.
        var c = s.charAt(i);
        if (((c < "0") || (c > "9"))) return false;
    }
    // All characters are numbers.
    return true;
}
function trim(s)
{   var i;
    var returnString = "";
    // Search through string's characters one by one.
    // If character is not a whitespace, append to returnString.
    for (i = 0; i < s.length; i++)
    {
        // Check that current character isn't whitespace.
        var c = s.charAt(i);
        if (c != " ") returnString += c;
    }
    return returnString;
}
function stripCharsInBag(s, bag)
{   var i;
    var returnString = "";
    // Search through string's characters one by one.
    // If character is not in bag, append to returnString.
    for (i = 0; i < s.length; i++)
    {
        // Check that current character isn't whitespace.
        var c = s.charAt(i);
        if (bag.indexOf(c) == -1) returnString += c;
    }
    return returnString;
}
var bracket=3
strPhone=trim(strPhone)
if(strPhone.indexOf("+")>1) return false
if(strPhone.indexOf("-")!=-1)bracket=bracket+1
if(strPhone.indexOf("(")!=-1 && strPhone.indexOf("(")>bracket)return false
var brchr=strPhone.indexOf("(")
if(strPhone.indexOf("(")!=-1 && strPhone.charAt(brchr+2)!=")")return false
if(strPhone.indexOf("(")==-1 && strPhone.indexOf(")")!=-1)return false
s=stripCharsInBag(strPhone,validWorldPhoneChars);
return (isInteger(s) && s.length >= minDigitsInIPhoneNumber);
}
function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }
		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		}
		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}
		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }
		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }
		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }
 		 return true;
}
function testIsValidObject(objToTest) {
if (objToTest == null || objToTest == undefined) {
return false;
}
return true;
}
function validateForm(form) {
var msg = "";
if (form.fname.value == "") {  msg += "\n " +"Please enter your first name.";
   		form.fname.focus( );
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name.";
   		form.lname.focus( );
   		}
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
if(form.phone) {
	if (form.phone.value == "" || form.phone.value==null) {  msg += "\n " +"Please enter your phone number.";
   		form.phone.focus( );
   		}
    if (checkInternationalPhone(form.phone.value)==false){
		msg += "\n " +"Please use correct format for your phone number.";
		form.value=""
		form.phone.focus()
        }
}
if(form.address) {
if (form.address.value == "") {  msg += "\n " +"Please enter your address.";
   		form.address.focus( );
   		}
        }
if(form.city) {
if (form.city.value == "") {  msg += "\n " +"Please enter your city.";
   		form.city.focus( );
   		}  }
if(form.state) {
if (form.state.value == "") { msg += "\n " + "Please enter your state.";
   		form.state.focus( );
   	 }
     }
if(form.zip) {
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code.";
   		form.zip.focus( );
   		 }
         }
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
	var inputs = form.getElementsByTagName("input");
	var e;
//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group)
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			}
	}
	var inputs = form.getElementsByTagName("textarea");
	var e;
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}
if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	return true;
}
</SCRIPT>
<p align='center'><img src='http://blog.thechocolatebelles.com/wp-content/uploads/2010/04/jeanne.jpg'  width='450' align='center'></p><p align='center'><b>Event Registration for Introdution To Fondant - 3 weeks - Intro to Fondant</b></p><table width='100%'><td><td span='2'>Learn the basics of covering and decorating your cake in fondant.
During this class you will also learn how to make fondant flowers and much more.
The Introduction to Fondant is a 3 (three) week class - please plan in advance.
</td></table><table width='500'><td><b>Introdution To Fondant - 3 weeks - Cost $ 75.00</b></p></p>
</td>
<tr>
	<td>
	<form method="post"
		action="/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
  <input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
<p align="left"><b>	Additional attendees?
      <select name="num_people" style="width:70px;margin-top:4px">
        <option value="1" selected>None</option>
        <option value="2">1</option>
        <option value="3">2</option>
        <option value="4">3</option>
        <option value="5">4</option>
        <option value="6">5</option>
      </select>
      </b></p>
		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="10">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	</form>
	</td>
</tr>
</table>
</body>
</p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/&amp;title=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/&amp;t=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant&amp;link=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant&amp;body=Link: http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Few%20days%20ago%20we%20started%20a%20series%20of%20blog%20posts%20focusing%20on%20our%20fall%20cake%20decorating%20and%20candy%20making%20classes.%20Today%20we%20would%20like%20to%20present%20to%20you%20our%20Introduction%20to%20Decorating%20in%20Fondant%20class.%20This%20is%20one%20of%20our%20most%20popular%20classes%20as%20fondant%20cakes%20still%20seem%20to%20be%20a%20%22must%20have%22%20cakes%20for%20speci" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/&amp;t=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/&amp;title=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Fupcoming-classes-spotlight-intro-to-fondant%2F&amp;t=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Upcoming+Classes+Spotlight%3A+Intro+To+Fondant+-+http://b2l.me/amfbq9&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/&amp;submitHeadline=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant&amp;submitSummary=Few%20days%20ago%20we%20started%20a%20series%20of%20blog%20posts%20focusing%20on%20our%20fall%20cake%20decorating%20and%20candy%20making%20classes.%20Today%20we%20would%20like%20to%20present%20to%20you%20our%20Introduction%20to%20Decorating%20in%20Fondant%20class.%20This%20is%20one%20of%20our%20most%20popular%20classes%20as%20fondant%20cakes%20still%20seem%20to%20be%20a%20%22must%20have%22%20cakes%20for%20speci&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant&amp;body=Link: http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Few%20days%20ago%20we%20started%20a%20series%20of%20blog%20posts%20focusing%20on%20our%20fall%20cake%20decorating%20and%20candy%20making%20classes.%20Today%20we%20would%20like%20to%20present%20to%20you%20our%20Introduction%20to%20Decorating%20in%20Fondant%20class.%20This%20is%20one%20of%20our%20most%20popular%20classes%20as%20fondant%20cakes%20still%20seem%20to%20be%20a%20%22must%20have%22%20cakes%20for%20speci" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/&amp;lname=Upcoming+Classes+Spotlight%3A+Intro+To+Fondant" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/upcoming-classes-spotlight-intro-to-fondant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upcoming Classes Spotlight: Holiday Candy Class</title>
		<link>http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/</link>
		<comments>http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 05:01:02 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Candy Making Classes]]></category>
		<category><![CDATA[Classes]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3482</guid>
		<description><![CDATA[The Holiday Candy Making class will begin on Wednesday, October 20, 2010. This is a three week class, please plan your calendar ahead. This class is perfect for you if you are looking for candy making ideas for the upcoming Holiday season. All of our fall decorating classes are filling out quickly this year, make [...]]]></description>
			<content:encoded><![CDATA[<p>The Holiday Candy Making class will begin on Wednesday, October 20, 2010. This is a three week class, please plan your calendar ahead. This class is perfect for you if you are looking for candy making ideas for the upcoming Holiday season. All of our fall decorating classes are filling out quickly this year, make sure to register ahead of time. You can also register for this class when visiting our store or please call us at 732 920 2266 if you have any questions about this class.<br />
<SCRIPT>
function checkInternationalPhone(strPhone){
// Declaring required variables
var digits = "0123456789";
// non-digit characters which are allowed in phone numbers
var phoneNumberDelimiters = "()- ";
// characters which are allowed in international phone numbers
// (a leading + is OK)
var validWorldPhoneChars = phoneNumberDelimiters + "+";
// Minimum no of digits in an international phone no.
var minDigitsInIPhoneNumber = 10;
function isInteger(s)
{   var i;
    for (i = 0; i < s.length; i++)
    {
        // Check that current character is number.
        var c = s.charAt(i);
        if (((c < "0") || (c > "9"))) return false;
    }
    // All characters are numbers.
    return true;
}
function trim(s)
{   var i;
    var returnString = "";
    // Search through string's characters one by one.
    // If character is not a whitespace, append to returnString.
    for (i = 0; i < s.length; i++)
    {
        // Check that current character isn't whitespace.
        var c = s.charAt(i);
        if (c != " ") returnString += c;
    }
    return returnString;
}
function stripCharsInBag(s, bag)
{   var i;
    var returnString = "";
    // Search through string's characters one by one.
    // If character is not in bag, append to returnString.
    for (i = 0; i < s.length; i++)
    {
        // Check that current character isn't whitespace.
        var c = s.charAt(i);
        if (bag.indexOf(c) == -1) returnString += c;
    }
    return returnString;
}
var bracket=3
strPhone=trim(strPhone)
if(strPhone.indexOf("+")>1) return false
if(strPhone.indexOf("-")!=-1)bracket=bracket+1
if(strPhone.indexOf("(")!=-1 && strPhone.indexOf("(")>bracket)return false
var brchr=strPhone.indexOf("(")
if(strPhone.indexOf("(")!=-1 && strPhone.charAt(brchr+2)!=")")return false
if(strPhone.indexOf("(")==-1 && strPhone.indexOf(")")!=-1)return false
s=stripCharsInBag(strPhone,validWorldPhoneChars);
return (isInteger(s) && s.length >= minDigitsInIPhoneNumber);
}
function echeck(str) {
		var at="@"
		var dot="."
		var em = ""
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		    return false;
		    }
		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		    return false;
		}
		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		     return false;
		}
		 if (str.indexOf(at,(lat+1))!=-1){
		      return false;
		 }
		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		     return false;
		 }
		 if (str.indexOf(dot,(lat+2))==-1){
		    return false;
		 }
		 if (str.indexOf(" ")!=-1){
		    return false;
		 }
 		 return true;
}
function testIsValidObject(objToTest) {
if (objToTest == null || objToTest == undefined) {
return false;
}
return true;
}
function validateForm(form) {
var msg = "";
if (form.fname.value == "") {  msg += "\n " +"Please enter your first name.";
   		form.fname.focus( );
   	 }
if (form.lname.value == "") {  msg += "\n " +"Please enter your last name.";
   		form.lname.focus( );
   		}
if (echeck(form.email.value)==false){
		msg += "\n " + "Email format not correct!";
		}
if(form.phone) {
	if (form.phone.value == "" || form.phone.value==null) {  msg += "\n " +"Please enter your phone number.";
   		form.phone.focus( );
   		}
    if (checkInternationalPhone(form.phone.value)==false){
		msg += "\n " +"Please use correct format for your phone number.";
		form.value=""
		form.phone.focus()
        }
}
if(form.address) {
if (form.address.value == "") {  msg += "\n " +"Please enter your address.";
   		form.address.focus( );
   		}
        }
if(form.city) {
if (form.city.value == "") {  msg += "\n " +"Please enter your city.";
   		form.city.focus( );
   		}  }
if(form.state) {
if (form.state.value == "") { msg += "\n " + "Please enter your state.";
   		form.state.focus( );
   	 }
     }
if(form.zip) {
if (form.zip.value == "") {  msg += "\n " +"Please enter your zip code.";
   		form.zip.focus( );
   		 }
         }
//Validate Extra Questions
function trim(s) {if (s) {return s.replace(/^\s*|\s*$/g,"");} return null;}
	var inputs = form.getElementsByTagName("input");
	var e;
//Start Extra Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (e.type == "text" && e.title && !value && e.className == "r")
		{msg += "\n " + e.title;}
	if ((e.type == "radio" || e.type == "checkbox") && e.className == "r") {
				var rd =""
				var controls = form.elements;
				function getSelectedControl(group)
					{
					for (var i = 0, n = group.length; i < n; ++i)
						if (group[i].checked) return group[i];
						return null;
					}
				if (!getSelectedControl(controls[e.name]))
								{msg += "\n " + e.title;}
			}
	}
	var inputs = form.getElementsByTagName("textarea");
	var e;
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if (!value && e.className == "r")
		{msg += "\n " + e.title;}
	}
	var inputs = form.getElementsByTagName("select");
	var e;
	//Start Extra TextArea Questions Check
	for( var i = 0, e; e = inputs[i]; i++ )
	{
		var value = e.value ? trim(e.value) : null;
		if ((!value || value =='') && e.className == "r")
		{msg += "\n " + e.title;}
	}
if (msg.length > 0) {
			msg = "The following fields need to be completed before you can submit.\n\n" + msg;
			alert(msg);
			return false;
		}
	return true;
}
</SCRIPT>
<p align='center'><img src='http://blog.thechocolatebelles.com/wp-content/uploads/2010/08/holiday.jpg'  width='450' align='center'></p><p align='center'><b>Event Registration for Holiday Candy Class - 3 Weeks - Holiday Candy Class</b></p><table width='100%'><td><td span='2'>Learn how to make candies for the upcoming holidays.
This class will take place one night a week for 3 (three) consecutive weeks - please plan ahead.
The cost for this class does not include supplies. All supplies are available in our store.</td></table><table width='500'><td><b>Holiday Candy Class - 3 Weeks - Cost  35.00</b></p></p>
</td>
<tr>
	<td>
	<form method="post"
		action="/feed/"
		onSubmit="return validateForm(this)">
	<p align="left"><b>First Name: <br />
	<input tabIndex="1" maxLength="40" size="47" name="fname"></b></p>
	<p align="left"><b>Last Name:<br />
	<input tabIndex="2" maxLength="40" size="47" name="lname"></b></p>
	<p align="left"><b>E-Mail:<br />
	<input tabIndex="3" maxLength="40" size="47" name="email"></b></p>
	<p align="left"><b>Phone:<br />
  <input tabIndex="4" maxLength="20" size="25" name="phone"></b></p>
<p align="left"><b>	Additional attendees?
      <select name="num_people" style="width:70px;margin-top:4px">
        <option value="1" selected>None</option>
        <option value="2">1</option>
        <option value="3">2</option>
        <option value="4">3</option>
        <option value="5">4</option>
        <option value="6">5</option>
      </select>
      </b></p>
		<input type="hidden" name="regevent_action" value="post_attendee"> <input
		type="hidden" name="event_id" value="7">
	<p align="center"><input type="submit" name="Submit" value="Submit"> <font
		color="#FF0000"><b>(Only click the Submit Button Once)</b></font>
	</form>
	</td>
</tr>
</table>
</body>
</p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/&amp;title=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/&amp;t=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class&amp;link=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class&amp;body=Link: http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20Holiday%20Candy%20Making%20class%20will%20begin%20on%20Wednesday%2C%20October%2020%2C%202010.%20This%20is%20a%20three%20week%20class%2C%20please%20plan%20your%20calendar%20ahead.%20This%20class%20is%20perfect%20for%20you%20if%20you%20are%20looking%20for%20candy%20making%20ideas%20for%20the%20upcoming%20Holiday%20season.%20All%20of%20our%20fall%20decorating%20classes%20are%20filling%20out%20quickly%20t" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/&amp;t=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/&amp;title=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Fupcoming-classes-spotlight-holiday-candy-class%2F&amp;t=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class+-+http://b2l.me/akj3us&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/&amp;submitHeadline=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class&amp;submitSummary=The%20Holiday%20Candy%20Making%20class%20will%20begin%20on%20Wednesday%2C%20October%2020%2C%202010.%20This%20is%20a%20three%20week%20class%2C%20please%20plan%20your%20calendar%20ahead.%20This%20class%20is%20perfect%20for%20you%20if%20you%20are%20looking%20for%20candy%20making%20ideas%20for%20the%20upcoming%20Holiday%20season.%20All%20of%20our%20fall%20decorating%20classes%20are%20filling%20out%20quickly%20t&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class&amp;body=Link: http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A The%20Holiday%20Candy%20Making%20class%20will%20begin%20on%20Wednesday%2C%20October%2020%2C%202010.%20This%20is%20a%20three%20week%20class%2C%20please%20plan%20your%20calendar%20ahead.%20This%20class%20is%20perfect%20for%20you%20if%20you%20are%20looking%20for%20candy%20making%20ideas%20for%20the%20upcoming%20Holiday%20season.%20All%20of%20our%20fall%20decorating%20classes%20are%20filling%20out%20quickly%20t" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/&amp;lname=Upcoming+Classes+Spotlight%3A+Holiday+Candy+Class" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/upcoming-classes-spotlight-holiday-candy-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Royal Icing Flowers: Sweet Peas, Carnations, Rose Buds.</title>
		<link>http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/</link>
		<comments>http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 18:10:14 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Classes]]></category>
		<category><![CDATA[Royal Icing Flowers]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3495</guid>
		<description><![CDATA[Last Tuesday during our current ongoing cake decorating class (The Tier Cake Class- this class is available again is in January, 2011) our students learned how to pipe variety of flowers while working with royal icing. Sweet Peas in Ryal Icing Carnation in Royal Icing Half Carnations in Royal Icing Rose Buds in Royal Icing [...]]]></description>
			<content:encoded><![CDATA[<p>Last Tuesday during our current ongoing cake decorating class (<a href="http://blog.thechocolatebelles.com/cake-decorating-classes/?regevent_action=register&amp;event_id=2&amp;name_of_event=Cake%20Decorating%20Class%20#3%20-%20Tier%20Cake%20Class-%204%20weeks">The Tier Cake Class</a>- this class is available again is in January, 2011) our students learned how to pipe variety of flowers while working with royal icing.</p>
<p style="text-align: center;"><strong>Sweet Peas in Ryal Icing</strong><br />
<img class="aligncenter size-full wp-image-3496" title="Sweet Peas in Ryal Icing" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/08/sweet-peas.jpg" alt="Sweet Peas in Ryal Icing" width="500" height="368" /><span id="more-3495"></span><br />
<strong>Carnation in Royal Icing</strong><br />
<img class="aligncenter size-full wp-image-3497" title="Carnation in Royal Icing" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/08/ful-carnation.jpg" alt="Carnation in Royal Icing" width="250" height="207" /><br />
<strong>Half Carnations in Royal Icing</strong><br />
<img class="aligncenter size-full wp-image-3498" title="Half Carnations in Royal Icing" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/08/half-carnations.jpg" alt="Half Carnations in Royal Icin" width="500" height="211" /><br />
<strong>Rose Buds in Royal Icing</strong><br />
<img class="aligncenter size-full wp-image-3499" title="Rose Buds in Royal Icing" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/08/rosebuds.jpg" alt="" width="500" height="195" /></p>
<p>We also took videos during the class, we hope our students can use these if needed.</p>
<p style="text-align: center;"><strong> Making Royal Icing Carnations</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rsEIxIXN8YM&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/rsEIxIXN8YM&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong> Making Royal Icing Sweet Peas</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rwkAWYJ5pFY&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/rwkAWYJ5pFY&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/&amp;title=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds." rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/&amp;t=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds." rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds.&amp;link=http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds.&amp;body=Link: http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Last%20Tuesday%20during%20our%20current%20ongoing%20cake%20decorating%20class%20%28The%20Tier%20Cake%20Class-%20this%20class%20is%20available%20again%20is%20in%20January%2C%202011%29%20our%20students%20learned%20how%20to%20pipe%20variety%20of%20flowers%20while%20working%20with%20royal%20icing.%0D%0ASweet%20Peas%20in%20Ryal%20Icing%0D%0A%0D%0ACarnation%20in%20Royal%20Icing%0D%0A%0D%0AHalf%20Carnations%20in%20Royal" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/&amp;t=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds." rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/&amp;title=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds." rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Froyal-icing-flowers-sweet-peas-carnations-rose-buds%2F&amp;t=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds." rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds.+-+http://b2l.me/af5wkq&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/&amp;submitHeadline=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds.&amp;submitSummary=Last%20Tuesday%20during%20our%20current%20ongoing%20cake%20decorating%20class%20%28The%20Tier%20Cake%20Class-%20this%20class%20is%20available%20again%20is%20in%20January%2C%202011%29%20our%20students%20learned%20how%20to%20pipe%20variety%20of%20flowers%20while%20working%20with%20royal%20icing.%0D%0ASweet%20Peas%20in%20Ryal%20Icing%0D%0A%0D%0ACarnation%20in%20Royal%20Icing%0D%0A%0D%0AHalf%20Carnations%20in%20Royal&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds.&amp;body=Link: http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Last%20Tuesday%20during%20our%20current%20ongoing%20cake%20decorating%20class%20%28The%20Tier%20Cake%20Class-%20this%20class%20is%20available%20again%20is%20in%20January%2C%202011%29%20our%20students%20learned%20how%20to%20pipe%20variety%20of%20flowers%20while%20working%20with%20royal%20icing.%0D%0ASweet%20Peas%20in%20Ryal%20Icing%0D%0A%0D%0ACarnation%20in%20Royal%20Icing%0D%0A%0D%0AHalf%20Carnations%20in%20Royal" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/&amp;lname=Royal+Icing+Flowers%3A+Sweet+Peas%2C+Carnations%2C+Rose+Buds." rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/royal-icing-flowers-sweet-peas-carnations-rose-buds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cradle Pattern From Last Night Class</title>
		<link>http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/</link>
		<comments>http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 21:45:16 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Classes]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3455</guid>
		<description><![CDATA[Last night we have shown our students how to make cradles with icing &#8211; bellow is the pattern needed for the cradle. Click on the image first and then print the pattern. Or if you wish you can &#8220;right-click&#8221; and select &#8220;save image as&#8221; to save it to your computer and the print as you [...]]]></description>
			<content:encoded><![CDATA[<p>Last night we have shown our students how to make cradles with icing &#8211; bellow is the pattern needed for the cradle. Click on the image first and then print the pattern. Or if you wish you can &#8220;right-click&#8221; and select &#8220;save image as&#8221; to save it to your computer and the print as you would print any of your pictures.<br />
<a href="http://blog.thechocolatebelles.com/wp-content/uploads/2010/08/cradle-pattern.png"><img src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/08/cradle-pattern-300x200.png" alt="" title="cradle-pattern" width="300" height="200" class="aligncenter size-medium wp-image-3456" /></a></p>
<p>Videos and pictures from last night class will be posted later this week.</p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/&amp;title=Cradle+Pattern+From+Last+Night+Class" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/&amp;t=Cradle+Pattern+From+Last+Night+Class" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Cradle+Pattern+From+Last+Night+Class&amp;link=http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Cradle+Pattern+From+Last+Night+Class&amp;body=Link: http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Last%20night%20we%20have%20shown%20our%20students%20how%20to%20make%20cradles%20with%20icing%20-%20bellow%20is%20the%20pattern%20needed%20for%20the%20cradle.%20Click%20on%20the%20image%20first%20and%20then%20print%20the%20pattern.%20Or%20if%20you%20wish%20you%20can%20%22right-click%22%20and%20select%20%22save%20image%20as%22%20to%20save%20it%20to%20your%20computer%20and%20the%20print%20as%20you%20would%20print%20any%20of" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/&amp;t=Cradle+Pattern+From+Last+Night+Class" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/&amp;title=Cradle+Pattern+From+Last+Night+Class" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Fcradle-pattern-from-last-night-class%2F&amp;t=Cradle+Pattern+From+Last+Night+Class" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Cradle+Pattern+From+Last+Night+Class+-+http://b2l.me/ae2wwd&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/&amp;submitHeadline=Cradle+Pattern+From+Last+Night+Class&amp;submitSummary=Last%20night%20we%20have%20shown%20our%20students%20how%20to%20make%20cradles%20with%20icing%20-%20bellow%20is%20the%20pattern%20needed%20for%20the%20cradle.%20Click%20on%20the%20image%20first%20and%20then%20print%20the%20pattern.%20Or%20if%20you%20wish%20you%20can%20%22right-click%22%20and%20select%20%22save%20image%20as%22%20to%20save%20it%20to%20your%20computer%20and%20the%20print%20as%20you%20would%20print%20any%20of&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Cradle+Pattern+From+Last+Night+Class&amp;body=Link: http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Last%20night%20we%20have%20shown%20our%20students%20how%20to%20make%20cradles%20with%20icing%20-%20bellow%20is%20the%20pattern%20needed%20for%20the%20cradle.%20Click%20on%20the%20image%20first%20and%20then%20print%20the%20pattern.%20Or%20if%20you%20wish%20you%20can%20%22right-click%22%20and%20select%20%22save%20image%20as%22%20to%20save%20it%20to%20your%20computer%20and%20the%20print%20as%20you%20would%20print%20any%20of" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/&amp;lname=Cradle+Pattern+From+Last+Night+Class" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/cradle-pattern-from-last-night-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Latest Arrivals From Wilton</title>
		<link>http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/</link>
		<comments>http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 19:13:12 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Cake Pans]]></category>
		<category><![CDATA[New Products]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Wilton Cake Pans]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3437</guid>
		<description><![CDATA[Looks like 2011 is going to a great year for all who love cake decorating &#8211; especially if you like cake pans from Wilton. If it was a while since you visited our website or stopped by our store, you probably missed the new products we have recently added to our stock. Bellow is some [...]]]></description>
			<content:encoded><![CDATA[<p>Looks like 2011 is going to a great year for all who love cake decorating &#8211; especially if you like <a href="http://thechocolatebelles.com/cake-pans/wilton_cake_pans">cake pans from Wilton</a>. If it was a while since you visited our website or stopped by our store, you probably missed the new products we have recently added to our stock. Bellow is some of the &#8220;hottest&#8221; products we have recently featured on our <a href="http://thechocolatebelles.com/">online store</a>. All the new products are also available in store- please ask about them next time you visit us.</p>
<table style="width: 550px;" border="0" cellspacing="1" cellpadding="1">
<tbody>
<tr>
<td><a href="http://thechocolatebelles.com/2011-wilton-yearbook" target="_blank"><img src="http://thechocolatebelles.com/image/cache/data/Products/2011%20Wilton%20Year%20Book-120x120.jpg" alt="2011 Wilton Yearbook" width="120" height="120" /></a></td>
<td><a href="http://thechocolatebelles.com/2011-wilton-yearbook"><strong>2011 Wilton Yearbook</strong></a></p>
<p>Wilton Yearbook 2011 is here! Inisde <span class="il">the</span> book &#8211; hundreds of exciting decorating ideas, easy to follow decorting instructions and much more!</p>
<p>Special section &#8220;Party Animals&#8221; (page 98) will help you to set up for <span class="il">the</span> best birthday party ever!</p>
<p>Inside you can also find <span class="il">the</span> best in traditional and contemporary wedding designs, festive holiday desserts, today’s hottest character cakes, wonderful cupcake creations and more.</td>
</tr>
<tr>
<td><a href="http://thechocolatebelles.com/dora-explorer-cake-pan" target="_blank"><img src="http://thechocolatebelles.com/image/cache/data/Products/dora-cake-pan-120x120.jpg" alt="Dora The Explorer Cake Pan" width="120" height="120" /></a></td>
<td><a href="http://thechocolatebelles.com/dora-explorer-cake-pan"><strong>Dora the Explorer™ Cake Pan</strong></a></p>
<p><span class="il">Dora</span> <span class="il">the</span> <span class="il">Explorer</span>™ <span class="il">Cake</span> <span class="il">Pan</span> will halp you to create a <span class="il">cake</span> that will please both children and adults. Great for birthdays and school parites.</p>
<p>This <span class="il">cake</span> <span class="il">pan</span> comes with easy to follow <span class="il">cake</span> decorating instructions. Takes one standard <span class="il">cake</span> mix.</td>
</tr>
<tr>
<td><a href="http://thechocolatebelles.com/elephant-cake-pan" target="_blank"><img src="http://thechocolatebelles.com/image/cache/data/Products/elephant-cake-pan-120x120.jpg" alt="Elephant Cake Pan" width="120" height="120" /></a></td>
<td><a href="http://thechocolatebelles.com/elephant-cake-pan"><strong>Elephant Cake Pan</strong></a></p>
<p>Don&#8217;t you want this cute and friendly Elephant join your next celebration? Use this <span class="il">cake</span> <span class="il">pan</span> to bake your next <span class="il">cake</span> &#8211; great for birthday parties, baby showers, and many other celebrations.</p>
<p><span class="il">The</span> Elephant <span class="il">Cake</span> <span class="il">Pan</span> comes with easy to follow <span class="il">cake</span> decorating instructions and decorating ideas.</td>
</tr>
<tr>
<td><a href="http://thechocolatebelles.com/baseball-mitt-cake-pan" target="_blank"><img src="http://thechocolatebelles.com/image/cache/data/Products/baseball-mitt-cake-pan-120x120.jpg" alt="Baseball Mitt Pan" width="120" height="120" /></a></td>
<td><a href="http://thechocolatebelles.com/baseball-mitt-cake-pan"><strong>Baseball Mitt Cake Pan</strong></a></p>
<p>Your guests, kids and adults alike, will love <span class="il">the</span> <span class="il">cake</span> you can make with Baseball Mitt <span class="il">Cake</span> <span class="il">Pan</span>. Great for birthday celebrations, team gatherings or opening days.</td>
</tr>
<tr>
<td><a href="http://thechocolatebelles.com/mickey-mouse-clubhouse-pan" target="_blank"><img src="http://thechocolatebelles.com/image/cache/data/Products/mickey-mouse-clubhouse-pan-120x120.jpg" alt="Mickey Mouse Pan" width="120" height="120" /></a></td>
<td><a href="http://thechocolatebelles.com/mickey-mouse-clubhouse-pan"><strong>Mickey Mouse Cake Pan</strong></a></p>
<p>Are you aredy to bring more exitement to your celebration? Mickey Mouse never fails to deliver. Use this <span class="il">cake</span> <span class="il">pan</span> to make cakes for birthday parties, school parties or any celebration where Mickey is expected.</td>
</tr>
<tr>
<td><a href="http://thechocolatebelles.com/buzz-lighter-cake-pan" target="_blank"><img src="http://thechocolatebelles.com/image/cache/data/Products/buzz-lightyear-cake-pan-120x120.jpg" alt="Buzz Lightyear Pan" width="120" height="120" /></a></td>
<td><a href="http://thechocolatebelles.com/buzz-lighter-cake-pan"><strong>Buzz Lightyear Cake Pan</strong></a></p>
<p>One of <span class="il">the</span> coolest characters from Toy Story can show up at your birthday party! This <span class="il">cake</span> <span class="il">pan</span> comes with easy to follow decorating instructions.</p>
<p><span class="il">The</span> Buzz Lightyear <span class="il">cake</span> <span class="il">pan</span> takes one standard <span class="il">cake</span> mix.</td>
</tr>
<tr>
<td><a href="http://thechocolatebelles.com/skate-cake-pan" target="_blank"><img src="http://thechocolatebelles.com/image/cache/data/Products/skate-cake-pan-120x120.jpg" alt="Skate Pan" width="120" height="120" /></a></td>
<td><a href="http://thechocolatebelles.com/skate-cake-pan"><strong>Skate Cake Pan</strong></a></p>
<p>Do you want to keep <span class="il">the</span> party fun rolling? Use this Skate <span class="il">Cake</span> <span class="il">Pan</span> to bake a <span class="il">cake</span> for <span class="il">the</span> next birthday party. It can also be used to bake cakes for skating parties and competitions.</td>
</tr>
<tr>
<td><a href="http://thechocolatebelles.com/hello-kitty-cake-pan" target="_blank"><img src="http://thechocolatebelles.com/image/cache/data/Products/hello-kitty-cake-pan-120x120.jpg" alt="Skate Pan" width="120" height="120" /></a></td>
<td><a href="http://thechocolatebelles.com/hello-kitty-cake-pan"><strong>Hello Kitty™ Cake Pan</strong></a></p>
<p>Need to brighten up your next celebration or a birthday party? The Hello  Kitty Cake Pan is just what you are looking for. The cake made with  this cake pan will please the friends of all ages. No one will be able  to resist the sweetness of some one as sweet as Hello Kitty?</td>
</tr>
</tbody>
</table>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/&amp;title=Latest+Arrivals+From+Wilton" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/&amp;t=Latest+Arrivals+From+Wilton" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Latest+Arrivals+From+Wilton&amp;link=http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Latest+Arrivals+From+Wilton&amp;body=Link: http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Looks%20like%202011%20is%20going%20to%20a%20great%20year%20for%20all%20who%20love%20cake%20decorating%20-%20especially%20if%20you%20like%20cake%20pans%20from%20Wilton.%20If%20it%20was%20a%20while%20since%20you%20visited%20our%20website%20or%20stopped%20by%20our%20store%2C%20you%20probably%20missed%20the%20new%20products%20we%20have%20recently%20added%20to%20our%20stock.%20Bellow%20is%20some%20of%20the%20%22hottest%22" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/&amp;t=Latest+Arrivals+From+Wilton" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/&amp;title=Latest+Arrivals+From+Wilton" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Flatest-arrivals-from-wilton%2F&amp;t=Latest+Arrivals+From+Wilton" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Latest+Arrivals+From+Wilton+-+http://b2l.me/aehuc7&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/&amp;submitHeadline=Latest+Arrivals+From+Wilton&amp;submitSummary=Looks%20like%202011%20is%20going%20to%20a%20great%20year%20for%20all%20who%20love%20cake%20decorating%20-%20especially%20if%20you%20like%20cake%20pans%20from%20Wilton.%20If%20it%20was%20a%20while%20since%20you%20visited%20our%20website%20or%20stopped%20by%20our%20store%2C%20you%20probably%20missed%20the%20new%20products%20we%20have%20recently%20added%20to%20our%20stock.%20Bellow%20is%20some%20of%20the%20%22hottest%22&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Latest+Arrivals+From+Wilton&amp;body=Link: http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Looks%20like%202011%20is%20going%20to%20a%20great%20year%20for%20all%20who%20love%20cake%20decorating%20-%20especially%20if%20you%20like%20cake%20pans%20from%20Wilton.%20If%20it%20was%20a%20while%20since%20you%20visited%20our%20website%20or%20stopped%20by%20our%20store%2C%20you%20probably%20missed%20the%20new%20products%20we%20have%20recently%20added%20to%20our%20stock.%20Bellow%20is%20some%20of%20the%20%22hottest%22" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/&amp;lname=Latest+Arrivals+From+Wilton" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/latest-arrivals-from-wilton/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flyers Jersey Birthday Cake</title>
		<link>http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/</link>
		<comments>http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/#comments</comments>
		<pubDate>Sat, 31 Jul 2010 17:33:28 +0000</pubDate>
		<dc:creator>Ann</dc:creator>
				<category><![CDATA[Birthday Cakes]]></category>
		<category><![CDATA[Fondant Cakes]]></category>
		<category><![CDATA[Special  Cakes]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3433</guid>
		<description><![CDATA[Here&#8217;s a great Flyer&#8217;s Jersey for that fan!  If you would like us to make a cake for your celebration please call us or visit our store. Click here to see our prices and cake flavors. Share this on del.icio.us Share this on Facebook Share this on FriendFeed Email this via Gmail Post this to MySpace Add [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_3434" class="wp-caption aligncenter" style="width: 260px"><a href="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/flyers-jersey.jpg"><img class="size-medium wp-image-3434" title="flyer's jersey" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/flyers-jersey-250x300.jpg" alt="hockey jersey" width="250" height="300" /></a><p class="wp-caption-text">30th Birthday Flyer&#39;s Jersey Fondant Cake</p></div>
<p>Here&#8217;s a great Flyer&#8217;s Jersey for that fan!  If you would like us to make a cake for your celebration please <a href="http://blog.thechocolatebelles.com/contact/">call us or visit our store</a>. <a href="http://blog.thechocolatebelles.com/cake-prices-flavors/">Click here to see our prices and cake flavors</a>.</p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/&amp;title=Flyers+Jersey+Birthday+Cake" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/&amp;t=Flyers+Jersey+Birthday+Cake" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Flyers+Jersey+Birthday+Cake&amp;link=http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Flyers+Jersey+Birthday+Cake&amp;body=Link: http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AHere%27s%20a%20great%20Flyer%27s%20Jersey%20for%20that%20fan%21%20%C2%A0If%20you%20would%20like%20us%20to%20make%20a%20cake%20for%20your%20celebration%20please%C2%A0call%20us%20or%20visit%20our%20store.%C2%A0Click%20here%20to%20see%20our%20prices%20and%20cake%20flavors." rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/&amp;t=Flyers+Jersey+Birthday+Cake" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/&amp;title=Flyers+Jersey+Birthday+Cake" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Fflyers-jersey-birthday-cake%2F&amp;t=Flyers+Jersey+Birthday+Cake" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Flyers+Jersey+Birthday+Cake+-+http://b2l.me/ad2h37&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/&amp;submitHeadline=Flyers+Jersey+Birthday+Cake&amp;submitSummary=%0D%0A%0D%0AHere%27s%20a%20great%20Flyer%27s%20Jersey%20for%20that%20fan%21%20%C2%A0If%20you%20would%20like%20us%20to%20make%20a%20cake%20for%20your%20celebration%20please%C2%A0call%20us%20or%20visit%20our%20store.%C2%A0Click%20here%20to%20see%20our%20prices%20and%20cake%20flavors.&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Flyers+Jersey+Birthday+Cake&amp;body=Link: http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AHere%27s%20a%20great%20Flyer%27s%20Jersey%20for%20that%20fan%21%20%C2%A0If%20you%20would%20like%20us%20to%20make%20a%20cake%20for%20your%20celebration%20please%C2%A0call%20us%20or%20visit%20our%20store.%C2%A0Click%20here%20to%20see%20our%20prices%20and%20cake%20flavors." rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/&amp;lname=Flyers+Jersey+Birthday+Cake" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/flyers-jersey-birthday-cake/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sweet Sixteen Cake by Kerri</title>
		<link>http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/</link>
		<comments>http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 14:41:25 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Cakes]]></category>
		<category><![CDATA[Cakes by Our Studets and Clients]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3427</guid>
		<description><![CDATA[Kerri, a client of Chocolate Belles, shared with us the picture of the Sweet Sixteen Cake she made: Here is what Kerri said about making this beautiful cake: This was a Sweet Sixteen Cake for my best friend; my present to her. All materials were supplied by Chocolate Belles along with reassuring pep talks. Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>Kerri, a client of Chocolate Belles, shared with us the picture of the Sweet Sixteen Cake she made:</p>
<p><img class="aligncenter size-full wp-image-3428" title="Sweet Sixteen Cake by Kerri" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/18-Beautiful.jpg" alt="Sweet Sixteen Cake by Kerri" width="480" height="360" />Here is what Kerri said about making this beautiful cake:</p>
<blockquote><p>This was a Sweet Sixteen Cake for my best friend; my present to her. All  materials were supplied by Chocolate Belles along with reassuring pep  talks. Thanks guys!</p></blockquote>
<p>If you have purchased any <a href="http://thechocolatebelles.com/cake-pans">cake pans</a> from our store, attended our <a href="http://blog.thechocolatebelles.com/cake-decorating-classes/">cake decorating classes</a> or simply were inspired by what you saw on our website, please <a href="http://blog.thechocolatebelles.com/showcase-your-cakes-with-us/">share the photos of your creations</a> with us and our readers.</p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/&amp;title=Sweet+Sixteen+Cake+by+Kerri" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/&amp;t=Sweet+Sixteen+Cake+by+Kerri" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Sweet+Sixteen+Cake+by+Kerri&amp;link=http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Sweet+Sixteen+Cake+by+Kerri&amp;body=Link: http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Kerri%2C%20a%20client%20of%20Chocolate%20Belles%2C%20shared%20with%20us%20the%20picture%20of%20the%20Sweet%20Sixteen%20Cake%20she%20made%3A%0D%0A%0D%0AHere%20is%20what%20Kerri%20said%20about%20making%20this%20beautiful%20cake%3A%0D%0AThis%20was%20a%20Sweet%20Sixteen%20Cake%20for%20my%20best%20friend%3B%20my%20present%20to%20her.%20All%20%20materials%20were%20supplied%20by%20Chocolate%20Belles%20along%20with%20reassurin" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/&amp;t=Sweet+Sixteen+Cake+by+Kerri" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/&amp;title=Sweet+Sixteen+Cake+by+Kerri" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Fsweet-sixteen-cake-by-kerri%2F&amp;t=Sweet+Sixteen+Cake+by+Kerri" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Sweet+Sixteen+Cake+by+Kerri+-+http://b2l.me/ac2r75&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/&amp;submitHeadline=Sweet+Sixteen+Cake+by+Kerri&amp;submitSummary=Kerri%2C%20a%20client%20of%20Chocolate%20Belles%2C%20shared%20with%20us%20the%20picture%20of%20the%20Sweet%20Sixteen%20Cake%20she%20made%3A%0D%0A%0D%0AHere%20is%20what%20Kerri%20said%20about%20making%20this%20beautiful%20cake%3A%0D%0AThis%20was%20a%20Sweet%20Sixteen%20Cake%20for%20my%20best%20friend%3B%20my%20present%20to%20her.%20All%20%20materials%20were%20supplied%20by%20Chocolate%20Belles%20along%20with%20reassurin&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Sweet+Sixteen+Cake+by+Kerri&amp;body=Link: http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Kerri%2C%20a%20client%20of%20Chocolate%20Belles%2C%20shared%20with%20us%20the%20picture%20of%20the%20Sweet%20Sixteen%20Cake%20she%20made%3A%0D%0A%0D%0AHere%20is%20what%20Kerri%20said%20about%20making%20this%20beautiful%20cake%3A%0D%0AThis%20was%20a%20Sweet%20Sixteen%20Cake%20for%20my%20best%20friend%3B%20my%20present%20to%20her.%20All%20%20materials%20were%20supplied%20by%20Chocolate%20Belles%20along%20with%20reassurin" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/&amp;lname=Sweet+Sixteen+Cake+by+Kerri" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/sweet-sixteen-cake-by-kerri/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graduation Cake by Trina</title>
		<link>http://blog.thechocolatebelles.com/graduation-cake-by-trina/</link>
		<comments>http://blog.thechocolatebelles.com/graduation-cake-by-trina/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 04:14:19 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Cakes]]></category>
		<category><![CDATA[Cakes by Our Studets and Clients]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3416</guid>
		<description><![CDATA[One of our clients, Trina, who is also an avid blogger (Suth Life) has shared with us her latest creation &#8211; a graduation cake she recently made: Trina, has share with us another beautiful cake she made few months ago. This is what Trina wrote about making the cake shown in the picture above: I [...]]]></description>
			<content:encoded><![CDATA[<p>One of our clients, Trina, who is also an avid blogger (<a href="http://njsuthfam.blogspot.com/">Suth Life</a>) has shared with us her latest creation &#8211; a graduation cake she recently made:</p>
<p><img class="aligncenter size-full wp-image-3417" title="Graduation Cake by Trina" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/30-Trinas_pics_173.jpg" alt="Graduation Cake by Trina" width="541" height="518" />Trina, has share with us another <a href="http://blog.thechocolatebelles.com/fondant-cake-city-skyline-by-trina/">beautiful cake she made few months ago</a>.</p>
<p>This is what Trina wrote about making the cake shown in the picture above:</p>
<blockquote><p>I  had a blast making this for some close friends.  Their son graduated  from highschool and he wanted a chocolate cake with strawberry torte.   Love buying the fondant and colors from Chocolate Belles.  Thank you  again, Chocolate Belles!</p></blockquote>
<p>We would like to thank Trina for sharing her amazing creation with us. If we inspired you to bake a cake &#8211; please share the <a href="http://blog.thechocolatebelles.com/showcase-your-cakes-with-us/">picture of it with us</a>.</p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/graduation-cake-by-trina/&amp;title=Graduation+Cake+by+Trina" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/graduation-cake-by-trina/&amp;t=Graduation+Cake+by+Trina" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Graduation+Cake+by+Trina&amp;link=http://blog.thechocolatebelles.com/graduation-cake-by-trina/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Graduation+Cake+by+Trina&amp;body=Link: http://blog.thechocolatebelles.com/graduation-cake-by-trina/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20of%20our%20clients%2C%20Trina%2C%20who%20is%20also%20an%20avid%20blogger%20%28Suth%20Life%29%20has%20shared%20with%20us%20her%20latest%20creation%20-%20a%20graduation%20cake%20she%20recently%20made%3A%0D%0A%0D%0ATrina%2C%20has%20share%20with%20us%20another%20beautiful%20cake%20she%20made%20few%20months%20ago.%0D%0A%0D%0AThis%20is%20what%20Trina%20wrote%20about%20making%20the%20cake%20shown%20in%20the%20picture%20above%3A%0D%0A" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/graduation-cake-by-trina/&amp;t=Graduation+Cake+by+Trina" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/graduation-cake-by-trina/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/graduation-cake-by-trina/&amp;title=Graduation+Cake+by+Trina" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Fgraduation-cake-by-trina%2F&amp;t=Graduation+Cake+by+Trina" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Graduation+Cake+by+Trina+-+http://b2l.me/acxs5j&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/graduation-cake-by-trina/&amp;submitHeadline=Graduation+Cake+by+Trina&amp;submitSummary=One%20of%20our%20clients%2C%20Trina%2C%20who%20is%20also%20an%20avid%20blogger%20%28Suth%20Life%29%20has%20shared%20with%20us%20her%20latest%20creation%20-%20a%20graduation%20cake%20she%20recently%20made%3A%0D%0A%0D%0ATrina%2C%20has%20share%20with%20us%20another%20beautiful%20cake%20she%20made%20few%20months%20ago.%0D%0A%0D%0AThis%20is%20what%20Trina%20wrote%20about%20making%20the%20cake%20shown%20in%20the%20picture%20above%3A%0D%0A&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Graduation+Cake+by+Trina&amp;body=Link: http://blog.thechocolatebelles.com/graduation-cake-by-trina/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A One%20of%20our%20clients%2C%20Trina%2C%20who%20is%20also%20an%20avid%20blogger%20%28Suth%20Life%29%20has%20shared%20with%20us%20her%20latest%20creation%20-%20a%20graduation%20cake%20she%20recently%20made%3A%0D%0A%0D%0ATrina%2C%20has%20share%20with%20us%20another%20beautiful%20cake%20she%20made%20few%20months%20ago.%0D%0A%0D%0AThis%20is%20what%20Trina%20wrote%20about%20making%20the%20cake%20shown%20in%20the%20picture%20above%3A%0D%0A" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/graduation-cake-by-trina/&amp;lname=Graduation+Cake+by+Trina" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/graduation-cake-by-trina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Royal Icing Flowers- A Recap From Our Last Class</title>
		<link>http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/</link>
		<comments>http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 20:32:15 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Cake Decorating]]></category>
		<category><![CDATA[Classes]]></category>
		<category><![CDATA[Royal Icing Flowers]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3411</guid>
		<description><![CDATA[The week before last Tuesday our class was focused on learning how to make cake borders. The last Tuesday it was all about flowers. Our students learned how to make Morning Glory, California Poppy, Petunia and Lily from royal icing. In the short videos bellow Ann demonstrates how to make your flowers. Making California Poppy [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter size-full wp-image-3412" title="Royal Icing Flowers" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/royal-icing-flowers-010.jpg" alt="Royal Icing Flowers" width="500" height="328" /></p>
<p>The week before last Tuesday our class was focused on learning how to make cake borders. The last Tuesday it was all about flowers. Our students learned how to make Morning Glory, California Poppy, Petunia and Lily from royal icing.</p>
<p style="text-align: center;">In the short videos bellow Ann demonstrates how to make your flowers.<br />
<span id="more-3411"></span><br />
<strong> Making California Poppy in Royal Icing</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/V75657ndEf4&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/V75657ndEf4&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong> Making Morning Glory in Royal Icing</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/EHGTXVxqTgI&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/EHGTXVxqTgI&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong> Making Lily in Royal Icing</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/HIJPa3hUKzI&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/HIJPa3hUKzI&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong> Making Petunia in Royal Icing</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="306" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/xhJyooqCZXg&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="500" height="306" src="http://www.youtube.com/v/xhJyooqCZXg&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/&amp;title=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/&amp;t=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class&amp;link=http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class&amp;body=Link: http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AThe%20week%20before%20last%20Tuesday%20our%20class%20was%20focused%20on%20learning%20how%20to%20make%20cake%20borders.%20The%20last%20Tuesday%20it%20was%20all%20about%20flowers.%20Our%20students%20learned%20how%20to%20make%20Morning%20Glory%2C%20California%20Poppy%2C%20Petunia%20and%20Lily%20from%20royal%20icing.%0D%0A%0D%0AIn%20the%20short%20videos%20bellow%20Ann%20demonstrates%20how%20to%20make%20your" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/&amp;t=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/&amp;title=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Froyal-icing-flowers-a-recap-from-our-last-class%2F&amp;t=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class+-+http://b2l.me/acvsak&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/&amp;submitHeadline=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class&amp;submitSummary=%0D%0A%0D%0AThe%20week%20before%20last%20Tuesday%20our%20class%20was%20focused%20on%20learning%20how%20to%20make%20cake%20borders.%20The%20last%20Tuesday%20it%20was%20all%20about%20flowers.%20Our%20students%20learned%20how%20to%20make%20Morning%20Glory%2C%20California%20Poppy%2C%20Petunia%20and%20Lily%20from%20royal%20icing.%0D%0A%0D%0AIn%20the%20short%20videos%20bellow%20Ann%20demonstrates%20how%20to%20make%20your&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class&amp;body=Link: http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A %0D%0A%0D%0AThe%20week%20before%20last%20Tuesday%20our%20class%20was%20focused%20on%20learning%20how%20to%20make%20cake%20borders.%20The%20last%20Tuesday%20it%20was%20all%20about%20flowers.%20Our%20students%20learned%20how%20to%20make%20Morning%20Glory%2C%20California%20Poppy%2C%20Petunia%20and%20Lily%20from%20royal%20icing.%0D%0A%0D%0AIn%20the%20short%20videos%20bellow%20Ann%20demonstrates%20how%20to%20make%20your" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/&amp;lname=Royal+Icing+Flowers-+A+Recap+From+Our+Last+Class" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/royal-icing-flowers-a-recap-from-our-last-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It Was All About Cake Borders Last Tuesday</title>
		<link>http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/</link>
		<comments>http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 04:24:31 +0000</pubDate>
		<dc:creator>Chocolate Belles</dc:creator>
				<category><![CDATA[Cake Borders]]></category>
		<category><![CDATA[Cake Decorating]]></category>
		<category><![CDATA[Classes]]></category>
		<guid isPermaLink="false">http://blog.thechocolatebelles.com/?p=3389</guid>
		<description><![CDATA[Last Tuesday (July 13, 2010) we started one of of our cake decorating classes &#8211; the &#8220;Tier Cake Class&#8220;. As the name of the class says it, it it for those who would like to learn how to make tier cakes- which all of our students will have a chance to do at the last [...]]]></description>
			<content:encoded><![CDATA[<p>Last Tuesday (July 13, 2010) we started one of of our <a href="http://blog.thechocolatebelles.com/cake-decorating-classes/">cake decorating classes</a> &#8211; the &#8220;<a href="http://blog.thechocolatebelles.com/cake-decorating-classes/?regevent_action=register&amp;event_id=2&amp;name_of_event=Cake%20Decorating%20Class%20#3%20-%20Tier%20Cake%20Class-%204%20weeks">Tier Cake Class</a>&#8220;. As the name of the class says it, it it for those who would like to learn how to make tier cakes- which all of our students will have a chance to do at the last day of this class. But we are not quiet there yet. Some times we need to start with basics.</p>
<p style="text-align: left;">Last Tuesday during the class we have learned how to make different cake boarders. So here are some we made.<br />
<img class="size-full wp-image-3392 aligncenter" title="Cake Borders" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/more-cake-borders.jpg" alt="Cake Borders" width="550" height="696" /></p>
<p style="text-align: center;"><img class="alignnone size-full wp-image-3390" title="Cake Border" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/sea-shell-cake-border.jpg" alt="Cake Border" width="550" height="100" /><span id="more-3389"></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3391" title="Cake Borders" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/cake-borders.jpg" alt="Cake Borders" width="550" height="266" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-3393" title="Cake Borders" src="http://blog.thechocolatebelles.com/wp-content/uploads/2010/07/rsh-cake-borders.jpg" alt="Cake Borders" width="550" height="376" /></p>
<p style="text-align: left;">Bellow are some videos we made during the class, so it can serve to our students as a reminder.</p>
<p style="text-align: center;"><strong>Making Seascroll</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/D3OuESqq59U&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/D3OuESqq59U&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: center;">
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 1542px; width: 1px; height: 1px; overflow: hidden;">
<h1 id="watch-headline-title"><span id="eow-title" title="Cake  Decorating Tip: Making Seascroll in Icing">Making Seascroll in Icing </span></h1>
</div>
<p style="text-align: center;"><strong>Making Zigzag Border</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3-hdzZTMsOU&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/3-hdzZTMsOU&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong>Making Reversed Shell Border</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/rWNlZIMs-qs&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/rWNlZIMs-qs&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong>Making Shell Border</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/4x1ID-Pshgs&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/4x1ID-Pshgs&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object><br />
<strong>Making Embelished Shell Border</strong><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/TGK8VRmA5AA&amp;hl=en_US&amp;fs=1?rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/TGK8VRmA5AA&amp;hl=en_US&amp;fs=1?rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">Stay tuned for the recap of our tonight&#8217;s class!</p>
<div class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-caring">
<ul class="socials">
		<li class="shr-delicious">
			<a href="http://delicious.com/post?url=http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/&amp;title=It+Was+All+About+Cake+Borders+Last+Tuesday" rel="nofollow" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="shr-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/&amp;t=It+Was+All+About+Cake+Borders+Last+Tuesday" rel="nofollow" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="shr-friendfeed">
			<a href="http://www.friendfeed.com/share?title=It+Was+All+About+Cake+Borders+Last+Tuesday&amp;link=http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/" rel="nofollow" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="shr-gmail">
			<a href="https://mail.google.com/mail/?ui=2&amp;view=cm&amp;fs=1&amp;tf=1&amp;su=It+Was+All+About+Cake+Borders+Last+Tuesday&amp;body=Link: http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Last%20Tuesday%20%28July%2013%2C%202010%29%20we%20started%20one%20of%20of%20our%20cake%20decorating%20classes%20-%20the%20%22Tier%20Cake%20Class%22.%20As%20the%20name%20of%20the%20class%20says%20it%2C%20it%20it%20for%20those%20who%20would%20like%20to%20learn%20how%20to%20make%20tier%20cakes-%20which%20all%20of%20our%20students%20will%20have%20a%20chance%20to%20do%20at%20the%20last%20day%20of%20this%20class.%20But%20we%20are%20not%20qu" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a>
		</li>
		<li class="shr-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/&amp;t=It+Was+All+About+Cake+Borders+Last+Tuesday" rel="nofollow" class="external" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="shr-squidoo">
			<a href="http://www.squidoo.com/lensmaster/bookmark?http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/" rel="nofollow" class="external" title="Add to a lense on Squidoo">Add to a lense on Squidoo</a>
		</li>
		<li class="shr-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/&amp;title=It+Was+All+About+Cake+Borders+Last+Tuesday" rel="nofollow" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="shr-tumblr">
			<a href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fblog.thechocolatebelles.com%2Fit-was-all-about-cake-borders-last-tuesday%2F&amp;t=It+Was+All+About+Cake+Borders+Last+Tuesday" rel="nofollow" class="external" title="Share this on Tumblr">Share this on Tumblr</a>
		</li>
		<li class="shr-twitter">
			<a href="http://twitter.com/home?status=RT+%40chocolatebelles+It+Was+All+About+Cake+Borders+Last+Tuesday+-+File: /data/app/webapp/functions.php<br />Line: 43<br />Message: Table 'b2l_shrinker.phurl_urls' doesn't exist&amp;source=shareaholic" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="shr-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/&amp;submitHeadline=It+Was+All+About+Cake+Borders+Last+Tuesday&amp;submitSummary=Last%20Tuesday%20%28July%2013%2C%202010%29%20we%20started%20one%20of%20of%20our%20cake%20decorating%20classes%20-%20the%20%22Tier%20Cake%20Class%22.%20As%20the%20name%20of%20the%20class%20says%20it%2C%20it%20it%20for%20those%20who%20would%20like%20to%20learn%20how%20to%20make%20tier%20cakes-%20which%20all%20of%20our%20students%20will%20have%20a%20chance%20to%20do%20at%20the%20last%20day%20of%20this%20class.%20But%20we%20are%20not%20qu&amp;submitCategory=lifestyle&amp;submitAssetType=text" rel="nofollow" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="shr-yahoomail">
			<a href="http://compose.mail.yahoo.com/?Subject=It+Was+All+About+Cake+Borders+Last+Tuesday&amp;body=Link: http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/ (sent via shareaholic)%0D%0A%0D%0A----%0D%0A Last%20Tuesday%20%28July%2013%2C%202010%29%20we%20started%20one%20of%20of%20our%20cake%20decorating%20classes%20-%20the%20%22Tier%20Cake%20Class%22.%20As%20the%20name%20of%20the%20class%20says%20it%2C%20it%20it%20for%20those%20who%20would%20like%20to%20learn%20how%20to%20make%20tier%20cakes-%20which%20all%20of%20our%20students%20will%20have%20a%20chance%20to%20do%20at%20the%20last%20day%20of%20this%20class.%20But%20we%20are%20not%20qu" rel="nofollow" class="external" title="Email this via Yahoo! Mail">Email this via Yahoo! Mail</a>
		</li>
		<li class="shr-yandex">
			<a href="http://zakladki.yandex.ru/userarea/links/addfromfav.asp?bAddLink_x=1&amp;lurl=http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/&amp;lname=It+Was+All+About+Cake+Borders+Last+Tuesday" rel="nofollow" class="external" title="Add this to Yandex.Bookmarks">Add this to Yandex.Bookmarks</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.thechocolatebelles.com/it-was-all-about-cake-borders-last-tuesday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
