<?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>Child Day Care Centers &#38; Pre Schools Rated By Real Parents - FREE &#187; nutrition</title>
	<atom:link href="http://nurseryschoolratings.com/wp/archives/category/nutrition/feed/" rel="self" type="application/rss+xml" />
	<link>http://nurseryschoolratings.com/wp</link>
	<description>Learn What Parents Have To Say About That Child Care Center Before You Send Your Kids.  Submit Your Anonymous Review &#38; Help Inform Other Parents.</description>
	<lastBuildDate>Tue, 01 May 2012 15:47:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>My Toddler Won’t Eat Anything! Coping with Picky Eaters &amp; Fussy Kids</title>
		<link>http://nurseryschoolratings.com/wp/archives/69/my-toddler-won%e2%80%99t-eat-anything-coping-with-picky-eaters-fussy-kids/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-toddler-won%25e2%2580%2599t-eat-anything-coping-with-picky-eaters-fussy-kids</link>
		<comments>http://nurseryschoolratings.com/wp/archives/69/my-toddler-won%e2%80%99t-eat-anything-coping-with-picky-eaters-fussy-kids/#comments</comments>
		<pubDate>Thu, 17 Mar 2011 06:23:28 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[child development]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[nutrition]]></category>
		<category><![CDATA[preventing illness]]></category>
		<category><![CDATA[school lunch]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/archives/69/my-toddler-won%e2%80%99t-eat-anything-coping-with-picky-eaters-fussy-kids/</guid>
		<description><![CDATA[Digg Digg So you have the world’s pickiest eater and you are worried that he or she is super skinny! Well here are a few tips that will help your picky eater: Your child has managed to make it this far. Remember your idea of not eating anything and what they actually eat are completely... <a href="http://nurseryschoolratings.com/wp/archives/69/my-toddler-won%e2%80%99t-eat-anything-coping-with-picky-eaters-fussy-kids/"> [Continue Reading]</a><br /><div><img src="http://nurseryschoolratings.com/wp/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br />]]></description>
			<content:encoded><![CDATA[<script type="text/javascript">jQuery(document).ready(function($) { window.setTimeout('loadTwitter_69()',1000);window.setTimeout('loadFBShare_69()',1000);window.setTimeout('loadFBLike_69()',1000);window.setTimeout('loadDelicious_69()',1000); });</script><script type="text/javascript"> function loadTwitter_69(){ jQuery(document).ready(function($) { $('.dd-twitter-69').remove();$.getScript('http://platform.twitter.com/widgets.js'); }); } function loadFBShare_69(){ jQuery(document).ready(function($) { $('.dd-fbshare-69').remove(); $.getScript('http://static.ak.fbcdn.net/connect.php/js/FB.Share'); }); } function loadFBLike_69(){ jQuery(document).ready(function($) { $('.dd-fblike-69').remove();$('.DD_FBLIKE_AJAX_69').attr('width','50');$('.DD_FBLIKE_AJAX_69').attr('height','60');$('.DD_FBLIKE_AJAX_69').attr('src','http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fnurseryschoolratings.com%2Fwp%2Farchives%2Fcategory%2Fnutrition%2Ffeed%2F&locale=en_US&layout=box_count&action=like&width=50&height=60&colorscheme=light'); }); } function loadDelicious_69(){ jQuery(document).ready(function($) { $('.dd-delicious-69').remove();$.getJSON('http://feeds.delicious.com/v2/json/urlinfo/data?url=http://nurseryschoolratings.com/wp/archives/category/nutrition/feed/&amp;callback=?',function(data) {var msg ='';var count = 0;if (data.length > 0) {count = data[0].total_posts;if(count ==0){msg = '0';}else if(count ==1){msg = '1';}else{msg = count}}else{msg = '0';}$('#DD_DELICIOUS_AJAX_69').text(msg);}); }); }</script><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-310px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:1;
}</style><script type="text/javascript">$j=jQuery.noConflict();

$j(document).ready(function($) {

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 16
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><div id='dd_ajax_float'><div class='dd_button_v'><div class='dd-twitter-ajax-load dd-twitter-69'></div><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://nurseryschoolratings.com/wp/archives/category/nutrition/feed/" data-count="vertical" data-text="nutrition" data-via="" ></a></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-fbshare-ajax-load dd-fbshare-69'></div><a class='DD_FBSHARE_AJAX_69' name='fb_share' type='box_count' share_url='http://nurseryschoolratings.com/wp/archives/category/nutrition/feed/' href='http://www.facebook.com/sharer.php'></a></div><div style='clear:left'></div><div class='dd_button_v'><div class='dd-fblike-ajax-load dd-fblike-69'></div><iframe class="DD_FBLIKE_AJAX_69" src='#' height='0' width='0' scrolling='no' frameborder='0' allowTransparency='true'></iframe></div><div style='clear:left'></div><div class='dd_button_v'><a class='dd-delicious' style='background:url(http://nurseryschoolratings.com/wp/wp-content/plugins/digg-digg/image/delicious.png)no-repeat;' href='http://delicious.com/save' onclick="window.open('http://delicious.com/save?v=5&amp;noui&amp;jump=close&amp;url='+encodeURIComponent('http://nurseryschoolratings.com/wp/archives/category/nutrition/feed/')+'&amp;title='+encodeURIComponent('nutrition'),'delicious', 'toolbar=no,width=550,height=550'); return false;"><span id='DD_DELICIOUS_AJAX_69'></span></a></div><div style='clear:left'></div><div class='dd_button_v'><script src='http://www.stumbleupon.com/hostedbadge.php?s=5&amp;r=http%3A%2F%2Fnurseryschoolratings.com%2Fwp%2Farchives%2Fcategory%2Fnutrition%2Ffeed%2F'></script></div><div style='clear:left'></div><div id='dd_name'><a href='http://www.mkyong.com/blog/digg-digg-wordpress-plugin/' target='_blank'>Digg Digg</a></div></div><script type="text/javascript">jQuery(document).ready(function($) { 
		
			if($(window).width()> 1280){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
	
			$(window).resize(function() { 
				
				if($(window).width()> 1280){ 
					$('#dd_ajax_float').show()
				}else{
					$('#dd_ajax_float').hide()
				}
				
			});  

		});</script><div class='dd_content_wrap'><p><img class="aligncenter size-medium wp-image-421" title="little Santa" src="http://nurseryschoolratings.com/wp/wp-content/uploads/2008/03/Photoxpress_4755157-300x200.jpg" alt="" width="300" height="200" /></p>
<p style="text-align: justify;"><span style="font-family: Times New Roman; font-size: small;">So you have the world’s pickiest eater and you are worried that he or she is super skinny! Well here are a few tips that will help your <a class="zem_slink" title="Selective eating disorder" rel="wikipedia" href="http://en.wikipedia.org/wiki/Selective_eating_disorder">picky eater</a>: </span></p>
<ul style="text-align: justify;" type="disc">
<li><span style="font-family: Times New Roman; font-size: small;"><strong>Your child has managed to make it this far.</strong> Remember your idea of not eating anything and what they actually eat are completely different. So what if your child only eats 7 items. Feed them those 7 items. If your child likes macaroni and cheese, than that’s what you serve. By using those books such as “<a class="zem_slink" title="Deceptively Delicious: Simple Secrets to Get Your Kids Eating Good Food" rel="amazon" href="http://www.amazon.com/Deceptively-Delicious-Simple-Secrets-Eating/dp/0061251348%3FSubscriptionId%3D0G81C5DAZ03ZR9WH9X82%26tag%3Dzemanta-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0061251348">Deceptively Delicious</a>” and the “<a class="zem_slink" title="The Sneaky Chef: How to Cheat on Your Man (In the Kitchen!): Hiding Healthy Foods in Hearty Meals Any Guy Will Love" rel="amazon" href="http://www.amazon.com/Sneaky-Chef-Kitchen-Hiding-Healthy/dp/0762433205%3FSubscriptionId%3D0G81C5DAZ03ZR9WH9X82%26tag%3Dzemanta-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0762433205">Sneaky Chef</a>” you can find ways to puree other ingredients into the foods they like without them knowing. You can also try mixing other veggies, meats, and fruits into items that they like. This might encourage them to try new things. Also no one says that their has to be certain foods that we eat for breakfast lunch and dinner. If your child likes Rice and Beans at every meal, than have it for breakfast! At least it’s something in their stomach! </span></li>
<p><span id="more-69"></span></p>
<li><span style="font-family: Times New Roman; font-size: small;"><strong>Recognize your child’s patterns.</strong> My son is not a big breakfast person but eats big lunches and small dinners. So I stopped fighting him on breakfast. I make sure he gets something in his stomach (in his case he likes toast with jam or mini muffins and milk) and I make sure I pack big lunches and have healthy food options. This way food stops being a battle. When you fight about foods it causes you to have a more resistant child who will not eat. All of our bodies are different and it’s important to take a look at what your child’s body is saying. </span></li>
<li><span style="font-family: Times New Roman; font-size: small;"><strong>Most children get some sort of <a class="zem_slink" title="Junk food" rel="wikipedia" href="http://en.wikipedia.org/wiki/Junk_food">junk food</a>.</strong> Make sure your child understands that junk food is a treat. Do not serve it as meals all the time. If your child only wants corn chips for dinner, do not give in. Let her know that if and when she eats the meal chosen, then she can have the chips. If she refuses than don’t give in. Unless your child has a serious eating disorder, she will not allow herself to go hungry. When she is hungry she will eat the nutrition she needs. </span></li>
<li><span style="font-family: Times New Roman; font-size: small;"><strong>Let your child pick the meals she wants to eat.</strong> By letting her make the choice (its okay to give options) you are letting her take control of her food. Also, let her help make it if possible! Set rules at meal time such as: No treat foods until we are done, eating in one place, or putting only the amount of food we are going to eat on our plate. This helps provide structure to meals without being over bearing. Children love and crave structure. </span></li>
<li><span style="font-family: Times New Roman; font-size: small;"><strong>Always have a treat or reward for picky eaters.</strong> Whether it is a show or a special dessert, by having a positive reward the child looks forward to finishing their food. Avoid negative phrasings and punishment. Again, we don’t want to battle our children and make life harder. We want food to be fun! If your child doesn’t eat a meal, save the reward for the next meal. Don’t make a huge deal and throw the treat away or scream that they can’t have it and eat it yourself. By saying, “Don’t worry I am sure you will get your treat at the next meal” you are saying, I know you can do it. Positive reinforcement will help! </span></li>
</ul>
<p style="text-align: justify;"><span style="font-family: Times New Roman; font-size: small;">If you find that you have tried all of these things and your child is still eating nothing, speak with your doctor. If your child is not gaining weight she may have a more serious condition that a Nutritionist or physician can help you with, Remember hang in there, your child will not starve!</span></p>
<p style="text-align: justify;">For further reading:</p>
<ul>
<li><a href="http://www.mayoclinic.com/health/childrens-health/HQ01107" target="_blank">Children&#8217;s nutrition: 20 tips for picky eaters &#8211; Mayo Clinic</a></li>
<li><a href="http://nurseryschoolratings.com/wp/wp-admin/Picky%20Eaters?%20They%20Get%20It%20From%20You" target="_blank">Picky Eaters. They Get It From You &#8211; New York Times</a></li>
</ul>
<p style="text-align: justify;"><a href="http://www.ucsfhealth.org/childrens/edu/pickyEaters/index.html" target="_blank"></a></p>
<p><script src="http://texty.com/cms/syndicate/2ee28990-860f-4f63-88bb-affd8df56ed9.js" type="text/javascript"></script></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles and news</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.articlesbase.com/article.php?aid=532976&amp;pid=6775764102">A Look at Your Kids and Dieting</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.telegraph.co.uk/education/main.jhtml?xml=/education/2007/11/24/facalman124.xml">Happy families</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.articlesbase.com/article.php?aid=532990&amp;pid=6775764102">Some Tips to Lose Weight</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.articlesbase.com/article.php?aid=513759&amp;pid=6775764102">Frequent Meals and Cutting Sugar Are Keys To Diet Success</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.housewifesutopia.com/making-picky/">Parenting Advice For Picky Eaters</a> (housewifesutopia.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.webmd.com/parenting/features/feeding-a-picky-eater?src=RSS_PUBLIC">Feeding Picky Eaters: Mealtime Strategies, Picky Eater Causes, and More</a> (webmd.com)</li>
<li class="zemanta-article-ul-li"><a href="http://samsweirdafternoon.wordpress.com/2010/11/15/10-things-to-consider-if-you-have-a-picky-eater/">10 things to consider&#8230; if you have a picky eater &#8230;.</a> (samsweirdafternoon.wordpress.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.prnewswire.com/news-releases/new-hope-for-mothers-of-picky-eaters-118520809.html">New Hope for Mothers of Picky Eaters</a> (prnewswire.com)</li>
<li class="zemanta-article-ul-li"><a href="http://tenesiadeltorro.wordpress.com/2011/03/23/as-mommyhood-approaches/">As Mommyhood Approaches&#8230;</a> (tenesiadeltorro.wordpress.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.thestar.com/living/article/942642--daubs-can-picky-eater-gradually-get-used-to-eating-chunks">Daubs: Can picky eater gradually get used to eating &#8216;chunks&#8217;?</a> (thestar.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.everydayhealth.com/kids-health/toddlers-picky-eaters.aspx">How to Get Picky Eaters to Try New Foods</a> (everydayhealth.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.thestar.com/living/food/article/957474--picky-eater-dining-in-the-dark-not-as-helpful-as-we-d-hoped">Picky Eater: Dining in the dark not as helpful as we&#8217;d hoped</a> (thestar.com)</li>
<li class="zemanta-article-ul-li"><a href="http://thehappyhousewife.com/cooking/picky-eaters-ebook/">The Happy Housewife&#8217;s Guide to Dealing with Picky Eaters: Free Ebook!</a> (thehappyhousewife.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.boston.com/lifestyle/food/articles/2011/03/16/coauthors_of_no_whine_with_dinner_talk_about_feeding_the_picky_eater/?rss_id=Top+Stories">Try it. You might like it.</a> (boston.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=64899367-8128-47d3-8312-332d9c005b6e" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
</div><br /><div><img src="http://nurseryschoolratings.com/wp/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br />]]></content:encoded>
			<wfw:commentRss>http://nurseryschoolratings.com/wp/archives/69/my-toddler-won%e2%80%99t-eat-anything-coping-with-picky-eaters-fussy-kids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Get Your Pre Schooler to Eat Their Vegetables!</title>
		<link>http://nurseryschoolratings.com/wp/archives/14/how-to-get-your-pre-schooler-to-eat-their-vegetables/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-get-your-pre-schooler-to-eat-their-vegetables</link>
		<comments>http://nurseryschoolratings.com/wp/archives/14/how-to-get-your-pre-schooler-to-eat-their-vegetables/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 19:29:39 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[health]]></category>
		<category><![CDATA[nutrition]]></category>
		<category><![CDATA[preventing illness]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/archives/14/how-to-get-your-pre-schooler-to-eat-their-vegetables/</guid>
		<description><![CDATA[So you are worried because the only vegetable our child will eat are French fries and you are convinced that he will soon turn into a French fry at the rate he wants to eat them. In this ever increasing world of obesity eating your vegetables is extremely important part of your child&#8217;s diet. Here... <a href="http://nurseryschoolratings.com/wp/archives/14/how-to-get-your-pre-schooler-to-eat-their-vegetables/"> [Continue Reading]</a><br /><div><img src="http://nurseryschoolratings.com/wp/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br />]]></description>
			<content:encoded><![CDATA[<p align="justify">So you are worried because the only vegetable our child will eat are French fries and you are convinced that he will soon turn into a French fry at the rate he wants to eat them. In this ever increasing world of obesity eating your vegetables is extremely important part of your child&#8217;s diet. Here are a few simple ideas that may help with your picky eaters!</p>
<p align="justify">Try a different vegetable every day and prepare it in different ways. Remember vegetables can be served, raw, baked, steamed, grilled, in salad, in juice form, stir-fried and broiled. Try a wide variety and in different ways until you find the vegetables that your child will like and in the style they will like to eat them in.</p>
<p><span id="more-14"></span></p>
<p align="justify">Mix them in your child&#8217;s favorite meal. If your child likes macaroni and cheese, make it with steamed broccoli or peas mixed in. If your child likes spaghetti mix in real tomatoes, mushrooms, or peas and carrots into the sauce. Sometimes mixing right into their favorite foods makes them eat it without even noticing.</p>
<p align="justify">Try juicing vegetables and mixing it with fruits. Make your child part of the juicing experience and they may be more inclined to drink them. Combinations such as carrot apple and celery apple are usually sweet to the taste and a big hit.</p>
<p align="justify">Most children love to dip items (i.e French fries in ketchup) so provide them dipping options such as a salad dressing they might like and let them dip away. Always make vegetables ready toe at and available with lunch, dinner, and snack. By having them readily available your child will eat when they are ready.</p>
<p align="justify">The most important thing is to not battle your child over vegetables. By making them always available and setting an example of how much you love to eat vegetables, you are doing enough. Gone are the days when you threaten your child to eat foods or tell them they cannot get up unless they finish their plate. Remember a child will fight back and give you more Resistance if you make food an issue. Also, don&#8217;t fret if your child does eat French fries once in awhile. By not depriving your child of the junk every once in awhile they may be more healthy well rounded eaters.</p>
<br /><div><img src="http://nurseryschoolratings.com/wp/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br />]]></content:encoded>
			<wfw:commentRss>http://nurseryschoolratings.com/wp/archives/14/how-to-get-your-pre-schooler-to-eat-their-vegetables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What To Pack in for Lunch at Nursery School or Day Care</title>
		<link>http://nurseryschoolratings.com/wp/archives/10/what-to-pack-in-for-lunch-at-nursery-school-or-day-care/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-to-pack-in-for-lunch-at-nursery-school-or-day-care</link>
		<comments>http://nurseryschoolratings.com/wp/archives/10/what-to-pack-in-for-lunch-at-nursery-school-or-day-care/#comments</comments>
		<pubDate>Tue, 27 Jun 2006 19:05:44 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[health]]></category>
		<category><![CDATA[nutrition]]></category>
		<category><![CDATA[school lunch]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/archives/10/what-to-pack-in-for-lunch-at-nursery-school-or-day-care/</guid>
		<description><![CDATA[So your child never eats and you are worried that he will go the entire day with no nutrition right? Well have no fear! Children tend to eat when they see their peers eating because they want to be like their friends. Also a good nursery school will not allow your child to go all... <a href="http://nurseryschoolratings.com/wp/archives/10/what-to-pack-in-for-lunch-at-nursery-school-or-day-care/"> [Continue Reading]</a><br /><div><img src="http://nurseryschoolratings.com/wp/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br />]]></description>
			<content:encoded><![CDATA[<p align="justify">So your child never eats and you are worried that he will go the entire day with no nutrition right? Well have no fear! Children tend to eat when they see their peers eating because they want to be like their friends. Also a good nursery school will not allow your child to go all day without anything in their stomach. So the question then becomes what do I pack? Simply, pack what your child likes to eat. If your child does not eat sandwiches at home he won?t eat them at school. Do not worry about the mess factor. Nursery school children are messy by nature and no its not just they way your child eats.</p>
<p align="justify">
What you need to remember is that it does not make it easier on the teacher when you pack ?clean foods? that your child does not like to eat because now they have even more work trying to get a child to eat foods they don?t like. So if your child likes pasta and sauce pack it! Something else to remember is that children between the ages of 2-5 are creatures of habit. They may want the same thing for lunch every day for months on end. This is okay. One day he won?t want peanut butter sandwiches anymore, and no one is judging you for giving him the same thing everyday. Remember, at least he is eating!</p>
<p align="justify">
Something else to remember is the importance of choices. Children like to feel in control so having them help you pack their lunch will entice them to eat it at school. Also, pack a lot of different snack options so that if they day ends up being a day they don?t want their lunch, at least they have snack to choose from. Good options for snacks include fruits, yogurt, crackers and cheese, and dried cereals. A treat food also helps such as Jello, pudding, or cookies.</p>
<p align="justify">
Teachers can often entice a child to eat by using the treat snack as a reward for finishing meals. I would also suggest that you precut and peel foods ahead of time, and encourage your child with the self help skills of eating. Good teachers will help feed your child, but it helps when a child is able to eat most foods by themselves. The most important thing to remember is that no matter what you pack in your child?s lunch their will be days that he doesn?t eat and their will be days the lunch box will come back empty. Either way he will still grow up to be a happy healthy loving child!</p>
<br /><div><img src="http://nurseryschoolratings.com/wp/wp-content/plugins/gd-star-rating/gfx.php?value=0.0" /></div><div>Rating: 0.0/<strong>5</strong> (0 votes cast)</div><br />]]></content:encoded>
			<wfw:commentRss>http://nurseryschoolratings.com/wp/archives/10/what-to-pack-in-for-lunch-at-nursery-school-or-day-care/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

