<?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; behavior</title>
	<atom:link href="http://nurseryschoolratings.com/wp/archives/category/behavior/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%2Fbehavior%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/behavior/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/behavior/feed/" data-count="vertical" data-text="behavior" 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/behavior/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/behavior/feed/')+'&amp;title='+encodeURIComponent('behavior'),'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%2Fbehavior%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>Parental Separation Anxiety</title>
		<link>http://nurseryschoolratings.com/wp/archives/349/parental-separation-anxiety/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=parental-separation-anxiety</link>
		<comments>http://nurseryschoolratings.com/wp/archives/349/parental-separation-anxiety/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 19:37:20 +0000</pubDate>
		<dc:creator>Stacy Jai</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[Anxiety]]></category>
		<category><![CDATA[Early Childhood]]></category>
		<category><![CDATA[Learning]]></category>
		<category><![CDATA[Nursery School]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/?p=349</guid>
		<description><![CDATA[As the school year closes, parents often think about what’s next for their children. For many, that next step is Nursery School, 2 day Toddler classes, or Step Up Classes. This can be a nerve wracking decision as you wonder, is my child ready? How will my young child, who has never been left, cope?... <a href="http://nurseryschoolratings.com/wp/archives/349/parental-separation-anxiety/"> [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 style="text-align: left;">
<div id="attachment_350" class="wp-caption alignleft" style="width: 343px"><img class="size-full wp-image-350 " style="margin: 8px;" title="Child-with-IceCreamCone" src="http://nurseryschoolratings.com/wp/wp-content/uploads/2010/02/Child-with-IceCreamCone.jpg" alt="Photo Courtesy limaoscarjuliet" width="333" height="500" /><p class="wp-caption-text">Photo Courtesy limaoscarjuliet</p></div>
<p>As the <a class="zem_slink" title="Academic term" rel="wikipedia" href="http://en.wikipedia.org/wiki/Academic_term">school year</a> closes, <a class="zem_slink" title="Parent" rel="wikipedia" href="http://en.wikipedia.org/wiki/Parent">parents</a> often think about what’s next for their <a class="zem_slink" title="Child" rel="wikipedia" href="http://en.wikipedia.org/wiki/Child">children</a>. For many, that next step is <a class="zem_slink" title="Nursery school" rel="wikipedia" href="http://en.wikipedia.org/wiki/Nursery_school">Nursery School</a>, 2 day Toddler classes, or Step Up Classes. This can be a nerve wracking decision as you wonder, is my child ready? How will my young child, who has never been left, cope? What should I do?</p>
<p>The first thing to know is that separation is a normal process that every child goes through. Children express their <a class="zem_slink" title="Anxiety" rel="wikipedia" href="http://en.wikipedia.org/wiki/Anxiety">anxiety</a> about being away from their parents and caregivers in many different ways. Some cry, cling, act out in class and at home, or separate well initially, and then cry a few weeks later. Adults going through separation from their children may be anxious, nervous, and even cry when they leave that very first day. Parents do not like to see their children upset, and this can often illicit responses in you, that you didn’t even know you were capable of.</p>
<p>Remember, this is a normal and important part of development. Children need to learn that it is alright to be away from their parents, and they are safe in other environments. Children also need to understand how to self-soothe. This is something that we work on during the time when they are infants, and keep working on throughout the child’s life. Once a child has learned to trust their teachers, and have understood that they are in a safe environment, they will begin to adjust to whatever classroom environment you have chosen for them.</p>
<p>This leads to the question of what class is right for my child? This is a very personal choice. No one knows your child better than you, and every child is different. As a mother of two boys who both started <a class="zem_slink" title="School" rel="wikipedia" href="http://en.wikipedia.org/wiki/School">school</a> at the age of two, their separation was night and day. My oldest son, Logan, cried for two months straight. I wish there had been a Step Up program for him, as I believe it would have been less traumatic for him. Step Up and 2 day Toddler classes, offered by Early Childhood, allow children to slowly separate in the classroom. The class meets two or three days a week, depending on the age of the child. Parents enter the classroom and help their children feel safe in their new environment. As the semester progresses, the teachers give advance notice when the next “Step Up” towards separation will take place.  Parents and caregivers slowly work their way out of the classroom. Though parents and caregivers remain right outside the classrooms, the children inside the classrooms begin to rely on the teachers to tend to their needs.<span id="more-349"></span></p>
<p>Kyle, my youngest child, would not have needed a slow separation. On the first day of school, he walked right in, waved good bye, and never looked back. He has always been my adventurous child, and though I was nervous from my past experience, I knew that he would be okay. This is not to say that Kyle did not show separation anxiety in his own way. He acted out a little, and even spoke about not wanting to go to school. In the end, though it was a much smoother transition and the right choice for him. Nursery school offers a <a class="zem_slink" title="Learning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Learning">learning</a> experience for a longer period of time depending on the program you choose. It is beneficial for parents who are in need of consistent care, and is a truly valuable experience for any child whose parent feels they are ready.</p>
<p>After you make the choice that is right for your child, the question becomes, how do you cope with your own anxiety?  Here are some simple tips:</p>
<ol>
<li><strong>Ask!</strong> Teachers want you to be comfortable, so ask as many questions as you need to! It makes their job easier when you feel at ease!</li>
<li><strong>Communicate!</strong> Let them know what you fears are, what’s going on with your child, and what your expectations are. If you are an open book, you’ll feel better and the teachers will have a better <a class="zem_slink" title="Understanding" rel="wikipedia" href="http://en.wikipedia.org/wiki/Understanding">understanding</a> of your child.</li>
<li><strong>Trust!</strong> If you trust the teachers in your child’s class, so will your children! Remember you have done your <a class="zem_slink" title="Research" rel="wikipedia" href="http://en.wikipedia.org/wiki/Research">research</a> and made a wise choice.  Now, with your help, your <a class="zem_slink" title="Teacher" rel="wikipedia" href="http://en.wikipedia.org/wiki/Teacher">teacher</a> will be able to earn your child’s trust. So be positive and stay focused, that trust will soon be built.</li>
<li><strong>Time!</strong> Remember, building trust takes time. Some children take a day, others take two months. This is a normal part of development.  Allow your child some time to adjust to their new surroundings.</li>
<li><strong>Conference!</strong> If time has passed and your child seems inconsolable, work with your teachers to come up with a plan. If a teacher feels your child is not ready, they will let you know.</li>
<li><strong>Plan!</strong> Remember this is as hard on you as it is on them. Have a plan for those first days of school. After your quick goodbye, plan to meet a friend, or do something that will keep you occupied. It is extremely hard to leave your child crying. So even if you plan to remain outside the classroom, bring an ipod, or something that will keep you busy. Planning ahead will help you remain calm.</li>
</ol>
<p>Separation anxiety is something everyone goes through. Even as adults we tend to feel anxiety in new situations and when we meet new people. Children react the same way in those situations.  Understanding that separation anxiety is normal will help you meet the needs of your child.  Remember you are not alone and your child is not the only one going through this! Reach out to administrators, teachers, and other parents. They are your best source to listen, and even give some helpful tips. Remember, whether your choice is Nursery, Step Up, or Two Day Toddlers, when separation time arrives,  your child will be fine, and so will you!</p>
<p>Photo Courtesy <a href="http://www.flickr.com/photos/limaoscarjuliet/" target="_blank">limaoscarjuliet</a></p>
<p><strong>Related articles by Zemanta</strong></p>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://blogs.wsj.com/juggle/2010/02/18/figuring-out-paternity-leave/">Figuring Out Paternity Leave</a> (blogs.wsj.com)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.guardian.co.uk/commentisfree/2010/feb/14/olivia-fane-teenage-mothers&amp;a=13015263&amp;rid=826a3905-12ce-4c6f-9a64-c159ab9097c4&amp;e=b30ffa899859415365fbfee0082f2163">The middle classes can learn a lot from teenage parents | Olivia Fane</a> (guardian.co.uk)</li>
<li class="zemanta-article-ul-li"><a href="http://susanheim.blogspot.com/2009/08/help-children-ease-back-into-school.html">Help Children Ease Back into the School Year with PBS KIDS !</a> (susanheim.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.slideshare.net/lkfjelenjev/higher-order-thinking-presentation-rev">Higher Order Thinking Presentation Rev</a> (slideshare.net)</li>
<li class="zemanta-article-ul-li"><a href="http://debrakb.blogspot.com/2010/02/getting-to-everyone.html">Getting to everyone</a> (debrakb.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.guardian.co.uk/society/2010/feb/17/babies-need-to-play&amp;a=13180565&amp;rid=826a3905-12ce-4c6f-9a64-c159ab9097c4&amp;e=1fc2b30a74eb44a1280bcab1a875096d">Expert view: Development factors for children</a> (guardian.co.uk)</li>
<li class="zemanta-article-ul-li"><a href="http://www.parenting-success.com/parenting/common-mistakes-while-parenting-children">Common Mistakes While Parenting Children</a> (parenting-success.com)</li>
<li class="zemanta-article-ul-li"><a href="http://eon.businesswire.com/news/eon/20100216006346/en">Terri Lynne Lokoff Child Care Foundation Announces 2010 Terri Lynne Lokoff/Children&#8217;s TYLENOL National Child Care Teacher Awards™ Recipients</a> (eon.businesswire.com)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.telegraph.co.uk/education/educationnews/7215987/Parents-to-sign-behaviour-contracts-in-drive-to-keep-order-in-the-classroom.html&amp;a=12907422&amp;rid=826a3905-12ce-4c6f-9a64-c159ab9097c4&amp;e=7f38e4f15b3e926dfe35e5e1426b3ba8">Parents to sign &#8216;behaviour contracts&#8217; in drive to keep order in the classroom</a> (telegraph.co.uk)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/826a3905-12ce-4c6f-9a64-c159ab9097c4/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=826a3905-12ce-4c6f-9a64-c159ab9097c4" alt="Reblog this post [with 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>
<p><script src="http://texty.com/cms/syndicate/4bcf3ac5-4efc-4ac9-8bf3-d5c5cfbf2d6c.js" type="text/javascript"></script></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/349/parental-separation-anxiety/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>10 Things Every Parent Needs to Know About their Preschoolers</title>
		<link>http://nurseryschoolratings.com/wp/archives/147/10-things-every-parent-needs-to-know-about-their-preschoolers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=10-things-every-parent-needs-to-know-about-their-preschoolers</link>
		<comments>http://nurseryschoolratings.com/wp/archives/147/10-things-every-parent-needs-to-know-about-their-preschoolers/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 05:52:49 +0000</pubDate>
		<dc:creator>mbeharry</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[child development]]></category>
		<category><![CDATA[Children  Youth and Family]]></category>
		<category><![CDATA[Parenting]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/?p=147</guid>
		<description><![CDATA[Photo courtesy Lee Cullivan 10. Every child throws tantrums. This is a normal part of life. There is no terrible 2’s or 3’s, all children go through phases and it’s normal. I know parents who will tell you that their child is going through the terrible 16’s! 9. Your child WILL learn! So what if... <a href="http://nurseryschoolratings.com/wp/archives/147/10-things-every-parent-needs-to-know-about-their-preschoolers/"> [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><a rel="attachment wp-att-148" href="http://nurseryschoolratings.com/wp/archives/147/10-things-every-parent-needs-to-know-about-their-preschoolers/motionblurchild/" target="_self"><img class="alignnone size-full wp-image-148" title="motionblurchild" src="http://nurseryschoolratings.com/wp/wp-content/uploads/2008/08/motionblurchild.jpg" alt="" width="458" height="327" /></a></p>
<h5>Photo courtesy <a href="http://www.flickr.com/photos/leecullivan/" target="_blank">Lee Cullivan</a></h5>
<p style="text-align: justify;"><em><span style="color: #ff00ff;"><strong>10. Every child throws tantrums.</strong></span></em> This is a normal part of life. There is no terrible 2’s or 3’s, all children go through phases and it’s normal. I know parents who will tell you that their child is going through the terrible 16’s!</p>
<p style="text-align: justify;"><em><span style="color: #ff00ff;"><strong>9. Your child WILL learn!</strong></span></em> So what if Suzie knows how to read and your child doesn’t. Each child learns at his own pace. When he is ready he will work with you and learn, so don’t push it!</p>
<p style="text-align: justify;"><em><span style="color: #ff00ff;"><strong>8. Every child needs to make a mess.</strong></span></em> A 4 year old is just that, a 4 year old. Don’t get upset over every mess you see. This is part of the <a class="zem_slink" title="Learning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Learning">learning</a> process and part of the fun! Remember messes most often means that your child was attempting to do something on his own, and that is progress.</p>
<p><span id="more-147"></span></p>
<p style="text-align: justify;"><span style="color: #ff00ff;"><em><strong>7. Every child needs to be babied once in awhile.</strong></em></span> No I am not telling you to break out the bottle for your four year old, but every once in awhile your child may ask you to help them dress or put on their shoes. Yes they know how to do it, but every once in awhile they want the security of knowing that you are willing to still help them. Why not do it?</p>
<p style="text-align: justify;"><span style="color: #ff00ff;"><em><strong>6. They won’t be children forever.</strong></em></span> Treasure those moments and relax. They will not be drawing on the walls at 16 and dropping milk all over the floor. Remember relax and stay calm!</p>
<p style="text-align: justify;"><span style="color: #ff00ff;"><em><strong>5. Your child needs memories.</strong></em></span> When they are older it will be too late. You want your child to remember all the great times he had growing up. Remember this, on their death bed no one ever says they wish they had worked more.</p>
<p style="text-align: justify;"><span style="color: #ff00ff;"><strong><em>4. Every child needs a caregiver. </em></strong></span>Even if it’s that ten minutes of story time or chatting at bath time your child craves your attention and interaction. The more you give the more you get.  They would much rather be with you then in front of a television.</p>
<p style="text-align: justify;"><span style="color: #ff00ff;"><em><strong>3. Your child will eat.</strong></em></span> I know the doctor always tells you that, but its true so don’t worry. Unless your child has a serious medical problem, they won’t let themselves starve. The more you make meal time a battle the less they will want to eat.</p>
<p style="text-align: justify;"><span style="color: #ff00ff;"><em><strong>2.  You are your child’s <a class="zem_slink" title="Role model" rel="wikipedia" href="http://en.wikipedia.org/wiki/Role_model">role model</a>. </strong></em></span>If you curse, yell, or give attitude, so will your child. Remember your child will want to be like you.</p>
<div id="attachment_151" class="wp-caption aligncenter" style="width: 310px"><a href="http://pixdaus.com/single.php?id=22790"><img class="size-medium wp-image-151" style="margin-top: 8px; margin-bottom: 8px;" title="catandtot" src="http://nurseryschoolratings.com/wp/wp-content/uploads/2008/08/catandtot-300x183.jpg" alt="" width="300" height="183" /></a><p class="wp-caption-text">Photo courtesy Pixdaus.com</p></div>
<h3 style="text-align: justify;"><span style="color: #ff0000;"><em><strong>1. Your child is not perfect.</strong></em></span> Thinking like this sets you both up for failure. Understand your child’s imperfections because you will then have an accurate picture of your child. You will be able to accept feedback and help your child grow into a wonderful human being. Remember, accepting weakness does not mean you are negating strengths. What it does mean is that you understand the life that you are nurturing. Remember only ostriches should keep their head in the sand.</h3>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.articlesbase.com/article.php?aid=522324&amp;pid=6775764102">How Parents Can Help Build Self Esteem in Kids</a></li>
<li class="zemanta-article-ul-li"><a href="http://aanondo.wordpress.com/2008/08/07/sometimes-messing-around-is-good/">Sometimes messing around is good</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.vnunet.com/computing/news/2224699/police-access-key-child">Police will access key child database</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.articlesbase.com/article.php?aid=510748&amp;pid=6775764102">Activities to Built Self Esteem in Kids</a></li>
<li class="zemanta-article-ul-li"><a href="http://www.articlesbase.com/article.php?aid=528517&amp;pid=6775764102">Family Vacations With Autistic Children</a></li>
</ul>
<p><script src="http://texty.com/cms/syndicate/f2612ba7-1563-4ae3-9216-3b998eb9a766.js" type="text/javascript"></script></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/d62a3dd7-7162-4a69-8430-600673f91fd3/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=d62a3dd7-7162-4a69-8430-600673f91fd3" alt="Reblog this post [with Zemanta]" /></a></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/147/10-things-every-parent-needs-to-know-about-their-preschoolers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Teach Your Pre Schooler To Tell The Truth</title>
		<link>http://nurseryschoolratings.com/wp/archives/63/how-to-teach-your-pre-schooler-to-tell-the-truth/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-teach-your-pre-schooler-to-tell-the-truth</link>
		<comments>http://nurseryschoolratings.com/wp/archives/63/how-to-teach-your-pre-schooler-to-tell-the-truth/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 19:34:20 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[child development]]></category>
		<category><![CDATA[teaching]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/archives/63/how-to-teach-your-pre-schooler-to-tell-the-truth/</guid>
		<description><![CDATA[Photo Courtesy of **spaceMonkey** So your beautiful toddler goes off to the day care center and at pick up time the teacher tells you that your child has been caught lying. Embarrassment, anger, and frustration may start to creep in your mind, but my advice is relax! Chances are your child has lied at home,... <a href="http://nurseryschoolratings.com/wp/archives/63/how-to-teach-your-pre-schooler-to-tell-the-truth/"> [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><img style="width: 403px; height: 281px;" title="Toddler &amp; Bubbles" src="http://nurseryschoolreviews.com/wp/ourImages/Toddler-bubbles.jpg" border="4" alt="Toddler &amp; Bubbles" hspace="4" vspace="4" width="403" height="281" align="middle" /></p>
<p><small><a title="Expert Photographer SpaceMonkey" href="http://flickr.com/photos/7485630@N06/" target="_blank">Photo Courtesy of **spaceMonkey**</a> </small></p>
<p style="text-align: justify;">So your beautiful toddler goes off to the day care center and at pick up time the teacher tells you that your child has been caught lying. Embarrassment, anger, and frustration may start to creep in your mind, but my advice is relax! Chances are your child has lied at home, and even if he or she hasn’t you should not worry because this is an age appropriate reaction. Children at the mere age of 3 begin to understand how the world works around them. Part of understanding what that means is, figuring out that there are certain ways to get out of trouble! Of course they are going to try to lie to avoid being disciplined! It is how you react that will make all of the difference. <span id="more-63"></span></p>
<p style="text-align: justify;"><em><strong>Here are a few tips to help you through:</strong> </em></p>
<p style="text-align: justify;"><strong>*Don’t overreact. </strong> If your child lies at school chances are they have already faced the consequences of their actions. Its enough just to discuss with the child what occurred and express your disappointment. Let them know that everyone makes mistakes and that you can understand. Make it clear that although you are not happy with the mistake they made, what upsets you most is that they lied. This will reinforce the teacher’s punishment. Also let them know that the next time they lie in school you will be forced to add an additional consequence at home.</p>
<p style="text-align: justify;"><strong>*If the lie occurs at home, then do not accuse the child of lying.</strong> This sets up the child to engage in an argument and lie even further. Instead stick to the facts (example: Timmy you say you didn’t color on the wall but I see your crayons, the wall colored, and it’s your height can you tell me how this happened?). If the child continues with the lie after you have pointed out the facts, let them know that you are disappointed that they did not tell you the truth. <strong>NEVER ACCUSE YOUR CHILD OF BEING A LIAR</strong> . It teaches them that you don’t trust them and creates such a negative connotation that you will be engaged in battles with your child for years to come. You want to teach your child that lying is wrong, not that they are bad for lying. Once your child has admitted the truth let them know that their mistake was just a mistake, but it was the lying that made it worse. Then let them know that while they have to fix their mistake, they need a consequence for the lie. I find that having the child help pick that consequence usually makes it more effective!</p>
<p style="text-align: justify;"><strong>*Explain to your child what lying is.</strong> Let them know why it’s not okay to lie, and how people perceive them when they do. Read stories (i.e. “The Boy Who Cried Wolf” and “Lucy Tells Lies”) that discuss lying and show consequences. This will help your child understand the consequences of lying. Above all, don’t lie to your child! You are the example that they look up to. They need to trust your word and believe in you. If you don’t lie to them, eventually they will see that lying is wrong.</p>
<p style="text-align: justify;">Remember, even though you may do the steps, your child may continue to lie and you may have to repeat these things all over again. The point is to keep the lines of communication open. Your child needs to understand that even if you have to have the ‘lying talk” with your child repeatedly you will. As long as you’re stern but loving with your child, eventually this lying phase will pass, and your child will learn that it is better to tell the truth! So hang in there!</p>
<p>See Also:</p>
<p><a href="http://www.aacap.org/cs/root/facts_for_families/children_and_lying" target="_blank">Children And Lying from American Academy of Child Adolescent Psychiatry.</a><br />
<a href="http://childparenting.about.com/od/lyingandstealing/a/kidslying.htm" target="_blank">Getting Honest About Lying from IVillage</a><br />
<a href="http://childparenting.about.com/od/lyingandstealing/a/kidslying.htm" target="_blank">Three Lies Children Tell&#8230;and What You Can Do About Them</a><br />
<a href="http://www.cyh.com/HealthTopics/HealthTopicDetailsKids.aspx?p=335&amp;np=287&amp;id=1485" target="_blank">Telling lies: Info for Kids</a><br />
<a title="Speaking To Your Child About Uncomfortable Topics…" rel="bookmark" href="http://nurseryschoolratings.com/wp/archives/57/speaking-to-your-child-about-uncomfortable-topics%e2%80%a6/">Speaking To Your Child About Uncomfortable Topics…</a><br />
<a title="When Is Your Child’s Behavior Inappropriate?" rel="bookmark" href="http://nurseryschoolratings.com/wp/archives/16/when-is-your-childs-behavior-inappropriate/">When Is Your Child’s Behavior Inappropriate?</a></p>
<p><script src="http://texty.com/cms/syndicate/a9c025df-e949-497e-9bc6-9e31aa2aaf3b.js" type="text/javascript"></script></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.articlesbase.com/article.php?aid=519374&amp;pid=6775764102">More Information on Teaching Autistic Children</a></li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/61ca9c55-f193-4004-930d-d12561072f4a/"><img class="zemanta-pixie-img" style="border: medium none ; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=61ca9c55-f193-4004-930d-d12561072f4a" alt="Reblog this post [with Zemanta]" /></a></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/63/how-to-teach-your-pre-schooler-to-tell-the-truth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protecting Our Daughters From The Wrong Role Models.</title>
		<link>http://nurseryschoolratings.com/wp/archives/60/protecting-our-daughters-from-the-wrong-role-models/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=protecting-our-daughters-from-the-wrong-role-models</link>
		<comments>http://nurseryschoolratings.com/wp/archives/60/protecting-our-daughters-from-the-wrong-role-models/#comments</comments>
		<pubDate>Sun, 20 Jan 2008 07:14:47 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[child development]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/archives/60/protecting-our-daughters-from-the-wrong-role-models/</guid>
		<description><![CDATA[Photo courtesy of Steve Navarro In a world where Jamie Lynne Spears is pregnant at 16, and Lindsay Lohan has just come out of rehab, it is hard to find people to look up to. Gone are the days where icons such as Mary Tyler Moore and Marie Osmond were positive role models for young... <a href="http://nurseryschoolratings.com/wp/archives/60/protecting-our-daughters-from-the-wrong-role-models/"> [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 style="text-align: center"><span style="font-family: 'Times New Roman'; font-size: small;"><img title="I need a positive role model." src="http://nurseryschoolreviews.com/wp/ourImages/Role-Model.jpg" alt="I need a positive role model." width="452" height="301" /></span></p>
<p align="center"><small>Photo courtesy of  <a title="Photographer Steve Navarro" href="http://www.flickr.com/photos/snavarro/" target="_blank">Steve Navarro</a></small></p>
<p><span style="font-family: 'Times New Roman'; font-size: small;">In a world where Jamie Lynne  Spears is pregnant at 16, and Lindsay Lohan has just come out of rehab,  it is hard to find people to look up to. Gone are the days where icons  such as Mary Tyler Moore and Marie Osmond were positive role models  for young girls. We have now reached an era where Britney Spears is  continually showing her private area, and as mothers it may be hard  to find a way to counteract these negative images. Here are a few ideas  to aid in assisting your child in finding her way through this media  madness:</span><span id="more-60"></span></p>
<ul type="disc">
<li><span style="font-family: 'Times New Roman'; font-size: small;"><strong>Always be honest    with your child.</strong> It is almost impossible to avoid the constant media    attention to all the negative behaviors around, so explain to your child    what they are seeing. Let them know that these “icons” are regular    people who make mistakes. Explain to your child that these behaviors    are inappropriate and unacceptable. Remember, if you try to avoid it,    they will hear about it somewhere else and then might idolize or emulate    that behavior. Things that are kept secretive and that parents don’t    want to talk about are always more intriguing to children. </span></li>
<li><span style="font-family: 'Times New Roman'; font-size: small;"><strong>Always watch who and what    your children are interested in.</strong> Make time to listen to music, peruse    the internet and watch her favorite shows. Sure “Hannah Montana”    is not on the most fun list for an adult to watch, but by keeping in    tune with what your daughter is interested you are able to provide feedback    about the “stars” they idolize, making her realize that they are    just real people. This will hopefully make her realize that celebrities    are not role models. </span></li>
<li><span style="font-family: 'Times New Roman'; font-size: small;"><strong>Provide positive    role models for your daughter.</strong> Tell your daughter interesting things    family members have accomplished. If your daughter enjoys sports, then go    to the library and look up famous athletes together. If your daughter    enjoys music and singing, introduce her to different eras or rock and    roll or pioneer female musicians. By reading about different celebrities    you are making them real. You can show your daughter that women can    be strong and accomplish their goals. Do some research, whether it is    family or past related and it will help you daughter realize there is    more to life than just the celebrities of the day.</span></li>
</ul>
<p><span style="font-family: 'Times New Roman'; font-size: small;">Above all remember    that whether she admits it or not, you are your daughter’s ultimate    role model. She will always look to you for guidance on how to live    your life.   As long as you communicate with her and are honest,    your daughter will idolize you. </span><span style="font-family: 'Times New Roman'; font-size: small;">So in a world where we must  contend with Vanessa Hudgens being nude and Paris Hilton making sex  tapes remember, all hopes are not lost. be real, be honest, and keep  the lines of communication open. Your daughter will thank you for it  ! </span></p>
<p><script src="http://texty.com/cms/syndicate/a5ccaf0c-9c7a-49d3-9a7e-dcf5b255bd32.js" type="text/javascript"></script></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/60/protecting-our-daughters-from-the-wrong-role-models/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toddlers &amp; Naps: When To Stop</title>
		<link>http://nurseryschoolratings.com/wp/archives/53/toddlers-naps-when-to-stop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=toddlers-naps-when-to-stop</link>
		<comments>http://nurseryschoolratings.com/wp/archives/53/toddlers-naps-when-to-stop/#comments</comments>
		<pubDate>Tue, 11 Dec 2007 23:41:35 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[child development]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/archives/53/toddlers-naps-when-to-stop/</guid>
		<description><![CDATA[Parents, we love the kids nap time. Its our break time, rest time, or time to get things done, but you may have noticed that its getting increasingly difficult to put your pre schooler to sleep! Here are a few tips to let you know if your child is ready to end nap time: Does... <a href="http://nurseryschoolratings.com/wp/archives/53/toddlers-naps-when-to-stop/"> [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><img src="http://nurseryschoolreviews.com/wp/ourImages/a-nap.jpg" align="left" border="0" height="218" hspace="8" vspace="4" width="302" />Parents, we love the kids nap time. Its our break time, rest time, or time to get things done, but you may have noticed that its getting increasingly difficult to put your pre schooler to sleep! Here are a few tips to let you know if your child is ready to end nap time:</p>
<p><strong>Does your child have trouble falling asleep at a consistent bedtime if he takes a nap?</strong> If your child is going to bed later and later when he takes a nap, then chances are he no longer needs a nap.<br />
<span id="more-53"></span><br />
Although, before you end the nap completely try a shorter nap first. Some children may still need a 1/2 hour of rest just to keep themselves energized. Then you can gradually move on to a quiet rest time or a quiet activity time,</p>
<p><strong>Is your child cranky by 5 or 6pm? If your child is crying , overlay active, or just plain out driving you nuts by the late afternoon.</strong> Children will act totally out of character or have &#8220;melt downs&#8221; when they are exhausted. Even if your child fights you put him to sleep! He needs it, and his body language and behavior are telling you that.<br />
<strong><br />
Does your child come home from school, fall asleep for an hour, and then wake up and refuse to go to sleep at bed time? </strong>This is the classic sign of a child who should be napping at school. Speak with the teachers and let them know what is occurring at home. More often than not, if the teacher ensures that the child is near to her during rest time, then the child will fall asleep. Also, if your child sleeps with an object at home bring it to school, this will help promote naps as well.</p>
<p>Children who have outgrown naps are children who exhibit their normal behaviors and mood consistently throughout the day. They are children who still go to bed at their normal bed time without a problem and wake up in the morning. Some children slide back and forth, some days they need a nap, and some days they are fine. For all children their should be a quiet rest or activity period throughout the day with a minimum length of 1/2 hour. Resting the body is vitally important for growth and recharging the brain. It also helps out us parents who need a bit of a recharge ourselves sometimes!</p>
<p>See Also:</p>
<p><a href="http://www.baby-place.com/naptimeproblems.html" rel="nofollow" target="_blank">Solving Naptime Problems: Baby-Place.com</a></p>
<p><a href="http://www.parenting.com/parenting/child/article/0,19840,647024,00.html" rel="nofollow" target="_blank">Nap Time Transitions: Parenting.com</a></p>
<p><a href="http://www.parents.com/parents/story.jsp?storyid=/templatedata/parents/story/data/5844.xml" rel="nofollow" target="_blank">Nap Time: Parents.com</a></p>
<p>Related Post:<br />
<a href="http://nurseryschoolratings.com/wp/archives/13/how-to-get-your-pre-schooler-to-sleep-in-their-own-room/" rel="bookmark" title="How to Get Your Pre Schooler to Sleep in Their Own Room!">How to Get Your Pre Schooler to Sleep in Their Own Room!</a></p>
<p><script src="http://texty.com/cms/syndicate/f3df9067-9c81-4366-aa5c-2502562840f3.js" type="text/javascript" language="javascript"></script></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/53/toddlers-naps-when-to-stop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Child Will Not Stop Crying &amp; it&#8217;s the First Week of School!</title>
		<link>http://nurseryschoolratings.com/wp/archives/42/my-child-will-not-stop-crying-it-is-the-frst-week-of-school/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=my-child-will-not-stop-crying-it-is-the-frst-week-of-school</link>
		<comments>http://nurseryschoolratings.com/wp/archives/42/my-child-will-not-stop-crying-it-is-the-frst-week-of-school/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 20:18:58 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[child development]]></category>

		<guid isPermaLink="false">http://nurseryschoolreviews.com/wp/archives/42/my-child-will-not-stop-crying-it-is-the-frst-week-of-school/</guid>
		<description><![CDATA[So you maybe having panic attacks and be feeling like you want to take your child home and keep him there for another year&#8230;. my advice is don&#8217;t. Children need to learn to be social and how to interact without their parents. The best thing that you can do is talk to your child about... <a href="http://nurseryschoolratings.com/wp/archives/42/my-child-will-not-stop-crying-it-is-the-frst-week-of-school/"> [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"><img src="http://nurseryschoolreviews.com/wp/ourImages/pencil.jpg" title="Pencils" alt="Pencils" align="left" border="0" height="150" hspace="8" vspace="8" width="200" />So you maybe having panic attacks and be feeling like you want to take your child home and keep him there for another year&#8230;. my advice is don&#8217;t.</p>
<p align="justify"> Children need to learn to be social and how to interact without their parents. The best thing that you can do is talk to your child about school and all the fun things bout it. Make sure you learn all of the teachers names and explain to him the schedule of the day. When you drop off your child do it quickly walk them over to the designated area (or hand them to a teacher if they are crying) give a quick kiss and say goodbye. Do not sneak around the corner or look in from a window because if your child spots you it means you don&#8217;t trust the teachers in the school (so he won&#8217;t either) and it makes you emotional which can definitely affect your child.<br />
<span id="more-42"></span></p>
<p align="justify">Emotion is also something your child will feed off of so no matter how close you are to tears where the brightest smile when leaving and when saying goodbye. When picking your child up focus on what was good about school no matter what he says. He may say &#8220;I hate everything&#8221; or &#8220;we did nothing.&#8221; If this is the case talk about new friends or a picture he may have take home. Tell him about how much fun you had when you went to school. The most important thing you can do is give yourself and the teachers time. Also don&#8217;t compare your child to the one that isn&#8217;t crying.</p>
<p align="justify">Children show separation at different times and in different ways and they all show it at one time or another&#8230; This is a normal part of childhood. Take it from a mom whose son threw up for two weeks straight when he started preschool&#8230; they do learn to love it!</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/42/my-child-will-not-stop-crying-it-is-the-frst-week-of-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When Is Your Child&#8217;s Behavior Inappropriate?</title>
		<link>http://nurseryschoolratings.com/wp/archives/16/when-is-your-childs-behavior-inappropriate/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=when-is-your-childs-behavior-inappropriate</link>
		<comments>http://nurseryschoolratings.com/wp/archives/16/when-is-your-childs-behavior-inappropriate/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 19:53:49 +0000</pubDate>
		<dc:creator>Editor</dc:creator>
				<category><![CDATA[behavior]]></category>
		<category><![CDATA[child development]]></category>

		<guid isPermaLink="false">http://nurseryschoolratings.com/wp/archives/16/when-is-your-childs-behavior-inappropriate/</guid>
		<description><![CDATA[So the teacher has told you that your preschooler is kicking, poking, pinching, lying, pushing and scratching. You think, what have I raised? No your child does not become a ravage animal when you are not present and yes you are a good parent. When learning how to socialize children find different ways to communicate... <a href="http://nurseryschoolratings.com/wp/archives/16/when-is-your-childs-behavior-inappropriate/"> [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 the teacher has told you that your preschooler is kicking, poking, pinching, lying, pushing and scratching. You think, what have I raised? No your child does not become a ravage animal when you are not present and yes you are a good parent. When learning how to socialize children find different ways to communicate with each other. They need to explore the different types of communication both aggressive and non aggressive before really truly understanding what is the social norm. This has nothing to do with what they know is right or wrong. This behavior is truly a means of asking, &#8220;Can you play with me&#8221; and &#8221; Don&#8217;t take my toy.&#8221;</p>
<p><span id="more-16"></span></p>
<p align="justify"> The best solution to solving behavior issues is to talk with your child. Don&#8217;t punish them again because chances are they were already punished at school. Also punishments a long period of time after the situation occurred really has no impact on a preschooler. If your preschooler won&#8217;t tell you what happened ask the teacher so that you may have a clearer picture of the situation when you discuss what occurred at home. Remember, never speak in front of the child and never chastise a child in front of their teacher. This will only lead to further problems.</p>
<p align="justify">So when is behavior a problem? If your child is repeatedly biting, or continually physically harming his teachers or peers, you may need to go a little bit further in exploring what is going on with your child. Reasons may vary from something as simple as your child not being ready for school, to the program not being the best fit for your child. Often a child that is acting out in such an extreme negative manner repeatedly is doing so because they are not happy in their environment or really may not have a positive relationship with his classroom teacher. Remember even as an adult, or personalities do not always click with our bosses or managers. Your child may also do better in a smaller program with a lower teacher to child ratio. They may be craving more personal attention and have come to the realization that negative attention is better than no attention at all. The bottom line is to put the needs of your child first. Always look at his verbal and nonverbal behavior&#8217;s as his way to communicate. Remember if your child is really acting out in behavior you have never seen before, start digging deeper!</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/16/when-is-your-childs-behavior-inappropriate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

